博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Enter Query Mode Search Tricks Using Enter_Query Built-in in Oracle Forms
阅读量:5831 次
发布时间:2019-06-18

本文共 1401 字,大约阅读时间需要 4 分钟。

In this post you will learn how to specify any condition in enter query mode of Oracle Forms. Whenever Enter_Query command executes Oracle Forms comes into enter query mode and in that mode you can specify some criteria to filter the records and after that when you execute query using 
 command then the records would be fetched based on that condition you specified.
Enter_Query built-in usage example:
 
The below is the screen shot from which records would be filtered in this example.
Note you can specify the search condition only when Oracle Forms is in Enter Query Mode. The following are some search criteria examples:

Search only those records where Emp Name containing AR

Specify %AR% in Emp Name column to fetch the records where AR exists in Emp Name.
Result:

Search only those records where second letter of Emp Name is L

Specify one underscore for first any letter and then L% eg. _L%
Result:

Search only those records where Hire Date is greater than 01st Oct 2015

Specify greater than sign and the date in single quotes:
Result

Search only those records where Salary is greater than 5000

Specify greater than sign and the value eg. > 5000
Results:

Search only those where Job is equal to CLERK and Salary is less than 4000

Specify CLERK in job column and less than sign and the value in Salary column You can also specify = sign and value in single quote in Job column eg. ='CLERK'
Result:
 

转载地址:http://fpedx.baihongyu.com/

你可能感兴趣的文章
苏宁无人配送车昨日亮相,可自主实现电梯交互、路线规划
查看>>
携手8Manage CRM建设企业数字化营销之路
查看>>
深度学习遇上基因组,诊断疾病或迎来突破
查看>>
机器换人潮: 前5月工业机器人产量增长50.4%
查看>>
Windows Vista for Developers——第四部分:用户帐号控制(User Account Control,UAC)
查看>>
方格填数
查看>>
VR MR技术加持,数据可视化处理将成下一个风口
查看>>
常用网址
查看>>
PowerDesigner添加表注释
查看>>
写得蛮好的linux学习笔记六-帐号管理(收藏)
查看>>
实战:阿里巴巴 DevOps 转型后的运维平台建设
查看>>
霍金再发声:人工智能的下一步或是摧毁中产阶级
查看>>
jQuery中的Sizzle引擎分析
查看>>
Kali Linux更新源以及设置中文
查看>>
mysql 5.6主从同步
查看>>
PHP使用DOMDocument采集
查看>>
生产环境常见的HTTP状态码列表
查看>>
Buffer源码深入分析
查看>>
jQuery的扩展方法写法
查看>>
etcd raft library设计原理和使用
查看>>