gpt4 book ai didi

sql - 在 Postgres Server 中将正数据转换为负数据(整列)

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

我表中的当前数据是:

  a   b
---------
-1 5
-11 2
-5 32

我的要求是将a列的所有数据都转换成负值。

但是如何选择整列将正值更新为负值呢?

最佳答案

试试这个:

 Update table set a= 0-a where a >0

关于sql - 在 Postgres Server 中将正数据转换为负数据(整列),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35378326/

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