home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!gatech!usenet.ins.cwru.edu!agate!spool.mu.edu!hri.com!noc.near.net!mars.caps.maine.edu!maine.maine.edu!dustin
- From: DUSTIN@MAINE.MAINE.EDU
- Newsgroups: comp.databases
- Subject: Re: FoxPro problem with outer join
- Message-ID: <92357.132059DUSTIN@MAINE.MAINE.EDU>
- Date: 22 Dec 92 18:20:59 GMT
- References: <1992Dec21.012636.28374@gopher.dosli.govt.nz>
- Organization: University of Maine System
- Lines: 7
-
- Upon looking @ my manuals, the UPDATE command should work for your purposes
-
- SELECT table1
- UPDATE ON unique_key FROM table2 REPLACE table1.field2 WITH table2.field2 RANDO
- M
- This should update the fields in table1 with corresponding data in table2.
- JD
-