Subject Re: [firebird-support] Case sensitive
Author Lucas Franzen
Euler Jr. schrieb:
> Hi,
> Firebird is case sensitive ?

That's depending on the dialect and the way you create your metadata.

If you use dilaect 3 it is case sensitive if you do:
CREATE TABLE "MyTable"...

it is NOT if you do:
CREATE TABLE MyTable.

SQL keywords are never case sensitive.

Luc.