Příklad:
SUBSTR('PANCAKES', 0, INSTR('PANCAKES', 'A', 1, 1)-1) || SUBSTR('PANCAKES', INSTR('PANCAKES', 'A', 1, 1)+1)
Nemám instanci Oracle, se kterou bych mohl testovat, možná budu muset vyladit -1/+1, aby byla pozice správná.
Reference:
Příklad:
SUBSTR('PANCAKES', 0, INSTR('PANCAKES', 'A', 1, 1)-1) || SUBSTR('PANCAKES', INSTR('PANCAKES', 'A', 1, 1)+1)
Nemám instanci Oracle, se kterou bych mohl testovat, možná budu muset vyladit -1/+1, aby byla pozice správná.
Reference: