Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

replace function and '-' character

874760Jul 27 2011 — edited Jul 27 2011
Hello,

How can I use '-' character in a REPLACE function?

create or replace procedure zd authid current_user as
begin
execute immediate ' create table select ZDK

Replace(SO_HEADER.ZDNUMBER,'' - '','' '') from so_header';

end zd;

Thanks a lot,
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 24 2011
Added on Jul 27 2011
4 comments
202 views