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
Combo box depend of an other one - update problem - Access
Accessing application component in .net
Run SSRS 2008 Services Against a SQL 2005 engine?
Warning when changing a single instance of a recurring OCS Live Meeting
How can I install a Third Party certificate within IE7 on Terminal Server for all users
How to read a DMP file?
sortable table in Mac Excel
Crypt some text and Decrypt it
Exchange 2003 Cluster, Event ID: 1080 occurs every three seconds
Modifying tableadapter parameters