Column definition does not support 'DEFAULT NOW()' to set the defaul value?
describe:
my DDL sql:
```create table if not exists testdb.detail(
`created_time`DATETIME NOT NULL DEFAULT NOW()
,`name` VARCHAR(30) NOT NULL
.
```
I get this Exception:
Error Failed to execute sql: org.apache.doris.com
Hi all,
the vote for Apache Doris 1.1.0-rc05 is now passed.
There are 3 (+1 binding) votes and no 0 or -1 vote.
Mingyu Chen +1
Jiafeng Zhang +1
De Li +1
The vote thread is:
https://lists.apache.org/thread/0hcs4fsp5ofl4snztlzdm4yo2o13dt9o
--
此致!Best Regards
陈明雨 Mingyu Chen
Email:
morning.
Thank you all and now the vote is closed.
--
此致!Best Regards
陈明雨 Mingyu Chen
Email:
morning...@apache.org
At 2022-07-13 22:06:46, "De Li" wrote:
>Here is my +1(binding),
>
>I checked:
>[x] Checksum and PGP signature are legitimate.
>[x] DISCLAIMER is included.
>[x] The source code mat
+1 very nice~
Mingyu Chen 于2022年7月8日周五 15:57写道:
> Yes, for master branch, all related hotfix commits in dev-1.0.1 will be
> fixed in PR #10437,
> which is still under developement.
>
>
>
>
> --
>
> 此致!Best Regards
> 陈明雨 Mingyu Chen
>
> Email:
> morning...@apache.org
>
>
>
>
>
> 在 2022-07-08 14:1
Here is my +1(binding),
I checked:
[x] Checksum and PGP signature are legitimate.
[x] DISCLAIMER is included.
[x] The source code matches the current release.
[x] No compiled content is included in the source package.
[x] The compilation can be executed without problems.
---
# wget
https://dis
建表的时候使用 agg 模型,然后把value 列都设置为 replae_if_not_null
如果是已经存在的unique 表是不能更改这个配置的。所以你只能重新建表然后将旧表数据 insert into 到新表中。
Use the agg model when building the table, and then set the value column to
replae_if_not_null
If it is an existing unique table, this configuration cannot be changed. So
you can only reb