Skip to content

Question on querying by comparing column values #3709

Answered by laurenceisla
noobmaster19 asked this question in Q&A
Discussion options

You must be logged in to vote

My question is to check if there's a way to achieve what i want purely using the querying syntax and not via views.

This is not possible right now and it's also not planned for implementation. The solutions are using views as you mentioned, or creating a computed column that returns the boolean value of created_at=eq.updated_at and then using that column as filter.

Here's the related info: #1105

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by wolfgangwalther
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #3708 on August 29, 2024 18:30.