Microsoft
Software
Hardware
Network
Question : NVL, case statement, or another way?
I am running nested queries with NVL but not getting the results I want. I want the reason to show why someone didnt take a test, but if they did then show their score. I am getting the reason, but the score isnt showing when the reason is blank. Is there another way to achieve this or am I using NVL wrongly?
select
nvl((select justify from tech b where a.emplid=b.emplid),(select
score from tech2 b where a.emplid =b.emplid) )as Score
from
employees a
Answer : NVL, case statement, or another way?
You can use coalesce to retrieve the first non-null value. See attached.
Random Solutions
Default parameter to max date
SharePoint 3.0 Central Administration not loading
How do I resolve this error "javax.xml.ws.WebServiceEx
ception .... Place the resource correctly in the classpath.?
Any good insights to Web Deployment from Visual studio 2008?
Best method to push out Citrix client plug-in to local and remote sites
One user Exchange 2007 cannot send external email
Having connection problems between two Windows servers.
code for express check out with Paypal.
Drop Down List
column header