SELECT * FROM iccas_index_table
WHERE MATCH('@keyword "풍경_경치" "프랑스"') AND nImageType in (1,9) AND emContentsState = 1 ORDER BY random_nScore DESC LIMIT 0,50 OPTION max_matches=50
BBB: MATCH('@keyword "풍경_경치" "프랑스"') AND nImageType in (1,9) AND emContentsState = 1