home / mar-2025

snapshot_comments

3 rows where snapshot_pk = 107

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: mobile_number, posted_by, comment_timestamp (date)

comment_pk ▼ snapshot_pk ordinal complaint_id mobile_number comment_timestamp status_text posted_by remarks raw_comment_json
165 107 107 1 103255140403 8500176640 2025-04-17T07:49:09Z Closed prathyusha - {"id": "103255140403", "mobile_number": "8500176640", "posted_by": "prathyusha", "remarks": "-", "status": "Closed", "time_stamp": "17-APR-2025 13:19:09"}
166 107 107 2 103255140403 9121242764 2025-04-11T08:21:29Z Attended By Officer P Anusha r {"id": "103255140403", "mobile_number": "9121242764", "posted_by": "P Anusha", "remarks": "r", "status": "Attended By Officer", "time_stamp": "11-APR-2025 13:51:29"}
167 107 107 3 103255140403 8500176640 2025-03-05T14:47:56Z Open prathyusha no action so far {"id": "103255140403", "mobile_number": "8500176640", "posted_by": "prathyusha", "remarks": "no action so far", "status": "Open", "time_stamp": "05-MAR-2025 20:17:56"}

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