|
1> create table ccw (a int);
2> go
Msg 102, Level 15, State 1:
Line 1:
Incorrect syntax near ';'.
1> create table ccw (a int)
2> go
1>
2>
3> exit
test_sybase>
建表成功了,然后呢?
test_sybase> find / -name "*dbo"
find: cannot open < /.tags >
find: cannot open < /etc/auth >
find: cannot open < /sbin/rc0.d >
find: cannot open < /sbin/rc2.d >
find: cannot open < /sbin/rc3.d >
find: cannot open < /usr/.tags >
find: cannot open < /usr/var/dt/authdir >
find: cannot chdir to </usr/opt/DIA340/tmp> : Permission denied
find: cannot open < /usr/ora/app/oracle/product/8.1.7 >
find: cannot open < /usr/oracle8/app/oracle/product/8.0.5 >
find: cannot open < /tcb/files >
find: cannot open < /tcb/lib >
find: cannot open < /.dt/Desktop >
find: cannot open < /.netscape >
find: cannot open < /(null) >
find: cannot open < /nsmail >
test_sybase> |
|