![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi all, I have tables with columns names containing dots and I'm trying to build up queries as in: select it.n.cuore.1.lemma from a027; But I get errors complaining about a syntax error. I have been told that for names containing special chars need to be wrapped by squared brackets as in: select [it.n.cuore.1.lemma] from a027 but I get the same error. Can someone help me? |
#3
| |||
| |||
|
|
halex2000 wrote: Hi all, I have tables with columns names containing dots and I'm trying to build up queries as in: select it.n.cuore.1.lemma from a027; But I get errors complaining about a syntax error. I have been told that for names containing special chars need to be wrapped by squared brackets as in: select [it.n.cuore.1.lemma] from a027 but I get the same error. Can someone help me? Use backticks. SELECT `it.n.cuore.1.lemma` FROM a027; -- Brian Wakem Email: http://homepage.ntlworld.com/b.wakem/myemail.png |
![]() |
| Thread Tools | |
| Display Modes | |
| |