home / PUP_Spotconfigs_2022_02_v09

spotset_weekdays

5 rows where spotset_id = 20

✎ View and edit SQL

This data as json, copyable, CSV (advanced)

Link spotset_id weekdays_id
20,1 Ströer 20 Sa 1
20,2 Ströer 20 So 2
20,3 Ströer 20 Ø Werktag Mo-Fr 3
20,4 Ströer 20 Ø Woche gesamt Mo-Fr 4
20,6 Ströer 20 Ø 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 6.647ms