2017年12月24日 星期日

Mac NTFS

下載 http://enjoygineering.com/mounty/

如果遇到問題搭配 http://yangl.net/2017/05/15/mounty_error/

沒有留言:

張貼留言

remove last word from SQL query

SET @columnSql = SUBSTRING ( @columnSql , 1 , LEN ( @columnSql ) - 1 )