The query:
select avg(Dummy_Int32)
from DUAL@DataDictionary
raises:
itgenrst004:
The type of the actual data must match the data type of the column ‘AVG_DUMMY_INT32_’ in ‘’.
Ensure that the actual data data type (currently ‘Double’) in row #1 is cast to the data type (currently ‘int32’).
AVG_DUMMY_INT32_ (Double, metadata int32): 25
Error seems similar to Itgensql151 on QueryTool Beta 24.1.113 on loading Fortnox inmemory table.