SELECT INSTR('BANANA AND ANANAS','AN',2,3) FROM DUAL; SELECT INSTR('BANANA AND ANANAS','A',1,2) FROM DUAL; SELECT INSTR('BANANA AND ANANAS','AN',3,2) FROM DUAL ...
select phone_number, substr(phone_number, instr(phone_number, '.', 1,1)+1, instr(phone_number, '.', 1,2)-instr(phone_number, '.', 1,1)) melumat from hr.employees ...
現在アクセス不可の可能性がある結果が表示されています。
アクセス不可の結果を非表示にする