![]() |
Sergey Kornilov admin 4/19/2014 |
You converting those numbers to integers, simply add them as is. Instead of Int(cuppts) + Int(cuppts_start) AS totalpoints,
cuppts + cuppts_start AS totalpoints, |
![]() |
lefty author 4/19/2014 |
You converting those numbers to integers, simply add them as is. Instead of Int(cuppts) + Int(cuppts_start) AS totalpoints,
cuppts + cuppts_start AS totalpoints,
|