Subject | Re: [firebird-support] * - ? |
---|---|
Author | Woody (TMW) |
Post date | 2005-06-27T17:12:04Z |
From: "Joe Martinez" <joe@...>
where a.SomeField = b.SomeField
HTH
Woody (TMW)
> Here's what I wish was possible... I want to grab ALL the fields in oneSelect a.*, b.FieldOne from TableA a, TableB b
> table, and only a couple of fields in a joined or subselected
> table. Something like:
>
> Select * from sales, custfname,custlname from customers...
>
where a.SomeField = b.SomeField
HTH
Woody (TMW)