HI, i am using dynamic table join to support IN Query as given in the ignite documentation.
How to write query with multiple IN queries with OR condition ? other than
UNION.
Ex : name IN ('a', 'b') OR id IN ('1', '2')
Thanks
HI, i am using dynamic table join to support IN Query as given in the ignite documentation.
How to write query with multiple IN queries with OR condition ? other than
UNION.
Ex : name IN ('a', 'b') OR id IN ('1', '2')
Thanks