다른메뉴보기
-
select product.* , fi.wm_filename, fi.wm_file_width, fi.wm_file_height from
sp_product as product
left join sp_board_file as fi
on product.wm_id = fi.wm_bid and fi.wm_num = 0
and fi.wm_table = 'sp_product'
where wm_ca_id1='5' and wm_use='Y' and product.wm_id != '56'
order by wm_sort, wm_id desc
-
베이컨오믈렛Bacon Omelet