Inserting Char value into number field in PL/SQL
537114Nov 20 2006 — edited Nov 20 2006All,
I am trying to insert a char value into a number field in a PL/SQL block and when ever I am trying to do so I am missing that record in the table. But I am not getting errors such as "can't insert character into number field". I am doing a conversion using to_char and then inserting into a variable defined as number. But I am not able to see that record in the table. Please suggest.