Most Active People

(default) 14 queries took 88 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1SELECT table_name as name FROM INFORMATION_SCHEMA.tables WHERE table_schema = 'public';0134
2SELECT DISTINCT column_name AS name, data_type AS type, is_nullable AS null, column_default AS default, ordinal_position AS position, character_maximum_length AS char_length, character_octet_length AS oct_length FROM information_schema.columns WHERE table_name = 'users' AND table_schema = 'public' ORDER BY position02421
3SELECT DISTINCT column_name AS name, data_type AS type, is_nullable AS null, column_default AS default, ordinal_position AS position, character_maximum_length AS char_length, character_octet_length AS oct_length FROM information_schema.columns WHERE table_name = 'vehicles' AND table_schema = 'public' ORDER BY position0196
4SELECT DISTINCT column_name AS name, data_type AS type, is_nullable AS null, column_default AS default, ordinal_position AS position, character_maximum_length AS char_length, character_octet_length AS oct_length FROM information_schema.columns WHERE table_name = 'makes' AND table_schema = 'public' ORDER BY position055
5SELECT DISTINCT column_name AS name, data_type AS type, is_nullable AS null, column_default AS default, ordinal_position AS position, character_maximum_length AS char_length, character_octet_length AS oct_length FROM information_schema.columns WHERE table_name = 'countries' AND table_schema = 'public' ORDER BY position035
6SELECT DISTINCT column_name AS name, data_type AS type, is_nullable AS null, column_default AS default, ordinal_position AS position, character_maximum_length AS char_length, character_octet_length AS oct_length FROM information_schema.columns WHERE table_name = 'cars' AND table_schema = 'public' ORDER BY position066
7SELECT DISTINCT column_name AS name, data_type AS type, is_nullable AS null, column_default AS default, ordinal_position AS position, character_maximum_length AS char_length, character_octet_length AS oct_length FROM information_schema.columns WHERE table_name = 'car_years' AND table_schema = 'public' ORDER BY position045
8SELECT DISTINCT column_name AS name, data_type AS type, is_nullable AS null, column_default AS default, ordinal_position AS position, character_maximum_length AS char_length, character_octet_length AS oct_length FROM information_schema.columns WHERE table_name = 'vehicle_images' AND table_schema = 'public' ORDER BY position0106
9SELECT DISTINCT column_name AS name, data_type AS type, is_nullable AS null, column_default AS default, ordinal_position AS position, character_maximum_length AS char_length, character_octet_length AS oct_length FROM information_schema.columns WHERE table_name = 'comments' AND table_schema = 'public' ORDER BY position055
10SELECT DISTINCT column_name AS name, data_type AS type, is_nullable AS null, column_default AS default, ordinal_position AS position, character_maximum_length AS char_length, character_octet_length AS oct_length FROM information_schema.columns WHERE table_name = 'flags' AND table_schema = 'public' ORDER BY position0106
11SELECT DISTINCT column_name AS name, data_type AS type, is_nullable AS null, column_default AS default, ordinal_position AS position, character_maximum_length AS char_length, character_octet_length AS oct_length FROM information_schema.columns WHERE table_name = 'checks' AND table_schema = 'public' ORDER BY position045
12SELECT DISTINCT column_name AS name, data_type AS type, is_nullable AS null, column_default AS default, ordinal_position AS position, character_maximum_length AS char_length, character_octet_length AS oct_length FROM information_schema.columns WHERE table_name = 'password_requests' AND table_schema = 'public' ORDER BY position045
13SELECT COUNT(*) AS "count" FROM "users" AS "User" WHERE 1 = 1 014
14SELECT "User"."id" AS "User__id", "User"."first_name" AS "User__first_name", "User"."last_name" AS "User__last_name", "User"."username" AS "User__username", "User"."password" AS "User__password", "User"."email" AS "User__email", "User"."zip_code" AS "User__zip_code", "User"."description" AS "User__description", "User"."total_mileage" AS "User__total_mileage", "User"."next_car" AS "User__next_car", "User"."status" AS "User__status", "User"."vehicle_count" AS "User__vehicle_count", "User"."created" AS "User__created", "User"."location" AS "User__location", "User"."facebook_id" AS "User__facebook_id", "User"."image" AS "User__image", "User"."admin" AS "User__admin", "User"."dream_car_1" AS "User__dream_car_1", "User"."dream_car_2" AS "User__dream_car_2", "User"."dream_car_3" AS "User__dream_car_3", "User"."dream_car_4" AS "User__dream_car_4", "User"."dream_car_5" AS "User__dream_car_5", "User"."free_report" AS "User__free_report", "User"."last_login" AS "User__last_login" FROM "users" AS "User" WHERE 1 = 1 ORDER BY "User"."vehicle_count" DESC LIMIT 7075