Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

SQL query to verify the size of the table

SELECT table_schema, table_name, data_length, index_length FROM information_schema.tables
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #SQL #query #verify #size #table
ADD COMMENT
Topic
Name
6+2 =