Hi.
I am running MySQL 3.23.44-Max

I have 2 tables.

Table "A"
+---+--------+
 ID    Name
+---+--------+
  1     string 1
  2     string 2
+---+--------+

Table "B"

+---+--------+
 ID    Name
+---+--------+
  2     string 2
  3     string 3
+---+--------+

And I need result
 +---+--------+
 ID    Name
+---+--------+
  1     string 1
  2     string 2
  3     string 3
+---+--------+
How I could get (my version of mySQL haven't UNION statement)

Sincerely yours, Ivan Latysh.
[EMAIL PROTECTED]
http://ivan.yourmail.com


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to