Re: [SQL] selecting problems

2003-10-31 Thread Tomasz Myrta
Dnia 2003-10-31 20:19, Użytkownik Shaun Watts napisał: What I am trying to do is select all the rows out of the categories table (see below) and select the sum of j_amount out of the judgment table. Right now it is only returning the categories that are in the judgment table. I want it to return

[SQL] selecting problems

2003-10-31 Thread Shaun Watts
What I am trying to do is select all the rows out of the categories table (see below) and select the sum of j_amount out of the judgment table. Right now it is only returning the categories that are in the judgment table. I want it to return those fields with the amounts out of the judgment tabl