1 Answer
- Newest
- Most votes
- Most comments
0
Hello, Nested queries are supported now. Please refer to this launch announcement. https://aws.amazon.com/about-aws/whats-new/2023/05/aws-cloudtrail-lake-query-presto-sql-select-functions/
Below is sample nested query for your reference. Hope this helps and please reach out if you have any questions.
select * from <EDS DETAILS> where eventName in (select distinct (eventName) from <EDS DETAILS>where eventName='CopyObject') and
(eventTime > date_add('day',-1, now()))
Relevant content
- asked 3 years ago