Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

mysql select table names

SELECT *
FROM information_schema.tables
WHERE table_type='BASE TABLE'
AND table_schema='<insert_your_database_name_here>'
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #mysql #select #table #names
ADD COMMENT
Topic
Name
6+9 =