このエラーが発生する理由は何ですか?私の構文で見ることができないかもしれないので、どんな助けでも大歓迎です。INSERT INTO構文エラーSQL
STATEMENT
INSERT INTO pwd_review (id, request_date, being_reviewed, review_explain,
attached_docs, doc_explain, age_met, age_explain,
years_met, years_explain, severity, severity_explain,
restriction, restriction_explain, require, require_explain)
VALUES(410, DATE '2009-12-10', 0, NULL, 0, NULL, 0, NULL, 0, NULL, 0,
'Dr M Beaulieu has provided further information indicating that applicant is severly ill and disabled. Applican''t condition is confirmed as rectal adenocarcinoma, she has endured dhemo and readiation therapy and is under care of the Oncology Team, surgeon and GP.', 0,
'Information from Dr states that applicant is unable to sit, has great difficulty walking and requires ongoing support from the Community Support Services',
0, NULL);
ERROR
1064 - あなたはあなたのSQL構文でエラーが発生しています。近く 使用する権利構文についてはMySQLサーバのバージョンに対応するマニュアル
をチェックし「必要、require_explain)VALUES(410、DATE '2009-12-10'、0、NULL、0、NULL、0 。、ラインでNULL、0、NULは」1
おかげ
'DATE「は2009-12- 10 'は少しでも見えます。あなたは '' 2009-12-10''で試しましたか? – jadarnel27
私はすべてのインサートにDATEを使用していますが、正常に動作しています。 – Koralarts
私の謝罪は、私はSQLサーバーの構文を考えていた、あなたは明らかにmysql =/ – jadarnel27