Subject Re: [Firebird-general] SQL2003
Author Helen Borrie
At 11:51 AM 10/05/2004 +0200, Blas Rodriguez Somoza wrote:

> >A more practical compare list could be done with sql 1999
> >example:
> >"Firebird has full SQL 92 Entry Level 1 Support and implements most of
> >the SQL-99 standard, plus some very useful additions."
>
>To implement SQL92 Entry level the database must support schemas (create
>schema etc) and FB doesn't.

Sure it does.
Try this:

CREATE SCHEMA 'LOCALHOST:/opt/Firebird/examples/MySchema.fdb';

Helen