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 a year 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 months ago
Relevant content
- asked 2 years ago
- AWS OFFICIALUpdated 5 months ago
- AWS OFFICIALUpdated 2 months ago
- AWS OFFICIALUpdated 8 months ago
- AWS OFFICIALUpdated 9 months ago