Pages
Home
SQL Queries
Core java
Advanced Java
Sunday, February 27, 2011
Update Values in Table
The
UPDATE
statement is used to update existing records in a table.
update
log1
set
uname=
'alertclub'
where
class=
'ABC'
Note
: XYZ value update to alertclub
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment