 |
|
|
|
 | | ³Ê¸¸À»»ç¶ûÇØ | | 53,000¿ø | 49,290¿ø 3,710¿ø | |  |
|
|
 | | »ç¶ûÇÕ´Ï´Ù | | 120,000¿ø | 111,600¿ø 8,400¿ø | |  |
|
|
 | | ÇÏÆ®¹Ù±¸´Ï |  | | 125,000¿ø | 116,250¿ø 8,750¿ø | |  |
|
|
|
|
|
|
|
Fatal error:
SELECT
l.state as link_state,
c.category_name,
c.uid as category,
c.is_opened,
p.uid, p.Simg, 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.md_img_code,
p.sp_price, p.sp_sale_price, p.hi_price, p.hi_sale_price,p.default_img,
p.sp_milage, p.hi_milage, p.no_milage,
p.no_price, p.no_sale_price
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>=20200 AND l.category_uid<20300) AND
p.is_opened='1' AND
p.is_discount!='2' AND
l.state='0'
group by
l.product_uid
order by
l.sort_order ASC
LIMIT
1350,-1
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 '-1' at line 24 in /home/flower-114.co.kr/public_html/common/mysql.php on line 118
| |