gpt4 book ai didi

mysql - 显示第 0 - 9 行(总共 10 行,查询耗时 0.0002 秒)[LatestMoodTime : [BLOB - 10B] - [BLOB - 0B]]

转载 作者:行者123 更新时间:2023-11-29 06:56:39 27 4
gpt4 key购买 nike

当有 10 个结果时显示 0-9 是什么意思?这导致 mysql_num_rows 出现问题

这是MYSQL:

SELECT * 
FROM `members`
WHERE (
LOWER( `RealName` ) LIKE '%hot%'
OR LOWER( `UserName` ) LIKE '%hot%'
OR LOWER( `Location` ) LIKE '%hot%'
OR LOWER( `LatestMood` ) LIKE '%hot%'
)
ORDER BY `LatestMoodTime` DESC
LIMIT 0 , 30

有什么想法吗?

最佳答案

结果数组是从零开始的,所以“0-9”表示有10个元素,索引从0开始到9结束。

关于mysql - 显示第 0 - 9 行(总共 10 行,查询耗时 0.0002 秒)[LatestMoodTime : [BLOB - 10B] - [BLOB - 0B]],我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12339201/

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