Quote:
|
Originally Posted by nglvert
I can't get it to work, i've tried all i can think of, so i'd really appreciate if someone could help me on this.
Thanks
|
I can't try this right now but shouldn't
(SELECT country,code FROM table1)
UNION DISTINCT
(SELECT country,code FROM table2)
work?