Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Condition in SQL
I have this query with a condition in Access and would like to know
how I can put a condition part in Oracle 9i SQL similiar to how Access
does it?
Current Access SQL that I want to rewrite in Oracle where I just need to know how to do the condtion part: IIF( ISNULL(d.NOTES)=True,'Not Available',d.NOTES) AS NOTES
SELECT
b.FirstName, b.LastName, c.FirstName, c.LastName, a.Info,
![]() |
![]() |