Database View Syntax for where clause
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2014 12:31 PM
I want to filter a database view so that the output is only certain values in the view. For example, on the task table, I want task to be of certain task type or certain states (tsk_sys_class_name = 'sc_request' AND tsk_state = '1')
but nothing I do seems to work.
Labels:
- Labels:
-
Service Mapping
10 REPLIES 10
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2020 07:35 AM
For me increasing the order did not change anything. I was missing "Left join". Strange error for not making it a left join.