Microsoft
Software
Hardware
Network
Question : Oracle Join null rows.
vrl.exchangeid is null and so is exc2id sometimes.Since, null is not equal to anything join is not returning any rows for that user 'radix'
I tried to use coalesce and case statement still it doesn't return anything. Am I doing anything wrong in the query?
Query:
select * from vrolelimits vrl join vuserroles vur on vur.roleid = vrl.roleid
join exchg exc2 on coalesce(vrl.exchgid, -1) = coalesce(exc2.id, -1)
where exc2.test = 0 and vur.userid = (select id from users where loginname = 'radix') and vrl.roleid !=123
Answer : Oracle Join null rows.
if you want null to be replaced with a value use the NVL function
nvl (column, value) it will replace nulls with the valie and other wise just return the data
Random Solutions
Server Local Group to Domain Local Group
How to let the user save back Excel to website?
Using VBA in MS Access trying to prefill a pdf form...stumped on how to programmatically fill a check box..
Deleting OEM Jobs
Dell Disk error - is there any point trying to recover this? Whats the problem do you think?
Turn XML into RSS feed
why is it preferred to use gpmc rather than the built-in gp policy
How can I get an extended desktop in this setup?
Youube / video stopped working on Mac Leopard
Cannot login to server or workstations when accessing RWW using IE