Hi
I m giving a 'INSERT' statement in PL/SQL. The value I m inserting is given below
"http://account.aspx?ID=1234&STATUS=TRUE"
I m not using any front end UI to do the job. I want to insert this value into the DB table using a INSERT statement in the PL/SQL. But I m having problem with the '&' sign.
I want to write a trigger, which replaces the '&' with '&&'. I tried, but its not working
Can anyone guide me on this ?
Thanking in advance
I m giving a 'INSERT' statement in PL/SQL. The value I m inserting is given below
"http://account.aspx?ID=1234&STATUS=TRUE"
I m not using any front end UI to do the job. I want to insert this value into the DB table using a INSERT statement in the PL/SQL. But I m having problem with the '&' sign.
I want to write a trigger, which replaces the '&' with '&&'. I tried, but its not working
Can anyone guide me on this ?
Thanking in advance