Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within JDBC and Relational Databases
Search Coderanch
Advance search
Google search
Register / Login
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
Tim Cooke
paul wheaton
Ron McLeod
Jeanne Boyarsky
Sheriffs:
Paul Clapham
Saloon Keepers:
Tim Holloway
Roland Mueller
Bartenders:
Forum:
JDBC and Relational Databases
search database of all tables for one field in table
Keith Lockey
Ranch Hand
Posts: 48
posted 21 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
how would I search for a field name that is in one of 200 tables in a database?
Thanks,<br />Keith
Frank Carver
Sheriff
Posts: 7001
6
I like...
posted 21 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Depends on the database really. Most databases keep the information about the fields and tables in a special table, so you can just issue a query on that table.
Can you tell us a little more about what sort of setup you are working with?
Read about me at frankcarver.me
~
LinkedIn
~
Frank's PhD research
Keith Lockey
Ranch Hand
Posts: 48
posted 21 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
It is Oracle 9.0.
Thanks,<br />Keith
Consider Paul's
rocket mass heater
.
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
How to provide willdcard search
building a searching tool for jsp pages
Logic problem
One java class & Two tables Hibernate
tables and fields
More...