Cast datatype on filter #2790
Answered
by
steve-chavez
emileindik
asked this question in
Q&A
-
Is it possible to cast a column only when using it to filter?
Here "startTimestamp" is a timestamptz but I'd like to cast it as "date" so I can filter for those timestamps having certain dates. I considered creating a new view to handle all this but I'm afraid I'd lose my ability to do resource embedding with |
Beta Was this translation helpful? Give feedback.
Answered by
steve-chavez
May 19, 2023
Replies: 1 comment
-
Not possible because it would invalidate indexes. See this previous discussion #1952 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
emileindik
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not possible because it would invalidate indexes. See this previous discussion #1952