[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: compare 2 flat files.
- Subject: Re: compare 2 flat files.
- From: Jerry C <colemanj@WASHPOST.COM>
- Date: Wed, 11 Nov 1998 14:33:48 -0500
Maybe this is cheating, but have you considered creating 2 temporary
tables, loading them from the flat files, and running queries selecting one
table 'where not exists' in the the other, etc, etc.? Not as much fun to
code, but always reliable.