Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.
Moderator: General Moderators
-
Citizen
- Forum Contributor
- Posts: 300
- Joined: Wed Jul 20, 2005 10:23 am
Post
by Citizen »
Is it possible to do something like...
Code: Select all
UPDATE `tablex` SET `columnx` += 1
?