BHScripter
Technical User
Hi:
I'm trying to narrow down my search criteria for a set of completed learning activities by two possible words in a course name.
I tried to do the following in the where clause and it didn't work:
where a.activity in like('%Sales%', '%Service%')
I can't use an "or" as there are other conditions which are included in the where clause that must be met. Is there a way to use like in an "in" statement?
Thanks for any help
I'm trying to narrow down my search criteria for a set of completed learning activities by two possible words in a course name.
I tried to do the following in the where clause and it didn't work:
where a.activity in like('%Sales%', '%Service%')
I can't use an "or" as there are other conditions which are included in the where clause that must be met. Is there a way to use like in an "in" statement?
Thanks for any help