Xueyan Li

Results 12 comments of Xueyan Li

> @Astralidea I test MySQL, it doesn't support `now()` as default value when executing `create table` statement. So I think we can only support `CURRENT_TIMESTAMP`. mysql 8 support now() as...

> > mysql 8 support now() as default value,but it will treated as CURRENT_TIMESTAMP. in my local environment mysql version is 8.0.23. > > @Astralidea I have another question. Does...

Is the parentheses necessary for now()? No. Mysql 8 will treated now() as CURRENT_TIMESTAMP. but you can use parentheses (now()) And regarding for StarRocks, what do we do? I think...

This close because we have a better solution in #11131