I have a table, that stores words, there are tree columns id,word and count, word is unique key.
I just want to add +1 to count if word is already insterted. I couldnt find any sql statements,(i might not know what to search on google)
I want to add +1 to count column when i am inserting new data to word. I am not sure about it requires an unique column for this operation.
Can you help me guys? Regards!