diff --git a/src/main/libs/AntaresConnector.js b/src/main/libs/AntaresConnector.js index b5aefd44..00ed2479 100644 --- a/src/main/libs/AntaresConnector.js +++ b/src/main/libs/AntaresConnector.js @@ -176,7 +176,7 @@ export class AntaresConnector { // FROM let fromRaw = ''; - if (!this._query.update.length) + if (!this._query.update.length && this._query.from !== '') fromRaw = 'FROM'; switch (this._client) {