Using IF ELSE in Oracle
问题 As a web developer, I know how to use the IF ELSE in multiple languages. However, I am learning how to write reports using TOAD for Oracle. My question is, how do I properly add an IF ELSE statement? This is what I am attempting to do. The error is: Command not Properly Ended. (VIKKIE to ICKY has been tasked to me by my supervisor to help me learn) SELECT DISTINCT a.item, b.salesman, NVL(a.manufacturer,'Not Set')Manufacturer FROM inv_items a, arv_sales b WHERE a.co = '100' AND a.co = b.co AND