case:
i need to change the barcode if it contains _A
, _B
, _C
into ""
.
for example.
image_a
into image
, build_b
into build
everytime I query
update table set barcode = replace(barcode,"\_*", "")
then it crashes.
an update:
the problem more like if the query contains replace
function or instr
stopped working. no debug option and simply restarting.
Any help would be appreciated.