home / OOH_DigitalSpots_2025_1

publisher_configs

16 rows where publisher_id = 603

✎ View and edit SQL

This data as json, copyable, CSV (advanced)

Link rowid ▼ spot_id publisher_id
404 404 355 None 603
748 748 542 None 603
750 750 541 None 603
752 752 540 None 603
754 754 539 None 603
756 756 538 None 603
758 758 537 None 603
760 760 536 None 603
762 762 535 None 603
764 764 534 None 603
766 766 533 None 603
768 768 532 None 603
770 770 531 None 603
772 772 530 None 603
774 774 529 None 603
776 776 528 None 603

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE publisher_configs (
	spot_id VARCHAR(10), 
	publisher_id INTEGER, 
	FOREIGN KEY(spot_id) REFERENCES spot_config (config_id), 
	FOREIGN KEY(publisher_id) REFERENCES publisher (id)
);
Powered by Datasette · Queries took 9.099ms