Skip to content

Storage info

Prayag edited this page May 30, 2023 · 1 revision
select 
  sum(size_bytes)/pow(10,6) as size_in_mb
from
  project-name.dataset_name.__TABLES__
where 
  table_id = 'table_name'
Clone this wiki locally