Query for count the total number of orders and sent orders per customer (return 0 if none)

前端 未结 0 1382
夕颜
夕颜 2020-12-04 14:35

I have two tables Order with columns:

orderId(int), name(varchar), customerId(varchar), sent(bool), deleted(bool)

And Cust

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