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
Messenger connection error 80072f0d
How to convert this VB.NET code to VC# code?
SQL Table-value function / permissions / Access Front End
access sub-form with While...Wend to update main form
Programmatically FIll Out a PDF Form
How do I import XML into Excel 2008 for Mac?
Virtual Memory Errors
Watermark
calling stored procedure from function generates error
Disable Win XP auto-created printer from being auto-created by Citrix