<statement id="DeleteAccount" parameterClass="Account">  
    BEGIN DELETE FROM ORDERS WHERE ACCOUNT_ID = #Id#;  
    DELETE FROM ACCOUNTS WHERE ACCOUNT_ID = #Id#; END;  
 </statement> 

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-03-10
  • 2021-07-18
猜你喜欢
  • 2021-07-20
  • 2021-05-29
  • 2022-12-23
  • 2022-12-23
  • 2021-07-26
相关资源
相似解决方案