sql中如何比较日期时间

SQL Server:
select * from [tableName] where yourdate>='2020-01-01'

Access:
select * from [tableName] where yourdate>=#2020-01-01#