1. 程式人生 > >數據庫一些小知識

數據庫一些小知識

tex 排序 指定 order 表名 查詢 表示 工作 des

剛參加工作不久  記錄一些小知識

ordere by 默認升序排序

asc是指定列按升序排列  從小到大排序

desc則是指定列按降序排列  從大到小排序

select * from a
where
order by

order by 在where後面 where先執行過濾後的數據 在order by

select top 50 percent * from 表名 表示查詢數據的百分之50 (top 50 percent)

數據庫一些小知識