我最近要做專題需要用到PHP+SQL+WEB
在SQL方面我是想用MYSQL但我在找資料時發現有人說:
以下為MySQL不完全支援或不支援:
Sub-select
交易(transaction)
庫存常式(stored procedure)與觸發器(trigger)
Foreign Key
檢視(view)
我做專題SQL的部份就一定會用到Foreign Key,view
不知道這是舊資料現在有支援還是說目前真的是這樣
[求助]請教一些MYSQL的問題
版主: 版主管理群
-
sanjose95148
- 星球普通子民

- 文章: 3
- 註冊時間: 2005-12-29 10:41
- 聯繫:
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
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