- Code: Tout sélectionner
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 [1064]
j'ai fait des recherches la dessus mais je ne trouve rien
Modérateur: Equipe
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 [1064]
use near ''
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 [1064] SQL SELECT * FROM phpbb_scores WHERE score_date =
CREATE TABLE `phpbb_scores` ( `id` mediumint(8) UNSIGNED NOT NULL, `points` int(20) UNSIGNED NOT NULL DEFAULT '0', `game_id` mediumint(8) UNSIGNED NOT NULL DEFAULT '0', `gamer_id` mediumint(8) UNSIGNED NOT NULL DEFAULT '0', `score_date` int(11) UNSIGNED NOT NULL DEFAULT '0', `cat_id` mediumint(8) UNSIGNED NOT NULL DEFAULT '0', `score_comment` mediumtext COLLATE utf8_bin NOT NULL, `is_first` tinyint(4) NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin; INSERT INTO `phpbb_scores` (`id`, `points`, `game_id`, `gamer_id`, `score_date`, `cat_id`, `score_comment`, `is_first`) VALUES (30893, 5618, 15787, 58, 1561263282, 142, '', 0),
Utilisateurs parcourant ce forum : Aucun utilisateur enregistré et 3 invités