home / sept-2025

snapshot_comments

5 rows where snapshot_pk = 14

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: mobile_number, status_text, posted_by, remarks, comment_timestamp (date)

comment_pk ▼ snapshot_pk ordinal complaint_id mobile_number comment_timestamp status_text posted_by remarks raw_comment_json
26 14 14 1 109255451024 7799588861 2025-10-23T06:47:47Z Attended By Officer Ch. SUDHAKAR informed to remove encroachment {"id": "109255451024", "mobile_number": "7799588861", "posted_by": "Ch. SUDHAKAR", "remarks": "informed to remove encroachment", "status": "Attended By Officer", "time_stamp": "23-OCT-2025 12:17:47"}
27 14 14 2 109255451024 8328104508 2025-10-10T04:45:24Z Open Call Centre Not Satisfied {"id": "109255451024", "mobile_number": "8328104508", "posted_by": "Call Centre", "remarks": "Not Satisfied", "status": "Open", "time_stamp": "10-OCT-2025 10:15:24"}
28 14 14 3 109255451024 7799588861 2025-10-09T06:03:47Z Attended By Officer Ch. SUDHAKAR informed to remove encroachment {"id": "109255451024", "mobile_number": "7799588861", "posted_by": "Ch. SUDHAKAR", "remarks": "informed to remove encroachment", "status": "Attended By Officer", "time_stamp": "09-OCT-2025 11:33:47"}
29 14 14 4 109255451024 8328104508 2025-09-11T08:51:46Z Open Ward039 Pertains to 43-Chandrayangutta ward {"id": "109255451024", "mobile_number": "8328104508", "posted_by": "Ward039", "remarks": "Pertains to 43-Chandrayangutta ward", "status": "Open", "time_stamp": "11-SEP-2025 14:21:46"}
30 14 14 5 109255451024 7799588861 2025-09-11T04:55:12Z Open Ch. SUDHAKAR pertains to santoshnagar {"id": "109255451024", "mobile_number": "7799588861", "posted_by": "Ch. SUDHAKAR", "remarks": "pertains to santoshnagar", "status": "Open", "time_stamp": "11-SEP-2025 10:25:12"}

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