Oracle JDBC and Oracle CHAR data type

后端 未结 5 1979
别跟我提以往
别跟我提以往 2020-11-29 12:03

I have a tricky issue with the Oracle JDBC driver\'s handling of CHAR data types. Let\'s take this simple table:



        
5条回答
  •  情歌与酒
    2020-11-29 12:48

    I don't see any reason to use CHAR datatype even if it is char(1) in Oracle. Can you change the datatype instead?

提交回复
热议问题