Subject | Re: Field names upper case - true of firebird 2.0 also? |
---|---|
Author | Adam |
Post date | 2005-05-09T04:19:21Z |
--- In firebird-support@yahoogroups.com, "MichaelS"
<pitterpattern@y...> wrote:
Try it in iSQL.
CREATE TABLE TABLEA
(
FIELD1 INTEGER
);
COMMIT;
select count(field1)
from tablea;
should work.
<pitterpattern@y...> wrote:
> I'm quite unused to firebird's apparent use of uppercase letters forIt is already optional.
> field names etc. Is this an acutal requirement, or is it optional?
Try it in iSQL.
CREATE TABLE TABLEA
(
FIELD1 INTEGER
);
COMMIT;
select count(field1)
from tablea;
should work.