how to use Sql join left with 2 tables but table2 has many-to-one relation
I got 2 tables in my db and i want to join them together but because sometime i got more than one record in table 2 that connect to table1 i want to show them in a new column . i have app in .net C# that send the query and read from it.