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

  • SEARCH
  • Home
  • 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 7921569
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T16:37:45+00:00 2026-06-03T16:37:45+00:00

All, I have a populated table with the column ‘ SSN ‘ as data

  • 0

All,

I have a populated table with the column ‘SSN‘ as data type INT. Is it is possible to convert the column ‘SSN‘, and the data within the column, to VARCHAR(#)’s.

ALTER TABLE Table1
 MODIFY SSN varchar(9);

Will that work?

Thank you!

Any help is appreciated!

  • 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-06-03T16:37:46+00:00Added an answer on June 3, 2026 at 4:37 pm
    alter table Table1
      alter column SSN varchar(9);
    

    You can do a quick test to verify this will preserve the data.

    create table #data(
      ssl int
    )
    
    insert into #data values(1)
    insert into #data values(2)
    insert into #data values(3)
    insert into #data values(4)
    
    select * from #data
    
    alter table #data
      alter column ssl varchar(9)
    
    select * from #data
    

    And it never hurts to have backups before doing things like this. Even a quick insert into another table works if it’s not a huge amount of data.

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

Sidebar

Related Questions

I have a table with a varchar column that is entirely populated by numbers.
I have a data table that is initially empty and is populated after a
Suppose I have a MySQL table of one column: Message. It is of type
I have a data table populated from a MySQL database via PHP. The first
So I have a class that creates a table to be populated with data.
I have a CheckBoxList that is showing all A table C column. SELECT DISTINCT
I have a database table as follows: This returns all column titles in the
I have some tables. These tables all have one column in common called 'classified_id':
I have 3 similar tables, that would all have the same enum type field.
I have a table that has a column which holds the id 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.