home / stasiliste

Meldestellen

262 rows

✎ View and edit SQL

This data as json, CSV (advanced)

MSNR ▼ ORT
000  
001  
002  
004  
005  
006  
007  
008  
009  
011  
013  
015  
017  
018  
019  
021  
022  
023  
024  
025  
026  
027  
028  
029  
030  
031  
032  
033  
034  
036  
037  
038  
039  
040  
041  
042  
043  
044  
045  
046  
047  
048  
050  
051  
052  
053  
055  
056  
057  
058  
059  
061  
062  
063  
064  
065  
067  
068  
069  
070  
071  
072  
073  
074  
075  
076  
077  
078  
079  
080  
082  
083  
084  
085  
087  
088  
089  
091  
092  
093  
094  
095  
097  
098  
099  
100  
101  
103  
104  
105  
106  
107  
108  
110  
111  
112  
114  
115  
117  
118  

Next page

Advanced export

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

CSV options:

CREATE TABLE `Meldestellen` (
	`MSNR`	TEXT UNIQUE,
	`ORT`	TEXT,
	PRIMARY KEY(`MSNR`)
);
Powered by Datasette · Queries took 39.39ms