home / PUP_Spotconfigs_2022_01

spotset_weekdays

6 rows where spotset_id = 58

✎ View and edit SQL

This data as json, copyable, CSV (advanced)

Link spotset_id weekdays_id
58,1 Ströer (8) 58 Sa 1
58,2 Ströer (8) 58 So 2
58,3 Ströer (8) 58 Ø Werktag Mo-Fr 3
58,4 Ströer (8) 58 Ø Woche gesamt Mo-Fr 4
58,6 Ströer (8) 58 Ø Wochentag Mo-So 6
58,7 Ströer (8) 58 Ø Woche gesamt Mo-So 7

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.364ms