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
WINS server
select query
Why vista is recycling after new new installation?
Windows 7 64 bit Connecting to SBS 2003 32 bit
Regex and VB.NET - Richtext selection
error on executing an On Enter event
how to add two Dataset...
Windows XP SP2 Automatic Updates Service Will Not Start
Trying to get autodiscover service to work from outside the network
GetUserProfileByName Issue after form is submitted