select count(*) as cnt
from `g5_shop_item_qa` a join g5_shop_item` b on (a.it_id=b.it_id)
where (1)
order by a.iq_id desc
select a.*, b.it_name
from `g5_shop_item_qa` a join g5_shop_item` b on (a.it_id=b.it_id)
where (1)
order by a.iq_id desc
limit 0, 15
1054 : Unknown column 'b.it_name' in 'field list'
error file : /shop/itemqalist.php