Subject | Re: [ib-support] uppercase and double quotes |
---|---|
Author | Nando Dessena |
Post date | 2001-04-11T10:46:47Z |
Helen,
them in the definition. In this case, if I try
select * from Empleado
then ISQL complains that EMPLEADO is not a valid table name...
whereas
select * from "Empleado"
works well.
As designed, if I remember well.
Ciao
--
____
_/\/ando
> create table "Empleado" ( /* forces exact case, but double quotes are not needed when referring to it */it seems to me that the double quotes are always needed once you use
them in the definition. In this case, if I try
select * from Empleado
then ISQL complains that EMPLEADO is not a valid table name...
whereas
select * from "Empleado"
works well.
As designed, if I remember well.
Ciao
--
____
_/\/ando