# zquery
select table_schema, table_name, column_name
from information_schema.columns
where table_schema = 'r11'
and table_name = 'meas_2g_daily';