Adam Loving's Blog
Adam Loving's Blog
Seattle Software Engineer at Pioneer Square Labs
  • Facebook
  • Twitter
  • LinkedIn
Skip to content
  • About Adam

sql

There is one post tagged sql.

How to perform a MySQL update from one table to another

The MS SQL syntax is different from the MySQL syntax (MS SQL allows you to do a join).

UPDATE updatefrom p, updateto pp

SET pp.last_name = p.last_name

WHERE pp.visid = p.id

in Projects, Programming, Technology | 35 Words | Comment

Recent Posts

  • Meet Sven: My AI Assistant
  • 7 habits of highly effective AI assistants
  • PRISM: Great answers to the hardest questions
  • Models, AI Systems, and Reasoning
  • Functional Programming is better than Object Oriented for AI code generation

Recent Comments

  • Adam on 7 habits of highly effective AI assistants
  • Dan Moore on 7 habits of highly effective AI assistants
  • Adam on 84 Quotes from the 4-Hour Workweek
  • Debbie on 84 Quotes from the 4-Hour Workweek
  • Chris Natale on Models, AI Systems, and Reasoning
Independent Publisher empowered by WordPress