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
Configure ISA 2004 as Backend Firewall
Trouble Combining two fields in Query
Exchange 2010 - Connection to Exchange is unavailable
Office 2003 on Terminal Services
VBA for Updating Table Data
How to re-link SCOM 2007 to its SCOM Database
How to backup SQL Server 2008 database from VPS to local PC?
VBA, Copy cell contents down.
Batch at boot before login: Scheduled taks does not work for local login on domain-PCs
Advanced Filter Macro problems