How to display rows that when added together equal zero

后端 未结 6 1699
一生所求
一生所求 2021-01-29 01:39

Been searching for a few weeks for a solution to this but have come up blank.

I have table of data similar to this:

client_ref  supplier_key  client_amou         


        
6条回答
  •  攒了一身酷
    2021-01-29 02:07

    Make a new query for the data you want and join it by inner join to the query that produces the sums to restrict it to the lines you want.

提交回复
热议问题