出自VFP Wiki
(修訂版本間差異)
|
|
第15行: |
第15行: |
| drop view some_view | | drop view some_view |
| </pre> | | </pre> |
- | [http://www.hg-fix.com/ 数据恢复]
| |
- | [http://www.hg-fix.com/ 硬盘数据恢复]
| |
- | [http://www.hg-fix.com/ 磁带数据恢复]
| |
- | [http://www.hg-fix.com/ raid数据恢复]
| |
- | [http://www.hg-fix.com/ 磁盘阵列数据恢复]
| |
- | [http://www.hg-fix.com/diskrecover.htm 数据恢复]
| |
- | [http://www.hg-fix.com/taperecover.htm 数据恢复]
| |
- | [http://www.hg-fix.com/raidrecover.htm 数据恢复]
| |
- | [http://www.hg-fix.com/ 数据修复]
| |
- | [http://www.hg-fix.com/ 硬盘数据修复]
| |
- | [http://www.hg-fix.com/ 磁带数据修复]
| |
- | [http://www.hg-fix.com/ raid数据修复]
| |
- | [http://www.hg-fix.com/diskrecover.htm 数据修复]
| |
- | [http://www.hg-fix.com/raidrecover.htm 数据修复]
| |
- | [http://www.hg-fix.com/taperecover.htm 数据修复]
| |
- | [http://www.hg-fix.com/ 磁盘阵列数据修复]
| |
在2005年4月3日 (日) 08:01的最新修訂版本
Drop
丟棄東西的意思~~
在 SQL 裡面的意思則是丟棄物件,如 table, index, database ... 等等~~
VFP 可以 drop 以下物件:
- drop table
- drop view
大致用法如下:
drop table some_table && 直接刪掉~
drop table some_table recycle && 表示先放到資源回收筒
drop view some_view