home / MAAudio_2023_I_HG

Menu
  • Log in

variant_types

6 rows where variant_type_id = 5

✎ View and edit SQL

This data as json, CSV (advanced)

Link variant_type_id variant_id variant_pos_in_type
5,1 Letzte Radionutzung 5 Schon mal gehört 1 0
5,2 Letzte Radionutzung 5 Hörer in den letzten 14 Tagen 2 3
5,3 Letzte Radionutzung 5 WHK 3 4
5,188 Letzte Radionutzung 5 Vor 2 bis 4 Wochen gehört 188 1
5,189 Letzte Radionutzung 5 Länger her 189 2
5,190 Letzte Radionutzung 5 Keine Angabe (aus Zeitfilter) 190 5

Advanced export

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

CSV options:

CREATE TABLE variant_types (
	variant_type_id INTEGER NOT NULL, 
	variant_id INTEGER NOT NULL, 
	variant_pos_in_type INTEGER, 
	PRIMARY KEY (variant_type_id, variant_id), 
	FOREIGN KEY(variant_type_id) REFERENCES variant_type (id), 
	FOREIGN KEY(variant_id) REFERENCES variant (id)
);
Powered by Datasette · Queries took 1.2ms