Re: SQL: Update from multiple tables

From: AndreGarcia <member23924_at_dbforums.com>
Date: Wed, 29 Jan 2003 13:54:43 -0500
Message-ID: <2455009.1043866483_at_dbforums.com>


Hi,

I have the same problem:

UPDATE T1, T2
SET T1.Field2 = T2.Field2
WHERE T1.Field1 = T2.Field1
AND T1.Field3 = T2.Field3

For my ablosute surprize I IT WORKS on dBaseIII driver of ODBC !!!!!!!

I use this for a few years on my systems and now I'm upgrading to new DataDase and I don't find any documentation why it works.

Can someone help me !!!

--
Posted via http://dbforums.com
Received on Wed Jan 29 2003 - 19:54:43 CET

Original text of this message