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
SQL Synax to combine data in two views
DOS/4GW error while loading recovery disk
Open a recordset using DAO 3.6 in Access 2003
How do I get rid of installer
Interfaces and Data Provider
Removing Hidden attribute from file
how do I reopen a closed company that was accidently closed in Microsoft Great Plains 10
Cannot Install SP4 on Windows 2000 Server
Access 2003 delete buttons greyed out
VBA querytables.refresh not working