Subject | Re: [firebird-support] How to join unrelated tables? |
---|---|
Author | Ann W. Harrison |
Post date | 2004-06-14T15:59:46Z |
At 09:07 AM 6/14/2004, kimon_the_athenian2 wrote:
Regards,
Ann
>If table1 data is:That is a UNION. Check any SQL text for the syntax.
>1,2,3
>4,5,6
>and table2 data is
>a,b,c
>d,e,f
>then, is it possible to construct a join to get:
>1,2,3,-,-,-
>4,5,6,-,-,-
>-,-,-,a,b,c
>-,-,-,d,e,f
Regards,
Ann