當我使用潤乾報表新建一個報表時,我已經填好全部資訊了,但是點擊確定就一直是這個錯誤。
這是語法顯示的sql陳述句:
SELECT demand.purchase_id,demand.requirement_id, demand.total_amount * demand.unit_price as 總金額 FROM demand WHERE demand.purchase_id is not null
錯誤來源:You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'OPTION SQL_SELECT_LIMIT=DEFAULT' at line 1
會不會是資料源沒有配置好?但是資料源是顯示連接成功了的。
轉載請註明出處,本文鏈接:https://www.uj5u.com/shujuku/235762.html
標籤:MySQL
上一篇:mysql安裝出錯。。。。求解決
