Jump to content

How to search for a value


William14

Recommended Posts

It sounds like he has Mexico, and want's to know how to use that information to get Country and Customers, to use your example.

Link to comment
Share on other sites

With MySQL, for example, you can use the information_schema database. That will contain a list of all of the tables in each database and their properties, and a list of all of the columns in each table and their properties. You can generate that list of tables and columns and then search through them using select queries.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...