on 2017 Dec 19 10:02 PM
The following when run with dbisql produces the desired results:
select* from sysobjects;
OUTPUT TO 111 FORMAT ASCII QUOTE ''DELIMITED BY '|'
But if I want to have the column name on the top of the results, what should be done?Request clarification before answering.
Hi,
Try to test with the following query.
select* from sysobjects;
OUTPUT TO 111 FORMAT ASCII QUOTE ''DELIMITED BY '|' WITH COLUMN NAMES;
Best Regards,
Gi-Sung Jang
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
39 | |
15 | |
9 | |
7 | |
5 | |
5 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.