Subject | RE: [firebird-support] Design Question on Table Size |
---|---|
Author | Alan McDonald |
Post date | 2003-06-26T06:20:04Z |
> When we run a query such asC,
> Select *
> from TheTable
> where TheTable.Type in (342, 234, 6372, 234)
> and TheTable.Status = 5
> and InUse = 'T'
>
I only use the in clause on (very) small tables - it's not efficient on such
large record numbers.
Alan