add one to string in sql query

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • jcharth@hotmail.com

    #1

    add one to string in sql query

    Hello How can i add 1 to a string in a query, is there somethig like
    char to int in sql?
    thanks.

  • Steve

    #2
    Re: add one to string in sql query

    CInt(str) + 1

    Comment

    • jcharth@hotmail.com

      #3
      Re: add one to string in sql query

      Thanks Steve

      Comment

      Working...