fitzgerald
Technical User
Hi all,
Using Delphi 2 (yeah it's out of the ark i know!) and am trying to get some SQL up and running.
I am making a membership system for a video store and I have the main database running which contains all of the members details, along with the date that their video is due for return in DD/MM/YY format.
In one section of the program, I want all of the members that have videos due for return TODAY to be listed in a table. This will involve comparing the date of return stored in the database with todays date.
What would be the SQL needed to perform this?
Thanks for any help that you can offer!
Using Delphi 2 (yeah it's out of the ark i know!) and am trying to get some SQL up and running.
I am making a membership system for a video store and I have the main database running which contains all of the members details, along with the date that their video is due for return in DD/MM/YY format.
In one section of the program, I want all of the members that have videos due for return TODAY to be listed in a table. This will involve comparing the date of return stored in the database with todays date.
What would be the SQL needed to perform this?
Thanks for any help that you can offer!