Comment on Good CTE, Bad CTEComments−intrasight5moI just wish that SQL Server had a materialize keyword like Postgres.I'll write some nice clean CTEs and then have to refactor it to temp tables due to the lack of materialization.
Comments
I just wish that SQL Server had a materialize keyword like Postgres.
I'll write some nice clean CTEs and then have to refactor it to temp tables due to the lack of materialization.