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.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2004-05-07 : 11:23:07
|
| Chad writes "I am trying to write a query that returns the results from a table that has 'function' as one of the column names. How do I write a select that will return just the column 'function'? Everytime I try it looks like 'function' is a sql server reserved word!" |
|
|
Page47
Master Smack Fu Yak Hacker
2878 Posts |
Posted - 2004-05-07 : 11:36:48
|
| select [function] from tableJay White{0} |
 |
|
|
|
|
|