Forum Moderators: coopster
Let's say, table1 contains:
product A
product C
product E
table2 contains:
product B
product D
product F
I need to select all products and sort the alphabetically.
product A
product B
product C
etc...
I assume if would have to join those two tables somehow. I've taken a look at a "JOIN" statement, but it requires putting WHERE. I also can not export table1 one into table2 cause, they have some id's which can not be duplicated..
Any thoughts?
Thanks.
Similar discussion ...
[webmasterworld.com...]