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
Were can I find a Infopath 2007 trial?
Exclude if Is Not Null
Combobox values updated when selected versus typed
MAC Address OF PDA Barcode Reader Motorola MC9090
Wireless Laptop cannot see printer
Tweak needed in Access VB Code
Move mailbox failed from Exchange 2003 to 2007 - Event ID 8507
"A specified authentication package is unknown" on client workstations after updating Windows servers
Crash when using VLOOKUP in MS-Excel
should only be 3 records returning 8 in query