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
Sharepoint error, event id 6481
SQL
Determine standard default font in a form object in excel forms collection
can not view jpg or gif attachment in microsoft outloock 2003
Retrieve value of calculated control on a subform
restore from DB?
Restore default wireless connection on laptop
How can I recover my gmail password from my PC ?
Converting Hexadecimal to RGB
Additional domain controller