SELECT locations.loc_id, name.text_val
FROM geodb_locations locations
LEFT JOIN geodb_textdata name ON name.loc_id = locations.loc_id
WHERE loc_type = 100300000
AND name.text_type = 500100000
AND name.text_val LIKE '%".$bundesland."%'
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Ich bin leider PC und Datenbank technisch überhaupt nicht fit. Ich brauche auch eine Excel Tabelle in der ich den Ortsnamen, die PLZ und das dazugehörige Bundesland finden kann. Allerdings bekomme ich das nicht hin. Kann mir da jemand helfen? Wie mach ich das? Oder besteht die Möglichkeit, dass jemand das ganz schnell und unproblematisch für mich machen könnte?
Über Antworten würde ich mich sehr freuen! Bin verzweifelt…
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hallo ich versuche krampfhaft diese Daten plz, ort, bundesland anhand entweder plz oder ort oder bundesland auszugeben….
SELECT locations.loc_id, name.text_val
FROM geodb_locations locations
LEFT JOIN geodb_textdata name ON name.loc_id = locations.loc_id
WHERE loc_type = 100300000
AND name.text_type = 500100000
AND name.text_val LIKE '%".$bundesland."%'
Hallo!
Ich bin leider PC und Datenbank technisch überhaupt nicht fit. Ich brauche auch eine Excel Tabelle in der ich den Ortsnamen, die PLZ und das dazugehörige Bundesland finden kann. Allerdings bekomme ich das nicht hin. Kann mir da jemand helfen? Wie mach ich das? Oder besteht die Möglichkeit, dass jemand das ganz schnell und unproblematisch für mich machen könnte?
Über Antworten würde ich mich sehr freuen! Bin verzweifelt…