Berichte/News
Anfrage fehlgeschlagen: select *,date_format(wet_date,'%d.%m') as ls_wet_date,
wettkampf_class.descr as class_descr
from wettkampf, wettkampf_class, user where
wet_date >= '2018-01-01' and
wet_date <= '2018-12-31' and
type_id = 1 and
wettkampf.class_id = wettkampf_class.class_id and
wettkampf.user_id = user.id
ORDER by wettkampf_class.descr∨der_dir=asc desc