我的選擇查詢出現問題。我有4個條件來檢查這個查詢。檢查WHERE子句中的條件
$subject // This condition is always true that mean it has a value when executing the query
$option // This condition is also true that mean it has a value when executing the query
$district // Maybe this is true or not
$city // Maybe this is true or not
現在我需要使用這4個條件進行選擇查詢。
我知道有什麼方法可以將這4個條件添加到我的WHERE子句中,然後檢查哪些是真的,然後根據查詢條件返回記錄。
希望有人能幫助我。
謝謝。
您需要有關SQL http://www.sqlcourse.com/select.html – Lobo 2013-02-19 14:22:41