sql 02

Contributor:游客39373164 Type:English Date time:2018-08-13 18:00:42 Favorite:18 Score:0
返回上页 Report
请选择举报理由:




Collection Modify the typo
create table t1(id int primary key,name varchar(10));
create table t2(id int primary key auto_increment,name varchar(10));
字段注释 comment
show variables like '%autocommit%';
set autocommit=0;
commit;
rollback;
savepoint s1;
rollback to s1;
truncate table 表名;
create table t_int(num int(10) zerofill);
int(m)
bigint(m)
double(m,d)
decimal(m,d)
char(10)
varchar(10)
text(10)
date
time
datetime
timestamp
is null
is not null
别名
select ename 名字 from emp;
去重
select distinct job from emp;
声明:以上文章均为用户自行添加,仅供打字交流使用,不代表本站观点,本站不承担任何法律责任,特此声明!如果有侵犯到您的权利,请及时联系我们删除。
Hot degree:
Difficulty:
quality:
Description: the system according to the heat, the difficulty, the quality of automatic certification, the certification of the article will be involved in typing!

This paper typing ranking TOP20

登录后可见

用户更多文章推荐