select *
from Learning_Course
where loc_no = '53'
and lc_type2 in ()
and lc_begin = '2017-01-01'
and lc_display = 1 and lc_no = '4001'
order by lc_type2 asc
Sql Error - 001 : 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 ')
and lc_begin = '2017-01-01'
and lc_display = 1 and lc_no = '4001'
' at line 4