📄 sp-ucs2.test
字号:
-- source include/have_ucs2.incdelimiter |;## BUG#17615: problem with character set#--disable_warningsdrop function if exists bug17615|--enable_warningscreate table t3 (a varchar(256) unicode)|create function bug17615() returns varchar(256) unicodebegin declare tmp_res varchar(256) unicode; set tmp_res= 'foo string'; return tmp_res;end|insert into t3 values(bug17615())|select * from t3|drop function bug17615|drop table t3|delimiter ;|
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -