engineer2100
Programmer
Hi can anyone help me with this
I have a table that is partitioned, lets say P1 and P2. If i need to select from P1 or P2 i mention that Partition name within my SELECT.
I have two queries
1. What if I dont provide any Partition but within my WHERE mention the Column on which the partition was done?
2. What if I dont provide any Partition and also don't specify within the WHERE clause the column used for partitioning?
How will the SELECT behave for the above two scenarios?
Thanks,
Engi
I have a table that is partitioned, lets say P1 and P2. If i need to select from P1 or P2 i mention that Partition name within my SELECT.
I have two queries
1. What if I dont provide any Partition but within my WHERE mention the Column on which the partition was done?
2. What if I dont provide any Partition and also don't specify within the WHERE clause the column used for partitioning?
How will the SELECT behave for the above two scenarios?
Thanks,
Engi