BUG #12733: Inconsistent output of query involving array_agg

Поиск
Список
Период
Сортировка
От cyril.ballagny@abbd.fr
Тема BUG #12733: Inconsistent output of query involving array_agg
Дата
Msg-id 20150203142626.2703.93881@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #12733: Inconsistent output of query involving array_agg
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      12733
Logged by:          Cyril Ballagny
Email address:      cyril.ballagny@abbd.fr
PostgreSQL version: 9.2.9
Operating system:   CentOS release 6.5  2.6.32-431.el6.x86_64
Description:

Dear All,

Below is the script to reproduce the database. At the end of this message
there are two queries which should produce the same output but it is
different. I don't understand why. It seems that it is related to the
ORDER_BY on view singledoublons0 and array_agg function on view
singledoublons1.

Best regards.

CREATE DATABASE testbug
  WITH OWNER = exaus
       ENCODING = 'UTF8'
       TABLESPACE = pg_default
       LC_COLLATE = 'fr_FR.UTF-8'
       LC_CTYPE = 'fr_FR.UTF-8'
       CONNECTION LIMIT = -1;


--
-- PostgreSQL database dump
--

-- Dumped from database version 9.2.9
-- Dumped by pg_dump version 9.3.1
-- Started on 2015-02-03 15:10:21

SET statement_timeout = 0;
SET lock_timeout = 0;
SET client_encoding = 'UTF8';
SET standard_conforming_strings = on;
SET check_function_bodies = false;
SET client_min_messages = warning;

SET search_path = public, pg_catalog;

SET default_tablespace = '';

SET default_with_oids = false;

--
-- TOC entry 777 (class 1259 OID 3387743)
-- Name: doublons; Type: TABLE; Schema: public; Owner: exaus; Tablespace:
--

CREATE TABLE doublons (
    groupid text NOT NULL,
    auto_id integer NOT NULL,
    ratio_exaus numeric,
    tag_doublon text NOT NULL,
    priority integer NOT NULL
);


ALTER TABLE public.doublons OWNER TO exaus;

--
-- TOC entry 6856 (class 0 OID 3387743)
-- Dependencies: 777
-- Data for Name: doublons; Type: TABLE DATA; Schema: public; Owner: exaus
--

COPY doublons (groupid, auto_id, ratio_exaus, tag_doublon, priority) FROM
stdin;
109342    86973    2.0000000000000000    Main Fields alike    11
109342    109342    2.0000000000000000    Main Fields alike    11
140790    53252    2.0000000000000000    Main Fields alike    11
140790    140790    2.0000000000000000    Main Fields alike    11
141870    92714    2.0000000000000000    Main Fields alike    11
141870    141870    2.0000000000000000    Main Fields alike    11
156819    146683    2.0000000000000000    Main Fields alike    11
156819    156819    2.0000000000000000    Main Fields alike    11
173380    127310    -2.0000000000000000    Main Fields alike    11
173380    173380    -2.0000000000000000    Main Fields alike    11
178177    162957    -2.0000000000000000    Main Fields alike    11
178177    178177    -2.0000000000000000    Main Fields alike    11
194821    48860    2.0000000000000000    Main Fields alike    11
194821    194821    2.0000000000000000    Main Fields alike    11
198127    92830    -2.0000000000000000    Main Fields alike    11
198127    198127    -2.0000000000000000    Main Fields alike    11
201399    24006    -2.0000000000000000    Main Fields alike    11
201399    201399    -2.0000000000000000    Main Fields alike    11
210514    198859    -2.0000000000000000    Main Fields alike    11
210514    210514    -2.0000000000000000    Main Fields alike    11
21428    4852    -2.0000000000000000    Main Fields alike    11
21428    21428    -2.0000000000000000    Main Fields alike    11
24680    18618    -2.0000000000000000    Main Fields alike    11
24680    24680    -2.0000000000000000    Main Fields alike    11
33762    30520    -2.0000000000000000    Main Fields alike    11
33762    33762    -2.0000000000000000    Main Fields alike    11
40115    23487    -2.0000000000000000    Main Fields alike    11
40115    40115    -2.0000000000000000    Main Fields alike    11
44926    4126    -2.0000000000000000    Main Fields alike    11
44926    44926    -2.0000000000000000    Main Fields alike    11
48303    46979    2.0000000000000000    Main Fields alike    11
48303    48303    2.0000000000000000    Main Fields alike    11
50380    30374    -2.0000000000000000    Main Fields alike    11
50380    50380    -2.0000000000000000    Main Fields alike    11
56975    46542    -2.0000000000000000    Main Fields alike    11
56975    56975    -2.0000000000000000    Main Fields alike    11
58695    16792    -2.0000000000000000    Main Fields alike    11
58695    58695    -2.0000000000000000    Main Fields alike    11
69643    62526    -2.0000000000000000    Main Fields alike    11
69643    69643    -2.0000000000000000    Main Fields alike    11
70183    42948    -2.0000000000000000    Main Fields alike    11
70183    70183    -2.0000000000000000    Main Fields alike    11
70747    63792    -2.0000000000000000    Main Fields alike    11
70747    70747    -2.0000000000000000    Main Fields alike    11
72098    38565    -2.0000000000000000    Main Fields alike    11
72098    72098    -2.0000000000000000    Main Fields alike    11
72237    47357    -2.0000000000000000    Main Fields alike    11
72237    72237    -2.0000000000000000    Main Fields alike    11
72655    38250    2.0000000000000000    Main Fields alike    11
72655    72655    2.0000000000000000    Main Fields alike    11
72747    48206    2.0000000000000000    Main Fields alike    11
72747    72747    2.0000000000000000    Main Fields alike    11
73197    49222    -2.0000000000000000    Main Fields alike    11
73197    73197    -2.0000000000000000    Main Fields alike    11
76629    18825    -2.0000000000000000    Main Fields alike    11
76629    76629    -2.0000000000000000    Main Fields alike    11
80354    54321    -2.0000000000000000    Main Fields alike    11
80354    80354    -2.0000000000000000    Main Fields alike    11
84904    39960    -2.0000000000000000    Main Fields alike    11
84904    84904    -2.0000000000000000    Main Fields alike    11
84909    24976    -2.0000000000000000    Main Fields alike    11
84909    84909    -2.0000000000000000    Main Fields alike    11
85799    12929    -2.0000000000000000    Main Fields alike    11
85799    85799    -2.0000000000000000    Main Fields alike    11
86603    985    -2.0000000000000000    Main Fields alike    11
86603    86603    -2.0000000000000000    Main Fields alike    11
87506    16024    -2.0000000000000000    Main Fields alike    11
87506    27916    -2.0000000000000000    Main Fields alike    11
87506    56068    -2.0000000000000000    Main Fields alike    11
87506    87506    -2.0000000000000000    Main Fields alike    11
89749    36397    -2.0000000000000000    Main Fields alike    11
89749    89749    -2.0000000000000000    Main Fields alike    11
89783    538    2.0000000000000000    Main Fields alike    11
89783    89783    2.0000000000000000    Main Fields alike    11
89862    4988    -2.0000000000000000    Main Fields alike    11
89862    89862    -2.0000000000000000    Main Fields alike    11
92617    73710    -2.0000000000000000    Main Fields alike    11
92617    92617    -2.0000000000000000    Main Fields alike    11
92867    28775    -2.0000000000000000    Main Fields alike    11
92867    92867    -2.0000000000000000    Main Fields alike    11
93291    27597    2.0000000000000000    Main Fields alike    11
93291    93291    2.0000000000000000    Main Fields alike    11
94767    40640    2.0000000000000000    Main Fields alike    11
94767    94767    2.0000000000000000    Main Fields alike    11
95542    55482    -2.0000000000000000    Main Fields alike    11
95542    95542    -2.0000000000000000    Main Fields alike    11
95828    38618    2.0000000000000000    Main Fields alike    11
95828    95828    2.0000000000000000    Main Fields alike    11
97762    16926    -2.0000000000000000    Main Fields alike    11
97762    97762    -2.0000000000000000    Main Fields alike    11
99151    31560    -2.0000000000000000    Main Fields alike    11
99151    99151    -2.0000000000000000    Main Fields alike    11
102796    35662    -2.0000000000000000    Diff Vendor Nber    12
102796    102796    -2.0000000000000000    Diff Vendor Nber    12
103858    30059    2.0000000000000000    Diff Vendor Nber    12
103858    103858    2.0000000000000000    Diff Vendor Nber    12
104148    98578    -2.0000000000000000    Diff Vendor Nber    12
104148    104148    -2.0000000000000000    Diff Vendor Nber    12
112462    90429    2.0000000000000000    Diff Vendor Nber    12
112462    112462    2.0000000000000000    Diff Vendor Nber    12
112675    91558    2.0000000000000000    Diff Vendor Nber    12
112675    112675    2.0000000000000000    Diff Vendor Nber    12
122909    37118    2.0000000000000000    Diff Vendor Nber    12
122909    122909    2.0000000000000000    Diff Vendor Nber    12
125281    39459    2.0000000000000000    Diff Vendor Nber    12
125281    125281    2.0000000000000000    Diff Vendor Nber    12
125722    12509    2.0000000000000000    Diff Vendor Nber    12
125722    125722    2.0000000000000000    Diff Vendor Nber    12
131068    87209    2.0000000000000000    Diff Vendor Nber    12
131068    131068    2.0000000000000000    Diff Vendor Nber    12
132167    59032    2.0000000000000000    Diff Vendor Nber    12
132167    132167    2.0000000000000000    Diff Vendor Nber    12
132782    75375    -2.0000000000000000    Diff Vendor Nber    12
132782    132782    -2.0000000000000000    Diff Vendor Nber    12
133256    13450    2.0000000000000000    Diff Vendor Nber    12
133256    133256    2.0000000000000000    Diff Vendor Nber    12
135363    105190    2.0000000000000000    Diff Vendor Nber    12
135363    135363    2.0000000000000000    Diff Vendor Nber    12
136471    18548    2.0000000000000000    Diff Vendor Nber    12
136471    136471    2.0000000000000000    Diff Vendor Nber    12
139262    13034    2.0000000000000000    Diff Vendor Nber    12
139262    139262    2.0000000000000000    Diff Vendor Nber    12
140370    23309    -2.0000000000000000    Diff Vendor Nber    12
140370    140370    -2.0000000000000000    Diff Vendor Nber    12
145546    45525    -2.0000000000000000    Diff Vendor Nber    12
145546    66406    -2.0000000000000000    Diff Vendor Nber    12
145546    67145    -2.0000000000000000    Diff Vendor Nber    12
145546    145546    -2.0000000000000000    Diff Vendor Nber    12
145790    38401    2.0000000000000000    Diff Vendor Nber    12
145790    145790    2.0000000000000000    Diff Vendor Nber    12
146744    111558    -2.0000000000000000    Diff Vendor Nber    12
146744    146744    -2.0000000000000000    Diff Vendor Nber    12
147792    101562    -2.0000000000000000    Diff Vendor Nber    12
147792    147792    -2.0000000000000000    Diff Vendor Nber    12
149651    102433    2.0000000000000000    Diff Vendor Nber    12
149651    149651    2.0000000000000000    Diff Vendor Nber    12
149930    106266    -2.0000000000000000    Diff Vendor Nber    12
149930    149930    -2.0000000000000000    Diff Vendor Nber    12
155935    61644    -2.0000000000000000    Diff Vendor Nber    12
155935    155935    -2.0000000000000000    Diff Vendor Nber    12
156348    133382    -2.0000000000000000    Diff Vendor Nber    12
156348    156348    -2.0000000000000000    Diff Vendor Nber    12
156974    85539    2.0000000000000000    Diff Vendor Nber    12
156974    156974    2.0000000000000000    Diff Vendor Nber    12
157135    117296    2.0000000000000000    Diff Vendor Nber    12
157135    157135    2.0000000000000000    Diff Vendor Nber    12
159326    68615    -2.0000000000000000    Diff Vendor Nber    12
159326    159326    -2.0000000000000000    Diff Vendor Nber    12
159661    47202    2.0000000000000000    Diff Vendor Nber    12
159661    159661    2.0000000000000000    Diff Vendor Nber    12
161729    99821    2.0000000000000000    Diff Vendor Nber    12
161729    161729    2.0000000000000000    Diff Vendor Nber    12
161906    150750    2.0000000000000000    Diff Vendor Nber    12
161906    161906    2.0000000000000000    Diff Vendor Nber    12
162450    105816    -2.0000000000000000    Diff Vendor Nber    12
162450    162450    -2.0000000000000000    Diff Vendor Nber    12
164011    137321    -2.0000000000000000    Diff Vendor Nber    12
164011    164011    -2.0000000000000000    Diff Vendor Nber    12
165779    46078    2.0000000000000000    Diff Vendor Nber    12
165779    165779    2.0000000000000000    Diff Vendor Nber    12
166301    138601    2.0000000000000000    Diff Vendor Nber    12
166301    166301    2.0000000000000000    Diff Vendor Nber    12
167683    9872    2.0000000000000000    Diff Vendor Nber    12
167683    167683    2.0000000000000000    Diff Vendor Nber    12
170227    80439    -2.0000000000000000    Diff Vendor Nber    12
170227    170227    -2.0000000000000000    Diff Vendor Nber    12
171128    78969    2.0000000000000000    Diff Vendor Nber    12
171128    171128    2.0000000000000000    Diff Vendor Nber    12
173196    169687    -2.0000000000000000    Diff Vendor Nber    12
173196    173196    -2.0000000000000000    Diff Vendor Nber    12
173589    124260    2.0000000000000000    Diff Vendor Nber    12
173589    173589    2.0000000000000000    Diff Vendor Nber    12
174642    72820    2.0000000000000000    Diff Vendor Nber    12
174642    174642    2.0000000000000000    Diff Vendor Nber    12
178372    26395    -2.0000000000000000    Diff Vendor Nber    12
178372    178372    -2.0000000000000000    Diff Vendor Nber    12
180412    133888    -2.0000000000000000    Diff Vendor Nber    12
180412    180412    -2.0000000000000000    Diff Vendor Nber    12
183996    76211    -2.0000000000000000    Diff Vendor Nber    12
183996    183996    -2.0000000000000000    Diff Vendor Nber    12
184897    67698    -2.0000000000000000    Diff Vendor Nber    12
184897    184897    -2.0000000000000000    Diff Vendor Nber    12
188678    92126    2.0000000000000000    Diff Vendor Nber    12
188678    188678    2.0000000000000000    Diff Vendor Nber    12
196421    155481    -2.0000000000000000    Diff Vendor Nber    12
196421    196421    -2.0000000000000000    Diff Vendor Nber    12
198164    190305    2.0000000000000000    Diff Vendor Nber    12
198164    198164    2.0000000000000000    Diff Vendor Nber    12
199675    27980    -2.0000000000000000    Diff Vendor Nber    12
199675    199675    -2.0000000000000000    Diff Vendor Nber    12
202018    42603    2.0000000000000000    Diff Vendor Nber    12
202018    202018    2.0000000000000000    Diff Vendor Nber    12
204266    53509    -2.0000000000000000    Diff Vendor Nber    12
204266    204266    -2.0000000000000000    Diff Vendor Nber    12
204383    116206    2.0000000000000000    Diff Vendor Nber    12
204383    204383    2.0000000000000000    Diff Vendor Nber    12
204949    50051    -2.0000000000000000    Diff Vendor Nber    12
204949    204949    -2.0000000000000000    Diff Vendor Nber    12
207862    58914    2.0000000000000000    Diff Vendor Nber    12
207862    207862    2.0000000000000000    Diff Vendor Nber    12
210841    190751    2.0000000000000000    Diff Vendor Nber    12
210841    210841    2.0000000000000000    Diff Vendor Nber    12
212493    23309    -2.0000000000000000    Diff Vendor Nber    12
212493    212493    -2.0000000000000000    Diff Vendor Nber    12
212618    79577    -2.0000000000000000    Diff Vendor Nber    12
212618    212618    -2.0000000000000000    Diff Vendor Nber    12
213811    86364    -2.0000000000000000    Diff Vendor Nber    12
213811    213811    -2.0000000000000000    Diff Vendor Nber    12
215127    126059    -2.0000000000000000    Diff Vendor Nber    12
215127    215127    -2.0000000000000000    Diff Vendor Nber    12
216460    21845    -2.0000000000000000    Diff Vendor Nber    12
216460    216460    -2.0000000000000000    Diff Vendor Nber    12
217508    56157    2.0000000000000000    Diff Vendor Nber    12
217508    217508    2.0000000000000000    Diff Vendor Nber    12
218095    59916    -2.0000000000000000    Diff Vendor Nber    12
218095    72340    -2.0000000000000000    Diff Vendor Nber    12
218095    129720    -2.0000000000000000    Diff Vendor Nber    12
218095    218095    -2.0000000000000000    Diff Vendor Nber    12
30520    10473    -2.0000000000000000    Diff Vendor Nber    12
30520    30520    -2.0000000000000000    Diff Vendor Nber    12
33762    10473    -2.0000000000000000    Diff Vendor Nber    12
33762    33762    -2.0000000000000000    Diff Vendor Nber    12
47504    21266    2.0000000000000000    Diff Vendor Nber    12
47504    47504    2.0000000000000000    Diff Vendor Nber    12
49588    42442    2.0000000000000000    Diff Vendor Nber    12
49588    49588    2.0000000000000000    Diff Vendor Nber    12
51776    212    -2.0000000000000000    Diff Vendor Nber    12
51776    51776    -2.0000000000000000    Diff Vendor Nber    12
55854    38688    2.0000000000000000    Diff Vendor Nber    12
55854    55854    2.0000000000000000    Diff Vendor Nber    12
58692    160    2.0000000000000000    Diff Vendor Nber    12
58692    58692    2.0000000000000000    Diff Vendor Nber    12
60196    48998    -2.0000000000000000    Diff Vendor Nber    12
60196    60196    -2.0000000000000000    Diff Vendor Nber    12
62586    61744    2.0000000000000000    Diff Vendor Nber    12
62586    62586    2.0000000000000000    Diff Vendor Nber    12
65093    42482    2.0000000000000000    Diff Vendor Nber    12
65093    65093    2.0000000000000000    Diff Vendor Nber    12
72340    59916    -2.0000000000000000    Diff Vendor Nber    12
72340    72340    -2.0000000000000000    Diff Vendor Nber    12
73068    43452    2.0000000000000000    Diff Vendor Nber    12
73068    73068    2.0000000000000000    Diff Vendor Nber    12
77763    31776    2.0000000000000000    Diff Vendor Nber    12
77763    77763    2.0000000000000000    Diff Vendor Nber    12
80941    5514    -2.0000000000000000    Diff Vendor Nber    12
80941    80941    -2.0000000000000000    Diff Vendor Nber    12
82523    4786    -2.0000000000000000    Diff Vendor Nber    12
82523    82523    -2.0000000000000000    Diff Vendor Nber    12
82739    46058    2.0000000000000000    Diff Vendor Nber    12
82739    82739    2.0000000000000000    Diff Vendor Nber    12
85161    52303    -2.0000000000000000    Diff Vendor Nber    12
85161    85161    -2.0000000000000000    Diff Vendor Nber    12
91219    74641    -2.0000000000000000    Diff Vendor Nber    12
91219    91219    -2.0000000000000000    Diff Vendor Nber    12
93845    13303    2.0000000000000000    Diff Vendor Nber    12
93845    93845    2.0000000000000000    Diff Vendor Nber    12
95783    82732    -2.0000000000000000    Diff Vendor Nber    12
95783    95783    -2.0000000000000000    Diff Vendor Nber    12
97421    48860    2.0000000000000000    Diff Vendor Nber    12
97421    97421    2.0000000000000000    Diff Vendor Nber    12
98925    46531    2.0000000000000000    Diff Vendor Nber    12
98925    98925    2.0000000000000000    Diff Vendor Nber    12
101339    47851    2.0000000000000000    Diff Inv Date    13
101339    101339    2.0000000000000000    Diff Inv Date    13
101471    72313    2.0000000000000000    Diff Inv Date    13
101471    101471    2.0000000000000000    Diff Inv Date    13
104026    92055    2.0000000000000000    Diff Inv Date    13
104026    104026    2.0000000000000000    Diff Inv Date    13
105084    89932    2.0000000000000000    Diff Inv Date    13
105084    105084    2.0000000000000000    Diff Inv Date    13
106219    88099    2.0000000000000000    Diff Inv Date    13
106219    106219    2.0000000000000000    Diff Inv Date    13
106597    9322    2.0000000000000000    Diff Inv Date    13
106597    106597    2.0000000000000000    Diff Inv Date    13
107318    105713    -2.0000000000000000    Diff Inv Date    13
107318    107318    -2.0000000000000000    Diff Inv Date    13
107557    14757    2.0000000000000000    Diff Inv Date    13
107557    107557    2.0000000000000000    Diff Inv Date    13
110072    23832    2.0000000000000000    Diff Inv Date    13
110072    110072    2.0000000000000000    Diff Inv Date    13
111902    102973    -2.0000000000000000    Diff Inv Date    13
111902    111902    -2.0000000000000000    Diff Inv Date    13
112389    95938    2.0000000000000000    Diff Inv Date    13
112389    112389    2.0000000000000000    Diff Inv Date    13
116206    40627    2.0000000000000000    Diff Inv Date    13
116206    116206    2.0000000000000000    Diff Inv Date    13
117031    89627    2.0000000000000000    Diff Inv Date    13
117031    117031    2.0000000000000000    Diff Inv Date    13
118317    55364    2.0000000000000000    Diff Inv Date    13
118317    118317    2.0000000000000000    Diff Inv Date    13
119481    96526    2.0000000000000000    Diff Inv Date    13
119481    119481    2.0000000000000000    Diff Inv Date    13
120143    82573    2.0000000000000000    Diff Inv Date    13
120143    120143    2.0000000000000000    Diff Inv Date    13
121617    95423    2.0000000000000000    Diff Inv Date    13
121617    121617    2.0000000000000000    Diff Inv Date    13
122049    73547    2.0000000000000000    Diff Inv Date    13
122049    122049    2.0000000000000000    Diff Inv Date    13
123050    13450    2.0000000000000000    Diff Inv Date    13
123050    123050    2.0000000000000000    Diff Inv Date    13
123993    14567    2.0000000000000000    Diff Inv Date    13
123993    123993    2.0000000000000000    Diff Inv Date    13
126113    110938    2.0000000000000000    Diff Inv Date    13
126113    126113    2.0000000000000000    Diff Inv Date    13
127859    63594    2.0000000000000000    Diff Inv Date    13
127859    127859    2.0000000000000000    Diff Inv Date    13
128120    29319    2.0000000000000000    Diff Inv Date    13
128120    128120    2.0000000000000000    Diff Inv Date    13
129344    20087    2.0000000000000000    Diff Inv Date    13
129344    129344    2.0000000000000000    Diff Inv Date    13
129434    98015    -2.0000000000000000    Diff Inv Date    13
129434    129434    -2.0000000000000000    Diff Inv Date    13
131311    4127    2.0000000000000000    Diff Inv Date    13
131311    131311    2.0000000000000000    Diff Inv Date    13
132579    753    2.0000000000000000    Diff Inv Date    13
132579    132579    2.0000000000000000    Diff Inv Date    13
133309    29354    2.0000000000000000    Diff Inv Date    13
133309    133309    2.0000000000000000    Diff Inv Date    13
133326    41716    2.0000000000000000    Diff Inv Date    13
133326    133326    2.0000000000000000    Diff Inv Date    13
133990    111849    2.0000000000000000    Diff Inv Date    13
133990    133990    2.0000000000000000    Diff Inv Date    13
135356    91980    2.0000000000000000    Diff Inv Date    13
135356    135356    2.0000000000000000    Diff Inv Date    13
136230    59006    2.0000000000000000    Diff Inv Date    13
136230    136230    2.0000000000000000    Diff Inv Date    13
136584    6596    2.0000000000000000    Diff Inv Date    13
136584    136584    2.0000000000000000    Diff Inv Date    13
137776    35016    2.0000000000000000    Diff Inv Date    13
137776    137776    2.0000000000000000    Diff Inv Date    13
139880    65467    2.0000000000000000    Diff Inv Date    13
139880    139880    2.0000000000000000    Diff Inv Date    13
142265    86878    2.0000000000000000    Diff Inv Date    13
142265    142265    2.0000000000000000    Diff Inv Date    13
142741    23278    2.0000000000000000    Diff Inv Date    13
142741    59710    2.0000000000000000    Diff Inv Date    13
142741    108655    2.0000000000000000    Diff Inv Date    13
142741    142741    2.0000000000000000    Diff Inv Date    13
142878    40813    -2.0000000000000000    Diff Inv Date    13
142878    142878    -2.0000000000000000    Diff Inv Date    13
143697    121627    2.0000000000000000    Diff Inv Date    13
143697    143697    2.0000000000000000    Diff Inv Date    13
144114    2568    2.0000000000000000    Diff Inv Date    13
144114    144114    2.0000000000000000    Diff Inv Date    13
146683    19959    2.0000000000000000    Diff Inv Date    13
146683    146683    2.0000000000000000    Diff Inv Date    13
147358    29206    2.0000000000000000    Diff Inv Date    13
147358    147358    2.0000000000000000    Diff Inv Date    13
151157    77763    2.0000000000000000    Diff Inv Date    13
151157    151157    2.0000000000000000    Diff Inv Date    13
151867    27251    2.0000000000000000    Diff Inv Date    13
151867    151867    2.0000000000000000    Diff Inv Date    13
152836    26282    2.0000000000000000    Diff Inv Date    13
152836    152836    2.0000000000000000    Diff Inv Date    13
153172    33822    2.0000000000000000    Diff Inv Date    13
153172    153172    2.0000000000000000    Diff Inv Date    13
155094    117296    2.0000000000000000    Diff Inv Date    13
155094    155094    2.0000000000000000    Diff Inv Date    13
156819    19959    2.0000000000000000    Diff Inv Date    13
156819    156819    2.0000000000000000    Diff Inv Date    13
156829    151398    2.0000000000000000    Diff Inv Date    13
156829    156829    2.0000000000000000    Diff Inv Date    13
157278    65635    2.0000000000000000    Diff Inv Date    13
157278    157278    2.0000000000000000    Diff Inv Date    13
157325    132661    2.0000000000000000    Diff Inv Date    13
157325    157325    2.0000000000000000    Diff Inv Date    13
158471    14180    2.0000000000000000    Diff Inv Date    13
158471    91459    2.0000000000000000    Diff Inv Date    13
158471    155292    2.0000000000000000    Diff Inv Date    13
158471    158471    2.0000000000000000    Diff Inv Date    13
159128    128791    2.0000000000000000    Diff Inv Date    13
159128    159128    2.0000000000000000    Diff Inv Date    13
160883    61376    2.0000000000000000    Diff Inv Date    13
160883    160883    2.0000000000000000    Diff Inv Date    13
161500    90068    2.0000000000000000    Diff Inv Date    13
161500    161500    2.0000000000000000    Diff Inv Date    13
162004    136060    -2.0000000000000000    Diff Inv Date    13
162004    162004    -2.0000000000000000    Diff Inv Date    13
162232    125267    2.0000000000000000    Diff Inv Date    13
162232    162232    2.0000000000000000    Diff Inv Date    13
162251    61525    2.0000000000000000    Diff Inv Date    13
162251    129964    2.0000000000000000    Diff Inv Date    13
162251    150342    2.0000000000000000    Diff Inv Date    13
162251    162251    2.0000000000000000    Diff Inv Date    13
162821    93845    2.0000000000000000    Diff Inv Date    13
162821    162821    2.0000000000000000    Diff Inv Date    13
163693    49071    2.0000000000000000    Diff Inv Date    13
163693    163693    2.0000000000000000    Diff Inv Date    13
165238    43193    2.0000000000000000    Diff Inv Date    13
165238    165238    2.0000000000000000    Diff Inv Date    13
165725    148536    2.0000000000000000    Diff Inv Date    13
165725    165725    2.0000000000000000    Diff Inv Date    13
166467    83242    2.0000000000000000    Diff Inv Date    13
166467    166467    2.0000000000000000    Diff Inv Date    13
167127    148527    2.0000000000000000    Diff Inv Date    13
167127    167127    2.0000000000000000    Diff Inv Date    13
167552    93562    2.0000000000000000    Diff Inv Date    13
167552    167552    2.0000000000000000    Diff Inv Date    13
168190    137120    -2.0000000000000000    Diff Inv Date    13
168190    168190    -2.0000000000000000    Diff Inv Date    13
168687    5386    2.0000000000000000    Diff Inv Date    13
168687    168687    2.0000000000000000    Diff Inv Date    13
169574    69996    2.0000000000000000    Diff Inv Date    13
169574    169574    2.0000000000000000    Diff Inv Date    13
174293    94225    2.0000000000000000    Diff Inv Date    13
174293    174293    2.0000000000000000    Diff Inv Date    13
174872    152007    2.0000000000000000    Diff Inv Date    13
174872    174872    2.0000000000000000    Diff Inv Date    13
175129    6272    2.0000000000000000    Diff Inv Date    13
175129    175129    2.0000000000000000    Diff Inv Date    13
175982    9593    2.0000000000000000    Diff Inv Date    13
175982    175982    2.0000000000000000    Diff Inv Date    13
176436    38583    2.0000000000000000    Diff Inv Date    13
176436    176436    2.0000000000000000    Diff Inv Date    13
177224    1263    2.0000000000000000    Diff Inv Date    13
177224    177224    2.0000000000000000    Diff Inv Date    13
178468    131616    2.0000000000000000    Diff Inv Date    13
178468    178468    2.0000000000000000    Diff Inv Date    13
179631    44974    2.0000000000000000    Diff Inv Date    13
179631    179631    2.0000000000000000    Diff Inv Date    13
181778    95191    2.0000000000000000    Diff Inv Date    13
181778    181778    2.0000000000000000    Diff Inv Date    13
182123    123518    2.0000000000000000    Diff Inv Date    13
182123    182123    2.0000000000000000    Diff Inv Date    13
182321    95668    2.0000000000000000    Diff Inv Date    13
182321    182321    2.0000000000000000    Diff Inv Date    13
182847    111731    2.0000000000000000    Diff Inv Date    13
182847    182847    2.0000000000000000    Diff Inv Date    13
183934    58914    2.0000000000000000    Diff Inv Date    13
183934    183934    2.0000000000000000    Diff Inv Date    13
185610    78656    2.0000000000000000    Diff Inv Date    13
185610    185610    2.0000000000000000    Diff Inv Date    13
185664    16136    2.0000000000000000    Diff Inv Date    13
185664    185664    2.0000000000000000    Diff Inv Date    13
187820    186616    2.0000000000000000    Diff Inv Date    13
187820    187820    2.0000000000000000    Diff Inv Date    13
189139    3533    2.0000000000000000    Diff Inv Date    13
189139    189139    2.0000000000000000    Diff Inv Date    13
189318    133845    -2.0000000000000000    Diff Inv Date    13
189318    189318    -2.0000000000000000    Diff Inv Date    13
194046    102620    2.0000000000000000    Diff Inv Date    13
194046    194046    2.0000000000000000    Diff Inv Date    13
194548    159934    2.0000000000000000    Diff Inv Date    13
194548    194548    2.0000000000000000    Diff Inv Date    13
195819    57746    2.0000000000000000    Diff Inv Date    13
195819    195819    2.0000000000000000    Diff Inv Date    13
196689    135242    2.0000000000000000    Diff Inv Date    13
196689    196689    2.0000000000000000    Diff Inv Date    13
197046    176424    2.0000000000000000    Diff Inv Date    13
197046    197046    2.0000000000000000    Diff Inv Date    13
198432    97614    2.0000000000000000    Diff Inv Date    13
198432    198432    2.0000000000000000    Diff Inv Date    13
198789    46264    2.0000000000000000    Diff Inv Date    13
198789    198789    2.0000000000000000    Diff Inv Date    13
199617    155363    2.0000000000000000    Diff Inv Date    13
199617    199617    2.0000000000000000    Diff Inv Date    13
201147    18943    2.0000000000000000    Diff Inv Date    13
201147    201147    2.0000000000000000    Diff Inv Date    13
203525    149581    2.0000000000000000    Diff Inv Date    13
203525    203525    2.0000000000000000    Diff Inv Date    13
206460    34801    2.0000000000000000    Diff Inv Date    13
206460    206460    2.0000000000000000    Diff Inv Date    13
207166    35846    2.0000000000000000    Diff Inv Date    13
207166    207166    2.0000000000000000    Diff Inv Date    13
207229    46871    2.0000000000000000    Diff Inv Date    13
207229    207229    2.0000000000000000    Diff Inv Date    13
207999    124064    2.0000000000000000    Diff Inv Date    13
207999    207999    2.0000000000000000    Diff Inv Date    13
208043    30836    2.0000000000000000    Diff Inv Date    13
208043    208043    2.0000000000000000    Diff Inv Date    13
208415    105336    2.0000000000000000    Diff Inv Date    13
208415    208415    2.0000000000000000    Diff Inv Date    13
209039    22946    2.0000000000000000    Diff Inv Date    13
209039    209039    2.0000000000000000    Diff Inv Date    13
209133    10014    2.0000000000000000    Diff Inv Date    13
209133    209133    2.0000000000000000    Diff Inv Date    13
212240    47934    2.0000000000000000    Diff Inv Date    13
212240    212240    2.0000000000000000    Diff Inv Date    13
212827    120915    2.0000000000000000    Diff Inv Date    13
212827    181145    2.0000000000000000    Diff Inv Date    13
212827    190078    2.0000000000000000    Diff Inv Date    13
212827    212827    2.0000000000000000    Diff Inv Date    13
213366    97749    2.0000000000000000    Diff Inv Date    13
213366    213366    2.0000000000000000    Diff Inv Date    13
213476    157598    2.0000000000000000    Diff Inv Date    13
213476    213476    2.0000000000000000    Diff Inv Date    13
213591    24301    2.0000000000000000    Diff Inv Date    13
213591    213591    2.0000000000000000    Diff Inv Date    13
21439    17232    2.0000000000000000    Diff Inv Date    13
21439    21439    2.0000000000000000    Diff Inv Date    13
214844    134555    2.0000000000000000    Diff Inv Date    13
214844    214844    2.0000000000000000    Diff Inv Date    13
215493    209645    2.0000000000000000    Diff Inv Date    13
215493    215493    2.0000000000000000    Diff Inv Date    13
215510    74007    2.0000000000000000    Diff Inv Date    13
215510    215510    2.0000000000000000    Diff Inv Date    13
218842    54273    2.0000000000000000    Diff Inv Date    13
218842    218842    2.0000000000000000    Diff Inv Date    13
23702    73    2.0000000000000000    Diff Inv Date    13
23702    23702    2.0000000000000000    Diff Inv Date    13
25236    6840    2.0000000000000000    Diff Inv Date    13
25236    25236    2.0000000000000000    Diff Inv Date    13
27068    2343    2.0000000000000000    Diff Inv Date    13
27068    27068    2.0000000000000000    Diff Inv Date    13
27124    2804    2.0000000000000000    Diff Inv Date    13
27124    27124    2.0000000000000000    Diff Inv Date    13
34064    30854    2.0000000000000000    Diff Inv Date    13
34064    34064    2.0000000000000000    Diff Inv Date    13
40440    18850    2.0000000000000000    Diff Inv Date    13
40440    40440    2.0000000000000000    Diff Inv Date    13
41498    6265    2.0000000000000000    Diff Inv Date    13
41498    41498    2.0000000000000000    Diff Inv Date    13
42366    5516    2.0000000000000000    Diff Inv Date    13
42366    42366    2.0000000000000000    Diff Inv Date    13
42624    18576    2.0000000000000000    Diff Inv Date    13
42624    42624    2.0000000000000000    Diff Inv Date    13
44797    35441    2.0000000000000000    Diff Inv Date    13
44797    44797    2.0000000000000000    Diff Inv Date    13
46774    36178    2.0000000000000000    Diff Inv Date    13
46774    46774    2.0000000000000000    Diff Inv Date    13
49359    4268    2.0000000000000000    Diff Inv Date    13
49359    49359    2.0000000000000000    Diff Inv Date    13
49588    33400    2.0000000000000000    Diff Inv Date    13
49588    49588    2.0000000000000000    Diff Inv Date    13
51190    5653    2.0000000000000000    Diff Inv Date    13
51190    51190    2.0000000000000000    Diff Inv Date    13
55187    5062    2.0000000000000000    Diff Inv Date    13
55187    55187    2.0000000000000000    Diff Inv Date    13
55401    52362    2.0000000000000000    Diff Inv Date    13
55401    55401    2.0000000000000000    Diff Inv Date    13
64400    19446    -2.0000000000000000    Diff Inv Date    13
64400    64400    -2.0000000000000000    Diff Inv Date    13
66980    15756    2.0000000000000000    Diff Inv Date    13
66980    66980    2.0000000000000000    Diff Inv Date    13
69007    52197    2.0000000000000000    Diff Inv Date    13
69007    69007    2.0000000000000000    Diff Inv Date    13
69244    58245    2.0000000000000000    Diff Inv Date    13
69244    69244    2.0000000000000000    Diff Inv Date    13
69331    57834    2.0000000000000000    Diff Inv Date    13
69331    69331    2.0000000000000000    Diff Inv Date    13
70193    7439    2.0000000000000000    Diff Inv Date    13
70193    70193    2.0000000000000000    Diff Inv Date    13
70241    48393    2.0000000000000000    Diff Inv Date    13
70241    70241    2.0000000000000000    Diff Inv Date    13
71963    61014    2.0000000000000000    Diff Inv Date    13
71963    71963    2.0000000000000000    Diff Inv Date    13
73056    40244    2.0000000000000000    Diff Inv Date    13
73056    73056    2.0000000000000000    Diff Inv Date    13
73882    38541    2.0000000000000000    Diff Inv Date    13
73882    73882    2.0000000000000000    Diff Inv Date    13
74459    43452    2.0000000000000000    Diff Inv Date    13
74459    74459    2.0000000000000000    Diff Inv Date    13
75359    50194    2.0000000000000000    Diff Inv Date    13
75359    75359    2.0000000000000000    Diff Inv Date    13
75949    31071    2.0000000000000000    Diff Inv Date    13
75949    75949    2.0000000000000000    Diff Inv Date    13
76430    75549    2.0000000000000000    Diff Inv Date    13
76430    76430    2.0000000000000000    Diff Inv Date    13
76941    29707    2.0000000000000000    Diff Inv Date    13
76941    76941    2.0000000000000000    Diff Inv Date    13
78216    48670    2.0000000000000000    Diff Inv Date    13
78216    78216    2.0000000000000000    Diff Inv Date    13
78271    40278    2.0000000000000000    Diff Inv Date    13
78271    78271    2.0000000000000000    Diff Inv Date    13
79043    12551    2.0000000000000000    Diff Inv Date    13
79043    79043    2.0000000000000000    Diff Inv Date    13
79990    44978    -2.0000000000000000    Diff Inv Date    13
79990    79990    -2.0000000000000000    Diff Inv Date    13
8045    2592    2.0000000000000000    Diff Inv Date    13
8045    8045    2.0000000000000000    Diff Inv Date    13
81165    8656    2.0000000000000000    Diff Inv Date    13
81165    81165    2.0000000000000000    Diff Inv Date    13
81669    1805    2.0000000000000000    Diff Inv Date    13
81669    81669    2.0000000000000000    Diff Inv Date    13
82998    16573    2.0000000000000000    Diff Inv Date    13
82998    82998    2.0000000000000000    Diff Inv Date    13
84220    37020    2.0000000000000000    Diff Inv Date    13
84220    84220    2.0000000000000000    Diff Inv Date    13
84692    56546    2.0000000000000000    Diff Inv Date    13
84692    84692    2.0000000000000000    Diff Inv Date    13
84957    68435    2.0000000000000000    Diff Inv Date    13
84957    84957    2.0000000000000000    Diff Inv Date    13
85490    22611    2.0000000000000000    Diff Inv Date    13
85490    85490    2.0000000000000000    Diff Inv Date    13
86150    61597    2.0000000000000000    Diff Inv Date    13
86150    86150    2.0000000000000000    Diff Inv Date    13
86164    56481    2.0000000000000000    Diff Inv Date    13
86164    86164    2.0000000000000000    Diff Inv Date    13
86531    52894    -2.0000000000000000    Diff Inv Date    13
86531    86531    -2.0000000000000000    Diff Inv Date    13
86607    26743    2.0000000000000000    Diff Inv Date    13
86607    86607    2.0000000000000000    Diff Inv Date    13
87141    66141    2.0000000000000000    Diff Inv Date    13
87141    87141    2.0000000000000000    Diff Inv Date    13
88678    18954    2.0000000000000000    Diff Inv Date    13
88678    88678    2.0000000000000000    Diff Inv Date    13
90709    88414    2.0000000000000000    Diff Inv Date    13
90709    90709    2.0000000000000000    Diff Inv Date    13
91200    81514    2.0000000000000000    Diff Inv Date    13
91200    91200    2.0000000000000000    Diff Inv Date    13
91506    69997    2.0000000000000000    Diff Inv Date    13
91506    91506    2.0000000000000000    Diff Inv Date    13
93970    319    -2.0000000000000000    Diff Inv Date    13
93970    93970    -2.0000000000000000    Diff Inv Date    13
94238    47504    2.0000000000000000    Diff Inv Date    13
94238    94238    2.0000000000000000    Diff Inv Date    13
94443    4603    2.0000000000000000    Diff Inv Date    13
94443    94443    2.0000000000000000    Diff Inv Date    13
96982    65527    2.0000000000000000    Diff Inv Date    13
96982    96982    2.0000000000000000    Diff Inv Date    13
98882    95402    2.0000000000000000    Diff Inv Date    13
98882    98882    2.0000000000000000    Diff Inv Date    13
99527    26622    2.0000000000000000    Diff Inv Date    13
99527    99527    2.0000000000000000    Diff Inv Date    13
99731    92923    2.0000000000000000    Diff Inv Date    13
99731    99731    2.0000000000000000    Diff Inv Date    13
99837    69146    2.0000000000000000    Diff Inv Date    13
99837    99837    2.0000000000000000    Diff Inv Date    13
102272    16675    2.0000000000000000    Diff Vendor Nber and Inv Date    14
102272    102272    2.0000000000000000    Diff Vendor Nber and Inv Date    14
103654    3689    2.0000000000000000    Diff Vendor Nber and Inv Date    14
103654    103654    2.0000000000000000    Diff Vendor Nber and Inv Date    14
105285    1263    2.0000000000000000    Diff Vendor Nber and Inv Date    14
105285    105285    2.0000000000000000    Diff Vendor Nber and Inv Date    14
107963    18953    2.0000000000000000    Diff Vendor Nber and Inv Date    14
107963    107963    2.0000000000000000    Diff Vendor Nber and Inv Date    14
115397    75162    2.0000000000000000    Diff Vendor Nber and Inv Date    14
115397    115397    2.0000000000000000    Diff Vendor Nber and Inv Date    14
118069    17039    2.0000000000000000    Diff Vendor Nber and Inv Date    14
118069    118069    2.0000000000000000    Diff Vendor Nber and Inv Date    14
119423    13917    2.0000000000000000    Diff Vendor Nber and Inv Date    14
119423    119423    2.0000000000000000    Diff Vendor Nber and Inv Date    14
121428    104712    2.0000000000000000    Diff Vendor Nber and Inv Date    14
121428    121428    2.0000000000000000    Diff Vendor Nber and Inv Date    14
122701    95693    2.0000000000000000    Diff Vendor Nber and Inv Date    14
122701    122701    2.0000000000000000    Diff Vendor Nber and Inv Date    14
124309    20544    2.0000000000000000    Diff Vendor Nber and Inv Date    14
124309    124309    2.0000000000000000    Diff Vendor Nber and Inv Date    14
126372    63172    2.0000000000000000    Diff Vendor Nber and Inv Date    14
126372    126372    2.0000000000000000    Diff Vendor Nber and Inv Date    14
132005    5139    2.0000000000000000    Diff Vendor Nber and Inv Date    14
132005    132005    2.0000000000000000    Diff Vendor Nber and Inv Date    14
134570    58914    2.0000000000000000    Diff Vendor Nber and Inv Date    14
134570    134570    2.0000000000000000    Diff Vendor Nber and Inv Date    14
134825    125946    2.0000000000000000    Diff Vendor Nber and Inv Date    14
134825    134825    2.0000000000000000    Diff Vendor Nber and Inv Date    14
135768    30034    2.0000000000000000    Diff Vendor Nber and Inv Date    14
135768    135768    2.0000000000000000    Diff Vendor Nber and Inv Date    14
135860    35937    2.0000000000000000    Diff Vendor Nber and Inv Date    14
135860    135860    2.0000000000000000    Diff Vendor Nber and Inv Date    14
136584    54273    2.0000000000000000    Diff Vendor Nber and Inv Date    14
136584    136584    2.0000000000000000    Diff Vendor Nber and Inv Date    14
138981    44967    2.0000000000000000    Diff Vendor Nber and Inv Date    14
138981    138981    2.0000000000000000    Diff Vendor Nber and Inv Date    14
139980    73068    2.0000000000000000    Diff Vendor Nber and Inv Date    14
139980    139980    2.0000000000000000    Diff Vendor Nber and Inv Date    14
145191    138455    2.0000000000000000    Diff Vendor Nber and Inv Date    14
145191    145191    2.0000000000000000    Diff Vendor Nber and Inv Date    14
145639    44043    2.0000000000000000    Diff Vendor Nber and Inv Date    14
145639    145639    2.0000000000000000    Diff Vendor Nber and Inv Date    14
145857    76806    2.0000000000000000    Diff Vendor Nber and Inv Date    14
145857    145857    2.0000000000000000    Diff Vendor Nber and Inv Date    14
146261    2581    2.0000000000000000    Diff Vendor Nber and Inv Date    14
146261    146261    2.0000000000000000    Diff Vendor Nber and Inv Date    14
148341    135523    2.0000000000000000    Diff Vendor Nber and Inv Date    14
148341    148341    2.0000000000000000    Diff Vendor Nber and Inv Date    14
148398    37619    2.0000000000000000    Diff Vendor Nber and Inv Date    14
148398    148398    2.0000000000000000    Diff Vendor Nber and Inv Date    14
150415    64800    2.0000000000000000    Diff Vendor Nber and Inv Date    14
150415    150415    2.0000000000000000    Diff Vendor Nber and Inv Date    14
151981    90431    2.0000000000000000    Diff Vendor Nber and Inv Date    14
151981    151981    2.0000000000000000    Diff Vendor Nber and Inv Date    14
152027    16706    2.0000000000000000    Diff Vendor Nber and Inv Date    14
152027    152027    2.0000000000000000    Diff Vendor Nber and Inv Date    14
152513    30183    2.0000000000000000    Diff Vendor Nber and Inv Date    14
152513    152513    2.0000000000000000    Diff Vendor Nber and Inv Date    14
154602    70437    2.0000000000000000    Diff Vendor Nber and Inv Date    14
154602    154602    2.0000000000000000    Diff Vendor Nber and Inv Date    14
155537    120454    2.0000000000000000    Diff Vendor Nber and Inv Date    14
155537    155537    2.0000000000000000    Diff Vendor Nber and Inv Date    14
155859    105281    2.0000000000000000    Diff Vendor Nber and Inv Date    14
155859    155859    2.0000000000000000    Diff Vendor Nber and Inv Date    14
157265    151188    2.0000000000000000    Diff Vendor Nber and Inv Date    14
157265    157265    2.0000000000000000    Diff Vendor Nber and Inv Date    14
157708    78793    2.0000000000000000    Diff Vendor Nber and Inv Date    14
157708    157708    2.0000000000000000    Diff Vendor Nber and Inv Date    14
157762    141522    2.0000000000000000    Diff Vendor Nber and Inv Date    14
157762    157762    2.0000000000000000    Diff Vendor Nber and Inv Date    14
159575    76554    2.0000000000000000    Diff Vendor Nber and Inv Date    14
159575    159575    2.0000000000000000    Diff Vendor Nber and Inv Date    14
159757    73068    2.0000000000000000    Diff Vendor Nber and Inv Date    14
159757    159757    2.0000000000000000    Diff Vendor Nber and Inv Date    14
160413    44929    2.0000000000000000    Diff Vendor Nber and Inv Date    14
160413    160413    2.0000000000000000    Diff Vendor Nber and Inv Date    14
163157    42603    2.0000000000000000    Diff Vendor Nber and Inv Date    14
163157    163157    2.0000000000000000    Diff Vendor Nber and Inv Date    14
163979    13424    2.0000000000000000    Diff Vendor Nber and Inv Date    14
163979    163979    2.0000000000000000    Diff Vendor Nber and Inv Date    14
164716    50596    2.0000000000000000    Diff Vendor Nber and Inv Date    14
164716    164716    2.0000000000000000    Diff Vendor Nber and Inv Date    14
166045    63172    2.0000000000000000    Diff Vendor Nber and Inv Date    14
166045    166045    2.0000000000000000    Diff Vendor Nber and Inv Date    14
167552    41925    2.0000000000000000    Diff Vendor Nber and Inv Date    14
167552    167552    2.0000000000000000    Diff Vendor Nber and Inv Date    14
169626    94782    2.0000000000000000    Diff Vendor Nber and Inv Date    14
169626    169626    2.0000000000000000    Diff Vendor Nber and Inv Date    14
170970    63172    2.0000000000000000    Diff Vendor Nber and Inv Date    14
170970    170970    2.0000000000000000    Diff Vendor Nber and Inv Date    14
172628    151143    2.0000000000000000    Diff Vendor Nber and Inv Date    14
172628    172628    2.0000000000000000    Diff Vendor Nber and Inv Date    14
173318    82903    2.0000000000000000    Diff Vendor Nber and Inv Date    14
173318    173318    2.0000000000000000    Diff Vendor Nber and Inv Date    14
173833    42285    2.0000000000000000    Diff Vendor Nber and Inv Date    14
173833    173833    2.0000000000000000    Diff Vendor Nber and Inv Date    14
174199    150328    2.0000000000000000    Diff Vendor Nber and Inv Date    14
174199    174199    2.0000000000000000    Diff Vendor Nber and Inv Date    14
174374    172869    2.0000000000000000    Diff Vendor Nber and Inv Date    14
174374    174374    2.0000000000000000    Diff Vendor Nber and Inv Date    14
174585    13365    2.0000000000000000    Diff Vendor Nber and Inv Date    14
174585    174585    2.0000000000000000    Diff Vendor Nber and Inv Date    14
175686    38686    2.0000000000000000    Diff Vendor Nber and Inv Date    14
175686    59507    2.0000000000000000    Diff Vendor Nber and Inv Date    14
175686    79303    2.0000000000000000    Diff Vendor Nber and Inv Date    14
175686    175686    2.0000000000000000    Diff Vendor Nber and Inv Date    14
177224    105285    2.0000000000000000    Diff Vendor Nber and Inv Date    14
177224    177224    2.0000000000000000    Diff Vendor Nber and Inv Date    14
179912    78969    2.0000000000000000    Diff Vendor Nber and Inv Date    14
179912    179912    2.0000000000000000    Diff Vendor Nber and Inv Date    14
182945    38686    2.0000000000000000    Diff Vendor Nber and Inv Date    14
182945    59507    2.0000000000000000    Diff Vendor Nber and Inv Date    14
182945    84733    2.0000000000000000    Diff Vendor Nber and Inv Date    14
182945    175686    2.0000000000000000    Diff Vendor Nber and Inv Date    14
182945    182838    2.0000000000000000    Diff Vendor Nber and Inv Date    14
182945    182945    2.0000000000000000    Diff Vendor Nber and Inv Date    14
183072    30034    2.0000000000000000    Diff Vendor Nber and Inv Date    14
183072    183072    2.0000000000000000    Diff Vendor Nber and Inv Date    14
184280    59277    2.0000000000000000    Diff Vendor Nber and Inv Date    14
184280    184280    2.0000000000000000    Diff Vendor Nber and Inv Date    14
184394    20515    2.0000000000000000    Diff Vendor Nber and Inv Date    14
184394    184394    2.0000000000000000    Diff Vendor Nber and Inv Date    14
184986    20251    2.0000000000000000    Diff Vendor Nber and Inv Date    14
184986    184986    2.0000000000000000    Diff Vendor Nber and Inv Date    14
186843    81119    2.0000000000000000    Diff Vendor Nber and Inv Date    14
186843    186843    2.0000000000000000    Diff Vendor Nber and Inv Date    14
188678    42920    2.0000000000000000    Diff Vendor Nber and Inv Date    14
188678    188678    2.0000000000000000    Diff Vendor Nber and Inv Date    14
188790    94129    2.0000000000000000    Diff Vendor Nber and Inv Date    14
188790    188790    2.0000000000000000    Diff Vendor Nber and Inv Date    14
189698    135328    2.0000000000000000    Diff Vendor Nber and Inv Date    14
189698    189698    2.0000000000000000    Diff Vendor Nber and Inv Date    14
189790    27552    2.0000000000000000    Diff Vendor Nber and Inv Date    14
189790    32035    2.0000000000000000    Diff Vendor Nber and Inv Date    14
189790    54645    2.0000000000000000    Diff Vendor Nber and Inv Date    14
189790    189790    2.0000000000000000    Diff Vendor Nber and Inv Date    14
190305    23021    2.0000000000000000    Diff Vendor Nber and Inv Date    14
190305    190305    2.0000000000000000    Diff Vendor Nber and Inv Date    14
193372    189396    2.0000000000000000    Diff Vendor Nber and Inv Date    14
193372    193372    2.0000000000000000    Diff Vendor Nber and Inv Date    14
193478    116824    2.0000000000000000    Diff Vendor Nber and Inv Date    14
193478    193478    2.0000000000000000    Diff Vendor Nber and Inv Date    14
194558    106812    2.0000000000000000    Diff Vendor Nber and Inv Date    14
194558    194558    2.0000000000000000    Diff Vendor Nber and Inv Date    14
195319    2823    2.0000000000000000    Diff Vendor Nber and Inv Date    14
195319    195319    2.0000000000000000    Diff Vendor Nber and Inv Date    14
196298    15917    2.0000000000000000    Diff Vendor Nber and Inv Date    14
196298    196298    2.0000000000000000    Diff Vendor Nber and Inv Date    14
196549    65891    2.0000000000000000    Diff Vendor Nber and Inv Date    14
196549    196549    2.0000000000000000    Diff Vendor Nber and Inv Date    14
197123    150104    2.0000000000000000    Diff Vendor Nber and Inv Date    14
197123    197123    2.0000000000000000    Diff Vendor Nber and Inv Date    14
197635    71219    2.0000000000000000    Diff Vendor Nber and Inv Date    14
197635    197635    2.0000000000000000    Diff Vendor Nber and Inv Date    14
197993    106241    2.0000000000000000    Diff Vendor Nber and Inv Date    14
197993    197993    2.0000000000000000    Diff Vendor Nber and Inv Date    14
198164    23021    2.0000000000000000    Diff Vendor Nber and Inv Date    14
198164    198164    2.0000000000000000    Diff Vendor Nber and Inv Date    14
198227    166900    2.0000000000000000    Diff Vendor Nber and Inv Date    14
198227    198227    2.0000000000000000    Diff Vendor Nber and Inv Date    14
199355    111425    2.0000000000000000    Diff Vendor Nber and Inv Date    14
199355    199355    2.0000000000000000    Diff Vendor Nber and Inv Date    14
199662    40590    2.0000000000000000    Diff Vendor Nber and Inv Date    14
199662    199662    2.0000000000000000    Diff Vendor Nber and Inv Date    14
200451    28014    2.0000000000000000    Diff Vendor Nber and Inv Date    14
200451    46078    2.0000000000000000    Diff Vendor Nber and Inv Date    14
200451    83185    2.0000000000000000    Diff Vendor Nber and Inv Date    14
200451    91558    2.0000000000000000    Diff Vendor Nber and Inv Date    14
200451    109176    2.0000000000000000    Diff Vendor Nber and Inv Date    14
200451    112675    2.0000000000000000    Diff Vendor Nber and Inv Date    14
200451    120668    2.0000000000000000    Diff Vendor Nber and Inv Date    14
200451    129018    2.0000000000000000    Diff Vendor Nber and Inv Date    14
200451    156682    2.0000000000000000    Diff Vendor Nber and Inv Date    14
200451    165779    2.0000000000000000    Diff Vendor Nber and Inv Date    14
200451    198756    2.0000000000000000    Diff Vendor Nber and Inv Date    14
200451    200451    2.0000000000000000    Diff Vendor Nber and Inv Date    14
201595    29045    2.0000000000000000    Diff Vendor Nber and Inv Date    14
201595    201595    2.0000000000000000    Diff Vendor Nber and Inv Date    14
204071    78969    2.0000000000000000    Diff Vendor Nber and Inv Date    14
204071    204071    2.0000000000000000    Diff Vendor Nber and Inv Date    14
204383    40627    2.0000000000000000    Diff Vendor Nber and Inv Date    14
204383    204383    2.0000000000000000    Diff Vendor Nber and Inv Date    14
205837    19231    2.0000000000000000    Diff Vendor Nber and Inv Date    14
205837    205837    2.0000000000000000    Diff Vendor Nber and Inv Date    14
206502    69514    -2.0000000000000000    Diff Vendor Nber and Inv Date    14
206502    206502    -2.0000000000000000    Diff Vendor Nber and Inv Date    14
207175    21909    2.0000000000000000    Diff Vendor Nber and Inv Date    14
207175    207175    2.0000000000000000    Diff Vendor Nber and Inv Date    14
209133    168023    2.0000000000000000    Diff Vendor Nber and Inv Date    14
209133    209133    2.0000000000000000    Diff Vendor Nber and Inv Date    14
210342    38686    2.0000000000000000    Diff Vendor Nber and Inv Date    14
210342    59507    2.0000000000000000    Diff Vendor Nber and Inv Date    14
210342    79303    2.0000000000000000    Diff Vendor Nber and Inv Date    14
210342    182838    2.0000000000000000    Diff Vendor Nber and Inv Date    14
210342    182945    2.0000000000000000    Diff Vendor Nber and Inv Date    14
210342    210342    2.0000000000000000    Diff Vendor Nber and Inv Date    14
213994    94129    2.0000000000000000    Diff Vendor Nber and Inv Date    14
213994    213994    2.0000000000000000    Diff Vendor Nber and Inv Date    14
215612    139271    2.0000000000000000    Diff Vendor Nber and Inv Date    14
215612    215612    2.0000000000000000    Diff Vendor Nber and Inv Date    14
216250    202710    2.0000000000000000    Diff Vendor Nber and Inv Date    14
216250    216250    2.0000000000000000    Diff Vendor Nber and Inv Date    14
216993    168863    2.0000000000000000    Diff Vendor Nber and Inv Date    14
216993    216993    2.0000000000000000    Diff Vendor Nber and Inv Date    14
218566    168863    2.0000000000000000    Diff Vendor Nber and Inv Date    14
218566    218566    2.0000000000000000    Diff Vendor Nber and Inv Date    14
23832    11966    2.0000000000000000    Diff Vendor Nber and Inv Date    14
23832    23832    2.0000000000000000    Diff Vendor Nber and Inv Date    14
2856    129    2.0000000000000000    Diff Vendor Nber and Inv Date    14
2856    2856    2.0000000000000000    Diff Vendor Nber and Inv Date    14
30034    18791    2.0000000000000000    Diff Vendor Nber and Inv Date    14
30034    30034    2.0000000000000000    Diff Vendor Nber and Inv Date    14
30662    28054    2.0000000000000000    Diff Vendor Nber and Inv Date    14
30662    30662    2.0000000000000000    Diff Vendor Nber and Inv Date    14
35576    31048    2.0000000000000000    Diff Vendor Nber and Inv Date    14
35576    35576    2.0000000000000000    Diff Vendor Nber and Inv Date    14
37897    29206    2.0000000000000000    Diff Vendor Nber and Inv Date    14
37897    37897    2.0000000000000000    Diff Vendor Nber and Inv Date    14
40809    16198    2.0000000000000000    Diff Vendor Nber and Inv Date    14
40809    40809    2.0000000000000000    Diff Vendor Nber and Inv Date    14
45633    31776    2.0000000000000000    Diff Vendor Nber and Inv Date    14
45633    45633    2.0000000000000000    Diff Vendor Nber and Inv Date    14
47821    39459    2.0000000000000000    Diff Vendor Nber and Inv Date    14
47821    47821    2.0000000000000000    Diff Vendor Nber and Inv Date    14
48193    46403    2.0000000000000000    Diff Vendor Nber and Inv Date    14
48193    48193    2.0000000000000000    Diff Vendor Nber and Inv Date    14
50234    23244    2.0000000000000000    Diff Vendor Nber and Inv Date    14
50234    50234    2.0000000000000000    Diff Vendor Nber and Inv Date    14
54273    6596    2.0000000000000000    Diff Vendor Nber and Inv Date    14
54273    54273    2.0000000000000000    Diff Vendor Nber and Inv Date    14
55690    12059    2.0000000000000000    Diff Vendor Nber and Inv Date    14
55690    55690    2.0000000000000000    Diff Vendor Nber and Inv Date    14
55734    27364    2.0000000000000000    Diff Vendor Nber and Inv Date    14
55734    55734    2.0000000000000000    Diff Vendor Nber and Inv Date    14
58914    48860    2.0000000000000000    Diff Vendor Nber and Inv Date    14
58914    58914    2.0000000000000000    Diff Vendor Nber and Inv Date    14
59032    37341    2.0000000000000000    Diff Vendor Nber and Inv Date    14
59032    41479    2.0000000000000000    Diff Vendor Nber and Inv Date    14
59032    56273    2.0000000000000000    Diff Vendor Nber and Inv Date    14
59032    59032    2.0000000000000000    Diff Vendor Nber and Inv Date    14
63172    10808    2.0000000000000000    Diff Vendor Nber and Inv Date    14
63172    63172    2.0000000000000000    Diff Vendor Nber and Inv Date    14
64004    9873    2.0000000000000000    Diff Vendor Nber and Inv Date    14
64004    64004    2.0000000000000000    Diff Vendor Nber and Inv Date    14
65494    38401    2.0000000000000000    Diff Vendor Nber and Inv Date    14
65494    65494    2.0000000000000000    Diff Vendor Nber and Inv Date    14
66466    13450    2.0000000000000000    Diff Vendor Nber and Inv Date    14
66466    66466    2.0000000000000000    Diff Vendor Nber and Inv Date    14
69358    34436    2.0000000000000000    Diff Vendor Nber and Inv Date    14
69358    69358    2.0000000000000000    Diff Vendor Nber and Inv Date    14
72424    22175    2.0000000000000000    Diff Vendor Nber and Inv Date    14
72424    72424    2.0000000000000000    Diff Vendor Nber and Inv Date    14
73966    41966    2.0000000000000000    Diff Vendor Nber and Inv Date    14
73966    73966    2.0000000000000000    Diff Vendor Nber and Inv Date    14
74459    73068    2.0000000000000000    Diff Vendor Nber and Inv Date    14
74459    74459    2.0000000000000000    Diff Vendor Nber and Inv Date    14
77763    45633    2.0000000000000000    Diff Vendor Nber and Inv Date    14
77763    77763    2.0000000000000000    Diff Vendor Nber and Inv Date    14
77858    52565    2.0000000000000000    Diff Vendor Nber and Inv Date    14
77858    77858    2.0000000000000000    Diff Vendor Nber and Inv Date    14
77998    13303    2.0000000000000000    Diff Vendor Nber and Inv Date    14
77998    14180    2.0000000000000000    Diff Vendor Nber and Inv Date    14
77998    68914    2.0000000000000000    Diff Vendor Nber and Inv Date    14
77998    77998    2.0000000000000000    Diff Vendor Nber and Inv Date    14
79245    16552    2.0000000000000000    Diff Vendor Nber and Inv Date    14
79245    79245    2.0000000000000000    Diff Vendor Nber and Inv Date    14
80202    26405    2.0000000000000000    Diff Vendor Nber and Inv Date    14
80202    80202    2.0000000000000000    Diff Vendor Nber and Inv Date    14
81315    36927    2.0000000000000000    Diff Vendor Nber and Inv Date    14
81315    81315    2.0000000000000000    Diff Vendor Nber and Inv Date    14
81514    26440    2.0000000000000000    Diff Vendor Nber and Inv Date    14
81514    81514    2.0000000000000000    Diff Vendor Nber and Inv Date    14
82517    47220    2.0000000000000000    Diff Vendor Nber and Inv Date    14
82517    82517    2.0000000000000000    Diff Vendor Nber and Inv Date    14
83148    72709    2.0000000000000000    Diff Vendor Nber and Inv Date    14
83148    83148    2.0000000000000000    Diff Vendor Nber and Inv Date    14
83884    48932    2.0000000000000000    Diff Vendor Nber and Inv Date    14
83884    83884    2.0000000000000000    Diff Vendor Nber and Inv Date    14
85868    61507    2.0000000000000000    Diff Vendor Nber and Inv Date    14
85868    85868    2.0000000000000000    Diff Vendor Nber and Inv Date    14
87209    2746    2.0000000000000000    Diff Vendor Nber and Inv Date    14
87209    87209    2.0000000000000000    Diff Vendor Nber and Inv Date    14
87774    70965    2.0000000000000000    Diff Vendor Nber and Inv Date    14
87774    87774    2.0000000000000000    Diff Vendor Nber and Inv Date    14
88075    4924    2.0000000000000000    Diff Vendor Nber and Inv Date    14
88075    88075    2.0000000000000000    Diff Vendor Nber and Inv Date    14
88445    86478    2.0000000000000000    Diff Vendor Nber and Inv Date    14
88445    88445    2.0000000000000000    Diff Vendor Nber and Inv Date    14
89377    28946    2.0000000000000000    Diff Vendor Nber and Inv Date    14
89377    89377    2.0000000000000000    Diff Vendor Nber and Inv Date    14
89941    23694    2.0000000000000000    Diff Vendor Nber and Inv Date    14
89941    89941    2.0000000000000000    Diff Vendor Nber and Inv Date    14
91200    26440    2.0000000000000000    Diff Vendor Nber and Inv Date    14
91200    91200    2.0000000000000000    Diff Vendor Nber and Inv Date    14
91799    11745    2.0000000000000000    Diff Vendor Nber and Inv Date    14
91799    91799    2.0000000000000000    Diff Vendor Nber and Inv Date    14
92126    42920    2.0000000000000000    Diff Vendor Nber and Inv Date    14
92126    92126    2.0000000000000000    Diff Vendor Nber and Inv Date    14
92923    53461    2.0000000000000000    Diff Vendor Nber and Inv Date    14
92923    92923    2.0000000000000000    Diff Vendor Nber and Inv Date    14
93562    41925    2.0000000000000000    Diff Vendor Nber and Inv Date    14
93562    93562    2.0000000000000000    Diff Vendor Nber and Inv Date    14
94129    19957    2.0000000000000000    Diff Vendor Nber and Inv Date    14
94129    94129    2.0000000000000000    Diff Vendor Nber and Inv Date    14
95766    34913    2.0000000000000000    Diff Vendor Nber and Inv Date    14
95766    95766    2.0000000000000000    Diff Vendor Nber and Inv Date    14
95952    31833    2.0000000000000000    Diff Vendor Nber and Inv Date    14
95952    95952    2.0000000000000000    Diff Vendor Nber and Inv Date    14
96032    55885    2.0000000000000000    Diff Vendor Nber and Inv Date    14
96032    96032    2.0000000000000000    Diff Vendor Nber and Inv Date    14
96098    74177    2.0000000000000000    Diff Vendor Nber and Inv Date    14
96098    96098    2.0000000000000000    Diff Vendor Nber and Inv Date    14
96612    7922    2.0000000000000000    Diff Vendor Nber and Inv Date    14
96612    96612    2.0000000000000000    Diff Vendor Nber and Inv Date    14
97421    58914    2.0000000000000000    Diff Vendor Nber and Inv Date    14
97421    97421    2.0000000000000000    Diff Vendor Nber and Inv Date    14
97725    90024    2.0000000000000000    Diff Vendor Nber and Inv Date    14
97725    97725    2.0000000000000000    Diff Vendor Nber and Inv Date    14
9872    3403    2.0000000000000000    Diff Vendor Nber and Inv Date    14
9872    9872    2.0000000000000000    Diff Vendor Nber and Inv Date    14
99731    53461    2.0000000000000000    Diff Vendor Nber and Inv Date    14
99731    99731    2.0000000000000000    Diff Vendor Nber and Inv Date    14
99860    89932    2.0000000000000000    Diff Vendor Nber and Inv Date    14
99860    99860    2.0000000000000000    Diff Vendor Nber and Inv Date    14
109342    86973    2.0000000000000000    One Contains The Other    22
109342    109342    2.0000000000000000    One Contains The Other    22
140790    53252    2.0000000000000000    One Contains The Other    22
140790    140790    2.0000000000000000    One Contains The Other    22
141870    92714    2.0000000000000000    One Contains The Other    22
141870    141870    2.0000000000000000    One Contains The Other    22
156819    146683    2.0000000000000000    One Contains The Other    22
156819    156819    2.0000000000000000    One Contains The Other    22
173380    127310    -2.0000000000000000    One Contains The Other    22
173380    173380    -2.0000000000000000    One Contains The Other    22
178177    162957    -2.0000000000000000    One Contains The Other    22
178177    178177    -2.0000000000000000    One Contains The Other    22
194821    48860    2.0000000000000000    One Contains The Other    22
194821    194821    2.0000000000000000    One Contains The Other    22
198127    92830    -2.0000000000000000    One Contains The Other    22
198127    198127    -2.0000000000000000    One Contains The Other    22
201399    24006    -2.0000000000000000    One Contains The Other    22
201399    201399    -2.0000000000000000    One Contains The Other    22
210514    198859    -2.0000000000000000    One Contains The Other    22
210514    210514    -2.0000000000000000    One Contains The Other    22
21428    4852    -2.0000000000000000    One Contains The Other    22
21428    21428    -2.0000000000000000    One Contains The Other    22
24680    18618    -2.0000000000000000    One Contains The Other    22
24680    24680    -2.0000000000000000    One Contains The Other    22
33762    30520    -2.0000000000000000    One Contains The Other    22
33762    33762    -2.0000000000000000    One Contains The Other    22
40115    23487    -2.0000000000000000    One Contains The Other    22
40115    40115    -2.0000000000000000    One Contains The Other    22
44926    4126    -2.0000000000000000    One Contains The Other    22
44926    44926    -2.0000000000000000    One Contains The Other    22
48303    46979    2.0000000000000000    One Contains The Other    22
48303    48303    2.0000000000000000    One Contains The Other    22
50380    30374    -2.0000000000000000    One Contains The Other    22
50380    50380    -2.0000000000000000    One Contains The Other    22
56975    46542    -2.0000000000000000    One Contains The Other    22
56975    56975    -2.0000000000000000    One Contains The Other    22
58695    16792    -2.0000000000000000    One Contains The Other    22
58695    58695    -2.0000000000000000    One Contains The Other    22
69643    62526    -2.0000000000000000    One Contains The Other    22
69643    69643    -2.0000000000000000    One Contains The Other    22
70183    42948    -2.0000000000000000    One Contains The Other    22
70183    70183    -2.0000000000000000    One Contains The Other    22
70747    63792    -2.0000000000000000    One Contains The Other    22
70747    70747    -2.0000000000000000    One Contains The Other    22
72098    38565    -2.0000000000000000    One Contains The Other    22
72098    72098    -2.0000000000000000    One Contains The Other    22
72237    47357    -2.0000000000000000    One Contains The Other    22
72237    72237    -2.0000000000000000    One Contains The Other    22
72655    38250    2.0000000000000000    One Contains The Other    22
72655    72655    2.0000000000000000    One Contains The Other    22
72747    48206    2.0000000000000000    One Contains The Other    22
72747    72747    2.0000000000000000    One Contains The Other    22
73197    49222    -2.0000000000000000    One Contains The Other    22
73197    73197    -2.0000000000000000    One Contains The Other    22
76340    54615    -2.0000000000000000    One Contains The Other    22
76340    76340    -2.0000000000000000    One Contains The Other    22
76629    18825    -2.0000000000000000    One Contains The Other    22
76629    76629    -2.0000000000000000    One Contains The Other    22
80354    54321    -2.0000000000000000    One Contains The Other    22
80354    80354    -2.0000000000000000    One Contains The Other    22
84421    80187    -2.0000000000000000    One Contains The Other    22
84421    84421    -2.0000000000000000    One Contains The Other    22
84904    39960    -2.0000000000000000    One Contains The Other    22
84904    84904    -2.0000000000000000    One Contains The Other    22
84909    24976    -2.0000000000000000    One Contains The Other    22
84909    84909    -2.0000000000000000    One Contains The Other    22
85799    12929    -2.0000000000000000    One Contains The Other    22
85799    85799    -2.0000000000000000    One Contains The Other    22
86603    985    -2.0000000000000000    One Contains The Other    22
86603    86603    -2.0000000000000000    One Contains The Other    22
87506    16024    -2.0000000000000000    One Contains The Other    22
87506    27916    -2.0000000000000000    One Contains The Other    22
87506    56068    -2.0000000000000000    One Contains The Other    22
87506    87506    -2.0000000000000000    One Contains The Other    22
89749    36397    -2.0000000000000000    One Contains The Other    22
89749    89749    -2.0000000000000000    One Contains The Other    22
89783    538    2.0000000000000000    One Contains The Other    22
89783    89783    2.0000000000000000    One Contains The Other    22
89862    4988    -2.0000000000000000    One Contains The Other    22
89862    89862    -2.0000000000000000    One Contains The Other    22
92617    73710    -2.0000000000000000    One Contains The Other    22
92617    92617    -2.0000000000000000    One Contains The Other    22
92867    28775    -2.0000000000000000    One Contains The Other    22
92867    92867    -2.0000000000000000    One Contains The Other    22
93291    27597    2.0000000000000000    One Contains The Other    22
93291    93291    2.0000000000000000    One Contains The Other    22
94767    40640    2.0000000000000000    One Contains The Other    22
94767    94767    2.0000000000000000    One Contains The Other    22
95226    78333    -2.0000000000000000    One Contains The Other    22
95226    95226    -2.0000000000000000    One Contains The Other    22
95542    55482    -2.0000000000000000    One Contains The Other    22
95542    95542    -2.0000000000000000    One Contains The Other    22
95828    38618    2.0000000000000000    One Contains The Other    22
95828    95828    2.0000000000000000    One Contains The Other    22
97762    16926    -2.0000000000000000    One Contains The Other    22
97762    97762    -2.0000000000000000    One Contains The Other    22
99151    31560    -2.0000000000000000    One Contains The Other    22
99151    99151    -2.0000000000000000    One Contains The Other    22
109342    86973    2.0000000000000000    Numbers Only    23
109342    109342    2.0000000000000000    Numbers Only    23
173380    127310    -2.0000000000000000    Numbers Only    23
173380    173380    -2.0000000000000000    Numbers Only    23
198127    92830    -2.0000000000000000    Numbers Only    23
198127    198127    -2.0000000000000000    Numbers Only    23
201399    24006    -2.0000000000000000    Numbers Only    23
201399    201399    -2.0000000000000000    Numbers Only    23
210514    198859    -2.0000000000000000    Numbers Only    23
210514    210514    -2.0000000000000000    Numbers Only    23
21428    4852    -2.0000000000000000    Numbers Only    23
21428    21428    -2.0000000000000000    Numbers Only    23
214983    33394    -2.0000000000000000    Numbers Only    23
214983    214983    -2.0000000000000000    Numbers Only    23
217764    7    -2.0000000000000000    Numbers Only    23
217764    217764    -2.0000000000000000    Numbers Only    23
22304    2676    -2.0000000000000000    Numbers Only    23
22304    22304    -2.0000000000000000    Numbers Only    23
24680    18618    -2.0000000000000000    Numbers Only    23
24680    24680    -2.0000000000000000    Numbers Only    23
33762    30520    -2.0000000000000000    Numbers Only    23
33762    33762    -2.0000000000000000    Numbers Only    23
40115    23487    -2.0000000000000000    Numbers Only    23
40115    40115    -2.0000000000000000    Numbers Only    23
44926    4126    -2.0000000000000000    Numbers Only    23
44926    44926    -2.0000000000000000    Numbers Only    23
50380    30374    -2.0000000000000000    Numbers Only    23
50380    50380    -2.0000000000000000    Numbers Only    23
56975    46542    -2.0000000000000000    Numbers Only    23
56975    56975    -2.0000000000000000    Numbers Only    23
58695    16792    -2.0000000000000000    Numbers Only    23
58695    58695    -2.0000000000000000    Numbers Only    23
69429    20900    -2.0000000000000000    Numbers Only    23
69429    69429    -2.0000000000000000    Numbers Only    23
69643    62526    -2.0000000000000000    Numbers Only    23
69643    69643    -2.0000000000000000    Numbers Only    23
70183    42948    -2.0000000000000000    Numbers Only    23
70183    70183    -2.0000000000000000    Numbers Only    23
70747    63792    -2.0000000000000000    Numbers Only    23
70747    70747    -2.0000000000000000    Numbers Only    23
72098    38565    -2.0000000000000000    Numbers Only    23
72098    72098    -2.0000000000000000    Numbers Only    23
72237    47357    -2.0000000000000000    Numbers Only    23
72237    72237    -2.0000000000000000    Numbers Only    23
72655    38250    2.0000000000000000    Numbers Only    23
72655    72655    2.0000000000000000    Numbers Only    23
72747    48206    2.0000000000000000    Numbers Only    23
72747    72747    2.0000000000000000    Numbers Only    23
73197    49222    -2.0000000000000000    Numbers Only    23
73197    73197    -2.0000000000000000    Numbers Only    23
74408    68808    -2.0000000000000000    Numbers Only    23
74408    74408    -2.0000000000000000    Numbers Only    23
76340    54615    -2.0000000000000000    Numbers Only    23
76340    76340    -2.0000000000000000    Numbers Only    23
76629    18825    -2.0000000000000000    Numbers Only    23
76629    76629    -2.0000000000000000    Numbers Only    23
80354    54321    -2.0000000000000000    Numbers Only    23
80354    80354    -2.0000000000000000    Numbers Only    23
84421    80187    -2.0000000000000000    Numbers Only    23
84421    84421    -2.0000000000000000    Numbers Only    23
84904    39960    -2.0000000000000000    Numbers Only    23
84904    84904    -2.0000000000000000    Numbers Only    23
84909    24976    -2.0000000000000000    Numbers Only    23
84909    84909    -2.0000000000000000    Numbers Only    23
85799    12929    -2.0000000000000000    Numbers Only    23
85799    85799    -2.0000000000000000    Numbers Only    23
86603    985    -2.0000000000000000    Numbers Only    23
86603    86603    -2.0000000000000000    Numbers Only    23
87506    16024    -2.0000000000000000    Numbers Only    23
87506    27916    -2.0000000000000000    Numbers Only    23
87506    56068    -2.0000000000000000    Numbers Only    23
87506    87506    -2.0000000000000000    Numbers Only    23
89749    36397    -2.0000000000000000    Numbers Only    23
89749    89749    -2.0000000000000000    Numbers Only    23
89862    4988    -2.0000000000000000    Numbers Only    23
89862    89862    -2.0000000000000000    Numbers Only    23
92617    73710    -2.0000000000000000    Numbers Only    23
92617    92617    -2.0000000000000000    Numbers Only    23
92867    28775    -2.0000000000000000    Numbers Only    23
92867    92867    -2.0000000000000000    Numbers Only    23
95542    55482    -2.0000000000000000    Numbers Only    23
95542    95542    -2.0000000000000000    Numbers Only    23
95828    38618    2.0000000000000000    Numbers Only    23
95828    95828    2.0000000000000000    Numbers Only    23
97762    16926    -2.0000000000000000    Numbers Only    23
97762    97762    -2.0000000000000000    Numbers Only    23
99151    31560    -2.0000000000000000    Numbers Only    23
99151    99151    -2.0000000000000000    Numbers Only    23
126718    125695    -2.0000000000000000    Letters Only    24
126718    126718    -2.0000000000000000    Letters Only    24
132057    123044    2.0000000000000000    Letters Only    24
132057    132057    2.0000000000000000    Letters Only    24
132126    65931    2.0000000000000000    Letters Only    24
132126    132126    2.0000000000000000    Letters Only    24
133172    68233    2.0000000000000000    Letters Only    24
133172    133172    2.0000000000000000    Letters Only    24
140790    53252    2.0000000000000000    Letters Only    24
140790    140790    2.0000000000000000    Letters Only    24
141870    92714    2.0000000000000000    Letters Only    24
141870    141870    2.0000000000000000    Letters Only    24
154240    31237    -2.0000000000000000    Letters Only    24
154240    154240    -2.0000000000000000    Letters Only    24
156819    146683    2.0000000000000000    Letters Only    24
156819    156819    2.0000000000000000    Letters Only    24
160792    527    -2.0000000000000000    Letters Only    24
160792    160792    -2.0000000000000000    Letters Only    24
168874    94655    -2.0000000000000000    Letters Only    24
168874    168874    -2.0000000000000000    Letters Only    24
172215    159413    -2.0000000000000000    Letters Only    24
172215    172215    -2.0000000000000000    Letters Only    24
175941    13189    -2.0000000000000000    Letters Only    24
175941    175941    -2.0000000000000000    Letters Only    24
181095    132826    -2.0000000000000000    Letters Only    24
181095    181095    -2.0000000000000000    Letters Only    24
183565    105612    2.0000000000000000    Letters Only    24
183565    183565    2.0000000000000000    Letters Only    24
185085    157015    2.0000000000000000    Letters Only    24
185085    185085    2.0000000000000000    Letters Only    24
187277    136207    -2.0000000000000000    Letters Only    24
187277    187277    -2.0000000000000000    Letters Only    24
188424    183032    -2.0000000000000000    Letters Only    24
188424    188424    -2.0000000000000000    Letters Only    24
190160    29574    -2.0000000000000000    Letters Only    24
190160    190160    -2.0000000000000000    Letters Only    24
191916    139254    -2.0000000000000000    Letters Only    24
191916    191916    -2.0000000000000000    Letters Only    24
193756    127991    2.0000000000000000    Letters Only    24
193756    193756    2.0000000000000000    Letters Only    24
194821    48860    2.0000000000000000    Letters Only    24
194821    194821    2.0000000000000000    Letters Only    24
200020    168215    2.0000000000000000    Letters Only    24
200020    200020    2.0000000000000000    Letters Only    24
201399    24006    -2.0000000000000000    Letters Only    24
201399    201399    -2.0000000000000000    Letters Only    24
203017    79027    -2.0000000000000000    Letters Only    24
203017    203017    -2.0000000000000000    Letters Only    24
208198    77558    -2.0000000000000000    Letters Only    24
208198    208198    -2.0000000000000000    Letters Only    24
210814    202783    -2.0000000000000000    Letters Only    24
210814    210814    -2.0000000000000000    Letters Only    24
211954    10945    -2.0000000000000000    Letters Only    24
211954    211954    -2.0000000000000000    Letters Only    24
21222    7943    -2.0000000000000000    Letters Only    24
21222    21222    -2.0000000000000000    Letters Only    24
212415    122167    -2.0000000000000000    Letters Only    24
212415    212415    -2.0000000000000000    Letters Only    24
215926    42580    -2.0000000000000000    Letters Only    24
215926    215926    -2.0000000000000000    Letters Only    24
218729    54744    -2.0000000000000000    Letters Only    24
218729    218729    -2.0000000000000000    Letters Only    24
219493    200645    2.0000000000000000    Letters Only    24
219493    219493    2.0000000000000000    Letters Only    24
24680    18618    -2.0000000000000000    Letters Only    24
24680    24680    -2.0000000000000000    Letters Only    24
33762    30520    -2.0000000000000000    Letters Only    24
33762    33762    -2.0000000000000000    Letters Only    24
48303    46979    2.0000000000000000    Letters Only    24
48303    48303    2.0000000000000000    Letters Only    24
55726    21763    2.0000000000000000    Letters Only    24
55726    55726    2.0000000000000000    Letters Only    24
58695    16792    -2.0000000000000000    Letters Only    24
58695    58695    -2.0000000000000000    Letters Only    24
69643    62526    -2.0000000000000000    Letters Only    24
69643    69643    -2.0000000000000000    Letters Only    24
70183    42948    -2.0000000000000000    Letters Only    24
70183    70183    -2.0000000000000000    Letters Only    24
76125    8493    -2.0000000000000000    Letters Only    24
76125    76125    -2.0000000000000000    Letters Only    24
83475    79229    2.0000000000000000    Letters Only    24
83475    83475    2.0000000000000000    Letters Only    24
89783    538    2.0000000000000000    Letters Only    24
89783    89783    2.0000000000000000    Letters Only    24
92617    73710    -2.0000000000000000    Letters Only    24
92617    92617    -2.0000000000000000    Letters Only    24
93291    27597    2.0000000000000000    Letters Only    24
93291    93291    2.0000000000000000    Letters Only    24
94767    40640    2.0000000000000000    Letters Only    24
94767    94767    2.0000000000000000    Letters Only    24
109342    86973    2.0000000000000000    Alphanumeric    25
109342    109342    2.0000000000000000    Alphanumeric    25
140790    53252    2.0000000000000000    Alphanumeric    25
140790    140790    2.0000000000000000    Alphanumeric    25
141870    92714    2.0000000000000000    Alphanumeric    25
141870    141870    2.0000000000000000    Alphanumeric    25
156819    146683    2.0000000000000000    Alphanumeric    25
156819    156819    2.0000000000000000    Alphanumeric    25
173380    127310    -2.0000000000000000    Alphanumeric    25
173380    173380    -2.0000000000000000    Alphanumeric    25
178177    162957    -2.0000000000000000    Alphanumeric    25
178177    178177    -2.0000000000000000    Alphanumeric    25
194821    48860    2.0000000000000000    Alphanumeric    25
194821    194821    2.0000000000000000    Alphanumeric    25
198127    92830    -2.0000000000000000    Alphanumeric    25
198127    198127    -2.0000000000000000    Alphanumeric    25
201399    24006    -2.0000000000000000    Alphanumeric    25
201399    201399    -2.0000000000000000    Alphanumeric    25
210514    198859    -2.0000000000000000    Alphanumeric    25
210514    210514    -2.0000000000000000    Alphanumeric    25
21428    4852    -2.0000000000000000    Alphanumeric    25
21428    21428    -2.0000000000000000    Alphanumeric    25
24680    18618    -2.0000000000000000    Alphanumeric    25
24680    24680    -2.0000000000000000    Alphanumeric    25
33762    30520    -2.0000000000000000    Alphanumeric    25
33762    33762    -2.0000000000000000    Alphanumeric    25
40115    23487    -2.0000000000000000    Alphanumeric    25
40115    40115    -2.0000000000000000    Alphanumeric    25
44926    4126    -2.0000000000000000    Alphanumeric    25
44926    44926    -2.0000000000000000    Alphanumeric    25
48303    46979    2.0000000000000000    Alphanumeric    25
48303    48303    2.0000000000000000    Alphanumeric    25
50380    30374    -2.0000000000000000    Alphanumeric    25
50380    50380    -2.0000000000000000    Alphanumeric    25
56975    46542    -2.0000000000000000    Alphanumeric    25
56975    56975    -2.0000000000000000    Alphanumeric    25
58695    16792    -2.0000000000000000    Alphanumeric    25
58695    58695    -2.0000000000000000    Alphanumeric    25
69643    62526    -2.0000000000000000    Alphanumeric    25
69643    69643    -2.0000000000000000    Alphanumeric    25
70183    42948    -2.0000000000000000    Alphanumeric    25
70183    70183    -2.0000000000000000    Alphanumeric    25
70747    63792    -2.0000000000000000    Alphanumeric    25
70747    70747    -2.0000000000000000    Alphanumeric    25
72098    38565    -2.0000000000000000    Alphanumeric    25
72098    72098    -2.0000000000000000    Alphanumeric    25
72237    47357    -2.0000000000000000    Alphanumeric    25
72237    72237    -2.0000000000000000    Alphanumeric    25
72655    38250    2.0000000000000000    Alphanumeric    25
72655    72655    2.0000000000000000    Alphanumeric    25
72747    48206    2.0000000000000000    Alphanumeric    25
72747    72747    2.0000000000000000    Alphanumeric    25
73197    49222    -2.0000000000000000    Alphanumeric    25
73197    73197    -2.0000000000000000    Alphanumeric    25
76629    18825    -2.0000000000000000    Alphanumeric    25
76629    76629    -2.0000000000000000    Alphanumeric    25
80354    54321    -2.0000000000000000    Alphanumeric    25
80354    80354    -2.0000000000000000    Alphanumeric    25
84421    80187    -2.0000000000000000    Alphanumeric    25
84421    84421    -2.0000000000000000    Alphanumeric    25
84904    39960    -2.0000000000000000    Alphanumeric    25
84904    84904    -2.0000000000000000    Alphanumeric    25
84909    24976    -2.0000000000000000    Alphanumeric    25
84909    84909    -2.0000000000000000    Alphanumeric    25
85799    12929    -2.0000000000000000    Alphanumeric    25
85799    85799    -2.0000000000000000    Alphanumeric    25
86603    985    -2.0000000000000000    Alphanumeric    25
86603    86603    -2.0000000000000000    Alphanumeric    25
87506    16024    -2.0000000000000000    Alphanumeric    25
87506    27916    -2.0000000000000000    Alphanumeric    25
87506    56068    -2.0000000000000000    Alphanumeric    25
87506    87506    -2.0000000000000000    Alphanumeric    25
89749    36397    -2.0000000000000000    Alphanumeric    25
89749    89749    -2.0000000000000000    Alphanumeric    25
89783    538    2.0000000000000000    Alphanumeric    25
89783    89783    2.0000000000000000    Alphanumeric    25
89862    4988    -2.0000000000000000    Alphanumeric    25
89862    89862    -2.0000000000000000    Alphanumeric    25
92617    73710    -2.0000000000000000    Alphanumeric    25
92617    92617    -2.0000000000000000    Alphanumeric    25
92867    28775    -2.0000000000000000    Alphanumeric    25
92867    92867    -2.0000000000000000    Alphanumeric    25
93291    27597    2.0000000000000000    Alphanumeric    25
93291    93291    2.0000000000000000    Alphanumeric    25
94767    40640    2.0000000000000000    Alphanumeric    25
94767    94767    2.0000000000000000    Alphanumeric    25
95542    55482    -2.0000000000000000    Alphanumeric    25
95542    95542    -2.0000000000000000    Alphanumeric    25
95828    38618    2.0000000000000000    Alphanumeric    25
95828    95828    2.0000000000000000    Alphanumeric    25
97762    16926    -2.0000000000000000    Alphanumeric    25
97762    97762    -2.0000000000000000    Alphanumeric    25
99151    31560    -2.0000000000000000    Alphanumeric    25
99151    99151    -2.0000000000000000    Alphanumeric    25
107636    64111    -2.0000000000000000    Levenshtein 20%    26
107636    107636    -2.0000000000000000    Levenshtein 20%    26
109342    86973    2.0000000000000000    Levenshtein 20%    26
109342    109342    2.0000000000000000    Levenshtein 20%    26
132126    65931    2.0000000000000000    Levenshtein 20%    26
132126    132126    2.0000000000000000    Levenshtein 20%    26
137574    2840    -2.0000000000000000    Levenshtein 20%    26
137574    137574    -2.0000000000000000    Levenshtein 20%    26
137576    103533    -2.0000000000000000    Levenshtein 20%    26
137576    137576    -2.0000000000000000    Levenshtein 20%    26
140753    25850    -2.0000000000000000    Levenshtein 20%    26
140753    140753    -2.0000000000000000    Levenshtein 20%    26
140790    53252    2.0000000000000000    Levenshtein 20%    26
140790    140790    2.0000000000000000    Levenshtein 20%    26
141870    92714    2.0000000000000000    Levenshtein 20%    26
141870    141870    2.0000000000000000    Levenshtein 20%    26
142230    71996    -2.0000000000000000    Levenshtein 20%    26
142230    142230    -2.0000000000000000    Levenshtein 20%    26
146312    76045    -2.0000000000000000    Levenshtein 20%    26
146312    146312    -2.0000000000000000    Levenshtein 20%    26
152087    57202    -2.0000000000000000    Levenshtein 20%    26
152087    152087    -2.0000000000000000    Levenshtein 20%    26
156819    146683    2.0000000000000000    Levenshtein 20%    26
156819    156819    2.0000000000000000    Levenshtein 20%    26
163966    25918    -2.0000000000000000    Levenshtein 20%    26
163966    163966    -2.0000000000000000    Levenshtein 20%    26
173380    127310    -2.0000000000000000    Levenshtein 20%    26
173380    173380    -2.0000000000000000    Levenshtein 20%    26
177239    110551    -2.0000000000000000    Levenshtein 20%    26
177239    177239    -2.0000000000000000    Levenshtein 20%    26
178177    162957    -2.0000000000000000    Levenshtein 20%    26
178177    178177    -2.0000000000000000    Levenshtein 20%    26
180413    1180    2.0000000000000000    Levenshtein 20%    26
180413    180413    2.0000000000000000    Levenshtein 20%    26
181095    132826    -2.0000000000000000    Levenshtein 20%    26
181095    181095    -2.0000000000000000    Levenshtein 20%    26
183436    26162    -2.0000000000000000    Levenshtein 20%    26
183436    183436    -2.0000000000000000    Levenshtein 20%    26
184210    71634    -2.0000000000000000    Levenshtein 20%    26
184210    74035    -2.0000000000000000    Levenshtein 20%    26
184210    96031    -2.0000000000000000    Levenshtein 20%    26
184210    115632    -2.0000000000000000    Levenshtein 20%    26
184210    159400    -2.0000000000000000    Levenshtein 20%    26
184210    184210    -2.0000000000000000    Levenshtein 20%    26
188463    19678    -2.0000000000000000    Levenshtein 20%    26
188463    22635    -2.0000000000000000    Levenshtein 20%    26
188463    35322    -2.0000000000000000    Levenshtein 20%    26
188463    58156    -2.0000000000000000    Levenshtein 20%    26
188463    87169    -2.0000000000000000    Levenshtein 20%    26
188463    188463    -2.0000000000000000    Levenshtein 20%    26
191765    111718    -2.0000000000000000    Levenshtein 20%    26
191765    191765    -2.0000000000000000    Levenshtein 20%    26
192478    123384    -2.0000000000000000    Levenshtein 20%    26
192478    192478    -2.0000000000000000    Levenshtein 20%    26
194821    48860    2.0000000000000000    Levenshtein 20%    26
194821    194821    2.0000000000000000    Levenshtein 20%    26
198127    92830    -2.0000000000000000    Levenshtein 20%    26
198127    198127    -2.0000000000000000    Levenshtein 20%    26
201399    24006    -2.0000000000000000    Levenshtein 20%    26
201399    201399    -2.0000000000000000    Levenshtein 20%    26
202010    44976    -2.0000000000000000    Levenshtein 20%    26
202010    202010    -2.0000000000000000    Levenshtein 20%    26
205413    145738    -2.0000000000000000    Levenshtein 20%    26
205413    205413    -2.0000000000000000    Levenshtein 20%    26
210514    198859    -2.0000000000000000    Levenshtein 20%    26
210514    210514    -2.0000000000000000    Levenshtein 20%    26
21428    4852    -2.0000000000000000    Levenshtein 20%    26
21428    21428    -2.0000000000000000    Levenshtein 20%    26
214895    174332    -2.0000000000000000    Levenshtein 20%    26
214895    214895    -2.0000000000000000    Levenshtein 20%    26
215343    28623    -2.0000000000000000    Levenshtein 20%    26
215343    81671    -2.0000000000000000    Levenshtein 20%    26
215343    161455    -2.0000000000000000    Levenshtein 20%    26
215343    184549    -2.0000000000000000    Levenshtein 20%    26
215343    210708    -2.0000000000000000    Levenshtein 20%    26
215343    215343    -2.0000000000000000    Levenshtein 20%    26
217764    7    -2.0000000000000000    Levenshtein 20%    26
217764    217764    -2.0000000000000000    Levenshtein 20%    26
24680    18618    -2.0000000000000000    Levenshtein 20%    26
24680    24680    -2.0000000000000000    Levenshtein 20%    26
28223    4116    -2.0000000000000000    Levenshtein 20%    26
28223    28223    -2.0000000000000000    Levenshtein 20%    26
31523    17699    -2.0000000000000000    Levenshtein 20%    26
31523    31523    -2.0000000000000000    Levenshtein 20%    26
33762    30520    -2.0000000000000000    Levenshtein 20%    26
33762    33762    -2.0000000000000000    Levenshtein 20%    26
36120    14822    -2.0000000000000000    Levenshtein 20%    26
36120    36120    -2.0000000000000000    Levenshtein 20%    26
40115    23487    -2.0000000000000000    Levenshtein 20%    26
40115    40115    -2.0000000000000000    Levenshtein 20%    26
44926    4126    -2.0000000000000000    Levenshtein 20%    26
44926    44926    -2.0000000000000000    Levenshtein 20%    26
47535    21189    -2.0000000000000000    Levenshtein 20%    26
47535    47535    -2.0000000000000000    Levenshtein 20%    26
48303    46979    2.0000000000000000    Levenshtein 20%    26
48303    48303    2.0000000000000000    Levenshtein 20%    26
50380    30374    -2.0000000000000000    Levenshtein 20%    26
50380    50380    -2.0000000000000000    Levenshtein 20%    26
54033    48093    -2.0000000000000000    Levenshtein 20%    26
54033    54033    -2.0000000000000000    Levenshtein 20%    26
56975    46542    -2.0000000000000000    Levenshtein 20%    26
56975    56975    -2.0000000000000000    Levenshtein 20%    26
58695    16792    -2.0000000000000000    Levenshtein 20%    26
58695    58695    -2.0000000000000000    Levenshtein 20%    26
67089    49652    -2.0000000000000000    Levenshtein 20%    26
67089    67089    -2.0000000000000000    Levenshtein 20%    26
69643    62526    -2.0000000000000000    Levenshtein 20%    26
69643    69643    -2.0000000000000000    Levenshtein 20%    26
70183    42948    -2.0000000000000000    Levenshtein 20%    26
70183    70183    -2.0000000000000000    Levenshtein 20%    26
70747    63792    -2.0000000000000000    Levenshtein 20%    26
70747    70747    -2.0000000000000000    Levenshtein 20%    26
71960    43395    -2.0000000000000000    Levenshtein 20%    26
71960    71960    -2.0000000000000000    Levenshtein 20%    26
72098    38565    -2.0000000000000000    Levenshtein 20%    26
72098    72098    -2.0000000000000000    Levenshtein 20%    26
72237    47357    -2.0000000000000000    Levenshtein 20%    26
72237    72237    -2.0000000000000000    Levenshtein 20%    26
72655    38250    2.0000000000000000    Levenshtein 20%    26
72655    72655    2.0000000000000000    Levenshtein 20%    26
72747    48206    2.0000000000000000    Levenshtein 20%    26
72747    72747    2.0000000000000000    Levenshtein 20%    26
73197    49222    -2.0000000000000000    Levenshtein 20%    26
73197    73197    -2.0000000000000000    Levenshtein 20%    26
76340    54615    -2.0000000000000000    Levenshtein 20%    26
76340    76340    -2.0000000000000000    Levenshtein 20%    26
76629    18825    -2.0000000000000000    Levenshtein 20%    26
76629    76629    -2.0000000000000000    Levenshtein 20%    26
80354    54321    -2.0000000000000000    Levenshtein 20%    26
80354    80354    -2.0000000000000000    Levenshtein 20%    26
84904    39960    -2.0000000000000000    Levenshtein 20%    26
84904    84904    -2.0000000000000000    Levenshtein 20%    26
84909    24976    -2.0000000000000000    Levenshtein 20%    26
84909    84909    -2.0000000000000000    Levenshtein 20%    26
86603    985    -2.0000000000000000    Levenshtein 20%    26
86603    86603    -2.0000000000000000    Levenshtein 20%    26
87506    16024    -2.0000000000000000    Levenshtein 20%    26
87506    27916    -2.0000000000000000    Levenshtein 20%    26
87506    56068    -2.0000000000000000    Levenshtein 20%    26
87506    87506    -2.0000000000000000    Levenshtein 20%    26
88610    698    -2.0000000000000000    Levenshtein 20%    26
88610    88610    -2.0000000000000000    Levenshtein 20%    26
89749    36397    -2.0000000000000000    Levenshtein 20%    26
89749    89749    -2.0000000000000000    Levenshtein 20%    26
89783    538    2.0000000000000000    Levenshtein 20%    26
89783    89783    2.0000000000000000    Levenshtein 20%    26
89862    4988    -2.0000000000000000    Levenshtein 20%    26
89862    89862    -2.0000000000000000    Levenshtein 20%    26
92095    27111    -2.0000000000000000    Levenshtein 20%    26
92095    92095    -2.0000000000000000    Levenshtein 20%    26
92617    73710    -2.0000000000000000    Levenshtein 20%    26
92617    92617    -2.0000000000000000    Levenshtein 20%    26
92867    28775    -2.0000000000000000    Levenshtein 20%    26
92867    92867    -2.0000000000000000    Levenshtein 20%    26
93243    33955    -2.0000000000000000    Levenshtein 20%    26
93243    93243    -2.0000000000000000    Levenshtein 20%    26
93291    27597    2.0000000000000000    Levenshtein 20%    26
93291    93291    2.0000000000000000    Levenshtein 20%    26
94767    40640    2.0000000000000000    Levenshtein 20%    26
94767    94767    2.0000000000000000    Levenshtein 20%    26
95226    78333    -2.0000000000000000    Levenshtein 20%    26
95226    95226    -2.0000000000000000    Levenshtein 20%    26
95542    55482    -2.0000000000000000    Levenshtein 20%    26
95542    95542    -2.0000000000000000    Levenshtein 20%    26
95828    38618    2.0000000000000000    Levenshtein 20%    26
95828    95828    2.0000000000000000    Levenshtein 20%    26
96570    68417    -2.0000000000000000    Levenshtein 20%    26
96570    96570    -2.0000000000000000    Levenshtein 20%    26
97762    16926    -2.0000000000000000    Levenshtein 20%    26
97762    97762    -2.0000000000000000    Levenshtein 20%    26
97874    43144    -2.0000000000000000    Levenshtein 20%    26
97874    97874    -2.0000000000000000    Levenshtein 20%    26
99151    31560    -2.0000000000000000    Levenshtein 20%    26
99151    99151    -2.0000000000000000    Levenshtein 20%    26
102796    35662    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
102796    102796    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
103858    30059    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
103858    103858    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
104148    98578    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
104148    104148    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
112462    90429    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
112462    112462    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
112675    91558    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
112675    112675    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
122909    37118    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
122909    122909    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
125281    39459    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
125281    125281    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
125722    12509    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
125722    125722    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
131068    87209    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
131068    131068    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
132167    59032    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
132167    132167    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
132782    75375    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
132782    132782    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
133256    13450    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
133256    133256    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
135363    105190    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
135363    135363    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
136471    18548    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
136471    136471    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
139262    13034    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
139262    139262    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
140370    23309    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
140370    140370    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
145546    45525    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
145546    66406    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
145546    67145    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
145546    145546    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
145790    38401    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
145790    145790    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
146744    111558    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
146744    146744    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
147792    101562    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
147792    147792    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
149651    102433    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
149651    149651    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
149930    106266    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
149930    149930    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
155935    61644    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
155935    155935    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
156348    133382    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
156348    156348    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
156974    85539    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
156974    156974    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
157135    117296    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
157135    157135    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
159326    68615    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
159326    159326    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
159661    47202    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
159661    159661    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
161729    99821    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
161729    161729    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
161906    150750    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
161906    161906    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
162450    105816    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
162450    162450    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
164011    137321    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
164011    164011    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
165779    46078    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
165779    165779    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
166301    138601    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
166301    166301    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
92867    92867    -2.0000000000000000    Inv Nber - Empty    42
167683    9872    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
167683    167683    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
170227    80439    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
170227    170227    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
171128    78969    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
171128    171128    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
173196    169687    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
173196    173196    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
173589    124260    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
173589    173589    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
174642    72820    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
174642    174642    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
178372    26395    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
178372    178372    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
180412    133888    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
180412    180412    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
183996    76211    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
183996    183996    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
184897    67698    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
184897    184897    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
188678    92126    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
188678    188678    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
196421    155481    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
196421    196421    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
198164    190305    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
198164    198164    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
199675    27980    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
199675    199675    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
202018    42603    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
202018    202018    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
204266    53509    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
204266    204266    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
204383    116206    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
204383    204383    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
204949    50051    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
204949    204949    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
207862    58914    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
207862    207862    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
210841    190751    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
210841    210841    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
212493    23309    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
212493    212493    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
212618    79577    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
212618    212618    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
213811    86364    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
213811    213811    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
215127    126059    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
215127    215127    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
216460    21845    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
216460    216460    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
217508    56157    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
217508    217508    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
218095    59916    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
218095    72340    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
218095    129720    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
218095    218095    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
30520    10473    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
30520    30520    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
33762    10473    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
33762    33762    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
47504    21266    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
47504    47504    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
49588    42442    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
49588    49588    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
51776    212    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
51776    51776    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
55854    38688    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
55854    55854    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
58692    160    2.0000000000000000    One Contains The Other and Diff Vendor Nber    27
58692    58692    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
60196    48998    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
60196    60196    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
62586    61744    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
62586    62586    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
65093    42482    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
65093    65093    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
72340    59916    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
72340    72340    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
73068    43452    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
73068    73068    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
77763    31776    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
93291    27597    2.0000000000000000    Inv Nber - Empty    42
77763    77763    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
80941    5514    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
80941    80941    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
82523    4786    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
82523    82523    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
82739    46058    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
82739    82739    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
85161    52303    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
85161    85161    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
91219    74641    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
91219    91219    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
93845    13303    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
93845    93845    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
95783    82732    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
95783    95783    -2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
97421    48860    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
97421    97421    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
98925    46531    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
98925    98925    2.0000000000000000    One Contains The Other and Diff Vendor
Nber    27
102796    35662    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
102796    102796    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
103858    30059    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
103858    103858    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
104148    98578    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
104148    104148    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
112462    90429    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
112462    112462    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
112675    91558    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
112675    112675    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
122909    37118    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
122909    122909    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
125281    39459    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
125281    125281    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
125722    12509    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
125722    125722    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
131068    87209    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
131068    131068    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
132167    59032    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
132167    132167    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
132782    75375    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
132782    132782    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
133256    13450    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
133256    133256    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
135363    105190    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
135363    135363    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
136471    18548    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
136471    136471    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
139262    13034    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
139262    139262    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
140370    23309    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
140370    140370    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
145546    45525    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
145546    66406    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
145546    67145    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
145546    145546    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
145790    38401    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
145790    145790    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
146744    111558    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
146744    146744    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
147792    101562    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
147792    147792    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
149651    102433    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
149651    149651    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
149930    106266    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
149930    149930    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
155935    61644    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
155935    155935    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
156348    133382    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
156348    156348    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
156974    85539    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
156974    156974    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
157135    117296    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
157135    157135    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
159326    68615    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
159326    159326    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
159661    47202    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
159661    159661    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
161729    99821    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
161729    161729    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
161906    150750    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
161906    161906    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
162450    105816    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
162450    162450    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
164011    137321    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
164011    164011    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
165779    46078    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
165779    165779    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
166301    138601    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
166301    166301    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
167683    9872    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
167683    167683    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
170227    80439    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
170227    170227    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
171128    78969    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
171128    171128    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
173196    169687    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
173196    173196    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
173589    124260    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
173589    173589    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
174642    72820    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
174642    174642    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
178372    26395    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
178372    178372    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
180412    133888    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
180412    180412    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
183996    76211    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
183996    183996    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
184897    67698    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
184897    184897    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
188678    92126    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
188678    188678    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
196421    155481    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
196421    196421    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
198164    190305    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
198164    198164    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
199325    24024    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
199325    199325    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
199675    27980    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
199675    199675    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
202018    42603    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
202018    202018    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
204266    53509    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
204266    204266    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
204383    116206    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
204383    204383    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
204949    50051    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
204949    204949    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
207862    58914    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
207862    207862    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
210841    190751    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
210841    210841    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
212493    23309    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
212493    212493    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
212618    79577    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
212618    212618    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
213811    86364    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
213811    213811    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
215127    126059    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
215127    215127    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
216460    21845    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
216460    216460    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
217508    56157    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
217508    217508    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
218095    59916    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
218095    72340    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
218095    129720    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
218095    218095    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
30520    10473    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
30520    30520    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
33762    10473    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
33762    33762    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
47504    21266    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
47504    47504    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
49588    42442    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
49588    49588    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
51776    212    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
51776    51776    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
55854    38688    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
55854    55854    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
58692    160    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
58692    58692    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
60196    48998    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
60196    60196    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
62586    61744    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
62586    62586    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
65093    42482    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
65093    65093    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
72340    59916    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
72340    72340    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
73068    43452    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
73068    73068    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
77763    31776    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
77763    77763    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
80941    5514    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
80941    80941    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
93291    93291    2.0000000000000000    Inv Nber - Empty    42
82523    4786    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
82523    82523    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
82739    46058    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
82739    82739    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
91219    74641    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
91219    91219    -2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
93845    13303    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
93845    93845    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
97421    48860    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
97421    97421    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
98925    46531    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
98925    98925    2.0000000000000000    Levenshtein 20% and Diff Vendor Nber    28
118852    539    -2.0000000000000000    Levenshtein 1 lower 5 Char    29
118852    118852    -2.0000000000000000    Levenshtein 1 lower 5 Char    29
162696    26284    -2.0000000000000000    Levenshtein 1 lower 5 Char    29
162696    162696    -2.0000000000000000    Levenshtein 1 lower 5 Char    29
101389    95379    -2.0000000000000000    Completely Diff    41
101389    101389    -2.0000000000000000    Completely Diff    41
117023    94174    -2.0000000000000000    Completely Diff    41
117023    117023    -2.0000000000000000    Completely Diff    41
123663    4734    -2.0000000000000000    Completely Diff    41
123663    123663    -2.0000000000000000    Completely Diff    41
129508    113662    -2.0000000000000000    Completely Diff    41
129508    129508    -2.0000000000000000    Completely Diff    41
148639    139196    -2.0000000000000000    Completely Diff    41
148639    148639    -2.0000000000000000    Completely Diff    41
155680    134685    -2.0000000000000000    Completely Diff    41
155680    155680    -2.0000000000000000    Completely Diff    41
156003    24550    -2.0000000000000000    Completely Diff    41
156003    156003    -2.0000000000000000    Completely Diff    41
178507    3370    -2.0000000000000000    Completely Diff    41
178507    178507    -2.0000000000000000    Completely Diff    41
195598    178890    -2.0000000000000000    Completely Diff    41
195598    195598    -2.0000000000000000    Completely Diff    41
210239    109251    -2.0000000000000000    Completely Diff    41
210239    210239    -2.0000000000000000    Completely Diff    41
22304    2676    -2.0000000000000000    Completely Diff    41
22304    22304    -2.0000000000000000    Completely Diff    41
32943    23002    2.0000000000000000    Completely Diff    41
32943    32943    2.0000000000000000    Completely Diff    41
46851    38812    -2.0000000000000000    Completely Diff    41
46851    46851    -2.0000000000000000    Completely Diff    41
65335    29610    -2.0000000000000000    Completely Diff    41
65335    65335    -2.0000000000000000    Completely Diff    41
65374    27268    2.0000000000000000    Completely Diff    41
65374    65374    2.0000000000000000    Completely Diff    41
73736    36313    -2.0000000000000000    Completely Diff    41
73736    73736    -2.0000000000000000    Completely Diff    41
92010    36313    -2.0000000000000000    Completely Diff    41
92010    92010    -2.0000000000000000    Completely Diff    41
95379    82908    -2.0000000000000000    Completely Diff    41
95379    88419    -2.0000000000000000    Completely Diff    41
95379    92295    -2.0000000000000000    Completely Diff    41
95379    95379    -2.0000000000000000    Completely Diff    41
109342    86973    2.0000000000000000    Inv Nber - Empty    42
109342    109342    2.0000000000000000    Inv Nber - Empty    42
156819    146683    2.0000000000000000    Inv Nber - Empty    42
156819    156819    2.0000000000000000    Inv Nber - Empty    42
178177    162957    -2.0000000000000000    Inv Nber - Empty    42
178177    178177    -2.0000000000000000    Inv Nber - Empty    42
194821    48860    2.0000000000000000    Inv Nber - Empty    42
194821    194821    2.0000000000000000    Inv Nber - Empty    42
198127    92830    -2.0000000000000000    Inv Nber - Empty    42
198127    198127    -2.0000000000000000    Inv Nber - Empty    42
201399    24006    -2.0000000000000000    Inv Nber - Empty    42
201399    201399    -2.0000000000000000    Inv Nber - Empty    42
210514    198859    -2.0000000000000000    Inv Nber - Empty    42
210514    210514    -2.0000000000000000    Inv Nber - Empty    42
21428    4852    -2.0000000000000000    Inv Nber - Empty    42
21428    21428    -2.0000000000000000    Inv Nber - Empty    42
24680    18618    -2.0000000000000000    Inv Nber - Empty    42
24680    24680    -2.0000000000000000    Inv Nber - Empty    42
33762    30520    -2.0000000000000000    Inv Nber - Empty    42
33762    33762    -2.0000000000000000    Inv Nber - Empty    42
40115    23487    -2.0000000000000000    Inv Nber - Empty    42
40115    40115    -2.0000000000000000    Inv Nber - Empty    42
48303    46979    2.0000000000000000    Inv Nber - Empty    42
48303    48303    2.0000000000000000    Inv Nber - Empty    42
56975    46542    -2.0000000000000000    Inv Nber - Empty    42
56975    56975    -2.0000000000000000    Inv Nber - Empty    42
58695    16792    -2.0000000000000000    Inv Nber - Empty    42
58695    58695    -2.0000000000000000    Inv Nber - Empty    42
70183    42948    -2.0000000000000000    Inv Nber - Empty    42
70183    70183    -2.0000000000000000    Inv Nber - Empty    42
70747    63792    -2.0000000000000000    Inv Nber - Empty    42
70747    70747    -2.0000000000000000    Inv Nber - Empty    42
72098    38565    -2.0000000000000000    Inv Nber - Empty    42
72098    72098    -2.0000000000000000    Inv Nber - Empty    42
72237    47357    -2.0000000000000000    Inv Nber - Empty    42
72237    72237    -2.0000000000000000    Inv Nber - Empty    42
72655    38250    2.0000000000000000    Inv Nber - Empty    42
72655    72655    2.0000000000000000    Inv Nber - Empty    42
72747    48206    2.0000000000000000    Inv Nber - Empty    42
72747    72747    2.0000000000000000    Inv Nber - Empty    42
80354    54321    -2.0000000000000000    Inv Nber - Empty    42
80354    80354    -2.0000000000000000    Inv Nber - Empty    42
84904    39960    -2.0000000000000000    Inv Nber - Empty    42
84904    84904    -2.0000000000000000    Inv Nber - Empty    42
84909    24976    -2.0000000000000000    Inv Nber - Empty    42
84909    84909    -2.0000000000000000    Inv Nber - Empty    42
85799    12929    -2.0000000000000000    Inv Nber - Empty    42
85799    85799    -2.0000000000000000    Inv Nber - Empty    42
86603    985    -2.0000000000000000    Inv Nber - Empty    42
86603    86603    -2.0000000000000000    Inv Nber - Empty    42
87506    16024    -2.0000000000000000    Inv Nber - Empty    42
87506    27916    -2.0000000000000000    Inv Nber - Empty    42
87506    56068    -2.0000000000000000    Inv Nber - Empty    42
87506    87506    -2.0000000000000000    Inv Nber - Empty    42
89749    36397    -2.0000000000000000    Inv Nber - Empty    42
89749    89749    -2.0000000000000000    Inv Nber - Empty    42
89862    4988    -2.0000000000000000    Inv Nber - Empty    42
89862    89862    -2.0000000000000000    Inv Nber - Empty    42
92617    73710    -2.0000000000000000    Inv Nber - Empty    42
92617    92617    -2.0000000000000000    Inv Nber - Empty    42
92867    28775    -2.0000000000000000    Inv Nber - Empty    42
95542    55482    -2.0000000000000000    Inv Nber - Empty    42
95542    95542    -2.0000000000000000    Inv Nber - Empty    42
95828    38618    2.0000000000000000    Inv Nber - Empty    42
95828    95828    2.0000000000000000    Inv Nber - Empty    42
97762    16926    -2.0000000000000000    Inv Nber - Empty    42
97762    97762    -2.0000000000000000    Inv Nber - Empty    42
99151    31560    -2.0000000000000000    Inv Nber - Empty    42
99151    99151    -2.0000000000000000    Inv Nber - Empty    42
\.


--
-- TOC entry 5909 (class 1259 OID 3387750)
-- Name: dblns_t_d_ndx; Type: INDEX; Schema: public; Owner: exaus;
Tablespace:
--

CREATE INDEX dblns_t_d_ndx ON doublons USING btree (auto_id);


--
-- TOC entry 5910 (class 2606 OID 3387751)
-- Name: fk_doublons_ecritures; Type: FK CONSTRAINT; Schema: public; Owner:
exaus
--



-- Completed on 2015-02-03 15:10:21

--
-- PostgreSQL database dump complete
--

CREATE OR REPLACE VIEW singledoublons0 AS
 SELECT doublons.groupid, doublons.auto_id, doublons.ratio_exaus,
    doublons.priority
   FROM doublons
  ORDER BY doublons.groupid, doublons.auto_id;

  CREATE OR REPLACE VIEW singledoublons1 AS
 SELECT singledoublons0.groupid,
    array_agg(singledoublons0.auto_id) AS array_auto_id,
    singledoublons0.priority, singledoublons0.ratio_exaus
   FROM singledoublons0
  GROUP BY singledoublons0.priority, singledoublons0.ratio_exaus,
singledoublons0.groupid;

  CREATE OR REPLACE VIEW singledoublons2 AS
 SELECT singledoublons1.groupid, singledoublons1.array_auto_id,
    singledoublons1.ratio_exaus, min(singledoublons1.priority) AS
min_priority
   FROM singledoublons1
  GROUP BY singledoublons1.array_auto_id, singledoublons1.ratio_exaus,
singledoublons1.groupid;

  analyze doublons;

SELECT * FROM  singledoublons2 WHERE groupid in (select '33762'::text)

OUTPUT:
"33762";"{10473,33762}";-2.0000000000000000;28
"33762";"{33762,10473}";-2.0000000000000000;12
"33762";"{33762,30520}";-2.0000000000000000;22
"33762";"{30520,33762}";-2.0000000000000000;11

SELECT * FROM  singledoublons2 WHERE groupid in ('33762'::text)
OUTPUT
"33762";"{30520,33762}";-2.0000000000000000;11
"33762";"{10473,33762}";-2.0000000000000000;12

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Вилен Тамбовцев
Дата:
Сообщение: Re: BUG #8469: Xpath behaviour unintuitive / arguably wrong
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #8469: Xpath behaviour unintuitive / arguably wrong