Go to file
adekurniawan 3125947393 update query 2023-12-08 12:46:31 +07:00
QueryTemplate/Daily update query 2023-12-08 12:46:31 +07:00
.gitignore update git ignore 2023-12-08 12:46:17 +07:00
README.md update query 2023-12-08 12:46:31 +07:00

README.md

zquery

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