Forum Discussion
Anonymous
4 years agoNot applicable
Unable to connect to postgresql server using query (Expression.Error: The key didn't match any rows)
Hi, I have a connection to postgresql server through ODBC that works ok. A table has become too large and now every time I need to update it, it takes too much time. The only idea I came up w...
- 4 years ago
I see now. Copy all the code from the custom step you added, from "let" to "in Source", then open up Advanced Editor. Delete everything and paste in your code there
Anonymous
4 years agoNot applicable
Still got the problem.. 😞
johnt75
4 years agoSuper User
I see now. Copy all the code from the custom step you added, from "let" to "in Source", then open up Advanced Editor. Delete everything and paste in your code there
- Anonymous4 years agoNot applicable
Thank you, finally I just copied the SQL code (without the ; at the end, that's why it didn't work when I first tried) and it worked.