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
Web Account Login Problem
Determine PrintArea in Excel
Unable to view sharepoint sites from PDA
Access query to select highest number in field
microsoft access query criteria to retrieve specific records based on a reference number and part number
aspx vnbet dropdownlist client script
Error after converting Macro to VBA
Pass value from one form to another
How to enable Mailbox on exchange 2007
Toggle Buttons!!!