MySQL obtient tout enregistrement de date précédente
use < or > with CURDATE()
example
SELECT ID_RNDV FROM rndv WHERE DATE (Date_RNDV) < CURDATE()
Elegant Earthworm
use < or > with CURDATE()
example
SELECT ID_RNDV FROM rndv WHERE DATE (Date_RNDV) < CURDATE()