如何在Rails控制器中从一个值中减去1在Postgresql中很容易
Update junkcars
Set junkcartotal = junkcartotal -1
Where id = 5161
字符串
在一个Rails控制器中,
Junkcars.update(junkcartotal: junkcartotal -1).where(id: 5161)
型
我什么都没得到,只有错误。
如何在Rails控制器中从一个值中减去1在Postgresql中很容易
Update junkcars
Set junkcartotal = junkcartotal -1
Where id = 5161
字符串
在一个Rails控制器中,
Junkcars.update(junkcartotal: junkcartotal -1).where(id: 5161)
型
我什么都没得到,只有错误。
2条答案
按热度按时间beq87vna1#
在Rails中也很简单:
字符串
kokeuurv2#
字符串