Subject | RE: [firebird-support] Re: join multiple tables |
---|---|
Author | Sasha Matijasic |
Post date | 2008-01-20T12:12:31Z |
> yes i'd like to union this tables. but is it possible to know if theOf course, that's trivial actually.
> record comes from which table?
>
>
select 'Invoice' type, ... from sales_invoices
union all
select 'Credit Memo', ... from credit_memo
Sasha