Никак не могу понять как всё сотворить.
select substr(pid,5,3) from table1 where pid='aaa221';
выводит 221. Тыкаем дальше.
update table1 set substr(pid,5,3) = 999 where pid='aaa221';
где туплю ?
Никак не могу понять как всё сотворить.
select substr(pid,5,3) from table1 where pid='aaa221';
выводит 221. Тыкаем дальше.
update table1 set substr(pid,5,3) = 999 where pid='aaa221';