incidents

Data source: Verschiedene Organisationen und Projekte

0 rows where official = 1 and point_geom = "��Hh˹�*@q�q�t K@�Hh˹�*@q�q�t K@|�Hh˹�*@q�q�t K@�"

View and edit SQL

point_geom

official

county

0 records

CREATE TABLE incidents (
	id INTEGER NOT NULL, 
	description TEXT, 
	date DATETIME, 
	url TEXT, 
	rg_id TEXT, 
	city TEXT, 
	county TEXT, 
	chronicler_name TEXT, 
	title TEXT, 
	factums TEXT, 
	motives TEXT, 
	postal_code TEXT, 
	state TEXT, 
	latitude TEXT, 
	longitude TEXT, 
	address TEXT, 
	age TEXT, 
	official BOOLEAN, 
	tags TEXT, 
	contexts TEXT, orig_county TEXT, orig_city TEXT, country TEXT, orig_address TEXT, district TEXT, street TEXT, house_number TEXT, "point_geom" POINT, 
	PRIMARY KEY (id), 
	CHECK (official IN (0, 1))
);
CREATE INDEX ix_incidents_8bf74999a70a0675 ON incidents (rg_id);
Powered by Datasette · Query took 1211.894ms · Data source: Verschiedene Organisationen und Projekte