SQL Query and CMS Database Table Basics
CentreVu Report Designer Version 8 User Guide
About SQL Queries
18-2
About SQL Queries
18
Reports use SQL queries to retrieve specific data from the database
tables. You can create and edit queries using the Edit | Queries feature of
the Report Designer. This section gives you information about SQL
queries, concentrating on the use of WHERE clauses. For extensive
information on SQL, please refer to your
INFORMIX documentation.
SQL queries use WHERE clauses to define the rows and columns of
data to retrieve from the database tables. The following paragraphs give
you information on how to create and use WHERE clauses in your
queries.
Basic WHERE
Clause
18
A basic clause has the following format:
Expression Relational_Operator Value
The
Expression
can be a database item or calculation. The
Value
is a whole number. Relational operators available for a WHERE clause
are as follows:
As an example of a basic WHERE clause, if you are creating a real-time
report using data from the Current Interval Split table and you have three
report fields for the report:
Split:
(the
SPLIT
database item)
ACD Calls:
(the
ACDCALLS
database item)
Average Talk Time:
(the calculation
ACDTIME/ACDCALLS
)
Then the WHERE clause might be:
Select rows where SPLIT = 5
=
equal to
< > or !=
not equal to
>
greater than
>=
greater than or equal to
<
less than
<=
less than or equal to
Содержание CentreVu Report Designer
Страница 1: ...CentreVu Report Designer Version 8 User Guide 585 210 930 Comcode 108502196 Issue 1 December 1999...
Страница 4: ......
Страница 18: ...Introduction CentreVu Report Designer Version 8 User Guide Related Documents 1 8...
Страница 102: ...Edit Inputs CentreVu Report Designer Version 8 User Guide Viewing the Input Window 6 16...
Страница 142: ...Insert Field CentreVu Report Designer Version 8 User Guide Inserting Time Report Run Field on the Report 9 8...
Страница 148: ...Insert Table CentreVu Report Designer Version 8 User Guide Inserting a Table on the Report 10 6...
Страница 194: ...Format Field CentreVu Report Designer Version 8 User Guide Using the Field Format Options Window 14 6...
Страница 198: ...Format Text CentreVu Report Designer Version 8 User Guide Formatting Text on the Report 15 4...
Страница 212: ...Error Messages CentreVu Report Designer Version 8 User Guide Phase 2 Real Time Report Error Codes 16 14...
Страница 248: ...SQL Query and CMS Database Table Basics CentreVu Report Designer Version 8 User Guide Modifying a Table 18 26...
Страница 254: ...Database Items and Calculations CentreVu Report Designer Version 8 User Guide General Information B 2...
Страница 264: ...Index CentreVu CMS R3V8 Upgrades and Migration IN 10...
Страница 266: ......