类似的语句在 oracle 中是不能执行的

 insert into temp_tbl values('app'),('demo');

但是在sql server 中是可以的

  insert into classfirst values('122','demo'),('444','aaaaa')

相关文章:

  • 2021-11-14
  • 2022-01-14
  • 2022-02-09
  • 2021-10-22
  • 2022-12-23
  • 2022-12-23
  • 2021-12-01
猜你喜欢
  • 2021-10-12
  • 2022-01-07
  • 2021-09-09
  • 2021-09-06
  • 2021-12-15
  • 2022-12-23
相关资源
相似解决方案