mysql> (select * from users) UNION (select * from - TopicsExpress



          

mysql> (select * from users) UNION (select * from addresses); +------+-----------------------+-------------------------------+-----------+------------+ | id | username | first_name | last_name | password | +------+-----------------------+-------------------------------+-----------+------------+ | 1 | Jade | John | Booth | pass1234 | | 2 | Bloch | Robert | Bloch | psych0 | | 3 | keeneb | Brian | Smith | Ob | | 1 | 512 Tenth Street | Washington, DC | DC | 20009 | | 3 | Jacob | York | PA | 20000 | +------+-----------------------+-------------------------------+-----------+------------+ 6 rows in set (0.00 sec)
Posted on: Thu, 08 Aug 2013 10:57:10 +0000

Trending Topics



Recently Viewed Topics




© 2015