May 3, 2006 #1 mkingrey Programmer Joined Apr 12, 2006 Messages 5 Location US I am trying to return the name for each table in my database using SQL. Is this possible? Thanks
May 3, 2006 #2 Golom Programmer Joined Sep 1, 2003 Messages 5,595 Location CA Usually ... but exactly how depends on which RDBMS you are using. I suggest that you post in the forum specific to your RDBMS. [small]No! No! You're not thinking ... you're only being logical. - Neils Bohr[/small] Upvote 0 Downvote
Usually ... but exactly how depends on which RDBMS you are using. I suggest that you post in the forum specific to your RDBMS. [small]No! No! You're not thinking ... you're only being logical. - Neils Bohr[/small]
May 3, 2006 #3 r937 Technical User Joined Jun 30, 2002 Messages 8,847 Location CA the standard way is to query the INFORMATION_SCHEMA views, but it would still be better to ask again in the forum for your specific database r937.com | rudy.ca Upvote 0 Downvote
the standard way is to query the INFORMATION_SCHEMA views, but it would still be better to ask again in the forum for your specific database r937.com | rudy.ca