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
With PHP, what is the best way of detecting a user based on IP and updating it accordingly?
Error string in catch block?
How can I run my PC in safe mode?
Windows Server 2003 Intermittent Freezing Issues
Having problems getting my VOIP setup working?
Show All Records In Query if Nothing Selected in Listbox - Part II
Column border style problem
This search script is presenting the option for Next 10 when there aren't any results. What do I need to add to not show when there aren't results?
How to cleanly kill an Excel object from memory.
Trying to connect SSIS packages to Oracle database