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

Popular posts from this blog

PHPMotion implementation - URL based videos (Hosted on separate location) -

javascript - Using Windows Media Player as video fallback for video tag -

c# - Unity IoC Lifetime per HttpRequest for UserStore -