Results 1 to 3 of 3

Thread: Help Needed on query. stuck for a long time

  1. #1
    Join Date
    Oct 2007
    Posts
    2

    Help Needed on query. stuck for a long time

    Hi Everyone

    I have 2 tables

    1. Ships(name,country)
    2. Battles(ship,battlename)

    I would need to find out which country fought against each other in battles and the result should list pair of countries that fought against each other and each pair should be displayed only once.

    Any ideas on how to do this?

    Thanks

  2. #2
    Join Date
    Sep 2002
    Posts
    5,938
    Does ship column in battles table contain ship name?

  3. #3
    Join Date
    Oct 2007
    Posts
    2
    Yes the ship column in battles table has the ship name

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •