Sandman007
Programmer
I have a table with "name" and "graduationdate". Is there a way I can make a query to automatically pull the names that are graduating today (having the query automatically pull todays date from the system)?
I am not sure about how to do this.
All I have so far is:
SELECT tableA.name WHERE tableA.graduationdate = ???
Thanks for any help or suggestions!
Sandman007
I am not sure about how to do this.
All I have so far is:
SELECT tableA.name WHERE tableA.graduationdate = ???
Thanks for any help or suggestions!
Sandman007