home / oct-2025

snapshot_comments

3 rows where snapshot_pk = 14

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: mobile_number, posted_by, comment_timestamp (date)

comment_pk ▼ snapshot_pk ordinal complaint_id mobile_number comment_timestamp status_text posted_by remarks raw_comment_json
46 14 14 1 110255503084 9100667105 2025-10-14T13:46:24Z Attended By Officer Syed akbar no street light kindly request to provide the lights on the pule {"id": "110255503084", "mobile_number": "9100667105", "posted_by": "Syed akbar", "remarks": "no street light kindly request to provide the lights on the pule", "status": "Attended By Officer", "time_stamp": "14-OCT-2025 19:16:24"}
47 14 14 2 110255503084 9100667105 2025-10-14T13:44:03Z Attended By Officer Syed akbar no street lights {"id": "110255503084", "mobile_number": "9100667105", "posted_by": "Syed akbar", "remarks": "no street lights", "status": "Attended By Officer", "time_stamp": "14-OCT-2025 19:14:03"}
48 14 14 3 110255503084 8074004250 2025-10-07T16:14:32Z Attended By Officer Satya narayana rectified {"id": "110255503084", "mobile_number": "8074004250", "posted_by": "Satya narayana", "remarks": "rectified", "status": "Attended By Officer", "time_stamp": "07-OCT-2025 21:44:32"}

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