Forum Replies Created

Viewing post 16 (of 16 total)

  • RE: ntile or something similar

    Hi )

    I propose you to try this solution:

    1. Number all rows in asc order

    2. Select stress value and (row_number mod 4)

    select s.stress,

    case when(row_number %4)=0 then 4...

Viewing post 16 (of 16 total)