<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1400" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I&nbsp;need to&nbsp;UPDATE a field in one table 
with the corresponding information in another table.</FONT></DIV>
<DIV><FONT face=Arial size=2>I have&nbsp;two tables:</FONT></DIV>
<DIV><FONT face=Arial size=2>Products (</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp; Id integer,</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp; Price decimal(6,2)</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp; )</FONT></DIV>
<DIV><FONT face=Arial size=2>and</FONT></DIV>
<DIV><FONT face=Arial size=2>New_Prices (</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp; Id integer,</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp; Price decimal(6,2)</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp; )</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I need to use the New_Prices.Price to overwrite the 
Products.Price.&nbsp; How do I do it?&nbsp; Anyone?&nbsp; Anyone?&nbsp; As an 
additional motivator, this is ~easy~ in PostgreSQL.&nbsp; Actually, I'm certain 
this is easy, and I'm just missing it...</FONT></DIV></BODY></HTML>