sql 基本语句

来源:互联网 发布:炫酷网站引导页源码 编辑:程序博客网 时间:2024/05/17 01:56
sql 基本语句:
select * from table where * = *;
insert into table values(*, *, *);
updata table set * = * where * = *;
delete from table where (* = *);
原创粉丝点击