WEB开发网
开发学院数据库MSSQL Server 一些有用的SQL语句 阅读

一些有用的SQL语句

 2007-11-11 09:52:05 来源:WEB开发网   
核心提示:1:导入数据imp80 system/manager@orcl file=D:\TEMP\dbfile1.dmp full=n fromuser=yh1 touser=yh2;2:多表更新update table1 a set a.column1=(select b.column1 from table2 bwher

1:导入数据
imp80 system/manager@orcl  file=D:\TEMP\dbfile1.dmp full=n fromuser=yh1 touser=yh2;

2:多表更新
update table1 a set a.column1=(select b.column1 from table2 b
where a.column2=b.2column2)
where a.column3 is not null;

Tags:一些 有用 SQL

编辑录入:coldstar [复制链接] [打 印]
赞助商链接