Executed Queries (4)
-
select * from `languages` where `abbr` = 'en' and `active` = 1 limit 1x1 -
select column_name as `column_name` from information_schema.columns where table_schema = 'ekhfj_testing_hfj' and table_name = 'countries'x1 -
select * from `cities` where `country_code` = 'KW' and `active` = 1 order by `population` desc, JSON_UNQUOTE(JSON_EXTRACT(IF(JSON_VALID(name), name, JSON_OBJECT('en', name)), '$.en')) asc limit 1000x1 -
select * from `employee_skills` where `is_deleted` = 0 and `status` = 1 order by `skill` ascx1