Home » RDBMS Server » Server Administration » How to list all fields in JDBC
How to list all fields in JDBC [message #50182] Tue, 05 March 2002 05:53 Go to next message
Chen Wen
Messages: 26
Registered: February 2002
Junior Member
Hi,
How to list all fields in one table in JDBC?
Thanks.
Re: How to list all fields in JDBC [message #50257 is a reply to message #50182] Thu, 07 March 2002 11:09 Go to previous message
Suresh Vemulapalli
Messages: 624
Registered: August 2000
Senior Member
submit this query

select column_name from user_tab_columns where table_name='YOURTABLENAME'
Previous Topic: no listener
Next Topic: Storing Different Date Types
Goto Forum:
  


Current Time: Mon Jul 08 11:53:04 CDT 2024