Filtering by foreign key & .or
Hey all,
We are trying to effect a query by checking for a
and
With no real luck. Is there a way to do the query we are attempting?
We are trying to effect a query by checking for a
ilike match in either column (home_team or away_team) both serving as a Foreign Key to the same table. We are trying like this:and
With no real luck. Is there a way to do the query we are attempting?