Skip to content

Commit 9fea389

Browse files
authored
Update stnuminteriorring-geometry-data-type.md
1 parent 44f85b2 commit 9fea389

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Returns the number of interior rings of a **Polygongeometry** instance.
4444
## Examples
4545
The following example creates a `Polygon` instance and uses `STNumInteriorRing()` to find how many interior rings the instance has.
4646

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

0 commit comments

Comments
 (0)