sql - How to insert empty_clob() from java to Oracle -


I have a NCLOB column in Oracle. When I make a line, then I use a normal Java insertion query by using a empty_clob () Must be inserted. Does anyone know how this is done? I am looking for something like Jowe below.

Enter my press values ​​(1, 'Abraham', 'empty_club') ;

Thank you and Regards, Abraham Menserey

You must correct your inclusion statement :

  Include my press values ​​(1, 'abraham', empty_club ());   

You should also take a look.

The blank -Club function is also useful as the default value for the Clob column.

Comments