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
The default gateway setting is lost when you wake a Windows Vista
Help me hack
Find Corrupt Record
Load into SQL Server From FoxPro database through SSIS
How To Disable CTRL-COMMA Shortcut ?
Cisco ASA 5510 ASDM - Allowing PING AND TRACECERT through
Pivot on two columns
Missing References
How do I check which SP 's this pc is using?
How do I create a macro to print all records in a Pivot Table with multiple page fields and dynamically set print area?