Answers for "greater than with dates in sql"

SQL
1

sql for date greater than

SELECT * FROM ATable WHERE DateField >= Convert(datetime, '2021-12-17 18:25:29')
Posted by: Guest on December-17-2021
0

date less than in sql

SELECT * FROM wp_osd_properties WHERE `listing_expiration` < '2020-08-05'
Posted by: Guest on August-05-2020

Code answers related to "SQL"

Browse Popular Code Answers by Language