1、with(nolock) 在查詢表的時候加上它可以增加33%查詢效率
例子:select top 5 b.username,f.issueddate,r.tktedtime,r.refundsign,r.initdate,f.status from forderform f with(nolock)
2、sql中一列包含另一列
3、sql中一列包含另一列(高效率)
4、通過sql自帶系統表查詢某個庫里的所以表
5、 顯示磁碟秘密:
清理磁碟密度
dbcc dbreindex(b2b_zrate)
工作中小知識點彙總(c )
1 oop 實體與資料庫字段轉換 注意 此時實體字段必須和資料庫中查詢的字段列名相同 list modelextend.getbydatatablepart ds.tables 0 實體和datatable都有的資料才回給實體賦值 public static listgetbydatatablepa...
工作中知識點散記二三
1 text indent 首航縮排,text align justify 兩端對齊 1 首航縮排 font size 14px text indent 28px 如果要縮排兩個字的寬度,就設成現在字型大小的二倍 2 兩端對齊 text align justify text align last j...
ES6工作中常用知識點
第乙個知識點 import 和 export import匯入模組 export匯出模組 全部匯入 import people from example 有一種特殊情況,即允許你將整個模組當作單一物件進行匯入 該模組的所有匯出都會作為物件的屬性存在 import as example from ex...