back up codes

always have a backup of your code

sql UPDATE statement

The UPDATE statement is used in updating existing records in a table.

The following is the SQL UPDATE Syntax


UPDATE myTable
SET myColumn1=myValue1, myColumn2=myValue2,...
WHERE column_name=some_value

The WHERE clause in the UPDATE syntax specifies which record or records will be updated. If the WHERE clause is omitted, all records will be updated.

Single Post Navigation

One thought on “sql UPDATE statement

  1. ismachia on said:

    this has been simple and helpful.

    thanks a lot.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.