Home  >  Article  >  Database  >  在Oracle中使用内部关键字做字段名的处理

在Oracle中使用内部关键字做字段名的处理

WBOY
WBOYOriginal
2016-06-07 15:51:111212browse

来源:http://www.cnblogs.com/heminzhou/archive/2007/06/29/800211.html Oracle中有不少关键字如file、level、size、category、class、tpye等等,使用它们做字段名的表在执行INSERT、UPDATE等语句时会引起错误。我们知道在SQL Server中可以给所有表名、字

来源:http://www.cnblogs.com/heminzhou/archive/2007/06/29/800211.html

 

    Oracle中有不少关键字如file、level、size、category、class、tpye等等,使用它们做字段名的表在执行INSERT、UPDATE等语句时会引起错误。我们知道在SQL Server中可以给所有表名、字段名都加上[]以彻底防止出现这种情况,而在Oracle中则使用""代替[]。嗯,且慢,只加""不够,""内的字段名还必须大写,不信赶紧去试试吧。

 

 

 

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn