mysql/core_cities_merge.sql
authorEdward <edward@roojs.com>
Thu, 26 Jun 2014 10:25:44 +0000 (18:25 +0800)
committerEdward <edward@roojs.com>
Thu, 26 Jun 2014 10:25:44 +0000 (18:25 +0800)
mysql/core_cities_merge.sql

index e942102..f6f4e90 100644 (file)
@@ -253,7 +253,7 @@ CREATE FUNCTION core_country_locations()  RETURNS INT DETERMINISTIC
         SELECT 
             geoname_id,continent_code,continent_name,country_iso_code,country_name
         FROM 
-            country_locations
+            country_locations;
         
         SELECT COUNT(geoname_id) INTO v_total FROM country_locations;