DB2 SQL Error: SQLCODE=-204, SQLSTATE=42704

前端 未结 5 951
庸人自扰
庸人自扰 2020-12-19 01:58

I created local database in DB2 called \"TestDB\" then I created table called \"TestTable\".
I found that the table is put under schema name is

5条回答
  •  一向
    一向 (楼主)
    2020-12-19 02:27

    If you are connecting in Spring using Hibernate use following in the property line

    
    

提交回复
热议问题