PHPでの私のSQLクエリは以下の通りです:
mysql_query("insert into tbl_features (img_id,features_1,features_2,features_3,features_4,features_5,features_6,features_7,features_8,features_9,features_10,features_11,features_12,features_13,features_14,features_15,features_16,features_17) VALUES ($datas[$k],$contentsarray[19],$contentsarray[20],$contentsarray[21],$contentsarray[22],$contentsarray[23],$contentsarray[24],$contentsarray[25],$contentsarray[26],$contentsarray[27],$contentsarray[28],$contentsarray[29],$contentsarray[30],$contentsarray[32],$contentsarray[33],$contentsarray[34],$contentsarray[35],$contentsarray[36] )") or die (mysql_error());
実行中にエラーが発生します:
SQL 構文にエラーがあります。1 行目の '1.0E-6 )' 付近で使用する正しい構文については、MySQL サーバーのバージョンに対応するマニュアルを確認してください。
30,000を挿入する必要がある場合、13のデータのみを挿入します。私はここで問題を理解することはできません。1.0E-6 は 14 列目の最後のデータです。ブラケットが問題なのでしょうか?