Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Get First row value

    to get the employee data with the number

    try this query

    this query gives employee data with the number

    select MID, Status, Code, row_number() over (partition by code order by MID) as number

    from...

Viewing post 1 (of 1 total)