select multiple data of entries from database having same name

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • samsmile62000
    New Member
    • Jan 2012
    • 5

    select multiple data of entries from database having same name

    For eg. if i want to select all the informations from database.
    for eg if i have coloumns like Date,Name,salar y.. and neither of them has a primary key. if the date repeat and can have various entries of name and salary.. can i get all those entries having same date entry
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    No idea what you're actually trying to accomplish.

    Comment

    • samsmile62000
      New Member
      • Jan 2012
      • 5

      #3
      will make it clear...
      suppose i have a table having coloumns Name,Address,DO B,Email.
      now i have three entries having same name HARRY with different address, DOB and email.
      I want to have all the details Of 3 different Harry's and display it in a Table form..how do i do it

      Comment

      Working...