Hallo everybody!
I'm a little bit confused. Such a simple query as report source
select ID, MODELIS from STORAGES where STORAGEID like '20'
brings up error "failed to parse SQL query: ORA-00911: invalid character".
The strange thing is, it works without semicolon at end of query. However this query is a part of complex query for report based on function, therefore semicolon is absolutely needed.
Please, help me with it! I'm on APEX 5.
Thanks in advance!