sql view

a view is consider a virtual table because it act like a table,and same operation that can be performed on a table can  be perforned on a view
if your view uses aggregate values(like sum,avg,count,),you won't be able to use it to change data.
also if your view contains group by ,distinct or having,it won't change data either.
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章