ISSUE: Mysql converting Enum to Int

前端 未结 6 835
醉话见心
醉话见心 2021-01-11 18:25

I have a very simple rating system in my database where each rating is stored as an enum(\'1\',\'-1\'). To calculate the total I tried using this statement:



        
6条回答
提交回复
热议问题