diff --git a/README.md b/README.md index 8dc4a3b..cbe6402 100644 --- a/README.md +++ b/README.md @@ -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.