Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は SQL に非常に慣れておらず、主に Excel を使用しています。Oracle BI を使用しており、次のことを行う列を追加する必要があります。
=IF(A1="EG123456",B1,"")
私はここまで持っています。
CASE WHEN "table1"."clientnumber" = 'EG123456' THEN "table1"."BookingID" ELSE '' END
数式を受け入れますが、結果を表示すると、「表示エラーの表示」と表示されます