:)
I'm running queries on AWS Athena and want to check whether a certain datetime (Year-Month-Day Hour-Minute-Second) is within the current date's 00:00:00 - 23:59:59 time interval. I checked presto's documentation, but can not figure out how to pull that off in presto.
Does anyone have an idea on how this could be achieved?
Thank you!