Tuesday 19 February 2013

Update table row in MySQL

The DQL Syntax to update row in MySQL was


UPDATE table_name SET column1=value, column2=value2 WHERE some_column=some_value

Share This!



No comments:

Post a Comment

Here We Write The Problems we face at different situations and Solutions to those problems.