Subject | Re: [Firebird-Java] Database Introspection with Jaybird |
---|---|
Author | Fidel Viegas |
Post date | 2008-02-07T13:51:58Z |
On Feb 7, 2008 2:18 PM, Roman Rokytskyy <rrokytskyy@...> wrote:
Firebird uses this syntax? I am using Firebird 2.0.3, and that gives
me a syntax error.
But if I do
CREATE TABLE mytable (id INTEGER);
That works.
> Check theI didn't notice you had the AS keyword there. Which version of
>
> CREATE TABLE mytable( id AS INTEGER);
>
> and then using the "mytable" string get the columns for the table. But
> this is quite legitimate test case.
Firebird uses this syntax? I am using Firebird 2.0.3, and that gives
me a syntax error.
But if I do
CREATE TABLE mytable (id INTEGER);
That works.