insert into tablename(属性1,属性2) select '值1','值2' from dual where exists (select 1 from tablename where 子句);

相关文章:

  • 2021-11-04
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-19
  • 2021-06-30
  • 2022-02-08
  • 2021-11-16
  • 2022-12-23
  • 2022-01-18
相关资源
相似解决方案