数据库出错:
query 出错!
sql:
SELECT c.ch_id , ch_name , ch_playing , ch_start_date , ch_quality,ch_online_num , ch_bit_rate, ch_creater ,ch_index, ch_tag , ch_sid , ch_sort_name,ch_content,ch_bk_pic,ch_bk_content FROM `pps_channel_db` c left join `pps_s_c_db` sc on c.ch_id = sc.ch_id where sc.s_id = '41' and ch_active = 1 and (ch_u_id = 0 or ch_u_id = 20999) order by ch_online_num desc limit 0,10


mysql_error:Unknown column 'ch_bk_content' in 'field list'
mysql_errno:1054