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
Win a copy of
DevSecOps Adventures: A Game-Changing Approach with Chocolate, LEGO, and Coaching Games
this week in the
Agile and Other Processes
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
Ron McLeod
Paul Clapham
Devaka Cooray
Tim Cooke
Sheriffs:
Rob Spoor
Liutauras Vilda
paul wheaton
Saloon Keepers:
Tim Holloway
Tim Moores
Mikalai Zaikin
Carey Brown
Piet Souris
Bartenders:
Stephan van Hulst
Forum:
JDBC and Relational Databases
search database of all tables for one field in table
Keith Lockey
Ranch Hand
Posts: 48
posted 20 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 20 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 20 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
It is Oracle 9.0.
Thanks,<br />Keith
It will give me the powers of the gods. Not bad for a tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
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...