【发布时间】:2020-07-08 13:13:59
【问题描述】:
我们如何在 Oracle 中编写 IIF 条件。
IIF(ItemType = '-1' , (Select CAST(CAST(ConfigXml as XML).query('data(/configurations/config/itemtypeid)') as nvarchar (64)) from EmailCaptureConfig where OwnerID = 142 and ConfigID = 1), ActionObjecttype) as ActionObject
我需要将上述 IIF 转换为 ORACLE,但我无法这样做。我们将如何进行。
【问题讨论】: