Hello,
I have a little problem that I don’t understand.
In a Postgres node I use this query :
Share the output returned by the last node
erreur de syntaxe sur ou près de « s »
Failed query: INSERT INTO books (title, price)
VALUES ('Our Band Could Be Your Life: Scenes from the American Indie Underground, 1981-1991', '£57.25')
ON CONFLICT (title) DO NOTHING;
If I test the query in postgresql it works fine…
Any idea ?
@sd35 , indeed, there seems to be an issue with “Execute Query” operation (though I got a different error). This, however, could be overcome with “Insert” or “Insert or Update” operations (whichever is more suitable)