Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Can't make this insert

Re: Can't make this insert

From: Dante A. Notari-Locher <dnotari_at_cso.at>
Date: 1997/08/18
Message-ID: <33F8A605.7BDAF2A3@cso.at>#1/1

Hi Jordi !

    it would help if could describe the table 'contratos', use non-positional syntax

        INSERT INTO table (column1, column2, ....) VALUES (value1, value2, ....);

    Check if 'precio' is a valid number (does not contain Spaces), take care of

    decimal points ( it can be depending on your installation a comma or a dot),

    Try to find out, which column has problems (eliminate all NULLables,

        use real values instead of variables).

            Dante A. Notari-Locher Received on Mon Aug 18 1997 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US