我有一個MySQL查詢:轉換查詢笨
SELECT `percentage` FROM `discount_percentage` WHERE `agent_id`=$agent_id AND `insurance_type_id`=$insurance_type and `entity_id`=$entity_id and `state_id`=$state_id AND CURDATE() between from_date and to_date
我想改變CURDATE到PHP函數 但日期(Y-M-d)不工作。
以及如何將其更改爲純代碼?
你試過NOW的'()''而不是CURDATE()'我知道嗎? –