Home Forums SQL Server 2012 SQL Server 2012 - T-SQL What is wrong with this syntax? Query will work, but CTE will not "compile" RE: What is wrong with this syntax? Query will work, but CTE will not "compile"

  • hisakimatama (4/8/2014)


    EDIT: Doh, forgot the closing parenthesis.

    The parenthesis where the problem, a CTE does not require the columnar declaration.

    😎