How to add or condition in database view or clause
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2024 05:38 AM
Hi All, How can we add or condition in where clause so that we can add two tables.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2024 06:10 AM
The view works with one table as shown, but after adding an OR condition, it stops working. If I replace the table condition with active = true, I cannot view the records; I can only see the count of records.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2024 11:40 AM
What does the View Tables and where clauses look like after adding the OR condition? What other table are you trying to include? What is the end goal of what you want to achieve?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2024 08:46 AM
|| is working