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

c# - Unity IoC Lifetime per HttpRequest for UserStore -

Change the color of an oval at click in Java AWT -

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -