canyangfeixue

在Oracle中是这样的

Create tableA as select * from tableB where 1=0 or 1=1


在SQLserver中是这样的

select * into table A from tableB where 1=0 or 1=1

 

分类:

技术点:

相关文章:

  • 2021-12-11
  • 2021-08-27
  • 2021-09-23
  • 2021-08-27
  • 2022-12-23
  • 2022-12-23
  • 2021-10-29
  • 2021-08-27
猜你喜欢
  • 2022-02-05
  • 2021-11-11
  • 2021-08-27
  • 2021-10-29
  • 2021-08-27
  • 2021-08-27
  • 2021-11-13
相关资源
相似解决方案