|
Re: Re: sybase中怎么下列sql语句报错呀。我按教程来的。(急)
最初由 glbs 发布
[B]
sybase 12.5.1是可以的. [/B]
可惜我手头没有SYBASE12.5.1的环境,你能把运行的过程和脚本贴出来吗?
以下是在SYBASE12.5.0下运行的情况:
Sun Microsystems Inc. SunOS 5.8 Generic February 2000
$ isql -Usa -P
1> select @@version
2> go
--------------------------------------------------------------------------------------------------------------------
Adaptive Server Enterprise/12.5.0.2/EBF 10574 IR/P/Sun_svr4/OS 5.8/rel12502/1847/64-bit/FBO/Fri Oct 18 07:44:30 2002
(1 row affected)
1> select * from (select * from sysobjects) sys
2> go
Msg 156, Level 15, State 1:
Server 'SYBASE', Line 1:
Incorrect syntax near the keyword 'select'.
Msg 102, Level 15, State 1:
Server 'SYBASE', Line 1:
Incorrect syntax near ')'.
1> |
|