我试图定义MEDIUMTEXT
数据类型声明,这里我使用的是apache嵌入式derby dabase。
当我尝试执行SQL查询时,给出异常需要一些帮助来解决此问题。
我的代码:
statement s= s.execute("create table t(data MEDIUMTEXT)");
最佳答案
MEDIUMTEXT未列为supported datatype in the reference manual
我试图定义MEDIUMTEXT
数据类型声明,这里我使用的是apache嵌入式derby dabase。
当我尝试执行SQL查询时,给出异常需要一些帮助来解决此问题。
我的代码:
statement s= s.execute("create table t(data MEDIUMTEXT)");
最佳答案
MEDIUMTEXT未列为supported datatype in the reference manual