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
| COUNTRIES_ID | COUNTRIES_CREATION_DATE | COUNTRIES_MODIFICATION_DATE | COUNTRIES_STATUS | COUNTRIES_CODE | COUNTRIES_NAME | COUNTRIES_RELIABLE |
|---|---|---|---|---|---|---|
| 216 | 2026-01-07 09:26:39.942871+01:00 | 2026-01-07 09:26:39.942871+01:00 | active | TH | Thailand | True |