Tip - Use a variable with "LIKE %" (e.g. "variable%") in PL/SQL?

Published  | Submitted by Robert Iannarelli
Use a variable with "LIKE %" (e.g. "variable%") in PL/SQL?

The question is similar to using LIKE in SQL *PLUS, where a select statement contains a LIKE clause as follows: select * from sometable where somecolumn LIKE 'something%'; How could one use the ...

About Author

More by Robert Iannarelli

About This Tip

Posted: 9 years, 1 month(s) ago

103 Reads
0 Votes