Mysql 数据库有关问题,该语句是什么意思

WBOY
發布: 2016-06-13 11:58:52
原創
882 人瀏覽過

Mysql 数据库问题,该语句是什么意思

$query = "select orderid from orders where 
customerid = $customerid and
amount > ".$_SESSION['total_price']."-.001 and //这句是什么意思?
amount < ".$_SESSION['total_price']."+.001 and //这句是什么意思?
date = '$date' and
order_status = 'PARTIAL' and
ship_name = '$ship_name' and
ship_address = '$ship_address' and
ship_city = '$ship_city' and
ship_state = '$ship_state' and
ship_zip = '$ship_zip' and
ship_country = '$ship_country'";
登入後複製


------解决方案--------------------
total_price 取值上下浮动0.001
------解决方案--------------------
在PHP中断点调试看一下 $query 的实际内容就明白了。

相關標籤:
來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板
關於我們 免責聲明 Sitemap
PHP中文網:公益線上PHP培訓,幫助PHP學習者快速成長!