home / PUP_Spotconfigs_2022_01

spotset_timeranges

4 rows where timerange_id = 23

✎ View and edit SQL

This data as json, copyable, CSV (advanced)

Link spotset_id timerange_id
34,23 mcR&D 34 12-14 Uhr 23
35,23 mcR&D (1) 35 12-14 Uhr 23
72,23 mcR&D (2) 72 12-14 Uhr 23
73,23 mcR&D (3) 73 12-14 Uhr 23

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 6.047ms