Microsoft
Software
Hardware
Network
Question : User defined function
I have a user define function that if
@PlansFolderCount OR @PlansDocumentCount is > 0
the RETURN should say "greater" orthwise it should say "less"
Answer : User defined function
IF (@PlansFolderCount > 0) OR (@PlansDocumentCount >0)
BEGIN
SELECT 'Greater'
END
ELSE
BEGIN
SELECT 'Less'
END
Random Solutions
How do I delegate control to a user to ONLY remotely use Get-MessageTrackingLong cmdlet?
Password Protect Back End of an Access Database
PayPal Express Checkout Module
ActiveSync http error 500/400--All mobile devices--
How do I add image to the lotus notes signature
C# int with variable as part of int name
Visual 2010 C++ Expess Error trying to compile source code
htaccces more then 10 variables
Cant get vista to view my web site correctly!
DGV Error - System.IndexOutOfRangeExce
ption: Index 0 does not have a value.