Ubuntu – UNION doesn't return all rows
My head is about to explode.. For some reason mysql doesn't want to return all rows from a UNION statement. If I use SELECT `full_address` FROM `x_servers` WHERE `service_type` IN ('boost','testboost') It returns 51 rows, while if I use (SELECT…