home / feb-2026

snapshot_comments

4 rows where snapshot_pk = 39

✎ 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
55 39 39 1 102265688294 9010019444 2026-04-05T06:36:12Z Closed Call Centre Satisfied {"id": "102265688294", "mobile_number": "9010019444", "posted_by": "Call Centre", "remarks": "Satisfied", "status": "Closed", "time_stamp": "05-APR-2026 12:06:12"}
56 39 39 2 102265688294 7331170680 2026-04-04T02:22:07Z Attended By Officer Sri P Satheesh k {"id": "102265688294", "mobile_number": "7331170680", "posted_by": "Sri P Satheesh", "remarks": "k", "status": "Attended By Officer", "time_stamp": "04-APR-2026 07:52:07"}
57 39 39 3 102265688294 9063816948 2026-03-11T07:43:19Z Open Sri B.Srinu belongs to mehdipatnam {"id": "102265688294", "mobile_number": "9063816948", "posted_by": "Sri B.Srinu", "remarks": "belongs to mehdipatnam", "status": "Open", "time_stamp": "11-MAR-2026 13:13:19"}
58 39 39 4 102265688294 9063816963 2026-02-20T05:51:05Z Open Sajida Sulthana k {"id": "102265688294", "mobile_number": "9063816963", "posted_by": "Sajida Sulthana", "remarks": "k", "status": "Open", "time_stamp": "20-FEB-2026 11:21:05"}

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