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
How can change the Read Only attribute of outlook.pst file burned on a DvD?
silverlight 3.0 mouse wheel support
Taskmgr.exe bad image
VISTA ULTIMATE - 64bit downgrade to 32 bit ??s
import csv file into access using VBA and restricting records imported on some field criteria
default email account keeps changing back to exchange
How do I pass fields from one record (in a form) to another
problems on startup
How do I manually code a Generic Pull Down Menu in VB Express 2008
excel formula to create a password list.