2 Answers
- Newest
- Most votes
- Most comments
0
Thank you Jason for reporting it. The team is aware of the issue and are working on the fix.
answered 3 years ago
0
Correlated Subqueries don't support LIMIT
SELECT * FROM (VALUES 1, 2, 3) table1(a) LEFT JOIN LATERAL (SELECT b FROM (VALUES 2,4) table2(b) WHERE b > a limit 1) ON TRUE
answered 2 years ago
Relevant content
asked 4 years ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 9 months ago
