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 burn multiple copies with roxio creator
unable to browse .asmx page in IIS7
visual studio 2008 installation issue
Filtering the SSRS report based on multivalue multiple parameters passed to stored procedure
compile this code with Delphi 2010
how to implement virtual mode in the DataGridView control?
VB.NET Setup Installing App Files Without Asking What Folder to Install
VPN 721 error
How to monitor users on WSS 3.0
windows XP - Multimedia Audio Controller missing - drivers?