1
(click on this box to dismiss)
how do i list tables in a database
How can i list the tables in a database from an SQL Query?
1
Answer
0
SHOW TABLES;
See the manual http://www.cubrid.org/manual/840/en/SHOW%20TABLE%20Statement.
tagged
asked 2 years ago
viewed 486 times