Help improve AWS Support Official channel in re:Post and share your experience - complete a quick three-question survey to earn a re:Post badge!
All Content tagged with Amazon Athena
Start querying data instantly. Get results in seconds. Pay only for the queries you run.
内容语言: 中文 (简体)
选择要筛选的标签
排序方式 最新
188 条结果
# GENERIC_INTERNAL_ERROR: minWritableBytes is negative:
```
SELECT p_date, count(1)
FROM (select distinct * from 'db'.'tbl' where p_date > '2025-04-26')
group by p_date
order by p_date
```
第一次见这种报错,a...