SELECT * FROM iccas_index_table
WHERE MATCH('@keyword "스승의날"') AND nImageType in (2) AND emContentsState = 1 ORDER BY random_nScore DESC LIMIT 0,50 OPTION max_matches=50
BBB: MATCH('@keyword "스승의날"') AND nImageType in (2) AND emContentsState = 1