I have created a screen which has the stored procedure at it back end.
On the screen, there is a field called as TITLE.
The user can enter any value of TITLE and hit <SEARCH>.
e.g the TITLE is ORACLE HANDBOOK.
The user can enter the TITLE as 'RAC', 'HAND' , etc.
How can I use INSTR function with the field TITLE in my stored procedure so that no matter what the user enters, the comparison can be done.
Please let me know. Thanks.
On the screen, there is a field called as TITLE.
The user can enter any value of TITLE and hit <SEARCH>.
e.g the TITLE is ORACLE HANDBOOK.
The user can enter the TITLE as 'RAC', 'HAND' , etc.
How can I use INSTR function with the field TITLE in my stored procedure so that no matter what the user enters, the comparison can be done.
Please let me know. Thanks.