G
Guest
Hi Froum
well I want to delete a set of rows from a table by joinin it with another
table but I get this error : "Could not delete from specified tables" but I
don't have any permission porblem because I can delete from each of these two
tables seperately, and here is the query :
delete tbl10_12_13_Union_1.*
FROM tbl10_12_13_Union_1 INNER JOIN tbl10_12_13_Union_Intersect ON
tbl10_12_13_Union_1.ObjectID=tbl10_12_13_Union_Intersect.FID_tbl10_12_13_Union;
Please help me guyz
Regards,
well I want to delete a set of rows from a table by joinin it with another
table but I get this error : "Could not delete from specified tables" but I
don't have any permission porblem because I can delete from each of these two
tables seperately, and here is the query :
delete tbl10_12_13_Union_1.*
FROM tbl10_12_13_Union_1 INNER JOIN tbl10_12_13_Union_Intersect ON
tbl10_12_13_Union_1.ObjectID=tbl10_12_13_Union_Intersect.FID_tbl10_12_13_Union;
Please help me guyz
Regards,