8 lines
113 B
SQL
8 lines
113 B
SQL
select anrede,
|
|
vorname,
|
|
nachname,
|
|
strasse,
|
|
plz,
|
|
ort
|
|
from testadressen
|
|
|