Untitled
unknown
pgsql
2 years ago
134 B
4
Indexable
update projects set agent_id = (select agent_id from advertises where project_id = projects.id limit 1) where projects.id is not null
Editor is loading...
Leave a Comment
update projects set agent_id = (select agent_id from advertises where project_id = projects.id limit 1) where projects.id is not null