3
を挿入します。私は次のエラーを取得するダービーSQL私はこれは私が実行しようとするステートメントです私のデータベース に値を挿入しようとしている
insert into leverancier (id,naam,straat,nr,postcode,plaats,telefoon)
values (1,"stef","bosstraat",88,9240,"Zele",null);
:
ERROR 42X04: Column 'stef' is either not in any table in the FROM list or appears within a join specification and is outside the scope of the join specification or appears in a HAVING clause and is not in the GROUP BY list. If this is a CREATE or ALTER TABLE statement then 'stef' is not a column in the target table.
問題は何ですか?
私は、文字列を一重引用符で区切る必要があると推測しています。 – Phil