How to exchange the order of filter
Hi there,
There is a Predicate Information in the SQL execution plan:
filter("PART_NO"=23 AND "LOCATION_NO"=5)
How can I change it to :
filter("LOCATION_NO"=5 AND "PART_NO"=23 )
0
Hi there,
There is a Predicate Information in the SQL execution plan:
filter("PART_NO"=23 AND "LOCATION_NO"=5)
How can I change it to :
filter("LOCATION_NO"=5 AND "PART_NO"=23 )