Hi,
hier noch ein Versuch - bin dann aber weg
SQL-Code:
select
p.*, l.*, f.*
from wartungl l
join wartungp p on l.nummer = p.nummer and p.status = 3
join filtereinsatz f on f.anlage = l.anlage and f.bezeichnung = p.bezeichnung and f.verbrauch = 1
where p.tatigkeit = '3205 * Filtermedium wechseln'