I want to Replace a special character with some other character using Replace function. The character to be replaced is '. Now how do i do it ?
I tried this...
update TTM_AIR_TICKET_MST set ATC_AIR_TKT_STATUS_CD = replace(ATC_AIR_TKT_STATUS_CD,'/''{escape '/'},'O' ) ;
I tried this...
update TTM_AIR_TICKET_MST set ATC_AIR_TKT_STATUS_CD = replace(ATC_AIR_TKT_STATUS_CD,'/''{escape '/'},'O' ) ;