Hi!

I would like to perform a join on two tables, where one table is a UNION.

This is because I have two different tables with products which looks the same and can be UNION:ed without problems…

So I'ld like to perform something like

Select * from table left join [the union] on table.id = [the union].relid

Thanks in advance,

regards

Victor


-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to