Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Using top to display records

    Thanks Vladan,

    Even I actaully realiazed it at the end of the day. It was actaully a quick solution and I just bunked off from my  work to answer it. Sheer...

  • RE: Using top to display records

    Hi,

    You can also do it like this:

    Select top 2 * from (select top 2 * from 

    order by date desc) TempTest

    order by date

    Remember, it has performance issues ...

Viewing 2 posts - 1 through 2 (of 2 total)