Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 SELECT INTO

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-02-22 : 23:37:55
Richard writes "I am trying to do a SELECT INTO creating a temp table. One of the columns is to be empty (SELECT CustCity='' etc)
but 2000 tells me that it is an invalid column width of 0. On 7.0 it works just fine and creates the table with a column width of 0 type varchar.

How can I make this work in 2000?

THANK YOU!!!"
   

- Advertisement -