Update README.md

This commit is contained in:
Yugo Nagata 2023-01-30 19:04:54 +09:00 committed by GitHub
parent f0e5467281
commit 0587e78651
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -228,7 +228,7 @@ Subqueries containing an aggregate function or `DISTINCT` are not supported.
Simple CTEs (`WITH` queries) are supported.
#### Restrictions on Subqueries
#### Restrictions on CTEs
`WITH` queries containing an aggregate function or `DISTINCT` are not supported.