Skip to content

Commit 4eaedb4

Browse files
committed
removed batch 3
1 parent 66ce1d7 commit 4eaedb4

8 files changed

+0
-16
lines changed

docs/t-sql/functions/compress-transact-sql.md

-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ This function compresses the input expression, using the GZIP algorithm. The fun
2929
COMPRESS ( expression )
3030
```
3131

32-
[!INCLUDE[sql-server-tsql-previous-offline-documentation](../../includes/sql-server-tsql-previous-offline-documentation.md)]
33-
3432
## Arguments
3533
*expression*
3634
A

docs/t-sql/functions/decompress-transact-sql.md

-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ This function will decompress an input expression value, using the GZIP algorith
2929
DECOMPRESS ( expression )
3030
```
3131

32-
[!INCLUDE[sql-server-tsql-previous-offline-documentation](../../includes/sql-server-tsql-previous-offline-documentation.md)]
33-
3432
## Arguments
3533
*expression*
3634
A **varbinary(**_n_**)**, **varbinary(max)**, or **binary(**_n_**)** value. See [Expressions (Transact-SQL)](../../t-sql/language-elements/expressions-transact-sql.md) for more information.

docs/t-sql/functions/isjson-transact-sql.md

-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ monikerRange: "= azuresqldb-current||= azure-sqldw-latest||>= sql-server-2016||>
3030
ISJSON ( expression )
3131
```
3232

33-
[!INCLUDE[sql-server-tsql-previous-offline-documentation](../../includes/sql-server-tsql-previous-offline-documentation.md)]
34-
3533
## Arguments
3634
*expression*
3735
The string to test.

docs/t-sql/functions/json-modify-transact-sql.md

-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ monikerRange: "= azuresqldb-current||= azure-sqldw-latest||>= sql-server-2016||>
2525
JSON_MODIFY ( expression , path , newValue )
2626
```
2727

28-
[!INCLUDE[sql-server-tsql-previous-offline-documentation](../../includes/sql-server-tsql-previous-offline-documentation.md)]
29-
3028
## Arguments
3129

3230
*expression*

docs/t-sql/functions/json-query-transact-sql.md

-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ monikerRange: "= azuresqldb-current||= azure-sqldw-latest||>= sql-server-2016||>
3434
JSON_QUERY ( expression [ , path ] )
3535
```
3636

37-
[!INCLUDE[sql-server-tsql-previous-offline-documentation](../../includes/sql-server-tsql-previous-offline-documentation.md)]
38-
3937
## Arguments
4038

4139
*expression*

docs/t-sql/functions/json-value-transact-sql.md

-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ monikerRange: "= azuresqldb-current||= azure-sqldw-latest||>= sql-server-2016||>
3434
JSON_VALUE ( expression , path )
3535
```
3636

37-
[!INCLUDE[sql-server-tsql-previous-offline-documentation](../../includes/sql-server-tsql-previous-offline-documentation.md)]
38-
3937
## Arguments
4038

4139
*expression*

docs/t-sql/functions/openjson-transact-sql.md

-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ By default, the **OPENJSON** table-valued function returns three columns, which
5959

6060
*with_clause* contains a list of columns with their types for **OPENJSON** to return. By default, **OPENJSON** matches keys in *jsonExpression* with the column names in *with_clause* (in this case, matches keys implies that it is case sensitive). If a column name does not match a key name, you can provide an optional *column_path*, which is a [JSON Path Expression](../../relational-databases/json/json-path-expressions-sql-server.md) that references a key within the *jsonExpression*.
6161

62-
[!INCLUDE[sql-server-tsql-previous-offline-documentation](../../includes/sql-server-tsql-previous-offline-documentation.md)]
63-
6462
## Arguments
6563

6664
### *jsonExpression*

docs/t-sql/functions/session-context-transact-sql.md

-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ ms.author: vanto
3131
SESSION_CONTEXT(N'key')
3232
```
3333

34-
[!INCLUDE[sql-server-tsql-previous-offline-documentation](../../includes/sql-server-tsql-previous-offline-documentation.md)]
35-
3634
## Arguments
3735
'key'
3836
The key (type sysname) of the value being retrieved.

0 commit comments

Comments
 (0)