在同一数据库中

select <表达式列表> into <新表名> form 原来的表

select * into 新表名 form 原来的表

 

基于多表查询的DML

update 表名 set 字段=‘’ where 子查询update 表名 set 字段=‘’ from 表1 join 表2 on A=B where 条件

 

相关文章:

  • 2021-08-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-06
  • 2022-12-23
  • 2022-12-23
  • 2021-11-03
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2023-03-11
  • 2021-06-01
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案