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
Mac UNC directory for scanning
Help with mysql delete duplicates query
yum install 7 Zip
Ho Do you Create a timeline Planner/diary in vb.net
Exchange 2007 SBS - Cannot send external e-mail.
Capturing handwriting
Apache authentication using the GET method. Is it possible?
Delivery Status Notification (Delay)
Inline attachments with Lotus Notes
SQL Server 2008 Licensing