You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-17 09:41:06 +03:00
7 lines
208 B
SQL
7 lines
208 B
SQL
|
|
select col2, INSTR(col2,'う') from instr_tbl_my;
|
|
select col2, INSTR(col2,'京') from instr_tbl_my;
|
|
select col2, INSTR(col2,'ウ') from instr_tbl_my;
|
|
select col2, INSTR(col2,'ウ') from instr_tbl_my;
|
|
|