You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
select concat('CREATE TABLE `kushal-stage-db`.', table_name , ' AS (SELECT * FROM `kushal-prod-db`.',table_name, ');' ) fromINFORMATION_SCHEMA.TABLESwhere TABLE_SCHEMA ='kushal-prod-db'
select*from monitorInbox where creationDate >'2024-01-01'and
sharedToCompanyId in (
select agency_id from company_agency where company_id =1992
) and sharedByCompanyId = sharedToCompanyId;
select id,alias from media where mediaOwnerShipCompany in (select agency_id from company_agency where company_id =1992) and creationDate >'2024-01-01';
select id,name from company where id in (
select agency_id from company_agency where company_id =1992);