distinct join

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • anakadote
    New Member
    • Apr 2006
    • 1

    distinct join

    hi. ok, so here's my problem: i have two tables, say users and items. each user has multiple items. i just want to select one of the items along with the information in the users table, for each user that has at least one thing in the items table. i would also like the item randomly selected if at all possible.

    thanks much!
  • CaptainD
    New Member
    • Mar 2006
    • 135

    #2
    Look into using Rand()

    That should point you in the right direction.

    Comment

    Working...