Uploaded image for project: 'Couchbase Server'
  1. Couchbase Server
  2. MB-19213

Add Spool command to cbq

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Fixed
    • Critical
    • 7.1.0
    • 4.0.0, 4.1.0
    • query
    • Any version of Couchbase server using CBQ

    Description

      Some RDBMS systems have a "spool" command that allow any data at the console to be written to a filename into the current working directory. For instance a spool command syntax could be like this:

      sql> spool filename;
      spool ON
      sql> select sysdate from dual;

      SYSDATE
      ---------
      11-MAY-10
      sql> spool off;
      spool OFF

      Inside the file would be :
      sql> select sysdate from dual;

      SYSDATE
      ---------
      11-MAY-10
      sql> spool off;

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            isha Isha Kandaswamy (Inactive)
            austin Austin Gonyou
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty