Click or drag to resize

WindowFunctionsLag Method

Overload List
  NameDescription
Public methodStatic memberLag(Object)
Creates a LAG(scalar_expression, offset, defaultValue) function call returning a value of the type the scalar expression resolves to
Public methodStatic memberLag(Object, Object)
Creates a LAG(scalar_expression, offset, defaultValue) function call returning a value of the type the scalar expression resolves to
Public methodStatic memberLag(Object, Object, Object)
Creates a LAG(scalar_expression, offset, defaultValue) function call returning a value of the type the scalar expression resolves to
Top
See Also