Skip to content

Commit f9d16ee

Browse files
authored
Update compatibility level
1 parent 61b6758 commit f9d16ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ REGEXP_LIKE
3030
```
3131

3232
> [!NOTE]
33-
> **REGEXP_LIKE** is available only under compatibility level 170 and above. If your database compatibility level is lower than 170, SQL Server can't find and run **REGEXP_LIKE**. Other regular expression scalar functions are available at all compatibility levels.
33+
> **REGEXP_LIKE** is available only under compatibility level 170 and above. If the database compatibility level is lower than 170, **REGEXP_LIKE** is not available. Other [regular expression scalar functions](regular-expressions-functions-transact-sql.md) are available at all compatibility levels.
3434
>
3535
> You can check compatibility level in the `sys.databases` view or in database properties. You can change the compatibility level of a database with the following command:
3636
>

0 commit comments

Comments
 (0)