example ........
oc_id issue_id issue_date issue_date (next row date)
10 1234 01\01\2006 10\01\2006
10 1235 10\01\2006 04\02\2006
10 1236 04\02\2006
25 2461 15\01\2006 25\02\2006
25 2462 25\02\2006 01\04\2006
25 2463 01\04\2006
the above is an example where I only want the NEXT issue_date for each oc_id (when the oc_id changes I do not need the next issue_date)
My basic SQL is insufficient to solve this problem
Regards
Phil
oc_id issue_id issue_date issue_date (next row date)
10 1234 01\01\2006 10\01\2006
10 1235 10\01\2006 04\02\2006
10 1236 04\02\2006
25 2461 15\01\2006 25\02\2006
25 2462 25\02\2006 01\04\2006
25 2463 01\04\2006
the above is an example where I only want the NEXT issue_date for each oc_id (when the oc_id changes I do not need the next issue_date)
My basic SQL is insufficient to solve this problem
Regards
Phil