Skip to content

Commit a7d4e95

Browse files
authored
Merge pull request #10235 from sommarskog/patch-23
Update sp-help-spatial-geography-histogram-transact-sql.md
2 parents 4893a0c + 9e0cd1d commit a7d4e95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/relational-databases/system-stored-procedures/sp-help-spatial-geography-histogram-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ The following example calls `sp_help_spatial_geography_histogram` on the `Person
8282

8383
```sql
8484
EXECUTE sp_help_spatial_geography_histogram
85-
@tabname = Person.Address,
86-
@colname = SpatialLocation,
85+
@tabname = N'Person.Address',
86+
@colname = N'SpatialLocation',
8787
@resolution = 64,
8888
@sample = 30;
8989
```

0 commit comments

Comments
 (0)