Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

characters in SQL

Status
Not open for further replies.

rhintintin

Technical User
Jan 31, 2001
12
GB
I have queries and tables with the characters ( ) and / in them, but when you write a SQL it gets all confused and starts to give error messages, can this be stopped or do i have to rename all my queries etc... this is really bugging me cos if you can have queries and table names with these characters in why does SQL get in such a stress

cheers
 
I would change the object names.

If I need to prefix or suffix a table name I use the underscore character.


Bill Paton
william.paton@ubsw.com
Check out my website !
 
Anytime you use " ", "/", "("... you should enclose the table or field name in "[" and "]" ie. [My Table(1)].Field

Rob Marriott
rob@career-connections.net
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top