0
文件/home/a3054107/public_html/movies-tv/include/functions_common.php 線612 的SqlMySQL錯誤 - 如何解決?
select a.*,b.user_name,c.name,c.slug,c.startwith
from comments a
inner join users b
on a.uid=b.id
inner join movies c
on c.id=a.mid
where a.status=1
order by a.id desc limit 10
錯誤未知列 'c.name' 在 '字段列表'
每當我去我的網站,我得到這個錯誤。 我該如何解決它?
有一列'movies.name',可能有幫助:> – Drew
我認爲你的電影表中不存在名稱列。請確保您存在於電影表中。 –