lvergergsk / BibGallery-FrontEnd

0 stars 0 forks source link

Using SQL to check free space for a user #7

Closed kenkangxgwe closed 6 years ago

kenkangxgwe commented 6 years ago

Oracle

MySQL

select table_schema, sum((data_length+index_length)/1024/1024) AS MB from information_schema.tables group by 1;
lvergergsk commented 6 years ago

Each CISE user has 200MB.