Delete Records from multiple tables in Spring Batch

前端 未结 0 1359
你的背包
你的背包 2020-12-10 14:05

I have a SQL script which performs delete operation from multiple tables based on say employee ids:

DELETE FROM EMP_ADDRESS where EMP_ID in (EMP_IDS);
DELETE          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题