📄 exampledb.test
字号:
## Simple test for the example storage engine# Taken fromm the select test#-- source include/have_exampledb.inc--disable_warningsdrop table if exists t1;--enable_warningsCREATE TABLE t1 ( Period smallint(4) unsigned zerofill DEFAULT '0000' NOT NULL, Varor_period smallint(4) unsigned DEFAULT '0' NOT NULL) ENGINE=example;drop table t1;# End of 4.1 tests
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -