As a programmer, there are no real problems but challenges...ones that we need to overcome. This means that there is a solution for all challenges that one may face. For all the challenges that I have faced, I will share them and their solutions.
Wednesday, July 22, 2009
sql string replace
this is an example of the sql string replace function
update tableName set columnName = REPLACE(columnName, substr(columnName, 8, 7),'newStringValue');
No comments:
Post a Comment