home / PUP_Spotconfigs_2022_01

spotset_weekdays

5 rows where spotset_id = 18

✎ View and edit SQL

This data as json, copyable, CSV (advanced)

Link spotset_id weekdays_id
18,1 Ströer 18 Sa 1
18,2 Ströer 18 So 2
18,3 Ströer 18 Ø Werktag Mo-Fr 3
18,4 Ströer 18 Ø Woche gesamt Mo-Fr 4
18,6 Ströer 18 Ø Wochentag Mo-So 6

Advanced export

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

CSV options:

CREATE TABLE spotset_weekdays (
	spotset_id INTEGER NOT NULL, 
	weekdays_id INTEGER NOT NULL, 
	PRIMARY KEY (spotset_id, weekdays_id), 
	FOREIGN KEY(spotset_id) REFERENCES spotset (id), 
	FOREIGN KEY(weekdays_id) REFERENCES weekday (id)
);
Powered by Datasette · Queries took 8.21ms