易截截图软件、单文件、免安装、纯绿色、仅160KB

很简单的ORACLE查询问题 - Oracle / 基础和管理

SqlServer中的查询语句select sid as '学号' from student
 但是在ORACLE中不能这么写,
请问在oracle中怎么给查询字段赋个别名?
SQL code:
select sid "学号" from student;


select sid "学号" from student

select sid as '学号' from student
去掉引号

o 知道啦 
原来要用双引号啊
谢谢2位啦 没人10分
小弟 只学过SQLSERVER


相关问答:

oracle spatial空间函数出错 - Oracle / 高级技术

在执行包的时候引用oracle spatial空间函数出错,出错情况如下
Errors in file
/user/oracle/app/oracle/admin/grid/udump/grid1_ora_143768.trc: ORA-29902:
error in executing ODCIIndexStart() routine ORA-0 ......

Windows 7 怎样安装Oracle - Oracle / 基础和管理

各位大哥,帮个忙。

下个Oracle for vista 版本的安装试试
10G和11G的 
http://www.oracle.com/technology/software/products/database/index.html 
------------------------------------------- ......

用ibatis调用oracle函数的问题 - Java / Web 开发

oracle函数如下:
create or replace function P_WEB_GETCITYID
(
  p_mobileNumber in VARCHAR2,
  p_cityid out NUMBER
) Return NUMBER
IS
  p_areacode varc ......

asp.net发布时,Oracle报错 - .NET技术 / ASP.NET

1.现在系统是64位的server2003(web服务器IIS6.0)装的是10g的oracle客户端。
2.数据库服务器同样是32位的server2003的oracle10g。
3.web服务器上用sqlplus访问数据库-正常;
  vs2008内部建立数据源,访问 ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号