Hi, I'm trying to execute a MAQL command to delete some sales using MAQL DML EXECUTE, AND I'M ONLY GETTING THIS ERROR.
'The request could not be understood by the server due to malformed syntax.'
I'm trying through the cloud, the command is like this.
EXECUTE DELETE FROM {dataset.tf_vendas}
WHERE {attr.tf_vendas.idnotafiscal} IN (1)