Skip to content
Advertisement

What am I doing wrong in this where statement?

I’m using the following logic in my where statement.

If I do just the statement below then it returns results

However if I expand on the where logic to the following statement it returns no results. Why? Shouldn’t it return the same thing as where statement above?

Basically what I want is the following. I need it to find records where the condition name is like colon and the study criteria field is like braf. But since there are other fields that can contain the braf term, I need it to search whether short title or study title or description contain the braf term as well. Is there a different way to code that up? This is done in pgadmin4 via postgreSQL

Advertisement

Answer

Following your explanation it should be

User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement