Column descriptions

where group_session = "exp_2023_04_24_13"

View and edit SQL

Suggested facets: start_timestamp_iso8601 (date), stop_timestamp_iso8601 (date)

group_session ▼ start_timestamp_unix start_timestamp_iso8601 stop_timestamp_unix stop_timestamp_iso8601
exp_2023_04_24_13 1682370219.3408113 2023-04-24T21:03:39.340811+00:00 1682370520.8851583 2023-04-24T21:08:40.885158+00:00

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE "rest_state_task" (
   [group_session] TEXT PRIMARY KEY REFERENCES [group_session]([id]),
   [start_timestamp_unix] TEXT,
   [start_timestamp_iso8601] TEXT,
   [stop_timestamp_unix] TEXT,
   [stop_timestamp_iso8601] TEXT
);