gpt4 book ai didi

php - 使用 PDO 获取单个返回值

转载 作者:可可西里 更新时间:2023-11-01 13:40:21 25 4
gpt4 key购买 nike

对于这个查询:$sql='select col from table where other_col=?';

我目前正在像这样获取返回的数据:$data=$statement->fetch()['col'];

我觉得这不太好。是否有更好的方法来做到这一点,或者就这样很好吗?

最佳答案

你可以试试:

$data=$statement->fetchColumn(0);

关于php - 使用 PDO 获取单个返回值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11224941/

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