home / jan-2026

snapshot_comments

4 rows where snapshot_pk = 20

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: status_text, remarks, comment_timestamp (date)

comment_pk ▼ snapshot_pk ordinal complaint_id mobile_number comment_timestamp status_text posted_by remarks raw_comment_json
49 20 20 1 101265640110 9063836132 2026-02-06T09:48:09Z Attended By Officer sri. Sriram reddy rectified {"id": "101265640110", "mobile_number": "9063836132", "posted_by": "sri. Sriram reddy", "remarks": "rectified", "status": "Attended By Officer", "time_stamp": "06-FEB-2026 15:18:09"}
50 20 20 2 101265640110 7331189192 2026-01-28T05:37:26Z Open V.Thirumal reddy forward to another ward {"id": "101265640110", "mobile_number": "7331189192", "posted_by": "V.Thirumal reddy", "remarks": "forward to another ward", "status": "Open", "time_stamp": "28-JAN-2026 11:07:26"}
51 20 20 3 101265640110 8686505100 2026-01-06T08:45:47Z Open Call Centre Not Satisfied {"id": "101265640110", "mobile_number": "8686505100", "posted_by": "Call Centre", "remarks": "Not Satisfied", "status": "Open", "time_stamp": "06-JAN-2026 14:15:47"}
52 20 20 4 101265640110 9154295249 2026-01-05T11:13:41Z Attended By Officer Sai Chandana rectified {"id": "101265640110", "mobile_number": "9154295249", "posted_by": "Sai Chandana", "remarks": "rectified", "status": "Attended By Officer", "time_stamp": "05-JAN-2026 16:43:41"}

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.075ms