
-
·¹µåÀå¹Ì ÇѹÙ..
70,000¿ø
66,500¿ø
4,900¿ø
-
ÃÖ°íÀÇ ¼±¹°
69,000¿ø
65,550¿ø
4,830¿ø
-
º¸¶óºû ²Þ
100,000¿ø
95,000¿ø
7,000¿ø
Fatal error:
SELECT
l.state as link_state,
c.category_name,
c.is_opened,
p.uid, p.Simg,p.Limg,p.Ximg,p.product_name, p.product_code,p.is_option,p.is_discount,p.send_area,p.flag,p.serialized,p.md_img_type,
p.sp_price, p.sp_sale_price, p.hi_price, p.hi_sale_price,
p.sp_milage, p.hi_milage, p.no_milage,
p.no_price, p.no_sale_price,p.wholesale,p.flag
FROM
intz_products_link l
LEFT JOIN intz_category c ON l.category_uid=c.uid
LEFT JOIN intz_products p ON l.product_uid=p.uid
WHERE
(l.category_uid>=10100 AND l.category_uid<10200) AND
p.is_opened='1' AND
p.is_discount!='2' AND
p.product_code not like '4%' and
(l.state='0' or l.state = '1')
group by
l.product_uid
order by
l.sort_order ASC
LIMIT
200,-67
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-67' at line 24 in
/home/find.intzvill.co.kr/public_html/common/mysql.php on line
118