mysql5/mysql-5.7.27/mysql-test/suite/jp/r/jp_instr_sjis.result

203 lines
4.9 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

drop table if exists ``;
drop table if exists ``;
drop table if exists ``;
drop table if exists ``;
drop table if exists ``;
drop table if exists ``;
drop table if exists ``;
drop table if exists ``;
drop table if exists ``;
SET NAMES sjis;
SET character_set_database = sjis;
Warnings:
Warning 1681 Updating 'character_set_database' is deprecated. It will be made read-only in a future release.
CREATE TABLE `` (`` char(5), INDEX(``)) DEFAULT CHARSET = sjis engine = innodb;
CREATE TABLE `` (`` char(5), INDEX(``)) DEFAULT CHARSET = sjis engine = innodb;
CREATE TABLE `` (`` char(5), INDEX(``)) DEFAULT CHARSET = sjis engine = innodb;
CREATE TABLE `` (`` char(5), INDEX(``)) DEFAULT CHARSET = sjis engine = myisam;
CREATE TABLE `` (`` char(5), INDEX(``)) DEFAULT CHARSET = sjis engine = myisam;
CREATE TABLE `` (`` char(5), INDEX(``)) DEFAULT CHARSET = sjis engine = myisam;
CREATE TABLE `` (`` char(5), INDEX(``)) DEFAULT CHARSET = sjis engine = MEMORY;
CREATE TABLE `` (`` char(5), INDEX(``)) DEFAULT CHARSET = sjis engine = MEMORY;
CREATE TABLE `` (`` char(5), INDEX(``)) DEFAULT CHARSET = sjis engine = MEMORY;
INSERT INTO `` VALUES ('アイウエオ');
INSERT INTO `` VALUES ('あいうえお');
INSERT INTO `` VALUES ('ソ十表予構');
INSERT INTO `` VALUES ('アイウエオ');
INSERT INTO `` VALUES ('あいうえお');
INSERT INTO `` VALUES ('ソ十表予構');
INSERT INTO `` VALUES ('アイウエオ');
INSERT INTO `` VALUES ('あいうえお');
INSERT INTO `` VALUES ('ソ十表予構');
SELECT INSTR(``,'ア') from ``;
INSTR(``,'ア')
1
SELECT INSTR(``,'イ') from ``;
INSTR(``,'イ')
2
SELECT INSTR(``,'ウ') from ``;
INSTR(``,'ウ')
3
SELECT INSTR(``,'エ') from ``;
INSTR(``,'エ')
4
SELECT INSTR(``,'オ') from ``;
INSTR(``,'オ')
5
SELECT INSTR(``,'ン') from ``;
INSTR(``,'ン')
0
SELECT INSTR(``,'あ') from ``;
INSTR(``,'あ')
1
SELECT INSTR(``,'い') from ``;
INSTR(``,'い')
2
SELECT INSTR(``,'う') from ``;
INSTR(``,'う')
3
SELECT INSTR(``,'え') from ``;
INSTR(``,'え')
4
SELECT INSTR(``,'お') from ``;
INSTR(``,'お')
5
SELECT INSTR(``,'ん') from ``;
INSTR(``,'ん')
0
SELECT INSTR(``,'ソ') from ``;
INSTR(``,'ソ')
1
SELECT INSTR(``,'十') from ``;
INSTR(``,'十')
2
SELECT INSTR(``,'表') from ``;
INSTR(``,'表')
3
SELECT INSTR(``,'予') from ``;
INSTR(``,'予')
4
SELECT INSTR(``,'構') from ``;
INSTR(``,'構')
5
SELECT INSTR(``,'噂') from ``;
INSTR(``,'噂')
0
SELECT INSTR(``,'ア') from ``;
INSTR(``,'ア')
1
SELECT INSTR(``,'イ') from ``;
INSTR(``,'イ')
2
SELECT INSTR(``,'ウ') from ``;
INSTR(``,'ウ')
3
SELECT INSTR(``,'エ') from ``;
INSTR(``,'エ')
4
SELECT INSTR(``,'オ') from ``;
INSTR(``,'オ')
5
SELECT INSTR(``,'ン') from ``;
INSTR(``,'ン')
0
SELECT INSTR(``,'あ') from ``;
INSTR(``,'あ')
1
SELECT INSTR(``,'い') from ``;
INSTR(``,'い')
2
SELECT INSTR(``,'う') from ``;
INSTR(``,'う')
3
SELECT INSTR(``,'え') from ``;
INSTR(``,'え')
4
SELECT INSTR(``,'お') from ``;
INSTR(``,'お')
5
SELECT INSTR(``,'ん') from ``;
INSTR(``,'ん')
0
SELECT INSTR(``,'ソ') from ``;
INSTR(``,'ソ')
1
SELECT INSTR(``,'十') from ``;
INSTR(``,'十')
2
SELECT INSTR(``,'表') from ``;
INSTR(``,'表')
3
SELECT INSTR(``,'予') from ``;
INSTR(``,'予')
4
SELECT INSTR(``,'構') from ``;
INSTR(``,'構')
5
SELECT INSTR(``,'噂') from ``;
INSTR(``,'噂')
0
SELECT INSTR(``,'ア') from ``;
INSTR(``,'ア')
1
SELECT INSTR(``,'イ') from ``;
INSTR(``,'イ')
2
SELECT INSTR(``,'ウ') from ``;
INSTR(``,'ウ')
3
SELECT INSTR(``,'エ') from ``;
INSTR(``,'エ')
4
SELECT INSTR(``,'オ') from ``;
INSTR(``,'オ')
5
SELECT INSTR(``,'ン') from ``;
INSTR(``,'ン')
0
SELECT INSTR(``,'あ') from ``;
INSTR(``,'あ')
1
SELECT INSTR(``,'い') from ``;
INSTR(``,'い')
2
SELECT INSTR(``,'う') from ``;
INSTR(``,'う')
3
SELECT INSTR(``,'え') from ``;
INSTR(``,'え')
4
SELECT INSTR(``,'お') from ``;
INSTR(``,'お')
5
SELECT INSTR(``,'ん') from ``;
INSTR(``,'ん')
0
SELECT INSTR(``,'ソ') from ``;
INSTR(``,'ソ')
1
SELECT INSTR(``,'十') from ``;
INSTR(``,'十')
2
SELECT INSTR(``,'表') from ``;
INSTR(``,'表')
3
SELECT INSTR(``,'予') from ``;
INSTR(``,'予')
4
SELECT INSTR(``,'構') from ``;
INSTR(``,'構')
5
SELECT INSTR(``,'噂') from ``;
INSTR(``,'噂')
0
DROP TABLE ``;
DROP TABLE ``;
DROP TABLE ``;
DROP TABLE ``;
DROP TABLE ``;
DROP TABLE ``;
DROP TABLE ``;
DROP TABLE ``;
DROP TABLE ``;