akaivyleaf
Programmer
How do I get my column Headings from a select statement to show?
We just loaded SQL *PLus on our machines, and everything works well but we cannot display our column headings.
A sample statement is as follows but something seems to be wrong in an the configuration of SQL *Plus.
SELECT cost "COST", description "DESCRIPTION"
FROM course;
We just loaded SQL *PLus on our machines, and everything works well but we cannot display our column headings.
A sample statement is as follows but something seems to be wrong in an the configuration of SQL *Plus.
SELECT cost "COST", description "DESCRIPTION"
FROM course;