Computer Science
General Computer Science articles :)
Monday, September 22, 2008
Oracle SQL - String replace
Updating String fields using the
replace
function:
update
[table_name]
set
[field_being_updated]=
replace(
[field_being_updated], '[string_to_be_replaced]', '[replacement_string]'
)
No comments:
Post a Comment
Newer Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment