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
Oracle 10g database / database control
Saving List in ASP.NET for use in second WCF Service
Two ISPs on the same network
APEX Icons
Look Up in Query
HTML table
Task Manager and regedit 'disabled by administrator', unable to access Safe Mode, Antivirus deactivated
Failed to allocate port error when configuring EM (Oracle 11g)
IIS7 - Server.CreateObject Failed
Windows 2003 Interview Questions