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
storing jpg and retrieving on forms
Problem with Microsoft Rich textbox control 6.0 (SP4)
Alitris Deployment Solution
VFP Detail 1 band is too large for page
One question about Log4Net & Common.Logging
Installing Office 2003--How to get Clean Install with updates
Can I use union with sql subqueries?
MS SQL FTS Index Population Error
Problem with Check Box Form Control
How would I use linq instead of dataset/dataview/datatable<wbr /> in the following scenario