New user sign up using AWS Builder ID
New user sign up using AWS Builder ID is currently unavailable on re:Post. To sign up, please use the AWS Management Console instead.
我想使用 Amazon Athena 查詢結果來執行第二個查詢作業。
請使用下列其中一種方法,在另一個查詢作業中使用 Athena 查詢的結果:
WITH temp AS (SELECT * FROM tbl1 WHERE col1 = 1) SELECT * FROM tbl2, temp;
如何存取和下載 Amazon Athena 查詢結果?