I'd like to delete an element from my table in my Oracle database.
I already saw the post
https://knowledge.safe.com/questions/5205/delete-f...
But it doesn't work.
This is my sql query :
FME_SQL_DELIMITER ;
DELETE FROM G_ADT_AGRI.EXPLOITATION WHERE SIRET = 37969607300012
I tried without the FME_SQL_DELIMITER, with the semicolon, with the number between quotes, but it doesn't work anyway.
Please, give me some more ideas.
Thanks