
-
º¸¼®±ÝÀü¼ö
150,000¿ø
142,500¿ø
10,500¿ø
-
Ȳ±ÝÁ×lll
105,000¿ø
99,750¿ø
7,350¿ø
-
ÃàÇÏÈºÐ ÇØÇÇ..
120,000¿ø
114,000¿ø
8,400¿ø
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>=10800 AND l.category_uid<10900) 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
240,-25
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 '-25' at line 24 in
/home/find.intzvill.co.kr/public_html/common/mysql.php on line
118