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 498363
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T05:52:18+00:00 2026-05-13T05:52:18+00:00

How would I add a column to a Select and have that column be

  • 0

How would I add a column to a Select and have that column be of a specific type.

For example
Select Company, City, Dues, 0 As NewColumn1, 123.12 As NewColumn2
But I want NewColumn1 to be of type bit, and NewColumn2 to be of type Real

Oh, I’m using SQL Server 2005.

  • 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-13T05:52:19+00:00Added an answer on May 13, 2026 at 5:52 am

    You can use CAST

    Select  Company,    
            City, 
            Dues, 
            CAST(0 AS BIT) As NewColumn1, 
            CAST(123.12 AS REAL As NewColumn2 
    FROM    @Table
    

    Have a look at CAST and CONVERT (Transact-SQL) .

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

Sidebar

Related Questions

I have a system that allows a person to select a form type that
I am writing a SQL query that I would like to add a column
I'd like to write a gmail extension that would add a button on the
I am wondering if anyone knows a java script library that would add a
Alright, What Im looking for is a script that would automatically add a date
I would like to add the following MIME type to a site run by
I have a table that I wish to select a subset of columns from
Basically i would like to add a new column in a table entitled product
I have 2 select statements and would like to combine them so they're displayed
I have a 5 million row table that gets hit with a specific query

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.