Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. Database
  4. Randomly selecting a row from a database

Randomly selecting a row from a database

Scheduled Pinned Locked Moved Database
databasequestionlounge
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    stephen woolhead
    wrote on last edited by
    #1

    Does anyone have a good piece of SQL that will randomly select 1 row from a database? I was thinking of doing a sqequence something like this Count the number of rows Generate a random number (rn) between 1 and the result of the count Select Top (1) From (Select Top (rn) Order by ID DESC) Is there a better way? Thanks Stephen.

    A 1 Reply Last reply
    0
    • S stephen woolhead

      Does anyone have a good piece of SQL that will randomly select 1 row from a database? I was thinking of doing a sqequence something like this Count the number of rows Generate a random number (rn) between 1 and the result of the count Select Top (1) From (Select Top (rn) Order by ID DESC) Is there a better way? Thanks Stephen.

      A Offline
      A Offline
      AndyG
      wrote on last edited by
      #2

      Here are some articles about "Randomness" in SQL, however this article looks the closest to what you're trying to achieve. Andy Gaskell, MCSD MCDBA

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups