Home Forums SQL Server 2008 T-SQL (SS2K8) Need help with building a view RE: Need help with building a view<!-- 864 -->

  • One tiny correction in the code (in case anyone else uses it) - should be:

    SELECT N FROM (VALUES(1),(2),(3),(4),(5),(6),(7),(8),(9),(10),(11),(12))e(N)

    There was an extra comma after (12).