Jägerstraße
Name |
Jägerstraße |
Stadtbezirk |
3. Maxvorstadt |
Stadtbezirksteil |
Universität |
Straße |
Jägerstraße
|
Plan
Noch kein Bild vorhanden
SELECT id, titel, datum, autor
FROM fotos
WHERE strasse = 'Jägerstraße'
AND hausnummer = 0
AND (
hausnummer_zusatz = '' -- exakter Zusatz
OR hausnummer_zusatz LIKE ' %' -- Varianten mit Leerzeichen
OR hausnummer_zusatz = '' -- leerer String
OR hausnummer_zusatz IS NULL -- NULL-Wert
) LIMIT 20