oracle 創建視圖
create or replace VIEW my_viewTable
(firstColumn ,secondColumn) as select firstC,secondC from myTable
with check option
with read only
(firstColumn ,secondColumn) as select firstC,secondC from myTable
with check option
with read only
posted on 2012-05-04 16:47 youngturk 閱讀(184) 評論(0) 編輯 收藏 所屬分類: Oracle