Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Problem with grouping

    I think there are two possible solutions.

    1.

    WITH Data (DataType, Name, Salary, K_DATE)

    AS (

    SELECT 'Lider', LiderID, LiderSalary, K_DATE FROM #tmpPoorlyDesignedTable

    ...

Viewing post 1 (of 1 total)