home / jan-2026

snapshot_comments

5 rows where snapshot_pk = 34

✎ 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
67 34 34 1 101265640125 9553312464 2026-03-08T05:18:22Z Closed Call Centre Not Satisfied {"id": "101265640125", "mobile_number": "9553312464", "posted_by": "Call Centre", "remarks": "Not Satisfied", "status": "Closed", "time_stamp": "08-MAR-2026 10:48:22"}
68 34 34 2 101265640125 8328385936 2026-03-07T09:14:21Z Attended By Officer KARUNAKER Encroachment drives will be conducted with the coordination of traffic police department {"id": "101265640125", "mobile_number": "8328385936", "posted_by": "KARUNAKER", "remarks": "Encroachment drives will be conducted with the coordination of traffic police department", "status": "Attended By Officer", "time_stamp": "07-MAR-2026 14:44:21"}
69 34 34 3 101265640125 9553312464 2026-01-16T17:59:16Z Open Jagadeesh Kumar why delay sir {"id": "101265640125", "mobile_number": "9553312464", "posted_by": "Jagadeesh Kumar", "remarks": "why delay sir", "status": "Open", "time_stamp": "16-JAN-2026 23:29:16"}
70 34 34 4 101265640125 9553312464 2026-01-08T14:24:41Z Open Jagadeesh Kumar how many days required to resolve.. {"id": "101265640125", "mobile_number": "9553312464", "posted_by": "Jagadeesh Kumar", "remarks": "how many days required to resolve..", "status": "Open", "time_stamp": "08-JAN-2026 19:54:41"}
71 34 34 5 101265640125 9553312464 2026-01-06T14:36:57Z Open Jagadeesh Kumar Citizen informed that the grievance has been pending. So please take necessary action.Thank you sir.y action.Thank you sir. {"id": "101265640125", "mobile_number": "9553312464", "posted_by": "Jagadeesh Kumar", "remarks": "Citizen informed that the grievance has been pending. So please take necessary action.Thank you sir.y action.Thank you sir.", "status": "Open", "time_stamp": "06-JAN-2026 20:06:57"}

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