I am trying to insert the new records in table, I have two columns
user_records
------------------------
| Attribute | Datatype |
|------------------------|
| user_id | varchar(25)|
| count | int |
------------------------
Query :
INSERT into user_records Values("nix_1", 0)
but if the user already exists, then it should increase count by 1