Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
BrOkEn_iCe
Starting Member
25 Posts |
Posted - 2010-06-27 : 04:23:22
|
hii want to know what is the wrong with SELECT DateDiff("d",[meter_status_date],Date()) AS periodFROM meter_table it get me that ''Date' is not a recognized built-in function name.' |
|
Sachin.Nand
2937 Posts |
Posted - 2010-06-27 : 04:58:02
|
quote: Originally posted by BrOkEn_iCe hii want to know what is the wrong with SELECT DateDiff("d",[meter_status_date],GetDate()) AS periodFROM meter_table it get me that ''Date' is not a recognized built-in function name.'
Limitations live only in our minds. But if we use our imaginations, our possibilities become limitless. PBUH |
 |
|
BrOkEn_iCe
Starting Member
25 Posts |
Posted - 2010-06-27 : 05:08:22
|
thx alot it work i don't why i miss thisthx again |
 |
|
|
|
|