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 |
|
freephoneid
Yak Posting Veteran
52 Posts |
Posted - 2010-05-07 : 15:09:26
|
| Hi, I've a table in which I've a column called "order". When I'm trying to fire select query by selecting order column through JDBC, I'm getting error. Does any one know what could be the problem?Thanks! |
|
|
pk_bohra
Master Smack Fu Yak Hacker
1182 Posts |
Posted - 2010-05-07 : 15:17:15
|
| Order is the keyword in SQL..Try using order in square brackets.. ex : [order]I am here to learn from Masters and help new bees in learning. |
 |
|
|
|
|
|