bonjour,

j'ai repris un exemple et je souhaiterai l'adapter à la situation :

+----+-------------------------+
| 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

Répondre à