sql top與like(二)

top子句用於規定要返回的記錄的數目(並非所有數據庫系統都支持top子句) 選取頭兩條記錄:select top 2 * from Persons 選取50%的記錄:select top 50 percent from Persons like 操作符 用於在where 子句中搜索列中的指定模式。 提示:"%" 可用於定義通配符(模式中缺少的字母)。 從Persons表中選取居住在以"g"結尾的城
相關文章
相關標籤/搜索