Jump to content

Is there an ADD?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
toxifyshadow

toxifyshadow

    Programmer

  • Members
  • PipPipPipPip
  • 125 posts
Is there a word I can use to add to an INT in a cell?
like # ADD cellname etc...
Posted Image

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
It depends on the type of database. UPDATE table SET field = field+1; is pretty common, though.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog