Hi All,
First of all, thanks for taking time!
The problem i've got is the following:
I am trying to do an update to a range of data in a field:
I've got some products stored in database like this
l-aa223221
l-aa2243232fe32
l-aa224322ddew23
I would like to transforms these multiple rows like this:
l-aa223 should be updated or replaced like this l-223 so the aa part should be replaced. How can i achieve this?
Thanks,
ww.
P.S. It is not possible to use asterisk's for matching purpose in query, i guess.. like this;
UPDATE tabel1 SET field1='l-*' WHERE field1 = LIKE 'l-aa' something.