mysql 

Send to Kindle
home » snippets » mysql


Pages
functions        
partition_by        



toc

Bag

select sum(data_length+index_length) as total from information_schema.tables;

MySQL Docs

Reference