January 10, 2011 at 9:50 am
Hi,
I need to assing 1 point for every 3 multiples in a row for expample
col1 6 then col2 should be 2
if col1 5 then col2 should be 1
Thanks
January 10, 2011 at 9:55 am
Simple Integer math should take care of it...
SELECT Col1/3
--Jeff Moden
Change is inevitable... Change for the better is not.
January 10, 2011 at 5:16 pm
Cory E. (1/10/2011)
Edit: I guess Jeff beat me to it. Thanks!
Apparently, only by a couple of seconds! Great minds think alike. 🙂
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply