Changes

Jump to navigation Jump to search
203 bytes added ,  17:31, 20 July 2017
\COPY matcherportcoipo FROM 'matcherportco-ipos.txt' WITH DELIMITER AS E'\t' HEADER NULL AS '' CSV
--2592
You can see the "good" matches by setting all the flags to 0 as shown in the query below.
SELECT COUNT(*)
FROM matcherportcoipo WHERE excludeflag1 = 0 AND excludeflag2 = 0 AND warningflag = 0;
--2313
==Creating Stage Flags Table==

Navigation menu