Replies: 1 comment
-
Our issue tracker is no support forum. Please use the discussion part of the repository to ask questions. (I've moved this question for now) Other than that you may want to include the following relevant information as otherwise it's not possible to help you here:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Setup
Versions
Feature Flags
Problem Description
'Problem : DatabaseError(__Unknown, "column reference \"created_at\" is ambiguous")'
'Problem : DatabaseError(__Unknown, "column reference \"id\" is ambiguous")'
What are you trying to accomplish?
I am trying to do inner_join and pagination to my table, join working fine, but when I am trying to use pagination, the query gives me above mention error.
What is the expected output?
I am trying to use the inner join and pagination
What is the actual output?
I would like to use an
alias
to the above query below is rawsql_query
Are you seeing any additional errors?
Steps to reproduce
Checklist
closed if this is not the case)
Beta Was this translation helpful? Give feedback.
All reactions