Subject | Re: [firebird-support] Problem with sql |
---|---|
Author | Svein Erling Tysvaer |
Post date | 2003-07-07T08:03:33Z |
At 16:14 07.07.2003 +1200, you wrote:
Are you using InterBase or Firebird (version would also be good to know)?
What is A.Number - is it unique or starting at 1 for each owner? And
finally, table sizes, indexes and selectivity?
Set
>The only thing I can get working is to use an inner select statementExactly what does this SQL look like? What does the query plan look like?
>using min (A.Number) - except that it takes 6 minutes instead of 6
>seconds - which is a tad too slow.
Are you using InterBase or Firebird (version would also be good to know)?
What is A.Number - is it unique or starting at 1 for each owner? And
finally, table sizes, indexes and selectivity?
Set