There's another (AFAIK, undocumented) function that you can use if you're wanting to have the information in the form of column headings and associated metadata (e.g. to use a java.sql.ResultSetMetaData object):
set fmtonly on
/* returns only the "format" information; no data */
select * from table_in_question
set fmtonly off
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.