G
Guest
Hello i have a delete query that has the following SQL command:
DELETE DADOSVALIDACAO.*
FROM BTSsValidadas_Hist INNER JOIN DADOSVALIDACAO ON BTSsValidadas_Hist.ID =
DADOSVALIDACAO.ID;
When i run this query i have a message saying : "Could not delete from
specified tables"
Why does this happen?
DELETE DADOSVALIDACAO.*
FROM BTSsValidadas_Hist INNER JOIN DADOSVALIDACAO ON BTSsValidadas_Hist.ID =
DADOSVALIDACAO.ID;
When i run this query i have a message saying : "Could not delete from
specified tables"
Why does this happen?