Aug 12, 2003 #1 rathna01 Programmer Jun 3, 2003 12 US Hi all, I need an help how to update a few charcaters in a column using UPDATE statement in SQL Server. thanks :->
Hi all, I need an help how to update a few charcaters in a column using UPDATE statement in SQL Server. thanks :->
Aug 12, 2003 #2 JayKusch MIS Oct 30, 2001 3,199 US most likely ... REPLACE(FieldName,'This','That') Thanks J. Kusch Upvote 0 Downvote
Aug 12, 2003 #3 JamesLean Programmer Dec 13, 2002 3,059 GB Please provide more detail. What is the existing data? What do you want to update it to? Sample data will probably be useful too. --James Upvote 0 Downvote
Please provide more detail. What is the existing data? What do you want to update it to? Sample data will probably be useful too. --James