D
Dileep Dasa
Guest
ASU scans only the data in the result set. There is no switch available to ASU that enables it to scan the full table data. So, in order to scan full table data, you might want to execute a "SELECT *" on the table.
Continue reading...
Continue reading...