Microsoft
Software
Hardware
Network
Question : Does anybody know of some neat SQL code which can calculate the date of birth of a person who is 4 1/2 today?
Does anybody know of some neat SQL code which can calculate the date of birth of a person who is 4 1/2 today?
Answer : Does anybody know of some neat SQL code which can calculate the date of birth of a person who is 4 1/2 today?
Hi,
Is this your asking for ?
select dateadd(month,-6,dateadd(y
ear,-4,get
date()))
Random Solutions
Visual Basic 6 code with auto number creation through network computers
How to open a database in Exclusive Mode
Increase the size of VDI
Could not find installable ISAM, sql server 2005, SP3
Concatenate in Query with Leading Zero
How do I get correct calculations using Dcount in a Report that is based on a filtered table?
Access2007 Runtime - running an app without Office 2007 installed
Please correct query
Excel 2007 / 2003 Compatibility issue from Macro
How to set AutoIncrement Property of a field ?