Hi,
I have a table that looks like,
RULE_ID ATT
---------- ----------
1 test1
2 test1
1 test1
2 test2
3 test2
Is it possible to write a query like,
select ATT from table
where RULE_ID "matches all" ( 1,2,3)
Here...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.