SELECT TG_NO,SELL_PROD_CD,TG_LIST_IMG,TG_NAME,TG_NAVER_NAME, 'DAN' as TYPE, 0 as P_PRICE, 0 as P_DPRICE FROM FRONTDB.CP_TOUR_GOODS WHERE TG_NO in (1949,5634,5375,6044,5668,,6173) UNION ALL SELECT P_NO as TG_NO,SELL_PROD_CD,P_LIST_IMG as TG_LIST_IMG,P_NAME as TG_NAME, P_NAVER_NAME as TG_NAVER_NAME,'PKG' as TYPE, P_PRICE,P_DPRICE FROM FRONTDB.CP_PKG WHERE P_USEFLAG = 'Y' and P_NO in (1949,5634,5375,6044,5668,,6173)

1064 : 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 '6173) UNION ALL SELECT P_NO as TG_NO,SELL_PROD_CD,P_LIST_IMG as TG_LIST_IM' at line 1

error file : /www/tour/event_page.html