首页 > 开发 > 综合 > 正文

一些有用的SQL语句

2024-07-21 02:06:10
字体:
来源:转载
供稿:网友

1:导入数据
imp80 system/[email protected]  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;
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表