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 |
0341
Starting Member
21 Posts |
Posted - 2008-09-11 : 16:46:37
|
When I run thisselect CAST(au_lname +', '+ au_fname AS varchar(20))from authorswhere au_lname = 'ropp'I get this ropp, phillipHow do I get it to read Ropp, Phillip without updating the record |
|
TG
Master Smack Fu Yak Hacker
6065 Posts |
|
|
|
|