Hi All,
Could anyone please help me in converting below query in Oracle
select * from tblprojects where project like (%1 + '%%') or description like (%2 + '%%')
Where %1 and %2 are user inputs in string form and report fetch the date based on wildcard search.
And Tbl project is our custom table.
Thanks in advance for help.
Pinki Pathak