What am I not doing in this statement that needs to be done
DELETE FROM ShoppingCart s inner join CRPOItemAdd c on s.ProductID = c.ProductID
WHERE SessionID like 'kfhrm0tdp3peoalgugci1xnl%' and FieldID= 2549
I discovered this by the following select:
select * from ShoppingCart s inner join CRCPOItemAdd c on s.ProductID = c.ProductID
WHERE SessionID like 'kfhrm0tdp3peoalgugci1xnl%' and FieldID= 2549
The Select works but I am having problems figuring out what I am not doing with the delete that I did 4 months ago.. Any help is appreciated, Thanks.
the table name is incorrect in delete query it should be CRCPOItemAdd