oracle pl/sql desc+表名 无效sql的问题

在pl/sql的 sql window里面写 desc schema.表名  --> 无效sql语句

要换成 command window 然后 desc shema.表名;

你可能感兴趣的:(Oracle)