home / PUP_Spotconfigs_2025

spotset_weekdays

4 rows where spotset_id = 17

✎ View and edit SQL

This data as json, copyable, CSV (advanced)

Link spotset_id weekdays_id
17,1 Piranha Media GmbH 17 Sa 1
17,2 Piranha Media GmbH 17 So 2
17,4 Piranha Media GmbH 17 Ø Woche gesamt Mo-Fr 4
17,7 Piranha Media GmbH 17 Ø 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 7.832ms