Re: combining rows from 2 tables

From: Jan <janik_at_pobox.sk>
Date: 18 Sep 2003 02:06:41 -0700
Message-ID: <81511301.0309180106.45ac68f8_at_posting.google.com>


SELECT col1, col2 ...

   FROM table_A
UNION
SELECT col1, col2 ...

   FROM table_B Received on Thu Sep 18 2003 - 11:06:41 CEST

Original text of this message