Search results

  1. D

    Incrementing value in column

    Hello, I want to increment the value stored in a column everytime someone clicks on buttons (one row per button). I can think of one way of doing this: retrieve the value from database (eg: 43), add 1 and return the value to the database (ie, 44). However, I was wondering if there was an...
Top Bottom