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
OL 2003 - My macro causes "this outlook session contains macros" warning
Visual Studio creates an error in my rc file every time I change a menu
Autonumbering in SharePoint 2007?
Web Browsers crash XP
Which permission I should give to an mssql user to be able to request the Query notifications?
Multi row trigger join
XP Machine takes long time (3 mins) to logon
Problems with assigning the proxy setting using GPO
Silverlight and Google Adsense
Need Help Converting VB Script/WMI code into VB.NET Code (Remote Process Kill)