Code: Alles auswählen
INSERT INTO phpbb_config (config_name, config_value) VALUES ('points_name','Points');
Und unter AnzeigeSQL-Befehl:
INSERT INTO phpbb_config( config_name, config_value )
VALUES (
'points_name', 'Points'
)
MySQL meldet:
#1062 - Duplicate entry 'points_name' for key 1
Ich weiss nicht was ich machen muss damit ich diesenSQL-Befehl:
SELECT *
FROM
MySQL meldet:
#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
Code: Alles auswählen
INSERT INTO phpbb_config (config_name, config_value) VALUES ('points_name','Points');

Könnt ihr mir da weiterhelfen?