Skip to content

Commit 8a37f02

Browse files
authored
Update regexp-matches-transact-sql.md
the match_value return column name was incorrectly named as string_expression
1 parent bfe2a6f commit 8a37f02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/t-sql/functions/regexp-matches-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Returns a tabular result as follows:
5656
| `match_id` | **bigint** | The sequence of matching words. |
5757
| `start_position` | **int** | Starting index position. |
5858
| `end_position` | **int** | Ending index position. |
59-
| `string_expression` | Same type as `string_expression` or **varchar** | Matching expression. |
59+
| `match_value` | Same type as `string_expression` or **varchar** | Matching expression. |
6060
| `substring_matches` | **json** | JSON document describing match. |
6161

6262
## Examples
@@ -89,4 +89,4 @@ match_id start_position end_position match_value substring_matches
8989
## Related content
9090

9191
- [Work with regular expressions](../../relational-databases/regular-expressions/overview.md)
92-
- [Regular expressions functions (Transact-SQL)](regular-expressions-functions-transact-sql.md)
92+
- [Regular expressions functions (Transact-SQL)](regular-expressions-functions-transact-sql.md)

0 commit comments

Comments
 (0)