zhugw commented on issue #16265:
URL: https://github.com/apache/superset/issues/16265#issuecomment-899434795


   @zhaoyongjie 
   
   it's oracle table and the sql see below
   ```
   select statdate,appname,appid,index1,index13,AFFLISTSTKCODE from t where 
appname in (
       select appname
       from (select appname
             from t
             where statdate = (select max(statdate) from t)
             order by index1 desc)
       where rownum <= 100
   )
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to