Subject | Re: [IBDI] Firebird 1 |
---|---|
Author | Peter Morris |
Post date | 2001-06-01T08:49:41Z |
> SELECT ALL <field list> FROM <tables> .... for fast fullYuk.
> SELECT <field list> FROM <tables> .... for fast first
I think you are describing the difference between FIRST (used for sampling
data) and TOP (which processes all data, but only returns the TOP "X"
results).
Pete
===
http://www.HowToDoThings.com