Please HELP (Urgent) Sql Server 2000 query

  • Hi guys!!!

    i need your help with a query. This is the problem:

    I got a view where the results are:

    Example

    id plants

    1 plant1

    1 plant2

    2 plant1

    2 plant3

    and this its ok, the problem its that the result its showing two id = 1, because it got a LEFT JOIN, but i want that my view return this:

    Example

    id plants

    1 plant1 plant2

    2 plant1 plant3

    its this posible???

    can anyone help me???

    Thanks

  • Can you include your code and some sample data? I am not sure what you are trying to do.

    Toni

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

You must be logged in to reply to this topic. Login to reply