home / PUP_Spotconfigs_2022_02

spotset_weekdays

6 rows where spotset_id = 44

✎ View and edit SQL

This data as json, copyable, CSV (advanced)

Link spotset_id weekdays_id
44,1 Goldbach Germany (4) 44 Sa 1
44,2 Goldbach Germany (4) 44 So 2
44,3 Goldbach Germany (4) 44 Ø Werktag Mo-Fr 3
44,4 Goldbach Germany (4) 44 Ø Woche gesamt Mo-Fr 4
44,6 Goldbach Germany (4) 44 Ø Wochentag Mo-So 6
44,7 Goldbach Germany (4) 44 Ø 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.854ms