Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6741069
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T11:40:53+00:00 2026-05-26T11:40:53+00:00

I have a table that has a column ‘Value’ that is a varchar. One

  • 0

I have a table that has a column ‘Value’ that is a varchar. One row puts a ’10’ in this column. This “number” will need to be added and substracted to, but I can do so directly b/c its a varchar.
So, the following gives an error:

update Fields  
set Value = Value - 1
from Fields f, FTypes ft
where ft.Name = 'Field Count'
    and ft.ID = f.ID_FT
    and f.ID_Project = 186              

GO

How do I cast/convert the value to an int, perform the math, then set as a varchar again?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T11:40:53+00:00Added an answer on May 26, 2026 at 11:40 am

    Martin Smith’s point is an excellent one –> If it is only numeric data going in there and you are always going to be doing operations like this, it will save you time and hassle not having to do this conversion work.

    That being said you can do –

    update Fields  
    set ColumnName = cast( (cast(ColumnName as int) - 1) as varchar(nn))
    from Fields f, FTypes ft
    where ft.Name = 'Field Count'
        and ft.ID = f.ID_FT
        and f.ID_Project = 186   
    

    where nn is the original definition of your varchar column

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a table that has a column called 'status'. This can be set
if you have table BankAccount that has a column Amount and the value for
I have a table that has a forced auto increment column and this column
Suppose we have a table Users that has only one column UserId which is
I have one table in my Database that has column names: buildNumber , result
I have a table that has one column named Siniflar in my database. I
I have a table that has one column. How do I write a T-SQL
I have an ItemComments table that has one column with a foreign key constraint
I have a mySQL table that has a column like this: ID ----- 0352
I have a table that has a column that has the cost of a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.