home / thailand-address

SubDistricts

2 rows where district_id = 248

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ name zipcode district_id
120 บางซื่อ 10800 บางซื่อ 248
121 วงศ์สว่าง 10800 บางซื่อ 248

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 19.669ms