[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

re: créer les entrée de tables pour MySQL



Bonjour/Bonsoir,

ce lien conveint-il?

JB

 

 

 

 

 

> Message du 06/04/17 16:09
> De : bernard.schoenacker@free.fr
> A : "Debian User French" <debian-user-french@lists.debian.org>
> Copie à :
> Objet : créer les entrée de tables pour MySQL
>
> bonjour,
>
> j'ai repris un exemple et je souhaiterai l'adapter à la situation :
> https://dev.mysql.com/doc/refman/5.7/en/insert.html
> +----+-------------------------+
> | id | name |
> +----+-------------------------+
> | 1 | happy-tux.org |
> | 2 | brotsch.happy-tux.org |
> | 3 | brotsch |
> | 4 | localhost.happy-tux.org |
> +----+-------------------------+
>
> et voici la syntaxe à vérifier :
>
> INSERT INTO `mailserver`.`virtual_domains`
> (`name`)
> VALUES
> ('happy-tux.org'),('brotsch.happy-tux.org'),('brotsch'),('localhost.happy-tux.org');
>
>
> merci de votre aimable attention
>
> slt
> bernard
>
>

Reply to: