You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2021/08/16 11:26:04 UTC

[GitHub] [superset] zhugw commented on issue #16265: why if it is virtual some type is null

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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org