Blurbs ansible coffeescript django dvcs erlang es6 hg javascript json lua mercurial peewee postgresql python scope sql sqlalchemy yaml

UPDATE FROM code postgresqlsql

UPDATE users u SET hobby = (SELECT hobby FROM hobbies h WHERE u.id = h.user_id);

UPDATE users u SET hobby = h.hobby FROM hobbies h WHERE u.id = h.user_id;