I have 3 table in SQL database and i tried to delete from them under where condition but the error appears syntax error here is my code
Delete customer, car, maint from
Customer INNER JOIN Car ON Customer.Mobile = Car.Mobile INNER JOIN
Maint ON Customer.Mobile = Maint.Mobile where Customer.Mobile= 010300300