home / thailand-address

SubDistricts

3 rows where district_id = 11

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: zipcode

id ▼ name zipcode district_id
3662 กมลา 83120 กะทู้ 11
3663 กะทู้ 83120 กะทู้ 11
3664 ป่าตอง 83150 กะทู้ 11

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.07ms