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.
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.
Ambiguous means 'I've two fields called that .. which one do you want'