Microsoft
Software
Hardware
Network
Question : find the number of years
if i have a date formated as MM/DD/YYYY and i would like to subtract it from todays date to find the numbers of years between both dayes. what function should i use to do so?
Answer : find the number of years
For MySQL :
1:
SELECT YEAR(now()) - YEAR(datefield) FROM yourTABLE
Open in New Window
Select All
Random Solutions
intermittent dead keys while typing
How to reset value to " " in userform textbox
Access variable field locking
No Netware NDS Trees detected
Using Batch file to Obtain the Computernames, usernames, IP Address and MAC Address from each remote PCs
Correct syntax for SQL between-like query
Is there a cmd to see active sessions in SQL 2005?
Detecting Drag of a CListCtrl Header Column Divider
WHAT IS AN ILIST,IDATASOURCE,IENUMERA<wbr />BLE
Add tables to code with Inner Select