Viewing post 1 (of 1 total)
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...
May 7, 2008 at 4:48 am
#811663