Compare Date with Current Date using SQL in MS Access 2013 -
i have table in ms access 2013. has column name expirydate having date values. need write query following condition expirydate greater current date. can tell me how can this?
i'm supposing can use sql query :
select * table_name expirydate > date()
Comments
Post a Comment