Subject | RE: [firebird-php] SPs Docs |
---|---|
Author | Nigel Weeks |
Post date | 2004-11-17T02:44:40Z |
woops, no comma on the end of primary key declaration...
> str_phone VARCHAR(10),
> PRIMARY KEY(int_id), <----- bad!!
> );
> CREATE GENERATOR GEN_TBL_CONTACT_ID;