jp_enum_ujis.result

来自「这个文件是windows mysql源码」· RESULT 代码 · 共 17 行

RESULT
17
字号
drop table if exists `T1`;drop table if exists `T2`;drop table if exists `T3`;drop table if exists `T4`;drop table if exists `T5`;drop table if exists `T6`;drop table if exists `T7`;drop table if exists `T8`;drop table if exists `T9`;drop table if exists `T10`;drop table if exists `T11`;drop table if exists `T12`;SET NAMES ujis;SET character_set_database = ujis;CREATE TABLE `T1` (`C1` ENUM('幈','幉','幊'), INDEX(`C1`)) DEFAULT CHARSET = ujis engine = innodb;CREATE TABLE `T2` (`C1` ENUM('あ','い','う'), INDEX(`C1`)) DEFAULT CHARSET = ujis engine = innodb;CREATE TABLE `T3` (`C1` ENUM('忢

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?