Ini maksudnya bilangan pecahan ya? Cmiiw, tp sepertinya pake titik. insert into test values (20,20.1);
Semoga membantu... -----Original Message----- From: "stikom" <[email protected]> Date: Mon, 27 Jul 2009 10:18:47 To: <[email protected]> Subject: [indo-oracle] insert comma bagaimana cara menginsert komma dalam sql ex saya punya table sbb SQL> desc test ; Name Null? Type ----------------------------------------- -------- ---------------------------- SATU NUMBER DUA NUMBER(3,3) kalo saya mau input lewat sql bagaimana caranya begini SQL> insert into test values (20, 20,1) ; insert into test values (20, 20,1) * ERROR at line 1: ORA-00913: too many values help me thx Ola [Non-text portions of this message have been removed] [Non-text portions of this message have been removed]

