je suis debutant en sql et je suis en face d'un probleme alors que j'utilise la base de donnee de free:
Code : Tout sélectionner
#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 '--
-- Table structure for table `table0`
--
CREATE TABLE `tabl' at line 1
--
-- Table structure for table `gallery_table0`
--
CREATE TABLE `table0` (
`id` int(20) NOT NULL auto_increment,
`date` varchar(255) collate latin1_general_ci NOT NULL,
`image` varchar(20) collate latin1_general_ci NOT NULL,
`url` varchar(255) collate latin1_general_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=27 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=27 ;
--
-- Dumping data for table `gallery_table0`
--
INSERT INTO `table0` VALUES (1, '//', 'fume.jpg', 'المرحوم الذي ');