WindowBoundsRows Method |
Name | Description | |
---|---|---|
Rows(Int32) |
Defines a frame from startBound PRECEDING to CURRENT ROW, using the ROWS clause
| |
Rows(FrameStartBound) |
Defines a frame from startBound to CURRENT ROW, using the ROWS clause
| |
Rows(Int32, FrameEndBound) |
Defines a frame BETWEEN startBound PRECEDING AND endbound, using the ROWS clause
| |
Rows(Int32, Int32) |
Defines a frame BETWEEN startBound PRECEDING AND endbound FOLLOWING, using the ROWS clause
| |
Rows(FrameStartBound, FrameEndBound) |
Defines a frame BETWEEN startBound AND endbound , using the ROWS clause
| |
Rows(FrameStartBound, Int32) |
Defines a frame BETWEEN startBound AND endbound FOLLOWING, using the ROWS clause
|