Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 336838e

Browse files
committed
Update function
1 parent a6539b3 commit 336838e

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,6 @@ REGEXP_LIKE
2929
)
3030
```
3131

32-
> [!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.
34-
>
35-
> 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:
36-
>
37-
> ```sql
38-
> ALTER DATABASE [DatabaseName] SET COMPATIBILITY_LEVEL = 170;
39-
> ```
40-
4132
## Arguments
4233

4334
#### *string_expression*

0 commit comments

Comments
 (0)