You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -47,17 +47,17 @@ An expression of one of the following data types:
47
47
-**varchar(max)**
48
48
-**varchar(*n*)**
49
49
50
-
For more information, see [Expressions (Transact-SQL)](../../t-sql/language-elements/expressions-transact-sql.md).
50
+
For more information, see [Expressions](../language-elements/expressions-transact-sql.md).
51
51
52
-
## Return type
52
+
## Return types
53
53
54
54
**varbinary(max)**, representing the compressed content of the input.
55
55
56
56
## Remarks
57
57
58
58
Compressed data can't be indexed.
59
59
60
-
The `COMPRESS` function compresses the input expression data. You must invoke this function for each data section to compress. For more information about automatic data compression during storage at the row or page level, see [Data Compression](../../relational-databases/data-compression/data-compression.md).
60
+
The `COMPRESS` function compresses the input expression data. You must invoke this function for each data section to compress. For more information about automatic data compression during storage at the row or page level, see [Data compression](../../relational-databases/data-compression/data-compression.md).
This statement first deletes old player records from the `player` table. To save space, it then stores the records in the `inactivePlayer` table, in a compressed format.
0 commit comments