摘要:
--增加一列: alter table A add( 添加列 varchar2(20)); --修改列: alter table A rename column 旧名称 to 新名称;--修改列的类型: alter table A modify 列名称 varchar(200); --删除数据库一列 阅读全文
摘要:
Error!]the type java.lang.String cannot be resolved. it is indirectly referenced from required .class files 有时候用myeclipse导入一个外来的工程时会出现以上错误,这主要是因为你的电脑上 阅读全文