Tag: select

  • Randomly select a MySQL record

    This is a reminder to myself as I have this problem every now and then. I thought I share this with you. Ok the problem is to random(ish)ly select a record from a MySQL database in an efficient way without any scripting or programming. There are several more or less simple ways described everywhere on…