polardbxengine/mysql-test/suite/jp/r/jp_rpad_ujis.result

113 lines
3.9 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

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 ujis;
SET character_set_database = ujis;
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 = ujis engine = innodb;
CREATE TABLE `` (`` char(5), INDEX(``)) DEFAULT CHARSET = ujis engine = innodb;
CREATE TABLE `` (`` char(5), INDEX(``)) DEFAULT CHARSET = ujis engine = innodb;
CREATE TABLE `` (`` char(5), INDEX(``)) DEFAULT CHARSET = ujis engine = myisam;
CREATE TABLE `` (`` char(5), INDEX(``)) DEFAULT CHARSET = ujis engine = myisam;
CREATE TABLE `` (`` char(5), INDEX(``)) DEFAULT CHARSET = ujis engine = myisam;
CREATE TABLE `` (`` char(5), INDEX(``)) DEFAULT CHARSET = ujis engine = MEMORY;
CREATE TABLE `` (`` char(5), INDEX(``)) DEFAULT CHARSET = ujis engine = MEMORY;
CREATE TABLE `` (`` char(5), INDEX(``)) DEFAULT CHARSET = ujis 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 ``, RPAD(``,5,'。') FROM ``;
RPAD(``,5,'。')
。。。。。
ア ア。。。。
アイ アイ。。。
アイウ アイウ。。
アイウエ アイウエ。
アイウエオ アイウエオ
SELECT ``, RPAD(``,5,'') FROM ``;
RPAD(``,5,'')
あ あXXXX
あい あいXXX
あいう あいうXX
あいうえ あいうえX
あいうえお あいうえお
SELECT ``, RPAD(``,5,'丄') FROM ``;
RPAD(``,5,'丄')
丄丄丄丄丄
龔 龔丄丄丄丄
龔龖 龔龖丄丄丄
龔龖龗 龔龖龗丄丄
龔龖龗龞 龔龖龗龞丄
龔龖龗龞龡 龔龖龗龞龡
SELECT ``, RPAD(``,5,'。') FROM ``;
RPAD(``,5,'。')
。。。。。
ア ア。。。。
アイ アイ。。。
アイウ アイウ。。
アイウエ アイウエ。
アイウエオ アイウエオ
SELECT ``, RPAD(``,5,'') FROM ``;
RPAD(``,5,'')
あ あXXXX
あい あいXXX
あいう あいうXX
あいうえ あいうえX
あいうえお あいうえお
SELECT ``, RPAD(``,5,'丄' ) FROM ``;
RPAD(``,5,'丄' )
丄丄丄丄丄
龔 龔丄丄丄丄
龔龖 龔龖丄丄丄
龔龖龗 龔龖龗丄丄
龔龖龗龞 龔龖龗龞丄
龔龖龗龞龡 龔龖龗龞龡
SELECT ``, RPAD(``,5,'。') FROM ``;
RPAD(``,5,'。')
アイウエオ アイウエオ
アイウエ アイウエ。
アイウ アイウ。。
アイ アイ。。。
ア ア。。。。
。。。。。
SELECT ``, RPAD(``,5,'') FROM ``;
RPAD(``,5,'')
あいうえお あいうえお
あいうえ あいうえX
あいう あいうXX
あい あいXXX
あ あXXXX
SELECT ``, RPAD(``,5,'丄' ) FROM ``;
RPAD(``,5,'丄' )
龔龖龗龞龡 龔龖龗龞龡
龔龖龗龞 龔龖龗龞丄
龔龖龗 龔龖龗丄丄
龔龖 龔龖丄丄丄
龔 龔丄丄丄丄
丄丄丄丄丄
DROP TABLE ``;
DROP TABLE ``;
DROP TABLE ``;
DROP TABLE ``;
DROP TABLE ``;
DROP TABLE ``;
DROP TABLE ``;
DROP TABLE ``;
DROP TABLE ``;