????????master?????????????????????????? ??????
------------------ ???????? ------------------ ??????: "Zhao Chun"<[email protected]>; ????????: 2020??6??10??(??????) ????5:36 ??????: "dev"<[email protected]>; ????: Re: ????from_unixtime???????????? What's the version of your Doris. This problem has been fixed, you can upgrade your Doris to master and then check it. Thanks, Zhao Chun ???? <[email protected]> ??2020??6??10?????? ????3:44?????? > ?????????????????? > ????????????????????doris????from_unixtime???????????????????????????????????????????????????????? > > > mysql&gt; select count(installed_at) from table_xx; > +-----------------------+ > | count(`installed_at`) | > +-----------------------+ > |&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;3208506 | > +-----------------------+ > 1 row in set (0.77 sec) > > > mysql&gt; select count(from_unixtime(installed_at)) from table_xx; > +--------------------------------------+ > | count(from_unixtime(`installed_at`)) | > +--------------------------------------+ > |&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; > &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 3208506 | > +--------------------------------------+ > 1 row in set (2 min 14.86 sec) > > &nbsp; > ??????????????????installed_at????????int(10), ??????time_zone
