Explorar el Código

update README

Nicolas FRADIN hace 12 años
padre
commit
13fa737499
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -100,6 +100,8 @@ The file should be nammed "[table_name].sql", so create a file named 'duplicate_
 
 Example of creation script 'duplicate_counters_stats.sql' :
 ```sql
+-- Stadard DELIMITER is $$
+
 -- Counters statistics table
 CREATE  TABLE `statsd_db`.`duplicate_counters_stats` (
     `timestamp` BIGINT NOT NULL ,