delete from TABLEA A where A.FIELD1=10        (ORACLE适用)
delete TABLEA from TABLEA A where A.FIELD1=10 (SQLSERVER适用)
delete  from TABLEA where TABLEA.FIELD1=10    (Ora/SQL均适用)

相关文章:

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