Database view with string match
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2023 12:46 PM
Hi All,
I am trying to create a dbview where my requirement is to do a string match in where clause of a table.
Like
metric_type = 'abcd'
Any suggestions on how this can be achieved?
Thanks in advance.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2023 12:58 PM
You can add this to a Where clause, along with the field that joins the tables, so for tables a and b it would look something like this:
a_sys_id=b_task&&b_metric_type='abcd'