adds missing comma

This commit is contained in:
Andy Eschbacher
2016-05-24 11:06:53 -04:00
parent 1ba7299fe4
commit 3f77a384c7

View File

@@ -413,7 +413,7 @@ BEGIN
EXECUTE format(
'SELECT %I
FROM observatory.%I
WHERE %I.%I = %L'
WHERE %I.%I = %L',
colname,
target_table,
target_table, data_geoid_colname, measure_id)