| Oracle Help for the Web | Contents | Index | Search | View Topic |
| Field Descriptions | Related
Help Topics | Additional Information
| Locating this Page |
Use this page to query a table or view. You can also choose options that format the results of your query.
| Field | Description |
|---|---|
| Query | Click to display data based on the criteria you entered on this page. |
| Reset | Click to clear or reset all fields on this page to their default values. |
| Show | Select to display the corresponding Column in the query results. |
| Column | Enter values that will be used to query
rows in the table or view. You can use boolean expressions, for example,
>1000 to query a column containing numeric data. |
| Datatype | Displays the datatype for values in the Column.
|
| Value | Enter a values that will be used to query a Column in the table identified in the upper left corner of the page. |
| Align | Choose whether to display data to the left, right, or center of the column in the query results. |
| Format Mask | Choose an Oracle display format for
columns containing date and number data types. For example, if you choose
DD/MM/YY, the date January 2nd,
2000 displays as If you choose 999G999G999G999D99999999, the display format for numbers is 12 digits to ther left of the decimal point and 8 to the right. Note: Refer to the Oracle documentation for additional information about formatting options. |
| Case Sensitive | Select to make the Value you selected case-sensitive in your query of the table column. This check box displays only for columns with |
| Where Clause | Enter a SQL WHERE clause to further restrict the data returned by a query. For example, if you choose to show ENAME, EMPNO, SAL columns from the SCOTT.EMP table, you could enter this WHERE clause : to return data only for department 10, as shown below. |
| Field | Description |
|---|---|
| Order By | Choose the table or view column whose values will be used to sort rows on the results page. Choosing this option is equivalent to specifying a SQL ORDER BY clause. Choose Ascending to sort query results according to the alphabetic (A-Z) or numeric (starting with the lowest number) order of column values, depending on the datatype for the column. Choose Descending to sort in the reverse order. |
| Break Options | Choose whether to break the QBE results on values in one, two, or three table or view columns. |
| Output Format | Choose a display format for query results:
|
| Maximum Rows/Page | Enter the maximum number of rows you want to display on a query results page. Note: A Next and Previous button will display at the bottom of results pages. Users can click this button to display the next page of results. |
| Show Null As | Enter text that you want to display in the place of null values in your query results. For example, you can type a dash "-" or "null". Leave the text box blank if don't want to display any text in place of a null value. |
| Sum Columns | Choose columns whose values you want to sum and display in the query results. Note: This list displays only columns containing numeric data. |
| Query Options | Choose one or more options for formatting your query results:
|
To locate this page in OracleAS Portal:
Copyright © 2005, Oracle. All rights reserved.