home / thailand-address

SubDistricts

3 rows where district_id = 498

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ name zipcode district_id
5413 วังทอง 27250 วังสมบูรณ์ 498
5414 วังสมบูรณ์ 27250 วังสมบูรณ์ 498
5415 วังใหม่ 27250 วังสมบูรณ์ 498

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