Column descriptions

where group_session = "exp_2022_11_04_10"

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_2022_11_04_10 1667586259.6340227 2022-11-04T18:24:19.634023+00:00 1667586561.1718185 2022-11-04T18:29:21.171818+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
);