1 row where gaia_spotsets = 8

View and edit SQL

Link rowid ▼ gaia_spotsets wave_id
8 8 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)
);