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
| QUERY PLAN |
|---|
| Seq Scan on countries (cost=0.00..6.14 rows=1 width=47) |
| Filter: (id = 114) |