I need to find rows in which a specific column contains a row.
This does not work: select * from [table], where [column], for example '% \ n%'
In SO, I found a solution for SQL Server:
New line in Sql query
But this does not work in Oracle. Is there an ANSI SQL solution? This should be standard ...
If not, what is the solution in Oracle?
source
share