Задавайте вопросы, мы ответим
Вы не зашли.
Пишу запрос (простейший)...
Запрос такой:
Select
Books.`Name` as BookName,
Books.`Section_id`,
Sections.`Id`,
Sections.`Name`,
Books.`pages` as Page
inner join Books.`Section_id`=Sections.`Id`
From Books, Sections
Ругается так: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'inner join Books.`Section_id`=Sections.`Id`
From Books, Sections' at line 7
Что ему не нравится в моем джоине??
Неактивен
Всем спасибо, я уже сам разобрался...
Неактивен