Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> title for rows? 'getColumnLabel()' on ResultSetMetaData
Hello,
First: thanx for all the help you've given me already!
Yet another probably basic question:
In java i can use a getColumnLabel() function on a ResultSetMetaData object.
This is the info of javadocs:
Gets the suggested column title for use in printouts and displays. So it seems that it is possible to give some column title to rows. How can i do that in sqlplus? What do i have to add to the "CREATE TABLE ... " stuff?
Thanks in advance,
Dries Verachtert
Received on Tue Aug 01 2000 - 11:14:27 CDT