40 rows where spotset = 24

View and edit SQL

id ▼ spot_config spotset is_internal
1528 289 289 24 24 0
1529 290 290 24 24 0
1530 291 291 24 24 0
1531 292 292 24 24 0
1532 293 293 24 24 0
1533 294 294 24 24 0
1534 295 295 24 24 0
1535 296 296 24 24 0
1536 297 297 24 24 0
1537 298 298 24 24 0
1538 299 299 24 24 0
1539 300 300 24 24 0
1540 301 301 24 24 0
1541 302 302 24 24 0
1542 303 303 24 24 0
1543 304 304 24 24 0
1544 305 305 24 24 0
1545 306 306 24 24 0
1546 307 307 24 24 0
1547 308 308 24 24 0
1548 309 309 24 24 0
1549 310 310 24 24 0
1550 311 311 24 24 0
1551 312 312 24 24 0
1552 313 313 24 24 0
1553 314 314 24 24 0
1554 315 315 24 24 0
1555 316 316 24 24 0
1556 317 317 24 24 0
1557 318 318 24 24 0
1558 319 319 24 24 0
1559 320 320 24 24 0
1560 321 321 24 24 0
1561 322 322 24 24 0
1562 323 323 24 24 0
1563 324 324 24 24 0
1564 325 325 24 24 0
1565 326 326 24 24 0
1566 327 327 24 24 0
1567 328 328 24 24 0

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE gaia_spotconfig_in_spotsets (
	id INTEGER NOT NULL, 
	spot_config INTEGER, 
	spotset INTEGER, 
	is_internal BOOLEAN, 
	PRIMARY KEY (id), 
	FOREIGN KEY(spot_config) REFERENCES spot_config (config_id), 
	FOREIGN KEY(spotset) REFERENCES gaia_spotsets (spotset_id)
);