Hi all, Is there any way to format a "select top 100 a,b,c from table" like following first one? It's formatted like second one! SELECT TOP 100 A, B, C FROM TABLE SELECT TOP 1 A, B, C FROM TABLE