ambiguous column name #3927
-
Hi all I have an SQLite database I'm looking at which I have not created. The tables I am interested in are 'kFtsUserTable', 'CallMemberTable' and 'kCallLogTable'. I have written a query as follows:
I am getting the error "Result: ambiguous column name: CallMemberTable.callId" What does this mean? There's only one callId column in the CallMemberTable table - why is it ambiguous? |
Beta Was this translation helpful? Give feedback.
Answered by
chrisjlocke
Apr 24, 2025
Replies: 1 comment 11 replies
-
Not sure what ambiguous means here still but I know my issue is because I was comparing text with an int |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ambiguous means 'I've two fields called that .. which one do you want'