摘要:
PostgreSQL安装后Navicat连不上报错 The authentication type 10 is not supported.Checkthatyouhave configured the sys_hba.conf 解决方案:找到启动数据库的data目录vim打开sys_hba.con 阅读全文
摘要:
1、新表不存在(即复制数据的同时创建与旧表相同结构的新表): select [col1,col2,col3...] into new_table from old_table where 1=1 2、新表已存在,从旧表从插入选择的数据(注意:表的[主键]不要复制,因为具有唯一性,否则:Sql Ser 阅读全文