Modifying all data in a given column (SQL)

Associate
Joined
3 Mar 2004
Posts
1,312
Location
West London
Hey,

I've tried googling for a solution to this but I'm not completely sure of what approach I should be taking.

If I had a table with say 100 records, and for a given column, I wanted to modify the data for every row (i.e. append some chars), how would I go about doing this? What is the most efficient way?

Thanks for any advice!
 
Back
Top Bottom