1 頁 (共 1 頁)

[求助]請教一些MYSQL的問題

發表於 : 2005-12-06 20:59
kenyawu
我最近要做專題需要用到PHP+SQL+WEB
在SQL方面我是想用MYSQL但我在找資料時發現有人說:
以下為MySQL不完全支援或不支援:
 Sub-select
 交易(transaction)
 庫存常式(stored procedure)與觸發器(trigger)
 Foreign Key
 檢視(view)
我做專題SQL的部份就一定會用到Foreign Key,view
不知道這是舊資料現在有支援還是說目前真的是這樣

發表於 : 2006-01-08 16:16
sanjose95148
mysql 5.0 有支援 views

Views (including updatable views) are implemented in the 5.0 version of MySQL Server. Views are available in binary releases from 5.0.1 and up.

http://dev.mysql.com/doc/refman/5.0/en/views.html