Цитата:
Сообщение от M.A.D.M.A.N.
Код:
select * from table1 a, table2 b where b.field = a.key
Например так можно связать (тонкости синтаксиса MySQL не знаю).
|
Спасибо, получилось! Запрос правда весьма массивный вышел:
Код:
'SELECT * FROM `games`,`description`,`publisher`,`language`,`images` where description.iddesc=games.iddesc and publisher.idpub=games.idpub and language.idlang=games.idlang and images.idpic=games.idpic ORDER BY `idgames`'