悲剧的问题竟然是这样产生的。

// 创建通话记录表, 用户id,通话对象id, String callTable = "CREATE TABLE IF NOT EXISTS '%s'" + "(userid VARCHAR, callwith VARCHAR, calltype VARCHAR, callstart time, callend time, callmedia VARCHAR" + ");";

// 创建通话记录表, 用户id,通话对象id, String callTable = "CREATE TABLE IF NOT EXISTS '%s'" + "(userid VARCHAR not Null , callwith VARCHAR not null, calltype VARCHAR, callstart time, callend time, callmedia VARCHAR" + ");";

那么插入的时候讲会出现如上错误

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-03-03
  • 2021-06-07
  • 2021-09-17
  • 2022-12-23
  • 2021-09-11
  • 2022-12-23
猜你喜欢
  • 2021-07-28
  • 2021-05-31
  • 2021-08-18
  • 2022-12-23
  • 2021-08-19
  • 2021-12-21
  • 2022-12-23
相关资源
相似解决方案