While fetching on an array:
FETCH CUR1 FOR 10 INTO :BOR_ARR
I am getting this error with gixsql precomp:
error: syntax error, unexpected FOR, expecting INTO
Also tried with different syntax like this:
FETCH FORWARD 10 CUR1 INTO :BOR_ARR
And it´s not working neither.
While fetching on an array:
FETCH CUR1 FOR 10 INTO :BOR_ARR
I am getting this error with gixsql precomp:
error: syntax error, unexpected FOR, expecting INTO
Also tried with different syntax like this:
FETCH FORWARD 10 CUR1 INTO :BOR_ARR
And it´s not working neither.