Помогите исправить выборку MySQL
Хочу подобное
SELECT *
FROM
`".$dbpf."_Opera_to_stoune`,
`".$dbpf."_stoune`,
`".$dbpf."_tolshina`,
`".$dbpf."_operation`
WHERE
`".$dbpf."_Opera_to_stoune.id_stoune `=`".$dbpf."_stoune.id` ,
`".$dbpf."_Opera_to_stoune.id_tolshina`=`".$dbpf."_tolshina.id` ,
`".$dbpf."_Opera_to_stoune.id_operation`=`".$dbpf."_operation.id `
а лучше
SELECT *
FROM
`".$dbpf."_Opera_to_stoune`
INNER JOIN
`".$dbpf."_stoune`
ON
`".$dbpf."_Opera_to_stoune.id_stoune `=`".$dbpf."_stoune.id`
INNER JOIN
`".$dbpf."_tolshina`
ON
`".$dbpf."_Opera_to_stoune.id_tolshina`=`".$dbpf."_tolshina.id`
INNER JOIN
`".$dbpf."_operation`
ON
`".$dbpf."_Opera_to_stoune.id_operation`=`".$dbpf."_operation.id `
Пишет:
Unknown column '2950_Opera_to_stoune.id_stoune ' in 'on clause'
Где
$dbpf 2950:
Структура
2950_Opera_to_stoune
id int(11) Нет None auto_increment
id_stoune int(11) Нет None
id_tolshina int(111) Нет None
id_operation int(111) Нет None
price int(111) Нет None
sdel_price int(111) Нет None
2950_stoune
id int(11) Нет None auto_increment
name varchar(255) utf8_general_ci Нет None
foto varchar(255) utf8_general_ci Нет None
faktura varchar(255) utf8_general_ci Нет None
brend varchar(255) utf8_general_ci Нет None
10 int(11) Нет 0
12 int(11) Нет 0
14 int(11) Нет 0
20 int(11) Нет 0
30 int(11) Нет 0
40 int(11) Нет 0
2950_operation
id int(11) Нет None auto_increment
name varchar(255) utf8_general_ci Нет None
edin varchar(255) utf8_general_ci Нет None
2950_tolshina
id int(11) Нет None auto_increment
name int(255) Нет None