In the past 2-3 months, I have been working mostly working on T-SQL. Recently I was working on Common Table Expressions (CTE) and as part of that I was writing a recursive CTE and got a weird error as below: Types don’t match between the anchor and the recursive part in the column “ColumnName” of [...]
