spotset_weekdays
4 rows where spotset_id = 13
This data as json, copyable, CSV (advanced)
| Link | spotset_id | weekdays_id |
|---|---|---|
| 13,1 | Goldbach Germany (2) 13 | Sa 1 |
| 13,2 | Goldbach Germany (2) 13 | So 2 |
| 13,4 | Goldbach Germany (2) 13 | Ø Woche gesamt Mo-Fr 4 |
| 13,7 | Goldbach Germany (2) 13 | Ø Woche gesamt Mo-So 7 |
Advanced export
JSON shape: default, array, newline-delimited, object
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) );