SQL 1:
Select * from a, b where a. d. ate & gt;=to_date (' 2018-01-01 ') and a. d. ate
The partition pruning success
Sql2:
Select * from a, b, c where a. d. ate & gt;=to_date (' 2018-01-01 ') and a. d. ate
The partition pruning failure,
Does anyone know what reason be?
CodePudding user response:
Didn't understand want to ask what problem,You this is a table and b, c have no associated conditions, this is not a cartesian product