PL/SQL (MOSC)

MOSC Banner

How to query any values that contain ...

in PL/SQL (MOSC) 12 commentsAnswered

Hello there,

I tried to query any values that end with ... from a table. I tried this:

where columnA like '%..%' and it returns nothing even I know I have a few values like this XXX....

I also tried

where columnA like '%.' and it returns only values like XXX. but not like XXX.. or XXX.....

Any idea why it won't work for '%..' or '%..%'


Thanks,

Ning

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center