home / thailand-address

SubDistricts

3 rows where district_id = 269

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: name, zipcode

id ▼ name zipcode district_id
135 ท่าแร้ง 10220 บางเขน 269
136 ท่าแร้ง 10230 บางเขน 269
137 อนุสาวรีย์ 10220 บางเขน 269

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE SubDistricts(
    id INTEGER PRIMARY KEY AUTOINCREMENT,
    name TEXT NOT NULL,
    zipcode TEXT NOT NULL,
    district_id INTEGER NOT NULL,
    FOREIGN KEY (district_id) REFERENCES Districts(id)
  );
Powered by Datasette · Queries took 22.343ms