How do you add the % sign in a perl program, if you are doing an oracle
query in the program?

Example ....select date, name from my_table where name like upper(?)% 

 

The question mark would allow the user to enter the name - and I need to
append the % sign so that oracle will know to do a like search.

 

 

 

Reply via email to