3 回答

TA貢獻(xiàn)1752條經(jīng)驗(yàn) 獲得超4個(gè)贊

TA貢獻(xiàn)1853條經(jīng)驗(yàn) 獲得超18個(gè)贊
/
;
;
/
;
和 a /
/
SQL*Plus: Release 11.2.0.1.0 Production on Wed Apr 18 12:37:20 2012Copyright (c) 1982, 2010, Oracle. All rights reserved.Connected to:Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - ProductionWith the Partitioning and OLAP options SQL> drop table foo;Table dropped.SQL> /drop table foo *ERROR at line 1:ORA-00942: table or view does not exist
drop table foo;/
SQL*Plus: Release 11.2.0.1.0 Production on Wed Apr 18 12:38:05 2012Copyright (c) 1982, 2010, Oracle. All rights reserved.Connected to:Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - ProductionWith the Partitioning and OLAP options SQL> @dropTable dropped.drop table foo *ERROR at line 1:ORA-00942: table or view does not exist
/
;
CREATE PROCEDURE
添加回答
舉報(bào)