Hi all, Could you please help me understand geode behavior when executing queries?
Is condition evaluation order within WHERE clause always from right to left (in example below region data will be checked first against |p.value=30 |and then|||||p.status = 'active'|)?||
|| |"SELECT * FROM /exampleRegion p WHERE p.status = 'active' AND p.value=30"| BRs, Jakov || ||