Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Can't make this insert
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
![]() |
![]() |