Просмотр поста #87263: выборка из 3 таблиц.

.
Screamer

SELECT `test3`.*, `test2`.`some`, `test1`.`some_1` FROM `test3`
LEFT JOIN `test2` ON `test3`.`uniq` = `test2`.`uniq`
LEFT JOIN `test1` ON `test3`.`uniq` = `test1`.`uniq`
Как-то так