delete_from inventitemlocation
where inventitemlocation.inventDimId == inventDim.inventDimId
exists join inventitemlocationcountingstatus
where inventitemlocationcountingstatus.InventDimId == inventitemlocation.inventDimId
&& inventitemlocationcountingstatus.ItemId == inventitemlocation.ItemId;
where inventitemlocation.inventDimId == inventDim.inventDimId
exists join inventitemlocationcountingstatus
where inventitemlocationcountingstatus.InventDimId == inventitemlocation.inventDimId
&& inventitemlocationcountingstatus.ItemId == inventitemlocation.ItemId;
No comments:
Post a Comment