Subject RE: [IBO] tib_arraygrid and support data type
Author Tobias Giesen
> select Amount_Arr[1],Amount_Arr[2],Amount_Arr[3],
> Amount_Arr[4], Amount_Arr[5] from x

For such a SELECT statement, you can use the normal
grid, not the array grid!

Array grid is for:
SELECT Amount_Arr from x

Cheers,
Tobias