随笔分类 -  Oralce

摘要:一、定义 in: where column in (expression_list or subquery) 根据指定表达式列表或者子查询查找相应的记录。 not in: where column not in (expression_list or subquery) 查找所有不在表达式列表或子查 阅读全文
posted @ 2016-09-04 14:28 braveliu.site 阅读(217) 评论(0) 推荐(0)