You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2019/11/12 09:34:21 UTC

[GitHub] [incubator-doris] manannan2017 opened a new issue #2180: when int column union date column, is the system not supported?

manannan2017 opened a new issue #2180: when int column union date column, is the system not supported?
URL: https://github.com/apache/incubator-doris/issues/2180
 
 
   1、table,k1 TINYINT, k10 date
   ![image](https://user-images.githubusercontent.com/33174388/68659561-68bf4e80-0572-11ea-8189-350ced9ab4be.png)
   
   2、sql:
   select k1 from baseall union all select k10 from bigtable limit 3;
   ![image](https://user-images.githubusercontent.com/33174388/68659610-7ffe3c00-0572-11ea-918a-f6deb048142c.png)
   
   3、excepted:
   mysql is support
   ![image](https://user-images.githubusercontent.com/33174388/68659649-960bfc80-0572-11ea-9d2a-86639f83fb55.png)
   
   
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org