Subject | RE: [firebird-support] newbie question |
---|---|
Author | Ann W. Harrison |
Post date | 2004-08-31T22:18:30Z |
At 05:56 PM 8/31/2004, Bill Meaney wrote:
Regards,
Ann
>You might try this:And be sure you've got an index on the table1 key field.
>
>select <misc cols>, t1a.Description, t1b.Description
> from table2 t2, table1 t1a, table1 t1b
> where t2.Simple = t1a.Key
> and t2.Another = t1b.Key
Regards,
Ann