Microsoft
Software
Hardware
Network
Question : T-SQL: No Min(x,y) Mathematical Function???
Is there no Min(x,y) mathematical function in SQL Server?
(NOT the min(column) aggregate function.)
If so, this perplexes me that I'm going to have to write a primitive function.
Pete
Answer : T-SQL: No Min(x,y) Mathematical Function???
>Is there no Min(x,y) mathematical function in SQL Server?
no.
but you can do this:
CASE WHEN x < y THEN x ELSE y END
Random Solutions
ASP.NET change input value on button click from code behind
map network drive on a none domain PC
How to distribute the Calendar 11.0 control
Progress Bar
Can't open MS Access DB
WPF Control will not hide button or check box....
Error - Excel could not save all the data and formatting you recently added to myfile.xla ...
Problem with linespacing on Graphics.Drawstring
MS Oulook
need help! exists subqueries are killing mysql server in production environment