Gokuldas Palapatta
This blog is all about the issues and frictions which i have faced as a developer ;)
Thursday, 10 September 2015
Get all Table names from my DB in SQL
Get all Table names from my DB in SQL
SELECT TABLE_NAME
FROM INFORMATION_SCHEMA.TABLES
WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_CATALOG='DB'
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment