May 3, 2006 #1 mkingrey Programmer Apr 12, 2006 5 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 Sep 1, 2003 5,595 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 Jun 30, 2002 8,847 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