Update 04-measures-functions.md

This commit is contained in:
Iñigo Medina 2018-04-13 11:56:21 +02:00 committed by GitHub
parent 7340003c91
commit 5aba51d86d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ value | the raw or normalized measure
Add a measure to an empty numeric column based on point locations in your table.
```SQL
```sql
UPDATE tablename
SET total_population = OBS_GetUSCensusMeasure(the_geom, 'Total Population')
```