Click here to Skip to main content
16,021,464 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
hi.
i have a field in table of database that type is int.
in my program , i want reduce one number from that field by click button.
for example , data of that field is 6. when i click button,it will be 5.
thanks.
Posted
Comments
Sergey Alexandrovich Kryukov 4-Jun-14 22:49pm    
What's wrong with just reading SQL documentation?
—SA
Dave Kreskowiak 4-Jun-14 22:51pm    
You're going to have to provide a bit more detail about your setup and exactly what you're talking about.

1 solution

Please see my comment to the question. See, for example: http://docs.oracle.com/html/A95915_01/sqopr.htm#i1004676[^].

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900