部分内容为学习过程中从网上搜集保存备份,以防源网站关闭后无法检索。如有涉及版权请留言,看到后处理
摘要: update table1 set column1 = table2.column1,column2 = table2.column2 from ( select sum(column1),sum(column2) from table1 where 1 = 1 )as table2 where 2 阅读全文
posted @ 2019-12-04 15:30 Y档案Y 阅读(130) 评论(0) 推荐(0) 编辑
摘要: 1,http://www.tuxera.com/community/open-source-ntfs-3g/ 下载ntfs-3g_ntfsprogs-2016.2.22这个压缩包,可用wget和浏览器两种方式都可以,前者更快; 2,解压,tar -xvf ***; 3,进入到解压目录***/Down 阅读全文
posted @ 2019-12-04 15:28 Y档案Y 阅读(931) 评论(0) 推荐(0) 编辑