home / apr-2025

snapshot_comments

3 rows where snapshot_pk = 95

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: mobile_number, posted_by, comment_timestamp (date)

comment_pk ▼ snapshot_pk ordinal complaint_id mobile_number comment_timestamp status_text posted_by remarks raw_comment_json
163 95 95 1 104255188677 9701153700 2025-04-06T14:36:33Z Open John What happened to this complaint, no one addressed this yet, it's been 15 days that manhole is lying without a cover. {"id": "104255188677", "mobile_number": "9701153700", "posted_by": "John", "remarks": "What happened to this complaint, no one addressed this yet, it's been 15 days that manhole is lying without a cover.", "status": "Open", "time_stamp": "06-APR-2025 20:06:33"}
164 95 95 2 104255188677 9701153700 2025-04-05T02:48:43Z Open John Any update on this, no one responded yet. It's causing frequent clogging of water. Moreover, it's a school zone area, small kids travel by that road. {"id": "104255188677", "mobile_number": "9701153700", "posted_by": "John", "remarks": "Any update on this, no one responded yet. It's causing frequent clogging of water. Moreover, it's a school zone area, small kids travel by that road.", "status": "Open", "time_stamp": "05-APR-2025 08:18:43"}
165 95 95 3 104255188677 7337557254 2025-04-01T16:35:10Z Open M Thirupathi HMWSSB {"id": "104255188677", "mobile_number": "7337557254", "posted_by": "M Thirupathi", "remarks": "HMWSSB", "status": "Open", "time_stamp": "01-APR-2025 22:05:10"}

Advanced export

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

CSV options:

CREATE TABLE snapshot_comments (
    comment_pk INTEGER PRIMARY KEY,
    snapshot_pk INTEGER NOT NULL REFERENCES complaint_snapshots(snapshot_pk) ON DELETE CASCADE,
    ordinal INTEGER NOT NULL,
    complaint_id TEXT NOT NULL,
    mobile_number TEXT NOT NULL,
    comment_timestamp TEXT NOT NULL,
    status_text TEXT NOT NULL,
    posted_by TEXT NOT NULL,
    remarks TEXT NOT NULL,
    raw_comment_json TEXT NOT NULL,
    UNIQUE(snapshot_pk, ordinal)
);
Powered by Datasette · Queries took 16.354ms