Reputation: 69
I'm looking to create an SQL query which will decrease a value in a column by 1 every time it is ran.
Simple Table with 3 columns -
Name - Number - Created
Dan 20 20/03/2019
I want to decrease the Number by one every time I run the query.
Upvotes: 0
Views: 757