Erreur SQL !
select *, date_format(a.date,'%d/%m/%Y') as vdate, a.date as order_date from sessions a, riders r where a.id_rider=1568 and (date<'2018-02-26' or (date='2018-02-26' and id_session<200118)) and a.id_rider=r.id_rider and profil_public=1 order by order_date desc, id_session desc
Lost connection to MySQL server during query