Hello I use JDeveloper 12.2.1.3. I have a Query Based VO . In the SQL code i give order by to some columns. But when i try to filter a column by using QBE it gives me error.
When i look to the error message i saw it adds where condition after order by and it couses the SQLSyntaxErrorException. I dont want to remove order by so how can i do that? Thank you.