gpt4 book ai didi

当表中有数据时,MySQL SELECT 不工作

转载 作者:行者123 更新时间:2023-11-28 23:32:48 25 4
gpt4 key购买 nike

我在使用 MySQL SELECT 查询时遇到问题。这是表格中的数据 http://i.imgur.com/Uz1Rrb8.jpg这个查询没有,即使数据在那里 http://i.imgur.com/SgXUC9o.jpg有谁知道为什么会这样?数据类型是浮点型,类似的变量起作用。

最佳答案

可能存储的值不完全是 0.7

try 

select * from learned_info where pos > 0.6;

or could be the value are not float

关于当表中有数据时,MySQL SELECT 不工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36899251/

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