home / may-2025

snapshot_comments

3 rows where snapshot_pk = 46

✎ 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
82 46 46 1 105255241082 - 2025-05-20T07:04:13Z - Call Centre Satisfied {"id": "105255241082", "mobile_number": "-", "posted_by": "Call Centre", "remarks": "Satisfied", "status": "-", "time_stamp": "20-MAY-2025 12:34:13"}
83 46 46 2 105255241082 7207923101 2025-05-04T09:30:16Z Attended By Officer Dr.YADAGIRI attended {"id": "105255241082", "mobile_number": "7207923101", "posted_by": "Dr.YADAGIRI", "remarks": "attended", "status": "Attended By Officer", "time_stamp": "04-MAY-2025 15:00:16"}
84 46 46 3 105255241082 7207923101 2025-05-02T08:09:58Z Under Process Dr.YADAGIRI assigned to dead animal lifting contractor {"id": "105255241082", "mobile_number": "7207923101", "posted_by": "Dr.YADAGIRI", "remarks": "assigned to dead animal lifting contractor", "status": "Under Process", "time_stamp": "02-MAY-2025 13:39:58"}

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