home / jun-2025

snapshot_comments

4 rows where snapshot_pk = 74

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: status_text, comment_timestamp (date)

comment_pk ▼ snapshot_pk ordinal complaint_id mobile_number comment_timestamp status_text posted_by remarks raw_comment_json
158 74 74 1 106255287972 9154768771 2025-06-04T06:13:05Z Attended By Officer S.Kiranmayee rectified {"id": "106255287972", "mobile_number": "9154768771", "posted_by": "S.Kiranmayee", "remarks": "rectified", "status": "Attended By Officer", "time_stamp": "04-JUN-2025 11:43:05"}
159 74 74 2 106255287972 7207923077 2025-06-04T00:02:28Z Open G.Kavitha I/C out of package {"id": "106255287972", "mobile_number": "7207923077", "posted_by": "G.Kavitha I/C", "remarks": "out of package", "status": "Open", "time_stamp": "04-JUN-2025 05:32:28"}
160 74 74 3 106255287972 9989930592 2025-06-03T05:21:02Z Open B.Swapna another ward {"id": "106255287972", "mobile_number": "9989930592", "posted_by": "B.Swapna", "remarks": "another ward", "status": "Open", "time_stamp": "03-JUN-2025 10:51:02"}
161 74 74 4 106255287972 9392471641 2025-06-02T05:17:45Z Open Ward101 Pertains to kukatpally ward. {"id": "106255287972", "mobile_number": "9392471641", "posted_by": "Ward101", "remarks": "Pertains to kukatpally ward.", "status": "Open", "time_stamp": "02-JUN-2025 10:47:45"}

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