This commit is contained in:
2021-01-23 23:42:27 +01:00
parent 8bac141e6f
commit c55c4cc4f6
3 changed files with 28 additions and 8 deletions

View File

@ -0,0 +1,9 @@
select anrede,
vorname,
nachname,
strasse,
plz,
ort
from mieter
where einzug < curdate() and
(auszug is null or auszug > curdate())