Subject Re: Full table scan
Author semprolbat
> SELECT *
> FROM SWEDEN
> WHERE (NAME = 'MAGNUS' or 1=0)

Does not seem to give the wanted effect, even when I switch tables
from SWEDEN to NORWAY, which of course er mye bedre.

I've come across the PLAN statement, and some testing gave impressive
improvement in execution speed.