MYSQL select Sales list all the names even if they are not sold

后端 未结 0 672
走了就别回头了
走了就别回头了 2020-12-11 23:04

I need to select the sale of items and the amount.

I\'ll use a script

select it.name
     , sum(sa.cash) 
  from items it 
  join sale sa 
    on it.id         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题