I've imported a CSV file to an Oracle DB table. If I'm querying the first ten rows with a few columns it's no problem as you can see.
But if I want to the value "EDEKA-Neukauf" in column "Firma" with the where clause it returns that there's no row selected. As you can see here:
Does somebody has a solution? Because it seems like the columns were imported correct


where Firma like '%EDEKA-Neukauf%'and see if it works.where Firma like...solved the Problem.