Ask a Question related to MySQL, Design and Development.
-
kev #1
Keeping count
Hi,
I am trying to keep count of an item.
Table: id | item | count
I want to increment count by 1 when item is accessed using one SQL
statement. Is this possible?
Thank you in advance for your help.
Kev
kev Guest
-
FCS keeping old application name
Hi We developped chat/video applications with FMS and we tried to upgrade our application. We just simply change the name for myApp2(old name was... -
Keeping an action going....
Okidoki; you're welcome. John -- ---------------------------------------------------------------------------- ----------- RESOURCES... -
Keeping them Seperated...
Hi. I've got ten draggable sprites that all snap to a grid behavior, and I need them to stay seperate as the user positions them. I am currently... -
Keeping appearances____How?
I've created a scroll pane with a series of buttons inside a movie clip which is scrolled. The problem is that after somebody has clicked on one of... -
Keeping the number.
How do you keep a number 2.1654 and not make it change back to a whole number? MS Access 97 and 2000 -
Gordon Burditt #2
Re: Keeping count
>I am trying to keep count of an item.
UPDATE tablefoo set count = count + 1 where id = 666;>
>Table: id | item | count
>
>I want to increment count by 1 when item is accessed using one SQL
>statement. Is this possible?
Gordon L. Burditt
Gordon Burditt Guest



Reply With Quote

