88Pete88
Programmer
- Aug 9, 2005
- 2
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 else.
Thanks!
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 else.
Thanks!