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 to implement a pac file using group policy
Safari 5 Crashes immedietly
Unattended Windows 7 Installation answer file not working
number the records in 4gl query
Login Script to add multiple network printers?
MS Dynamics 4.0 Outlook Configuration - Microsoft Dynamics CRM server is not available
looking for best web designer.
XP Mode - usb software key not working
Application user
I'm trying to config route and vpn in Ubuntu