gpt4 book ai didi

postgresql - 如何在 PostgreSQL 9.1.9 中显示大量 bool 值而不引起眼睛疲劳?

转载 作者:行者123 更新时间:2023-11-29 12:46:41 25 4
gpt4 key购买 nike

如何在 PostgreSQL 9.1.9 中显示大量 bool 值而不引起眼睛疲劳?

我遇到的问题是各种 PostgreSQL 客户端将 bool 值显示为 t/f,在查看数据时可能很难区分这些值:

enter image description here

最佳答案

使用转换,您可以将 bool 值转换为 ::text 以获得其输出的 true 或 false 文本值(同样糟糕):

enter image description here

或解决问题,用例语句:

CASE WHEN dt.x12_940 THEN 'TRUE' ELSE '' END AS x12_940,

输出:

enter image description here

关于postgresql - 如何在 PostgreSQL 9.1.9 中显示大量 bool 值而不引起眼睛疲劳?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17200762/

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