SELECT

SQL Select

Executed SQL
SELECT countries.id AS countries_id, countries.creation_date AS countries_creation_date, countries.modification_date AS countries_modification_date, countries.status AS countries_status, countries.code AS countries_code, countries.name AS countries_name, countries.reliable AS countries_reliable 
FROM countries 
WHERE countries.id = %(pk_1)s
Time
0.35 ms

Results

COUNTRIES_ID COUNTRIES_CREATION_DATE COUNTRIES_MODIFICATION_DATE COUNTRIES_STATUS COUNTRIES_CODE COUNTRIES_NAME COUNTRIES_RELIABLE
102 2026-01-07 09:26:39.829967+01:00 2026-01-07 09:26:39.829967+01:00 active IL Israel True