Hello,
I made a simple table for testing. The table has 2 columns named A and B. The values are 1 and 2. The data is readable with both column based and row based query.
I used this statement for reading "SELECT A
, B
FROM deebee
.Test
LIMIT 0, 1000 ;"
How should the update statement look like? Any examples?
I tried some statements but they did nothing or caused the following alarm "Exception while setting point TestPoint: java.sql.SQLException: Parameter index out of range (1 > number of parameters, which is 0)."
Regards
Jokke