Best way to get one row back per ID? Select Distinct is not working.

dshao
New Contributor II

Here is the current output for my select statement. I would like it to return one row for this jobsubmissionid, where it selects only the non-zero value from each of the rows. I tried using

SELECT DISTINCT jobsubmissionid

but it still returned 5 rows.

image