Skip to content

Commit 9596bf0

Browse files
authored
Under - with
1 parent f9d16ee commit 9596bf0

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 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.
33+
> **REGEXP_LIKE** is available only with 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)