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
ISA 2006 - 12202 The ISA Server Denied the specified Uniform Resource Locator (URL)
Tape Drive not reconized in Windows Explorer
Public folder after Migration from Exchange 2003 to 2007
I need to capture the output of the datagrid grdAttendees and record each Members Email Address.
Dynamic datagrid view with check box
Why am I receving write conflicts
Drag n Drop File Upload
Can't Start SQL Server Agent service
Outlook Distribution Lists
Locking down a 2003 Terminal Server with a 2008 GPO