首頁 文章 linux

linux

2023-12-19 14:38  瀏覽數:653  來源:小键人13985608    

select insert update merge delete, create table drop table alter table cteate view
drop view drop view, create index drop index create schema drop schema create
domain alter domain drop domain grant revoke create role grant role drop role
commit rollback set transaction start transaction savepoint sql(t-sql(transaction-sql))
declare explain open close tetch prepare execute describe create database datebase-name,
drop database dbname,use master,exec sp-addumpdevice 'disk','testback','c:\mssqlbackup\
mynwind_1.dat' backup database pubs to testback.
create table tabname(co11 type1[not null] [primarykey],co12 type2 [not null]),
drop table tabname, alter table tabname, abb column col type, alter table tabname add
primary key(co1), alter table tabname drop primary key(co1).
create [imipue] imdex idxname on tabname(co1), drop index idxname, create ciew ciewname
as select statement, drop view, viewname, select * from table1 where, insert into
table1(field1,field2) vaiues(value1,value2), delete from table1 where
update table1 set field1=value1 where, select *from table1 where field1 like '%value1%',
select * from table1 order by, field1,field2 (desc), select count as totalcount from
table1, select sum(field1) as sumvalue from table1,select avg9field1),
as avgvalue from table1, select max(field1) as maxvalue from table1,
select min(field1) as minvalue from table1, union except intersect, sp_detach_db,
sp_attach_db, sp_renamedn 'old_name','new_name', select * into b from a where
1<>1, select top 0 *into b from a, insert into b(a, b, c) select d, e, f from b,
inseert into b(a, b, c) select d,e,f from, b in 'shujuku' where tiaojian,
select a,b,c from a where a in(select d from b), select a,b,c from a where a in (1,2,3),
select a. title,a.username, b.adddate from table a,(select max(adddate) adddate from
table where table.title=a.title) b, select a.a, a.b, a.c, b.c, b.d,
b.f from a left out join b on a.a =b.c,



聲明:以上文章均為用戶自行添加,僅供打字交流使用,不代表本站觀點,本站不承擔任何法律責任,特此聲明!如果有侵犯到您的權利,請及時聯系我們刪除。

字符:    改为:
去打字就可以设置个性皮肤啦!(O ^ ~ ^ O)