Executed Queries (12)
-
select column_name as `column_name` from information_schema.columns where table_schema = 'ekhfj_testing_hfj' and table_name = 'countries'x1 -
select * from `companies` where `id` = '573' limit 1x1 -
select * from `countries` where `countries`.`code` in (0) and `active` = 1x2 -
select `id`, `name` from `cities` where `id` = '1171868' and `active` = 1 limit 1x1 -
select count(*) as aggregate from `posts` where `company_id` = 573 and `is_deleted` = 0 and `is_active` = 1 and `is_post_expire` = 0 and `archived` = 0x1 -
select `id`, `skill` from `employee_skills` order by `skill` ascx1 -
select `id`, `name` from `post_types` where `active` = 1 order by JSON_UNQUOTE(JSON_EXTRACT(IF(JSON_VALID(name), name, JSON_OBJECT('en', name)), '$.en')) ASCx1 -
select `id`, `name` from `cities` where `active` = 1 order by JSON_UNQUOTE(JSON_EXTRACT(IF(JSON_VALID(name), name, JSON_OBJECT('en', name)), '$.en')) ASC limit 50x1 -
select * from `users` where `users`.`id` = '12468' limit 1x1 -
select * from `nationality` where `nationality`.`id` in (0)x1 -
select * from `cities` where `cities`.`id` in (1171868) and `active` = 1x1