4 rows where analyis_id = 0010033603

View and edit SQL

id ▼ key value analyis_id
147 NamedChains NamedChain_AllAWA AWA 2016 (Haushaltsgewicht) 0010033603
148 SubFamily AWA AWA 2016 (Haushaltsgewicht) 0010033603
149 ShowTitelWaehrungSwitch TRUE AWA 2016 (Haushaltsgewicht) 0010033603
150 AnalysenGGName Deutschspr. Bevölkerung 14 Jahre und älter AWA 2016 (Haushaltsgewicht) 0010033603

Advanced export

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

CSV options:

CREATE TABLE analysis_infos (
	id INTEGER NOT NULL, 
	"key" VARCHAR(250), 
	value VARCHAR(250), 
	analyis_id VARCHAR(10), 
	PRIMARY KEY (id), 
	UNIQUE (id), 
	FOREIGN KEY(analyis_id) REFERENCES analysis (id)
);
CREATE INDEX ix_analysis_infos_key ON analysis_infos ("key");