제품 전체보기
select p.*, date_format(wdate, '%Y-%m-%d') as wdate2, pc1.name as pc1name
from tb_product as p
left join tb_product_category as pc1 on (p.cate1=pc1.code) where idx is not null and cate1='021' and enable='Y' order by idx desc limit 8, 8
SQLSTATE[HY000]: General error: 1030 Got error 28 from storage engine