execSqlList ::::::::::::::::::>
SELECT * FROM `tblPopUp`
WHERE pop_use='Y' AND NOW( ) >= pop_start_date
AND NOW( ) <= date_format (pop_end_date, '%Y%m%d')
ORDER BY pop_idx DESC
1630 : FUNCTION komindong.date_format does not exist. Check the 'Function Name Parsing and Resolution' section in the Reference Manual