On Sat, 6 May 2006, kernel.alert kernel.alert wrote:
> I create the follow tables...
>
>
>
> CREATE TABLE empresa (
> id_empresa integer NOT NULL primary key,
> nombre varchar(45),
> );
> CREATE TABLE casino (
> i
Sorry i had a mistake in the post it was with the definition of the primary key in the empresa table...I'm having the same error when i build the last table...thanks for your answers...
Hi list...Please i have a problem with this...
I create the follow tables...
On Sat, May 06, 2006 at 12:27:41 -0500,
"kernel.alert kernel.alert" <[EMAIL PROTECTED]> wrote:
> Hi list...
>
> Please i have a problem with this...
>
> I create the follow tables...
>
>
>
> CREATE TABLE empresa (
> id_empresa
On Saturday 06 May 2006 01:27 pm, "kernel.alert kernel.alert"
<[EMAIL PROTECTED]> thus communicated:
--> Hi list...
-->
--> Please i have a problem with this...
-->
--> I create the follow tables...
-->
-->
-->
--> CREATE TABLE empresa (
-->
Hi list...Please i have a problem with this...I create the follow tables...CREATE TABLE empresa ( id_empresa integer NOT NULL primary key,
nombre varchar(45),);CREATE TABLE casino ( id_casino integer NOT NULL