GoodName
asked on
How to suppress headers (columns names and underlines) of SQL statements?
Hi,
I have to create a text flat file running Sybase script from DOS using isql utility.
How to suppress headers (columns names and underlines) of SQL statements?
Thanks.
I have to create a text flat file running Sybase script from DOS using isql utility.
How to suppress headers (columns names and underlines) of SQL statements?
Thanks.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
I have found how to suppress columns headers:
isql -b ....
But thank you any way for the link. I might use SQSH instead!
Kind regards.