zvictor
12/08/2020, 12:16 AMLIKE
clause of an SQL query. The standard Oracle wildcard characters are _
and %
(it is possible to override them using the ESCAPE
part of a LIKE
condition). Anyway, it would appear as thought the _
is passed as a literal but interpreted by the database as a wildcard.