plsqldate字段默认值设置

plsqldate字段默认值设置,第1张

plsqldate字段默认值设置方法如下。

1、打开SQLdeveloper。

2、右键单击要 *** 作的数据库,然后选择连接。

3、在d出的对话框中,输入密码,然后单击确定。

4、展开表目录,右键单击要 *** 作的表,然后选择编辑。

5、进入表格编辑界面。

6、选择要设置默认值的字段,然后在默认值栏中输入默认值,然后确认。

更新,在stackoverflow上找到了8.0.13版本的解决方案: 链接

经过查看官网,发现5.7版本: 链接

With one exception, the default value specified in a DEFAULT clause  must be a literal constantit cannot be a function or an expression . This means, for example, that you cannot set the default for a date column to be the value of a function such as NOW() or CURRENT_DATE . The exception is that, for TIMESTAMP and DATETIME columns, you can specify CURRENT_TIMESTAMP as the default. See Section 11.2.6, “Automatic Initialization and Updating for TIMESTAMP and DATETIME” .

创建表的时候,想为DATE类型设定默认值当前日期。发现一直报错,百度没有什么好办法。


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/sjk/9908012.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-05-03
下一篇 2023-05-03

发表评论

登录后才能评论

评论列表(0条)

保存