Home Forums SQLServerCentral.com Suggestions Please fix the "Pretty Print" class in the forums and the article "Contribution Center" RE: Please fix the "Pretty Print" class in the forums and the article "Contribution Center"

  • [font="Courier New"]

    WITH

    cteSomeCTE AS

    (--==== This is Jeff's 1st test comment

    SELECT yadayada

       FROM sometable

    )--==== This Jeff's 2nd test comment

    SELECT *

       FROM cteSomeCTE[/font]

    Well the poor old prettifier works with Jeff's code anyway!

    Best wishes,
    Phil Factor