gpt4 book ai didi

informix - 如何在 Informix 数据库中存储 bool 值?

转载 作者:行者123 更新时间:2023-12-03 07:51:31 26 4
gpt4 key购买 nike

我已经为 Informix 数据库(版本 IBM Informix Dynamic Server 版本 14.10.FC10AEE)创建了一条插入语句。

这看起来如下:

INSERT INTO person ('name', is_active)
VALUES ('peter', true);
<表类=“s-表”><标题>列数据类型 <正文>id系列姓名字符(50)is_active bool 值

我收到以下错误消息:

SQL Error [42000]: A syntax error has occurred.

我怀疑这是因为 Informix 无法正确处理 bool 值 true

我已经尝试过使用值1,但也不起作用。我收到以下错误消息:

SQL Error [IX000]: Value does not match the type of column (is_active).

有人知道我该如何解决这个问题吗?

最佳答案

bool 数据类型的合法值为't''f'null。 true 和 false 值的引号是必需的。

关于informix - 如何在 Informix 数据库中存储 bool 值?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/76968787/

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