spotset_weekdays
4 rows where spotset_id = 54
This data as json, copyable, CSV (advanced)
| Link | spotset_id | weekdays_id |
|---|---|---|
| 54,1 | Ströer (11) 54 | Sa 1 |
| 54,3 | Ströer (11) 54 | Ø Werktag Mo-Fr 3 |
| 54,4 | Ströer (11) 54 | Ø Woche gesamt Mo-Fr 4 |
| 54,5 | Ströer (11) 54 | Ø Woche gesamt Mo-Sa 5 |
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) );