Is there any way to delete rows of a realtion table without load all of them?

后端 未结 0 987
粉色の甜心
粉色の甜心 2021-02-19 02:26

I have a relation table:

MyTable(ID1, ID2, ID3, ID4, Amount)

I would like to delete all the row which ID1 = X, ID2 = y and ID3 = 3.

I know

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