Search Results

Search: Posts Made By: Scott
1,326
Posted By Scott
There is a replace function that can do just...
There is a replace function that can do just that:

SQL> update tablename set name = replace( name, 'string', 'sequence' ) where id > 5;

(assuming Oracle or mySQL)
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 06:43 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy