Quantcast
Channel: List table names - Stack Overflow
Browsing latest articles
Browse All 4 View Live

Answer by Deepu T for List table names

you can try thisSELECT * FROM information_schema.tables

View Article



Answer by dusoft for List table names

You do query with :SHOW TABLES;(you need to select DB before this.)

View Article

Answer by cmsjr for List table names

Select table_name from information_schema.tablesfor any given table you can get the metadata withsp_help tablename

View Article

List table names

I'm in the process of trying to migrate my ASPNET site to Django. All my current data is tied up in MS SQL Server on a shared host that (helpfully) doesn't support python... I could use my existing...

View Article
Browsing latest articles
Browse All 4 View Live




Latest Images