home / mar-2025

snapshot_comments

4 rows where snapshot_pk = 104

✎ View and edit SQL

This data as json, CSV (advanced)

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

comment_pk ▼ snapshot_pk ordinal complaint_id mobile_number comment_timestamp status_text posted_by remarks raw_comment_json
161 104 104 1 103255140400 9154299704 2025-03-28T06:20:42Z Attended By Officer Musharfuddin rectified {"id": "103255140400", "mobile_number": "9154299704", "posted_by": "Musharfuddin", "remarks": "rectified", "status": "Attended By Officer", "time_stamp": "28-MAR-2025 11:50:42"}
162 104 104 2 103255140400 9154299704 2025-03-28T06:19:47Z Under Process Musharfuddin under process {"id": "103255140400", "mobile_number": "9154299704", "posted_by": "Musharfuddin", "remarks": "under process", "status": "Under Process", "time_stamp": "28-MAR-2025 11:49:47"}
163 104 104 3 103255140400 9154369423 2025-03-06T14:24:38Z Open M.satyanarayana Reddy Belongs to Ziyaguda {"id": "103255140400", "mobile_number": "9154369423", "posted_by": "M.satyanarayana Reddy", "remarks": "Belongs to Ziyaguda", "status": "Open", "time_stamp": "06-MAR-2025 19:54:38"}
164 104 104 4 103255140400 9154369423 2025-03-06T14:23:24Z Open M.satyanarayana Reddy Belongs to ziyaguda {"id": "103255140400", "mobile_number": "9154369423", "posted_by": "M.satyanarayana Reddy", "remarks": "Belongs to ziyaguda", "status": "Open", "time_stamp": "06-MAR-2025 19:53:24"}

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