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
can someone explain to me the difference between OLAP and ROLAP
Better way to print name tags from Access, anyone?
MS Exchange 2007 - Archiving Solutuions that do not use lots of overhead
Using jquery to hide dynamically added divs
WIndows Server 2003
TS profiles v2 for Windows Server 2008 are empty
Web site not working correctly with Mozilla, Safari...anything other than IE
SATA Drives within HP 6-Port SATA RAID Controller
IIF Statement
Linq Tutorial