Clob field cannot pass null

Scenario: The column varchar type set in the table is not enough and exceeds the maximum limit. It cannot be stored after replacing it with a clob field.

Reason : When passing parameters, the clob field inserted by null is used.

Solution : Replace null with ""

Guess you like

Origin blog.csdn.net/drunk2/article/details/130007398
Recommended