Quantcast
Channel: dBforums – Everything on Databases, Design, Developers and Administrators
Viewing all articles
Browse latest Browse all 13329

LIKE keyword

$
0
0
Hi guys

Going to ask quite a basic question I suppose.

How do I use the 'LIKE' keyword to select multiple entities?

Obviously the full name of the entity is not known.

I tried:

Code:

SELECT * FROM TABLE WHERE DATETIME>TRUNC(SYSDATE)-1 AND CELL LIKE 'A%' AND CELL LIKE 'B%'
but this didn't workl

Regards
Shajju

Viewing all articles
Browse latest Browse all 13329

Trending Articles