码迷,mamicode.com
首页 > 数据库 > 详细

oracle IN函数的用法。

时间:2015-08-29 15:11:39      阅读:166      评论:0      收藏:0      [点我收藏+]

标签:

SQL: "IN" Function

 

The IN function helps reduce the need to use multiple OR conditions.

译:IN函数有助于减少OR条件的复合使用。

The syntax for the IN function is:

译:IN函数的语法:

SELECT columns
FROM tables
WHERE column1 in (value1, value2, .... value_n);

oracle IN函数的用法。

标签:

原文地址:http://www.cnblogs.com/sunpx/p/4769125.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!