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 |
|
csphard
Posting Yak Master
113 Posts |
Posted - 2008-05-23 : 18:08:20
|
| I need to create the following date using sql.I want the month and day to be 07/01 but for theyear I need the current year.I thought I could do something like '07/01/' + YEAR(getdate())but this error. Thanks |
|
|
jsmith8858
Dr. Cross Join
7423 Posts |
|
|
|
|
|