awsdocs / amazon-redshift-developer-guide

This is the documentation for the Amazon Redshift Developer Guide
Other
121 stars 143 forks source link

Remove recursive ctes as unsupported feature #51

Closed dfundakowski-c2fo closed 2 years ago

dfundakowski-c2fo commented 3 years ago

Per the WITH documentation, recursive cte's are supported: https://docs.aws.amazon.com/redshift/latest/dg/r_WITH_clause.html

Issue #, if available:

Description of changes: Remove Recursive common table expressions as unsupported now that WITH supports it.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.