Viewing 3 posts - 1 through 3 (of 3 total)
Grasshopper had a nice idea in response to your post... I am pasting his workaround below....it works!!!
----------------------------------------
GrasshopperGrasshopperGrasshopperGrasshopperGrasshopperGrasshopperGrasshopperGrasshopper
Group: General Forum Members
Last Login: 6/17/2013 2:51 PM
Points:...
July 14, 2014 at 6:11 pm
Thought someone may still be looking for a simple answer.... If the table has NULLs then the following simple fix will work....
Declare @min-2 INT
--assign minimum possible...
July 3, 2014 at 12:32 pm
Isn't it as simple as below:
select
case when col1>= col2 and col1>=col3 and col1>=col4 then col1
when col2>= col1 and col2>=col3...
July 3, 2014 at 12:03 pm
Viewing 3 posts - 1 through 3 (of 3 total)