2025年10月9日
摘要: 1 Sqlite将其他数据库的表迁移到当前数据数据 update unit_map_field set field=''; drop table unit_map_field; ATTACH DATABASE 'D:\temp\config-s.biz' AS otherDB;CREATE TABL 阅读全文
posted @ 2025-10-09 16:01 博观约取*厚积薄发 阅读(12) 评论(0) 推荐(0)