English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Somone created a column in our SQL table that has a parenthesis in its name. (e.g. "column3(d)"). When i try to execute "Select columtn3(d) From Table1" i get an error. How can i escape or otherwise get results for this colum via the select statement?

any help would be much appreiated!!

2006-06-11 06:35:45 · 1 answers · asked by memeswarm 1 in Computers & Internet Programming & Design

1 answers

I would never use a column name with a parenthesis in it, so I think you should change that first.

Just call the column name instead....like select 1 from table etc...if its in column 1.

2006-06-11 06:38:56 · answer #1 · answered by Sean I.T ? 7 · 0 0

fedest.com, questions and answers