Relative Content

Tag Archive for sql-servert-sql

Assign Null to a column in a CTE

I want to assign a NULL to a column based on whether another column is NULL. Both of these columns are from the result of the previous CTE, and it seems I can’t get it to work.