Data Integration
- Data Integration
- All Products
|
|
|
---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Property
| Value
| Description
|
---|---|---|
Frame
| Not specified.
| The LEAD function will access rows based on the offset argument and ignore the frame.
|
Partition key
| CustomerCode
| Groups the rows according to customer code so that calculations are based on individual customers.
|
Order key
| StartDate Ascending
| Arranges the data chronologically by ascending start date.
|
|
|
|
---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
LEAD ( StartDate, 1, '01-Jan-2100' )
ADD_TO_DATE ( LEAD ( StartDate, 1, '01-Jan-2100' ), 'DD', -1, )
|
|
|
|
---|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|