Enterprise Edition Home | Express Edition Home | Previous Page | Next Page   SQL Statements > OUTPUT >

Sending Query Results to Another Program

In the UNIX environment, you can use the keyword PIPE to send the query results to another program, as the following example shows:

OUTPUT TO PIPE more
   SELECT customer_num, call_dtime, call_code 
      FROM cust_calls

Related Information

Related statements: SELECT and UNLOAD

Enterprise Edition Home | Express Edition Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]