gpt4 book ai didi

mysql - (select pname +'' + comment from table)......尽管表包含数据,但返回所有零值

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

select pname +''+ comment from table

在执行上面的查询后,它返回的结果包含所有零值,为什么?

最佳答案

你可以使用 concat()

select concat(pname, ' ' , comment ) from my_table;

关于mysql - (select pname +'' + comment from table)......尽管表包含数据,但返回所有零值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44831927/

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