- 2026年07月08日
- 星期三
我面临着一个非常奇怪的错误?现在在 mysql php上. 是一个简单的选择,在下面的例子中,我使用多个字段来尝试解释我的问题: “field”是11.5 $phpvar是1.15 MySQL查询: select round(field * . $phpvar . ,2) as a1, round(field * 1.15 ,2) as a2, rou
我面临着一个非常奇怪的错误?现在在 mysql php上. 是一个简单的选择,在下面的例子中,我使用多个字段来尝试解释我的问题: “field”是11.5 $phpvar是1.15 MySQL查询: select round(field * . $phpvar . ,2) as a1, round(field * 1.15 ,2) as a2, rou