home / dec-2025

snapshot_comments

5 rows where snapshot_pk = 80

✎ 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
163 80 80 1 112255596168 7093900628 2025-12-02T08:07:31Z Closed Bandaru Deepak Good {"id": "112255596168", "mobile_number": "7093900628", "posted_by": "Bandaru Deepak", "remarks": "Good", "status": "Closed", "time_stamp": "02-DEC-2025 13:37:31"}
164 80 80 2 112255596168 9701365515 2025-12-02T07:55:16Z Attended By Officer Sri Venkatesh Dy.EE(SWM) clear {"id": "112255596168", "mobile_number": "9701365515", "posted_by": "Sri Venkatesh Dy.EE(SWM)", "remarks": "clear", "status": "Attended By Officer", "time_stamp": "02-DEC-2025 13:25:16"}
165 80 80 3 112255596168 7093900628 2025-12-01T07:44:01Z Open Bandaru Deepak The garbage is still there. No one has reached the location nor called me {"id": "112255596168", "mobile_number": "7093900628", "posted_by": "Bandaru Deepak", "remarks": "The garbage is still there. No one has reached the location nor called me", "status": "Open", "time_stamp": "01-DEC-2025 13:14:01"}
166 80 80 4 112255596168 9701365515 2025-12-01T07:36:33Z Attended By Officer Sri Venkatesh Dy.EE(SWM) clear {"id": "112255596168", "mobile_number": "9701365515", "posted_by": "Sri Venkatesh Dy.EE(SWM)", "remarks": "clear", "status": "Attended By Officer", "time_stamp": "01-DEC-2025 13:06:33"}
167 80 80 5 112255596168 8712013112 2025-12-01T02:37:40Z Open Sri Kancharla Bhargav, Dy.EE(SWM) Another circle {"id": "112255596168", "mobile_number": "8712013112", "posted_by": "Sri Kancharla Bhargav, Dy.EE(SWM)", "remarks": "Another circle", "status": "Open", "time_stamp": "01-DEC-2025 08:07:40"}

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