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
227 B
SQL
7 lines
227 B
SQL
|
|
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;
|
|
|