SELECT DISTINCT communiqueID,categorieID,titre,resume,organisation,cache_url,date,date_validite,specialID FROM skc_com
LEFT JOIN skc_regcom ON skc_regcom.comID=skc_com.communiqueID
WHERE valide=1 AND date<="2024-09-08" ORDER BY date DESC, communiqueID DESC, priorite DESC LIMIT -15,15
Echec : 1064 :You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '-15,15' at line 3
Erreur
Retour à la page précédente