home / may-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, remarks, comment_timestamp (date)

comment_pk ▼ snapshot_pk ordinal complaint_id mobile_number comment_timestamp status_text posted_by remarks raw_comment_json
177 116 116 1 105255241152 9154799124 2025-05-12T15:21:53Z Attended By Officer T.L.Ramesh Kumar this office has identified the said encroachment and the enchorchment will be removed with the help of police protection {"id": "105255241152", "mobile_number": "9154799124", "posted_by": "T.L.Ramesh Kumar", "remarks": "this office has identified the said encroachment and the enchorchment will be removed with the help of police protection", "status": "Attended By Officer", "time_stamp": "12-MAY-2025 20:51:53"}
178 116 116 2 105255241152 7330916712 2025-05-12T01:47:32Z Open siva Nothing has been attended {"id": "105255241152", "mobile_number": "7330916712", "posted_by": "siva", "remarks": "Nothing has been attended", "status": "Open", "time_stamp": "12-MAY-2025 07:17:32"}
179 116 116 3 105255241152 9154799124 2025-05-10T12:04:36Z Attended By Officer T.L.Ramesh Kumar this office has identified the said encroachment and the enchorchment will be removed with the help of police protection {"id": "105255241152", "mobile_number": "9154799124", "posted_by": "T.L.Ramesh Kumar", "remarks": "this office has identified the said encroachment and the enchorchment will be removed with the help of police protection", "status": "Attended By Officer", "time_stamp": "10-MAY-2025 17:34:36"}

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