MySQL Trigger needed to Update 0 to 1 based on query results returned

后端 未结 0 840
小鲜肉
小鲜肉 2020-12-06 11:04

I am new to SQL and have to create a trigger to update a value from 0 to 1 for all the IDs returned in this query.. Any suggestions?

SELECT c.CustomerID, SUM(         


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