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/12/05 13:36:40 UTC

[GitHub] [incubator-doris] WingsGo opened a new issue #2392: Support convert INT type to DATE type

WingsGo opened a new issue #2392: Support convert INT type to DATE type
URL: https://github.com/apache/incubator-doris/issues/2392
 
 
   Now, users can change column type from INT type to DATE type by ALTER TABLE table_name MODIFY COLUMN k1 DATE.
   For example:
   before convert: "20191205" (INT)
   after convert: "2019-12-05" (DATETIME)
   If the value of int type is invalid such as  9999, after convert it will set to NULL

----------------------------------------------------------------
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