Why I cannot use ORDER BY in system?
Confluence User - 19 Oct, 2020
Hi Experts,
I want to arrange my data by using dateCreated in accending.
But when I am using the query: select * from app_fd_document where c_division = 'HR' ORDER BY dateCreated ASC.
I have tried in server.. it can run correctly. I got the message that the columns cannot retrieve.. may I know why and how can i solve it?
datalists;server;query