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
Convert conditional formatting to normal formatting? conditional is lost when converting to Excel 95
sharepoint 2007 workflows
error LNK2005: (already defined)
Update table with user provided data in Access 2007 connected to SQL 2000 DB
Append Query in Access 2007...
system recovery by mistake
Positioning hyperlink target cell at center of screen
Function to return a boolean and 2 strings
Open Access MDB file from SharePoint
Richtextbox .. Center First Line with larger font ... remianing Body left justified with smaller font