Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

get schema of table sql

SELECT `table_schema` 
FROM `information_schema`.`tables` 
WHERE `table_name` = 'whatever';
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #schema #table #sql
ADD COMMENT
Topic
Name
9+1 =