![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
* *Dear Experts, I have a Sybase table with a blank space inside its name. How can I access data from such a table? * Regards, * * Serguei. |
#3
| |||
| |||
|
|
On Mar 25, 8:57*pm, Serguei.Goumeni... (AT) cibc (DOT) ca wrote: * *Dear Experts, I have a Sybase table with a blank space inside its name. How can I access data from such a table? * Regards, * * Serguei. looks like the table was created after setting quoted_identifier on. You can access *table using *set quoted_identifier on *go *select * from "table x" go -HTH Manish Negandhi [TeamSybase] |
#4
| |||
| |||
|
|
On Mar 25, 6:27 pm, Manish Negandhi <negandhi.man... (AT) gmail (DOT) com> wrote: On Mar 25, 8:57 pm, Serguei.Goumeni... (AT) cibc (DOT) ca wrote: Dear Experts, I have a Sybase table with a blank space inside its name. How can I access data from such a table? Regards, Serguei. looks like the table was created after setting quoted_identifier on. You can access table using set quoted_identifier on go select * from "table x" go -HTH Manish Negandhi [TeamSybase] OR use square brackets select * from [table x] |
#5
| |||
| |||
|
|
On Mar 25, 6:27 pm, Manish Negandhi <negandhi.man... (AT) gmail (DOT) com> wrote: On Mar 25, 8:57 pm, Serguei.Goumeni... (AT) cibc (DOT) ca wrote: Dear Experts, I have a Sybase table with a blank space inside its name. How can I access data from such a table? Regards, Serguei. looks like the table was created after setting quoted_identifier on. You can access table using set quoted_identifier on go select * from "table x" go -HTH Manish Negandhi [TeamSybase] OR use square brackets select * from [table x] |
#6
| |||
| |||
|
|
On Mar 25, 8:57*pm, Serguei.Goumeni... (AT) cibc (DOT) ca wrote: * *Dear Experts, I have a Sybase table with a blank space inside its name. How can I access data from such a table? * Regards, * * Serguei. looks like the table was created after setting quoted_identifier on. You can access *table using *set quoted_identifier on *go *select * from "table x" go -HTH Manish Negandhi [TeamSybase] |
#7
| |||
| |||
|
|
On Mar 25, 12:27*pm, Manish Negandhi <negandhi.man... (AT) gmail (DOT) com wrote: On Mar 25, 8:57*pm, Serguei.Goumeni... (AT) cibc (DOT) ca wrote: * *Dear Experts, I have a Sybase table with a blank space inside its name. How can I access data from such a table? * Regards, * * Serguei. looks like the table was created after setting quoted_identifier on. You can access *table using *set quoted_identifier on *go *select * from "table x" go -HTH Manish Negandhi [TeamSybase] * *Hi, Both solutions (set quoted_identifier on AND use of square brackets) work with Sybase 12.5, but for Sybase 12.0 they do not work. 1. Have you any idea why it does not work with 12.0? 2. Is there any solution I can use at 12.0? * Regards, * * Serguei.- Hide quoted text - - Show quoted text - |
![]() |
| Thread Tools | |
| Display Modes | |
| |