home / jun-2025

snapshot_comments

5 rows where snapshot_pk = 20

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: mobile_number, status_text, posted_by, comment_timestamp (date)

comment_pk ▼ snapshot_pk ordinal complaint_id mobile_number comment_timestamp status_text posted_by remarks raw_comment_json
38 20 20 1 106255287912 9154768771 2025-06-12T20:23:29Z Attended By Officer S.Kiranmayee rectified {"id": "106255287912", "mobile_number": "9154768771", "posted_by": "S.Kiranmayee", "remarks": "rectified", "status": "Attended By Officer", "time_stamp": "13-JUN-2025 01:53:29"}
39 20 20 2 106255287912 9704787711 2025-06-06T19:03:41Z Open vemuri don’t we have a single light to fix in street no 4 OPP Mavajeevan apts Even for the street lights and Atreet Dogs we have to meet the ministers {"id": "106255287912", "mobile_number": "9704787711", "posted_by": "vemuri", "remarks": "don’t we have a single light to fix in street no 4 OPP Mavajeevan apts Even for the street lights and Atreet Dogs we have to meet the ministers", "status": "Open", "time_stamp": "07-JUN-2025 00:33:41"}
40 20 20 3 106255287912 9704787711 2025-06-06T06:51:10Z Open vemuri no update and change after this {"id": "106255287912", "mobile_number": "9704787711", "posted_by": "vemuri", "remarks": "no update and change after this", "status": "Open", "time_stamp": "06-JUN-2025 12:21:10"}
41 20 20 4 106255287912 7207923077 2025-06-04T00:01:27Z Open G.Kavitha I/C out of package {"id": "106255287912", "mobile_number": "7207923077", "posted_by": "G.Kavitha I/C", "remarks": "out of package", "status": "Open", "time_stamp": "04-JUN-2025 05:31:27"}
42 20 20 5 106255287912 9704787711 2025-05-31T19:37:47Z Open vemuri since long time they stopped working at least fix one in the middle to shed light thanks {"id": "106255287912", "mobile_number": "9704787711", "posted_by": "vemuri", "remarks": "since long time they stopped working at least fix one in the middle to shed light thanks", "status": "Open", "time_stamp": "01-JUN-2025 01:07:47"}

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