sqlalchemy-teradata icon indicating copy to clipboard operation
sqlalchemy-teradata copied to clipboard

Common Table Expression Not Functioning Properly

Open kevinjfoley opened this issue 7 years ago • 0 comments

It doesn't seem CTE's are functioning properly. Teradata requires CTE's to be in reverse order compared to most other databases, however this doesn't seem to be accounted for when using CTE's in sqlalchemy-teradata causing queries that use them to error out.

kevinjfoley avatar Feb 09 '18 15:02 kevinjfoley