home / jul-2025

snapshot_comments

3 rows where snapshot_pk = 60

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: comment_timestamp (date)

comment_pk ▼ snapshot_pk ordinal complaint_id mobile_number comment_timestamp status_text posted_by remarks raw_comment_json
101 60 60 1 107255337714 9110352172 2025-07-04T14:41:39Z Closed gireesh Good response {"id": "107255337714", "mobile_number": "9110352172", "posted_by": "gireesh", "remarks": "Good response", "status": "Closed", "time_stamp": "04-JUL-2025 20:11:39"}
102 60 60 2 107255337714 9154295249 2025-07-04T09:23:36Z Attended By Officer Sai Chandana rec {"id": "107255337714", "mobile_number": "9154295249", "posted_by": "Sai Chandana", "remarks": "rec", "status": "Attended By Officer", "time_stamp": "04-JUL-2025 14:53:36"}
103 60 60 3 107255337714 9704234838 2025-07-01T03:30:20Z Open M Satya Narayana Reddy belongs to begam bazer {"id": "107255337714", "mobile_number": "9704234838", "posted_by": "M Satya Narayana Reddy", "remarks": "belongs to begam bazer", "status": "Open", "time_stamp": "01-JUL-2025 09:00:20"}

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