⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sql.sql

📁 实时统计出pc蛋蛋的幸运28开奖数据
💻 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 + -