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.