Thursday, October 11, 2012

update command

how to update value in database table.

it used to update existing record in table

update employee

set empid='1' empname="waseem"

where empid='1'

see more detail plz visit

No comments:

Post a Comment