MySQL Forums
Forum List  »  Microsoft SQL Server

Re: queries dont work after adding a column
Posted by: Jeromy Dean
Date: May 16, 2005 08:54AM

You should enclose the field name in brackets: "select [Link Details] from table"

On the other hand, its bad practice to use spaces when naming fields. You should name this particular column something like Link_Details.

Hope that helps.

Options: ReplyQuote


Subject
Written By
Posted
Re: queries dont work after adding a column
May 16, 2005 08:54AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.