Hi everybody,
I got a problem with mysql 3.23.56 with windows xp.
I wrote this SQL Statement and it worked fine:
"SELECT COUNT(*) as SchubAnzInGr,
Round((TO_DAYS(NOW()) - TO_DAYS(SichereDiagnose)) / 365)
as ErkDauer
FROM Diagnostik, Schuebe
WHERE Diagnostik.MitgliedsNr =...