![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Font color and bold not working when writing the output to a file | achilles5 | Shell Programming and Scripting | 3 | 07-15-2009 11:07 AM |
| Writing output into different files while processing file using AWK | vidyak | Shell Programming and Scripting | 6 | 05-04-2009 02:49 PM |
| Problem writing file path to txt file | Vintage_hegoog | UNIX for Dummies Questions & Answers | 1 | 01-15-2009 05:22 PM |
| Writing to a File using pl/sql | stky13 | High Level Programming | 1 | 02-22-2008 08:45 AM |
| Reading a file and writing the file name to a param file. | thebeginer | UNIX for Advanced & Expert Users | 1 | 10-05-2007 05:38 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
writing the output of SQL into one file
Hi All,
Please help me writing the below script. I have two sql queries. 1. Select count(1),Client_id from TABLE_A group by Client_id; 2. Select count(1),Client_id from TABLE_B group by Client_id; I need the output of above two sql queries in a single file. The output 2nd query should be appended to the output of first query. Thanks. |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|