Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Applies to:
Calculated column
Calculated table
Measure
Visual calculation
In window functions, defines the columns that are used to determine how to match data and identify the current row.
Syntax
MATCHBY ( [<matchBy_columnName>[, matchBy_columnName [, …]]] )
Parameters
| Term | Definition |
|---|---|
matchBy_columnName |
(Optional) The name of an existing column to be used to identify current row in the window function’s relation.RELATED() may also be used to refer to a column in a table related to relation. |
Return value
This function does not return a value.
Remarks
This function can only be used within a window function expression.
Example
See OFFSET.