Quantcast
Channel: SCN : All Content - SAP Adaptive Server Enterprise (SAP ASE) for Custom Applications
Viewing all articles
Browse latest Browse all 757

Undocumented hint for selecting partitions

$
0
0

If you only want to select data from a partition - not a normal process but sometime useful for maintenance.

you can hint the partition with

 

select * from table (partition pname)

 

Note : you can't mix partition hints with index hint and it always does a scan so of very limited use.


Viewing all articles
Browse latest Browse all 757

Trending Articles