| select count(*) as cnt from smart_product as p where (1) and p_view = 'Y' and p_option_valid_chk = 'Y' and ( MATCH(p_search_key) AGAINST ('*%23우체국택배(당일*' IN BOOLEAN MODE) or MATCH(p_search_key) AGAINST ('*배송)*' IN BOOLEAN MODE) ) |
| syntax error, unexpected $end |
| 1064 |