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
Installing Visual Web Developer 2008 Express
Activate (Requery) a Combo Box w/ VBA
VSTO 2008 Deployment Project
Access Server Error 15135
Using TSADMIN.msc is there a way to tell which user is at a desktop, which is using remote app?
problem of do while loop iin foxpro
Format of week column - converted from date column
Compile Error in Excel
Difference between ADP, MDB & SQL
How do I copy files with their ACLs to another file server in a different AD forest?