I have two table Images and Note both is having Noteid column so how delete Noteid = 2 in both table…My query is "delete from Note,Images where Noteid = "2"" but it not working…
I have two table Images and Note both is having Noteid column so how
Share
you have to write two queries as below to delete from two tables
This may be work for you.