Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Oracle/OAS
Search Coderanch
Advance search
Google search
Register / Login
Win a copy of
TDD for a Shopping Website LiveProject
this week in the
Testing
forum!
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Paul Clapham
Ron McLeod
Jeanne Boyarsky
Tim Cooke
Sheriffs:
Liutauras Vilda
paul wheaton
Henry Wong
Saloon Keepers:
Tim Moores
Tim Holloway
Stephan van Hulst
Carey Brown
Frits Walraven
Bartenders:
Piet Souris
Himai Minh
Forum:
Oracle/OAS
Query to retrieve 'COLUMN' names in a table
raseena nm
Greenhorn
Posts: 25
posted 18 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
hi,
Can anybody tell me how to write a query to retrieve all the column names of a table?
thanx.
SJ Adnams
Ranch Hand
Posts: 925
posted 18 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
select cname from col where tname = 'mytable ';
they will also be in the metadata.
raseena nm
Greenhorn
Posts: 25
posted 18 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
thanx
If you are using a wood chipper, you are doing it wrong. Even on this tiny ad:
Free, earth friendly heat - from the CodeRanch trailboss
https://www.kickstarter.com/projects/paulwheaton/free-heat
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
In PreparedStatement table name can vary
Db2 invalid column name error
Database Tables
Retrieving Database Table Column names using JDBC
how can i get column name of a table
More...