Hi, guys
Help me, please.
When we need to do a query on partition, we execute the next statement:
select * from parition_table parition (parition_name)
But, When the query is in a pkg, would it be necessary to go updating the name of the partition in the pkg to retrieve the most current data partition?
Or what other way, to do query on partition, when this is in a pkg.
Thanks a lot
Simón