?? sql.sql
字號:
drop table if exists `pceggs`;
create table `pceggs`(
`issue` int(11) not null,
`num1` int(11) not null default '0',
`num2` int(11) not null default '0',
`num3` int(11) not null default '0',
`time` datetime NOT NULL default '0000-00-00 00:00:00',
primary key (`issue`)
) type=myisam;
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -