| 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 or modify a table or view.
To update or delete a table or view row, choose search criteria that displays the row, then click Query. The results page displays links that enable you to update and delete rows that match your search criteria.
You can also choose options that format the results of your query.
To
Insert a row into table or view, you must have Insert or higher schema-level
access privileges.
To update or delete a row in a table or view, you must have Modify or higher schema-level access privileges.
The Query and Modify page does not display options for Inserting and Updating rows if you do not have these privileges.
| Field | Description |
|---|---|
| Insert Row | Click to insert a new row into the table using the Values you specified on this page. |
| 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/RR, the date January 2nd,
2000 displays as If you choose 999G999G999G999D99999999, the display format for numbers is 12 digits to the 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. |
| 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. |
| 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.