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