is there a way i can convert decimal to integer in the mysql query?

前端 未结 0 1526
隐瞒了意图╮
隐瞒了意图╮ 2021-01-18 11:36

I was trying

SELECT CONVERT(INT,sum(JSON_LENGTH(data))) as count
 from check_attachment where create_date =CURRENT_TIMESTAMP

and



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