以下是我目前的 where 条件
WHERE Log.Event_Type IN ('ABC_CHANGE', 'MAN_ABC_CHANGE')
Event_Type
字段中有超过 20 种不同的数据。
我只关心ABC_CHANGE
和MAN_ABC_CHANGE
。
但我想修改我的 where 条件。
如果event_type = MAN_ABC_CHANGE
那时Log.Comments like 'Clause:%'
和如果event_type = ABC_CHANGE
那时Log.Comments is null