XopherS
Technical User
- Dec 8, 2006
- 35
I'm using MS SQL Server 2000/2005. I want to add three fields' worth of data into a fourth field. If I were writing this in VB, I'd write something like
[tt]strNotes = strField1 & strField2 & strField3 & strNotes[/tt]
Is this even possible in SQL?
[tt]strNotes = strField1 & strField2 & strField3 & strNotes[/tt]
Is this even possible in SQL?