Viewing 5 posts - 1 through 5 (of 5 total)
Thank you for your help. Not exactly what I was looking for but lead me to my solution. I appreciate the help.
June 11, 2022 at 4:47 am
Also, I tried using a CROSS APPLY and keep getting the error message: Aggregates on the right side of an APPLY cannot reference columns from the left side. Even using...
June 10, 2022 at 12:57 am
Got it to work - just changed it from subtracting the score to making it a greater than statement so
m.Home_Score < m.Away_Score Then 1 else 0....
Thank you for your help...
June 8, 2022 at 7:56 pm
OK tried out the code but I'm getting an error saying
Message 8115, Level 16, State 2, Line 4
Arithmetic overflow error converting expression to data type tinyint.
I don't understand as everything...
June 8, 2022 at 7:51 pm
OK lets see if I can do this correctly. Below are the tables and some table data. Also, Mr Pletcher, thank you for posting, my data is structured a bit...
June 8, 2022 at 3:54 pm
Viewing 5 posts - 1 through 5 (of 5 total)