摘要: 1、说明:复制表(只复制结构,源表名:a 新表名:b) (Access可用) 法一:select * into b from a where 1<>1 法二:select top 0 * into b from a 2、说明:拷贝表(拷贝数据,源表名:a 目标表名:b) (Access可用)inse 阅读全文
posted @ 2020-12-03 15:25 别看窗外的世界 阅读(323) 评论(0) 推荐(0)
摘要: 1. 问题调研 mysql问题:error-establishing-a-database-connection-problem; 发现error establishing a database connection的问题——稍微查一下就知道是数据库的问题 去查数据库mysql的err log。具体 阅读全文
posted @ 2020-12-03 15:21 别看窗外的世界 阅读(3381) 评论(0) 推荐(0)