摘要:
1. SSH to your server as root and remove old version if installed from yum 2. goto /sandbox/svn_configuration #you can make another name that you wish 阅读全文
摘要:
SQLPLUS1.SQL> select 1 from dual where null=null;未选定行SQL> select 1 from dual where null='';未选定行SQL> select 1 from dual where null=0;未选定行SQL> select 1 ... 阅读全文
摘要:
SQL> create table test 2 (id integer, 3 name varchar2(90)); Table created. SQL> insert into test values(100,'aassdd'); 1 row created. SQL> insert ... 阅读全文