sybase中不能这样用吗?(急)
<p><span><font face="Courier New" color="#0000ff" point-size="9">select</font><font face="Courier New" color="#000000" point-size="9"> * </font><font face="Courier New" color="#0000ff" point-size="9">from</font><font face="Courier New" color="#000000" point-size="9"> (</font><font face="Courier New" color="#0000ff" point-size="9">select</font><font face="Courier New" color="#000000" point-size="9"> * </font><font face="Courier New" color="#0000ff" point-size="9">from</font><font face="Courier New" color="#000000" point-size="9"> WG_PLFSSJTEMP) </font><font face="Courier New" color="#0000ff" point-size="9">as</font><font face="Courier New" color="#000000" point-size="9"> A </font><font face="Courier New" color="#0000ff" point-size="9">where</font><font face="Courier New" color="#000000" point-size="9"> ...</font></span></p><p><span><font face="Courier New">在sql server中是可以这样用的,但是我在sybase中这样写老是有错误,问下是不是在sybase中不能这样写?怎么解决这样的问题?</font></span></p> 在sybase中的确不能这样用 应该确定在子查询中的字段,这样的话就可以了。 我在ASE12.5.2的环境中运行类似SQL,没有问题啊,SQL如下:select * from (select * from t_test2) as tt where tt.a = 1
页:
[1]