Answers for "MySQL get all previous date record"

SQL
0

MySQL get all previous date record

use < or > with CURDATE()
example
SELECT ID_RNDV FROM rndv WHERE DATE (Date_RNDV) < CURDATE()
Posted by: Guest on October-16-2021

Code answers related to "MySQL get all previous date record"

Code answers related to "SQL"

Browse Popular Code Answers by Language