× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Hi all,

After running a test procedure, I found the results of the program comparing the test results with the previous test very difficult to read. The output file being compared contains various dates in different formats. My modification changed nearly all these dates among other things, so I ended up having to read a very large spool file as all the test cases were affected.

I tried select fld1, fld2, etc from testfile union select fld1, fld2, etc from savedtestfile, ignoring the different date fields. The test cases having 2 lines in this select were those I wanted.

As the file in the select has a lot of zones, the sql wasn't easy to code. I had to select all fields, then find those I didn't want, delete them from the statement and copy the first half of the statement to the second half.

Eg, select fld1, fld2, ....fld100, from testfile

delete fld3, fld74, etc from statement.


Could I acheive this any easier?

Thanks


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.