Variable 'MSG' can't be set to the value of 'NULL' on SUM() function

前端 未结 0 941
轻奢々
轻奢々 2021-02-05 06:43

I have this simple procedure for my trigger function.

BEGIN


SET @a := (SELECT SUM(transaksi_alat_pinjam_detail.jumlah_kembali) FROM transaksi_alat_pinjam_detail         


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