Skip to content

MySQL problem joining 2 tables with UNION

I’m doing UNION in MySQL that I’m unable to troubleshoot for a while. Error says that syntax is incorrect around t1.* Those 2 SELECTs work ok separately, checked. But UNION fails. I’m not custom …