Skip to content

Commit 98fa09c

Browse files
authored
Update stnumpoints-geometry-data-type.md
1 parent 9fea389 commit 98fa09c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/t-sql/spatial-geometry/stnumpoints-geometry-data-type.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ ms.author: mlandzic
4444
## Examples
4545
The following example creates a `LineString` instance and uses `STNumPoints()` to determine how many points were used in the description of the instance.
4646

47-
```
47+
```sql
4848
DECLARE @g geometry;
4949
SET @g = geometry::STGeomFromText('LINESTRING(0 0, 2 2, 1 0)', 0);
5050
SELECT @g.STNumPoints();

0 commit comments

Comments
 (0)