gpt4 book ai didi

mysql - 我可以将查询指定为字段的默认值吗?

转载 作者:搜寻专家 更新时间:2023-10-30 19:57:33 25 4
gpt4 key购买 nike

我的意思是:

create table Measures (
id_user int,
date timestamp,
measure_1 double default 'select measure_1 from Measures where data = '**/**/****'',
measure_2 double default 'select measure_1 from Measures where data = '**/**/****'');

通过这种方式,我插入了数据库中保存的最后一个度量的值。可能吗?

最佳答案

Not directly:

11.7 Data Type Default Values

... the default value must be a constant; it cannot be a function or an expression.

您必须在应用程序级别或按照@Timekiller 的建议在触发器中执行此操作。

关于mysql - 我可以将查询指定为字段的默认值吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34631954/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com