like operator

Hi guys does anyone knows how i can create a condition on my model to restrict a specific text
i will like to have something like:

 join: cs {
    relationship: one_to_one
    sql_on: ${cs_db_.id} = ${cs_.id}
 when ${cs_db_clarabridge_inbox_mentions.Message Content} not like  {% '%I have been 7%' %} 
    ;;
  }

0 1 259
1 REPLY 1
Top Labels in this Space
Top Solution Authors