home / OOH_DigitalSpots_2024_1

wave_spotsets

1 row where gaia_spotsets = 6

✎ View and edit SQL

This data as json, copyable, CSV (advanced)

Link rowid ▼ gaia_spotsets wave_id
6 6 6 1 1

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE wave_spotsets (
	gaia_spotsets VARCHAR(10), 
	wave_id INTEGER, 
	FOREIGN KEY(gaia_spotsets) REFERENCES gaia_spotsets (spotset_id), 
	FOREIGN KEY(wave_id) REFERENCES wave (id)
);
Powered by Datasette · Queries took 8.78ms