-
I have three tables that all contain a field called name. When I want to join them, I get an error returned from database, saying that the Here's the query
Here is the struct in question:
And here are the tables:
|
Beta Was this translation helpful? Give feedback.
Answered by
abonander
Jan 15, 2024
Replies: 1 comment 1 reply
-
It's likely this predicate that's causing the error: |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
maromcik
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's likely this predicate that's causing the error:
AND (name = $1 OR $1 IS NULL)