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

update

There is one post tagged update.

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

  • Generative AI
  • Best Minimal Deep Tech Breakdowns
  • RedwoodJS Reactions
  • Minimal Deep Tech Chord Stabs
  • What is Web 3.0?

Recent Comments

  • Hoefkensj on Python Truthiness and Truth Table
  • Kiu Kiu on Recovering from a dislocated shoulder
  • Ekwanomi on Best Minimal Deep Tech Breakdowns
  • Adam on Minimal Deep Tech Chord Stabs
  • Adam on Python Truthiness and Truth Table
Independent Publisher empowered by WordPress