Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

sql command to show all tables

USE 'DATABASE_NAME';

SHOW TABLES;
 
PREVIOUS NEXT
Tagged: #sql #command #show #tables
ADD COMMENT
Topic
Name
6+2 =