Skip to content
Advertisement

Tag: jmeter

Using PostgreSQL COPY

I’m using JMeter for insert summary data file to PostgreSQL. I tried copy instead of COPY but I’m getting error at copy syntax. I found out COPY is for only server-side, so I us copy for client-side. Here is my query Here is the error: org.postgresql.util.PSQLException: ERROR: syntax error at or near “” at position: 1 Answer copy is not

Advertisement