home / OOH_DigitalSpots_2022

time_range

8 rows

✎ View and edit SQL

This data as json, copyable, CSV (advanced)

id ▼ range range_id
1 06:00 - 24:00 7
2 06:00 - 09:00 1
3 09:00 - 12:00 2
4 12:00 - 15:00 3
5 15:00 - 18:00 4
6 18:00 - 21:00 5
7 21:00 - 24:00 6
8 Ganztags 0

Advanced export

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

CSV options:

CREATE TABLE time_range (
	id INTEGER NOT NULL, 
	range VARCHAR(250), 
	range_id INTEGER, 
	PRIMARY KEY (id), 
	UNIQUE (id)
);
Powered by Datasette · Queries took 5.149ms