Random Selection

  • Just like select top 100 *, returns the top 100 records from the database,

    Is there a select statment which can give me 100 randomly selected records.

    something like

  • SELECT * FROM MyTable ORDER BY NEWID()

    --Ramesh


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

You must be logged in to reply to this topic. Login to reply