Message-Id: <10576.113496@fatcity.com> From: Dries Verachtert Date: Tue, 1 Aug 2000 18:14:27 +0200 (CEST) Subject: 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