目前分類:T-SQL (5)
- Dec 17 Wed 2014 14:48
[T-SQL]不常用SQL語法
- Dec 17 Wed 2014 12:49
[T-SQL]產生Table描述語法
<script src="https://gist.github.com/michaelctwk/11d75bf00b5c2bd08b78.js"></script>
- Mar 26 Wed 2014 16:18
[T-SQL]SQL 字串分割 回傳Table
<script src="https://gist.github.com/michaelctwk/7fb4620e5acd5e803ad0.js"></script>
- Sep 07 Wed 2011 10:20
[T-SQL]難字處理
更新時指定字串參數“N”,指定其為unicode字元就行了,
update <table_name> set <filed_name>=N'我是難字:双喆堃’ where <condition>;
- Aug 15 Mon 2011 11:37
[T-SQL]Convert 函數_日期