Subject | Re: how to join two tables |
---|---|
Author | Adam |
Post date | 2008-09-23T23:38:01Z |
> Use a UNION query:And anticipating the next support question.
If you don't want Firebird to remove the records identical in both
tables, then use UNION ALL.
Adam
Subject | Re: how to join two tables |
---|---|
Author | Adam |
Post date | 2008-09-23T23:38:01Z |
> Use a UNION query:And anticipating the next support question.