Microsoft
Software
Hardware
Network
Question : Need help to seperate Select output using TABs
Hi All,
I need to create tab-delimited output from a select statement.
e.g. "select a as val_a, b as val_b, c as val_c from tab" should print VAL_A <tab> VAL_B <tab> VAL_C <tab> Data <tab> Data <tab> Data <tab>
as the header followed by the data also separated by tabs.
Do anyone know how to do this in simpler way.
Answer : Need help to seperate Select output using TABs
this will do the job if you need export those data:
export to f:\test.del of del
modified by coldel0X09
select * from schema.mytable
Random Solutions
Multiple Stored Procedures in a single transaction
Crystal Reports Xi - Sorting a CrossTab Report by a Summary Field
HTC Touch 3G: How can I really upgrade WM6.1 to WM6.5 and/or porting to latest Android?
simple VB file download example
How can I make related calculated columns and conditionals in a MS SQL View?
How to disable Security Alert box in windows 7?
How can I "sp_help" the output signature of a Stored Procedure?
CSS Template
Add comments to PDF
MySQL Inner, Left and Right Join