Home
Oracle PL / SQL
Aggregate Functions
Analytical Functions
Char Functions
Constraints
Conversion Functions
Cursor
Data Type
Date Timezone
Hierarchical Query
Index
Insert Delete Update
Large Objects
Numeric Math Functions
Object Oriented Database
PL SQL
Regular Expressions
Report Column Page
Result Set
Select Query
Sequence
SQL Plus
Stored Procedure Function
Subquery
System Packages
System Tables Views
Table
Table Joins
Trigger
User Previliege
View
XML
UPDATE Set Clause « Insert Delete Update « Oracle PL / SQL
Oracle PL / SQL
Insert Delete Update
UPDATE Set Clause
1.
You can update a column and set it back to the default using the DEFAULT keyword in an UPDATE statement
2.
Use arithmetic operators and functions in the SET clause to modify data
3.
An example of using a function in the SET clause
4.
Change multiple rows and multiple columns in the same UPDATE statement
5.
Use TO_DATE('December 31, 2002, 11:30 P.M.','Month dd, YYYY, HH:MI P.M.') in set statement
6.
Update data from existing column
7.
Update four columns
8.
Update number type column
9.
Update one row