I would like to delete a hyphen from a value. For example I have the value 12-13 and I want 1213. I thought about using the Instr to find the position of the - and then use that possibly to remove the -. But I am not sure what function does this. Does anyone have any ideas or could point me in the right direction? If it matters my field is a varchar(2) and it is in Oracle.
Thanks
Thanks