SELECT col2,POSITION('う' in col2) from position_tbl; SELECT col2,POSITION('京' in col2) from position_tbl; SELECT col2,POSITION('ウ' in col2) from position_tbl; SELECT col2,POSITION('ウ' in col2) from position_tbl;