phpmyadmin を使用して、MySQL データベースにデータを入れようとしています。
1 行目の '' 付近で構文エラーが発生しています。 '' はまったく存在しません...
エラー:
#1064 - 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 '' at line 1
SQL コマンド:
INSERT INTO GAR (`Name`,`Latitude`,`Longitude`,`Adresse`,`PLZ`,`Ort`,`Land`,`Tel`,`www`,`Email`,`Bericht`)
VALUES (
'Wellnesshotel Seeschl��chen�****�Hotel & Freizeitpark GmbH Buchwalde',
'empty',
'empty',
'Buchwaldstr. 77',
'1968',
'Senftenberg',
'D',
'03573 37890',
'www.lausitztherme.de',
'm.zander@lausitztherme.de',
'03573 378932');