How to use 'CONTAINS' or 'LIKE' condition to join two tables in database view
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2019 04:46 AM
Hi All,
How can I add 'CONTAINS' or 'LIKE' condition to join two tables in database view?
Thanks,
KUMAR
Labels:
- Labels:
-
Scripting and Coding
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2019 04:59 AM
Hi,
As per ServiceNow documentation, the where clause supports only the below provided conditionaoperators.
The Where clause supports these JavaScript conditional operators:
=, !=, <, <=, >, >=, &&, ||
Mark the comment as a correct answer if it answers your question.