keine Ergebnisse für Abfrage 'select distinct
f.funktion as FUNKTION,
f.bundesland as BUNDESLAND,
f.bereich as BEREICH,
a.titel as TITEL,
a.name as NACHNAME,
a.vorname as VORNAME,
a.namenszusatz as NAMENSZUSATZ,
a.arbeitsplatz as ARBEITSPLATZ,
a.firma as FIRMA,
a.plz as PLZ,
a.ort as ORT,
a.strasse as STRASSE,
a.land as LAND,
a.telefon as TELEFON,
a.fax as FAX,
a.email as EMAIL,
a.webadresse as WEBADRESSE
from agg_webdb_funktion f,
agg_webdb_adresse a
where f.adresse = a.id and
f.name = 'Gebührenkommission' and
f.funktion is not null and f.funktion != '' and
f.organisation = 'BDA' and
1 = 1
order by BEREICH, reihenfolge, NACHNAME, VORNAME
'