Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)

  • RE: SQL join

    I not following the logic here

    and I can't get that to parse in QA.

    Think I need another coffee.

  • RE: SQL join

    I have a ContributorSequenceNumber column on the BookContributor table which has either and int, or a null in it. I need to have the lowest Int Number as my...

  • RE: SQL join

    OK. Anyone know how I might go about getting BOTH authors names into a single text/varchar field and have unique book results?

  • RE: SQL join

    govinn, thanks!

    Looks like you given me the lead I needed. I had no idea you could join a subquery like that.

  • RE: SQL join

    Hi Guys

    Lets say our book table looks something like this:

    BookID (int PK) Title ISBN

    1 ...

  • RE: SQL join

    Yes there can be more than one author per book, and I would very much like to isolate only one.

    The Book table stores generic data about the book; Title,...

Viewing 6 posts - 1 through 6 (of 6 total)