Merge pull request #348 from CartoDB/Fixed_typo

Fixed typo
This commit is contained in:
Antonio Carlón 2018-07-23 12:26:31 +02:00 committed by GitHub
commit 2f76772b4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -652,7 +652,7 @@ BEGIN
format(
$query$
SELECT ROUND(AVG(x)) AS x, ROUND(AVG(y)) as y
FROM %3$s_%1$s_%2$s
FROM %3$s%1$s_%2$s
$query$, mc_geography_level, z, tiler_table_prefix)
INTO avg_x, avg_y;