Your Open Source

 
Related Posts

Update query in myssql

Update query  in myssql

UPDATE tbl_name
SET which columns to change
WHERE which records to update;

The WHERE clause is  optional, so if you don't specify one, every record in the table will be updated.
Example :

UPDATE employee SET name='subu' WHERE emp_id='12';



  • hits 167
  • datetime Aug 29 09 02:07:43
  • author Psbharathy
  • rating

Rating : 12345
Tags :- MYSQL

Answers

No Answers..
Your Name:
Your Answers :
<> is a code tag
Preview
Enter the verification code: