Difference between revisions of "Update two columns"
From MyWiki
(Created page with "UPDATE customers SET firstname="John", lastname="Smith" WHERE id=1;") |
(No difference)
|
Latest revision as of 17:26, 30 October 2014
UPDATE customers SET firstname="John", lastname="Smith" WHERE id=1;