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:
but this didn't workl
Regards
Shajju
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%'
Regards
Shajju