导入导出时,会自动表名自动加上了““双引号需要将表名改一下就可以了

 

alter table "oldtablename" rename to newtableName;

相关文章:

  • 2022-03-08
  • 2022-12-23
  • 2022-12-23
  • 2021-04-12
  • 2022-12-23
  • 2022-12-23
  • 2022-01-16
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-24
  • 2021-11-21
  • 2022-12-23
  • 2021-04-21
相关资源
相似解决方案