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
Looking for a control to visibly show capacity of components
How do I link multiple forms with Required Fields in Access that update one table
IPSEC
Identifying Best Price....
.NET Solution With multiple projects
Shell versus Double-Click
override standard SQLEXEC function vfp
How to trigger Form events?
How to increase HEAP Memory on Windows 2003?
Handle to the Listview in Open/Save Dialog