home / PUP_Spotconfigs_2022_01

spotset_timeranges

6 rows where spotset_id = 14

✎ View and edit SQL

This data as json, copyable, CSV (advanced)

Link spotset_id timerange_id
14,11 Goldbach Germany (3) 14 06-09 Uhr 11
14,17 Goldbach Germany (3) 14 09-12 Uhr 17
14,24 Goldbach Germany (3) 14 12-15 Uhr 24
14,29 Goldbach Germany (3) 14 15-18 Uhr 29
14,35 Goldbach Germany (3) 14 18-21 Uhr 35
14,44 Goldbach Germany (3) 14 ganztägig 44

Advanced export

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

CSV options:

CREATE TABLE spotset_timeranges (
	spotset_id INTEGER NOT NULL, 
	timerange_id INTEGER NOT NULL, 
	PRIMARY KEY (spotset_id, timerange_id), 
	FOREIGN KEY(spotset_id) REFERENCES spotset (id), 
	FOREIGN KEY(timerange_id) REFERENCES time_range (id)
);
Powered by Datasette · Queries took 8.109ms