home / apr-2025

snapshot_comments

3 rows where snapshot_pk = 116

✎ 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
197 116 116 1 104255188698 9949994049 2025-10-17T09:41:37Z Attended By Officer E. SURENDER REDDY This office will inspect the site and take further necessary action {"id": "104255188698", "mobile_number": "9949994049", "posted_by": "E. SURENDER REDDY", "remarks": "This office will inspect the site and take further necessary action", "status": "Attended By Officer", "time_stamp": "17-OCT-2025 15:11:37"}
198 116 116 2 104255188698 7331170020 2025-10-15T04:25:19Z Open S Mahadev Anurag debris {"id": "104255188698", "mobile_number": "7331170020", "posted_by": "S Mahadev Anurag", "remarks": "debris", "status": "Open", "time_stamp": "15-OCT-2025 09:55:19"}
199 116 116 3 104255188698 7331170020 2025-04-01T09:11:51Z Open S Mahadev Anurag punya residency {"id": "104255188698", "mobile_number": "7331170020", "posted_by": "S Mahadev Anurag", "remarks": "punya residency", "status": "Open", "time_stamp": "01-APR-2025 14:41:51"}

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