Viewing 6 posts - 1 through 7 (of 7 total)
Unfortunately I dont have access to that information. The tables are created by another department. But I appreciate the help you provided.
May 11, 2016 at 1:56 pm
Copied and pasted with the missing part and received the error below.
Msg 156, Level 15, State 1, Line 1
Incorrect syntax near the keyword 'with'.
Msg 195, Level 15, State 10, Line...
May 11, 2016 at 10:00 am
I appreciate the help, new to SQL.
select
rn = row_number() over (partition by a.yyyymm, a.rcvdate, a.dispdate order by c.issuedate asc),
a.yyyymm,
...
May 11, 2016 at 9:11 am
Thank you for the tips, when I run the query I receive this error:
Msg 195, Level 15, State 10, Line 2
'row_number' is not a recognized function name.
May 10, 2016 at 7:48 pm
Viewing 6 posts - 1 through 7 (of 7 total)