Welcome Guest, Not a member yet? Register   Sign In
sql value update problem
#1

[eluser]Unknown[/eluser]
First of all sorry for my bad english.

I have a problem increasing value in sql table.

Table column type:

int(3)

Code is:

Code:
$this->db->query("UPDATE table SET field=field+1 WHERE x=1 LIMIT 1");

It is increasing 3 times. Example: value = 1, run the code, result = 4.

What is the problem, please help me.


Messages In This Thread
sql value update problem - by El Forum - 05-26-2010, 08:35 AM
sql value update problem - by El Forum - 05-26-2010, 09:26 AM
sql value update problem - by El Forum - 11-15-2010, 10:31 AM
sql value update problem - by El Forum - 11-15-2010, 10:51 AM
sql value update problem - by El Forum - 11-15-2010, 11:05 AM
sql value update problem - by El Forum - 11-15-2010, 11:11 AM



Theme © iAndrew 2016 - Forum software by © MyBB