Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

update with inner join postgres

update xtable x 
set col1 = y.col1
from ytable y 
where y.x_id = x.id;
 
PREVIOUS NEXT
Tagged: #update #join #postgres
ADD COMMENT
Topic
Name
3+7 =