home / apr-2025

snapshot_comments

4 rows where snapshot_pk = 115

✎ 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
193 115 115 1 104255188697 9154931430 2025-10-23T07:42:43Z Attended By Officer Dr .M Kavitha attend the complete {"id": "104255188697", "mobile_number": "9154931430", "posted_by": "Dr .M Kavitha", "remarks": "attend the complete", "status": "Attended By Officer", "time_stamp": "23-OCT-2025 13:12:43"}
194 115 115 2 104255188697 9949994049 2025-10-23T05:27:30Z Open E. SURENDER REDDY pertains to sanitation {"id": "104255188697", "mobile_number": "9949994049", "posted_by": "E. SURENDER REDDY", "remarks": "pertains to sanitation", "status": "Open", "time_stamp": "23-OCT-2025 10:57:30"}
195 115 115 3 104255188697 7331170020 2025-10-15T04:25:41Z Open S Mahadev Anurag debria {"id": "104255188697", "mobile_number": "7331170020", "posted_by": "S Mahadev Anurag", "remarks": "debria", "status": "Open", "time_stamp": "15-OCT-2025 09:55:41"}
196 115 115 4 104255188697 7331170020 2025-04-01T09:12:07Z Open S Mahadev Anurag punya residency {"id": "104255188697", "mobile_number": "7331170020", "posted_by": "S Mahadev Anurag", "remarks": "punya residency", "status": "Open", "time_stamp": "01-APR-2025 14:42:07"}

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