Skip to content

Commit 5c528dd

Browse files
authored
Update stmpolyfromwkb-geometry-data-type.md
1 parent ba74d76 commit 5c528dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ STMPolyFromWKB ( 'WKB_multipolygon' , SRID )
5252
## Examples
5353
The following example uses `STMPolyFromWKB()` to create a `geometry` instance:
5454

55-
```
55+
```sql
5656
DECLARE @g geometry;
5757
SET @g = geometry::STMPolyFromWKB(0x0106000000020000000103000000010000000400000000000000000014400000000000001440000000000000244000000000000014400000000000002440000000000000244000000000000014400000000000001440010300000001000000050000000000000000002440000000000000244000000000000059400000000000002440000000000000694000000000000069400000000000003E400000000000003E4000000000000024400000000000002440, 0);
5858
SELECT @g.STAsText();

0 commit comments

Comments
 (0)