Does anybody know a way to supress column headings from sql output? For example:
isql -s storedb<<EOF
select cname, cust_id
from customer
EOF
would return
cname cust_id
Joe 1234
Larry 4325
Curly 34123
I want only to get the data and exclude everything...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.