From 13b23e851088135098f5a0aca6f2b2f44e656fdc Mon Sep 17 00:00:00 2001 From: Leonid Fedorov Date: Thu, 25 Jul 2024 18:44:00 +0000 Subject: [PATCH] chore(codestyle): MCOL-5405: repace windows CRLF with virtious linux one --- cmake/superbuild.md | 46 +- dbcon/ddlpackage/sql/examples/alter-table.sql | 376 ++-- dbcon/doc/02.sql | 526 ++--- dbcon/doc/03.sql | 226 +- dbcon/doc/04.sql | 96 +- dbcon/doc/TE_Table_Create_wip.sql | 448 ++-- dbcon/doc/demo1_plan.txt | 4 +- dbcon/doc/demo2_plan.txt | 12 +- dbcon/doc/demo3a_plan.txt | 14 +- dbcon/doc/demo3b_plan.txt | 14 +- dbcon/doc/demo4_plan.txt | 20 +- dbcon/doc/q11_plan1.TXT | 482 ++-- dbcon/doc/q12_plan.txt | 2 +- dbcon/doc/q13_plan1.TXT | 274 +-- dbcon/doc/q14_plan.txt | 2 +- dbcon/doc/q16_plan1.TXT | 236 +- dbcon/doc/q16_plan_o.txt | 2 +- dbcon/doc/q17_plan1.TXT | 278 +-- dbcon/doc/q18_plan1.TXT | 372 +-- dbcon/doc/q20_plan1.TXT | 428 ++-- dbcon/doc/q21_plan1.TXT | 898 ++++---- dbcon/doc/q22_plan.txt | 2 +- dbcon/doc/q22_plan1.TXT | 278 +-- dbcon/doc/q22_plan_o.txt | 2 +- dbcon/doc/q2_plan1.txt | 514 ++--- dbcon/doc/q2_plan_o.txt | 84 +- dbcon/doc/q3_plan.txt | 42 +- dbcon/doc/q4_plan.txt | 40 +- dbcon/doc/q7_plan1.TXT | 374 +-- dbcon/doc/q8_plan1.TXT | 486 ++-- dbcon/doc/q9_plan1.TXT | 370 +-- dbcon/mysql/calremoveuserpriority.sql | 32 +- dbcon/mysql/calsetuserpriority.sql | 122 +- dbcon/mysql/calshowprocesslist.sql | 66 +- .../t/mcs7129_regression_bug3932.test | 652 +++--- .../t/mcs7134_regression_bug3997.test | 16 +- .../t/mcs7135_regression_bug3998.test | 164 +- .../t/mcs7232_regression_MCOL-4126.test | 74 +- .../t/mcs7521_storedProcedures_sp.test | 152 +- ...cs7522_storedProcedures_sp_autoswitch.test | 342 +-- ...23_partitionOptimization_aCreateViews.test | 358 +-- .../devregression/t/mcs7524_view_sp.test | 80 +- .../devregression/t/mcs7525_MCOL-829.test | 68 +- .../devregression/t/mcs7526_q2_3_1_1_1.test | 26 +- .../devregression/t/mcs7527_q2_3_1_1_2.test | 26 +- .../devregression/t/mcs7528_q2_3_2_1_2.test | 30 +- .../devregression/t/mcs7529_q2_3_2_1_3.test | 30 +- .../devregression/t/mcs7530_q2_3_2_1_4.test | 30 +- .../devregression/t/mcs7531_q2_3_4_1.test | 24 +- .../devregression/t/mcs7532_q2_3_4_2.test | 24 +- .../devregression/t/mcs7533_q2_3_4_3.test | 24 +- .../devregression/t/mcs7534_q2_3_4_4.test | 24 +- .../devregression/t/mcs7535_q2_3_6.test | 38 +- .../devregression/t/mcs7536_q4_2.test | 24 +- .../devregression/t/mcs7537_q4_4.test | 24 +- .../devregression/t/mcs7538_q4_6_1.test | 24 +- .../devregression/t/mcs7539_q4_6_2.test | 24 +- .../devregression/t/mcs7540_q4_6.test | 24 +- .../devregression/t/mcs7552_q5_1_3.test | 2 +- .../devregression/t/mcs7556_q5_2_4.test | 4 +- .../devregression/t/mcs7593_q23111.test | 2 +- .../devregression/t/mcs7604_q42.test | 2 +- .../devregression/t/mcs7621_q513.test | 2 +- .../devregression/t/mcs7625_q524.test | 4 +- .../devregression/t/mcs7651_q42.test | 2 +- .../devregression/t/mcs7652_q43.test | 2 +- .../devregression/t/mcs7668_q513.test | 2 +- .../devregression/t/mcs7672_q524.test | 4 +- .../devregression/t/mcs7703_q13mod.test | 18 +- .../devregression/t/mcs7704_q21mod.test | 20 +- .../devregression/t/mcs7705_q22mod.test | 22 +- .../devregression/t/mcs7706_q23mod.test | 20 +- .../devregression/t/mcs7707_q31mod.test | 24 +- .../devregression/t/mcs7708_q32mod.test | 24 +- .../devregression/t/mcs7709_q33mod.test | 28 +- .../devregression/t/mcs7710_q34mod.test | 30 +- .../devregression/t/mcs7711_q41mod.test | 28 +- .../devregression/t/mcs7712_q42mod.test | 34 +- .../devregression/t/mcs7713_q43mod.test | 30 +- tools/dbbuilder/dataGen.pl | 188 +- tools/dbbuilder/srcdata/ordertable.csv | 1998 ++++++++--------- tools/dbbuilder/srcdata/partsupptable.csv | 1998 ++++++++--------- tools/dbbuilder/srcdata/regiontable.csv | 8 +- tools/dbbuilder/srcdata/suppliertable.csv | 98 +- 84 files changed, 7032 insertions(+), 7032 deletions(-) diff --git a/cmake/superbuild.md b/cmake/superbuild.md index 6bedaeabc..0a6fde43f 100644 --- a/cmake/superbuild.md +++ b/cmake/superbuild.md @@ -1,24 +1,24 @@ -CMake Super Build -================= -A super build is a process to download, build and install dependencies with cmake at configure time. This ensure dependencies are available during the initial configure stage. Its accomplished by executing separate cmake configure and build processes inline with the main project cmake which builds and installs the missing dependency. - -Rationale: ----------- -It maybe observed that ExternalProject accomplishes a similar task, however, the target of an ExternalProject is not available until after the build stage. Any scripting logic which requires the dependency during the configure stage will fail. The super build solves this by ensuring the dependency is built independent of the main projects configuration which uses it. - -Example: --------- -# In the context of the main projects cmake scripts, subshells of cmake are executed to configure and build the dependency -configure_file(some_dependency.CMakeLists.txt.in some_dep_dir\CMakeLists.txt @ONLY) # drop a top-level CMakeLists.txt in a folder for the dependency -execute_process(COMMAND ${CMAKE_COMMAND} . WORKING_DIRECTORY some_dep_dir) # execute configure stage of dependency against newly created CMakeLists.txt from above step -execute_process(COMMAND ${CMAKE_COMMAND} --build . WORKING_DIRECTORY some_dep_dir) # install the dependency -find_package(some_dependency) # the dependency should be installed and can be 'found' or used as appropriate - -NOTES ------ - o The bulk of the work is performed in the generated/copied CMakeLists.txt to download (optional), build and install the dependency. It typically contains the full set of ExternalProject statements and error handling. - o CMake scripts executed in a sub-process with execute_process are independent and share no state whatsoever with the calling process. There are two ways to share state with the sub-shell - - Wrap appropriate @VARIABLE@ decorations in the CMakeLists.in template which get substituted with values when configure_file is executed - - Pass them on the command line of the execute_process statement. e.g.: execute_process(COMMAND ${CMAKE_COMMAND} -DSOME_VAR=${SOME_VAL} -DANOTHER_VAR=${ANOTHER_VAL} ... - +CMake Super Build +================= +A super build is a process to download, build and install dependencies with cmake at configure time. This ensure dependencies are available during the initial configure stage. Its accomplished by executing separate cmake configure and build processes inline with the main project cmake which builds and installs the missing dependency. + +Rationale: +---------- +It maybe observed that ExternalProject accomplishes a similar task, however, the target of an ExternalProject is not available until after the build stage. Any scripting logic which requires the dependency during the configure stage will fail. The super build solves this by ensuring the dependency is built independent of the main projects configuration which uses it. + +Example: +-------- +# In the context of the main projects cmake scripts, subshells of cmake are executed to configure and build the dependency +configure_file(some_dependency.CMakeLists.txt.in some_dep_dir\CMakeLists.txt @ONLY) # drop a top-level CMakeLists.txt in a folder for the dependency +execute_process(COMMAND ${CMAKE_COMMAND} . WORKING_DIRECTORY some_dep_dir) # execute configure stage of dependency against newly created CMakeLists.txt from above step +execute_process(COMMAND ${CMAKE_COMMAND} --build . WORKING_DIRECTORY some_dep_dir) # install the dependency +find_package(some_dependency) # the dependency should be installed and can be 'found' or used as appropriate + +NOTES +----- + o The bulk of the work is performed in the generated/copied CMakeLists.txt to download (optional), build and install the dependency. It typically contains the full set of ExternalProject statements and error handling. + o CMake scripts executed in a sub-process with execute_process are independent and share no state whatsoever with the calling process. There are two ways to share state with the sub-shell + - Wrap appropriate @VARIABLE@ decorations in the CMakeLists.in template which get substituted with values when configure_file is executed + - Pass them on the command line of the execute_process statement. e.g.: execute_process(COMMAND ${CMAKE_COMMAND} -DSOME_VAR=${SOME_VAL} -DANOTHER_VAR=${ANOTHER_VAL} ... + x \ No newline at end of file diff --git a/dbcon/ddlpackage/sql/examples/alter-table.sql b/dbcon/ddlpackage/sql/examples/alter-table.sql index 0cf9ecc3d..3796861fe 100755 --- a/dbcon/ddlpackage/sql/examples/alter-table.sql +++ b/dbcon/ddlpackage/sql/examples/alter-table.sql @@ -1,188 +1,188 @@ --- test column data types -ALTER TABLE calpont.tbl_name ADD COLUMN col_name char(1); -ALTER TABLE tbl_name ADD COLUMN col_name char(2) engine=infinidb; -ALTER TABLE tbl_name ADD COLUMN col_name char(4) engine = infinidb; -ALTER TABLE tbl_name ADD COLUMN col_name char(8); -ALTER TABLE tbl_name ADD COLUMN col_name varchar(50); -ALTER TABLE tbl_name ADD COLUMN col_name bit; -ALTER TABLE tbl_name ADD COLUMN col_name bit(8); -ALTER TABLE tbl_name ADD COLUMN col_name bit(63); -ALTER TABLE tbl_name ADD COLUMN col_name real(5); -ALTER TABLE tbl_name ADD COLUMN col_name real(10,2); -ALTER TABLE tbl_name ADD COLUMN col_name decimal(1); -ALTER TABLE tbl_name ADD COLUMN col_name decimal(2,2); -ALTER TABLE tbl_name ADD COLUMN col_name decimal(5,4); -ALTER TABLE tbl_name ADD COLUMN col_name decimal(10,8); -ALTER TABLE tbl_name ADD COLUMN col_name float(25); -ALTER TABLE tbl_name ADD COLUMN col_name float(25,10); -ALTER TABLE tbl_name ADD COLUMN col_name double; -ALTER TABLE tbl_name ADD COLUMN col_name int; -ALTER TABLE tbl_name ADD COLUMN col_name bigint; -ALTER TABLE tbl_name ADD COLUMN col_name medint; -ALTER TABLE tbl_name ADD COLUMN col_name smallint; -ALTER TABLE tbl_name ADD COLUMN col_name tinyint; -ALTER TABLE tbl_name ADD COLUMN col_name date; -ALTER TABLE tbl_name ADD COLUMN col_name datetime; -ALTER TABLE tbl_name ADD COLUMN col_name clob; -ALTER TABLE tbl_name ADD COLUMN col_name blob; -ALTER TABLE tbl_name ADD COLUMN col_name numeric(7); -ALTER TABLE tbl_name ADD COLUMN col_name numeric(1,1); -ALTER TABLE tbl_name ADD COLUMN col_name numeric(8,1); -ALTER TABLE tbl_name ADD COLUMN col_name numeric(20,10); -ALTER TABLE tbl_name ADD COLUMN col_name number; -ALTER TABLE tbl_name ADD COLUMN col_name integer; -ALTER TABLE tbl_name ADD col_name int; -ALTER TABLE tbl_name ADD col_name CHAR (4); - - --- test column constraints -ALTER TABLE calpont.tbl_name ADD COLUMN col_name datetime not null; -ALTER TABLE tbl_name ADD COLUMN col_name float(25,10) null engine=infinidb; - -ALTER TABLE tbl_name ADD COLUMN col_name int auto_increment; - -ALTER TABLE tbl_name ADD COLUMN col_name decimal(10,2) default 1; -ALTER TABLE tbl_name ADD COLUMN col_name char(1) default 'unknown'; -ALTER TABLE tbl_name ADD COLUMN col_name char(1) default USER; -ALTER TABLE tbl_name ADD COLUMN col_name char(1) default CURRENT_USER; -ALTER TABLE tbl_name ADD COLUMN col_name char(1) default SESSION_USER; -ALTER TABLE tbl_name ADD COLUMN col_name char(1) default SYSTEM_USER; -ALTER TABLE tbl_name ADD COLUMN col_name char(1) default NULL; - -ALTER TABLE tbl_name ADD COLUMN col_name clob check (col_name < 0), -alter table tbl_name add column col_name int check (col_name > 1) initially deferred deferrable; -alter table tbl_name add column col_name integer check (col_name = 1) initially immediate not deferrable; - -ALTER TABLE tbl_name ADD COLUMN col_name numeric(5,2) primary key; -ALTER TABLE tbl_name ADD COLUMN col_name numeric(25,2) primary key disabled; -ALTER TABLE tbl_name ADD COLUMN col_name numeric(25) primary key DEFERRED; - -ALTER TABLE tbl_name ADD COLUMN col_name int references tbl_name1(col_name); -ALTER TABLE tbl_name ADD COLUMN col_name int references tbl_name1(col_name, col_name1); - -ALTER TABLE tbl_name ADD COLUMN col_name int unique; -ALTER TABLE tbl_name ADD COLUMN col_name decimal(8,2) unique DISABLE; -ALTER TABLE tbl_name ADD COLUMN col_name decimal(8) unique DEFERRED; - - --- test out-of-line constraints -ALTER TABLE calpont.tbl_name ADD CONSTRAINT const_name check (col_name) (col_name > 0); -alter table tbl_name add check (col_name) (col_name > 0) DEFERRED engine=infinidb; -alter table tbl_name add const_name check (col_name) (col_name > 0) DISABLE; - -alter table tbl_name add CONSTRAINT const_name primary key (col_name); -alter table tbl_name add const_name primary key(col_name); -alter table tbl_name add primary key (col_name); -alter table tbl_name add const_name primary key (col_nam,col_name1); - -alter table tbl_name add CONSTRAINT const_name unique(col_name); -alter table tbl_name add unique(col_name); -alter table tbl_name add const_name unique col_name DISABLE; -alter table tbl_name add const_name unique col_name DEFERRED; -alter table tbl_name add const_name unique (col_name, col_name1); - -ALTER TABLE tbl_name add CONSTRAINT const_name foreign key(col_name) references Customers( p_a ); -ALTER TABLE tbl_name ADD FOREIGN KEY(col_name) references Customers( p_a ); -alter table tbl_name add foreign key (col_name,col_name1) references Customers( p_a ); -alter table tbl_name add foreign key (col_name,col_name1) references Customers( p_a,p_b ) MATCH FULL; -alter table tbl_name add foreign key (col_name,col_name1) references Customers( p_a ) MATCH PARTIAL; -alter table tbl_name add foreign key (col_name,col_name1) references Customers( p_a ) ON UPDATE CASCADE; -alter table tbl_name add foreign key (col_name,col_name1) references Customers( p_a ) ON UPDATE SET NULL; -alter table tbl_name add foreign key (col_name,col_name1) references Customers( p_a ) ON UPDATE SET DEFAULT; -alter table tbl_name add foreign key (col_name,col_name1) references Customers( p_a ) ON UPDATE NO ACTION; -alter table tbl_name add foreign key (col_name,col_name1) references Customers( p_a ) ON DELETE CASCADE; -alter table tbl_name add foreign key (col_name,col_name1) references Customers( p_a ) ON DELETE SET NULL; -alter table tbl_name add foreign key (col_name,col_name1) references Customers( p_a ) ON DELETE SET DEFAULT; -alter table tbl_name add foreign key (col_name,col_name1) references Customers( p_a ) ON DELETE NO ACTION; -alter table tbl_name add foreign key (col_name,col_name1) references Customers( p_a ); - -ALTER TABLE tbl_name storage(initial 100000 next 200000); - - --- test contsraint state -alter table calpont.tbl_name DISABLE constraint const_name; -alter table tbl_name ENABLE constraint const_name engine=infinidb; - - --- test alter column -alter table calpont.tbl_name alter col_name drop not null; -alter table tbl_name alter col_name drop null engine=infinidb; -alter table tbl_name alter col_name drop default; -alter table tbl_name alter col_name drop auto_increment; -ALTER TABLE tbl_name ALTER COLUMN col_name DROP DEFAULT; - -alter table tbl_name alter col_name set not null; -alter table tbl_name alter col_name set null; -alter table tbl_name alter col_name set default 3; -alter table tbl_name alter col_name set default 'unknown'; -alter table tbl_name alter col_name set default USER; -alter table tbl_name alter col_name set default CURRENT_USER; -alter table tbl_name alter col_name set default SESSION_USER; -alter table tbl_name alter col_name set default SYSTEM_USER; -alter table tbl_name alter col_name set default NULL; -alter table tbl_name alter col_name set auto_increment; -ALTER TABLE tbl_name ALTER COLUMN col_name SET DEFAULT; - - --- test drop column -alter table calpont.tbl_name drop col_name engine=infinidb; -ALTER TABLE tbl_name DROP col_name CASCADE; -ALTER TABLE tbl_name DROP col_name RESTRICT; -ALTER TABLE tbl_name DROP col_name INVALIDATE; -ALTER TABLE tbl_name DROP col_name CASCADE CONSTRAINTS; -ALTER TABLE tbl_name DROP ( col_name , col_name1) CASCADE CONSTRAINTS; -alter table tbl_name drop column col_name; - - --- test rename column and table -alter table calpont.tbl_name rename col_name to col_name1; -alter table tbl_name rename column col_name to col_name1 engine=infinidb; -ALTER TABLE tbl_name RENAME COLUMN col_name to col_name1; -ALTER TABLE tbl_name RENAME to new_tbl_name ; - - --- test set column -alter table tbl_name set unused col_name; -alter table tbl_name set unused (col_name,col_name1); - - --- test MAX name sizes -ALTER TABLE tbl_name0123456789012345678901234567890 ADD COLUMN col_name char(1); -ALTER TABLE tbl_name ADD COLUMN col_name90123456789012345678901234567890 char(1); -ALTER TABLE schema7890123456789012345678901234567890.tbl_name ADD COLUMN col_name char(1); -ALTER TABLE tbl_name ADD CONSTRAINT const_name123456789012345678901234567890 CHECK(col_name > 1); -ALTER TABLE schema7890123456789012345678901234567890.tbl_name0123456789012345678901234567890 ADD CONSTRAINT const_name123456789012345678901234567890 CHECK(col_name90123456789012345678901234567890 > 1); - - --- test combination request -ALTER TABLE tbl_name ADD (col_name int, col_name1 timestamp, col_name2 NUMERIC(7)); -ALTER TABLE tbl_name ADD COLUMN col_name int null references Customers(col_name); -ALTER TABLE tbl_name ADD COLUMN col_name int NOT null auto_increment default 1000 references tbl_name1(col_name); -ALTER TABLE tbl_name ADD COLUMN col_name clob not null check (col_name < 0), -ALTER TABLE tbl_name ADD COLUMN col_name numeric(25,2) primary key unique check (col_name = 50); -ALTER TABLE tbl_name ADD COLUMN col_name numeric(25,2) primary key unique check (col_name = 50) disable references tbl_name2(col_name1) DEFERRED; -ALTER TABLE tbl_name ADD COLUMN col_name real(10,2) ADD CONSTRAINT const_name (p_partkey) (p_partkey > 0); -ALTER TABLE tbl_name ADD COLUMN col_name float(10,2) NOT null auto_increment default 1000 primary key DEFERRED unique DISABLED check (col_name = 50) references tbl_name1(col_name) engine=infinidb; - - --- test big do all test -ALTER TABLE calpont.tbl_name - ADD ( - col_name float(10,2) NOT null auto_increment default 1000 primary key DEFERRED unique DISABLED check (col_name = 50) references tbl_name1(col_name), - col_name1 timestamp , - col_name2 NUMERIC(7) - ) - ADD CONSTRAINT const_name check (col_name2) (col_name2 > 0) - add CONSTRAINT const_name1 primary key (col_name2) - add CONSTRAINT const_name2 unique(col_name1) - add CONSTRAINT const_name3 foreign key(col_name) references Customers( p_a ) - storage(initial 100000 next 200000) - DISABLE constraint const_name - alter col_name drop not null - alter table tbl_name alter col_name2 set default 'unknown' - DROP ( col_name , col_name1) CASCADE CONSTRAINTS - RENAME COLUMN col_name to col_name1; - RENAME to new_tbl_name - alter table tbl_name set unused (col_name,col_name1) - engine=infinidb; - +-- test column data types +ALTER TABLE calpont.tbl_name ADD COLUMN col_name char(1); +ALTER TABLE tbl_name ADD COLUMN col_name char(2) engine=infinidb; +ALTER TABLE tbl_name ADD COLUMN col_name char(4) engine = infinidb; +ALTER TABLE tbl_name ADD COLUMN col_name char(8); +ALTER TABLE tbl_name ADD COLUMN col_name varchar(50); +ALTER TABLE tbl_name ADD COLUMN col_name bit; +ALTER TABLE tbl_name ADD COLUMN col_name bit(8); +ALTER TABLE tbl_name ADD COLUMN col_name bit(63); +ALTER TABLE tbl_name ADD COLUMN col_name real(5); +ALTER TABLE tbl_name ADD COLUMN col_name real(10,2); +ALTER TABLE tbl_name ADD COLUMN col_name decimal(1); +ALTER TABLE tbl_name ADD COLUMN col_name decimal(2,2); +ALTER TABLE tbl_name ADD COLUMN col_name decimal(5,4); +ALTER TABLE tbl_name ADD COLUMN col_name decimal(10,8); +ALTER TABLE tbl_name ADD COLUMN col_name float(25); +ALTER TABLE tbl_name ADD COLUMN col_name float(25,10); +ALTER TABLE tbl_name ADD COLUMN col_name double; +ALTER TABLE tbl_name ADD COLUMN col_name int; +ALTER TABLE tbl_name ADD COLUMN col_name bigint; +ALTER TABLE tbl_name ADD COLUMN col_name medint; +ALTER TABLE tbl_name ADD COLUMN col_name smallint; +ALTER TABLE tbl_name ADD COLUMN col_name tinyint; +ALTER TABLE tbl_name ADD COLUMN col_name date; +ALTER TABLE tbl_name ADD COLUMN col_name datetime; +ALTER TABLE tbl_name ADD COLUMN col_name clob; +ALTER TABLE tbl_name ADD COLUMN col_name blob; +ALTER TABLE tbl_name ADD COLUMN col_name numeric(7); +ALTER TABLE tbl_name ADD COLUMN col_name numeric(1,1); +ALTER TABLE tbl_name ADD COLUMN col_name numeric(8,1); +ALTER TABLE tbl_name ADD COLUMN col_name numeric(20,10); +ALTER TABLE tbl_name ADD COLUMN col_name number; +ALTER TABLE tbl_name ADD COLUMN col_name integer; +ALTER TABLE tbl_name ADD col_name int; +ALTER TABLE tbl_name ADD col_name CHAR (4); + + +-- test column constraints +ALTER TABLE calpont.tbl_name ADD COLUMN col_name datetime not null; +ALTER TABLE tbl_name ADD COLUMN col_name float(25,10) null engine=infinidb; + +ALTER TABLE tbl_name ADD COLUMN col_name int auto_increment; + +ALTER TABLE tbl_name ADD COLUMN col_name decimal(10,2) default 1; +ALTER TABLE tbl_name ADD COLUMN col_name char(1) default 'unknown'; +ALTER TABLE tbl_name ADD COLUMN col_name char(1) default USER; +ALTER TABLE tbl_name ADD COLUMN col_name char(1) default CURRENT_USER; +ALTER TABLE tbl_name ADD COLUMN col_name char(1) default SESSION_USER; +ALTER TABLE tbl_name ADD COLUMN col_name char(1) default SYSTEM_USER; +ALTER TABLE tbl_name ADD COLUMN col_name char(1) default NULL; + +ALTER TABLE tbl_name ADD COLUMN col_name clob check (col_name < 0), +alter table tbl_name add column col_name int check (col_name > 1) initially deferred deferrable; +alter table tbl_name add column col_name integer check (col_name = 1) initially immediate not deferrable; + +ALTER TABLE tbl_name ADD COLUMN col_name numeric(5,2) primary key; +ALTER TABLE tbl_name ADD COLUMN col_name numeric(25,2) primary key disabled; +ALTER TABLE tbl_name ADD COLUMN col_name numeric(25) primary key DEFERRED; + +ALTER TABLE tbl_name ADD COLUMN col_name int references tbl_name1(col_name); +ALTER TABLE tbl_name ADD COLUMN col_name int references tbl_name1(col_name, col_name1); + +ALTER TABLE tbl_name ADD COLUMN col_name int unique; +ALTER TABLE tbl_name ADD COLUMN col_name decimal(8,2) unique DISABLE; +ALTER TABLE tbl_name ADD COLUMN col_name decimal(8) unique DEFERRED; + + +-- test out-of-line constraints +ALTER TABLE calpont.tbl_name ADD CONSTRAINT const_name check (col_name) (col_name > 0); +alter table tbl_name add check (col_name) (col_name > 0) DEFERRED engine=infinidb; +alter table tbl_name add const_name check (col_name) (col_name > 0) DISABLE; + +alter table tbl_name add CONSTRAINT const_name primary key (col_name); +alter table tbl_name add const_name primary key(col_name); +alter table tbl_name add primary key (col_name); +alter table tbl_name add const_name primary key (col_nam,col_name1); + +alter table tbl_name add CONSTRAINT const_name unique(col_name); +alter table tbl_name add unique(col_name); +alter table tbl_name add const_name unique col_name DISABLE; +alter table tbl_name add const_name unique col_name DEFERRED; +alter table tbl_name add const_name unique (col_name, col_name1); + +ALTER TABLE tbl_name add CONSTRAINT const_name foreign key(col_name) references Customers( p_a ); +ALTER TABLE tbl_name ADD FOREIGN KEY(col_name) references Customers( p_a ); +alter table tbl_name add foreign key (col_name,col_name1) references Customers( p_a ); +alter table tbl_name add foreign key (col_name,col_name1) references Customers( p_a,p_b ) MATCH FULL; +alter table tbl_name add foreign key (col_name,col_name1) references Customers( p_a ) MATCH PARTIAL; +alter table tbl_name add foreign key (col_name,col_name1) references Customers( p_a ) ON UPDATE CASCADE; +alter table tbl_name add foreign key (col_name,col_name1) references Customers( p_a ) ON UPDATE SET NULL; +alter table tbl_name add foreign key (col_name,col_name1) references Customers( p_a ) ON UPDATE SET DEFAULT; +alter table tbl_name add foreign key (col_name,col_name1) references Customers( p_a ) ON UPDATE NO ACTION; +alter table tbl_name add foreign key (col_name,col_name1) references Customers( p_a ) ON DELETE CASCADE; +alter table tbl_name add foreign key (col_name,col_name1) references Customers( p_a ) ON DELETE SET NULL; +alter table tbl_name add foreign key (col_name,col_name1) references Customers( p_a ) ON DELETE SET DEFAULT; +alter table tbl_name add foreign key (col_name,col_name1) references Customers( p_a ) ON DELETE NO ACTION; +alter table tbl_name add foreign key (col_name,col_name1) references Customers( p_a ); + +ALTER TABLE tbl_name storage(initial 100000 next 200000); + + +-- test contsraint state +alter table calpont.tbl_name DISABLE constraint const_name; +alter table tbl_name ENABLE constraint const_name engine=infinidb; + + +-- test alter column +alter table calpont.tbl_name alter col_name drop not null; +alter table tbl_name alter col_name drop null engine=infinidb; +alter table tbl_name alter col_name drop default; +alter table tbl_name alter col_name drop auto_increment; +ALTER TABLE tbl_name ALTER COLUMN col_name DROP DEFAULT; + +alter table tbl_name alter col_name set not null; +alter table tbl_name alter col_name set null; +alter table tbl_name alter col_name set default 3; +alter table tbl_name alter col_name set default 'unknown'; +alter table tbl_name alter col_name set default USER; +alter table tbl_name alter col_name set default CURRENT_USER; +alter table tbl_name alter col_name set default SESSION_USER; +alter table tbl_name alter col_name set default SYSTEM_USER; +alter table tbl_name alter col_name set default NULL; +alter table tbl_name alter col_name set auto_increment; +ALTER TABLE tbl_name ALTER COLUMN col_name SET DEFAULT; + + +-- test drop column +alter table calpont.tbl_name drop col_name engine=infinidb; +ALTER TABLE tbl_name DROP col_name CASCADE; +ALTER TABLE tbl_name DROP col_name RESTRICT; +ALTER TABLE tbl_name DROP col_name INVALIDATE; +ALTER TABLE tbl_name DROP col_name CASCADE CONSTRAINTS; +ALTER TABLE tbl_name DROP ( col_name , col_name1) CASCADE CONSTRAINTS; +alter table tbl_name drop column col_name; + + +-- test rename column and table +alter table calpont.tbl_name rename col_name to col_name1; +alter table tbl_name rename column col_name to col_name1 engine=infinidb; +ALTER TABLE tbl_name RENAME COLUMN col_name to col_name1; +ALTER TABLE tbl_name RENAME to new_tbl_name ; + + +-- test set column +alter table tbl_name set unused col_name; +alter table tbl_name set unused (col_name,col_name1); + + +-- test MAX name sizes +ALTER TABLE tbl_name0123456789012345678901234567890 ADD COLUMN col_name char(1); +ALTER TABLE tbl_name ADD COLUMN col_name90123456789012345678901234567890 char(1); +ALTER TABLE schema7890123456789012345678901234567890.tbl_name ADD COLUMN col_name char(1); +ALTER TABLE tbl_name ADD CONSTRAINT const_name123456789012345678901234567890 CHECK(col_name > 1); +ALTER TABLE schema7890123456789012345678901234567890.tbl_name0123456789012345678901234567890 ADD CONSTRAINT const_name123456789012345678901234567890 CHECK(col_name90123456789012345678901234567890 > 1); + + +-- test combination request +ALTER TABLE tbl_name ADD (col_name int, col_name1 timestamp, col_name2 NUMERIC(7)); +ALTER TABLE tbl_name ADD COLUMN col_name int null references Customers(col_name); +ALTER TABLE tbl_name ADD COLUMN col_name int NOT null auto_increment default 1000 references tbl_name1(col_name); +ALTER TABLE tbl_name ADD COLUMN col_name clob not null check (col_name < 0), +ALTER TABLE tbl_name ADD COLUMN col_name numeric(25,2) primary key unique check (col_name = 50); +ALTER TABLE tbl_name ADD COLUMN col_name numeric(25,2) primary key unique check (col_name = 50) disable references tbl_name2(col_name1) DEFERRED; +ALTER TABLE tbl_name ADD COLUMN col_name real(10,2) ADD CONSTRAINT const_name (p_partkey) (p_partkey > 0); +ALTER TABLE tbl_name ADD COLUMN col_name float(10,2) NOT null auto_increment default 1000 primary key DEFERRED unique DISABLED check (col_name = 50) references tbl_name1(col_name) engine=infinidb; + + +-- test big do all test +ALTER TABLE calpont.tbl_name + ADD ( + col_name float(10,2) NOT null auto_increment default 1000 primary key DEFERRED unique DISABLED check (col_name = 50) references tbl_name1(col_name), + col_name1 timestamp , + col_name2 NUMERIC(7) + ) + ADD CONSTRAINT const_name check (col_name2) (col_name2 > 0) + add CONSTRAINT const_name1 primary key (col_name2) + add CONSTRAINT const_name2 unique(col_name1) + add CONSTRAINT const_name3 foreign key(col_name) references Customers( p_a ) + storage(initial 100000 next 200000) + DISABLE constraint const_name + alter col_name drop not null + alter table tbl_name alter col_name2 set default 'unknown' + DROP ( col_name , col_name1) CASCADE CONSTRAINTS + RENAME COLUMN col_name to col_name1; + RENAME to new_tbl_name + alter table tbl_name set unused (col_name,col_name1) + engine=infinidb; + diff --git a/dbcon/doc/02.sql b/dbcon/doc/02.sql index 92c6e6727..659886cdf 100644 --- a/dbcon/doc/02.sql +++ b/dbcon/doc/02.sql @@ -1,263 +1,263 @@ --- $ID$ --- TPC-H/TPC-R Minimum Cost Supplier Query (Q2) --- Functional Query Definition --- Approved February 1998 -:x -:o -select - s_acctbal, - s_name, - n_name, - p_partkey, - p_mfgr, - s_address, - s_phone, - s_comment -from - part, - supplier, - partsupp, - nation, - region -where - p_partkey = ps_partkey - and s_suppkey = ps_suppkey - and p_size = :1 - and p_type like '%:2' - and s_nationkey = n_nationkey - and n_regionkey = r_regionkey - and r_name = ':3' - and ps_supplycost = ( - select - min(ps_supplycost) - from - partsupp, - supplier, - nation, - region - where - p_partkey = ps_partkey - and s_suppkey = ps_suppkey - and s_nationkey = n_nationkey - and n_regionkey = r_regionkey - and r_name = ':3' - ) -order by - s_acctbal desc, - n_name, - s_name, - p_partkey; -:n 100 - -select - s_acctbal, - p_partkey -from - part, - supplier, - partsupp, - nation, - region -where - r_name = ':3' - and n_regionkey = r_regionkey - and s_nationkey = n_nationkey - and s_suppkey = ps_suppkey - and p_partkey = ps_partkey - and p_size = :1 - and ps_supplycost = ( - select - min(ps_supplycost) - from - partsupp, - supplier, - nation, - region - where - r_name = ':3' - and n_regionkey = r_regionkey - and s_nationkey = n_nationkey - and s_suppkey = ps_suppkey - and p_partkey = ps_partkey - ) - --- Sub SE -GetTokensByCompare - DDN = ? - BOP = EQ - Arg32 = ':3' - COP32 = AND -SendStackToArg32 - RSP = PREV-0 -GetColumnRowsByIndexCompare (r_name = ':3') - TCN = 1 (region.r_name) - SCN = 1 - BOP = OR - Arg32 = PREV-0 - COP32 = EQ - RRI = 1 -GetColumnRowsByOffset - SCN = 1 - TCN = 2 (region.r_regionkey) - RSPwRID = PREV-0 -SendStackToArg32 - RSP = PREV-0 -GetColumnRowsByIndexCompare (n_regionkey = r_regionkey) - TCN = 8 (nation.n_regionkey) - SCN = 1 - BOP = OR - Arg32 = PREV-0 - COP32 = EQ - RRI = 1 -FiterResultStacksByColumn - RSP1 = PREV-2 - RSP2 = PREV-0 -GetColumnRowsByOffset - SCN = 1 - TCN = 9 (nation.n_nationkey) - RSPwRID = PREV-0 -SendStackToArg32 - RSP = PREV-0 -GetColumnRowsByIndexCompare (s_nationkey = n_nationkey) - TCN = 15 (supplier.s_nationkey) - SCN = 1 - BOP = OR - Arg32 = PREV-0 - COP32 = EQ - RRI = 1 -FilterResultStacksByRID - RSP1 = PREV-3 - RSP2 = PREV-0 -GetColumnRowsByOffset - SCN = 1 - TCN = 16 (supplier.s_suppkey) - RSPwRID = PREV-0 -SendStackToArg32 - RSP = PREV-0 -GetColumnRowsByIndexCompare (s_suppkey = ps_suppkey) - TCN = 20 (partsupp.ps_suppkey) - SCN = 1 - BOP = OR - Arg32 = PREV-0 - COP32 = EQ - RRI = 1 -FilterResultStacksByRID - RSP1 = PREV-3 - RSP2 = PREV-0 -GetColumnRowsByOffset - SCN = 1 - TCN = 21 (partsupp.ps_partkey) - RSPwRID = PREV-0 -SendStackToArg32 - RSP = PREV-0 -GetColumnRowsByIndexCompare (p_partkey = ps_partkey) - TCN = 25 (part.p_partkey) - SCN = 1 - BOP = OR - Arg32 = PREV-0 - COP32 = EQ - RRI = 1 -FilterResultStacksByRID - RSP1 = PREV-3 - RSP2 = PREV-0 -GetAggregateByOffset - TCN = 21 (partsupp.ps_supplycost) - SCN = 1 - RSPwRID = PREV-0 - AOP = SUM --- Parent SE -GetColumnRowsByFTSCompare (ps_supplycose = subselect) - TCN = 21 (partsupp.ps_supplycost) - SCN = 1 - BOP = OR? - Arg32 = PREV-0 -GetTokensByCompare - DDN = ? - BOP = EQ - Arg32 = ':3' - COP32 = AND -SendStackToArg32 - RSP = PREV-0 -GetColumnRowsByIndexCompare (r_name = ':3') - TCN = 1 (region.r_name) - SCN = 1 - BOP = OR - Arg32 = PREV-0 - COP32 = EQ - RRI = 1 -GetColumnRowsByOffset - SCN = 1 - TCN = 2 (region.r_regionkey) - RSPwRID = PREV-0 -SendStackToArg32 - RSP = PREV-0 -GetColumnRowsByIndexCompare (n_regionkey = r_regionkey) - TCN = 8 (nation.n_regionkey) - SCN = 1 - BOP = OR - Arg32 = PREV-0 - COP32 = EQ - RRI = 1 -FiterResultStacksByColumn - RSP1 = PREV-2 - RSP2 = PREV-0 -GetColumnRowsByOffset - SCN = 1 - TCN = 9 (nation.n_nationkey) - RSPwRID = PREV-0 -SendStackToArg32 - RSP = PREV-0 -GetColumnRowsByIndexCompare (s_nationkey = n_nationkey) - TCN = 15 (supplier.s_nationkey) - SCN = 1 - BOP = OR - Arg32 = PREV-0 - COP32 = EQ - RRI = 1 -FilterResultStacksByRID - RSP1 = PREV-3 - RSP2 = PREV-0 -GetColumnRowsByOffset - SCN = 1 - TCN = 16 (supplier.s_suppkey) - RSPwRID = PREV-0 -SendStackToArg32 - RSP = PREV-0 -GetColumnRowsByIndexCompare (s_suppkey = ps_suppkey) - TCN = 20 (partsupp.ps_suppkey) - SCN = 1 - BOP = OR - Arg32 = PREV-0 - COP32 = EQ - RRI = 1 -FilterResultStacksByRID - RSP1 = PREV-3 - RSP2 = PREV-0 -GetColumnRowsByOffset - SCN = 1 - TCN = 21 (partsupp.ps_partkey) - RSPwRID = PREV-0 -SendStackToArg32 - RSP = PREV-0 -GetColumnRowsByIndexCompare (p_partkey = ps_partkey) - TCN = 25 (part.p_partkey) - SCN = 1 - BOP = OR - Arg32 = PREV-0 - COP32 = EQ - RRI = 1 -FilterResultStacksByRID - RSP1 = PREV-3 - RSP2 = PREV-0 -??? filter p_size=1 from previous stack -FilterResultStacksByRID - RSP1 = PREV-0 - RSP2 = PREV-20 -GetColumnRowsByOffset - TCN = 17 (supplier.s_acctbal) - SCN = 1 - RSPwRID = PREV-0 -GetColumnRowsByOffset - TCN = 25 (part.p_partkey) - SCN = 1 - RSPwRID = PREV-1 +-- $ID$ +-- TPC-H/TPC-R Minimum Cost Supplier Query (Q2) +-- Functional Query Definition +-- Approved February 1998 +:x +:o +select + s_acctbal, + s_name, + n_name, + p_partkey, + p_mfgr, + s_address, + s_phone, + s_comment +from + part, + supplier, + partsupp, + nation, + region +where + p_partkey = ps_partkey + and s_suppkey = ps_suppkey + and p_size = :1 + and p_type like '%:2' + and s_nationkey = n_nationkey + and n_regionkey = r_regionkey + and r_name = ':3' + and ps_supplycost = ( + select + min(ps_supplycost) + from + partsupp, + supplier, + nation, + region + where + p_partkey = ps_partkey + and s_suppkey = ps_suppkey + and s_nationkey = n_nationkey + and n_regionkey = r_regionkey + and r_name = ':3' + ) +order by + s_acctbal desc, + n_name, + s_name, + p_partkey; +:n 100 + +select + s_acctbal, + p_partkey +from + part, + supplier, + partsupp, + nation, + region +where + r_name = ':3' + and n_regionkey = r_regionkey + and s_nationkey = n_nationkey + and s_suppkey = ps_suppkey + and p_partkey = ps_partkey + and p_size = :1 + and ps_supplycost = ( + select + min(ps_supplycost) + from + partsupp, + supplier, + nation, + region + where + r_name = ':3' + and n_regionkey = r_regionkey + and s_nationkey = n_nationkey + and s_suppkey = ps_suppkey + and p_partkey = ps_partkey + ) + +-- Sub SE +GetTokensByCompare + DDN = ? + BOP = EQ + Arg32 = ':3' + COP32 = AND +SendStackToArg32 + RSP = PREV-0 +GetColumnRowsByIndexCompare (r_name = ':3') + TCN = 1 (region.r_name) + SCN = 1 + BOP = OR + Arg32 = PREV-0 + COP32 = EQ + RRI = 1 +GetColumnRowsByOffset + SCN = 1 + TCN = 2 (region.r_regionkey) + RSPwRID = PREV-0 +SendStackToArg32 + RSP = PREV-0 +GetColumnRowsByIndexCompare (n_regionkey = r_regionkey) + TCN = 8 (nation.n_regionkey) + SCN = 1 + BOP = OR + Arg32 = PREV-0 + COP32 = EQ + RRI = 1 +FiterResultStacksByColumn + RSP1 = PREV-2 + RSP2 = PREV-0 +GetColumnRowsByOffset + SCN = 1 + TCN = 9 (nation.n_nationkey) + RSPwRID = PREV-0 +SendStackToArg32 + RSP = PREV-0 +GetColumnRowsByIndexCompare (s_nationkey = n_nationkey) + TCN = 15 (supplier.s_nationkey) + SCN = 1 + BOP = OR + Arg32 = PREV-0 + COP32 = EQ + RRI = 1 +FilterResultStacksByRID + RSP1 = PREV-3 + RSP2 = PREV-0 +GetColumnRowsByOffset + SCN = 1 + TCN = 16 (supplier.s_suppkey) + RSPwRID = PREV-0 +SendStackToArg32 + RSP = PREV-0 +GetColumnRowsByIndexCompare (s_suppkey = ps_suppkey) + TCN = 20 (partsupp.ps_suppkey) + SCN = 1 + BOP = OR + Arg32 = PREV-0 + COP32 = EQ + RRI = 1 +FilterResultStacksByRID + RSP1 = PREV-3 + RSP2 = PREV-0 +GetColumnRowsByOffset + SCN = 1 + TCN = 21 (partsupp.ps_partkey) + RSPwRID = PREV-0 +SendStackToArg32 + RSP = PREV-0 +GetColumnRowsByIndexCompare (p_partkey = ps_partkey) + TCN = 25 (part.p_partkey) + SCN = 1 + BOP = OR + Arg32 = PREV-0 + COP32 = EQ + RRI = 1 +FilterResultStacksByRID + RSP1 = PREV-3 + RSP2 = PREV-0 +GetAggregateByOffset + TCN = 21 (partsupp.ps_supplycost) + SCN = 1 + RSPwRID = PREV-0 + AOP = SUM +-- Parent SE +GetColumnRowsByFTSCompare (ps_supplycose = subselect) + TCN = 21 (partsupp.ps_supplycost) + SCN = 1 + BOP = OR? + Arg32 = PREV-0 +GetTokensByCompare + DDN = ? + BOP = EQ + Arg32 = ':3' + COP32 = AND +SendStackToArg32 + RSP = PREV-0 +GetColumnRowsByIndexCompare (r_name = ':3') + TCN = 1 (region.r_name) + SCN = 1 + BOP = OR + Arg32 = PREV-0 + COP32 = EQ + RRI = 1 +GetColumnRowsByOffset + SCN = 1 + TCN = 2 (region.r_regionkey) + RSPwRID = PREV-0 +SendStackToArg32 + RSP = PREV-0 +GetColumnRowsByIndexCompare (n_regionkey = r_regionkey) + TCN = 8 (nation.n_regionkey) + SCN = 1 + BOP = OR + Arg32 = PREV-0 + COP32 = EQ + RRI = 1 +FiterResultStacksByColumn + RSP1 = PREV-2 + RSP2 = PREV-0 +GetColumnRowsByOffset + SCN = 1 + TCN = 9 (nation.n_nationkey) + RSPwRID = PREV-0 +SendStackToArg32 + RSP = PREV-0 +GetColumnRowsByIndexCompare (s_nationkey = n_nationkey) + TCN = 15 (supplier.s_nationkey) + SCN = 1 + BOP = OR + Arg32 = PREV-0 + COP32 = EQ + RRI = 1 +FilterResultStacksByRID + RSP1 = PREV-3 + RSP2 = PREV-0 +GetColumnRowsByOffset + SCN = 1 + TCN = 16 (supplier.s_suppkey) + RSPwRID = PREV-0 +SendStackToArg32 + RSP = PREV-0 +GetColumnRowsByIndexCompare (s_suppkey = ps_suppkey) + TCN = 20 (partsupp.ps_suppkey) + SCN = 1 + BOP = OR + Arg32 = PREV-0 + COP32 = EQ + RRI = 1 +FilterResultStacksByRID + RSP1 = PREV-3 + RSP2 = PREV-0 +GetColumnRowsByOffset + SCN = 1 + TCN = 21 (partsupp.ps_partkey) + RSPwRID = PREV-0 +SendStackToArg32 + RSP = PREV-0 +GetColumnRowsByIndexCompare (p_partkey = ps_partkey) + TCN = 25 (part.p_partkey) + SCN = 1 + BOP = OR + Arg32 = PREV-0 + COP32 = EQ + RRI = 1 +FilterResultStacksByRID + RSP1 = PREV-3 + RSP2 = PREV-0 +??? filter p_size=1 from previous stack +FilterResultStacksByRID + RSP1 = PREV-0 + RSP2 = PREV-20 +GetColumnRowsByOffset + TCN = 17 (supplier.s_acctbal) + SCN = 1 + RSPwRID = PREV-0 +GetColumnRowsByOffset + TCN = 25 (part.p_partkey) + SCN = 1 + RSPwRID = PREV-1 diff --git a/dbcon/doc/03.sql b/dbcon/doc/03.sql index 76c8eeb9d..b3717d085 100644 --- a/dbcon/doc/03.sql +++ b/dbcon/doc/03.sql @@ -1,114 +1,114 @@ --- $ID$ --- TPC-H/TPC-R Shipping Priority Query (Q3) --- Functional Query Definition --- Approved February 1998 -:x -:o -select - l_orderkey, - sum(l_extendedprice * (1 - l_discount)) as revenue, - o_orderdate, - o_shippriority -from - customer, - orders, - lineitem -where - c_mktsegment = ':1' - and c_custkey = o_custkey - and l_orderkey = o_orderkey - and o_orderdate < date ':2' - and l_shipdate > date ':2' -group by - l_orderkey, - o_orderdate, - o_shippriority -order by - revenue desc, - o_orderdate; -:n 10 - -select - l_orderkey, - o_orderdate -from - customer, - orders, - lineitem -where - c_mktsegment = 'AUTOMOBILE' - and c_custkey = o_custkey - and l_orderkey = o_orderkey - and o_orderdate < '1995-01-01' - and l_shipdate > '1995-01-01' - -GetTokensByCompare - DDN = ? - BOP = EQ - Arg32 = 'AUTOMOBILE' - COP32 = AND -SendStackToArg32 - RSP = PREV-0 -GetColumnRowsByIndexCompare (c_mktsegment = 'AUTOMOBILE') - TCN = 1 (customer.c_mktsegment) - SCN = 1 - BOP = OR - Arg32 = PREV-0 - COP32 = EQ - RRI = 1 -GetColumnRowsByOffset - SCN = 1 - TCN = 2 (customer.c_custkey) - RSPwRID = PREV-0 -SendStackToArg32 - RSP = PREV-0 -GetColumnRowsByIndexCompare (c_custkey = o_custkey) - TCN = 8 (orders.o_custkey) - SCN = 1 - BOP = OR - Arg32 = PREV-0 - COP32 = EQ - RRI = 1 -FiterResultStacksByColumn - RSP1 = PREV-2 - RSP2 = PREV-0 -FilterResultStacksByRID - RSP1 = PREV-4 - RSP2 = PREV-0 -GetColumnRowsByOffset - SCN = 1 - TCN = 9 (order.o_orderkey) - RSPwRID = PREV-0 -SendStackToArg32 - RSP = PREV-0 -GetColumnRowsByIndexCompare (l_orderkey = o_orderkey) - TCN = 15 (lineitem.l_orderkey) - SCN = 1 - BOP = OR - Arg32 = PREV-0 - COP32 = EQ - RRI = 1 -FilterResultStacksByRID - RSP1 = PREV-3 - RSP2 = PREV-0 -GetColumnRowsByOffset - SCN = 1 - TCN = 10 (order.o_orderdate) - RSPwRID = PREV-0 -SendStackToArg32 - RSP = PREV-0 -??? filter o_orderdate < '1995-01-01' from previous stack -??? filter l_shipdate > '1995-01-01' from previous stack -GetColumnRowsByOffset - TCN = 15 (l_orderkey) - SCN = 1 - RSPwRID = PREV-0 -GetColumnRowsByOffset - TCN = 10 (o_orderdate) - SCN = 1 - RSPwRID = PREV-0 - - - - +-- $ID$ +-- TPC-H/TPC-R Shipping Priority Query (Q3) +-- Functional Query Definition +-- Approved February 1998 +:x +:o +select + l_orderkey, + sum(l_extendedprice * (1 - l_discount)) as revenue, + o_orderdate, + o_shippriority +from + customer, + orders, + lineitem +where + c_mktsegment = ':1' + and c_custkey = o_custkey + and l_orderkey = o_orderkey + and o_orderdate < date ':2' + and l_shipdate > date ':2' +group by + l_orderkey, + o_orderdate, + o_shippriority +order by + revenue desc, + o_orderdate; +:n 10 + +select + l_orderkey, + o_orderdate +from + customer, + orders, + lineitem +where + c_mktsegment = 'AUTOMOBILE' + and c_custkey = o_custkey + and l_orderkey = o_orderkey + and o_orderdate < '1995-01-01' + and l_shipdate > '1995-01-01' + +GetTokensByCompare + DDN = ? + BOP = EQ + Arg32 = 'AUTOMOBILE' + COP32 = AND +SendStackToArg32 + RSP = PREV-0 +GetColumnRowsByIndexCompare (c_mktsegment = 'AUTOMOBILE') + TCN = 1 (customer.c_mktsegment) + SCN = 1 + BOP = OR + Arg32 = PREV-0 + COP32 = EQ + RRI = 1 +GetColumnRowsByOffset + SCN = 1 + TCN = 2 (customer.c_custkey) + RSPwRID = PREV-0 +SendStackToArg32 + RSP = PREV-0 +GetColumnRowsByIndexCompare (c_custkey = o_custkey) + TCN = 8 (orders.o_custkey) + SCN = 1 + BOP = OR + Arg32 = PREV-0 + COP32 = EQ + RRI = 1 +FiterResultStacksByColumn + RSP1 = PREV-2 + RSP2 = PREV-0 +FilterResultStacksByRID + RSP1 = PREV-4 + RSP2 = PREV-0 +GetColumnRowsByOffset + SCN = 1 + TCN = 9 (order.o_orderkey) + RSPwRID = PREV-0 +SendStackToArg32 + RSP = PREV-0 +GetColumnRowsByIndexCompare (l_orderkey = o_orderkey) + TCN = 15 (lineitem.l_orderkey) + SCN = 1 + BOP = OR + Arg32 = PREV-0 + COP32 = EQ + RRI = 1 +FilterResultStacksByRID + RSP1 = PREV-3 + RSP2 = PREV-0 +GetColumnRowsByOffset + SCN = 1 + TCN = 10 (order.o_orderdate) + RSPwRID = PREV-0 +SendStackToArg32 + RSP = PREV-0 +??? filter o_orderdate < '1995-01-01' from previous stack +??? filter l_shipdate > '1995-01-01' from previous stack +GetColumnRowsByOffset + TCN = 15 (l_orderkey) + SCN = 1 + RSPwRID = PREV-0 +GetColumnRowsByOffset + TCN = 10 (o_orderdate) + SCN = 1 + RSPwRID = PREV-0 + + + + \ No newline at end of file diff --git a/dbcon/doc/04.sql b/dbcon/doc/04.sql index e7a664d8b..e4945e9e5 100644 --- a/dbcon/doc/04.sql +++ b/dbcon/doc/04.sql @@ -1,49 +1,49 @@ --- $ID$ --- TPC-H/TPC-R Order Priority Checking Query (Q4) --- Functional Query Definition --- Approved February 1998 -:x -:o -select - o_orderpriority, - count(*) as order_count -from - orders -where - o_orderdate >= date ':1' - and o_orderdate < date ':1' + interval '3' month - and exists ( - select - * - from - lineitem - where - l_orderkey = o_orderkey - and l_commitdate < l_receiptdate - ) -group by - o_orderpriority -order by - o_orderpriority; -:n -1 - -select - o_orderpriority, -from - orders -where - o_orderdate >= date ':1' - and o_orderdate < date ':1' + interval '3' month - -GetColumnRowsByFTSCompare - TCN = 1 (o_orderdate) - SCN = 1 - BOP = AND - Arg32 = date ':1', date ':1' + interval '3' month - COP32 = GTE, LE - RRI = 1 -GetColumnRowsByOffset - TCN = 2 (o_orderpriority) - SCN = 1 - RSPwRID = PREV-0 +-- $ID$ +-- TPC-H/TPC-R Order Priority Checking Query (Q4) +-- Functional Query Definition +-- Approved February 1998 +:x +:o +select + o_orderpriority, + count(*) as order_count +from + orders +where + o_orderdate >= date ':1' + and o_orderdate < date ':1' + interval '3' month + and exists ( + select + * + from + lineitem + where + l_orderkey = o_orderkey + and l_commitdate < l_receiptdate + ) +group by + o_orderpriority +order by + o_orderpriority; +:n -1 + +select + o_orderpriority, +from + orders +where + o_orderdate >= date ':1' + and o_orderdate < date ':1' + interval '3' month + +GetColumnRowsByFTSCompare + TCN = 1 (o_orderdate) + SCN = 1 + BOP = AND + Arg32 = date ':1', date ':1' + interval '3' month + COP32 = GTE, LE + RRI = 1 +GetColumnRowsByOffset + TCN = 2 (o_orderpriority) + SCN = 1 + RSPwRID = PREV-0 \ No newline at end of file diff --git a/dbcon/doc/TE_Table_Create_wip.sql b/dbcon/doc/TE_Table_Create_wip.sql index 70b3a237c..04c47f12e 100755 --- a/dbcon/doc/TE_Table_Create_wip.sql +++ b/dbcon/doc/TE_Table_Create_wip.sql @@ -1,233 +1,233 @@ -conn sys/qalpont!@ as sysdba - -create user TE identified by TE; -create user S_TE identified by TE; -create user TE_stage identified by TE; - -grant connect, resource, select any table to S_TE; -grant connect, resource, select any table to TE; -grant connect, resource, select any table to TE_stage; - -conn calpont/calpont@ -EXECUTE pkg_calpont.cal_register_object_owner('TE', 'TE', TRUE); - - -conn s_te/te@ - -CREATE TABLE D_Adfamily ( - Adfam_Nbr NUMBER, - Adfam_Nm VARCHAR2(256) NOT NULL, - Dflt_Ind CHAR(1) NOT NULL , - Measured CHAR(1) NOT NULL , - Processtype CHAR(1) NOT NULL --- ,CONSTRAINT PK_D_ADFAMILY PRIMARY KEY (Adfam_Nbr) - ); - - -CREATE TABLE D_Campaign ( - Cmpgn_Nbr NUMBER NOT NULL, - Cmpgn_Nm VARCHAR2(256) NOT NULL, - Prod_Nbr NUMBER NOT NULL, - Prod_Nm VARCHAR2(256) NOT NULL, - Adv_Nbr NUMBER NOT NULL, - Adv_Nm VARCHAR2(256) NOT NULL, - Cust_Nbr NUMBER NOT NULL, - Cust_Nm VARCHAR2(256) NOT NULL, - Org_Nbr NUMBER NOT NULL, - Org_Nm VARCHAR2(256) NOT NULL, - TYPE CHAR(1) NOT NULL , - Start_Date DATE, - End_Date DATE, - Status CHAR(1) NOT NULL , - Keyword CHAR(1) NOT NULL , - Processreach NUMBER NOT NULL, - Fixed_Cost NUMBER --- ,CONSTRAINT PK_D_CAMPAIGN PRIMARY KEY (Cmpgn_Nbr) - ); - - -CREATE TABLE D_Creative ( - CreativeID NUMBER NOT NULL, - PathName VARCHAR2(110) NOT NULL, - Crtv_Alias_Nbr VARCHAR2(70) NOT NULL ---,CONSTRAINT PK_D_Creative PRIMARY KEY (CreativeID) -); - - -CREATE TABLE D_Event ( - Evnt_Nbr NUMBER, - Site_Nbr NUMBER NOT NULL, - Evnt_Grp_Nbr NUMBER NOT NULL, - Pg_Desc VARCHAR2(256) NOT NULL, - Evnt_Grp_Nm VARCHAR2(256) NOT NULL ---,CONSTRAINT PK_D_Event PRIMARY KEY (Evnt_Nbr) -); - - -CREATE TABLE D_Hour ( - Hr_Nbr NUMBER NOT NULL, - Hr_Nm VARCHAR2(256) NOT NULL, - Hr_Dt TIMESTAMP NOT NULL, - Hod_Nbr NUMBER NOT NULL, - Day_Nbr NUMBER NOT NULL, - Day_Nm VARCHAR2(256) NOT NULL, - Dow_Nbr NUMBER NOT NULL, - Dow_Nm VARCHAR2(256) NOT NULL, - Mnth_Nm VARCHAR2(256) NOT NULL, - Mnth_Nbr NUMBER NOT NULL, - Qtr_Nbr NUMBER NOT NULL, - Qtr_Nm VARCHAR2(256) NOT NULL, - Wk_Nbr NUMBER NOT NULL, - Wk_Nm VARCHAR2(256) NOT NULL, - Yr_Nbr NUMBER NOT NULL, - Hod_Nm VARCHAR2(256) NOT NULL ---,CONSTRAINT PK_D_HOUR PRIMARY KEY (Hr_Nbr) -); - - -CREATE TABLE D_Package ( - Pkg_Nbr NUMBER, - Pkg_Nm VARCHAR2(256) NOT NULL ---,CONSTRAINT PK_D_Package PRIMARY KEY (Pkg_Nbr) -); - - -CREATE TABLE D_Product_Buy ( - Product_Buy_Nbr NUMBER NOT NULL, - Product_Buy_Nm VARCHAR2(24) NOT NULL, - Mediaredirect NUMBER NOT NULL, - Cookies NUMBER NOT NULL, - Product_Buy_Typ CHAR(1), - Behavior CHAR(1), - Redirect VARCHAR2(256), - Price NUMBER(10,4), - Plan_Vol NUMBER, - Units CHAR(3) NOT NULL ---,CONSTRAINT PK_D_PRODUCT_BUY PRIMARY KEY (Product_Buy_Nbr) -); - - -CREATE TABLE D_Site ( - Site_Nbr NUMBER NOT NULL, - Site_Nm VARCHAR2(256) NOT NULL, - Org_Nbr NUMBER NOT NULL, - Publisher_Id NUMBER NOT NULL, - Publisher_Name VARCHAR2(256) NOT NULL ---,CONSTRAINT PK_D_SITE PRIMARY KEY (Site_Nbr) -); - - -CREATE TABLE D_Campaign_SiteMeasure ( - Cmpgn_Nbr NUMBER NOT NULL, - SiteMeasure_Nbr number NOT NULL ---,CONSTRAINT PK_D_CAMPAIGN_SITE_MSR PRIMARY KEY (Cmpgn_Nbr, SiteMeasure_Nbr ) -); - -CREATE TABLE Customer_spacedesc ( - Cust_Nbr NUMBER NOT NULL, - SPACEDESC VARCHAR2(256) NOT NULL, - CMPGN_NBR NUMBER, - ENDDATE NUMBER, - ADNET_NBR NUMBER, - FIRST_FLAG CHAR(1)); - - - -CREATE TABLE Tag ( - Tag_Key NUMBER NOT NULL, - Tag_Name Varchar2(256) NOT NULL, - Tag_Value Varchar2(256) NOT NULL ---,CONSTRAINT PK_TAG PRIMARY KEY (Tag_Key) -); - - -CREATE TABLE Tag_Trans ( - Tag_Key NUMBER NOT NULL, - Log_Key NUMBER NOT NULL ---,CONSTRAINT PK_TAG_TRANS PRIMARY KEY (Tag_Key) -); - +conn sys/qalpont!@ as sysdba + +create user TE identified by TE; +create user S_TE identified by TE; +create user TE_stage identified by TE; + +grant connect, resource, select any table to S_TE; +grant connect, resource, select any table to TE; +grant connect, resource, select any table to TE_stage; + +conn calpont/calpont@ +EXECUTE pkg_calpont.cal_register_object_owner('TE', 'TE', TRUE); + + +conn s_te/te@ + +CREATE TABLE D_Adfamily ( + Adfam_Nbr NUMBER, + Adfam_Nm VARCHAR2(256) NOT NULL, + Dflt_Ind CHAR(1) NOT NULL , + Measured CHAR(1) NOT NULL , + Processtype CHAR(1) NOT NULL +-- ,CONSTRAINT PK_D_ADFAMILY PRIMARY KEY (Adfam_Nbr) + ); + + +CREATE TABLE D_Campaign ( + Cmpgn_Nbr NUMBER NOT NULL, + Cmpgn_Nm VARCHAR2(256) NOT NULL, + Prod_Nbr NUMBER NOT NULL, + Prod_Nm VARCHAR2(256) NOT NULL, + Adv_Nbr NUMBER NOT NULL, + Adv_Nm VARCHAR2(256) NOT NULL, + Cust_Nbr NUMBER NOT NULL, + Cust_Nm VARCHAR2(256) NOT NULL, + Org_Nbr NUMBER NOT NULL, + Org_Nm VARCHAR2(256) NOT NULL, + TYPE CHAR(1) NOT NULL , + Start_Date DATE, + End_Date DATE, + Status CHAR(1) NOT NULL , + Keyword CHAR(1) NOT NULL , + Processreach NUMBER NOT NULL, + Fixed_Cost NUMBER +-- ,CONSTRAINT PK_D_CAMPAIGN PRIMARY KEY (Cmpgn_Nbr) + ); + + +CREATE TABLE D_Creative ( + CreativeID NUMBER NOT NULL, + PathName VARCHAR2(110) NOT NULL, + Crtv_Alias_Nbr VARCHAR2(70) NOT NULL +--,CONSTRAINT PK_D_Creative PRIMARY KEY (CreativeID) +); + + +CREATE TABLE D_Event ( + Evnt_Nbr NUMBER, + Site_Nbr NUMBER NOT NULL, + Evnt_Grp_Nbr NUMBER NOT NULL, + Pg_Desc VARCHAR2(256) NOT NULL, + Evnt_Grp_Nm VARCHAR2(256) NOT NULL +--,CONSTRAINT PK_D_Event PRIMARY KEY (Evnt_Nbr) +); + + +CREATE TABLE D_Hour ( + Hr_Nbr NUMBER NOT NULL, + Hr_Nm VARCHAR2(256) NOT NULL, + Hr_Dt TIMESTAMP NOT NULL, + Hod_Nbr NUMBER NOT NULL, + Day_Nbr NUMBER NOT NULL, + Day_Nm VARCHAR2(256) NOT NULL, + Dow_Nbr NUMBER NOT NULL, + Dow_Nm VARCHAR2(256) NOT NULL, + Mnth_Nm VARCHAR2(256) NOT NULL, + Mnth_Nbr NUMBER NOT NULL, + Qtr_Nbr NUMBER NOT NULL, + Qtr_Nm VARCHAR2(256) NOT NULL, + Wk_Nbr NUMBER NOT NULL, + Wk_Nm VARCHAR2(256) NOT NULL, + Yr_Nbr NUMBER NOT NULL, + Hod_Nm VARCHAR2(256) NOT NULL +--,CONSTRAINT PK_D_HOUR PRIMARY KEY (Hr_Nbr) +); + + +CREATE TABLE D_Package ( + Pkg_Nbr NUMBER, + Pkg_Nm VARCHAR2(256) NOT NULL +--,CONSTRAINT PK_D_Package PRIMARY KEY (Pkg_Nbr) +); + + +CREATE TABLE D_Product_Buy ( + Product_Buy_Nbr NUMBER NOT NULL, + Product_Buy_Nm VARCHAR2(24) NOT NULL, + Mediaredirect NUMBER NOT NULL, + Cookies NUMBER NOT NULL, + Product_Buy_Typ CHAR(1), + Behavior CHAR(1), + Redirect VARCHAR2(256), + Price NUMBER(10,4), + Plan_Vol NUMBER, + Units CHAR(3) NOT NULL +--,CONSTRAINT PK_D_PRODUCT_BUY PRIMARY KEY (Product_Buy_Nbr) +); + + +CREATE TABLE D_Site ( + Site_Nbr NUMBER NOT NULL, + Site_Nm VARCHAR2(256) NOT NULL, + Org_Nbr NUMBER NOT NULL, + Publisher_Id NUMBER NOT NULL, + Publisher_Name VARCHAR2(256) NOT NULL +--,CONSTRAINT PK_D_SITE PRIMARY KEY (Site_Nbr) +); + + +CREATE TABLE D_Campaign_SiteMeasure ( + Cmpgn_Nbr NUMBER NOT NULL, + SiteMeasure_Nbr number NOT NULL +--,CONSTRAINT PK_D_CAMPAIGN_SITE_MSR PRIMARY KEY (Cmpgn_Nbr, SiteMeasure_Nbr ) +); + +CREATE TABLE Customer_spacedesc ( + Cust_Nbr NUMBER NOT NULL, + SPACEDESC VARCHAR2(256) NOT NULL, + CMPGN_NBR NUMBER, + ENDDATE NUMBER, + ADNET_NBR NUMBER, + FIRST_FLAG CHAR(1)); + + + +CREATE TABLE Tag ( + Tag_Key NUMBER NOT NULL, + Tag_Name Varchar2(256) NOT NULL, + Tag_Value Varchar2(256) NOT NULL +--,CONSTRAINT PK_TAG PRIMARY KEY (Tag_Key) +); + + +CREATE TABLE Tag_Trans ( + Tag_Key NUMBER NOT NULL, + Log_Key NUMBER NOT NULL +--,CONSTRAINT PK_TAG_TRANS PRIMARY KEY (Tag_Key) +); + CREATE TABLE D_DayParts ( Type VARCHAR2(3), Type_Desc VARCHAR2(50), HOD_Nbr NUMBER, - DOW_Nbr NUMBER + DOW_Nbr NUMBER --,CONSTRAINT PK_D_DayParts PRIMARY KEY (Type, Type_Desc, HOD_Nbr, DOW_Nbr) -); - +); + CREATE TABLE D_GeoTarget ( Oct1 VARCHAR2(80), State CHAR(2), - Msa VARCHAR2(17) + Msa VARCHAR2(17) --,CONSTRAINT PK_D_GeoTarget PRIMARY KEY (Oct1, State, Msa) -); - -CREATE TABLE Tag_Names ( - Tag_Id NUMBER(8,0), - Tag_Name VARCHAR2(40) CONSTRAINT NN_Tag_Names_Name NOT NULL, - Tag_Value VARCHAR2(40) CONSTRAINT NN_Tag_Values_Value NOT NULL ---, CONSTRAINT PK_Tag_Names PRIMARY KEY (Tag_Id) -); - -CREATE TABLE Tag_Values ( - Log_Key NUMBER, - Tag_Id NUMBER(8,0) ---,CONSTRAINT PK_Tag_Values PRIMARY KEY (Log_Key, Tag_Id) -); - - -drop table f_trans; - -CREATE TABLE f_Trans ( - Log_Key Number, - Prim_Cookie Number , - Prim_Cookie_Flag Char(1), - Trans_Typ Char(1), - Remote_IP Varchar2(15), - dest_url varchar2(4000), - Trans_Time Number(9,6) , - Content_Length Number(4), - Trans_Timestamp_source timestamp, - Http_Status Number(3), - Campaign_nbr_source Number(7), - Site_nbr Number(7), - Creative_Width Number(4), - Creative_Height Number(4), - Site_Section_ID Number(7), - Creative_Group_ID Number(7), - overrides Varchar2(4000), - Server_Diagnostic Char(1) , - Creative_Path varchar2(400), - Ad_Family_ID_source number(7), - Prim_Cookie_Domain number(9), - Server_ID Number(3), - Request_Subtype Char(2), - CreativeID number(9) , - Product_Buy_ID Number(7), - TimeStamp_Correction timestamp, - Kwd_Details Varchar2(10), - Target_Details Varchar2(20), - Speed_Select Varchar2(10), - SSL_Enabled Varchar2(3), - Digital_Signature Varchar2(40), - Grp_Value Varchar2(400), - Evnt_Value Varchar2(400), - Evnt_ID Number(7), - Cmpgn_nbr Number(7), - record_Timestamp timestamp, - adfam_nbr number, - Revenue number, - pkg_nbr Varchar(200), - Fraud_Flag char(1), - Ping_type char(1), - Ping_type_Log_Key Number - ) ; - - -conn te_Stage/te@ - -drop sequence te_stage.seq_f_trans; -create sequence te_stage.seq_f_trans start with 1 cache 100; -grant select on te_stage.seq_f_trans to public; - - +); + +CREATE TABLE Tag_Names ( + Tag_Id NUMBER(8,0), + Tag_Name VARCHAR2(40) CONSTRAINT NN_Tag_Names_Name NOT NULL, + Tag_Value VARCHAR2(40) CONSTRAINT NN_Tag_Values_Value NOT NULL +--, CONSTRAINT PK_Tag_Names PRIMARY KEY (Tag_Id) +); + +CREATE TABLE Tag_Values ( + Log_Key NUMBER, + Tag_Id NUMBER(8,0) +--,CONSTRAINT PK_Tag_Values PRIMARY KEY (Log_Key, Tag_Id) +); + + +drop table f_trans; + +CREATE TABLE f_Trans ( + Log_Key Number, + Prim_Cookie Number , + Prim_Cookie_Flag Char(1), + Trans_Typ Char(1), + Remote_IP Varchar2(15), + dest_url varchar2(4000), + Trans_Time Number(9,6) , + Content_Length Number(4), + Trans_Timestamp_source timestamp, + Http_Status Number(3), + Campaign_nbr_source Number(7), + Site_nbr Number(7), + Creative_Width Number(4), + Creative_Height Number(4), + Site_Section_ID Number(7), + Creative_Group_ID Number(7), + overrides Varchar2(4000), + Server_Diagnostic Char(1) , + Creative_Path varchar2(400), + Ad_Family_ID_source number(7), + Prim_Cookie_Domain number(9), + Server_ID Number(3), + Request_Subtype Char(2), + CreativeID number(9) , + Product_Buy_ID Number(7), + TimeStamp_Correction timestamp, + Kwd_Details Varchar2(10), + Target_Details Varchar2(20), + Speed_Select Varchar2(10), + SSL_Enabled Varchar2(3), + Digital_Signature Varchar2(40), + Grp_Value Varchar2(400), + Evnt_Value Varchar2(400), + Evnt_ID Number(7), + Cmpgn_nbr Number(7), + record_Timestamp timestamp, + adfam_nbr number, + Revenue number, + pkg_nbr Varchar(200), + Fraud_Flag char(1), + Ping_type char(1), + Ping_type_Log_Key Number + ) ; + + +conn te_Stage/te@ + +drop sequence te_stage.seq_f_trans; +create sequence te_stage.seq_f_trans start with 1 cache 100; +grant select on te_stage.seq_f_trans to public; + + diff --git a/dbcon/doc/demo1_plan.txt b/dbcon/doc/demo1_plan.txt index 7267a3c77..9b667322d 100755 --- a/dbcon/doc/demo1_plan.txt +++ b/dbcon/doc/demo1_plan.txt @@ -1,6 +1,6 @@ Demo 1 -select l_shipdate from lineitem where l_quantity = 1 and l_discount = 0; - +select l_shipdate from lineitem where l_quantity = 1 and l_discount = 0; + Oracle Execution Plan Operation: table access diff --git a/dbcon/doc/demo2_plan.txt b/dbcon/doc/demo2_plan.txt index 06b77e215..c90e35430 100755 --- a/dbcon/doc/demo2_plan.txt +++ b/dbcon/doc/demo2_plan.txt @@ -1,10 +1,10 @@ Demo 2 -select l_partkey from lineitem -where l_quantity = 5 - and l_discount = 0 - and l_linestatus = 'F' - and l_returnflag = 'N'; - +select l_partkey from lineitem +where l_quantity = 5 + and l_discount = 0 + and l_linestatus = 'F' + and l_returnflag = 'N'; + Oracle Execution Plan Operation: table access diff --git a/dbcon/doc/demo3a_plan.txt b/dbcon/doc/demo3a_plan.txt index 9c6ba47e4..124ca7361 100755 --- a/dbcon/doc/demo3a_plan.txt +++ b/dbcon/doc/demo3a_plan.txt @@ -1,11 +1,11 @@ Demo 3a -select sum(l_extendedprice * l_discount) as revenue -from lineitem -where l_shipdate >= TO_DATE('1994-01-01', 'YYYY-MM-DD') - and l_shipdate < TO_DATE('1994-01-01', 'YYYY-MM-DD') + NUMTOYMINTERVAL(1,'year') - and l_discount between 0.06 - 0.01 and 0.06 + 0.01 - and l_quantity < 24; - +select sum(l_extendedprice * l_discount) as revenue +from lineitem +where l_shipdate >= TO_DATE('1994-01-01', 'YYYY-MM-DD') + and l_shipdate < TO_DATE('1994-01-01', 'YYYY-MM-DD') + NUMTOYMINTERVAL(1,'year') + and l_discount between 0.06 - 0.01 and 0.06 + 0.01 + and l_quantity < 24; + Oracle Execution Plan Operation: table access diff --git a/dbcon/doc/demo3b_plan.txt b/dbcon/doc/demo3b_plan.txt index ab4e44d6a..642b62664 100755 --- a/dbcon/doc/demo3b_plan.txt +++ b/dbcon/doc/demo3b_plan.txt @@ -1,11 +1,11 @@ Demo 3b -select l_extendedprice, l_discount -from lineitem -where l_shipdate >= to_date('1993-01-01','yyyy-mm-dd') - and l_shipdate < to_date('1994-01-01','yyyy-mm-dd') - and l_discount between 0.05 and 0.07 - and l_quantity < 24; - +select l_extendedprice, l_discount +from lineitem +where l_shipdate >= to_date('1993-01-01','yyyy-mm-dd') + and l_shipdate < to_date('1994-01-01','yyyy-mm-dd') + and l_discount between 0.05 and 0.07 + and l_quantity < 24; + Oracle Execution Plan Operation: table access diff --git a/dbcon/doc/demo4_plan.txt b/dbcon/doc/demo4_plan.txt index b31c23afd..b359d8652 100755 --- a/dbcon/doc/demo4_plan.txt +++ b/dbcon/doc/demo4_plan.txt @@ -1,14 +1,14 @@ Demo4 -Select to_char(o_orderdate,'YYYY'), - sum(l_quantity) qty_sold - from part, - orders, - lineitem - where p_partkey = l_partkey - and l_orderkey = o_orderkey - and o_orderdate between TO_DATE('1995-01-01', 'YYYY-MM-DD') - and TO_DATE('1995-01-31', 'YYYY-MM-DD') - and p_type = 'ECONOMY ANODIZED STEEL' +Select to_char(o_orderdate,'YYYY'), + sum(l_quantity) qty_sold + from part, + orders, + lineitem + where p_partkey = l_partkey + and l_orderkey = o_orderkey + and o_orderdate between TO_DATE('1995-01-01', 'YYYY-MM-DD') + and TO_DATE('1995-01-31', 'YYYY-MM-DD') + and p_type = 'ECONOMY ANODIZED STEEL' group by to_char(o_orderdate,'YYYY'); Oracle Execution Plan diff --git a/dbcon/doc/q11_plan1.TXT b/dbcon/doc/q11_plan1.TXT index f45b34f2a..cacaf155b 100755 --- a/dbcon/doc/q11_plan1.TXT +++ b/dbcon/doc/q11_plan1.TXT @@ -1,241 +1,241 @@ ---- Q11 Start -- - -Operation: table access -Options: FULL -Object_type: TABLE -Other: -Object_owner: CALUSER01 -Search_columns: -Projection: N_NATIONKEY -Object_name: NATION -Alias: NATION@SEL$1 -Extended_information: FP:N_NAME=':1' -Access_predicates: -Filter_predicates: N_NAME=':1' -Select_level: SEL$1 --------------------- -Operation: table access -Options: FULL -Object_type: TABLE -Other: -Object_owner: CALUSER01 -Search_columns: -Projection: N_NATIONKEY -Object_name: NATION -Alias: NATION@SEL$2 -Extended_information: FP:N_NAME=':1' -Access_predicates: -Filter_predicates: N_NAME=':1' -Select_level: SEL$2 --------------------- -Operation: table access -Options: FULL -Object_type: TABLE -Other: -Object_owner: CALUSER01 -Search_columns: -Projection: PS_PARTKEY, PS_SUPPKEY, PS_AVAILQTY, PS_SUPPLYCOST -Object_name: PARTSUPP -Alias: PARTSUPP@SEL$1 -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: SEL$1 --------------------- -Operation: buffer -Options: SORT -Object_type: -Other: -Object_owner: -Search_columns: -Projection: N_NATIONKEY -Object_name: -Alias: -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: --------------------- -Operation: table access -Options: FULL -Object_type: TABLE -Other: -Object_owner: CALUSER01 -Search_columns: -Projection: PS_SUPPKEY, PS_AVAILQTY, PS_SUPPLYCOST -Object_name: PARTSUPP -Alias: PARTSUPP@SEL$2 -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: SEL$2 --------------------- -Operation: buffer -Options: SORT -Object_type: -Other: -Object_owner: -Search_columns: -Projection: N_NATIONKEY -Object_name: -Alias: -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: --------------------- -Operation: merge join -Options: CARTESIAN -Object_type: -Other: -Object_owner: -Search_columns: -Projection: PS_PARTKEY, PS_SUPPKEY, PS_AVAILQTY, PS_SUPPLYCOST, N_NATIONKEY -Object_name: -Alias: -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: --------------------- -Operation: table access -Options: FULL -Object_type: TABLE -Other: -Object_owner: CALUSER01 -Search_columns: -Projection: S_SUPPKEY, S_NATIONKEY -Object_name: SUPPLIER -Alias: SUPPLIER@SEL$1 -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: SEL$1 --------------------- -Operation: merge join -Options: CARTESIAN -Object_type: -Other: -Object_owner: -Search_columns: -Projection: PS_SUPPKEY, PS_AVAILQTY, PS_SUPPLYCOST, N_NATIONKEY -Object_name: -Alias: -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: --------------------- -Operation: table access -Options: FULL -Object_type: TABLE -Other: -Object_owner: CALUSER01 -Search_columns: -Projection: S_SUPPKEY, S_NATIONKEY -Object_name: SUPPLIER -Alias: SUPPLIER@SEL$2 -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: SEL$2 --------------------- -Operation: hash join -Options: -Object_type: -Other: -Object_owner: -Search_columns: -Projection: PS_PARTKEY, PS_AVAILQTY, PS_SUPPLYCOST -Object_name: -Alias: -Extended_information: AP:PS_SUPPKEY=S_SUPPKEY AND S_NATIONKEY=N_NATIONKEY -Access_predicates: PS_SUPPKEY=S_SUPPKEY&S_NATIONKEY=N_NATIONKEY -Filter_predicates: -Select_level: --------------------- -Operation: hash join -Options: -Object_type: -Other: -Object_owner: -Search_columns: -Projection: PS_AVAILQTY, PS_SUPPLYCOST -Object_name: -Alias: -Extended_information: AP:PS_SUPPKEY=S_SUPPKEY AND S_NATIONKEY=N_NATIONKEY -Access_predicates: PS_SUPPKEY=S_SUPPKEY&S_NATIONKEY=N_NATIONKEY -Filter_predicates: -Select_level: --------------------- -Operation: hash -Options: GROUP BY -Object_type: -Other: -Object_owner: -Search_columns: -Projection: PS_PARTKEY, SUM(PS_SUPPLYCOST*PS_AVAILQTY) -Object_name: -Alias: -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: --------------------- -Operation: sort -Options: AGGREGATE -Object_type: -Other: -Object_owner: -Search_columns: -Projection: SUM(PS_SUPPLYCOST*PS_AVAILQTY) -Object_name: -Alias: -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: SEL$2 --------------------- -Operation: filter -Options: -Object_type: -Other: -Object_owner: -Search_columns: -Projection: PS_PARTKEY, SUM(PS_SUPPLYCOST*PS_AVAILQTY) -Object_name: -Alias: -Extended_information: FP:SUM(PS_SUPPLYCOST*PS_AVAILQTY)> (SELECT SUM(PS_SUPPLYCOST*PS_AVAILQTY)*2 FROM NATION NATION,SUPPLIER SUPPLIER,PARTSUPP PARTSUPP WHERE S_NATIONKEY=N_NATIONKEY AND PS_SUPPKEY=S_SUPPKEY AND N_NAME=':1') -Access_predicates: -Filter_predicates: SUM(PS_SUPPLYCOST*PS_AVAILQTY)> (SELECT SUM(PS_SUPPLYCOST*PS_AVAILQTY)*2 FROM NATION NATION,SUPPLIER SUPPLIER,PARTSUPP PARTSUPP WHERE S_NATIONKEY=N_NATIONKEY&PS_SUPPKEY=S_SUPPKEY&N_NAME=':1') -Select_level: --------------------- -Operation: sort -Options: ORDER BY -Object_type: -Other: -Object_owner: -Search_columns: -Projection: SUM(PS_SUPPLYCOST*PS_AVAILQTY), PS_PARTKEY -Object_name: -Alias: -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: SEL$1 --------------------- -Operation: select statement -Options: -Object_type: -Other: -Object_owner: -Search_columns: -Projection: -Object_name: -Alias: -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: - ----- END ------ +--- Q11 Start -- + +Operation: table access +Options: FULL +Object_type: TABLE +Other: +Object_owner: CALUSER01 +Search_columns: +Projection: N_NATIONKEY +Object_name: NATION +Alias: NATION@SEL$1 +Extended_information: FP:N_NAME=':1' +Access_predicates: +Filter_predicates: N_NAME=':1' +Select_level: SEL$1 +-------------------- +Operation: table access +Options: FULL +Object_type: TABLE +Other: +Object_owner: CALUSER01 +Search_columns: +Projection: N_NATIONKEY +Object_name: NATION +Alias: NATION@SEL$2 +Extended_information: FP:N_NAME=':1' +Access_predicates: +Filter_predicates: N_NAME=':1' +Select_level: SEL$2 +-------------------- +Operation: table access +Options: FULL +Object_type: TABLE +Other: +Object_owner: CALUSER01 +Search_columns: +Projection: PS_PARTKEY, PS_SUPPKEY, PS_AVAILQTY, PS_SUPPLYCOST +Object_name: PARTSUPP +Alias: PARTSUPP@SEL$1 +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: SEL$1 +-------------------- +Operation: buffer +Options: SORT +Object_type: +Other: +Object_owner: +Search_columns: +Projection: N_NATIONKEY +Object_name: +Alias: +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: +-------------------- +Operation: table access +Options: FULL +Object_type: TABLE +Other: +Object_owner: CALUSER01 +Search_columns: +Projection: PS_SUPPKEY, PS_AVAILQTY, PS_SUPPLYCOST +Object_name: PARTSUPP +Alias: PARTSUPP@SEL$2 +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: SEL$2 +-------------------- +Operation: buffer +Options: SORT +Object_type: +Other: +Object_owner: +Search_columns: +Projection: N_NATIONKEY +Object_name: +Alias: +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: +-------------------- +Operation: merge join +Options: CARTESIAN +Object_type: +Other: +Object_owner: +Search_columns: +Projection: PS_PARTKEY, PS_SUPPKEY, PS_AVAILQTY, PS_SUPPLYCOST, N_NATIONKEY +Object_name: +Alias: +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: +-------------------- +Operation: table access +Options: FULL +Object_type: TABLE +Other: +Object_owner: CALUSER01 +Search_columns: +Projection: S_SUPPKEY, S_NATIONKEY +Object_name: SUPPLIER +Alias: SUPPLIER@SEL$1 +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: SEL$1 +-------------------- +Operation: merge join +Options: CARTESIAN +Object_type: +Other: +Object_owner: +Search_columns: +Projection: PS_SUPPKEY, PS_AVAILQTY, PS_SUPPLYCOST, N_NATIONKEY +Object_name: +Alias: +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: +-------------------- +Operation: table access +Options: FULL +Object_type: TABLE +Other: +Object_owner: CALUSER01 +Search_columns: +Projection: S_SUPPKEY, S_NATIONKEY +Object_name: SUPPLIER +Alias: SUPPLIER@SEL$2 +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: SEL$2 +-------------------- +Operation: hash join +Options: +Object_type: +Other: +Object_owner: +Search_columns: +Projection: PS_PARTKEY, PS_AVAILQTY, PS_SUPPLYCOST +Object_name: +Alias: +Extended_information: AP:PS_SUPPKEY=S_SUPPKEY AND S_NATIONKEY=N_NATIONKEY +Access_predicates: PS_SUPPKEY=S_SUPPKEY&S_NATIONKEY=N_NATIONKEY +Filter_predicates: +Select_level: +-------------------- +Operation: hash join +Options: +Object_type: +Other: +Object_owner: +Search_columns: +Projection: PS_AVAILQTY, PS_SUPPLYCOST +Object_name: +Alias: +Extended_information: AP:PS_SUPPKEY=S_SUPPKEY AND S_NATIONKEY=N_NATIONKEY +Access_predicates: PS_SUPPKEY=S_SUPPKEY&S_NATIONKEY=N_NATIONKEY +Filter_predicates: +Select_level: +-------------------- +Operation: hash +Options: GROUP BY +Object_type: +Other: +Object_owner: +Search_columns: +Projection: PS_PARTKEY, SUM(PS_SUPPLYCOST*PS_AVAILQTY) +Object_name: +Alias: +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: +-------------------- +Operation: sort +Options: AGGREGATE +Object_type: +Other: +Object_owner: +Search_columns: +Projection: SUM(PS_SUPPLYCOST*PS_AVAILQTY) +Object_name: +Alias: +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: SEL$2 +-------------------- +Operation: filter +Options: +Object_type: +Other: +Object_owner: +Search_columns: +Projection: PS_PARTKEY, SUM(PS_SUPPLYCOST*PS_AVAILQTY) +Object_name: +Alias: +Extended_information: FP:SUM(PS_SUPPLYCOST*PS_AVAILQTY)> (SELECT SUM(PS_SUPPLYCOST*PS_AVAILQTY)*2 FROM NATION NATION,SUPPLIER SUPPLIER,PARTSUPP PARTSUPP WHERE S_NATIONKEY=N_NATIONKEY AND PS_SUPPKEY=S_SUPPKEY AND N_NAME=':1') +Access_predicates: +Filter_predicates: SUM(PS_SUPPLYCOST*PS_AVAILQTY)> (SELECT SUM(PS_SUPPLYCOST*PS_AVAILQTY)*2 FROM NATION NATION,SUPPLIER SUPPLIER,PARTSUPP PARTSUPP WHERE S_NATIONKEY=N_NATIONKEY&PS_SUPPKEY=S_SUPPKEY&N_NAME=':1') +Select_level: +-------------------- +Operation: sort +Options: ORDER BY +Object_type: +Other: +Object_owner: +Search_columns: +Projection: SUM(PS_SUPPLYCOST*PS_AVAILQTY), PS_PARTKEY +Object_name: +Alias: +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: SEL$1 +-------------------- +Operation: select statement +Options: +Object_type: +Other: +Object_owner: +Search_columns: +Projection: +Object_name: +Alias: +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: + +---- END ------ diff --git a/dbcon/doc/q12_plan.txt b/dbcon/doc/q12_plan.txt index e6c7ba97d..fdf2147fa 100755 --- a/dbcon/doc/q12_plan.txt +++ b/dbcon/doc/q12_plan.txt @@ -16,7 +16,7 @@ where group by l_shipmode order by - l_shipmode; + l_shipmode; Oracle Execution Plan diff --git a/dbcon/doc/q13_plan1.TXT b/dbcon/doc/q13_plan1.TXT index 3d5cb595a..2fa41d785 100755 --- a/dbcon/doc/q13_plan1.TXT +++ b/dbcon/doc/q13_plan1.TXT @@ -1,137 +1,137 @@ -select - c_count, - count(*) as custdist -from - ( - select - c_custkey, - count(o_orderkey) c_count - from - customer left outer join orders on - c_custkey = o_custkey - and o_comment not like '%:1%:2%' - group by - c_custkey - ) c_orders -group by - c_count -order by - custdist desc, - c_count desc -/ - --- Q13 Plan Start -- - -Operation: table access -Options: FULL -Object_type: TABLE -Other: -Object_owner: CALUSER01 -Search_columns: -Projection: C_CUSTKEY -Object_name: CUSTOMER -Alias: CUSTOMER@SEL$3 -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: SEL$54D64B3C --------------------- -Operation: table access -Options: FULL -Object_type: TABLE -Other: -Object_owner: CALUSER01 -Search_columns: -Projection: ORDERS.O_ORDERKEY, O_CUSTKEY -Object_name: ORDERS -Alias: ORDERS@SEL$2 -Extended_information: FP:O_COMMENT(+) NOT LIKE '%:1%:2%' -Access_predicates: -Filter_predicates: O_COMMENT(+) NOT LIKE '%:1%:2%' -Select_level: SEL$54D64B3C --------------------- -Operation: hash join -Options: OUTER -Object_type: -Other: -Object_owner: -Search_columns: -Projection: C_CUSTKEY, ORDERS.O_ORDERKEY -Object_name: -Alias: -Extended_information: AP:C_CUSTKEY=O_CUSTKEY(+) -Access_predicates: C_CUSTKEY=O_CUSTKEY(+) -Filter_predicates: -Select_level: --------------------- -Operation: hash -Options: GROUP BY -Object_type: -Other: -Object_owner: -Search_columns: -Projection: CUSTOMER.C_CUSTKEY, COUNT(ORDERS.O_ORDERKEY) -Object_name: -Alias: -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: SEL$54D64B3C --------------------- -Operation: view -Options: -Object_type: -Other: -Object_owner: CALUSER01 -Search_columns: -Projection: C_COUNT -Object_name: -Alias: C_ORDERS@SEL$1 -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: SEL$54D64B3C --------------------- -Operation: hash -Options: GROUP BY -Object_type: -Other: -Object_owner: -Search_columns: -Projection: C_COUNT, COUNT(ALL) -Object_name: -Alias: -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: --------------------- -Operation: sort -Options: ORDER BY -Object_type: -Other: -Object_owner: -Search_columns: -Projection: COUNT(ALL), INTERNAL_FUNCTION(C_COUNT) -Object_name: -Alias: -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: SEL$1 --------------------- -Operation: select statement -Options: -Object_type: -Other: -Object_owner: -Search_columns: -Projection: -Object_name: -Alias: -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: - --- End -- +select + c_count, + count(*) as custdist +from + ( + select + c_custkey, + count(o_orderkey) c_count + from + customer left outer join orders on + c_custkey = o_custkey + and o_comment not like '%:1%:2%' + group by + c_custkey + ) c_orders +group by + c_count +order by + custdist desc, + c_count desc +/ + +-- Q13 Plan Start -- + +Operation: table access +Options: FULL +Object_type: TABLE +Other: +Object_owner: CALUSER01 +Search_columns: +Projection: C_CUSTKEY +Object_name: CUSTOMER +Alias: CUSTOMER@SEL$3 +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: SEL$54D64B3C +-------------------- +Operation: table access +Options: FULL +Object_type: TABLE +Other: +Object_owner: CALUSER01 +Search_columns: +Projection: ORDERS.O_ORDERKEY, O_CUSTKEY +Object_name: ORDERS +Alias: ORDERS@SEL$2 +Extended_information: FP:O_COMMENT(+) NOT LIKE '%:1%:2%' +Access_predicates: +Filter_predicates: O_COMMENT(+) NOT LIKE '%:1%:2%' +Select_level: SEL$54D64B3C +-------------------- +Operation: hash join +Options: OUTER +Object_type: +Other: +Object_owner: +Search_columns: +Projection: C_CUSTKEY, ORDERS.O_ORDERKEY +Object_name: +Alias: +Extended_information: AP:C_CUSTKEY=O_CUSTKEY(+) +Access_predicates: C_CUSTKEY=O_CUSTKEY(+) +Filter_predicates: +Select_level: +-------------------- +Operation: hash +Options: GROUP BY +Object_type: +Other: +Object_owner: +Search_columns: +Projection: CUSTOMER.C_CUSTKEY, COUNT(ORDERS.O_ORDERKEY) +Object_name: +Alias: +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: SEL$54D64B3C +-------------------- +Operation: view +Options: +Object_type: +Other: +Object_owner: CALUSER01 +Search_columns: +Projection: C_COUNT +Object_name: +Alias: C_ORDERS@SEL$1 +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: SEL$54D64B3C +-------------------- +Operation: hash +Options: GROUP BY +Object_type: +Other: +Object_owner: +Search_columns: +Projection: C_COUNT, COUNT(ALL) +Object_name: +Alias: +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: +-------------------- +Operation: sort +Options: ORDER BY +Object_type: +Other: +Object_owner: +Search_columns: +Projection: COUNT(ALL), INTERNAL_FUNCTION(C_COUNT) +Object_name: +Alias: +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: SEL$1 +-------------------- +Operation: select statement +Options: +Object_type: +Other: +Object_owner: +Search_columns: +Projection: +Object_name: +Alias: +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: + +-- End -- diff --git a/dbcon/doc/q14_plan.txt b/dbcon/doc/q14_plan.txt index 2feb70c07..cb4d3905d 100755 --- a/dbcon/doc/q14_plan.txt +++ b/dbcon/doc/q14_plan.txt @@ -7,7 +7,7 @@ from where l_partkey = p_partkey and l_shipdate >= date '1995-09-01' - and l_shipdate < date '1995-09-01' + interval '1' month; + and l_shipdate < date '1995-09-01' + interval '1' month; Oracle Execution Plan diff --git a/dbcon/doc/q16_plan1.TXT b/dbcon/doc/q16_plan1.TXT index 1bcf515c0..694b65236 100755 --- a/dbcon/doc/q16_plan1.TXT +++ b/dbcon/doc/q16_plan1.TXT @@ -27,121 +27,121 @@ order by supplier_cnt desc, p_brand, p_type, - p_size; - --- Q16 Start -- - -Operation: table access -Options: FULL -Object_type: TABLE -Other: -Object_owner: CALUSER01 -Search_columns: -Projection: PS_PARTKEY, PS_SUPPKEY -Object_name: PARTSUPP -Alias: PARTSUPP@SEL$1 -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: SEL$1 --------------------- -Operation: table access -Options: FULL -Object_type: TABLE -Other: -Object_owner: CALUSER01 -Search_columns: -Projection: P_PARTKEY, P_BRAND, P_TYPE, P_SIZE -Object_name: PART -Alias: PART@SEL$1 -Extended_information: FP:(P_SIZE=3 OR P_SIZE=4 OR P_SIZE=5 OR P_SIZE=6 OR P_SIZE=7 OR P_SIZE=8 OR P_SIZE=9 OR P_SIZE=10) AND P_BRAND<>':1' AND P_TYPE NOT LIKE ':2%' -Access_predicates: -Filter_predicates: (P_SIZE=3|P_SIZE=4|P_SIZE=5|P_SIZE=6|P_SIZE=7|P_SIZE=8|P_SIZE=9|P_SIZE=10)&P_BRAND<>':1'&P_TYPE NOT LIKE ':2%' -Select_level: SEL$1 --------------------- -Operation: hash join -Options: -Object_type: -Other: -Object_owner: -Search_columns: -Projection: PS_SUPPKEY, P_SIZE, P_BRAND, P_TYPE -Object_name: -Alias: -Extended_information: AP:P_PARTKEY=PS_PARTKEY -Access_predicates: P_PARTKEY=PS_PARTKEY -Filter_predicates: -Select_level: --------------------- -Operation: table access -Options: FULL -Object_type: TABLE -Other: -Object_owner: CALUSER01 -Search_columns: -Projection: S_SUPPKEY, S_COMMENT -Object_name: SUPPLIER -Alias: SUPPLIER@SEL$2 -Extended_information: FP:S_COMMENT LIKE '%Customer%Complaints%' AND LNNVL(S_SUPPKEY<>:B1) -Access_predicates: -Filter_predicates: S_COMMENT LIKE '%Customer%Complaints%'&LNNVL(S_SUPPKEY<>:B1) -Select_level: SEL$2 --------------------- -Operation: filter -Options: -Object_type: -Other: -Object_owner: -Search_columns: -Projection: PS_SUPPKEY, P_SIZE, P_BRAND, P_TYPE -Object_name: -Alias: -Extended_information: FP: NOT EXISTS (SELECT /*+ */ 0 FROM SUPPLIER SUPPLIER WHERE S_COMMENT LIKE '%Customer%Complaints%' AND LNNVL(S_SUPPKEY<>:B1)) -Access_predicates: -Filter_predicates: NOT EXISTS (SELECT /*+ */ 0 FROM SUPPLIER SUPPLIER WHERE S_COMMENT LIKE '%Customer%Complaints%'&LNNVL(S_SUPPKEY<>:B1)) -Select_level: --------------------- -Operation: sort -Options: GROUP BY -Object_type: -Other: -Object_owner: -Search_columns: -Projection: P_BRAND, P_TYPE, P_SIZE, COUNT(DISTINCT PS_SUPPKEY) -Object_name: -Alias: -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: --------------------- -Operation: sort -Options: ORDER BY -Object_type: -Other: -Object_owner: -Search_columns: -Projection: COUNT(DISTINCT PS_SUPPKEY), P_BRAND, P_TYPE, P_SIZE -Object_name: -Alias: -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: SEL$1 --------------------- -Operation: select statement -Options: -Object_type: -Other: -Object_owner: -Search_columns: -Projection: -Object_name: -Alias: -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: - ---- END ------- - + p_size; + +-- Q16 Start -- + +Operation: table access +Options: FULL +Object_type: TABLE +Other: +Object_owner: CALUSER01 +Search_columns: +Projection: PS_PARTKEY, PS_SUPPKEY +Object_name: PARTSUPP +Alias: PARTSUPP@SEL$1 +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: SEL$1 +-------------------- +Operation: table access +Options: FULL +Object_type: TABLE +Other: +Object_owner: CALUSER01 +Search_columns: +Projection: P_PARTKEY, P_BRAND, P_TYPE, P_SIZE +Object_name: PART +Alias: PART@SEL$1 +Extended_information: FP:(P_SIZE=3 OR P_SIZE=4 OR P_SIZE=5 OR P_SIZE=6 OR P_SIZE=7 OR P_SIZE=8 OR P_SIZE=9 OR P_SIZE=10) AND P_BRAND<>':1' AND P_TYPE NOT LIKE ':2%' +Access_predicates: +Filter_predicates: (P_SIZE=3|P_SIZE=4|P_SIZE=5|P_SIZE=6|P_SIZE=7|P_SIZE=8|P_SIZE=9|P_SIZE=10)&P_BRAND<>':1'&P_TYPE NOT LIKE ':2%' +Select_level: SEL$1 +-------------------- +Operation: hash join +Options: +Object_type: +Other: +Object_owner: +Search_columns: +Projection: PS_SUPPKEY, P_SIZE, P_BRAND, P_TYPE +Object_name: +Alias: +Extended_information: AP:P_PARTKEY=PS_PARTKEY +Access_predicates: P_PARTKEY=PS_PARTKEY +Filter_predicates: +Select_level: +-------------------- +Operation: table access +Options: FULL +Object_type: TABLE +Other: +Object_owner: CALUSER01 +Search_columns: +Projection: S_SUPPKEY, S_COMMENT +Object_name: SUPPLIER +Alias: SUPPLIER@SEL$2 +Extended_information: FP:S_COMMENT LIKE '%Customer%Complaints%' AND LNNVL(S_SUPPKEY<>:B1) +Access_predicates: +Filter_predicates: S_COMMENT LIKE '%Customer%Complaints%'&LNNVL(S_SUPPKEY<>:B1) +Select_level: SEL$2 +-------------------- +Operation: filter +Options: +Object_type: +Other: +Object_owner: +Search_columns: +Projection: PS_SUPPKEY, P_SIZE, P_BRAND, P_TYPE +Object_name: +Alias: +Extended_information: FP: NOT EXISTS (SELECT /*+ */ 0 FROM SUPPLIER SUPPLIER WHERE S_COMMENT LIKE '%Customer%Complaints%' AND LNNVL(S_SUPPKEY<>:B1)) +Access_predicates: +Filter_predicates: NOT EXISTS (SELECT /*+ */ 0 FROM SUPPLIER SUPPLIER WHERE S_COMMENT LIKE '%Customer%Complaints%'&LNNVL(S_SUPPKEY<>:B1)) +Select_level: +-------------------- +Operation: sort +Options: GROUP BY +Object_type: +Other: +Object_owner: +Search_columns: +Projection: P_BRAND, P_TYPE, P_SIZE, COUNT(DISTINCT PS_SUPPKEY) +Object_name: +Alias: +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: +-------------------- +Operation: sort +Options: ORDER BY +Object_type: +Other: +Object_owner: +Search_columns: +Projection: COUNT(DISTINCT PS_SUPPKEY), P_BRAND, P_TYPE, P_SIZE +Object_name: +Alias: +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: SEL$1 +-------------------- +Operation: select statement +Options: +Object_type: +Other: +Object_owner: +Search_columns: +Projection: +Object_name: +Alias: +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: + +--- END ------- + diff --git a/dbcon/doc/q16_plan_o.txt b/dbcon/doc/q16_plan_o.txt index 65e9f6322..7a468da38 100755 --- a/dbcon/doc/q16_plan_o.txt +++ b/dbcon/doc/q16_plan_o.txt @@ -28,7 +28,7 @@ order by supplier_cnt desc, p_brand, p_type, - p_size; + p_size; Oracle Execution Plan diff --git a/dbcon/doc/q17_plan1.TXT b/dbcon/doc/q17_plan1.TXT index a1a7f9680..bcd1c4844 100755 --- a/dbcon/doc/q17_plan1.TXT +++ b/dbcon/doc/q17_plan1.TXT @@ -14,142 +14,142 @@ where lineitem where l_partkey = p_partkey - ); - --- Q17 Start -- - -Operation: table access -Options: FULL -Object_type: TABLE -Other: -Object_owner: CALUSER01 -Search_columns: -Projection: P_PARTKEY, P_BRAND, P_CONTAINER -Object_name: PART -Alias: PART@SEL$1 -Extended_information: FP:P_CONTAINER=':2' AND P_BRAND=':1' -Access_predicates: -Filter_predicates: P_CONTAINER=':2'&P_BRAND=':1' -Select_level: SEL$DD8D4BD4 --------------------- -Operation: table access -Options: FULL -Object_type: TABLE -Other: -Object_owner: CALUSER01 -Search_columns: -Projection: L_PARTKEY, L_QUANTITY, L_EXTENDEDPRICE -Object_name: LINEITEM -Alias: LINEITEM@SEL$1 -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: SEL$DD8D4BD4 --------------------- -Operation: hash join -Options: -Object_type: -Other: -Object_owner: -Search_columns: -Projection: P_PARTKEY, L_PARTKEY, P_CONTAINER, P_BRAND, L_EXTENDEDPRICE, L_QUANTITY -Object_name: -Alias: -Extended_information: AP:P_PARTKEY=L_PARTKEY -Access_predicates: P_PARTKEY=L_PARTKEY -Filter_predicates: -Select_level: --------------------- -Operation: window -Options: SORT -Object_type: -Other: -Object_owner: -Search_columns: -Projection: L_PARTKEY, P_PARTKEY, L_QUANTITY, P_CONTAINER, P_BRAND, L_EXTENDEDPRICE, AVG(L_QUANTITY) OVER ( PARTITION BY L_PARTKEY) -Object_name: -Alias: -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: SEL$DD8D4BD4 --------------------- -Operation: view -Options: -Object_type: VIEW -Other: -Object_owner: SYS -Search_columns: -Projection: L_EXTENDEDPRICE -Object_name: -Alias: VW_WIF_1@SEL$D99A5D2D -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: SEL$DD8D4BD4 --------------------- -Operation: sort -Options: AGGREGATE -Object_type: -Other: -Object_owner: -Search_columns: -Projection: SUM(L_EXTENDEDPRICE) -Object_name: -Alias: -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: SEL$C15DFC48 --------------------- -Operation: select statement -Options: -Object_type: -Other: -Object_owner: -Search_columns: -Projection: -Object_name: -Alias: -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: --------------------- - ->SELECT MAIN ->>Returned Columns -ArithmeticColumn: AggregateColumn sum(L_EXTENDEDPRICE) -ArithmeticColumn: SimpleColumn L_EXTENDEDPRICE - s/t/c/T/A: ///0/ - - - ->>Filters -SimpleFilter - SimpleColumn tpch.PART.P_CONTAINER - s/t/c/T/A: tpch/PART/P_CONTAINER/52/PART - Operator: = ConstantColumn: :2(l) -SimpleFilter - SimpleColumn tpch.PART.P_BRAND - s/t/c/T/A: tpch/PART/P_BRAND/49/PART - Operator: = ConstantColumn: :1(l) -Operator: AND -SimpleFilter - SimpleColumn tpch.PART.P_PARTKEY - s/t/c/T/A: tpch/PART/P_PARTKEY/46/PART - Operator: = SimpleColumn tpch.LINEITEM.L_PARTKEY - s/t/c/T/A: tpch/LINEITEM/L_PARTKEY/26/LINEITEM - -Operator: and ->>Group By Columns -ArithmeticColumn: AggregateColumn sum(L_EXTENDEDPRICE) -ArithmeticColumn: SimpleColumn L_EXTENDEDPRICE - s/t/c/T/A: ///0/ - - - -SessionID: 2881 -TxnID: 70 -VerID: 70 - + ); + +-- Q17 Start -- + +Operation: table access +Options: FULL +Object_type: TABLE +Other: +Object_owner: CALUSER01 +Search_columns: +Projection: P_PARTKEY, P_BRAND, P_CONTAINER +Object_name: PART +Alias: PART@SEL$1 +Extended_information: FP:P_CONTAINER=':2' AND P_BRAND=':1' +Access_predicates: +Filter_predicates: P_CONTAINER=':2'&P_BRAND=':1' +Select_level: SEL$DD8D4BD4 +-------------------- +Operation: table access +Options: FULL +Object_type: TABLE +Other: +Object_owner: CALUSER01 +Search_columns: +Projection: L_PARTKEY, L_QUANTITY, L_EXTENDEDPRICE +Object_name: LINEITEM +Alias: LINEITEM@SEL$1 +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: SEL$DD8D4BD4 +-------------------- +Operation: hash join +Options: +Object_type: +Other: +Object_owner: +Search_columns: +Projection: P_PARTKEY, L_PARTKEY, P_CONTAINER, P_BRAND, L_EXTENDEDPRICE, L_QUANTITY +Object_name: +Alias: +Extended_information: AP:P_PARTKEY=L_PARTKEY +Access_predicates: P_PARTKEY=L_PARTKEY +Filter_predicates: +Select_level: +-------------------- +Operation: window +Options: SORT +Object_type: +Other: +Object_owner: +Search_columns: +Projection: L_PARTKEY, P_PARTKEY, L_QUANTITY, P_CONTAINER, P_BRAND, L_EXTENDEDPRICE, AVG(L_QUANTITY) OVER ( PARTITION BY L_PARTKEY) +Object_name: +Alias: +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: SEL$DD8D4BD4 +-------------------- +Operation: view +Options: +Object_type: VIEW +Other: +Object_owner: SYS +Search_columns: +Projection: L_EXTENDEDPRICE +Object_name: +Alias: VW_WIF_1@SEL$D99A5D2D +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: SEL$DD8D4BD4 +-------------------- +Operation: sort +Options: AGGREGATE +Object_type: +Other: +Object_owner: +Search_columns: +Projection: SUM(L_EXTENDEDPRICE) +Object_name: +Alias: +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: SEL$C15DFC48 +-------------------- +Operation: select statement +Options: +Object_type: +Other: +Object_owner: +Search_columns: +Projection: +Object_name: +Alias: +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: +-------------------- + +>SELECT MAIN +>>Returned Columns +ArithmeticColumn: AggregateColumn sum(L_EXTENDEDPRICE) +ArithmeticColumn: SimpleColumn L_EXTENDEDPRICE + s/t/c/T/A: ///0/ + + + +>>Filters +SimpleFilter + SimpleColumn tpch.PART.P_CONTAINER + s/t/c/T/A: tpch/PART/P_CONTAINER/52/PART + Operator: = ConstantColumn: :2(l) +SimpleFilter + SimpleColumn tpch.PART.P_BRAND + s/t/c/T/A: tpch/PART/P_BRAND/49/PART + Operator: = ConstantColumn: :1(l) +Operator: AND +SimpleFilter + SimpleColumn tpch.PART.P_PARTKEY + s/t/c/T/A: tpch/PART/P_PARTKEY/46/PART + Operator: = SimpleColumn tpch.LINEITEM.L_PARTKEY + s/t/c/T/A: tpch/LINEITEM/L_PARTKEY/26/LINEITEM + +Operator: and +>>Group By Columns +ArithmeticColumn: AggregateColumn sum(L_EXTENDEDPRICE) +ArithmeticColumn: SimpleColumn L_EXTENDEDPRICE + s/t/c/T/A: ///0/ + + + +SessionID: 2881 +TxnID: 70 +VerID: 70 + diff --git a/dbcon/doc/q18_plan1.TXT b/dbcon/doc/q18_plan1.TXT index 9e96ba378..c0ebfc7d8 100755 --- a/dbcon/doc/q18_plan1.TXT +++ b/dbcon/doc/q18_plan1.TXT @@ -29,189 +29,189 @@ group by o_totalprice order by o_totalprice desc, - o_orderdate; - --- Q18 Plan Start -- -Operation: table access -Options: FULL -Object_type: TABLE -Other: -Object_owner: CALUSER01 -Search_columns: -Projection: L_ORDERKEY, L_QUANTITY -Object_name: LINEITEM -Alias: LINEITEM@SEL$1 -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: SEL$5DA710D3 --------------------- -Operation: table access -Options: FULL -Object_type: TABLE -Other: -Object_owner: CALUSER01 -Search_columns: -Projection: L_ORDERKEY, L_QUANTITY -Object_name: LINEITEM -Alias: LINEITEM@SEL$2 -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: SEL$683B0107 --------------------- -Operation: table access -Options: FULL -Object_type: TABLE -Other: -Object_owner: CALUSER01 -Search_columns: -Projection: C_CUSTKEY, C_NAME -Object_name: CUSTOMER -Alias: CUSTOMER@SEL$1 -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: SEL$5DA710D3 --------------------- -Operation: buffer -Options: SORT -Object_type: -Other: -Object_owner: -Search_columns: -Projection: L_ORDERKEY, L_QUANTITY -Object_name: -Alias: -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: --------------------- -Operation: hash -Options: GROUP BY -Object_type: -Other: -Object_owner: -Search_columns: -Projection: L_ORDERKEY, SUM(L_QUANTITY) -Object_name: -Alias: -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: --------------------- -Operation: merge join -Options: CARTESIAN -Object_type: -Other: -Object_owner: -Search_columns: -Projection: C_CUSTKEY, C_NAME, L_ORDERKEY, L_QUANTITY -Object_name: -Alias: -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: --------------------- -Operation: table access -Options: FULL -Object_type: TABLE -Other: -Object_owner: CALUSER01 -Search_columns: -Projection: O_ORDERKEY, O_CUSTKEY, O_TOTALPRICE, O_ORDERDATE -Object_name: ORDERS -Alias: ORDERS@SEL$1 -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: SEL$5DA710D3 --------------------- -Operation: filter -Options: -Object_type: -Other: -Object_owner: -Search_columns: -Projection: L_ORDERKEY -Object_name: -Alias: -Extended_information: FP:SUM(L_QUANTITY)>1 -Access_predicates: -Filter_predicates: SUM(L_QUANTITY)>1 -Select_level: SEL$683B0107 --------------------- -Operation: hash join -Options: -Object_type: -Other: -Object_owner: -Search_columns: -Projection: C_CUSTKEY, O_ORDERKEY, L_QUANTITY, C_NAME, O_TOTALPRICE, O_ORDERDATE -Object_name: -Alias: -Extended_information: AP:C_CUSTKEY=O_CUSTKEY AND O_ORDERKEY=L_ORDERKEY -Access_predicates: C_CUSTKEY=O_CUSTKEY&O_ORDERKEY=L_ORDERKEY -Filter_predicates: -Select_level: --------------------- -Operation: view -Options: -Object_type: VIEW -Other: -Object_owner: SYS -Search_columns: -Projection: $nso_col_1 -Object_name: -Alias: VW_NSO_1@SEL$5DA710D3 -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: SEL$683B0107 --------------------- -Operation: hash join -Options: SEMI -Object_type: -Other: -Object_owner: -Search_columns: -Projection: O_ORDERKEY, C_CUSTKEY, O_ORDERDATE, L_QUANTITY, C_NAME, O_TOTALPRICE -Object_name: -Alias: -Extended_information: AP:O_ORDERKEY=$nso_col_1 -Access_predicates: O_ORDERKEY=$nso_col_1 -Filter_predicates: -Select_level: --------------------- -Operation: sort -Options: GROUP BY -Object_type: -Other: -Object_owner: -Search_columns: -Projection: INTERNAL_FUNCTION(O_TOTALPRICE), O_ORDERDATE, O_ORDERKEY, C_CUSTKEY, C_NAME, SUM(L_QUANTITY) -Object_name: -Alias: -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: SEL$5DA710D3 --------------------- -Operation: select statement -Options: -Object_type: -Other: -Object_owner: -Search_columns: -Projection: -Object_name: -Alias: -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: - --- End -- + o_orderdate; + +-- Q18 Plan Start -- +Operation: table access +Options: FULL +Object_type: TABLE +Other: +Object_owner: CALUSER01 +Search_columns: +Projection: L_ORDERKEY, L_QUANTITY +Object_name: LINEITEM +Alias: LINEITEM@SEL$1 +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: SEL$5DA710D3 +-------------------- +Operation: table access +Options: FULL +Object_type: TABLE +Other: +Object_owner: CALUSER01 +Search_columns: +Projection: L_ORDERKEY, L_QUANTITY +Object_name: LINEITEM +Alias: LINEITEM@SEL$2 +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: SEL$683B0107 +-------------------- +Operation: table access +Options: FULL +Object_type: TABLE +Other: +Object_owner: CALUSER01 +Search_columns: +Projection: C_CUSTKEY, C_NAME +Object_name: CUSTOMER +Alias: CUSTOMER@SEL$1 +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: SEL$5DA710D3 +-------------------- +Operation: buffer +Options: SORT +Object_type: +Other: +Object_owner: +Search_columns: +Projection: L_ORDERKEY, L_QUANTITY +Object_name: +Alias: +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: +-------------------- +Operation: hash +Options: GROUP BY +Object_type: +Other: +Object_owner: +Search_columns: +Projection: L_ORDERKEY, SUM(L_QUANTITY) +Object_name: +Alias: +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: +-------------------- +Operation: merge join +Options: CARTESIAN +Object_type: +Other: +Object_owner: +Search_columns: +Projection: C_CUSTKEY, C_NAME, L_ORDERKEY, L_QUANTITY +Object_name: +Alias: +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: +-------------------- +Operation: table access +Options: FULL +Object_type: TABLE +Other: +Object_owner: CALUSER01 +Search_columns: +Projection: O_ORDERKEY, O_CUSTKEY, O_TOTALPRICE, O_ORDERDATE +Object_name: ORDERS +Alias: ORDERS@SEL$1 +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: SEL$5DA710D3 +-------------------- +Operation: filter +Options: +Object_type: +Other: +Object_owner: +Search_columns: +Projection: L_ORDERKEY +Object_name: +Alias: +Extended_information: FP:SUM(L_QUANTITY)>1 +Access_predicates: +Filter_predicates: SUM(L_QUANTITY)>1 +Select_level: SEL$683B0107 +-------------------- +Operation: hash join +Options: +Object_type: +Other: +Object_owner: +Search_columns: +Projection: C_CUSTKEY, O_ORDERKEY, L_QUANTITY, C_NAME, O_TOTALPRICE, O_ORDERDATE +Object_name: +Alias: +Extended_information: AP:C_CUSTKEY=O_CUSTKEY AND O_ORDERKEY=L_ORDERKEY +Access_predicates: C_CUSTKEY=O_CUSTKEY&O_ORDERKEY=L_ORDERKEY +Filter_predicates: +Select_level: +-------------------- +Operation: view +Options: +Object_type: VIEW +Other: +Object_owner: SYS +Search_columns: +Projection: $nso_col_1 +Object_name: +Alias: VW_NSO_1@SEL$5DA710D3 +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: SEL$683B0107 +-------------------- +Operation: hash join +Options: SEMI +Object_type: +Other: +Object_owner: +Search_columns: +Projection: O_ORDERKEY, C_CUSTKEY, O_ORDERDATE, L_QUANTITY, C_NAME, O_TOTALPRICE +Object_name: +Alias: +Extended_information: AP:O_ORDERKEY=$nso_col_1 +Access_predicates: O_ORDERKEY=$nso_col_1 +Filter_predicates: +Select_level: +-------------------- +Operation: sort +Options: GROUP BY +Object_type: +Other: +Object_owner: +Search_columns: +Projection: INTERNAL_FUNCTION(O_TOTALPRICE), O_ORDERDATE, O_ORDERKEY, C_CUSTKEY, C_NAME, SUM(L_QUANTITY) +Object_name: +Alias: +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: SEL$5DA710D3 +-------------------- +Operation: select statement +Options: +Object_type: +Other: +Object_owner: +Search_columns: +Projection: +Object_name: +Alias: +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: + +-- End -- diff --git a/dbcon/doc/q20_plan1.TXT b/dbcon/doc/q20_plan1.TXT index 055242368..1a94f5996 100755 --- a/dbcon/doc/q20_plan1.TXT +++ b/dbcon/doc/q20_plan1.TXT @@ -34,217 +34,217 @@ where and s_nationkey = n_nationkey and n_name = ':3' order by - s_name; - --- Q20 Plan Start -- -Operation: table access -Options: FULL -Object_type: TABLE -Other: -Object_owner: CALUSER01 -Search_columns: -Projection: P_PARTKEY -Object_name: PART -Alias: PART@SEL$3 -Extended_information: FP:P_NAME LIKE ':1%' -Access_predicates: -Filter_predicates: P_NAME LIKE ':1%' -Select_level: SEL$0A417DA5 --------------------- -Operation: table access -Options: FULL -Object_type: TABLE -Other: -Object_owner: CALUSER01 -Search_columns: -Projection: PS_PARTKEY, PS_SUPPKEY, PS_AVAILQTY -Object_name: PARTSUPP -Alias: PARTSUPP@SEL$2 -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: SEL$0A417DA5 --------------------- -Operation: table access -Options: FULL -Object_type: TABLE -Other: -Object_owner: CALUSER01 -Search_columns: -Projection: L_QUANTITY -Object_name: LINEITEM -Alias: LINEITEM@SEL$4 -Extended_information: FP:L_SHIPDATE>=TO_DATE('1998-12-01 00:00:00', 'yyyy-mm-dd hh24:mi:ss') AND L_SHIPDATE=TO_DATE('1998-12-01 00:00:00', 'yyyy-mm-dd hh24:mi:ss')&L_SHIPDATE (SELECT 0.5*SUM(L_QUANTITY) FROM LINEITEM LINEITEM WHERE L_SHIPDATE>=TO_DATE('1998-12-01 00:00:00', 'yyyy-mm-dd hh24:mi:ss') AND L_SHIPDATE (SELECT 0.5*SUM(L_QUANTITY) FROM LINEITEM LINEITEM WHERE L_SHIPDATE>=TO_DATE('1998-12-01 00:00:00', 'yyyy-mm-dd hh24:mi:ss')&L_SHIPDATE=TO_DATE('1998-12-01 00:00:00', 'yyyy-mm-dd hh24:mi:ss') AND L_SHIPDATE=TO_DATE('1998-12-01 00:00:00', 'yyyy-mm-dd hh24:mi:ss')&L_SHIPDATE (SELECT 0.5*SUM(L_QUANTITY) FROM LINEITEM LINEITEM WHERE L_SHIPDATE>=TO_DATE('1998-12-01 00:00:00', 'yyyy-mm-dd hh24:mi:ss') AND L_SHIPDATE (SELECT 0.5*SUM(L_QUANTITY) FROM LINEITEM LINEITEM WHERE L_SHIPDATE>=TO_DATE('1998-12-01 00:00:00', 'yyyy-mm-dd hh24:mi:ss')&L_SHIPDATEL1.L_COMMITDATE -Access_predicates: -Filter_predicates: L1.L_RECEIPTDATE>L1.L_COMMITDATE -Select_level: SEL$CC7EC59E --------------------- -Operation: hash join -Options: -Object_type: -Other: -Object_owner: -Search_columns: -Projection: L1.L_SUPPKEY, S_NATIONKEY, S_NAME, L1.L_ORDERKEY -Object_name: -Alias: -Extended_information: AP:S_SUPPKEY=L1.L_SUPPKEY -Access_predicates: S_SUPPKEY=L1.L_SUPPKEY -Filter_predicates: -Select_level: --------------------- -Operation: table access -Options: FULL -Object_type: TABLE -Other: -Object_owner: CALUSER01 -Search_columns: -Projection: O_ORDERKEY -Object_name: ORDERS -Alias: ORDERS@SEL$1 -Extended_information: FP:O_ORDERSTATUS='F' -Access_predicates: -Filter_predicates: O_ORDERSTATUS='F' -Select_level: SEL$CC7EC59E --------------------- -Operation: hash join -Options: -Object_type: -Other: -Object_owner: -Search_columns: -Projection: L1.L_ORDERKEY, L1.L_SUPPKEY, S_NATIONKEY, S_NAME -Object_name: -Alias: -Extended_information: AP:O_ORDERKEY=L1.L_ORDERKEY -Access_predicates: O_ORDERKEY=L1.L_ORDERKEY -Filter_predicates: -Select_level: --------------------- -Operation: table access -Options: FULL -Object_type: TABLE -Other: -Object_owner: CALUSER01 -Search_columns: -Projection: N_NATIONKEY -Object_name: NATION -Alias: NATION@SEL$1 -Extended_information: FP:N_NAME=':1' -Access_predicates: -Filter_predicates: N_NAME=':1' -Select_level: SEL$CC7EC59E --------------------- -Operation: hash join -Options: -Object_type: -Other: -Object_owner: -Search_columns: -Projection: L1.L_ORDERKEY, L1.L_SUPPKEY, S_NAME -Object_name: -Alias: -Extended_information: AP:S_NATIONKEY=N_NATIONKEY -Access_predicates: S_NATIONKEY=N_NATIONKEY -Filter_predicates: -Select_level: --------------------- -Operation: table access -Options: FULL -Object_type: TABLE -Other: -Object_owner: CALUSER01 -Search_columns: -Projection: L3.L_ORDERKEY, L3.L_SUPPKEY -Object_name: LINEITEM -Alias: L3@SEL$3 -Extended_information: FP:L3.L_RECEIPTDATE>L3.L_COMMITDATE -Access_predicates: -Filter_predicates: L3.L_RECEIPTDATE>L3.L_COMMITDATE -Select_level: SEL$CC7EC59E --------------------- -Operation: hash join -Options: ANTI -Object_type: -Other: -Object_owner: -Search_columns: -Projection: L1.L_ORDERKEY, L1.L_SUPPKEY, S_NAME -Object_name: -Alias: -Extended_information: AP:L3.L_ORDERKEY=L1.L_ORDERKEY FP:L3.L_SUPPKEY<>L1.L_SUPPKEY -Access_predicates: L3.L_ORDERKEY=L1.L_ORDERKEY -Filter_predicates: L3.L_SUPPKEY<>L1.L_SUPPKEY -Select_level: --------------------- -Operation: table access -Options: FULL -Object_type: TABLE -Other: -Object_owner: CALUSER01 -Search_columns: -Projection: L2.L_ORDERKEY, L2.L_SUPPKEY -Object_name: LINEITEM -Alias: L2@SEL$2 -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: SEL$CC7EC59E --------------------- -Operation: hash join -Options: SEMI -Object_type: -Other: -Object_owner: -Search_columns: -Projection: S_NAME -Object_name: -Alias: -Extended_information: AP:L2.L_ORDERKEY=L1.L_ORDERKEY FP:L2.L_SUPPKEY<>L1.L_SUPPKEY -Access_predicates: L2.L_ORDERKEY=L1.L_ORDERKEY -Filter_predicates: L2.L_SUPPKEY<>L1.L_SUPPKEY -Select_level: --------------------- -Operation: hash -Options: GROUP BY -Object_type: -Other: -Object_owner: -Search_columns: -Projection: S_NAME, COUNT(ALL) -Object_name: -Alias: -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: --------------------- -Operation: sort -Options: ORDER BY -Object_type: -Other: -Object_owner: -Search_columns: -Projection: COUNT(ALL), S_NAME -Object_name: -Alias: -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: SEL$CC7EC59E --------------------- -Operation: select statement -Options: -Object_type: -Other: -Object_owner: -Search_columns: -Projection: -Object_name: -Alias: -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: - --- End -- - -TOKEN: L1.L_COMMITDATE> -LEFT: L1.L_RECEIPTDATE -TOKEN: -LEFT: S_SUPPKEY -TOKEN: -LEFT: O_ORDERSTATUS -TOKEN: -LEFT: O_ORDERKEY -TOKEN: -LEFT: N_NAME -TOKEN: -LEFT: S_NATIONKEY -TOKEN: L3.L_COMMITDATE> -LEFT: L3.L_RECEIPTDATE -TOKEN: -LEFT: L3.L_ORDERKEY -TOKEN: L1.L_SUPPKEY> -LEFT: L3.L_SUPPKEY -TOKEN: -LEFT: L2.L_ORDERKEY -TOKEN: L1.L_SUPPKEY> -LEFT: L2.L_SUPPKEY -Operator: ( -SimpleFilter - SimpleColumn tpch.LINEITEM.L_RECEIPTDATE - s/t/c/T/A: tpch/LINEITEM/L_RECEIPTDATE/37/L1 - Operator: > SimpleColumn tpch.LINEITEM.L_COMMITDATE - s/t/c/T/A: tpch/LINEITEM/L_COMMITDATE/36/L1 - -Operator: ) -Operator: and -Operator: ( -SimpleFilter - SimpleColumn tpch.SUPPLIER.S_SUPPKEY - s/t/c/T/A: tpch/SUPPLIER/S_SUPPKEY/55/SUPPLIER - Operator: = SimpleColumn tpch.LINEITEM.L_SUPPKEY - s/t/c/T/A: tpch/LINEITEM/L_SUPPKEY/27/L1 - -Operator: ) -Operator: and -Operator: ( -SimpleFilter - SimpleColumn tpch.ORDERS.O_ORDERSTATUS - s/t/c/T/A: tpch/ORDERS/O_ORDERSTATUS/18/ - Operator: = ConstantColumn: F(l) -Operator: ) -Operator: and -Operator: ( -SimpleFilter - SimpleColumn tpch.ORDERS.O_ORDERKEY - s/t/c/T/A: tpch/ORDERS/O_ORDERKEY/16/ORDERS - Operator: = SimpleColumn tpch.LINEITEM.L_ORDERKEY - s/t/c/T/A: tpch/LINEITEM/L_ORDERKEY/25/L1 - -Operator: ) -Operator: and -Operator: ( -SimpleFilter - SimpleColumn tpch.NATION.N_NAME - s/t/c/T/A: tpch/NATION/N_NAME/5/ - Operator: = ConstantColumn: :1(l) -Operator: ) -Operator: and -Operator: ( -SimpleFilter - SimpleColumn tpch.SUPPLIER.S_NATIONKEY - s/t/c/T/A: tpch/SUPPLIER/S_NATIONKEY/58/SUPPLIER - Operator: = SimpleColumn tpch.NATION.N_NATIONKEY - s/t/c/T/A: tpch/NATION/N_NATIONKEY/4/NATION - -Operator: ) -Operator: and -Operator: ( -SimpleFilter - SimpleColumn tpch.LINEITEM.L_RECEIPTDATE - s/t/c/T/A: tpch/LINEITEM/L_RECEIPTDATE/37/L3 - Operator: > SimpleColumn tpch.LINEITEM.L_COMMITDATE - s/t/c/T/A: tpch/LINEITEM/L_COMMITDATE/36/L3 - -Operator: ) -Operator: and -Operator: ( -SimpleFilter - SimpleColumn tpch.LINEITEM.L_ORDERKEY - s/t/c/T/A: tpch/LINEITEM/L_ORDERKEY/25/L3 - Operator: = SimpleColumn tpch.LINEITEM.L_ORDERKEY - s/t/c/T/A: tpch/LINEITEM/L_ORDERKEY/25/L1 - -Operator: ) -Operator: and -Operator: ( -SimpleFilter - SimpleColumn tpch.LINEITEM.L_SUPPKEY - s/t/c/T/A: tpch/LINEITEM/L_SUPPKEY/27/L3 - Operator: <> SimpleColumn tpch.LINEITEM.L_SUPPKEY - s/t/c/T/A: tpch/LINEITEM/L_SUPPKEY/27/L1 - -Operator: ) -Operator: and -Operator: ( -SimpleFilter - SimpleColumn tpch.LINEITEM.L_ORDERKEY - s/t/c/T/A: tpch/LINEITEM/L_ORDERKEY/25/L2 - Operator: = SimpleColumn tpch.LINEITEM.L_ORDERKEY - s/t/c/T/A: tpch/LINEITEM/L_ORDERKEY/25/L1 - -Operator: ) -Operator: and -Operator: ( -SimpleFilter - SimpleColumn tpch.LINEITEM.L_SUPPKEY - s/t/c/T/A: tpch/LINEITEM/L_SUPPKEY/27/L2 - Operator: <> SimpleColumn tpch.LINEITEM.L_SUPPKEY - s/t/c/T/A: tpch/LINEITEM/L_SUPPKEY/27/L1 - -Operator: ) -L_ORDERKEY: SimpleColumn tpch.LINEITEM.L_ORDERKEY - s/t/c/T/A: tpch/LINEITEM/L_ORDERKEY/25/L1 - -L_ORDERKEY: SimpleColumn tpch.LINEITEM.L_ORDERKEY - s/t/c/T/A: tpch/LINEITEM/L_ORDERKEY/25/L3 - -L_ORDERKEY: SimpleColumn tpch.LINEITEM.L_ORDERKEY - s/t/c/T/A: tpch/LINEITEM/L_ORDERKEY/25/L2 - -L_SUPPKEY: SimpleColumn tpch.LINEITEM.L_SUPPKEY - s/t/c/T/A: tpch/LINEITEM/L_SUPPKEY/27/L1 - -L_SUPPKEY: SimpleColumn tpch.LINEITEM.L_SUPPKEY - s/t/c/T/A: tpch/LINEITEM/L_SUPPKEY/27/L3 - -L_SUPPKEY: SimpleColumn tpch.LINEITEM.L_SUPPKEY - s/t/c/T/A: tpch/LINEITEM/L_SUPPKEY/27/L2 - -N_NATIONKEY: SimpleColumn tpch.NATION.N_NATIONKEY - s/t/c/T/A: tpch/NATION/N_NATIONKEY/4/NATION - -O_ORDERKEY: SimpleColumn tpch.ORDERS.O_ORDERKEY - s/t/c/T/A: tpch/ORDERS/O_ORDERKEY/16/ORDERS - -S_NAME: SimpleColumn tpch.SUPPLIER.S_NAME - s/t/c/T/A: tpch/SUPPLIER/S_NAME/56/SUPPLIER - -S_NATIONKEY: SimpleColumn tpch.SUPPLIER.S_NATIONKEY - s/t/c/T/A: tpch/SUPPLIER/S_NATIONKEY/58/SUPPLIER - -S_SUPPKEY: SimpleColumn tpch.SUPPLIER.S_SUPPKEY - s/t/c/T/A: tpch/SUPPLIER/S_SUPPKEY/55/SUPPLIER - ->SELECT MAIN ->>Returned Columns -ArithmeticColumn: AggregateColumn count(ALL) -ArithmeticColumn: SimpleColumn ALL - s/t/c/T/A: ///0/ - - - -SimpleColumn tpch.SUPPLIER.S_NAME - s/t/c/T/A: tpch/SUPPLIER/S_NAME/56/SUPPLIER - ->>Filters -SimpleFilter - SimpleColumn tpch.LINEITEM.L_RECEIPTDATE - s/t/c/T/A: tpch/LINEITEM/L_RECEIPTDATE/37/L1 - Operator: > SimpleColumn tpch.LINEITEM.L_COMMITDATE - s/t/c/T/A: tpch/LINEITEM/L_COMMITDATE/36/L1 - -SimpleFilter - SimpleColumn tpch.SUPPLIER.S_SUPPKEY - s/t/c/T/A: tpch/SUPPLIER/S_SUPPKEY/55/SUPPLIER - Operator: = SimpleColumn tpch.LINEITEM.L_SUPPKEY - s/t/c/T/A: tpch/LINEITEM/L_SUPPKEY/27/L1 - -Operator: and -SimpleFilter - SimpleColumn tpch.ORDERS.O_ORDERSTATUS - s/t/c/T/A: tpch/ORDERS/O_ORDERSTATUS/18/ - Operator: = ConstantColumn: F(l) -Operator: and -SimpleFilter - SimpleColumn tpch.ORDERS.O_ORDERKEY - s/t/c/T/A: tpch/ORDERS/O_ORDERKEY/16/ORDERS - Operator: = SimpleColumn tpch.LINEITEM.L_ORDERKEY - s/t/c/T/A: tpch/LINEITEM/L_ORDERKEY/25/L1 - -Operator: and -SimpleFilter - SimpleColumn tpch.NATION.N_NAME - s/t/c/T/A: tpch/NATION/N_NAME/5/ - Operator: = ConstantColumn: :1(l) -Operator: and -SimpleFilter - SimpleColumn tpch.SUPPLIER.S_NATIONKEY - s/t/c/T/A: tpch/SUPPLIER/S_NATIONKEY/58/SUPPLIER - Operator: = SimpleColumn tpch.NATION.N_NATIONKEY - s/t/c/T/A: tpch/NATION/N_NATIONKEY/4/NATION - -Operator: and -SimpleFilter - SimpleColumn tpch.LINEITEM.L_RECEIPTDATE - s/t/c/T/A: tpch/LINEITEM/L_RECEIPTDATE/37/L3 - Operator: > SimpleColumn tpch.LINEITEM.L_COMMITDATE - s/t/c/T/A: tpch/LINEITEM/L_COMMITDATE/36/L3 - -Operator: and -SimpleFilter - SimpleColumn tpch.LINEITEM.L_ORDERKEY - s/t/c/T/A: tpch/LINEITEM/L_ORDERKEY/25/L3 - Operator: = SimpleColumn tpch.LINEITEM.L_ORDERKEY - s/t/c/T/A: tpch/LINEITEM/L_ORDERKEY/25/L1 - -Operator: and -SimpleFilter - SimpleColumn tpch.LINEITEM.L_SUPPKEY - s/t/c/T/A: tpch/LINEITEM/L_SUPPKEY/27/L3 - Operator: <> SimpleColumn tpch.LINEITEM.L_SUPPKEY - s/t/c/T/A: tpch/LINEITEM/L_SUPPKEY/27/L1 - -Operator: and -SimpleFilter - SimpleColumn tpch.LINEITEM.L_ORDERKEY - s/t/c/T/A: tpch/LINEITEM/L_ORDERKEY/25/L2 - Operator: = SimpleColumn tpch.LINEITEM.L_ORDERKEY - s/t/c/T/A: tpch/LINEITEM/L_ORDERKEY/25/L1 - -Operator: and -SimpleFilter - SimpleColumn tpch.LINEITEM.L_SUPPKEY - s/t/c/T/A: tpch/LINEITEM/L_SUPPKEY/27/L2 - Operator: <> SimpleColumn tpch.LINEITEM.L_SUPPKEY - s/t/c/T/A: tpch/LINEITEM/L_SUPPKEY/27/L1 - -Operator: and ->>Group By Columns -ArithmeticColumn: AggregateColumn count(ALL) -ArithmeticColumn: SimpleColumn ALL - s/t/c/T/A: ///0/ - - - -SimpleColumn tpch.SUPPLIER.S_NAME - s/t/c/T/A: tpch/SUPPLIER/S_NAME/56/SUPPLIER - -SessionID: 2935 -TxnID: 104 -VerID: 104 - + s_name; + +-- Q21 Plan Start -- + +Operation: table access +Options: FULL +Object_type: TABLE +Other: +Object_owner: CALUSER01 +Search_columns: +Projection: S_SUPPKEY, S_NAME, S_NATIONKEY +Object_name: SUPPLIER +Alias: SUPPLIER@SEL$1 +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: SEL$CC7EC59E +-------------------- +Operation: table access +Options: FULL +Object_type: TABLE +Other: +Object_owner: CALUSER01 +Search_columns: +Projection: L1.L_ORDERKEY, L1.L_SUPPKEY +Object_name: LINEITEM +Alias: L1@SEL$1 +Extended_information: FP:L1.L_RECEIPTDATE>L1.L_COMMITDATE +Access_predicates: +Filter_predicates: L1.L_RECEIPTDATE>L1.L_COMMITDATE +Select_level: SEL$CC7EC59E +-------------------- +Operation: hash join +Options: +Object_type: +Other: +Object_owner: +Search_columns: +Projection: L1.L_SUPPKEY, S_NATIONKEY, S_NAME, L1.L_ORDERKEY +Object_name: +Alias: +Extended_information: AP:S_SUPPKEY=L1.L_SUPPKEY +Access_predicates: S_SUPPKEY=L1.L_SUPPKEY +Filter_predicates: +Select_level: +-------------------- +Operation: table access +Options: FULL +Object_type: TABLE +Other: +Object_owner: CALUSER01 +Search_columns: +Projection: O_ORDERKEY +Object_name: ORDERS +Alias: ORDERS@SEL$1 +Extended_information: FP:O_ORDERSTATUS='F' +Access_predicates: +Filter_predicates: O_ORDERSTATUS='F' +Select_level: SEL$CC7EC59E +-------------------- +Operation: hash join +Options: +Object_type: +Other: +Object_owner: +Search_columns: +Projection: L1.L_ORDERKEY, L1.L_SUPPKEY, S_NATIONKEY, S_NAME +Object_name: +Alias: +Extended_information: AP:O_ORDERKEY=L1.L_ORDERKEY +Access_predicates: O_ORDERKEY=L1.L_ORDERKEY +Filter_predicates: +Select_level: +-------------------- +Operation: table access +Options: FULL +Object_type: TABLE +Other: +Object_owner: CALUSER01 +Search_columns: +Projection: N_NATIONKEY +Object_name: NATION +Alias: NATION@SEL$1 +Extended_information: FP:N_NAME=':1' +Access_predicates: +Filter_predicates: N_NAME=':1' +Select_level: SEL$CC7EC59E +-------------------- +Operation: hash join +Options: +Object_type: +Other: +Object_owner: +Search_columns: +Projection: L1.L_ORDERKEY, L1.L_SUPPKEY, S_NAME +Object_name: +Alias: +Extended_information: AP:S_NATIONKEY=N_NATIONKEY +Access_predicates: S_NATIONKEY=N_NATIONKEY +Filter_predicates: +Select_level: +-------------------- +Operation: table access +Options: FULL +Object_type: TABLE +Other: +Object_owner: CALUSER01 +Search_columns: +Projection: L3.L_ORDERKEY, L3.L_SUPPKEY +Object_name: LINEITEM +Alias: L3@SEL$3 +Extended_information: FP:L3.L_RECEIPTDATE>L3.L_COMMITDATE +Access_predicates: +Filter_predicates: L3.L_RECEIPTDATE>L3.L_COMMITDATE +Select_level: SEL$CC7EC59E +-------------------- +Operation: hash join +Options: ANTI +Object_type: +Other: +Object_owner: +Search_columns: +Projection: L1.L_ORDERKEY, L1.L_SUPPKEY, S_NAME +Object_name: +Alias: +Extended_information: AP:L3.L_ORDERKEY=L1.L_ORDERKEY FP:L3.L_SUPPKEY<>L1.L_SUPPKEY +Access_predicates: L3.L_ORDERKEY=L1.L_ORDERKEY +Filter_predicates: L3.L_SUPPKEY<>L1.L_SUPPKEY +Select_level: +-------------------- +Operation: table access +Options: FULL +Object_type: TABLE +Other: +Object_owner: CALUSER01 +Search_columns: +Projection: L2.L_ORDERKEY, L2.L_SUPPKEY +Object_name: LINEITEM +Alias: L2@SEL$2 +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: SEL$CC7EC59E +-------------------- +Operation: hash join +Options: SEMI +Object_type: +Other: +Object_owner: +Search_columns: +Projection: S_NAME +Object_name: +Alias: +Extended_information: AP:L2.L_ORDERKEY=L1.L_ORDERKEY FP:L2.L_SUPPKEY<>L1.L_SUPPKEY +Access_predicates: L2.L_ORDERKEY=L1.L_ORDERKEY +Filter_predicates: L2.L_SUPPKEY<>L1.L_SUPPKEY +Select_level: +-------------------- +Operation: hash +Options: GROUP BY +Object_type: +Other: +Object_owner: +Search_columns: +Projection: S_NAME, COUNT(ALL) +Object_name: +Alias: +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: +-------------------- +Operation: sort +Options: ORDER BY +Object_type: +Other: +Object_owner: +Search_columns: +Projection: COUNT(ALL), S_NAME +Object_name: +Alias: +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: SEL$CC7EC59E +-------------------- +Operation: select statement +Options: +Object_type: +Other: +Object_owner: +Search_columns: +Projection: +Object_name: +Alias: +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: + +-- End -- + +TOKEN: L1.L_COMMITDATE> +LEFT: L1.L_RECEIPTDATE +TOKEN: +LEFT: S_SUPPKEY +TOKEN: +LEFT: O_ORDERSTATUS +TOKEN: +LEFT: O_ORDERKEY +TOKEN: +LEFT: N_NAME +TOKEN: +LEFT: S_NATIONKEY +TOKEN: L3.L_COMMITDATE> +LEFT: L3.L_RECEIPTDATE +TOKEN: +LEFT: L3.L_ORDERKEY +TOKEN: L1.L_SUPPKEY> +LEFT: L3.L_SUPPKEY +TOKEN: +LEFT: L2.L_ORDERKEY +TOKEN: L1.L_SUPPKEY> +LEFT: L2.L_SUPPKEY +Operator: ( +SimpleFilter + SimpleColumn tpch.LINEITEM.L_RECEIPTDATE + s/t/c/T/A: tpch/LINEITEM/L_RECEIPTDATE/37/L1 + Operator: > SimpleColumn tpch.LINEITEM.L_COMMITDATE + s/t/c/T/A: tpch/LINEITEM/L_COMMITDATE/36/L1 + +Operator: ) +Operator: and +Operator: ( +SimpleFilter + SimpleColumn tpch.SUPPLIER.S_SUPPKEY + s/t/c/T/A: tpch/SUPPLIER/S_SUPPKEY/55/SUPPLIER + Operator: = SimpleColumn tpch.LINEITEM.L_SUPPKEY + s/t/c/T/A: tpch/LINEITEM/L_SUPPKEY/27/L1 + +Operator: ) +Operator: and +Operator: ( +SimpleFilter + SimpleColumn tpch.ORDERS.O_ORDERSTATUS + s/t/c/T/A: tpch/ORDERS/O_ORDERSTATUS/18/ + Operator: = ConstantColumn: F(l) +Operator: ) +Operator: and +Operator: ( +SimpleFilter + SimpleColumn tpch.ORDERS.O_ORDERKEY + s/t/c/T/A: tpch/ORDERS/O_ORDERKEY/16/ORDERS + Operator: = SimpleColumn tpch.LINEITEM.L_ORDERKEY + s/t/c/T/A: tpch/LINEITEM/L_ORDERKEY/25/L1 + +Operator: ) +Operator: and +Operator: ( +SimpleFilter + SimpleColumn tpch.NATION.N_NAME + s/t/c/T/A: tpch/NATION/N_NAME/5/ + Operator: = ConstantColumn: :1(l) +Operator: ) +Operator: and +Operator: ( +SimpleFilter + SimpleColumn tpch.SUPPLIER.S_NATIONKEY + s/t/c/T/A: tpch/SUPPLIER/S_NATIONKEY/58/SUPPLIER + Operator: = SimpleColumn tpch.NATION.N_NATIONKEY + s/t/c/T/A: tpch/NATION/N_NATIONKEY/4/NATION + +Operator: ) +Operator: and +Operator: ( +SimpleFilter + SimpleColumn tpch.LINEITEM.L_RECEIPTDATE + s/t/c/T/A: tpch/LINEITEM/L_RECEIPTDATE/37/L3 + Operator: > SimpleColumn tpch.LINEITEM.L_COMMITDATE + s/t/c/T/A: tpch/LINEITEM/L_COMMITDATE/36/L3 + +Operator: ) +Operator: and +Operator: ( +SimpleFilter + SimpleColumn tpch.LINEITEM.L_ORDERKEY + s/t/c/T/A: tpch/LINEITEM/L_ORDERKEY/25/L3 + Operator: = SimpleColumn tpch.LINEITEM.L_ORDERKEY + s/t/c/T/A: tpch/LINEITEM/L_ORDERKEY/25/L1 + +Operator: ) +Operator: and +Operator: ( +SimpleFilter + SimpleColumn tpch.LINEITEM.L_SUPPKEY + s/t/c/T/A: tpch/LINEITEM/L_SUPPKEY/27/L3 + Operator: <> SimpleColumn tpch.LINEITEM.L_SUPPKEY + s/t/c/T/A: tpch/LINEITEM/L_SUPPKEY/27/L1 + +Operator: ) +Operator: and +Operator: ( +SimpleFilter + SimpleColumn tpch.LINEITEM.L_ORDERKEY + s/t/c/T/A: tpch/LINEITEM/L_ORDERKEY/25/L2 + Operator: = SimpleColumn tpch.LINEITEM.L_ORDERKEY + s/t/c/T/A: tpch/LINEITEM/L_ORDERKEY/25/L1 + +Operator: ) +Operator: and +Operator: ( +SimpleFilter + SimpleColumn tpch.LINEITEM.L_SUPPKEY + s/t/c/T/A: tpch/LINEITEM/L_SUPPKEY/27/L2 + Operator: <> SimpleColumn tpch.LINEITEM.L_SUPPKEY + s/t/c/T/A: tpch/LINEITEM/L_SUPPKEY/27/L1 + +Operator: ) +L_ORDERKEY: SimpleColumn tpch.LINEITEM.L_ORDERKEY + s/t/c/T/A: tpch/LINEITEM/L_ORDERKEY/25/L1 + +L_ORDERKEY: SimpleColumn tpch.LINEITEM.L_ORDERKEY + s/t/c/T/A: tpch/LINEITEM/L_ORDERKEY/25/L3 + +L_ORDERKEY: SimpleColumn tpch.LINEITEM.L_ORDERKEY + s/t/c/T/A: tpch/LINEITEM/L_ORDERKEY/25/L2 + +L_SUPPKEY: SimpleColumn tpch.LINEITEM.L_SUPPKEY + s/t/c/T/A: tpch/LINEITEM/L_SUPPKEY/27/L1 + +L_SUPPKEY: SimpleColumn tpch.LINEITEM.L_SUPPKEY + s/t/c/T/A: tpch/LINEITEM/L_SUPPKEY/27/L3 + +L_SUPPKEY: SimpleColumn tpch.LINEITEM.L_SUPPKEY + s/t/c/T/A: tpch/LINEITEM/L_SUPPKEY/27/L2 + +N_NATIONKEY: SimpleColumn tpch.NATION.N_NATIONKEY + s/t/c/T/A: tpch/NATION/N_NATIONKEY/4/NATION + +O_ORDERKEY: SimpleColumn tpch.ORDERS.O_ORDERKEY + s/t/c/T/A: tpch/ORDERS/O_ORDERKEY/16/ORDERS + +S_NAME: SimpleColumn tpch.SUPPLIER.S_NAME + s/t/c/T/A: tpch/SUPPLIER/S_NAME/56/SUPPLIER + +S_NATIONKEY: SimpleColumn tpch.SUPPLIER.S_NATIONKEY + s/t/c/T/A: tpch/SUPPLIER/S_NATIONKEY/58/SUPPLIER + +S_SUPPKEY: SimpleColumn tpch.SUPPLIER.S_SUPPKEY + s/t/c/T/A: tpch/SUPPLIER/S_SUPPKEY/55/SUPPLIER + +>SELECT MAIN +>>Returned Columns +ArithmeticColumn: AggregateColumn count(ALL) +ArithmeticColumn: SimpleColumn ALL + s/t/c/T/A: ///0/ + + + +SimpleColumn tpch.SUPPLIER.S_NAME + s/t/c/T/A: tpch/SUPPLIER/S_NAME/56/SUPPLIER + +>>Filters +SimpleFilter + SimpleColumn tpch.LINEITEM.L_RECEIPTDATE + s/t/c/T/A: tpch/LINEITEM/L_RECEIPTDATE/37/L1 + Operator: > SimpleColumn tpch.LINEITEM.L_COMMITDATE + s/t/c/T/A: tpch/LINEITEM/L_COMMITDATE/36/L1 + +SimpleFilter + SimpleColumn tpch.SUPPLIER.S_SUPPKEY + s/t/c/T/A: tpch/SUPPLIER/S_SUPPKEY/55/SUPPLIER + Operator: = SimpleColumn tpch.LINEITEM.L_SUPPKEY + s/t/c/T/A: tpch/LINEITEM/L_SUPPKEY/27/L1 + +Operator: and +SimpleFilter + SimpleColumn tpch.ORDERS.O_ORDERSTATUS + s/t/c/T/A: tpch/ORDERS/O_ORDERSTATUS/18/ + Operator: = ConstantColumn: F(l) +Operator: and +SimpleFilter + SimpleColumn tpch.ORDERS.O_ORDERKEY + s/t/c/T/A: tpch/ORDERS/O_ORDERKEY/16/ORDERS + Operator: = SimpleColumn tpch.LINEITEM.L_ORDERKEY + s/t/c/T/A: tpch/LINEITEM/L_ORDERKEY/25/L1 + +Operator: and +SimpleFilter + SimpleColumn tpch.NATION.N_NAME + s/t/c/T/A: tpch/NATION/N_NAME/5/ + Operator: = ConstantColumn: :1(l) +Operator: and +SimpleFilter + SimpleColumn tpch.SUPPLIER.S_NATIONKEY + s/t/c/T/A: tpch/SUPPLIER/S_NATIONKEY/58/SUPPLIER + Operator: = SimpleColumn tpch.NATION.N_NATIONKEY + s/t/c/T/A: tpch/NATION/N_NATIONKEY/4/NATION + +Operator: and +SimpleFilter + SimpleColumn tpch.LINEITEM.L_RECEIPTDATE + s/t/c/T/A: tpch/LINEITEM/L_RECEIPTDATE/37/L3 + Operator: > SimpleColumn tpch.LINEITEM.L_COMMITDATE + s/t/c/T/A: tpch/LINEITEM/L_COMMITDATE/36/L3 + +Operator: and +SimpleFilter + SimpleColumn tpch.LINEITEM.L_ORDERKEY + s/t/c/T/A: tpch/LINEITEM/L_ORDERKEY/25/L3 + Operator: = SimpleColumn tpch.LINEITEM.L_ORDERKEY + s/t/c/T/A: tpch/LINEITEM/L_ORDERKEY/25/L1 + +Operator: and +SimpleFilter + SimpleColumn tpch.LINEITEM.L_SUPPKEY + s/t/c/T/A: tpch/LINEITEM/L_SUPPKEY/27/L3 + Operator: <> SimpleColumn tpch.LINEITEM.L_SUPPKEY + s/t/c/T/A: tpch/LINEITEM/L_SUPPKEY/27/L1 + +Operator: and +SimpleFilter + SimpleColumn tpch.LINEITEM.L_ORDERKEY + s/t/c/T/A: tpch/LINEITEM/L_ORDERKEY/25/L2 + Operator: = SimpleColumn tpch.LINEITEM.L_ORDERKEY + s/t/c/T/A: tpch/LINEITEM/L_ORDERKEY/25/L1 + +Operator: and +SimpleFilter + SimpleColumn tpch.LINEITEM.L_SUPPKEY + s/t/c/T/A: tpch/LINEITEM/L_SUPPKEY/27/L2 + Operator: <> SimpleColumn tpch.LINEITEM.L_SUPPKEY + s/t/c/T/A: tpch/LINEITEM/L_SUPPKEY/27/L1 + +Operator: and +>>Group By Columns +ArithmeticColumn: AggregateColumn count(ALL) +ArithmeticColumn: SimpleColumn ALL + s/t/c/T/A: ///0/ + + + +SimpleColumn tpch.SUPPLIER.S_NAME + s/t/c/T/A: tpch/SUPPLIER/S_NAME/56/SUPPLIER + +SessionID: 2935 +TxnID: 104 +VerID: 104 + diff --git a/dbcon/doc/q22_plan.txt b/dbcon/doc/q22_plan.txt index e071af100..680af3a95 100755 --- a/dbcon/doc/q22_plan.txt +++ b/dbcon/doc/q22_plan.txt @@ -26,7 +26,7 @@ where group by substr(c_phone, 1, 2) order by - cntrycode; + cntrycode; Oracle Execution Plan diff --git a/dbcon/doc/q22_plan1.TXT b/dbcon/doc/q22_plan1.TXT index 7ca2ade36..097387ca8 100755 --- a/dbcon/doc/q22_plan1.TXT +++ b/dbcon/doc/q22_plan1.TXT @@ -1,139 +1,139 @@ -select - cntrycode, - count(*) as numcust, - sum(c_acctbal) as totacctbal -from - ( - select - c_phone as cntrycode, - c_acctbal - from - customer - where - c_phone in - (':1', ':2', ':3', ':4', ':5', ':6', ':7') - and c_acctbal > ( - select - avg(c_acctbal) - from - customer - where - c_acctbal > 0.00 - and c_phone in - (':1', ':2', ':3', ':4', ':5', ':6', ':7') - ) - and not exists ( - select - * - from - orders - where - o_custkey = c_custkey - ) - ) custsale -group by - cntrycode -order by - cntrycode -/ - --- Q22 Plan Start -- -Operation: table access -Options: FULL -Object_type: TABLE -Other: -Object_owner: CALUSER01 -Search_columns: -Projection: C_ACCTBAL -Object_name: CUSTOMER -Alias: CUSTOMER@SEL$3 -Extended_information: FP:C_ACCTBAL>0.00 AND (C_PHONE=':1' OR C_PHONE=':2' OR C_PHONE=':3' OR C_PHONE=':4' OR C_PHONE=':5' OR C_PHONE=':6' OR C_PHONE=':7') -Access_predicates: -Filter_predicates: C_ACCTBAL>0.00&(C_PHONE=':1'|C_PHONE=':2'|C_PHONE=':3'|C_PHONE=':4'|C_PHONE=':5'|C_PHONE=':6'|C_PHONE=':7') -Select_level: SEL$3 --------------------- -Operation: sort -Options: AGGREGATE -Object_type: -Other: -Object_owner: -Search_columns: -Projection: AVG(C_ACCTBAL) -Object_name: -Alias: -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: SEL$3 --------------------- -Operation: table access -Options: FULL -Object_type: TABLE -Other: -Object_owner: CALUSER01 -Search_columns: -Projection: C_CUSTKEY, C_PHONE, C_ACCTBAL -Object_name: CUSTOMER -Alias: CUSTOMER@SEL$2 -Extended_information: FP:(C_PHONE=':1' OR C_PHONE=':2' OR C_PHONE=':3' OR C_PHONE=':4' OR C_PHONE=':5' OR C_PHONE=':6' OR C_PHONE=':7') AND C_ACCTBAL> (SELECT AVG(C_ACCTBAL) FROM CUSTOMER CUSTOMER WHERE C_ACCTBAL>0.00 AND (C_PHONE=':1' OR C_PHONE=':2' OR C_PHONE=':3' OR C_PHONE=':4' OR C_PHONE=':5' OR C_PHONE=':6' OR C_PHONE=':7')) -Access_predicates: -Filter_predicates: (C_PHONE=':1'|C_PHONE=':2'|C_PHONE=':3'|C_PHONE=':4'|C_PHONE=':5'|C_PHONE=':6'|C_PHONE=':7')&C_ACCTBAL> (SELECT AVG(C_ACCTBAL) FROM CUSTOMER CUSTOMER WHERE C_ACCTBAL>0.00&(C_PHONE=':1'|C_PHONE=':2'|C_PHONE=':3'|C_PHONE=':4'|C_PHONE=':5'|C_PHONE=':6'|C_PHONE=':7')) -Select_level: SEL$6B5772FB --------------------- -Operation: table access -Options: FULL -Object_type: TABLE -Other: -Object_owner: CALUSER01 -Search_columns: -Projection: O_CUSTKEY -Object_name: ORDERS -Alias: ORDERS@SEL$4 -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: SEL$6B5772FB --------------------- -Operation: hash join -Options: ANTI -Object_type: -Other: -Object_owner: -Search_columns: -Projection: C_ACCTBAL, C_PHONE -Object_name: -Alias: -Extended_information: AP:O_CUSTKEY=C_CUSTKEY -Access_predicates: O_CUSTKEY=C_CUSTKEY -Filter_predicates: -Select_level: --------------------- -Operation: sort -Options: GROUP BY -Object_type: -Other: -Object_owner: -Search_columns: -Projection: C_PHONE, COUNT(ALL), SUM(C_ACCTBAL) -Object_name: -Alias: -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: SEL$6B5772FB --------------------- -Operation: select statement -Options: -Object_type: -Other: -Object_owner: -Search_columns: -Projection: -Object_name: -Alias: -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: - --- End -- +select + cntrycode, + count(*) as numcust, + sum(c_acctbal) as totacctbal +from + ( + select + c_phone as cntrycode, + c_acctbal + from + customer + where + c_phone in + (':1', ':2', ':3', ':4', ':5', ':6', ':7') + and c_acctbal > ( + select + avg(c_acctbal) + from + customer + where + c_acctbal > 0.00 + and c_phone in + (':1', ':2', ':3', ':4', ':5', ':6', ':7') + ) + and not exists ( + select + * + from + orders + where + o_custkey = c_custkey + ) + ) custsale +group by + cntrycode +order by + cntrycode +/ + +-- Q22 Plan Start -- +Operation: table access +Options: FULL +Object_type: TABLE +Other: +Object_owner: CALUSER01 +Search_columns: +Projection: C_ACCTBAL +Object_name: CUSTOMER +Alias: CUSTOMER@SEL$3 +Extended_information: FP:C_ACCTBAL>0.00 AND (C_PHONE=':1' OR C_PHONE=':2' OR C_PHONE=':3' OR C_PHONE=':4' OR C_PHONE=':5' OR C_PHONE=':6' OR C_PHONE=':7') +Access_predicates: +Filter_predicates: C_ACCTBAL>0.00&(C_PHONE=':1'|C_PHONE=':2'|C_PHONE=':3'|C_PHONE=':4'|C_PHONE=':5'|C_PHONE=':6'|C_PHONE=':7') +Select_level: SEL$3 +-------------------- +Operation: sort +Options: AGGREGATE +Object_type: +Other: +Object_owner: +Search_columns: +Projection: AVG(C_ACCTBAL) +Object_name: +Alias: +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: SEL$3 +-------------------- +Operation: table access +Options: FULL +Object_type: TABLE +Other: +Object_owner: CALUSER01 +Search_columns: +Projection: C_CUSTKEY, C_PHONE, C_ACCTBAL +Object_name: CUSTOMER +Alias: CUSTOMER@SEL$2 +Extended_information: FP:(C_PHONE=':1' OR C_PHONE=':2' OR C_PHONE=':3' OR C_PHONE=':4' OR C_PHONE=':5' OR C_PHONE=':6' OR C_PHONE=':7') AND C_ACCTBAL> (SELECT AVG(C_ACCTBAL) FROM CUSTOMER CUSTOMER WHERE C_ACCTBAL>0.00 AND (C_PHONE=':1' OR C_PHONE=':2' OR C_PHONE=':3' OR C_PHONE=':4' OR C_PHONE=':5' OR C_PHONE=':6' OR C_PHONE=':7')) +Access_predicates: +Filter_predicates: (C_PHONE=':1'|C_PHONE=':2'|C_PHONE=':3'|C_PHONE=':4'|C_PHONE=':5'|C_PHONE=':6'|C_PHONE=':7')&C_ACCTBAL> (SELECT AVG(C_ACCTBAL) FROM CUSTOMER CUSTOMER WHERE C_ACCTBAL>0.00&(C_PHONE=':1'|C_PHONE=':2'|C_PHONE=':3'|C_PHONE=':4'|C_PHONE=':5'|C_PHONE=':6'|C_PHONE=':7')) +Select_level: SEL$6B5772FB +-------------------- +Operation: table access +Options: FULL +Object_type: TABLE +Other: +Object_owner: CALUSER01 +Search_columns: +Projection: O_CUSTKEY +Object_name: ORDERS +Alias: ORDERS@SEL$4 +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: SEL$6B5772FB +-------------------- +Operation: hash join +Options: ANTI +Object_type: +Other: +Object_owner: +Search_columns: +Projection: C_ACCTBAL, C_PHONE +Object_name: +Alias: +Extended_information: AP:O_CUSTKEY=C_CUSTKEY +Access_predicates: O_CUSTKEY=C_CUSTKEY +Filter_predicates: +Select_level: +-------------------- +Operation: sort +Options: GROUP BY +Object_type: +Other: +Object_owner: +Search_columns: +Projection: C_PHONE, COUNT(ALL), SUM(C_ACCTBAL) +Object_name: +Alias: +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: SEL$6B5772FB +-------------------- +Operation: select statement +Options: +Object_type: +Other: +Object_owner: +Search_columns: +Projection: +Object_name: +Alias: +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: + +-- End -- diff --git a/dbcon/doc/q22_plan_o.txt b/dbcon/doc/q22_plan_o.txt index e071af100..680af3a95 100755 --- a/dbcon/doc/q22_plan_o.txt +++ b/dbcon/doc/q22_plan_o.txt @@ -26,7 +26,7 @@ where group by substr(c_phone, 1, 2) order by - cntrycode; + cntrycode; Oracle Execution Plan diff --git a/dbcon/doc/q2_plan1.txt b/dbcon/doc/q2_plan1.txt index a8459cc6e..b5c805e1e 100755 --- a/dbcon/doc/q2_plan1.txt +++ b/dbcon/doc/q2_plan1.txt @@ -1,257 +1,257 @@ -select - s_acctbal, - s_name, - n_name, - p_partkey, - p_mfgr, - s_address, - s_phone, - s_comment -from - part, - supplier, - partsupp, - nation, - region -where - p_partkey = ps_partkey - and s_suppkey = ps_suppkey - and p_size = 1 - and p_type like '%a' - and s_nationkey = n_nationkey - and n_regionkey = r_regionkey - and r_name = 'ASIA' - and ps_supplycost = ( - select - min(ps_supplycost) - from - partsupp, - supplier, - nation, - region - where - p_partkey = ps_partkey - and s_suppkey = ps_suppkey - and s_nationkey = n_nationkey - and n_regionkey = r_regionkey - and r_name = 'ASIA') - order by - s_acctbal desc, - n_name, - s_name, - p_partkey; - --- Q2 Plan Start -- - -Operation: table access -Options: FULL -Object_type: TABLE -Other: -Object_owner: CALUSER01 -Search_columns: -Projection: P_PARTKEY, P_MFGR, P_TYPE, P_SIZE -Object_name: PART -Alias: PART@SEL$1 -Extended_information: FP:P_SIZE=1 AND P_TYPE LIKE '%:2' -Access_predicates: -Filter_predicates: P_SIZE=1&P_TYPE LIKE '%:2' -Select_level: SEL$DD8D4BD4 --------------------- -Operation: table access -Options: FULL -Object_type: TABLE -Other: -Object_owner: CALUSER01 -Search_columns: -Projection: S_SUPPKEY, S_NAME, S_ADDRESS, S_NATIONKEY, S_PHONE, S_ACCTBAL, S_COMMENT -Object_name: SUPPLIER -Alias: SUPPLIER@SEL$1 -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: SEL$DD8D4BD4 --------------------- -Operation: buffer -Options: SORT -Object_type: -Other: -Object_owner: -Search_columns: -Projection: P_PARTKEY, P_MFGR, P_TYPE, P_SIZE -Object_name: -Alias: -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: --------------------- -Operation: table access -Options: FULL -Object_type: TABLE -Other: -Object_owner: CALUSER01 -Search_columns: -Projection: R_REGIONKEY, R_NAME -Object_name: REGION -Alias: REGION@SEL$1 -Extended_information: FP:R_NAME=':3' -Access_predicates: -Filter_predicates: R_NAME=':3' -Select_level: SEL$DD8D4BD4 --------------------- -Operation: merge join -Options: CARTESIAN -Object_type: -Other: -Object_owner: -Search_columns: -Projection: S_SUPPKEY, S_NAME, S_ADDRESS, S_NATIONKEY, S_PHONE, S_ACCTBAL, S_COMMENT, P_PARTKEY, P_MFGR, P_TYPE, P_SIZE -Object_name: -Alias: -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: --------------------- -Operation: buffer -Options: SORT -Object_type: -Other: -Object_owner: -Search_columns: -Projection: R_REGIONKEY, R_NAME -Object_name: -Alias: -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: --------------------- -Operation: merge join -Options: CARTESIAN -Object_type: -Other: -Object_owner: -Search_columns: -Projection: S_SUPPKEY, S_NAME, S_ADDRESS, S_NATIONKEY, S_PHONE, S_ACCTBAL, S_COMMENT, P_PARTKEY, P_MFGR, P_TYPE, P_SIZE, R_REGIONKEY, R_NAME -Object_name: -Alias: -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: --------------------- -Operation: table access -Options: FULL -Object_type: TABLE -Other: -Object_owner: CALUSER01 -Search_columns: -Projection: N_NATIONKEY, N_NAME, N_REGIONKEY -Object_name: NATION -Alias: NATION@SEL$1 -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: SEL$DD8D4BD4 --------------------- -Operation: hash join -Options: -Object_type: -Other: -Object_owner: -Search_columns: -Projection: R_REGIONKEY, N_REGIONKEY, S_NATIONKEY, N_NATIONKEY, S_SUPPKEY, S_NAME, S_ADDRESS, R_NAME, S_PHONE, S_ACCTBAL, S_COMMENT, P_PARTKEY, P_MFGR, P_TYPE, P_SIZE, N_NAME -Object_name: -Alias: -Extended_information: AP:N_REGIONKEY=R_REGIONKEY AND S_NATIONKEY=N_NATIONKEY -Access_predicates: N_REGIONKEY=R_REGIONKEY&S_NATIONKEY=N_NATIONKEY -Filter_predicates: -Select_level: --------------------- -Operation: table access -Options: FULL -Object_type: TABLE -Other: -Object_owner: CALUSER01 -Search_columns: -Projection: ROWID, PS_PARTKEY, PS_SUPPKEY, PS_SUPPLYCOST -Object_name: PARTSUPP -Alias: PARTSUPP@SEL$1 -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: SEL$DD8D4BD4 --------------------- -Operation: hash join -Options: -Object_type: -Other: -Object_owner: -Search_columns: -Projection: S_SUPPKEY, PS_SUPPKEY, P_PARTKEY, PS_PARTKEY, R_REGIONKEY, N_REGIONKEY, S_NATIONKEY, N_NATIONKEY, N_NAME, S_NAME, S_ADDRESS, R_NAME, S_PHONE, S_ACCTBAL, S_COMMENT, P_SIZE, P_MFGR, P_TYPE, ROWID, PS_SUPPLYCOST -Object_name: -Alias: -Extended_information: AP:S_SUPPKEY=PS_SUPPKEY AND P_PARTKEY=PS_PARTKEY -Access_predicates: S_SUPPKEY=PS_SUPPKEY&P_PARTKEY=PS_PARTKEY -Filter_predicates: -Select_level: --------------------- -Operation: window -Options: SORT -Object_type: -Other: -Object_owner: -Search_columns: -Projection: PS_PARTKEY, S_SUPPKEY, PS_SUPPKEY, P_PARTKEY, PS_SUPPLYCOST, R_REGIONKEY, N_REGIONKEY, S_NATIONKEY, N_NATIONKEY, N_NAME, S_NAME, S_ADDRESS, R_NAME, S_PHONE, S_ACCTBAL, S_COMMENT, P_SIZE, P_MFGR, P_TYPE, ROWID, MIN(PS_SUPPLYCOST) OVER ( PARTITION BY PS_PARTKEY) -Object_name: -Alias: -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: SEL$DD8D4BD4 --------------------- -Operation: view -Options: -Object_type: VIEW -Other: -Object_owner: SYS -Search_columns: -Projection: S_ACCTBAL, S_NAME, N_NAME, P_PARTKEY, P_MFGR, S_ADDRESS, S_PHONE, S_COMMENT, VW_COL_9 -Object_name: -Alias: VW_WIF_1@SEL$76B8F26C -Extended_information: FP:VW_COL_9 IS NOT NULL -Access_predicates: -Filter_predicates: VW_COL_9 IS NOT NULL -Select_level: SEL$DD8D4BD4 --------------------- -Operation: sort -Options: ORDER BY -Object_type: -Other: -Object_owner: -Search_columns: -Projection: INTERNAL_FUNCTION(S_ACCTBAL), N_NAME, S_NAME, P_PARTKEY, S_COMMENT, S_ADDRESS, S_PHONE, P_MFGR -Object_name: -Alias: -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: SEL$599F6CA1 --------------------- -Operation: select statement -Options: -Object_type: -Other: -Object_owner: -Search_columns: -Projection: -Object_name: -Alias: -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: - --- END -- - +select + s_acctbal, + s_name, + n_name, + p_partkey, + p_mfgr, + s_address, + s_phone, + s_comment +from + part, + supplier, + partsupp, + nation, + region +where + p_partkey = ps_partkey + and s_suppkey = ps_suppkey + and p_size = 1 + and p_type like '%a' + and s_nationkey = n_nationkey + and n_regionkey = r_regionkey + and r_name = 'ASIA' + and ps_supplycost = ( + select + min(ps_supplycost) + from + partsupp, + supplier, + nation, + region + where + p_partkey = ps_partkey + and s_suppkey = ps_suppkey + and s_nationkey = n_nationkey + and n_regionkey = r_regionkey + and r_name = 'ASIA') + order by + s_acctbal desc, + n_name, + s_name, + p_partkey; + +-- Q2 Plan Start -- + +Operation: table access +Options: FULL +Object_type: TABLE +Other: +Object_owner: CALUSER01 +Search_columns: +Projection: P_PARTKEY, P_MFGR, P_TYPE, P_SIZE +Object_name: PART +Alias: PART@SEL$1 +Extended_information: FP:P_SIZE=1 AND P_TYPE LIKE '%:2' +Access_predicates: +Filter_predicates: P_SIZE=1&P_TYPE LIKE '%:2' +Select_level: SEL$DD8D4BD4 +-------------------- +Operation: table access +Options: FULL +Object_type: TABLE +Other: +Object_owner: CALUSER01 +Search_columns: +Projection: S_SUPPKEY, S_NAME, S_ADDRESS, S_NATIONKEY, S_PHONE, S_ACCTBAL, S_COMMENT +Object_name: SUPPLIER +Alias: SUPPLIER@SEL$1 +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: SEL$DD8D4BD4 +-------------------- +Operation: buffer +Options: SORT +Object_type: +Other: +Object_owner: +Search_columns: +Projection: P_PARTKEY, P_MFGR, P_TYPE, P_SIZE +Object_name: +Alias: +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: +-------------------- +Operation: table access +Options: FULL +Object_type: TABLE +Other: +Object_owner: CALUSER01 +Search_columns: +Projection: R_REGIONKEY, R_NAME +Object_name: REGION +Alias: REGION@SEL$1 +Extended_information: FP:R_NAME=':3' +Access_predicates: +Filter_predicates: R_NAME=':3' +Select_level: SEL$DD8D4BD4 +-------------------- +Operation: merge join +Options: CARTESIAN +Object_type: +Other: +Object_owner: +Search_columns: +Projection: S_SUPPKEY, S_NAME, S_ADDRESS, S_NATIONKEY, S_PHONE, S_ACCTBAL, S_COMMENT, P_PARTKEY, P_MFGR, P_TYPE, P_SIZE +Object_name: +Alias: +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: +-------------------- +Operation: buffer +Options: SORT +Object_type: +Other: +Object_owner: +Search_columns: +Projection: R_REGIONKEY, R_NAME +Object_name: +Alias: +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: +-------------------- +Operation: merge join +Options: CARTESIAN +Object_type: +Other: +Object_owner: +Search_columns: +Projection: S_SUPPKEY, S_NAME, S_ADDRESS, S_NATIONKEY, S_PHONE, S_ACCTBAL, S_COMMENT, P_PARTKEY, P_MFGR, P_TYPE, P_SIZE, R_REGIONKEY, R_NAME +Object_name: +Alias: +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: +-------------------- +Operation: table access +Options: FULL +Object_type: TABLE +Other: +Object_owner: CALUSER01 +Search_columns: +Projection: N_NATIONKEY, N_NAME, N_REGIONKEY +Object_name: NATION +Alias: NATION@SEL$1 +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: SEL$DD8D4BD4 +-------------------- +Operation: hash join +Options: +Object_type: +Other: +Object_owner: +Search_columns: +Projection: R_REGIONKEY, N_REGIONKEY, S_NATIONKEY, N_NATIONKEY, S_SUPPKEY, S_NAME, S_ADDRESS, R_NAME, S_PHONE, S_ACCTBAL, S_COMMENT, P_PARTKEY, P_MFGR, P_TYPE, P_SIZE, N_NAME +Object_name: +Alias: +Extended_information: AP:N_REGIONKEY=R_REGIONKEY AND S_NATIONKEY=N_NATIONKEY +Access_predicates: N_REGIONKEY=R_REGIONKEY&S_NATIONKEY=N_NATIONKEY +Filter_predicates: +Select_level: +-------------------- +Operation: table access +Options: FULL +Object_type: TABLE +Other: +Object_owner: CALUSER01 +Search_columns: +Projection: ROWID, PS_PARTKEY, PS_SUPPKEY, PS_SUPPLYCOST +Object_name: PARTSUPP +Alias: PARTSUPP@SEL$1 +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: SEL$DD8D4BD4 +-------------------- +Operation: hash join +Options: +Object_type: +Other: +Object_owner: +Search_columns: +Projection: S_SUPPKEY, PS_SUPPKEY, P_PARTKEY, PS_PARTKEY, R_REGIONKEY, N_REGIONKEY, S_NATIONKEY, N_NATIONKEY, N_NAME, S_NAME, S_ADDRESS, R_NAME, S_PHONE, S_ACCTBAL, S_COMMENT, P_SIZE, P_MFGR, P_TYPE, ROWID, PS_SUPPLYCOST +Object_name: +Alias: +Extended_information: AP:S_SUPPKEY=PS_SUPPKEY AND P_PARTKEY=PS_PARTKEY +Access_predicates: S_SUPPKEY=PS_SUPPKEY&P_PARTKEY=PS_PARTKEY +Filter_predicates: +Select_level: +-------------------- +Operation: window +Options: SORT +Object_type: +Other: +Object_owner: +Search_columns: +Projection: PS_PARTKEY, S_SUPPKEY, PS_SUPPKEY, P_PARTKEY, PS_SUPPLYCOST, R_REGIONKEY, N_REGIONKEY, S_NATIONKEY, N_NATIONKEY, N_NAME, S_NAME, S_ADDRESS, R_NAME, S_PHONE, S_ACCTBAL, S_COMMENT, P_SIZE, P_MFGR, P_TYPE, ROWID, MIN(PS_SUPPLYCOST) OVER ( PARTITION BY PS_PARTKEY) +Object_name: +Alias: +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: SEL$DD8D4BD4 +-------------------- +Operation: view +Options: +Object_type: VIEW +Other: +Object_owner: SYS +Search_columns: +Projection: S_ACCTBAL, S_NAME, N_NAME, P_PARTKEY, P_MFGR, S_ADDRESS, S_PHONE, S_COMMENT, VW_COL_9 +Object_name: +Alias: VW_WIF_1@SEL$76B8F26C +Extended_information: FP:VW_COL_9 IS NOT NULL +Access_predicates: +Filter_predicates: VW_COL_9 IS NOT NULL +Select_level: SEL$DD8D4BD4 +-------------------- +Operation: sort +Options: ORDER BY +Object_type: +Other: +Object_owner: +Search_columns: +Projection: INTERNAL_FUNCTION(S_ACCTBAL), N_NAME, S_NAME, P_PARTKEY, S_COMMENT, S_ADDRESS, S_PHONE, P_MFGR +Object_name: +Alias: +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: SEL$599F6CA1 +-------------------- +Operation: select statement +Options: +Object_type: +Other: +Object_owner: +Search_columns: +Projection: +Object_name: +Alias: +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: + +-- END -- + diff --git a/dbcon/doc/q2_plan_o.txt b/dbcon/doc/q2_plan_o.txt index b2a572a58..de7104e4c 100755 --- a/dbcon/doc/q2_plan_o.txt +++ b/dbcon/doc/q2_plan_o.txt @@ -1,46 +1,46 @@ Q2 -select - s_acctbal, - s_name, - n_name, - p_partkey, - p_mfgr, - s_address, - s_phone, - s_comment -from - part, - supplier, - partsupp, - nation, - region -where - p_partkey = ps_partkey - and s_suppkey = ps_suppkey - and p_size = :1 - and p_type like '%:2' - and s_nationkey = n_nationkey - and n_regionkey = r_regionkey - and r_name = ':3' - and ps_supplycost = ( - select - min(ps_supplycost) - from - partsupp, - supplier, - nation, - region - where - p_partkey = ps_partkey - and s_suppkey = ps_suppkey - and s_nationkey = n_nationkey - and n_regionkey = r_regionkey - and r_name = ':3' - ) -order by - s_acctbal desc, - n_name, - s_name, +select + s_acctbal, + s_name, + n_name, + p_partkey, + p_mfgr, + s_address, + s_phone, + s_comment +from + part, + supplier, + partsupp, + nation, + region +where + p_partkey = ps_partkey + and s_suppkey = ps_suppkey + and p_size = :1 + and p_type like '%:2' + and s_nationkey = n_nationkey + and n_regionkey = r_regionkey + and r_name = ':3' + and ps_supplycost = ( + select + min(ps_supplycost) + from + partsupp, + supplier, + nation, + region + where + p_partkey = ps_partkey + and s_suppkey = ps_suppkey + and s_nationkey = n_nationkey + and n_regionkey = r_regionkey + and r_name = ':3' + ) +order by + s_acctbal desc, + n_name, + s_name, p_partkey; Oracle Execution Plan diff --git a/dbcon/doc/q3_plan.txt b/dbcon/doc/q3_plan.txt index f7c150060..4b46ffe9a 100755 --- a/dbcon/doc/q3_plan.txt +++ b/dbcon/doc/q3_plan.txt @@ -1,25 +1,25 @@ Q3 -select - l_orderkey, - sum(l_extendedprice * (1 - l_discount)) as revenue, - o_orderdate, - o_shippriority -from - customer, - orders, - lineitem -where - c_mktsegment = 'BUILDING' - and c_custkey = o_custkey - and l_orderkey = o_orderkey - and o_orderdate < date '1995-03-15' - and l_shipdate > date '1995-03-15' -group by - l_orderkey, - o_orderdate, - o_shippriority -order by - revenue desc, +select + l_orderkey, + sum(l_extendedprice * (1 - l_discount)) as revenue, + o_orderdate, + o_shippriority +from + customer, + orders, + lineitem +where + c_mktsegment = 'BUILDING' + and c_custkey = o_custkey + and l_orderkey = o_orderkey + and o_orderdate < date '1995-03-15' + and l_shipdate > date '1995-03-15' +group by + l_orderkey, + o_orderdate, + o_shippriority +order by + revenue desc, o_orderdate; Oracle Execution Plan diff --git a/dbcon/doc/q4_plan.txt b/dbcon/doc/q4_plan.txt index 7dc94d309..1ddf161f4 100755 --- a/dbcon/doc/q4_plan.txt +++ b/dbcon/doc/q4_plan.txt @@ -1,24 +1,24 @@ Q4 -select - o_orderpriority, - count(*) as order_count -from - orders -where - o_orderdate >= date '1993-07-01' - and o_orderdate < date '1993-07-01' + interval '3' month - and exists ( - select - * - from - lineitem - where - l_orderkey = o_orderkey - and l_commitdate < l_receiptdate - ) -group by - o_orderpriority -order by +select + o_orderpriority, + count(*) as order_count +from + orders +where + o_orderdate >= date '1993-07-01' + and o_orderdate < date '1993-07-01' + interval '3' month + and exists ( + select + * + from + lineitem + where + l_orderkey = o_orderkey + and l_commitdate < l_receiptdate + ) +group by + o_orderpriority +order by o_orderpriority; Oracle Execution Plan diff --git a/dbcon/doc/q7_plan1.TXT b/dbcon/doc/q7_plan1.TXT index 409cc6837..af2fbe137 100755 --- a/dbcon/doc/q7_plan1.TXT +++ b/dbcon/doc/q7_plan1.TXT @@ -36,190 +36,190 @@ group by order by supp_nation, cust_nation, - l_year; - --- Q7 Plan Start -- - -Operation: table access -Options: FULL -Object_type: TABLE -Other: -Object_owner: CALUSER01 -Search_columns: -Projection: S_SUPPKEY, S_NATIONKEY -Object_name: SUPPLIER -Alias: SUPPLIER@SEL$2 -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: SEL$F5BB74E1 --------------------- -Operation: table access -Options: FULL -Object_type: TABLE -Other: -Object_owner: CALUSER01 -Search_columns: -Projection: L_ORDERKEY, L_SUPPKEY, L_EXTENDEDPRICE, L_DISCOUNT, L_SHIPDATE -Object_name: LINEITEM -Alias: LINEITEM@SEL$2 -Extended_information: FP:L_SHIPDATE>=TO_DATE('1995-01-01 00:00:00', 'yyyy-mm-dd hh24:mi:ss') AND L_SHIPDATE<=TO_DATE('1996-12-31 00:00:00', 'yyyy-mm-dd hh24:mi:ss') -Access_predicates: -Filter_predicates: L_SHIPDATE>=TO_DATE('1995-01-01 00:00:00', 'yyyy-mm-dd hh24:mi:ss')&L_SHIPDATE<=TO_DATE('1996-12-31 00:00:00', 'yyyy-mm-dd hh24:mi:ss') -Select_level: SEL$F5BB74E1 --------------------- -Operation: hash join -Options: -Object_type: -Other: -Object_owner: -Search_columns: -Projection: S_NATIONKEY, L_ORDERKEY, L_SHIPDATE, L_EXTENDEDPRICE, L_DISCOUNT -Object_name: -Alias: -Extended_information: AP:S_SUPPKEY=L_SUPPKEY -Access_predicates: S_SUPPKEY=L_SUPPKEY -Filter_predicates: -Select_level: --------------------- -Operation: table access -Options: FULL -Object_type: TABLE -Other: -Object_owner: CALUSER01 -Search_columns: -Projection: O_ORDERKEY, O_CUSTKEY -Object_name: ORDERS -Alias: ORDERS@SEL$2 -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: SEL$F5BB74E1 --------------------- -Operation: hash join -Options: -Object_type: -Other: -Object_owner: -Search_columns: -Projection: S_NATIONKEY, L_DISCOUNT, L_SHIPDATE, L_EXTENDEDPRICE, O_CUSTKEY -Object_name: -Alias: -Extended_information: AP:O_ORDERKEY=L_ORDERKEY -Access_predicates: O_ORDERKEY=L_ORDERKEY -Filter_predicates: -Select_level: --------------------- -Operation: table access -Options: FULL -Object_type: TABLE -Other: -Object_owner: CALUSER01 -Search_columns: -Projection: N1.N_NATIONKEY, N1.N_NAME -Object_name: NATION -Alias: N1@SEL$2 -Extended_information: FP:N1.N_NAME=':1' OR N1.N_NAME=':2' -Access_predicates: -Filter_predicates: N1.N_NAME=':1'|N1.N_NAME=':2' -Select_level: SEL$F5BB74E1 --------------------- -Operation: hash join -Options: -Object_type: -Other: -Object_owner: -Search_columns: -Projection: O_CUSTKEY, L_DISCOUNT, L_SHIPDATE, L_EXTENDEDPRICE, N1.N_NAME -Object_name: -Alias: -Extended_information: AP:S_NATIONKEY=N1.N_NATIONKEY -Access_predicates: S_NATIONKEY=N1.N_NATIONKEY -Filter_predicates: -Select_level: --------------------- -Operation: table access -Options: FULL -Object_type: TABLE -Other: -Object_owner: CALUSER01 -Search_columns: -Projection: N2.N_NATIONKEY, N2.N_NAME -Object_name: NATION -Alias: N2@SEL$2 -Extended_information: FP:(N2.N_NAME=':1' OR N2.N_NAME=':2') AND (N1.N_NAME=':1' AND N2.N_NAME=':2' OR N1.N_NAME=':2' AND N2.N_NAME=':1') -Access_predicates: -Filter_predicates: (N2.N_NAME=':1'|N2.N_NAME=':2')&(N1.N_NAME=':1'&N2.N_NAME=':2'|N1.N_NAME=':2'&N2.N_NAME=':1') -Select_level: SEL$F5BB74E1 --------------------- -Operation: nested loops -Options: -Object_type: -Other: -Object_owner: -Search_columns: -Projection: O_CUSTKEY, L_DISCOUNT, L_SHIPDATE, L_EXTENDEDPRICE, N1.N_NAME, N2.N_NATIONKEY, N2.N_NAME -Object_name: -Alias: -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: --------------------- -Operation: table access -Options: FULL -Object_type: TABLE -Other: -Object_owner: CALUSER01 -Search_columns: -Projection: C_CUSTKEY, C_NATIONKEY -Object_name: CUSTOMER -Alias: CUSTOMER@SEL$2 -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: SEL$F5BB74E1 --------------------- -Operation: hash join -Options: -Object_type: -Other: -Object_owner: -Search_columns: -Projection: N2.N_NAME, L_DISCOUNT, L_SHIPDATE, L_EXTENDEDPRICE, N1.N_NAME -Object_name: -Alias: -Extended_information: AP:C_CUSTKEY=O_CUSTKEY AND C_NATIONKEY=N2.N_NATIONKEY -Access_predicates: C_CUSTKEY=O_CUSTKEY&C_NATIONKEY=N2.N_NATIONKEY -Filter_predicates: -Select_level: --------------------- -Operation: sort -Options: GROUP BY -Object_type: -Other: -Object_owner: -Search_columns: -Projection: N1.N_NAME, N2.N_NAME, EXTRACT(YEAR FROM INTERNAL_FUNCTION(L_SHIPDATE)), SUM(L_EXTENDEDPRICE*(1-L_DISCOUNT)) -Object_name: -Alias: -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: SEL$F5BB74E1 --------------------- -Operation: select statement -Options: -Object_type: -Other: -Object_owner: -Search_columns: -Projection: -Object_name: -Alias: -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: - --- End -- + l_year; + +-- Q7 Plan Start -- + +Operation: table access +Options: FULL +Object_type: TABLE +Other: +Object_owner: CALUSER01 +Search_columns: +Projection: S_SUPPKEY, S_NATIONKEY +Object_name: SUPPLIER +Alias: SUPPLIER@SEL$2 +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: SEL$F5BB74E1 +-------------------- +Operation: table access +Options: FULL +Object_type: TABLE +Other: +Object_owner: CALUSER01 +Search_columns: +Projection: L_ORDERKEY, L_SUPPKEY, L_EXTENDEDPRICE, L_DISCOUNT, L_SHIPDATE +Object_name: LINEITEM +Alias: LINEITEM@SEL$2 +Extended_information: FP:L_SHIPDATE>=TO_DATE('1995-01-01 00:00:00', 'yyyy-mm-dd hh24:mi:ss') AND L_SHIPDATE<=TO_DATE('1996-12-31 00:00:00', 'yyyy-mm-dd hh24:mi:ss') +Access_predicates: +Filter_predicates: L_SHIPDATE>=TO_DATE('1995-01-01 00:00:00', 'yyyy-mm-dd hh24:mi:ss')&L_SHIPDATE<=TO_DATE('1996-12-31 00:00:00', 'yyyy-mm-dd hh24:mi:ss') +Select_level: SEL$F5BB74E1 +-------------------- +Operation: hash join +Options: +Object_type: +Other: +Object_owner: +Search_columns: +Projection: S_NATIONKEY, L_ORDERKEY, L_SHIPDATE, L_EXTENDEDPRICE, L_DISCOUNT +Object_name: +Alias: +Extended_information: AP:S_SUPPKEY=L_SUPPKEY +Access_predicates: S_SUPPKEY=L_SUPPKEY +Filter_predicates: +Select_level: +-------------------- +Operation: table access +Options: FULL +Object_type: TABLE +Other: +Object_owner: CALUSER01 +Search_columns: +Projection: O_ORDERKEY, O_CUSTKEY +Object_name: ORDERS +Alias: ORDERS@SEL$2 +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: SEL$F5BB74E1 +-------------------- +Operation: hash join +Options: +Object_type: +Other: +Object_owner: +Search_columns: +Projection: S_NATIONKEY, L_DISCOUNT, L_SHIPDATE, L_EXTENDEDPRICE, O_CUSTKEY +Object_name: +Alias: +Extended_information: AP:O_ORDERKEY=L_ORDERKEY +Access_predicates: O_ORDERKEY=L_ORDERKEY +Filter_predicates: +Select_level: +-------------------- +Operation: table access +Options: FULL +Object_type: TABLE +Other: +Object_owner: CALUSER01 +Search_columns: +Projection: N1.N_NATIONKEY, N1.N_NAME +Object_name: NATION +Alias: N1@SEL$2 +Extended_information: FP:N1.N_NAME=':1' OR N1.N_NAME=':2' +Access_predicates: +Filter_predicates: N1.N_NAME=':1'|N1.N_NAME=':2' +Select_level: SEL$F5BB74E1 +-------------------- +Operation: hash join +Options: +Object_type: +Other: +Object_owner: +Search_columns: +Projection: O_CUSTKEY, L_DISCOUNT, L_SHIPDATE, L_EXTENDEDPRICE, N1.N_NAME +Object_name: +Alias: +Extended_information: AP:S_NATIONKEY=N1.N_NATIONKEY +Access_predicates: S_NATIONKEY=N1.N_NATIONKEY +Filter_predicates: +Select_level: +-------------------- +Operation: table access +Options: FULL +Object_type: TABLE +Other: +Object_owner: CALUSER01 +Search_columns: +Projection: N2.N_NATIONKEY, N2.N_NAME +Object_name: NATION +Alias: N2@SEL$2 +Extended_information: FP:(N2.N_NAME=':1' OR N2.N_NAME=':2') AND (N1.N_NAME=':1' AND N2.N_NAME=':2' OR N1.N_NAME=':2' AND N2.N_NAME=':1') +Access_predicates: +Filter_predicates: (N2.N_NAME=':1'|N2.N_NAME=':2')&(N1.N_NAME=':1'&N2.N_NAME=':2'|N1.N_NAME=':2'&N2.N_NAME=':1') +Select_level: SEL$F5BB74E1 +-------------------- +Operation: nested loops +Options: +Object_type: +Other: +Object_owner: +Search_columns: +Projection: O_CUSTKEY, L_DISCOUNT, L_SHIPDATE, L_EXTENDEDPRICE, N1.N_NAME, N2.N_NATIONKEY, N2.N_NAME +Object_name: +Alias: +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: +-------------------- +Operation: table access +Options: FULL +Object_type: TABLE +Other: +Object_owner: CALUSER01 +Search_columns: +Projection: C_CUSTKEY, C_NATIONKEY +Object_name: CUSTOMER +Alias: CUSTOMER@SEL$2 +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: SEL$F5BB74E1 +-------------------- +Operation: hash join +Options: +Object_type: +Other: +Object_owner: +Search_columns: +Projection: N2.N_NAME, L_DISCOUNT, L_SHIPDATE, L_EXTENDEDPRICE, N1.N_NAME +Object_name: +Alias: +Extended_information: AP:C_CUSTKEY=O_CUSTKEY AND C_NATIONKEY=N2.N_NATIONKEY +Access_predicates: C_CUSTKEY=O_CUSTKEY&C_NATIONKEY=N2.N_NATIONKEY +Filter_predicates: +Select_level: +-------------------- +Operation: sort +Options: GROUP BY +Object_type: +Other: +Object_owner: +Search_columns: +Projection: N1.N_NAME, N2.N_NAME, EXTRACT(YEAR FROM INTERNAL_FUNCTION(L_SHIPDATE)), SUM(L_EXTENDEDPRICE*(1-L_DISCOUNT)) +Object_name: +Alias: +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: SEL$F5BB74E1 +-------------------- +Operation: select statement +Options: +Object_type: +Other: +Object_owner: +Search_columns: +Projection: +Object_name: +Alias: +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: + +-- End -- diff --git a/dbcon/doc/q8_plan1.TXT b/dbcon/doc/q8_plan1.TXT index 7f2085c45..c3b9fdd7b 100755 --- a/dbcon/doc/q8_plan1.TXT +++ b/dbcon/doc/q8_plan1.TXT @@ -31,246 +31,246 @@ from group by o_year order by - o_year; - --- Q8 Plan Start -- - -Operation: table access -Options: FULL -Object_type: TABLE -Other: -Object_owner: CALUSER01 -Search_columns: -Projection: P_PARTKEY -Object_name: PART -Alias: PART@SEL$2 -Extended_information: FP:P_TYPE=':3' -Access_predicates: -Filter_predicates: P_TYPE=':3' -Select_level: SEL$F5BB74E1 --------------------- -Operation: table access -Options: FULL -Object_type: TABLE -Other: -Object_owner: CALUSER01 -Search_columns: -Projection: L_ORDERKEY, L_PARTKEY, L_SUPPKEY, L_EXTENDEDPRICE, L_DISCOUNT -Object_name: LINEITEM -Alias: LINEITEM@SEL$2 -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: SEL$F5BB74E1 --------------------- -Operation: hash join -Options: -Object_type: -Other: -Object_owner: -Search_columns: -Projection: L_ORDERKEY, L_DISCOUNT, L_SUPPKEY, L_EXTENDEDPRICE -Object_name: -Alias: -Extended_information: AP:P_PARTKEY=L_PARTKEY -Access_predicates: P_PARTKEY=L_PARTKEY -Filter_predicates: -Select_level: --------------------- -Operation: table access -Options: FULL -Object_type: TABLE -Other: -Object_owner: CALUSER01 -Search_columns: -Projection: S_SUPPKEY, S_NATIONKEY -Object_name: SUPPLIER -Alias: SUPPLIER@SEL$2 -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: SEL$F5BB74E1 --------------------- -Operation: hash join -Options: -Object_type: -Other: -Object_owner: -Search_columns: -Projection: L_ORDERKEY, L_DISCOUNT, L_EXTENDEDPRICE, S_NATIONKEY -Object_name: -Alias: -Extended_information: AP:S_SUPPKEY=L_SUPPKEY -Access_predicates: S_SUPPKEY=L_SUPPKEY -Filter_predicates: -Select_level: --------------------- -Operation: table access -Options: FULL -Object_type: TABLE -Other: -Object_owner: CALUSER01 -Search_columns: -Projection: O_ORDERKEY, O_CUSTKEY, O_ORDERDATE -Object_name: ORDERS -Alias: ORDERS@SEL$2 -Extended_information: FP:O_ORDERDATE>=TO_DATE('1995-01-01 00:00:00', 'yyyy-mm-dd hh24:mi:ss') AND O_ORDERDATE<=TO_DATE('1996-12-31 00:00:00', 'yyyy-mm-dd hh24:mi:ss') -Access_predicates: -Filter_predicates: O_ORDERDATE>=TO_DATE('1995-01-01 00:00:00', 'yyyy-mm-dd hh24:mi:ss')&O_ORDERDATE<=TO_DATE('1996-12-31 00:00:00', 'yyyy-mm-dd hh24:mi:ss') -Select_level: SEL$F5BB74E1 --------------------- -Operation: hash join -Options: -Object_type: -Other: -Object_owner: -Search_columns: -Projection: S_NATIONKEY, L_DISCOUNT, L_EXTENDEDPRICE, O_ORDERDATE, O_CUSTKEY -Object_name: -Alias: -Extended_information: AP:L_ORDERKEY=O_ORDERKEY -Access_predicates: L_ORDERKEY=O_ORDERKEY -Filter_predicates: -Select_level: --------------------- -Operation: table access -Options: FULL -Object_type: TABLE -Other: -Object_owner: CALUSER01 -Search_columns: -Projection: C_CUSTKEY, C_NATIONKEY -Object_name: CUSTOMER -Alias: CUSTOMER@SEL$2 -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: SEL$F5BB74E1 --------------------- -Operation: hash join -Options: -Object_type: -Other: -Object_owner: -Search_columns: -Projection: S_NATIONKEY, L_DISCOUNT, L_EXTENDEDPRICE, O_ORDERDATE, C_NATIONKEY -Object_name: -Alias: -Extended_information: AP:O_CUSTKEY=C_CUSTKEY -Access_predicates: O_CUSTKEY=C_CUSTKEY -Filter_predicates: -Select_level: --------------------- -Operation: table access -Options: FULL -Object_type: TABLE -Other: -Object_owner: CALUSER01 -Search_columns: -Projection: N1.N_NATIONKEY, N1.N_REGIONKEY -Object_name: NATION -Alias: N1@SEL$2 -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: SEL$F5BB74E1 --------------------- -Operation: hash join -Options: -Object_type: -Other: -Object_owner: -Search_columns: -Projection: S_NATIONKEY, L_DISCOUNT, L_EXTENDEDPRICE, O_ORDERDATE, N1.N_REGIONKEY -Object_name: -Alias: -Extended_information: AP:C_NATIONKEY=N1.N_NATIONKEY -Access_predicates: C_NATIONKEY=N1.N_NATIONKEY -Filter_predicates: -Select_level: --------------------- -Operation: table access -Options: FULL -Object_type: TABLE -Other: -Object_owner: CALUSER01 -Search_columns: -Projection: N2.N_NATIONKEY -Object_name: NATION -Alias: N2@SEL$2 -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: SEL$F5BB74E1 --------------------- -Operation: hash join -Options: -Object_type: -Other: -Object_owner: -Search_columns: -Projection: N1.N_REGIONKEY, L_DISCOUNT, L_EXTENDEDPRICE, O_ORDERDATE -Object_name: -Alias: -Extended_information: AP:S_NATIONKEY=N2.N_NATIONKEY -Access_predicates: S_NATIONKEY=N2.N_NATIONKEY -Filter_predicates: -Select_level: --------------------- -Operation: table access -Options: FULL -Object_type: TABLE -Other: -Object_owner: CALUSER01 -Search_columns: -Projection: R_REGIONKEY -Object_name: REGION -Alias: REGION@SEL$2 -Extended_information: FP:R_NAME=':2' -Access_predicates: -Filter_predicates: R_NAME=':2' -Select_level: SEL$F5BB74E1 --------------------- -Operation: hash join -Options: -Object_type: -Other: -Object_owner: -Search_columns: -Projection: O_ORDERDATE, L_DISCOUNT, L_EXTENDEDPRICE -Object_name: -Alias: -Extended_information: AP:N1.N_REGIONKEY=R_REGIONKEY -Access_predicates: N1.N_REGIONKEY=R_REGIONKEY -Filter_predicates: -Select_level: --------------------- -Operation: sort -Options: GROUP BY -Object_type: -Other: -Object_owner: -Search_columns: -Projection: EXTRACT(YEAR FROM INTERNAL_FUNCTION(O_ORDERDATE)), SUM(L_EXTENDEDPRICE*(1-L_DISCOUNT)) -Object_name: -Alias: -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: SEL$F5BB74E1 --------------------- -Operation: select statement -Options: -Object_type: -Other: -Object_owner: -Search_columns: -Projection: -Object_name: -Alias: -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: - --- End -- + o_year; + +-- Q8 Plan Start -- + +Operation: table access +Options: FULL +Object_type: TABLE +Other: +Object_owner: CALUSER01 +Search_columns: +Projection: P_PARTKEY +Object_name: PART +Alias: PART@SEL$2 +Extended_information: FP:P_TYPE=':3' +Access_predicates: +Filter_predicates: P_TYPE=':3' +Select_level: SEL$F5BB74E1 +-------------------- +Operation: table access +Options: FULL +Object_type: TABLE +Other: +Object_owner: CALUSER01 +Search_columns: +Projection: L_ORDERKEY, L_PARTKEY, L_SUPPKEY, L_EXTENDEDPRICE, L_DISCOUNT +Object_name: LINEITEM +Alias: LINEITEM@SEL$2 +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: SEL$F5BB74E1 +-------------------- +Operation: hash join +Options: +Object_type: +Other: +Object_owner: +Search_columns: +Projection: L_ORDERKEY, L_DISCOUNT, L_SUPPKEY, L_EXTENDEDPRICE +Object_name: +Alias: +Extended_information: AP:P_PARTKEY=L_PARTKEY +Access_predicates: P_PARTKEY=L_PARTKEY +Filter_predicates: +Select_level: +-------------------- +Operation: table access +Options: FULL +Object_type: TABLE +Other: +Object_owner: CALUSER01 +Search_columns: +Projection: S_SUPPKEY, S_NATIONKEY +Object_name: SUPPLIER +Alias: SUPPLIER@SEL$2 +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: SEL$F5BB74E1 +-------------------- +Operation: hash join +Options: +Object_type: +Other: +Object_owner: +Search_columns: +Projection: L_ORDERKEY, L_DISCOUNT, L_EXTENDEDPRICE, S_NATIONKEY +Object_name: +Alias: +Extended_information: AP:S_SUPPKEY=L_SUPPKEY +Access_predicates: S_SUPPKEY=L_SUPPKEY +Filter_predicates: +Select_level: +-------------------- +Operation: table access +Options: FULL +Object_type: TABLE +Other: +Object_owner: CALUSER01 +Search_columns: +Projection: O_ORDERKEY, O_CUSTKEY, O_ORDERDATE +Object_name: ORDERS +Alias: ORDERS@SEL$2 +Extended_information: FP:O_ORDERDATE>=TO_DATE('1995-01-01 00:00:00', 'yyyy-mm-dd hh24:mi:ss') AND O_ORDERDATE<=TO_DATE('1996-12-31 00:00:00', 'yyyy-mm-dd hh24:mi:ss') +Access_predicates: +Filter_predicates: O_ORDERDATE>=TO_DATE('1995-01-01 00:00:00', 'yyyy-mm-dd hh24:mi:ss')&O_ORDERDATE<=TO_DATE('1996-12-31 00:00:00', 'yyyy-mm-dd hh24:mi:ss') +Select_level: SEL$F5BB74E1 +-------------------- +Operation: hash join +Options: +Object_type: +Other: +Object_owner: +Search_columns: +Projection: S_NATIONKEY, L_DISCOUNT, L_EXTENDEDPRICE, O_ORDERDATE, O_CUSTKEY +Object_name: +Alias: +Extended_information: AP:L_ORDERKEY=O_ORDERKEY +Access_predicates: L_ORDERKEY=O_ORDERKEY +Filter_predicates: +Select_level: +-------------------- +Operation: table access +Options: FULL +Object_type: TABLE +Other: +Object_owner: CALUSER01 +Search_columns: +Projection: C_CUSTKEY, C_NATIONKEY +Object_name: CUSTOMER +Alias: CUSTOMER@SEL$2 +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: SEL$F5BB74E1 +-------------------- +Operation: hash join +Options: +Object_type: +Other: +Object_owner: +Search_columns: +Projection: S_NATIONKEY, L_DISCOUNT, L_EXTENDEDPRICE, O_ORDERDATE, C_NATIONKEY +Object_name: +Alias: +Extended_information: AP:O_CUSTKEY=C_CUSTKEY +Access_predicates: O_CUSTKEY=C_CUSTKEY +Filter_predicates: +Select_level: +-------------------- +Operation: table access +Options: FULL +Object_type: TABLE +Other: +Object_owner: CALUSER01 +Search_columns: +Projection: N1.N_NATIONKEY, N1.N_REGIONKEY +Object_name: NATION +Alias: N1@SEL$2 +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: SEL$F5BB74E1 +-------------------- +Operation: hash join +Options: +Object_type: +Other: +Object_owner: +Search_columns: +Projection: S_NATIONKEY, L_DISCOUNT, L_EXTENDEDPRICE, O_ORDERDATE, N1.N_REGIONKEY +Object_name: +Alias: +Extended_information: AP:C_NATIONKEY=N1.N_NATIONKEY +Access_predicates: C_NATIONKEY=N1.N_NATIONKEY +Filter_predicates: +Select_level: +-------------------- +Operation: table access +Options: FULL +Object_type: TABLE +Other: +Object_owner: CALUSER01 +Search_columns: +Projection: N2.N_NATIONKEY +Object_name: NATION +Alias: N2@SEL$2 +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: SEL$F5BB74E1 +-------------------- +Operation: hash join +Options: +Object_type: +Other: +Object_owner: +Search_columns: +Projection: N1.N_REGIONKEY, L_DISCOUNT, L_EXTENDEDPRICE, O_ORDERDATE +Object_name: +Alias: +Extended_information: AP:S_NATIONKEY=N2.N_NATIONKEY +Access_predicates: S_NATIONKEY=N2.N_NATIONKEY +Filter_predicates: +Select_level: +-------------------- +Operation: table access +Options: FULL +Object_type: TABLE +Other: +Object_owner: CALUSER01 +Search_columns: +Projection: R_REGIONKEY +Object_name: REGION +Alias: REGION@SEL$2 +Extended_information: FP:R_NAME=':2' +Access_predicates: +Filter_predicates: R_NAME=':2' +Select_level: SEL$F5BB74E1 +-------------------- +Operation: hash join +Options: +Object_type: +Other: +Object_owner: +Search_columns: +Projection: O_ORDERDATE, L_DISCOUNT, L_EXTENDEDPRICE +Object_name: +Alias: +Extended_information: AP:N1.N_REGIONKEY=R_REGIONKEY +Access_predicates: N1.N_REGIONKEY=R_REGIONKEY +Filter_predicates: +Select_level: +-------------------- +Operation: sort +Options: GROUP BY +Object_type: +Other: +Object_owner: +Search_columns: +Projection: EXTRACT(YEAR FROM INTERNAL_FUNCTION(O_ORDERDATE)), SUM(L_EXTENDEDPRICE*(1-L_DISCOUNT)) +Object_name: +Alias: +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: SEL$F5BB74E1 +-------------------- +Operation: select statement +Options: +Object_type: +Other: +Object_owner: +Search_columns: +Projection: +Object_name: +Alias: +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: + +-- End -- diff --git a/dbcon/doc/q9_plan1.TXT b/dbcon/doc/q9_plan1.TXT index b1eb7e729..4e7dad9d1 100755 --- a/dbcon/doc/q9_plan1.TXT +++ b/dbcon/doc/q9_plan1.TXT @@ -1,185 +1,185 @@ --- Q9 Plan Start -- - -Operation: table access -Options: FULL -Object_type: TABLE -Other: -Object_owner: CALUSER01 -Search_columns: -Projection: P_PARTKEY -Object_name: PART -Alias: PART@SEL$2 -Extended_information: FP:P_NAME LIKE '%:1%' -Access_predicates: -Filter_predicates: P_NAME LIKE '%:1%' -Select_level: SEL$F5BB74E1 --------------------- -Operation: table access -Options: FULL -Object_type: TABLE -Other: -Object_owner: CALUSER01 -Search_columns: -Projection: L_ORDERKEY, L_PARTKEY, L_SUPPKEY, L_QUANTITY, L_EXTENDEDPRICE, L_DISCOUNT -Object_name: LINEITEM -Alias: LINEITEM@SEL$2 -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: SEL$F5BB74E1 --------------------- -Operation: hash join -Options: -Object_type: -Other: -Object_owner: -Search_columns: -Projection: L_PARTKEY, L_ORDERKEY, L_DISCOUNT, L_SUPPKEY, L_QUANTITY, L_EXTENDEDPRICE -Object_name: -Alias: -Extended_information: AP:P_PARTKEY=L_PARTKEY -Access_predicates: P_PARTKEY=L_PARTKEY -Filter_predicates: -Select_level: --------------------- -Operation: table access -Options: FULL -Object_type: TABLE -Other: -Object_owner: CALUSER01 -Search_columns: -Projection: S_SUPPKEY, S_NATIONKEY -Object_name: SUPPLIER -Alias: SUPPLIER@SEL$2 -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: SEL$F5BB74E1 --------------------- -Operation: hash join -Options: -Object_type: -Other: -Object_owner: -Search_columns: -Projection: L_SUPPKEY, L_PARTKEY, L_ORDERKEY, L_DISCOUNT, L_EXTENDEDPRICE, L_QUANTITY, S_NATIONKEY -Object_name: -Alias: -Extended_information: AP:S_SUPPKEY=L_SUPPKEY -Access_predicates: S_SUPPKEY=L_SUPPKEY -Filter_predicates: -Select_level: --------------------- -Operation: table access -Options: FULL -Object_type: TABLE -Other: -Object_owner: CALUSER01 -Search_columns: -Projection: PS_PARTKEY, PS_SUPPKEY, PS_SUPPLYCOST -Object_name: PARTSUPP -Alias: PARTSUPP@SEL$2 -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: SEL$F5BB74E1 --------------------- -Operation: hash join -Options: -Object_type: -Other: -Object_owner: -Search_columns: -Projection: S_NATIONKEY, L_QUANTITY, L_ORDERKEY, L_DISCOUNT, L_EXTENDEDPRICE, PS_SUPPLYCOST -Object_name: -Alias: -Extended_information: AP:PS_SUPPKEY=L_SUPPKEY AND PS_PARTKEY=L_PARTKEY -Access_predicates: PS_SUPPKEY=L_SUPPKEY&PS_PARTKEY=L_PARTKEY -Filter_predicates: -Select_level: --------------------- -Operation: table access -Options: FULL -Object_type: TABLE -Other: -Object_owner: CALUSER01 -Search_columns: -Projection: O_ORDERKEY, O_ORDERDATE -Object_name: ORDERS -Alias: ORDERS@SEL$2 -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: SEL$F5BB74E1 --------------------- -Operation: hash join -Options: -Object_type: -Other: -Object_owner: -Search_columns: -Projection: S_NATIONKEY, L_QUANTITY, PS_SUPPLYCOST, L_DISCOUNT, L_EXTENDEDPRICE, O_ORDERDATE -Object_name: -Alias: -Extended_information: AP:O_ORDERKEY=L_ORDERKEY -Access_predicates: O_ORDERKEY=L_ORDERKEY -Filter_predicates: -Select_level: --------------------- -Operation: table access -Options: FULL -Object_type: TABLE -Other: -Object_owner: CALUSER01 -Search_columns: -Projection: N_NATIONKEY, N_NAME -Object_name: NATION -Alias: NATION@SEL$2 -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: SEL$F5BB74E1 --------------------- -Operation: hash join -Options: -Object_type: -Other: -Object_owner: -Search_columns: -Projection: O_ORDERDATE, L_QUANTITY, PS_SUPPLYCOST, L_DISCOUNT, L_EXTENDEDPRICE, N_NAME -Object_name: -Alias: -Extended_information: AP:S_NATIONKEY=N_NATIONKEY -Access_predicates: S_NATIONKEY=N_NATIONKEY -Filter_predicates: -Select_level: --------------------- -Operation: sort -Options: GROUP BY -Object_type: -Other: -Object_owner: -Search_columns: -Projection: N_NAME, EXTRACT(YEAR FROM INTERNAL_FUNCTION(O_ORDERDATE)), SUM(L_EXTENDEDPRICE*(1-L_DISCOUNT)-PS_SUPPLYCOST*L_QUANTITY) -Object_name: -Alias: -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: SEL$F5BB74E1 --------------------- -Operation: select statement -Options: -Object_type: -Other: -Object_owner: -Search_columns: -Projection: -Object_name: -Alias: -Extended_information: -Access_predicates: -Filter_predicates: -Select_level: - --- END -- +-- Q9 Plan Start -- + +Operation: table access +Options: FULL +Object_type: TABLE +Other: +Object_owner: CALUSER01 +Search_columns: +Projection: P_PARTKEY +Object_name: PART +Alias: PART@SEL$2 +Extended_information: FP:P_NAME LIKE '%:1%' +Access_predicates: +Filter_predicates: P_NAME LIKE '%:1%' +Select_level: SEL$F5BB74E1 +-------------------- +Operation: table access +Options: FULL +Object_type: TABLE +Other: +Object_owner: CALUSER01 +Search_columns: +Projection: L_ORDERKEY, L_PARTKEY, L_SUPPKEY, L_QUANTITY, L_EXTENDEDPRICE, L_DISCOUNT +Object_name: LINEITEM +Alias: LINEITEM@SEL$2 +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: SEL$F5BB74E1 +-------------------- +Operation: hash join +Options: +Object_type: +Other: +Object_owner: +Search_columns: +Projection: L_PARTKEY, L_ORDERKEY, L_DISCOUNT, L_SUPPKEY, L_QUANTITY, L_EXTENDEDPRICE +Object_name: +Alias: +Extended_information: AP:P_PARTKEY=L_PARTKEY +Access_predicates: P_PARTKEY=L_PARTKEY +Filter_predicates: +Select_level: +-------------------- +Operation: table access +Options: FULL +Object_type: TABLE +Other: +Object_owner: CALUSER01 +Search_columns: +Projection: S_SUPPKEY, S_NATIONKEY +Object_name: SUPPLIER +Alias: SUPPLIER@SEL$2 +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: SEL$F5BB74E1 +-------------------- +Operation: hash join +Options: +Object_type: +Other: +Object_owner: +Search_columns: +Projection: L_SUPPKEY, L_PARTKEY, L_ORDERKEY, L_DISCOUNT, L_EXTENDEDPRICE, L_QUANTITY, S_NATIONKEY +Object_name: +Alias: +Extended_information: AP:S_SUPPKEY=L_SUPPKEY +Access_predicates: S_SUPPKEY=L_SUPPKEY +Filter_predicates: +Select_level: +-------------------- +Operation: table access +Options: FULL +Object_type: TABLE +Other: +Object_owner: CALUSER01 +Search_columns: +Projection: PS_PARTKEY, PS_SUPPKEY, PS_SUPPLYCOST +Object_name: PARTSUPP +Alias: PARTSUPP@SEL$2 +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: SEL$F5BB74E1 +-------------------- +Operation: hash join +Options: +Object_type: +Other: +Object_owner: +Search_columns: +Projection: S_NATIONKEY, L_QUANTITY, L_ORDERKEY, L_DISCOUNT, L_EXTENDEDPRICE, PS_SUPPLYCOST +Object_name: +Alias: +Extended_information: AP:PS_SUPPKEY=L_SUPPKEY AND PS_PARTKEY=L_PARTKEY +Access_predicates: PS_SUPPKEY=L_SUPPKEY&PS_PARTKEY=L_PARTKEY +Filter_predicates: +Select_level: +-------------------- +Operation: table access +Options: FULL +Object_type: TABLE +Other: +Object_owner: CALUSER01 +Search_columns: +Projection: O_ORDERKEY, O_ORDERDATE +Object_name: ORDERS +Alias: ORDERS@SEL$2 +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: SEL$F5BB74E1 +-------------------- +Operation: hash join +Options: +Object_type: +Other: +Object_owner: +Search_columns: +Projection: S_NATIONKEY, L_QUANTITY, PS_SUPPLYCOST, L_DISCOUNT, L_EXTENDEDPRICE, O_ORDERDATE +Object_name: +Alias: +Extended_information: AP:O_ORDERKEY=L_ORDERKEY +Access_predicates: O_ORDERKEY=L_ORDERKEY +Filter_predicates: +Select_level: +-------------------- +Operation: table access +Options: FULL +Object_type: TABLE +Other: +Object_owner: CALUSER01 +Search_columns: +Projection: N_NATIONKEY, N_NAME +Object_name: NATION +Alias: NATION@SEL$2 +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: SEL$F5BB74E1 +-------------------- +Operation: hash join +Options: +Object_type: +Other: +Object_owner: +Search_columns: +Projection: O_ORDERDATE, L_QUANTITY, PS_SUPPLYCOST, L_DISCOUNT, L_EXTENDEDPRICE, N_NAME +Object_name: +Alias: +Extended_information: AP:S_NATIONKEY=N_NATIONKEY +Access_predicates: S_NATIONKEY=N_NATIONKEY +Filter_predicates: +Select_level: +-------------------- +Operation: sort +Options: GROUP BY +Object_type: +Other: +Object_owner: +Search_columns: +Projection: N_NAME, EXTRACT(YEAR FROM INTERNAL_FUNCTION(O_ORDERDATE)), SUM(L_EXTENDEDPRICE*(1-L_DISCOUNT)-PS_SUPPLYCOST*L_QUANTITY) +Object_name: +Alias: +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: SEL$F5BB74E1 +-------------------- +Operation: select statement +Options: +Object_type: +Other: +Object_owner: +Search_columns: +Projection: +Object_name: +Alias: +Extended_information: +Access_predicates: +Filter_predicates: +Select_level: + +-- END -- diff --git a/dbcon/mysql/calremoveuserpriority.sql b/dbcon/mysql/calremoveuserpriority.sql index cfc6deb37..9395b58cd 100644 --- a/dbcon/mysql/calremoveuserpriority.sql +++ b/dbcon/mysql/calremoveuserpriority.sql @@ -14,19 +14,19 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ - -/* - * $Id: calremoveuserpriority.sql 8777 2012-08-01 21:52:34Z zzhu $ - */ - -DELIMITER $$ -CREATE PROCEDURE infinidb_querystats.calRemoveUserPriority(IN host VARCHAR(50), IN usr VARCHAR(50)) -LANGUAGE SQL -NOT DETERMINISTIC -MODIFIES SQL DATA -SQL SECURITY INVOKER -COMMENT 'Procedure to remove a given InfiniDB user user_priority' -BEGIN - delete from infinidb_querystats.user_priority where upper(user_priority.user) = upper(usr) and upper(user_priority.host) = upper(host); -END$$ -DELIMITER ; + +/* + * $Id: calremoveuserpriority.sql 8777 2012-08-01 21:52:34Z zzhu $ + */ + +DELIMITER $$ +CREATE PROCEDURE infinidb_querystats.calRemoveUserPriority(IN host VARCHAR(50), IN usr VARCHAR(50)) +LANGUAGE SQL +NOT DETERMINISTIC +MODIFIES SQL DATA +SQL SECURITY INVOKER +COMMENT 'Procedure to remove a given InfiniDB user user_priority' +BEGIN + delete from infinidb_querystats.user_priority where upper(user_priority.user) = upper(usr) and upper(user_priority.host) = upper(host); +END$$ +DELIMITER ; diff --git a/dbcon/mysql/calsetuserpriority.sql b/dbcon/mysql/calsetuserpriority.sql index 4aa319b87..df286cf8a 100644 --- a/dbcon/mysql/calsetuserpriority.sql +++ b/dbcon/mysql/calsetuserpriority.sql @@ -14,64 +14,64 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ - -/* - * $Id: calsetuserpriority.sql 9440 2013-04-24 21:07:42Z chao $ - */ - -DELIMITER $$ -DROP PROCEDURE IF EXISTS infinidb_querystats.calSetUserPriority; -CREATE PROCEDURE infinidb_querystats.calSetUserPriority(IN host VARCHAR(50), IN usr VARCHAR(50), IN pri VARCHAR(10)) -LANGUAGE SQL -NOT DETERMINISTIC -MODIFIES SQL DATA -SQL SECURITY INVOKER -COMMENT 'Procedure to set a given InfiniDB user to the given priority' -pri_validation: BEGIN - IF upper(pri) not in ('HIGH', 'MEDIUM', 'LOW') THEN - select "Priority can only be set to 'High', 'Medium', or 'Low'" Error; - leave pri_validation; - END IF; - - IF INSTR(host, ":") != 0 THEN - select "Port number cannot be used when setting user priority" Error; - leave pri_validation; - END IF; - - user_validation: BEGIN - DECLARE cnt,c INT; - DECLARE cur_2 CURSOR for select count(*) from mysql.user where upper(user.host)=upper(host) and upper(user.user)=upper(usr); - DECLARE CONTINUE HANDLER FOR NOT FOUND - SET c = 1; - OPEN cur_2; - SET cnt = 0; - REPEAT - FETCH cur_2 into cnt; - until c = 1 - END REPEAT; - IF cnt = 0 THEN - select "User does not exist in MySQL" Error; - LEAVE user_validation; - END IF; - - BEGIN - DECLARE a, b INT; - DECLARE cur_1 CURSOR FOR SELECT count(*) FROM infinidb_querystats.user_priority where upper(user)=upper(usr) and upper(user_priority.host)=upper(host); - DECLARE CONTINUE HANDLER FOR NOT FOUND - SET b = 1; - OPEN cur_1; - SET a = 0; - REPEAT - FETCH cur_1 INTO a; - UNTIL b = 1 - END REPEAT; - CLOSE cur_1; - IF a = 0 THEN - insert into infinidb_querystats.user_priority values (host, usr, upper(pri)); - ELSE - update infinidb_querystats.user_priority set priority=upper(pri) where upper(user)=upper(usr) and upper(user_priority.host)=upper(host); - END IF; - END; - END; -END$$ -DELIMITER ; + +/* + * $Id: calsetuserpriority.sql 9440 2013-04-24 21:07:42Z chao $ + */ + +DELIMITER $$ +DROP PROCEDURE IF EXISTS infinidb_querystats.calSetUserPriority; +CREATE PROCEDURE infinidb_querystats.calSetUserPriority(IN host VARCHAR(50), IN usr VARCHAR(50), IN pri VARCHAR(10)) +LANGUAGE SQL +NOT DETERMINISTIC +MODIFIES SQL DATA +SQL SECURITY INVOKER +COMMENT 'Procedure to set a given InfiniDB user to the given priority' +pri_validation: BEGIN + IF upper(pri) not in ('HIGH', 'MEDIUM', 'LOW') THEN + select "Priority can only be set to 'High', 'Medium', or 'Low'" Error; + leave pri_validation; + END IF; + + IF INSTR(host, ":") != 0 THEN + select "Port number cannot be used when setting user priority" Error; + leave pri_validation; + END IF; + + user_validation: BEGIN + DECLARE cnt,c INT; + DECLARE cur_2 CURSOR for select count(*) from mysql.user where upper(user.host)=upper(host) and upper(user.user)=upper(usr); + DECLARE CONTINUE HANDLER FOR NOT FOUND + SET c = 1; + OPEN cur_2; + SET cnt = 0; + REPEAT + FETCH cur_2 into cnt; + until c = 1 + END REPEAT; + IF cnt = 0 THEN + select "User does not exist in MySQL" Error; + LEAVE user_validation; + END IF; + + BEGIN + DECLARE a, b INT; + DECLARE cur_1 CURSOR FOR SELECT count(*) FROM infinidb_querystats.user_priority where upper(user)=upper(usr) and upper(user_priority.host)=upper(host); + DECLARE CONTINUE HANDLER FOR NOT FOUND + SET b = 1; + OPEN cur_1; + SET a = 0; + REPEAT + FETCH cur_1 INTO a; + UNTIL b = 1 + END REPEAT; + CLOSE cur_1; + IF a = 0 THEN + insert into infinidb_querystats.user_priority values (host, usr, upper(pri)); + ELSE + update infinidb_querystats.user_priority set priority=upper(pri) where upper(user)=upper(usr) and upper(user_priority.host)=upper(host); + END IF; + END; + END; +END$$ +DELIMITER ; diff --git a/dbcon/mysql/calshowprocesslist.sql b/dbcon/mysql/calshowprocesslist.sql index 01e8ac666..1f0252561 100644 --- a/dbcon/mysql/calshowprocesslist.sql +++ b/dbcon/mysql/calshowprocesslist.sql @@ -14,36 +14,36 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ - -/* - * $Id: calshowprocesslist.sql 9736 2013-08-02 18:49:52Z zzhu $ - */ - -DELIMITER $$ -DROP PROCEDURE IF EXISTS infinidb_querystats.calShowProcessList; -CREATE PROCEDURE infinidb_querystats.calShowProcessList() -LANGUAGE SQL -NOT DETERMINISTIC -MODIFIES SQL DATA -SQL SECURITY INVOKER -COMMENT 'Procedure to set a given InfiniDB user to the given priority' -BEGIN -SELECT id SESSION, processlist.user USER, upper(user_priority.priority) PRIORITY, processlist.host `HOST`, -db `DB`, command `COMMAND`, (now() - interval time second) `START TIME`, time `EXEC TIME`, state `STATE`, -info `INFO` FROM information_schema.processlist -LEFT JOIN infinidb_querystats.user_priority ON -( -UPPER(CASE WHEN INSTR(processlist.host, ':') = 0 - THEN processlist.host - ELSE SUBSTR(processlist.host, 1, INSTR(processlist.host, ':')-1 ) - END) = -UPPER(CASE WHEN INSTR(user_priority.host, ':') = 0 - THEN user_priority.host - ELSE SUBSTR(user_priority.host, 1, INSTR(user_priority.host, ':')-1 ) - END) - AND - UPPER(processlist.user) = UPPER(user_priority.user) -) -WHERE db != 'infinidb_querystats'; -END$$ -delimiter ; + +/* + * $Id: calshowprocesslist.sql 9736 2013-08-02 18:49:52Z zzhu $ + */ + +DELIMITER $$ +DROP PROCEDURE IF EXISTS infinidb_querystats.calShowProcessList; +CREATE PROCEDURE infinidb_querystats.calShowProcessList() +LANGUAGE SQL +NOT DETERMINISTIC +MODIFIES SQL DATA +SQL SECURITY INVOKER +COMMENT 'Procedure to set a given InfiniDB user to the given priority' +BEGIN +SELECT id SESSION, processlist.user USER, upper(user_priority.priority) PRIORITY, processlist.host `HOST`, +db `DB`, command `COMMAND`, (now() - interval time second) `START TIME`, time `EXEC TIME`, state `STATE`, +info `INFO` FROM information_schema.processlist +LEFT JOIN infinidb_querystats.user_priority ON +( +UPPER(CASE WHEN INSTR(processlist.host, ':') = 0 + THEN processlist.host + ELSE SUBSTR(processlist.host, 1, INSTR(processlist.host, ':')-1 ) + END) = +UPPER(CASE WHEN INSTR(user_priority.host, ':') = 0 + THEN user_priority.host + ELSE SUBSTR(user_priority.host, 1, INSTR(user_priority.host, ':')-1 ) + END) + AND + UPPER(processlist.user) = UPPER(user_priority.user) +) +WHERE db != 'infinidb_querystats'; +END$$ +delimiter ; diff --git a/mysql-test/columnstore/devregression/t/mcs7129_regression_bug3932.test b/mysql-test/columnstore/devregression/t/mcs7129_regression_bug3932.test index 627a20c93..cb59a5cd3 100644 --- a/mysql-test/columnstore/devregression/t/mcs7129_regression_bug3932.test +++ b/mysql-test/columnstore/devregression/t/mcs7129_regression_bug3932.test @@ -1,326 +1,326 @@ -# -------------------------------------------------------------- # -# Test case migrated from regression test suite: bug3932.sql -# -# Author: Daniel Lee, daniel.lee@mariadb.com -# -------------------------------------------------------------- # -# ---source ../include/have_columnstore.inc -# -USE tpch1; -# ---disable_warnings -drop table if exists qa_nation; -drop table if exists qa_customer; -drop table if exists qa_region; -drop table if exists qa_orders; ---enable_warnings - -create table qa_nation (n_id int, n_name char(20), regionid int) engine=columnstore; -create table qa_customer (c_id int, c_custname char(20), nationid int) engine=columnstore; -create table qa_region (r_id int, r_name char(20)) engine=columnstore; -create table qa_orders (o_id int, o_name char(20), custid int) engine=columnstore; - -insert into qa_region values (1, 'ASIA'), (2, 'AMERICA'), (3, 'EUROPE'); -insert into qa_nation values (1, 'UNITED STATES', 2), (2, 'CANADA', 2), (3, 'JAPAN', 1), (4, 'CHINA', 1), (5, 'GERMANY', 3), (6, 'ITALY', 3); -insert into qa_customer values (1, 'Cust_US', 1), (2, 'Cust_Japan', 3), (3, 'Cust_Italy', 6); -insert into qa_orders values (1, 'Order_US#1', 1), (2, 'Order_US#2', 1), (3, 'Order_Japan#1', 2); - -select n.n_name, c.c_custname -from qa_nation n - join qa_customer c on n.n_id = c.nationid -where n.n_id in (select n2.n_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id) order by n.n_name; - -select n.n_name, c.c_custname -from qa_nation n - join qa_customer c on n.n_id = c.nationid -where n.n_id in (select n2.n_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id and r1.r_name = 'AMERICA') order by n.n_name; - -select n.n_name, count(c.c_id) -from qa_nation n - join qa_customer c on n.n_id = c.nationid -where n.n_id in (select n2.n_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id) group by n.n_name order by n.n_name; - -select n.n_name, c.c_custname -from qa_nation n - left join qa_customer c on n.n_id = c.nationid -where n.n_id in (select n2.n_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id) order by n.n_name; - -select n.n_name, c.c_custname -from qa_nation n - left outer join qa_customer c on n.n_id = c.nationid -where n.n_id in (select n2.n_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id) order by n.n_name; - -select n.n_name, count(c.c_id) -from qa_nation n - left outer join qa_customer c on n.n_id = c.nationid -where n.n_id in (select n2.n_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id) group by n.n_name order by n.n_name; - -select r.r_name, n.n_name, c.c_custname -from qa_region r - join qa_nation n on r.r_id = n.regionid - join qa_customer c on n.n_id = c.nationid -where n.n_id in (select n2.n_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id) order by r.r_name, n.n_name; - -select r.r_name, n.n_name, c.c_custname -from qa_region r - join qa_nation n on r.r_id = n.regionid - left join qa_customer c on n.n_id = c.nationid -where n.n_id in (select n2.n_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id) order by r.r_name, n.n_name; - -select r.r_name, n.n_name, c.c_custname -from qa_region r - join qa_nation n on r.r_id = n.regionid - left outer join qa_customer c on n.n_id = c.nationid -where n.n_id in (select n2.n_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id) order by r.r_name, n.n_name; - -select r.r_name, n.n_name, c.c_custname -from qa_region r - join qa_nation n on r.r_id = n.regionid - join qa_customer c on n.n_id = c.nationid -where n.n_id in (select n2.n_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id and r1.r_name = 'AMERICA') order by r.r_name, n.n_name; - -select r.r_name, n.n_name, c.c_custname -from qa_region r - join qa_nation n on r.r_id = n.regionid - left join qa_customer c on n.n_id = c.nationid -where n.n_id in (select n2.n_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id and r1.r_name = 'AMERICA') order by r.r_name, n.n_name; - -select r.r_name, n.n_name, c.c_custname -from qa_region r - join qa_nation n on r.r_id = n.regionid - left outer join qa_customer c on n.n_id = c.nationid -where n.n_id in (select n2.n_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id and r1.r_name = 'AMERICA') order by r.r_name, n.n_name; - -select r.r_name, n.n_name, c.c_custname -from qa_region r - join qa_nation n on r.r_id = n.regionid - join qa_customer c on n.n_id = c.nationid -where r.r_id in (select r1.r_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id) order by r.r_name, n.n_name; - -select r.r_name, n.n_name, c.c_custname -from qa_region r - join qa_nation n on r.r_id = n.regionid - left join qa_customer c on n.n_id = c.nationid -where r.r_id in (select r1.r_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id) order by r.r_name, n.n_name; - -select r.r_name, n.n_name, c.c_custname -from qa_region r - join qa_nation n on r.r_id = n.regionid - left outer join qa_customer c on n.n_id = c.nationid -where r.r_id in (select r1.r_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id) order by r.r_name, n.n_name; - -select r.r_name, n.n_name, c.c_custname -from qa_region r - join qa_nation n on r.r_id = n.regionid - join qa_customer c on n.n_id = c.nationid -where r.r_id in (select r1.r_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id and n2.n_name = 'UNITED STATES') order by r.r_name, n.n_name; - -select r.r_name, n.n_name, c.c_custname -from qa_region r - join qa_nation n on r.r_id = n.regionid - left join qa_customer c on n.n_id = c.nationid -where r.r_id in (select r1.r_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id and n2.n_name = 'UNITED STATES') order by r.r_name, n.n_name; - -select r.r_name, n.n_name, c.c_custname -from qa_region r - join qa_nation n on r.r_id = n.regionid - left outer join qa_customer c on n.n_id = c.nationid -where r.r_id in (select r1.r_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id and n2.n_name = 'UNITED STATES') order by r.r_name, n.n_name; - -select r.r_name, n.n_name, c.c_custname, o.o_name -from qa_region r - join qa_nation n on r.r_id = n.regionid - join qa_customer c on n.n_id = c.nationid - join qa_orders o on c.c_id = o.custid -where n.n_id in (select n2.n_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id) order by r.r_name, n.n_name, o.o_name; - -select r.r_name, n.n_name, c.c_custname, o.o_name -from qa_region r - join qa_nation n on r.r_id = n.regionid - join qa_customer c on n.n_id = c.nationid - left join qa_orders o on c.c_id = o.custid -where n.n_id in (select n2.n_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id) order by r.r_name, n.n_name, o.o_name; - -select r.r_name, n.n_name, c.c_custname, o.o_name -from qa_region r - join qa_nation n on r.r_id = n.regionid - join qa_customer c on n.n_id = c.nationid - left outer join qa_orders o on c.c_id = o.custid -where n.n_id in (select n2.n_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id) order by r.r_name, n.n_name, o.o_name; - -select r.r_name, n.n_name, c.c_custname, o.o_name -from qa_region r - join qa_nation n on r.r_id = n.regionid - join qa_customer c on n.n_id = c.nationid - join qa_orders o on c.c_id = o.custid -where n.n_id in (select n2.n_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id and r1.r_name = 'AMERICA') order by r.r_name, n.n_name, o.o_name; - -select r.r_name, n.n_name, c.c_custname, o.o_name -from qa_region r - join qa_nation n on r.r_id = n.regionid - join qa_customer c on n.n_id = c.nationid - left join qa_orders o on c.c_id = o.custid -where n.n_id in (select n2.n_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id and r1.r_name = 'AMERICA') order by r.r_name, n.n_name, o.o_name; - -select r.r_name, n.n_name, c.c_custname, o.o_name -from qa_region r - join qa_nation n on r.r_id = n.regionid - join qa_customer c on n.n_id = c.nationid - left outer join qa_orders o on c.c_id = o.custid -where n.n_id in (select n2.n_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id and r1.r_name = 'AMERICA') order by r.r_name, n.n_name, o.o_name; - -select r.r_name, n.n_name, c.c_custname, o.o_name -from qa_region r - join qa_nation n on r.r_id = n.regionid - join qa_customer c on n.n_id = c.nationid - join qa_orders o on c.c_id = o.custid -where r.r_id in (select r1.r_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id) order by r.r_name, n.n_name, o.o_name; - -select r.r_name, n.n_name, c.c_custname, o.o_name -from qa_region r - join qa_nation n on r.r_id = n.regionid - join qa_customer c on n.n_id = c.nationid - left join qa_orders o on c.c_id = o.custid -where r.r_id in (select r1.r_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id) order by r.r_name, n.n_name, o.o_name; - -select r.r_name, n.n_name, c.c_custname, o.o_name -from qa_region r - join qa_nation n on r.r_id = n.regionid - join qa_customer c on n.n_id = c.nationid - left outer join qa_orders o on c.c_id = o.custid -where r.r_id in (select r1.r_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id) order by r.r_name, n.n_name, o.o_name; - -select r.r_name, n.n_name, c.c_custname, o.o_name -from qa_region r - join qa_nation n on r.r_id = n.regionid - join qa_customer c on n.n_id = c.nationid - join qa_orders o on c.c_id = o.custid -where r.r_id in (select r1.r_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id and n2.n_name = 'UNITED STATES') order by r.r_name, n.n_name, o.o_name; - -select r.r_name, n.n_name, c.c_custname, o.o_name -from qa_region r - join qa_nation n on r.r_id = n.regionid - join qa_customer c on n.n_id = c.nationid - left join qa_orders o on c.c_id = o.custid -where r.r_id in (select r1.r_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id and n2.n_name = 'UNITED STATES') order by r.r_name, n.n_name, o.o_name; - -select r.r_name, n.n_name, c.c_custname, o.o_name -from qa_region r - join qa_nation n on r.r_id = n.regionid - join qa_customer c on n.n_id = c.nationid - left outer join qa_orders o on c.c_id = o.custid -where r.r_id in (select r1.r_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id and n2.n_name = 'UNITED STATES') order by r.r_name, n.n_name, o.o_name; - -select r.r_name, n.n_name, c.c_custname, o.o_name -from qa_region r - join qa_nation n on r.r_id = n.regionid - join qa_customer c on n.n_id = c.nationid - join qa_orders o on c.c_id = o.custid -where r.r_id in (select r1.r_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id) order by r.r_name, n.n_name, o.o_name; - -select r.r_name, n.n_name, c.c_custname, o.o_name -from qa_region r - join qa_nation n on r.r_id = n.regionid - join qa_customer c on n.n_id = c.nationid - left join qa_orders o on c.c_id = o.custid -where r.r_id in (select r1.r_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id) order by r.r_name, n.n_name, o.o_name; - -select r.r_name, n.n_name, c.c_custname, o.o_name -from qa_region r - join qa_nation n on r.r_id = n.regionid - join qa_customer c on n.n_id = c.nationid - left outer join qa_orders o on c.c_id = o.custid -where r.r_id in (select r1.r_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id) order by r.r_name, n.n_name, o.o_name; - -select r.r_name, n.n_name, c.c_custname, o.o_name -from qa_region r - join qa_nation n on r.r_id = n.regionid - join qa_customer c on n.n_id = c.nationid - join qa_orders o on c.c_id = o.custid -where r.r_id in (select r1.r_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id and n2.n_name = 'UNITED STATES') order by r.r_name, n.n_name, o.o_name; - -select r.r_name, n.n_name, c.c_custname, o.o_name -from qa_region r - join qa_nation n on r.r_id = n.regionid - join qa_customer c on n.n_id = c.nationid - left join qa_orders o on c.c_id = o.custid -where r.r_id in (select r1.r_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id and n2.n_name = 'UNITED STATES') order by r.r_name, n.n_name, o.o_name; - -select r.r_name, n.n_name, c.c_custname, o.o_name -from qa_region r - join qa_nation n on r.r_id = n.regionid - join qa_customer c on n.n_id = c.nationid - left outer join qa_orders o on c.c_id = o.custid -where r.r_id in (select r1.r_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id and n2.n_name = 'UNITED STATES') order by r.r_name, n.n_name, o.o_name; - -select r.r_name, n.n_name, c.c_custname, o.o_name -from qa_region r - join qa_nation n on r.r_id = n.regionid - join qa_customer c on n.n_id = c.nationid - join qa_orders o on c.c_id = o.custid -where c.c_id in (select c1.c_id from qa_customer c1) order by r.r_name, n.n_name, o.o_name; - -select r.r_name, n.n_name, c.c_custname, o.o_name -from qa_region r - join qa_nation n on r.r_id = n.regionid - join qa_customer c on n.n_id = c.nationid - left join qa_orders o on c.c_id = o.custid -where c.c_id in (select c1.c_id from qa_customer c1) order by r.r_name, n.n_name, o.o_name; - -select r.r_name, n.n_name, c.c_custname, o.o_name -from qa_region r - join qa_nation n on r.r_id = n.regionid - join qa_customer c on n.n_id = c.nationid - left outer join qa_orders o on c.c_id = o.custid -where c.c_id in (select c1.c_id from qa_customer c1) order by r.r_name, n.n_name, o.o_name; - -select r.r_name, n.n_name, c.c_custname, o.o_name -from qa_region r - join qa_nation n on r.r_id = n.regionid - join qa_customer c on n.n_id = c.nationid - join qa_orders o on c.c_id = o.custid -where c.c_id in (select c1.c_id from qa_customer c1 where c1.c_custname = 'Cust_Japan') order by r.r_name, n.n_name, o.o_name; - -select r.r_name, n.n_name, c.c_custname, o.o_name -from qa_region r - join qa_nation n on r.r_id = n.regionid - join qa_customer c on n.n_id = c.nationid - join qa_orders o on c.c_id = o.custid -where c.c_id in (select c1.c_id from qa_customer c1 where c1.c_custname = 'Cust_Italy') order by r.r_name, n.n_name; - -select r.r_name, n.n_name, c.c_custname, o.o_name -from qa_region r - join qa_nation n on r.r_id = n.regionid - join qa_customer c on n.n_id = c.nationid - left join qa_orders o on c.c_id = o.custid -where c.c_id in (select c1.c_id from qa_customer c1 where c1.c_custname = 'Cust_Japan') order by r.r_name, n.n_name; - -select r.r_name, n.n_name, c.c_custname, o.o_name -from qa_region r - join qa_nation n on r.r_id = n.regionid - join qa_customer c on n.n_id = c.nationid - left join qa_orders o on c.c_id = o.custid -where c.c_id in (select c1.c_id from qa_customer c1 where c1.c_custname = 'Cust_Italy') order by r.r_name, n.n_name; - -select r.r_name, n.n_name, c.c_custname, o.o_name -from qa_region r - join qa_nation n on r.r_id = n.regionid - join qa_customer c on n.n_id = c.nationid - left outer join qa_orders o on c.c_id = o.custid -where c.c_id in (select c1.c_id from qa_customer c1 where c1.c_custname = 'Cust_Japan') order by r.r_name, n.n_name; - -select r.r_name, n.n_name, c.c_custname, o.o_name -from qa_region r - join qa_nation n on r.r_id = n.regionid - join qa_customer c on n.n_id = c.nationid - left outer join qa_orders o on c.c_id = o.custid -where c.c_id in (select c1.c_id from qa_customer c1 where c1.c_custname = 'Cust_Italy') order by r.r_name, n.n_name; - ---disable_warnings -drop table if exists qa_nation; -drop table if exists qa_customer; -drop table if exists qa_region; -drop table if exists qa_orders; ---enable_warnings -# - +# -------------------------------------------------------------- # +# Test case migrated from regression test suite: bug3932.sql +# +# Author: Daniel Lee, daniel.lee@mariadb.com +# -------------------------------------------------------------- # +# +--source ../include/have_columnstore.inc +# +USE tpch1; +# +--disable_warnings +drop table if exists qa_nation; +drop table if exists qa_customer; +drop table if exists qa_region; +drop table if exists qa_orders; +--enable_warnings + +create table qa_nation (n_id int, n_name char(20), regionid int) engine=columnstore; +create table qa_customer (c_id int, c_custname char(20), nationid int) engine=columnstore; +create table qa_region (r_id int, r_name char(20)) engine=columnstore; +create table qa_orders (o_id int, o_name char(20), custid int) engine=columnstore; + +insert into qa_region values (1, 'ASIA'), (2, 'AMERICA'), (3, 'EUROPE'); +insert into qa_nation values (1, 'UNITED STATES', 2), (2, 'CANADA', 2), (3, 'JAPAN', 1), (4, 'CHINA', 1), (5, 'GERMANY', 3), (6, 'ITALY', 3); +insert into qa_customer values (1, 'Cust_US', 1), (2, 'Cust_Japan', 3), (3, 'Cust_Italy', 6); +insert into qa_orders values (1, 'Order_US#1', 1), (2, 'Order_US#2', 1), (3, 'Order_Japan#1', 2); + +select n.n_name, c.c_custname +from qa_nation n + join qa_customer c on n.n_id = c.nationid +where n.n_id in (select n2.n_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id) order by n.n_name; + +select n.n_name, c.c_custname +from qa_nation n + join qa_customer c on n.n_id = c.nationid +where n.n_id in (select n2.n_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id and r1.r_name = 'AMERICA') order by n.n_name; + +select n.n_name, count(c.c_id) +from qa_nation n + join qa_customer c on n.n_id = c.nationid +where n.n_id in (select n2.n_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id) group by n.n_name order by n.n_name; + +select n.n_name, c.c_custname +from qa_nation n + left join qa_customer c on n.n_id = c.nationid +where n.n_id in (select n2.n_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id) order by n.n_name; + +select n.n_name, c.c_custname +from qa_nation n + left outer join qa_customer c on n.n_id = c.nationid +where n.n_id in (select n2.n_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id) order by n.n_name; + +select n.n_name, count(c.c_id) +from qa_nation n + left outer join qa_customer c on n.n_id = c.nationid +where n.n_id in (select n2.n_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id) group by n.n_name order by n.n_name; + +select r.r_name, n.n_name, c.c_custname +from qa_region r + join qa_nation n on r.r_id = n.regionid + join qa_customer c on n.n_id = c.nationid +where n.n_id in (select n2.n_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id) order by r.r_name, n.n_name; + +select r.r_name, n.n_name, c.c_custname +from qa_region r + join qa_nation n on r.r_id = n.regionid + left join qa_customer c on n.n_id = c.nationid +where n.n_id in (select n2.n_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id) order by r.r_name, n.n_name; + +select r.r_name, n.n_name, c.c_custname +from qa_region r + join qa_nation n on r.r_id = n.regionid + left outer join qa_customer c on n.n_id = c.nationid +where n.n_id in (select n2.n_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id) order by r.r_name, n.n_name; + +select r.r_name, n.n_name, c.c_custname +from qa_region r + join qa_nation n on r.r_id = n.regionid + join qa_customer c on n.n_id = c.nationid +where n.n_id in (select n2.n_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id and r1.r_name = 'AMERICA') order by r.r_name, n.n_name; + +select r.r_name, n.n_name, c.c_custname +from qa_region r + join qa_nation n on r.r_id = n.regionid + left join qa_customer c on n.n_id = c.nationid +where n.n_id in (select n2.n_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id and r1.r_name = 'AMERICA') order by r.r_name, n.n_name; + +select r.r_name, n.n_name, c.c_custname +from qa_region r + join qa_nation n on r.r_id = n.regionid + left outer join qa_customer c on n.n_id = c.nationid +where n.n_id in (select n2.n_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id and r1.r_name = 'AMERICA') order by r.r_name, n.n_name; + +select r.r_name, n.n_name, c.c_custname +from qa_region r + join qa_nation n on r.r_id = n.regionid + join qa_customer c on n.n_id = c.nationid +where r.r_id in (select r1.r_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id) order by r.r_name, n.n_name; + +select r.r_name, n.n_name, c.c_custname +from qa_region r + join qa_nation n on r.r_id = n.regionid + left join qa_customer c on n.n_id = c.nationid +where r.r_id in (select r1.r_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id) order by r.r_name, n.n_name; + +select r.r_name, n.n_name, c.c_custname +from qa_region r + join qa_nation n on r.r_id = n.regionid + left outer join qa_customer c on n.n_id = c.nationid +where r.r_id in (select r1.r_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id) order by r.r_name, n.n_name; + +select r.r_name, n.n_name, c.c_custname +from qa_region r + join qa_nation n on r.r_id = n.regionid + join qa_customer c on n.n_id = c.nationid +where r.r_id in (select r1.r_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id and n2.n_name = 'UNITED STATES') order by r.r_name, n.n_name; + +select r.r_name, n.n_name, c.c_custname +from qa_region r + join qa_nation n on r.r_id = n.regionid + left join qa_customer c on n.n_id = c.nationid +where r.r_id in (select r1.r_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id and n2.n_name = 'UNITED STATES') order by r.r_name, n.n_name; + +select r.r_name, n.n_name, c.c_custname +from qa_region r + join qa_nation n on r.r_id = n.regionid + left outer join qa_customer c on n.n_id = c.nationid +where r.r_id in (select r1.r_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id and n2.n_name = 'UNITED STATES') order by r.r_name, n.n_name; + +select r.r_name, n.n_name, c.c_custname, o.o_name +from qa_region r + join qa_nation n on r.r_id = n.regionid + join qa_customer c on n.n_id = c.nationid + join qa_orders o on c.c_id = o.custid +where n.n_id in (select n2.n_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id) order by r.r_name, n.n_name, o.o_name; + +select r.r_name, n.n_name, c.c_custname, o.o_name +from qa_region r + join qa_nation n on r.r_id = n.regionid + join qa_customer c on n.n_id = c.nationid + left join qa_orders o on c.c_id = o.custid +where n.n_id in (select n2.n_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id) order by r.r_name, n.n_name, o.o_name; + +select r.r_name, n.n_name, c.c_custname, o.o_name +from qa_region r + join qa_nation n on r.r_id = n.regionid + join qa_customer c on n.n_id = c.nationid + left outer join qa_orders o on c.c_id = o.custid +where n.n_id in (select n2.n_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id) order by r.r_name, n.n_name, o.o_name; + +select r.r_name, n.n_name, c.c_custname, o.o_name +from qa_region r + join qa_nation n on r.r_id = n.regionid + join qa_customer c on n.n_id = c.nationid + join qa_orders o on c.c_id = o.custid +where n.n_id in (select n2.n_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id and r1.r_name = 'AMERICA') order by r.r_name, n.n_name, o.o_name; + +select r.r_name, n.n_name, c.c_custname, o.o_name +from qa_region r + join qa_nation n on r.r_id = n.regionid + join qa_customer c on n.n_id = c.nationid + left join qa_orders o on c.c_id = o.custid +where n.n_id in (select n2.n_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id and r1.r_name = 'AMERICA') order by r.r_name, n.n_name, o.o_name; + +select r.r_name, n.n_name, c.c_custname, o.o_name +from qa_region r + join qa_nation n on r.r_id = n.regionid + join qa_customer c on n.n_id = c.nationid + left outer join qa_orders o on c.c_id = o.custid +where n.n_id in (select n2.n_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id and r1.r_name = 'AMERICA') order by r.r_name, n.n_name, o.o_name; + +select r.r_name, n.n_name, c.c_custname, o.o_name +from qa_region r + join qa_nation n on r.r_id = n.regionid + join qa_customer c on n.n_id = c.nationid + join qa_orders o on c.c_id = o.custid +where r.r_id in (select r1.r_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id) order by r.r_name, n.n_name, o.o_name; + +select r.r_name, n.n_name, c.c_custname, o.o_name +from qa_region r + join qa_nation n on r.r_id = n.regionid + join qa_customer c on n.n_id = c.nationid + left join qa_orders o on c.c_id = o.custid +where r.r_id in (select r1.r_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id) order by r.r_name, n.n_name, o.o_name; + +select r.r_name, n.n_name, c.c_custname, o.o_name +from qa_region r + join qa_nation n on r.r_id = n.regionid + join qa_customer c on n.n_id = c.nationid + left outer join qa_orders o on c.c_id = o.custid +where r.r_id in (select r1.r_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id) order by r.r_name, n.n_name, o.o_name; + +select r.r_name, n.n_name, c.c_custname, o.o_name +from qa_region r + join qa_nation n on r.r_id = n.regionid + join qa_customer c on n.n_id = c.nationid + join qa_orders o on c.c_id = o.custid +where r.r_id in (select r1.r_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id and n2.n_name = 'UNITED STATES') order by r.r_name, n.n_name, o.o_name; + +select r.r_name, n.n_name, c.c_custname, o.o_name +from qa_region r + join qa_nation n on r.r_id = n.regionid + join qa_customer c on n.n_id = c.nationid + left join qa_orders o on c.c_id = o.custid +where r.r_id in (select r1.r_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id and n2.n_name = 'UNITED STATES') order by r.r_name, n.n_name, o.o_name; + +select r.r_name, n.n_name, c.c_custname, o.o_name +from qa_region r + join qa_nation n on r.r_id = n.regionid + join qa_customer c on n.n_id = c.nationid + left outer join qa_orders o on c.c_id = o.custid +where r.r_id in (select r1.r_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id and n2.n_name = 'UNITED STATES') order by r.r_name, n.n_name, o.o_name; + +select r.r_name, n.n_name, c.c_custname, o.o_name +from qa_region r + join qa_nation n on r.r_id = n.regionid + join qa_customer c on n.n_id = c.nationid + join qa_orders o on c.c_id = o.custid +where r.r_id in (select r1.r_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id) order by r.r_name, n.n_name, o.o_name; + +select r.r_name, n.n_name, c.c_custname, o.o_name +from qa_region r + join qa_nation n on r.r_id = n.regionid + join qa_customer c on n.n_id = c.nationid + left join qa_orders o on c.c_id = o.custid +where r.r_id in (select r1.r_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id) order by r.r_name, n.n_name, o.o_name; + +select r.r_name, n.n_name, c.c_custname, o.o_name +from qa_region r + join qa_nation n on r.r_id = n.regionid + join qa_customer c on n.n_id = c.nationid + left outer join qa_orders o on c.c_id = o.custid +where r.r_id in (select r1.r_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id) order by r.r_name, n.n_name, o.o_name; + +select r.r_name, n.n_name, c.c_custname, o.o_name +from qa_region r + join qa_nation n on r.r_id = n.regionid + join qa_customer c on n.n_id = c.nationid + join qa_orders o on c.c_id = o.custid +where r.r_id in (select r1.r_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id and n2.n_name = 'UNITED STATES') order by r.r_name, n.n_name, o.o_name; + +select r.r_name, n.n_name, c.c_custname, o.o_name +from qa_region r + join qa_nation n on r.r_id = n.regionid + join qa_customer c on n.n_id = c.nationid + left join qa_orders o on c.c_id = o.custid +where r.r_id in (select r1.r_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id and n2.n_name = 'UNITED STATES') order by r.r_name, n.n_name, o.o_name; + +select r.r_name, n.n_name, c.c_custname, o.o_name +from qa_region r + join qa_nation n on r.r_id = n.regionid + join qa_customer c on n.n_id = c.nationid + left outer join qa_orders o on c.c_id = o.custid +where r.r_id in (select r1.r_id from qa_nation n2, qa_region r1 where n2.regionid = r1.r_id and n2.n_name = 'UNITED STATES') order by r.r_name, n.n_name, o.o_name; + +select r.r_name, n.n_name, c.c_custname, o.o_name +from qa_region r + join qa_nation n on r.r_id = n.regionid + join qa_customer c on n.n_id = c.nationid + join qa_orders o on c.c_id = o.custid +where c.c_id in (select c1.c_id from qa_customer c1) order by r.r_name, n.n_name, o.o_name; + +select r.r_name, n.n_name, c.c_custname, o.o_name +from qa_region r + join qa_nation n on r.r_id = n.regionid + join qa_customer c on n.n_id = c.nationid + left join qa_orders o on c.c_id = o.custid +where c.c_id in (select c1.c_id from qa_customer c1) order by r.r_name, n.n_name, o.o_name; + +select r.r_name, n.n_name, c.c_custname, o.o_name +from qa_region r + join qa_nation n on r.r_id = n.regionid + join qa_customer c on n.n_id = c.nationid + left outer join qa_orders o on c.c_id = o.custid +where c.c_id in (select c1.c_id from qa_customer c1) order by r.r_name, n.n_name, o.o_name; + +select r.r_name, n.n_name, c.c_custname, o.o_name +from qa_region r + join qa_nation n on r.r_id = n.regionid + join qa_customer c on n.n_id = c.nationid + join qa_orders o on c.c_id = o.custid +where c.c_id in (select c1.c_id from qa_customer c1 where c1.c_custname = 'Cust_Japan') order by r.r_name, n.n_name, o.o_name; + +select r.r_name, n.n_name, c.c_custname, o.o_name +from qa_region r + join qa_nation n on r.r_id = n.regionid + join qa_customer c on n.n_id = c.nationid + join qa_orders o on c.c_id = o.custid +where c.c_id in (select c1.c_id from qa_customer c1 where c1.c_custname = 'Cust_Italy') order by r.r_name, n.n_name; + +select r.r_name, n.n_name, c.c_custname, o.o_name +from qa_region r + join qa_nation n on r.r_id = n.regionid + join qa_customer c on n.n_id = c.nationid + left join qa_orders o on c.c_id = o.custid +where c.c_id in (select c1.c_id from qa_customer c1 where c1.c_custname = 'Cust_Japan') order by r.r_name, n.n_name; + +select r.r_name, n.n_name, c.c_custname, o.o_name +from qa_region r + join qa_nation n on r.r_id = n.regionid + join qa_customer c on n.n_id = c.nationid + left join qa_orders o on c.c_id = o.custid +where c.c_id in (select c1.c_id from qa_customer c1 where c1.c_custname = 'Cust_Italy') order by r.r_name, n.n_name; + +select r.r_name, n.n_name, c.c_custname, o.o_name +from qa_region r + join qa_nation n on r.r_id = n.regionid + join qa_customer c on n.n_id = c.nationid + left outer join qa_orders o on c.c_id = o.custid +where c.c_id in (select c1.c_id from qa_customer c1 where c1.c_custname = 'Cust_Japan') order by r.r_name, n.n_name; + +select r.r_name, n.n_name, c.c_custname, o.o_name +from qa_region r + join qa_nation n on r.r_id = n.regionid + join qa_customer c on n.n_id = c.nationid + left outer join qa_orders o on c.c_id = o.custid +where c.c_id in (select c1.c_id from qa_customer c1 where c1.c_custname = 'Cust_Italy') order by r.r_name, n.n_name; + +--disable_warnings +drop table if exists qa_nation; +drop table if exists qa_customer; +drop table if exists qa_region; +drop table if exists qa_orders; +--enable_warnings +# + diff --git a/mysql-test/columnstore/devregression/t/mcs7134_regression_bug3997.test b/mysql-test/columnstore/devregression/t/mcs7134_regression_bug3997.test index 289bd1f13..63c23bf5d 100644 --- a/mysql-test/columnstore/devregression/t/mcs7134_regression_bug3997.test +++ b/mysql-test/columnstore/devregression/t/mcs7134_regression_bug3997.test @@ -8,13 +8,13 @@ # USE tpch1; # -set autocommit=0; -update lineitem a join region b on b.r_regionkey = a.l_orderkey set b.r_regionkey=2; -select * from region; -rollback; -select * from region; -update region b join lineitem a on b.r_regionkey = a.l_orderkey set b.r_regionkey=2; -select * from region; -rollback; +set autocommit=0; +update lineitem a join region b on b.r_regionkey = a.l_orderkey set b.r_regionkey=2; +select * from region; +rollback; +select * from region; +update region b join lineitem a on b.r_regionkey = a.l_orderkey set b.r_regionkey=2; +select * from region; +rollback; select * from region;# diff --git a/mysql-test/columnstore/devregression/t/mcs7135_regression_bug3998.test b/mysql-test/columnstore/devregression/t/mcs7135_regression_bug3998.test index 2ca3db292..fec8f605e 100644 --- a/mysql-test/columnstore/devregression/t/mcs7135_regression_bug3998.test +++ b/mysql-test/columnstore/devregression/t/mcs7135_regression_bug3998.test @@ -1,82 +1,82 @@ -# -------------------------------------------------------------- # -# Test case migrated from regression test suite: bug3998.sql -# -# Author: Daniel Lee, daniel.lee@mariadb.com -# -------------------------------------------------------------- # -# ---source ../include/have_columnstore.inc -# -USE tpch1; -# ---disable_warnings -drop table if exists bug3998a; -drop table if exists bug3998b; -drop table if exists bug3998c; -drop table if exists bug3998d; ---enable_warnings - -create table bug3998a (c1 int, c2 int) engine=columnstore; -insert into bug3998a values (0,0), (1,1), (2,1), (3, 1), (null,1), (null, null); -select * from bug3998a; - -create table bug3998b (c1 int, c2 int) engine=columnstore; -insert into bug3998b values (0,0), (1,1), (2,1), (3, 1), (null,1), (null, null); -select * from bug3998b; - -create table bug3998c (c1 int, c2 int) engine=columnstore; -insert into bug3998c values (0,0), (1,1), (2,1), (3, 1), (null,1), (null, null); -select * from bug3998c; - -create table bug3998d (c1 int, c2 int) engine=columnstore; -insert into bug3998d values (1,1), (2,1), (5, 1), (null,1), (null, null); -select * from bug3998d; - -update bug3998a left join bug3998d on bug3998a.c1 = bug3998d.c1 set bug3998a.c1=9; -select * from bug3998a; - -update bug3998b join bug3998d on bug3998b.c1 = bug3998d.c1 set bug3998b.c1=9; -select * from bug3998b; - -update bug3998c right join bug3998d on bug3998c.c1 = bug3998d.c1 set bug3998c.c1=9; -select * from bug3998c; - ---disable_warnings -drop table if exists bug3998a; -drop table if exists bug3998b; -drop table if exists bug3998c; -drop table if exists bug3998d; ---enable_warnings - -create table bug3998a (c1 int, c2 int) engine=columnstore; -insert into bug3998a values (0,0), (1,1), (2,1), (3, 1), (null,1), (null, null); -select * from bug3998a; - -create table bug3998b (c1 int, c2 int) engine=columnstore; -insert into bug3998b values (0,0), (1,1), (2,1), (3, 1), (null,1), (null, null); -select * from bug3998b; - -create table bug3998c (c1 int, c2 int) engine=columnstore; -insert into bug3998c values (0,0), (1,1), (2,1), (3, 1), (null,1), (null, null); -select * from bug3998c; - -create table bug3998d (c1 int, c2 int) engine=columnstore; -insert into bug3998d values (1,1), (2,1), (5, 1), (null,1), (null, null); -select * from bug3998d; - -delete a from bug3998a a left join bug3998d d on a.c1 = d.c1; -select * from bug3998a; - -delete b from bug3998b b join bug3998d d on b.c1 = d.c1; -select * from bug3998b; - -delete c from bug3998c c right join bug3998d d on c.c1 = d.c1; -select * from bug3998c; - ---disable_warnings -drop table if exists bug3998a; -drop table if exists bug3998b; -drop table if exists bug3998c; -drop table if exists bug3998d; ---enable_warnings -# - +# -------------------------------------------------------------- # +# Test case migrated from regression test suite: bug3998.sql +# +# Author: Daniel Lee, daniel.lee@mariadb.com +# -------------------------------------------------------------- # +# +--source ../include/have_columnstore.inc +# +USE tpch1; +# +--disable_warnings +drop table if exists bug3998a; +drop table if exists bug3998b; +drop table if exists bug3998c; +drop table if exists bug3998d; +--enable_warnings + +create table bug3998a (c1 int, c2 int) engine=columnstore; +insert into bug3998a values (0,0), (1,1), (2,1), (3, 1), (null,1), (null, null); +select * from bug3998a; + +create table bug3998b (c1 int, c2 int) engine=columnstore; +insert into bug3998b values (0,0), (1,1), (2,1), (3, 1), (null,1), (null, null); +select * from bug3998b; + +create table bug3998c (c1 int, c2 int) engine=columnstore; +insert into bug3998c values (0,0), (1,1), (2,1), (3, 1), (null,1), (null, null); +select * from bug3998c; + +create table bug3998d (c1 int, c2 int) engine=columnstore; +insert into bug3998d values (1,1), (2,1), (5, 1), (null,1), (null, null); +select * from bug3998d; + +update bug3998a left join bug3998d on bug3998a.c1 = bug3998d.c1 set bug3998a.c1=9; +select * from bug3998a; + +update bug3998b join bug3998d on bug3998b.c1 = bug3998d.c1 set bug3998b.c1=9; +select * from bug3998b; + +update bug3998c right join bug3998d on bug3998c.c1 = bug3998d.c1 set bug3998c.c1=9; +select * from bug3998c; + +--disable_warnings +drop table if exists bug3998a; +drop table if exists bug3998b; +drop table if exists bug3998c; +drop table if exists bug3998d; +--enable_warnings + +create table bug3998a (c1 int, c2 int) engine=columnstore; +insert into bug3998a values (0,0), (1,1), (2,1), (3, 1), (null,1), (null, null); +select * from bug3998a; + +create table bug3998b (c1 int, c2 int) engine=columnstore; +insert into bug3998b values (0,0), (1,1), (2,1), (3, 1), (null,1), (null, null); +select * from bug3998b; + +create table bug3998c (c1 int, c2 int) engine=columnstore; +insert into bug3998c values (0,0), (1,1), (2,1), (3, 1), (null,1), (null, null); +select * from bug3998c; + +create table bug3998d (c1 int, c2 int) engine=columnstore; +insert into bug3998d values (1,1), (2,1), (5, 1), (null,1), (null, null); +select * from bug3998d; + +delete a from bug3998a a left join bug3998d d on a.c1 = d.c1; +select * from bug3998a; + +delete b from bug3998b b join bug3998d d on b.c1 = d.c1; +select * from bug3998b; + +delete c from bug3998c c right join bug3998d d on c.c1 = d.c1; +select * from bug3998c; + +--disable_warnings +drop table if exists bug3998a; +drop table if exists bug3998b; +drop table if exists bug3998c; +drop table if exists bug3998d; +--enable_warnings +# + diff --git a/mysql-test/columnstore/devregression/t/mcs7232_regression_MCOL-4126.test b/mysql-test/columnstore/devregression/t/mcs7232_regression_MCOL-4126.test index 588237894..0c289b1f6 100644 --- a/mysql-test/columnstore/devregression/t/mcs7232_regression_MCOL-4126.test +++ b/mysql-test/columnstore/devregression/t/mcs7232_regression_MCOL-4126.test @@ -1,37 +1,37 @@ -# -------------------------------------------------------------- # -# Test case migrated from regression test suite: MCOL-4126.sql -# -# Author: Daniel Lee, daniel.lee@mariadb.com -# -------------------------------------------------------------- # -# ---source ../include/have_columnstore.inc -# -USE tpch1; -# ---disable_warnings -drop table if exists T4126_1; -drop table if exists T4126_2; ---enable_warnings - -create table T4126_1 (idx int, col varchar(20)) engine=columnstore; -create table T4126_2 (idx int, col varchar(20), col2 varchar(20)) engine=columnstore; -insert into T4126_1 values (3, 'a'); -select * from T4126_1; - -insert into T4126_2 values (1, 'lamp', 'table lamp'); -select * from T4126_2; -update T4126_2 set col = "floor lamp" where col = 'lamp'; - ---disable_warnings -drop table if exists T4126_1; -drop table if exists T4126_2; ---enable_warnings - -create table T4126_1 (idx1 int, col1 varchar(20)) engine=columnstore; -insert into T4126_1 values (3, 'a'); -select * from T4126_1; - ---disable_warnings -drop table if exists T4126_1; ---enable_warnings -# +# -------------------------------------------------------------- # +# Test case migrated from regression test suite: MCOL-4126.sql +# +# Author: Daniel Lee, daniel.lee@mariadb.com +# -------------------------------------------------------------- # +# +--source ../include/have_columnstore.inc +# +USE tpch1; +# +--disable_warnings +drop table if exists T4126_1; +drop table if exists T4126_2; +--enable_warnings + +create table T4126_1 (idx int, col varchar(20)) engine=columnstore; +create table T4126_2 (idx int, col varchar(20), col2 varchar(20)) engine=columnstore; +insert into T4126_1 values (3, 'a'); +select * from T4126_1; + +insert into T4126_2 values (1, 'lamp', 'table lamp'); +select * from T4126_2; +update T4126_2 set col = "floor lamp" where col = 'lamp'; + +--disable_warnings +drop table if exists T4126_1; +drop table if exists T4126_2; +--enable_warnings + +create table T4126_1 (idx1 int, col1 varchar(20)) engine=columnstore; +insert into T4126_1 values (3, 'a'); +select * from T4126_1; + +--disable_warnings +drop table if exists T4126_1; +--enable_warnings +# diff --git a/mysql-test/columnstore/devregression/t/mcs7521_storedProcedures_sp.test b/mysql-test/columnstore/devregression/t/mcs7521_storedProcedures_sp.test index 76148eadc..526abeb96 100644 --- a/mysql-test/columnstore/devregression/t/mcs7521_storedProcedures_sp.test +++ b/mysql-test/columnstore/devregression/t/mcs7521_storedProcedures_sp.test @@ -1,76 +1,76 @@ - -# -# Test case migrated from regression test suite: -# queries/working_tpch1_compareLogOnly/storedProcedures/sp.sql -# -# Author: Susil, susil.behera@mariadb.com -# - --- source ../include/have_columnstore.inc - -USE tpch1; - ---disable_warnings -drop procedure if exists sp_simple_select; -drop procedure if exists sp_simple_variable; -drop procedure if exists sp_simple_variables; -drop procedure if exists sp_complex_variable; -drop procedure if exists proc1; -DROP TABLE IF EXISTS t1; ---enable_warnings - -DELIMITER $$; -Create Procedure sp_simple_select( ) -begin - select * from part where p_partkey < 5; -end $$ - -# Simple SP with 1 arg -Create Procedure sp_simple_variable(in arg_key int) -begin - select * from part where p_partkey <= arg_key; -end $$ - -# Simple SP with multiple args -Create Procedure sp_simple_variables(in arg_key int, in arg_string varchar(25)) -begin - select * from nation where n_nationkey <= arg_key and n_name > arg_string; -end $$ - -# Simple SP with cross table select query -Create Procedure sp_complex_variable(in arg_key int, in arg_date date) -begin - Select * from lineitem, orders where o_custkey < arg_key and - l_partkey < 10000 and l_shipdate>arg_date and l_orderkey = o_orderkey order by l_orderkey, l_linenumber; -end $$ - -# SP with DDL -create procedure proc1() -begin -create table if not exists t1 (id int)engine=columnstore; -start transaction; -alter table t1 add column c3 integer; -insert into t1 values (1,2); -commit; -end$$ - -DELIMITER ;$$ - -call sp_simple_select; -call sp_simple_variable(2); -call sp_simple_variables(10, 'AMERICA'); -call sp_complex_variable(1000, '1998-10-10'); -call proc1(); -# Should get 'Duplicate column name' error this time ---error 1060 -call proc1(); - ---disable_warnings -drop table t1; -drop procedure sp_simple_select; -drop procedure sp_simple_variable; -drop procedure sp_simple_variables; -drop procedure sp_complex_variable; -drop procedure proc1; ---enable_warnings -# + +# +# Test case migrated from regression test suite: +# queries/working_tpch1_compareLogOnly/storedProcedures/sp.sql +# +# Author: Susil, susil.behera@mariadb.com +# + +-- source ../include/have_columnstore.inc + +USE tpch1; + +--disable_warnings +drop procedure if exists sp_simple_select; +drop procedure if exists sp_simple_variable; +drop procedure if exists sp_simple_variables; +drop procedure if exists sp_complex_variable; +drop procedure if exists proc1; +DROP TABLE IF EXISTS t1; +--enable_warnings + +DELIMITER $$; +Create Procedure sp_simple_select( ) +begin + select * from part where p_partkey < 5; +end $$ + +# Simple SP with 1 arg +Create Procedure sp_simple_variable(in arg_key int) +begin + select * from part where p_partkey <= arg_key; +end $$ + +# Simple SP with multiple args +Create Procedure sp_simple_variables(in arg_key int, in arg_string varchar(25)) +begin + select * from nation where n_nationkey <= arg_key and n_name > arg_string; +end $$ + +# Simple SP with cross table select query +Create Procedure sp_complex_variable(in arg_key int, in arg_date date) +begin + Select * from lineitem, orders where o_custkey < arg_key and + l_partkey < 10000 and l_shipdate>arg_date and l_orderkey = o_orderkey order by l_orderkey, l_linenumber; +end $$ + +# SP with DDL +create procedure proc1() +begin +create table if not exists t1 (id int)engine=columnstore; +start transaction; +alter table t1 add column c3 integer; +insert into t1 values (1,2); +commit; +end$$ + +DELIMITER ;$$ + +call sp_simple_select; +call sp_simple_variable(2); +call sp_simple_variables(10, 'AMERICA'); +call sp_complex_variable(1000, '1998-10-10'); +call proc1(); +# Should get 'Duplicate column name' error this time +--error 1060 +call proc1(); + +--disable_warnings +drop table t1; +drop procedure sp_simple_select; +drop procedure sp_simple_variable; +drop procedure sp_simple_variables; +drop procedure sp_complex_variable; +drop procedure proc1; +--enable_warnings +# diff --git a/mysql-test/columnstore/devregression/t/mcs7522_storedProcedures_sp_autoswitch.test b/mysql-test/columnstore/devregression/t/mcs7522_storedProcedures_sp_autoswitch.test index c7418bca0..79499751f 100644 --- a/mysql-test/columnstore/devregression/t/mcs7522_storedProcedures_sp_autoswitch.test +++ b/mysql-test/columnstore/devregression/t/mcs7522_storedProcedures_sp_autoswitch.test @@ -1,171 +1,171 @@ -# -# Test case migrated from regression test suite: -# queries/working_tpch1_compareLogOnly/storedProcedures/sp_autoswitch.sql -# -# Author: Susil, susil.behera@mariadb.com -# - --- source ../include/have_columnstore.inc - -USE tpch1; - -# Simple SP without args -DELIMITER $$; -drop procedure if exists sp_simple_select; - -Create Procedure sp_simple_select( ) -begin - select * from part where p_partkey < 5; -end $$ - -# Simple SP with 1 arg -drop procedure if exists sp_simple_variable; - -Create Procedure sp_simple_variable(in arg_key int) -begin - select * from part where p_partkey <= arg_key; -end $$ - -# Simple SP with multiple args -drop procedure if exists sp_simple_variables; - -Create Procedure sp_simple_variables(in arg_key int, in arg_string varchar(25)) -begin - select * from nation where n_nationkey <= arg_key and n_name > arg_string; -end $$ - -# Simple SP with cross table select query -drop procedure if exists sp_complex_variable; - -Create Procedure sp_complex_variable(in arg_key int, in arg_date date) -begin - Select * from lineitem, orders where o_custkey < arg_key and - l_partkey < 10000 and l_shipdate>arg_date and l_orderkey = o_orderkey order by l_orderkey, l_linenumber; -end $$ - -# Complex SP. All following SPs will fail vtable mode -drop procedure if exists sp_unstructured_loop; - -Create Procedure sp_unstructured_loop(in arg_key int) -begin - declare v_col1 int; - declare v_col2 char(122); - declare no_more_rows boolean ; - declare cursor1 cursor for - select p_partkey, p_name from part where p_partkey <= arg_key; - declare continue handler for not found - set no_more_rows := TRUE; - set no_more_rows := false; - open cursor1; - LOOP1: loop - fetch cursor1 - into v_col1, v_col2 - ; - if no_more_rows then - close cursor1; - leave LOOP1; - end if; - -- - select v_col1, v_col2; - -- - end loop LOOP1; -end$$ - - -drop procedure if exists sp_repeat_loop; - -Create Procedure sp_repeat_loop(in arg_key int, in arg_key2 int) -begin - DECLARE done INT DEFAULT 0; - DECLARE a CHAR(122); - DECLARE b INT; - DECLARE cur1 - CURSOR FOR - SELECT p_partkey, p_name - FROM part where p_partkey between arg_key and arg_key2; - DECLARE - CONTINUE HANDLER FOR - SQLSTATE '02000' - SET done = 1; - - OPEN cur1; - - REPEAT - FETCH cur1 INTO b, a; - if not done then - select b, a; - end if; - UNTIL - done - END REPEAT; - - CLOSE cur1; -end$$ - -drop procedure if exists sp_while_loop; - -Create Procedure sp_while_loop(in arg_key int, in arg_key2 int) -begin - DECLARE done INT DEFAULT 0; - DECLARE a CHAR(116); - DECLARE b INT; - DECLARE cur1 - CURSOR FOR - SELECT p_partkey, p_name - FROM part where p_partkey between arg_key and arg_key2; - DECLARE - CONTINUE HANDLER FOR - SQLSTATE '02000' - SET done = 1; - - OPEN cur1; - - FETCH cur1 INTO b, a; - WHILE NOT done DO - if not done then - select b, a; - end if; - FETCH cur1 INTO b, a; - END WHILE; - - CLOSE cur1; -end$$ - -# SP with DDL -drop procedure if exists proc1; - -create procedure proc1() -begin -drop table if exists t1; -create table if not exists t1 (id int)engine=columnstore; -start transaction; -alter table t1 add column c3 integer; -insert into t1 values (1,2); -select * into @a, @b from t1; -drop table t1; -commit; -end$$ - -DELIMITER ;$$ -call sp_simple_select; -call sp_simple_variable(2); -call sp_simple_variables(10, 'AMERICA'); -call sp_complex_variable(1000, '1998-10-10'); -call sp_unstructured_loop(2); -call sp_repeat_loop(1,2); -call sp_while_loop(1,2); -call proc1(); -select @a, @b; - ---disable_warnings -drop procedure sp_simple_select; -drop procedure sp_simple_variable; -drop procedure sp_simple_variables; -drop procedure sp_complex_variable; -drop procedure sp_unstructured_loop; -drop procedure sp_repeat_loop; -drop procedure sp_while_loop; -drop procedure proc1; ---enable_warnings -# - +# +# Test case migrated from regression test suite: +# queries/working_tpch1_compareLogOnly/storedProcedures/sp_autoswitch.sql +# +# Author: Susil, susil.behera@mariadb.com +# + +-- source ../include/have_columnstore.inc + +USE tpch1; + +# Simple SP without args +DELIMITER $$; +drop procedure if exists sp_simple_select; + +Create Procedure sp_simple_select( ) +begin + select * from part where p_partkey < 5; +end $$ + +# Simple SP with 1 arg +drop procedure if exists sp_simple_variable; + +Create Procedure sp_simple_variable(in arg_key int) +begin + select * from part where p_partkey <= arg_key; +end $$ + +# Simple SP with multiple args +drop procedure if exists sp_simple_variables; + +Create Procedure sp_simple_variables(in arg_key int, in arg_string varchar(25)) +begin + select * from nation where n_nationkey <= arg_key and n_name > arg_string; +end $$ + +# Simple SP with cross table select query +drop procedure if exists sp_complex_variable; + +Create Procedure sp_complex_variable(in arg_key int, in arg_date date) +begin + Select * from lineitem, orders where o_custkey < arg_key and + l_partkey < 10000 and l_shipdate>arg_date and l_orderkey = o_orderkey order by l_orderkey, l_linenumber; +end $$ + +# Complex SP. All following SPs will fail vtable mode +drop procedure if exists sp_unstructured_loop; + +Create Procedure sp_unstructured_loop(in arg_key int) +begin + declare v_col1 int; + declare v_col2 char(122); + declare no_more_rows boolean ; + declare cursor1 cursor for + select p_partkey, p_name from part where p_partkey <= arg_key; + declare continue handler for not found + set no_more_rows := TRUE; + set no_more_rows := false; + open cursor1; + LOOP1: loop + fetch cursor1 + into v_col1, v_col2 + ; + if no_more_rows then + close cursor1; + leave LOOP1; + end if; + -- + select v_col1, v_col2; + -- + end loop LOOP1; +end$$ + + +drop procedure if exists sp_repeat_loop; + +Create Procedure sp_repeat_loop(in arg_key int, in arg_key2 int) +begin + DECLARE done INT DEFAULT 0; + DECLARE a CHAR(122); + DECLARE b INT; + DECLARE cur1 + CURSOR FOR + SELECT p_partkey, p_name + FROM part where p_partkey between arg_key and arg_key2; + DECLARE + CONTINUE HANDLER FOR + SQLSTATE '02000' + SET done = 1; + + OPEN cur1; + + REPEAT + FETCH cur1 INTO b, a; + if not done then + select b, a; + end if; + UNTIL + done + END REPEAT; + + CLOSE cur1; +end$$ + +drop procedure if exists sp_while_loop; + +Create Procedure sp_while_loop(in arg_key int, in arg_key2 int) +begin + DECLARE done INT DEFAULT 0; + DECLARE a CHAR(116); + DECLARE b INT; + DECLARE cur1 + CURSOR FOR + SELECT p_partkey, p_name + FROM part where p_partkey between arg_key and arg_key2; + DECLARE + CONTINUE HANDLER FOR + SQLSTATE '02000' + SET done = 1; + + OPEN cur1; + + FETCH cur1 INTO b, a; + WHILE NOT done DO + if not done then + select b, a; + end if; + FETCH cur1 INTO b, a; + END WHILE; + + CLOSE cur1; +end$$ + +# SP with DDL +drop procedure if exists proc1; + +create procedure proc1() +begin +drop table if exists t1; +create table if not exists t1 (id int)engine=columnstore; +start transaction; +alter table t1 add column c3 integer; +insert into t1 values (1,2); +select * into @a, @b from t1; +drop table t1; +commit; +end$$ + +DELIMITER ;$$ +call sp_simple_select; +call sp_simple_variable(2); +call sp_simple_variables(10, 'AMERICA'); +call sp_complex_variable(1000, '1998-10-10'); +call sp_unstructured_loop(2); +call sp_repeat_loop(1,2); +call sp_while_loop(1,2); +call proc1(); +select @a, @b; + +--disable_warnings +drop procedure sp_simple_select; +drop procedure sp_simple_variable; +drop procedure sp_simple_variables; +drop procedure sp_complex_variable; +drop procedure sp_unstructured_loop; +drop procedure sp_repeat_loop; +drop procedure sp_while_loop; +drop procedure proc1; +--enable_warnings +# + diff --git a/mysql-test/columnstore/devregression/t/mcs7523_partitionOptimization_aCreateViews.test b/mysql-test/columnstore/devregression/t/mcs7523_partitionOptimization_aCreateViews.test index a362a0932..b8f352d2f 100644 --- a/mysql-test/columnstore/devregression/t/mcs7523_partitionOptimization_aCreateViews.test +++ b/mysql-test/columnstore/devregression/t/mcs7523_partitionOptimization_aCreateViews.test @@ -1,179 +1,179 @@ -# -# Test case migrated from regression test suite: -# queries/working_tpch1_compareLogOnly/partitionOptimization/aCreateViews.sql -# -# Author: Susil, susil.behera@mariadb.com -# - --- source ../include/have_columnstore.inc - -USE tpch1; - - ---disable_warnings -drop view if exists v_nation; -drop view if exists v_region; -drop view if exists v_customer; -drop view if exists v_orders; -drop view if exists v_supplier; -drop view if exists v_partsupp; -drop view if exists v_part; -drop view if exists v_lineitem; ---enable_warnings - -create view v_nation as select * from nation where n_nationkey > 10 union all select * from nation where n_nationkey <= 10; -create view v_region as select * from region where r_regionkey > 3 union all select * from region where r_regionkey <= 3; -create view v_customer as select * from customer union all select * from customer where c_custkey=0; -create view v_orders as select * from orders union all select * from orders where o_orderkey=0; -create view v_supplier as select * from supplier union all select * from supplier where s_suppkey=0; -create view v_partsupp as select * from partsupp union all select * from partsupp where ps_partkey=0; -create view v_part as select * from part union all select * from part where p_partkey=0; -create view v_lineitem as select * from lineitem union all select * from lineitem where l_orderkey=0; - - ---disable_warnings -drop procedure if exists ordersColumnsTouched; -drop procedure if exists lineitemColumnsTouched; -drop procedure if exists customerColumnsTouched; -drop procedure if exists supplierColumnsTouched; -drop procedure if exists partColumnsTouched; -drop procedure if exists partsuppColumnsTouched; -drop procedure if exists regionColumnsTouched; -drop procedure if exists nationColumnsTouched; -drop procedure if exists eliminatedBlocksGE; ---enable_warnings - -delimiter //; -create procedure ordersColumnsTouched (in trace varchar(10000)) BEGIN -select locate('o_orderkey', trace) > 0 as o_orderkey_accessed; -select locate('o_custkey', trace) > 0 as o_custkey_accessed; -select locate('o_orderstatus', trace) > 0 as o_orderstatus_accessed; -select locate('o_totalprice', trace) > 0 as o_totalprice_accessed; -select locate('o_orderdate', trace) > 0 as o_orderdate_accessed; -select locate('o_orderpriority', trace) > 0 as o_orderpriority_accessed; -select locate('o_clerk', trace) > 0 as o_clerk_accessed; -select locate('o_shippriority', trace) > 0 as o_shippriority_accessed; -select locate('o_comment', trace) > 0 as o_comment_accessed; -END // - -create procedure lineitemColumnsTouched (in trace varchar(10000)) BEGIN -select locate('l_orderkey', trace) > 0 as l_orderkey_accessed; -select locate('l_partkey', trace) > 0 as l_partkey_accessed; -select locate('l_suppkey', trace) > 0 as l_suppkey_accessed; -select locate('l_linenumber', trace) > 0 as l_linenumber_accessed; -select locate('l_quantity', trace) > 0 as l_quantity_accessed; -select locate('l_extendedprice', trace) > 0 as l_extendedprice_accessed; -select locate('l_discount', trace) > 0 as l_discount_accessed; -select locate('l_tax', trace) > 0 as l_tax_accessed; -select locate('l_returnflag', trace) > 0 as l_returnflag_accessed; -select locate('l_linestatus', trace) > 0 as l_linestatus_accessed; -select locate('l_shipdate', trace) > 0 as l_shipdate_accessed; -select locate('l_commitdate', trace) > 0 as l_commitdate_accessed; -select locate('l_receiptdate', trace) > 0 as l_receiptdate_accessed; -select locate('l_shipinstruct', trace) > 0 as l_shipinstruct_accessed; -select locate('l_shipmode', trace) > 0 as l_shipmode_accessed; -select locate('l_comment', trace) > 0 as l_comment_accessed; -END // - -create procedure customerColumnsTouched (in trace varchar(10000)) BEGIN -select locate('c_custkey', trace) > 0 as c_custkey_accessed; -select locate('c_name', trace) > 0 as c_name_accessed; -select locate('c_address', trace) > 0 as c_address_accessed; -select locate('c_nationkey', trace) > 0 as c_nationkey_accessed; -select locate('c_phone', trace) > 0 as c_phone_accessed; -select locate('c_acctbal', trace) > 0 as c_acctbal_accessed; -select locate('c_mktsegment', trace) > 0 as c_mktsegment_accessed; -select locate('c_comment', trace) > 0 as c_comment_accessed; -END // - -create procedure partColumnsTouched (in trace varchar(10000)) BEGIN -select locate('p_partkey', trace) > 0 as p_partkey_accessed; -select locate('p_name', trace) > 0 as p_name_accessed; -select locate('p_mfgr', trace) > 0 as p_mfgr_accessed; -select locate('p_brand', trace) > 0 as p_brand_accessed; -select locate('p_type', trace) > 0 as p_type_accessed; -select locate('p_size', trace) > 0 as p_size_accessed; -select locate('p_container', trace) > 0 as p_container_accessed; -select locate('p_retailprice', trace) > 0 as p_retailprice_accessed; -select locate('p_comment', trace) > 0 as p_comment_accessed; -END // - -create procedure partsuppColumnsTouched (in trace varchar(10000)) BEGIN -select locate('ps_partkey', trace) > 0 as ps_partkey_accessed; -select locate('ps_suppkey', trace) > 0 as ps_suppkey_accessed; -select locate('ps_availqty', trace) > 0 as ps_availqty_accessed; -select locate('ps_supplycost', trace) > 0 as ps_supplycost_accessed; -select locate('ps_comment', trace) > 0 as ps_comment_accessed; -END // - -create procedure supplierColumnsTouched (in trace varchar(10000)) BEGIN -select locate('s_suppkey', trace) > 0 as s_suppkey_accessed; -select locate('s_name', trace) > 0 as s_name_accessed; -select locate('s_address', trace) > 0 as s_address_accessed; -select locate('s_nationkey', trace) > 0 as s_nationkey_accessed; -select locate('s_phone', trace) > 0 as s_phone_accessed; -select locate('s_acctbal', trace) > 0 as s_acctbal_accessed; -select locate('s_comment', trace) > 0 as s_comment_accessed; -END // - -create procedure nationColumnsTouched (in trace varchar(10000)) BEGIN -select locate('n_nationkey', trace) > 0 as n_nationkey_accessed; -select locate('n_name', trace) > 0 as n_name_accessed; -select locate('n_regionkey', trace) > 0 as n_regionkey_accessed; -select locate('n_comment', trace) > 0 as n_comment_accessed; -END // - -create procedure regionColumnsTouched (in trace varchar(10000)) BEGIN -select locate('r_regionkey', trace) > 0 as r_regionkey_accessed; -select locate('r_name', trace) > 0 as r_name_accessed; -select locate('r_comment', trace) > 0 as r_comment_accessed; -END // - -create procedure eliminatedBlocksGE(in blocks int) BEGIN -select calgetstats() into @stats; -select substr(@stats, locate('PartitionBlocksEliminated', @stats)+26, 999) into @temp; -select substr(@temp, 1, locate(';', @temp)-1) into @blocksEliminated; -select concat('Blocks eliminated ', if(@blocksEliminated >= blocks, 'is ', 'is not '), 'greater than or equal to ', blocks, '.') as 'CP Result'; -END // -delimiter ;// - -select count(*) as lineitem_count from lineitem; -select count(*) as v_lineitem_count from v_lineitem; -select count(*) as orders_count from orders; -select count(*) as v_orders_count from v_orders; -select count(*) as part_count from part; -select count(*) as v_part_count from v_part; -select count(*) as partsupp_count from partsupp; -select count(*) as v_partsupp_count from v_partsupp; -select count(*) as customer_count from customer; -select count(*) as v_customer_count from v_customer; -select count(*) as supplier_count from supplier; -select count(*) as v_supplier_count from v_supplier; -select count(*) as region_count from region; -select count(*) as v_region_count from v_region; -select count(*) as nation_count from nation; -select count(*) as v_nation_count from v_nation; - -# Clean up ---disable_warnings -drop view if exists v_nation; -drop view if exists v_region; -drop view if exists v_customer; -drop view if exists v_orders; -drop view if exists v_supplier; -drop view if exists v_partsupp; -drop view if exists v_part; -drop view if exists v_lineitem; -# -drop procedure if exists ordersColumnsTouched; -drop procedure if exists lineitemColumnsTouched; -drop procedure if exists customerColumnsTouched; -drop procedure if exists supplierColumnsTouched; -drop procedure if exists partColumnsTouched; -drop procedure if exists partsuppColumnsTouched; -drop procedure if exists regionColumnsTouched; -drop procedure if exists nationColumnsTouched; -drop procedure if exists eliminatedBlocksGE; ---enable_warnings -# - +# +# Test case migrated from regression test suite: +# queries/working_tpch1_compareLogOnly/partitionOptimization/aCreateViews.sql +# +# Author: Susil, susil.behera@mariadb.com +# + +-- source ../include/have_columnstore.inc + +USE tpch1; + + +--disable_warnings +drop view if exists v_nation; +drop view if exists v_region; +drop view if exists v_customer; +drop view if exists v_orders; +drop view if exists v_supplier; +drop view if exists v_partsupp; +drop view if exists v_part; +drop view if exists v_lineitem; +--enable_warnings + +create view v_nation as select * from nation where n_nationkey > 10 union all select * from nation where n_nationkey <= 10; +create view v_region as select * from region where r_regionkey > 3 union all select * from region where r_regionkey <= 3; +create view v_customer as select * from customer union all select * from customer where c_custkey=0; +create view v_orders as select * from orders union all select * from orders where o_orderkey=0; +create view v_supplier as select * from supplier union all select * from supplier where s_suppkey=0; +create view v_partsupp as select * from partsupp union all select * from partsupp where ps_partkey=0; +create view v_part as select * from part union all select * from part where p_partkey=0; +create view v_lineitem as select * from lineitem union all select * from lineitem where l_orderkey=0; + + +--disable_warnings +drop procedure if exists ordersColumnsTouched; +drop procedure if exists lineitemColumnsTouched; +drop procedure if exists customerColumnsTouched; +drop procedure if exists supplierColumnsTouched; +drop procedure if exists partColumnsTouched; +drop procedure if exists partsuppColumnsTouched; +drop procedure if exists regionColumnsTouched; +drop procedure if exists nationColumnsTouched; +drop procedure if exists eliminatedBlocksGE; +--enable_warnings + +delimiter //; +create procedure ordersColumnsTouched (in trace varchar(10000)) BEGIN +select locate('o_orderkey', trace) > 0 as o_orderkey_accessed; +select locate('o_custkey', trace) > 0 as o_custkey_accessed; +select locate('o_orderstatus', trace) > 0 as o_orderstatus_accessed; +select locate('o_totalprice', trace) > 0 as o_totalprice_accessed; +select locate('o_orderdate', trace) > 0 as o_orderdate_accessed; +select locate('o_orderpriority', trace) > 0 as o_orderpriority_accessed; +select locate('o_clerk', trace) > 0 as o_clerk_accessed; +select locate('o_shippriority', trace) > 0 as o_shippriority_accessed; +select locate('o_comment', trace) > 0 as o_comment_accessed; +END // + +create procedure lineitemColumnsTouched (in trace varchar(10000)) BEGIN +select locate('l_orderkey', trace) > 0 as l_orderkey_accessed; +select locate('l_partkey', trace) > 0 as l_partkey_accessed; +select locate('l_suppkey', trace) > 0 as l_suppkey_accessed; +select locate('l_linenumber', trace) > 0 as l_linenumber_accessed; +select locate('l_quantity', trace) > 0 as l_quantity_accessed; +select locate('l_extendedprice', trace) > 0 as l_extendedprice_accessed; +select locate('l_discount', trace) > 0 as l_discount_accessed; +select locate('l_tax', trace) > 0 as l_tax_accessed; +select locate('l_returnflag', trace) > 0 as l_returnflag_accessed; +select locate('l_linestatus', trace) > 0 as l_linestatus_accessed; +select locate('l_shipdate', trace) > 0 as l_shipdate_accessed; +select locate('l_commitdate', trace) > 0 as l_commitdate_accessed; +select locate('l_receiptdate', trace) > 0 as l_receiptdate_accessed; +select locate('l_shipinstruct', trace) > 0 as l_shipinstruct_accessed; +select locate('l_shipmode', trace) > 0 as l_shipmode_accessed; +select locate('l_comment', trace) > 0 as l_comment_accessed; +END // + +create procedure customerColumnsTouched (in trace varchar(10000)) BEGIN +select locate('c_custkey', trace) > 0 as c_custkey_accessed; +select locate('c_name', trace) > 0 as c_name_accessed; +select locate('c_address', trace) > 0 as c_address_accessed; +select locate('c_nationkey', trace) > 0 as c_nationkey_accessed; +select locate('c_phone', trace) > 0 as c_phone_accessed; +select locate('c_acctbal', trace) > 0 as c_acctbal_accessed; +select locate('c_mktsegment', trace) > 0 as c_mktsegment_accessed; +select locate('c_comment', trace) > 0 as c_comment_accessed; +END // + +create procedure partColumnsTouched (in trace varchar(10000)) BEGIN +select locate('p_partkey', trace) > 0 as p_partkey_accessed; +select locate('p_name', trace) > 0 as p_name_accessed; +select locate('p_mfgr', trace) > 0 as p_mfgr_accessed; +select locate('p_brand', trace) > 0 as p_brand_accessed; +select locate('p_type', trace) > 0 as p_type_accessed; +select locate('p_size', trace) > 0 as p_size_accessed; +select locate('p_container', trace) > 0 as p_container_accessed; +select locate('p_retailprice', trace) > 0 as p_retailprice_accessed; +select locate('p_comment', trace) > 0 as p_comment_accessed; +END // + +create procedure partsuppColumnsTouched (in trace varchar(10000)) BEGIN +select locate('ps_partkey', trace) > 0 as ps_partkey_accessed; +select locate('ps_suppkey', trace) > 0 as ps_suppkey_accessed; +select locate('ps_availqty', trace) > 0 as ps_availqty_accessed; +select locate('ps_supplycost', trace) > 0 as ps_supplycost_accessed; +select locate('ps_comment', trace) > 0 as ps_comment_accessed; +END // + +create procedure supplierColumnsTouched (in trace varchar(10000)) BEGIN +select locate('s_suppkey', trace) > 0 as s_suppkey_accessed; +select locate('s_name', trace) > 0 as s_name_accessed; +select locate('s_address', trace) > 0 as s_address_accessed; +select locate('s_nationkey', trace) > 0 as s_nationkey_accessed; +select locate('s_phone', trace) > 0 as s_phone_accessed; +select locate('s_acctbal', trace) > 0 as s_acctbal_accessed; +select locate('s_comment', trace) > 0 as s_comment_accessed; +END // + +create procedure nationColumnsTouched (in trace varchar(10000)) BEGIN +select locate('n_nationkey', trace) > 0 as n_nationkey_accessed; +select locate('n_name', trace) > 0 as n_name_accessed; +select locate('n_regionkey', trace) > 0 as n_regionkey_accessed; +select locate('n_comment', trace) > 0 as n_comment_accessed; +END // + +create procedure regionColumnsTouched (in trace varchar(10000)) BEGIN +select locate('r_regionkey', trace) > 0 as r_regionkey_accessed; +select locate('r_name', trace) > 0 as r_name_accessed; +select locate('r_comment', trace) > 0 as r_comment_accessed; +END // + +create procedure eliminatedBlocksGE(in blocks int) BEGIN +select calgetstats() into @stats; +select substr(@stats, locate('PartitionBlocksEliminated', @stats)+26, 999) into @temp; +select substr(@temp, 1, locate(';', @temp)-1) into @blocksEliminated; +select concat('Blocks eliminated ', if(@blocksEliminated >= blocks, 'is ', 'is not '), 'greater than or equal to ', blocks, '.') as 'CP Result'; +END // +delimiter ;// + +select count(*) as lineitem_count from lineitem; +select count(*) as v_lineitem_count from v_lineitem; +select count(*) as orders_count from orders; +select count(*) as v_orders_count from v_orders; +select count(*) as part_count from part; +select count(*) as v_part_count from v_part; +select count(*) as partsupp_count from partsupp; +select count(*) as v_partsupp_count from v_partsupp; +select count(*) as customer_count from customer; +select count(*) as v_customer_count from v_customer; +select count(*) as supplier_count from supplier; +select count(*) as v_supplier_count from v_supplier; +select count(*) as region_count from region; +select count(*) as v_region_count from v_region; +select count(*) as nation_count from nation; +select count(*) as v_nation_count from v_nation; + +# Clean up +--disable_warnings +drop view if exists v_nation; +drop view if exists v_region; +drop view if exists v_customer; +drop view if exists v_orders; +drop view if exists v_supplier; +drop view if exists v_partsupp; +drop view if exists v_part; +drop view if exists v_lineitem; +# +drop procedure if exists ordersColumnsTouched; +drop procedure if exists lineitemColumnsTouched; +drop procedure if exists customerColumnsTouched; +drop procedure if exists supplierColumnsTouched; +drop procedure if exists partColumnsTouched; +drop procedure if exists partsuppColumnsTouched; +drop procedure if exists regionColumnsTouched; +drop procedure if exists nationColumnsTouched; +drop procedure if exists eliminatedBlocksGE; +--enable_warnings +# + diff --git a/mysql-test/columnstore/devregression/t/mcs7524_view_sp.test b/mysql-test/columnstore/devregression/t/mcs7524_view_sp.test index f73895c0c..43ba56b0d 100644 --- a/mysql-test/columnstore/devregression/t/mcs7524_view_sp.test +++ b/mysql-test/columnstore/devregression/t/mcs7524_view_sp.test @@ -1,40 +1,40 @@ - -# -# Test case migrated from regression test suite: -# queries/working_tpch1/view/view_sp.sql -# -# Author: Susil, susil.behera@mariadb.com -# - --- source ../include/have_columnstore.inc - -USE tpch1; - -# VIEW used by Stored Procedure -create or replace view v_temp as select * from part where p_partkey<10; -DELIMITER $$; -drop procedure if exists sp_simple_select; -Create Procedure sp_simple_select( ) -begin - select * from v_temp where p_partkey < 5; -end $$ - -# Simple SP with 1 arg -drop procedure if exists sp_simple_variable; - -Create Procedure sp_simple_variable(in arg_key int) -begin - select * from v_temp where p_partkey <= arg_key; -end $$ -DELIMITER ;$$ - -call sp_simple_select; -call sp_simple_variable(2); - ---disable_warnings -drop procedure sp_simple_select; -drop procedure sp_simple_variable; -drop view v_temp; ---enable_warnings -# - + +# +# Test case migrated from regression test suite: +# queries/working_tpch1/view/view_sp.sql +# +# Author: Susil, susil.behera@mariadb.com +# + +-- source ../include/have_columnstore.inc + +USE tpch1; + +# VIEW used by Stored Procedure +create or replace view v_temp as select * from part where p_partkey<10; +DELIMITER $$; +drop procedure if exists sp_simple_select; +Create Procedure sp_simple_select( ) +begin + select * from v_temp where p_partkey < 5; +end $$ + +# Simple SP with 1 arg +drop procedure if exists sp_simple_variable; + +Create Procedure sp_simple_variable(in arg_key int) +begin + select * from v_temp where p_partkey <= arg_key; +end $$ +DELIMITER ;$$ + +call sp_simple_select; +call sp_simple_variable(2); + +--disable_warnings +drop procedure sp_simple_select; +drop procedure sp_simple_variable; +drop view v_temp; +--enable_warnings +# + diff --git a/mysql-test/columnstore/devregression/t/mcs7525_MCOL-829.test b/mysql-test/columnstore/devregression/t/mcs7525_MCOL-829.test index 394262770..75040a365 100644 --- a/mysql-test/columnstore/devregression/t/mcs7525_MCOL-829.test +++ b/mysql-test/columnstore/devregression/t/mcs7525_MCOL-829.test @@ -1,34 +1,34 @@ -# -# Test case migrated from regression test suite: -# queries/working_tpch1/misc/MCOL-829.sql -# -# Author: Susil, susil.behera@mariadb.com -# - --- source ../include/have_columnstore.inc - -USE tpch1; - -# Support INSERT...SELECT in stored procedures ---disable_warnings -drop table if exists mcol829a; -drop table if exists mcol829b; -drop procedure if exists mcol829; ---enable_warnings - -create table mcol829a (a int, b int) engine=columnstore; -create table mcol829b (a int, b int) engine=columnstore; -insert into mcol829a values (1,1),(2,2),(3,3); -delimiter //; -create procedure mcol829() begin insert into mcol829b select * from mcol829a; end// -delimiter ;// -call mcol829(); -select * from mcol829b; - ---disable_warnings -drop procedure mcol829; -drop table mcol829a; -drop table mcol829b; ---enable_warnings -# - +# +# Test case migrated from regression test suite: +# queries/working_tpch1/misc/MCOL-829.sql +# +# Author: Susil, susil.behera@mariadb.com +# + +-- source ../include/have_columnstore.inc + +USE tpch1; + +# Support INSERT...SELECT in stored procedures +--disable_warnings +drop table if exists mcol829a; +drop table if exists mcol829b; +drop procedure if exists mcol829; +--enable_warnings + +create table mcol829a (a int, b int) engine=columnstore; +create table mcol829b (a int, b int) engine=columnstore; +insert into mcol829a values (1,1),(2,2),(3,3); +delimiter //; +create procedure mcol829() begin insert into mcol829b select * from mcol829a; end// +delimiter ;// +call mcol829(); +select * from mcol829b; + +--disable_warnings +drop procedure mcol829; +drop table mcol829a; +drop table mcol829b; +--enable_warnings +# + diff --git a/mysql-test/columnstore/devregression/t/mcs7526_q2_3_1_1_1.test b/mysql-test/columnstore/devregression/t/mcs7526_q2_3_1_1_1.test index 41faca5e8..06e8a7380 100644 --- a/mysql-test/columnstore/devregression/t/mcs7526_q2_3_1_1_1.test +++ b/mysql-test/columnstore/devregression/t/mcs7526_q2_3_1_1_1.test @@ -1,13 +1,13 @@ - -# -# Test case migrated from regression test suite: -# queries/working_tpch1/group/q2.3.1.1.1.sql -# -# Author: Susil, susil.behera@mariadb.com -# - --- source ../include/have_columnstore.inc - -USE tpch1; - -Select max(l_shipdate), min(l_orderkey), sum(l_partkey) from lineitem where l_orderkey < 1000000; + +# +# Test case migrated from regression test suite: +# queries/working_tpch1/group/q2.3.1.1.1.sql +# +# Author: Susil, susil.behera@mariadb.com +# + +-- source ../include/have_columnstore.inc + +USE tpch1; + +Select max(l_shipdate), min(l_orderkey), sum(l_partkey) from lineitem where l_orderkey < 1000000; diff --git a/mysql-test/columnstore/devregression/t/mcs7527_q2_3_1_1_2.test b/mysql-test/columnstore/devregression/t/mcs7527_q2_3_1_1_2.test index bde3c5723..15dda7892 100644 --- a/mysql-test/columnstore/devregression/t/mcs7527_q2_3_1_1_2.test +++ b/mysql-test/columnstore/devregression/t/mcs7527_q2_3_1_1_2.test @@ -1,13 +1,13 @@ - -# -# Test case migrated from regression test suite: -# queries/working_tpch1/group/q2.3.1.1.2.sql -# -# Author: Susil, susil.behera@mariadb.com -# - --- source ../include/have_columnstore.inc - -USE tpch1; - -Select * from lineitem where l_orderkey < 1400 order by l_orderkey, l_linenumber; + +# +# Test case migrated from regression test suite: +# queries/working_tpch1/group/q2.3.1.1.2.sql +# +# Author: Susil, susil.behera@mariadb.com +# + +-- source ../include/have_columnstore.inc + +USE tpch1; + +Select * from lineitem where l_orderkey < 1400 order by l_orderkey, l_linenumber; diff --git a/mysql-test/columnstore/devregression/t/mcs7528_q2_3_2_1_2.test b/mysql-test/columnstore/devregression/t/mcs7528_q2_3_2_1_2.test index d3bf1b825..1b043e573 100644 --- a/mysql-test/columnstore/devregression/t/mcs7528_q2_3_2_1_2.test +++ b/mysql-test/columnstore/devregression/t/mcs7528_q2_3_2_1_2.test @@ -1,15 +1,15 @@ -# -# Test case migrated from regression test suite: -# queries/working_tpch1/group/q2.3.2.1.2.sql -# -# Author: Susil, susil.behera@mariadb.com -# - --- source ../include/have_columnstore.inc - -USE tpch1; - -select count(*) from part, lineitem - where p_retailprice < 944.23 - and p_partkey = l_suppkey - and l_shipdate < '1992-04-09'; +# +# Test case migrated from regression test suite: +# queries/working_tpch1/group/q2.3.2.1.2.sql +# +# Author: Susil, susil.behera@mariadb.com +# + +-- source ../include/have_columnstore.inc + +USE tpch1; + +select count(*) from part, lineitem + where p_retailprice < 944.23 + and p_partkey = l_suppkey + and l_shipdate < '1992-04-09'; diff --git a/mysql-test/columnstore/devregression/t/mcs7529_q2_3_2_1_3.test b/mysql-test/columnstore/devregression/t/mcs7529_q2_3_2_1_3.test index 82180d97c..c4a502151 100644 --- a/mysql-test/columnstore/devregression/t/mcs7529_q2_3_2_1_3.test +++ b/mysql-test/columnstore/devregression/t/mcs7529_q2_3_2_1_3.test @@ -1,15 +1,15 @@ -# -# Test case migrated from regression test suite: -# queries/working_tpch1/group/q2.3.2.1.3.sql -# -# Author: Susil, susil.behera@mariadb.com -# - --- source ../include/have_columnstore.inc - -USE tpch1; - -select count(*) from part, lineitem - where p_retailprice < 904.01 - and p_partkey = l_suppkey - and l_shipdate < '1993-04-07'; +# +# Test case migrated from regression test suite: +# queries/working_tpch1/group/q2.3.2.1.3.sql +# +# Author: Susil, susil.behera@mariadb.com +# + +-- source ../include/have_columnstore.inc + +USE tpch1; + +select count(*) from part, lineitem + where p_retailprice < 904.01 + and p_partkey = l_suppkey + and l_shipdate < '1993-04-07'; diff --git a/mysql-test/columnstore/devregression/t/mcs7530_q2_3_2_1_4.test b/mysql-test/columnstore/devregression/t/mcs7530_q2_3_2_1_4.test index de472f9d5..acdd2ca25 100644 --- a/mysql-test/columnstore/devregression/t/mcs7530_q2_3_2_1_4.test +++ b/mysql-test/columnstore/devregression/t/mcs7530_q2_3_2_1_4.test @@ -1,15 +1,15 @@ -# -# Test case migrated from regression test suite: -# queries/working_tpch1/group/q2.3.2.1.4.sql -# -# Author: Susil, susil.behera@mariadb.com -# - --- source ../include/have_columnstore.inc - -USE tpch1; - -select count(*) from part, lineitem - where p_retailprice < 913.65 - and p_partkey = l_suppkey - and l_shipdate < '1993-04-07'; +# +# Test case migrated from regression test suite: +# queries/working_tpch1/group/q2.3.2.1.4.sql +# +# Author: Susil, susil.behera@mariadb.com +# + +-- source ../include/have_columnstore.inc + +USE tpch1; + +select count(*) from part, lineitem + where p_retailprice < 913.65 + and p_partkey = l_suppkey + and l_shipdate < '1993-04-07'; diff --git a/mysql-test/columnstore/devregression/t/mcs7531_q2_3_4_1.test b/mysql-test/columnstore/devregression/t/mcs7531_q2_3_4_1.test index d12a534b8..3529751fa 100644 --- a/mysql-test/columnstore/devregression/t/mcs7531_q2_3_4_1.test +++ b/mysql-test/columnstore/devregression/t/mcs7531_q2_3_4_1.test @@ -1,12 +1,12 @@ -# -# Test case migrated from regression test suite: -# queries/working_tpch1/group/q2.3.4.1.sql -# -# Author: Susil, susil.behera@mariadb.com -# - --- source ../include/have_columnstore.inc - -USE tpch1; - -Select min(l_suppkey) from lineitem; +# +# Test case migrated from regression test suite: +# queries/working_tpch1/group/q2.3.4.1.sql +# +# Author: Susil, susil.behera@mariadb.com +# + +-- source ../include/have_columnstore.inc + +USE tpch1; + +Select min(l_suppkey) from lineitem; diff --git a/mysql-test/columnstore/devregression/t/mcs7532_q2_3_4_2.test b/mysql-test/columnstore/devregression/t/mcs7532_q2_3_4_2.test index 8ab08eb83..16e169285 100644 --- a/mysql-test/columnstore/devregression/t/mcs7532_q2_3_4_2.test +++ b/mysql-test/columnstore/devregression/t/mcs7532_q2_3_4_2.test @@ -1,12 +1,12 @@ -# -# Test case migrated from regression test suite: -# queries/working_tpch1/group/q2.3.4.2.sql -# -# Author: Susil, susil.behera@mariadb.com -# - --- source ../include/have_columnstore.inc - -USE tpch1; - -Select max(l_shipdate) from lineitem; +# +# Test case migrated from regression test suite: +# queries/working_tpch1/group/q2.3.4.2.sql +# +# Author: Susil, susil.behera@mariadb.com +# + +-- source ../include/have_columnstore.inc + +USE tpch1; + +Select max(l_shipdate) from lineitem; diff --git a/mysql-test/columnstore/devregression/t/mcs7533_q2_3_4_3.test b/mysql-test/columnstore/devregression/t/mcs7533_q2_3_4_3.test index 793c284d1..8ccba0938 100644 --- a/mysql-test/columnstore/devregression/t/mcs7533_q2_3_4_3.test +++ b/mysql-test/columnstore/devregression/t/mcs7533_q2_3_4_3.test @@ -1,12 +1,12 @@ -# -# Test case migrated from regression test suite: -# queries/working_tpch1/group/q2.3.4.3.sql -# -# Author: Susil, susil.behera@mariadb.com -# - --- source ../include/have_columnstore.inc - -USE tpch1; - -Select sum(l_orderkey) from lineitem where l_suppkey < 100000; +# +# Test case migrated from regression test suite: +# queries/working_tpch1/group/q2.3.4.3.sql +# +# Author: Susil, susil.behera@mariadb.com +# + +-- source ../include/have_columnstore.inc + +USE tpch1; + +Select sum(l_orderkey) from lineitem where l_suppkey < 100000; diff --git a/mysql-test/columnstore/devregression/t/mcs7534_q2_3_4_4.test b/mysql-test/columnstore/devregression/t/mcs7534_q2_3_4_4.test index b9b9ab70b..4343d5e51 100644 --- a/mysql-test/columnstore/devregression/t/mcs7534_q2_3_4_4.test +++ b/mysql-test/columnstore/devregression/t/mcs7534_q2_3_4_4.test @@ -1,12 +1,12 @@ -# -# Test case migrated from regression test suite: -# queries/working_tpch1/group/q2.3.4.4.sql -# -# Author: Susil, susil.behera@mariadb.com -# - --- source ../include/have_columnstore.inc - -USE tpch1; - -Select avg(l_extendedprice) from lineitem; +# +# Test case migrated from regression test suite: +# queries/working_tpch1/group/q2.3.4.4.sql +# +# Author: Susil, susil.behera@mariadb.com +# + +-- source ../include/have_columnstore.inc + +USE tpch1; + +Select avg(l_extendedprice) from lineitem; diff --git a/mysql-test/columnstore/devregression/t/mcs7535_q2_3_6.test b/mysql-test/columnstore/devregression/t/mcs7535_q2_3_6.test index 1db8d3a7d..c0facc8ec 100644 --- a/mysql-test/columnstore/devregression/t/mcs7535_q2_3_6.test +++ b/mysql-test/columnstore/devregression/t/mcs7535_q2_3_6.test @@ -1,19 +1,19 @@ -# -# Test case migrated from regression test suite: -# queries/working_tpch1/group/q2.3.6.sql -# -# Author: Susil, susil.behera@mariadb.com -# - --- source ../include/have_columnstore.inc - -USE tpch1; - -select p_brand, sum(l_quantity) tot_qty, - avg(l_quantity) avg_qty, count(*) -from part, lineitem -where l_shipdate between '1996-04-01' and '1996-04-14' -and p_size = 5 -and p_partkey = l_partkey -group by p_brand -order by 1; +# +# Test case migrated from regression test suite: +# queries/working_tpch1/group/q2.3.6.sql +# +# Author: Susil, susil.behera@mariadb.com +# + +-- source ../include/have_columnstore.inc + +USE tpch1; + +select p_brand, sum(l_quantity) tot_qty, + avg(l_quantity) avg_qty, count(*) +from part, lineitem +where l_shipdate between '1996-04-01' and '1996-04-14' +and p_size = 5 +and p_partkey = l_partkey +group by p_brand +order by 1; diff --git a/mysql-test/columnstore/devregression/t/mcs7536_q4_2.test b/mysql-test/columnstore/devregression/t/mcs7536_q4_2.test index 2870d9f86..da2392d31 100644 --- a/mysql-test/columnstore/devregression/t/mcs7536_q4_2.test +++ b/mysql-test/columnstore/devregression/t/mcs7536_q4_2.test @@ -1,12 +1,12 @@ -# -# Test case migrated from regression test suite: -# queries/working_tpch1/group/q4.2.sql -# -# Author: Susil, susil.behera@mariadb.com -# - --- source ../include/have_columnstore.inc - -USE tpch1; - -select max(l_shipdate), count(l_partkey) from lineitem where l_orderkey < 1000000; +# +# Test case migrated from regression test suite: +# queries/working_tpch1/group/q4.2.sql +# +# Author: Susil, susil.behera@mariadb.com +# + +-- source ../include/have_columnstore.inc + +USE tpch1; + +select max(l_shipdate), count(l_partkey) from lineitem where l_orderkey < 1000000; diff --git a/mysql-test/columnstore/devregression/t/mcs7537_q4_4.test b/mysql-test/columnstore/devregression/t/mcs7537_q4_4.test index 3ad184b2c..c5f088031 100644 --- a/mysql-test/columnstore/devregression/t/mcs7537_q4_4.test +++ b/mysql-test/columnstore/devregression/t/mcs7537_q4_4.test @@ -1,12 +1,12 @@ -# -# Test case migrated from regression test suite: -# queries/working_tpch1/group/q4.4.sql -# -# Author: Susil, susil.behera@mariadb.com -# - --- source ../include/have_columnstore.inc - -USE tpch1; - -Select o_orderdate, o_custkey from orders,lineitem where o_custkey < 100 and o_orderkey = l_orderkey order by 1, 2; +# +# Test case migrated from regression test suite: +# queries/working_tpch1/group/q4.4.sql +# +# Author: Susil, susil.behera@mariadb.com +# + +-- source ../include/have_columnstore.inc + +USE tpch1; + +Select o_orderdate, o_custkey from orders,lineitem where o_custkey < 100 and o_orderkey = l_orderkey order by 1, 2; diff --git a/mysql-test/columnstore/devregression/t/mcs7538_q4_6_1.test b/mysql-test/columnstore/devregression/t/mcs7538_q4_6_1.test index c0c15b0b7..e04582516 100644 --- a/mysql-test/columnstore/devregression/t/mcs7538_q4_6_1.test +++ b/mysql-test/columnstore/devregression/t/mcs7538_q4_6_1.test @@ -1,12 +1,12 @@ -# -# Test case migrated from regression test suite: -# queries/working_tpch1/group/q4.6.1.sql -# -# Author: Susil, susil.behera@mariadb.com -# - --- source ../include/have_columnstore.inc - -USE tpch1; - -select c_custkey, o_orderkey from customer left outer join orders on c_custkey = o_custkey where c_custkey < 1000 and c_nationkey = 4 order by 1, 2; +# +# Test case migrated from regression test suite: +# queries/working_tpch1/group/q4.6.1.sql +# +# Author: Susil, susil.behera@mariadb.com +# + +-- source ../include/have_columnstore.inc + +USE tpch1; + +select c_custkey, o_orderkey from customer left outer join orders on c_custkey = o_custkey where c_custkey < 1000 and c_nationkey = 4 order by 1, 2; diff --git a/mysql-test/columnstore/devregression/t/mcs7539_q4_6_2.test b/mysql-test/columnstore/devregression/t/mcs7539_q4_6_2.test index b8b95c4d3..6a90ef5f7 100644 --- a/mysql-test/columnstore/devregression/t/mcs7539_q4_6_2.test +++ b/mysql-test/columnstore/devregression/t/mcs7539_q4_6_2.test @@ -1,12 +1,12 @@ -# -# Test case migrated from regression test suite: -# queries/working_tpch1/group/q4.6.2.sql -# -# Author: Susil, susil.behera@mariadb.com -# - --- source ../include/have_columnstore.inc - -USE tpch1; - -select c_custkey, o_orderkey from orders right outer join customer on c_custkey = o_custkey where c_custkey < 1000 and c_nationkey = 4 order by 1, 2; +# +# Test case migrated from regression test suite: +# queries/working_tpch1/group/q4.6.2.sql +# +# Author: Susil, susil.behera@mariadb.com +# + +-- source ../include/have_columnstore.inc + +USE tpch1; + +select c_custkey, o_orderkey from orders right outer join customer on c_custkey = o_custkey where c_custkey < 1000 and c_nationkey = 4 order by 1, 2; diff --git a/mysql-test/columnstore/devregression/t/mcs7540_q4_6.test b/mysql-test/columnstore/devregression/t/mcs7540_q4_6.test index 9acefc522..93e603f05 100644 --- a/mysql-test/columnstore/devregression/t/mcs7540_q4_6.test +++ b/mysql-test/columnstore/devregression/t/mcs7540_q4_6.test @@ -1,12 +1,12 @@ -# -# Test case migrated from regression test suite: -# queries/working_tpch1/group/q4.6.sql -# -# Author: Susil, susil.behera@mariadb.com -# - --- source ../include/have_columnstore.inc - -USE tpch1; - -Select * from lineitem, orders where o_custkey < 1000 and l_partkey < 10000 and l_orderkey = o_orderkey order by l_orderkey, l_linenumber; +# +# Test case migrated from regression test suite: +# queries/working_tpch1/group/q4.6.sql +# +# Author: Susil, susil.behera@mariadb.com +# + +-- source ../include/have_columnstore.inc + +USE tpch1; + +Select * from lineitem, orders where o_custkey < 1000 and l_partkey < 10000 and l_orderkey = o_orderkey order by l_orderkey, l_linenumber; diff --git a/mysql-test/columnstore/devregression/t/mcs7552_q5_1_3.test b/mysql-test/columnstore/devregression/t/mcs7552_q5_1_3.test index 220717627..81bc8d507 100644 --- a/mysql-test/columnstore/devregression/t/mcs7552_q5_1_3.test +++ b/mysql-test/columnstore/devregression/t/mcs7552_q5_1_3.test @@ -9,4 +9,4 @@ USE tpch1; -select * from lineitem where l_orderkey = 6000000000 order by l_orderkey, l_linenumber; +select * from lineitem where l_orderkey = 6000000000 order by l_orderkey, l_linenumber; diff --git a/mysql-test/columnstore/devregression/t/mcs7556_q5_2_4.test b/mysql-test/columnstore/devregression/t/mcs7556_q5_2_4.test index b575bc118..54e0fc22c 100644 --- a/mysql-test/columnstore/devregression/t/mcs7556_q5_2_4.test +++ b/mysql-test/columnstore/devregression/t/mcs7556_q5_2_4.test @@ -9,5 +9,5 @@ USE tpch1; -select l_shipdate, l_suppkey, l_quantity, l_extendedprice, l_comment -from lineitem where l_orderkey = 6000000000 order by 1, 2, 3, 4, 5; +select l_shipdate, l_suppkey, l_quantity, l_extendedprice, l_comment +from lineitem where l_orderkey = 6000000000 order by 1, 2, 3, 4, 5; diff --git a/mysql-test/columnstore/devregression/t/mcs7593_q23111.test b/mysql-test/columnstore/devregression/t/mcs7593_q23111.test index fed790661..200c844b8 100644 --- a/mysql-test/columnstore/devregression/t/mcs7593_q23111.test +++ b/mysql-test/columnstore/devregression/t/mcs7593_q23111.test @@ -9,4 +9,4 @@ USE tpch1; -Select max(l_shipdate), min(l_orderkey), sum(l_partkey) from lineitem where l_orderkey < 1000000; +Select max(l_shipdate), min(l_orderkey), sum(l_partkey) from lineitem where l_orderkey < 1000000; diff --git a/mysql-test/columnstore/devregression/t/mcs7604_q42.test b/mysql-test/columnstore/devregression/t/mcs7604_q42.test index da2394a21..0bb4055e4 100644 --- a/mysql-test/columnstore/devregression/t/mcs7604_q42.test +++ b/mysql-test/columnstore/devregression/t/mcs7604_q42.test @@ -9,4 +9,4 @@ USE tpch1; -select max(l_shipdate), count(l_partkey) from lineitem where l_orderkey < 1000000; +select max(l_shipdate), count(l_partkey) from lineitem where l_orderkey < 1000000; diff --git a/mysql-test/columnstore/devregression/t/mcs7621_q513.test b/mysql-test/columnstore/devregression/t/mcs7621_q513.test index 88a504bb1..385cb7925 100644 --- a/mysql-test/columnstore/devregression/t/mcs7621_q513.test +++ b/mysql-test/columnstore/devregression/t/mcs7621_q513.test @@ -9,4 +9,4 @@ USE tpch1; -select * from lineitem where l_orderkey = 6000000000 order by l_orderkey, l_linenumber; +select * from lineitem where l_orderkey = 6000000000 order by l_orderkey, l_linenumber; diff --git a/mysql-test/columnstore/devregression/t/mcs7625_q524.test b/mysql-test/columnstore/devregression/t/mcs7625_q524.test index bc2059fe7..d296d2538 100644 --- a/mysql-test/columnstore/devregression/t/mcs7625_q524.test +++ b/mysql-test/columnstore/devregression/t/mcs7625_q524.test @@ -9,5 +9,5 @@ USE tpch1; -select l_shipdate, l_suppkey, l_quantity, l_extendedprice, l_comment -from lineitem where l_orderkey = 6000000000 order by 1, 2, 3, 4, 5; +select l_shipdate, l_suppkey, l_quantity, l_extendedprice, l_comment +from lineitem where l_orderkey = 6000000000 order by 1, 2, 3, 4, 5; diff --git a/mysql-test/columnstore/devregression/t/mcs7651_q42.test b/mysql-test/columnstore/devregression/t/mcs7651_q42.test index ec6d844db..da756853c 100644 --- a/mysql-test/columnstore/devregression/t/mcs7651_q42.test +++ b/mysql-test/columnstore/devregression/t/mcs7651_q42.test @@ -9,4 +9,4 @@ USE tpch1; -select max(l_shipdate), count(l_partkey) from lineitem where l_orderkey < 1000000; +select max(l_shipdate), count(l_partkey) from lineitem where l_orderkey < 1000000; diff --git a/mysql-test/columnstore/devregression/t/mcs7652_q43.test b/mysql-test/columnstore/devregression/t/mcs7652_q43.test index c226c4681..7fe2afc13 100644 --- a/mysql-test/columnstore/devregression/t/mcs7652_q43.test +++ b/mysql-test/columnstore/devregression/t/mcs7652_q43.test @@ -9,4 +9,4 @@ USE tpch1; -Select /* ! INFINIDB_ORDERED */ min(o_orderdate), max(o_custkey) from orders, lineitem where l_partkey < 100000 and l_orderkey = o_orderkey; +Select /* ! INFINIDB_ORDERED */ min(o_orderdate), max(o_custkey) from orders, lineitem where l_partkey < 100000 and l_orderkey = o_orderkey; diff --git a/mysql-test/columnstore/devregression/t/mcs7668_q513.test b/mysql-test/columnstore/devregression/t/mcs7668_q513.test index c6760c0a4..c42b691fa 100644 --- a/mysql-test/columnstore/devregression/t/mcs7668_q513.test +++ b/mysql-test/columnstore/devregression/t/mcs7668_q513.test @@ -9,4 +9,4 @@ USE tpch1; -select * from lineitem where l_orderkey = 6000000000 order by l_orderkey, l_linenumber; +select * from lineitem where l_orderkey = 6000000000 order by l_orderkey, l_linenumber; diff --git a/mysql-test/columnstore/devregression/t/mcs7672_q524.test b/mysql-test/columnstore/devregression/t/mcs7672_q524.test index fb1ad3c90..a74b4fd3a 100644 --- a/mysql-test/columnstore/devregression/t/mcs7672_q524.test +++ b/mysql-test/columnstore/devregression/t/mcs7672_q524.test @@ -9,5 +9,5 @@ USE tpch1; -select l_shipdate, l_suppkey, l_quantity, l_extendedprice, l_comment -from lineitem where l_orderkey = 6000000000 order by 1, 2, 3, 4, 5; +select l_shipdate, l_suppkey, l_quantity, l_extendedprice, l_comment +from lineitem where l_orderkey = 6000000000 order by 1, 2, 3, 4, 5; diff --git a/mysql-test/columnstore/devregression/t/mcs7703_q13mod.test b/mysql-test/columnstore/devregression/t/mcs7703_q13mod.test index ec5572317..18d2a16fa 100644 --- a/mysql-test/columnstore/devregression/t/mcs7703_q13mod.test +++ b/mysql-test/columnstore/devregression/t/mcs7703_q13mod.test @@ -8,12 +8,12 @@ -- source ../include/have_columnstore.inc USE ssb1; -# Q1.3 -select sum(lo_extendedprice*lo_discount) as revenue -from dateinfo, lineorder # changed order -where lo_orderdate = d_datekey -and d_weeknuminyear = 6 -and d_year = 1994 -and lo_orderdate between 19940101 and 19941231 # added matching predicate -and lo_discount between 5 and 7 -and lo_quantity between 26 and 35; +# Q1.3 +select sum(lo_extendedprice*lo_discount) as revenue +from dateinfo, lineorder # changed order +where lo_orderdate = d_datekey +and d_weeknuminyear = 6 +and d_year = 1994 +and lo_orderdate between 19940101 and 19941231 # added matching predicate +and lo_discount between 5 and 7 +and lo_quantity between 26 and 35; diff --git a/mysql-test/columnstore/devregression/t/mcs7704_q21mod.test b/mysql-test/columnstore/devregression/t/mcs7704_q21mod.test index 1928a08eb..ef4ffc3fd 100644 --- a/mysql-test/columnstore/devregression/t/mcs7704_q21mod.test +++ b/mysql-test/columnstore/devregression/t/mcs7704_q21mod.test @@ -8,13 +8,13 @@ -- source ../include/have_columnstore.inc USE ssb1; -# Q2.1 -select sum(lo_revenue), d_year, p_brand1 -from part, supplier, dateinfo, lineorder # changed order -where lo_orderdate = d_datekey -and lo_partkey = p_partkey -and lo_suppkey = s_suppkey -and p_category = 'MFGR#12' -and s_region = 'AMERICA' -group by d_year, p_brand1 -order by d_year, p_brand1; +# Q2.1 +select sum(lo_revenue), d_year, p_brand1 +from part, supplier, dateinfo, lineorder # changed order +where lo_orderdate = d_datekey +and lo_partkey = p_partkey +and lo_suppkey = s_suppkey +and p_category = 'MFGR#12' +and s_region = 'AMERICA' +group by d_year, p_brand1 +order by d_year, p_brand1; diff --git a/mysql-test/columnstore/devregression/t/mcs7705_q22mod.test b/mysql-test/columnstore/devregression/t/mcs7705_q22mod.test index 599c0c058..eda62919f 100644 --- a/mysql-test/columnstore/devregression/t/mcs7705_q22mod.test +++ b/mysql-test/columnstore/devregression/t/mcs7705_q22mod.test @@ -8,14 +8,14 @@ -- source ../include/have_columnstore.inc USE ssb1; -# Q2.2 -select sum(lo_revenue), d_year, p_brand1 -from part, supplier, dateinfo, lineorder # changed order -where lo_orderdate = d_datekey -and lo_partkey = p_partkey -and lo_suppkey = s_suppkey -and p_brand1 between 'MFGR#2221' -and 'MFGR#2228' -and s_region = 'ASIA' -group by d_year, p_brand1 -order by d_year, p_brand1; +# Q2.2 +select sum(lo_revenue), d_year, p_brand1 +from part, supplier, dateinfo, lineorder # changed order +where lo_orderdate = d_datekey +and lo_partkey = p_partkey +and lo_suppkey = s_suppkey +and p_brand1 between 'MFGR#2221' +and 'MFGR#2228' +and s_region = 'ASIA' +group by d_year, p_brand1 +order by d_year, p_brand1; diff --git a/mysql-test/columnstore/devregression/t/mcs7706_q23mod.test b/mysql-test/columnstore/devregression/t/mcs7706_q23mod.test index 16ac7f75b..dcf05dbca 100644 --- a/mysql-test/columnstore/devregression/t/mcs7706_q23mod.test +++ b/mysql-test/columnstore/devregression/t/mcs7706_q23mod.test @@ -8,13 +8,13 @@ -- source ../include/have_columnstore.inc USE ssb1; -# Q2.3 -select sum(lo_revenue), d_year, p_brand1 -from part, supplier, dateinfo, lineorder # changed order -where lo_orderdate = d_datekey -and lo_partkey = p_partkey -and lo_suppkey = s_suppkey -and p_brand1= 'MFGR#2239' -and s_region = 'EUROPE' -group by d_year, p_brand1 -order by d_year, p_brand1; +# Q2.3 +select sum(lo_revenue), d_year, p_brand1 +from part, supplier, dateinfo, lineorder # changed order +where lo_orderdate = d_datekey +and lo_partkey = p_partkey +and lo_suppkey = s_suppkey +and p_brand1= 'MFGR#2239' +and s_region = 'EUROPE' +group by d_year, p_brand1 +order by d_year, p_brand1; diff --git a/mysql-test/columnstore/devregression/t/mcs7707_q31mod.test b/mysql-test/columnstore/devregression/t/mcs7707_q31mod.test index a4bbdd4d8..4ece58526 100644 --- a/mysql-test/columnstore/devregression/t/mcs7707_q31mod.test +++ b/mysql-test/columnstore/devregression/t/mcs7707_q31mod.test @@ -8,15 +8,15 @@ -- source ../include/have_columnstore.inc USE ssb1; -# Q3.1 -select c_nation, s_nation, d_year, -sum(lo_revenue) as revenue -from customer, supplier, dateinfo, lineorder # changed order -where lo_custkey = c_custkey -and lo_suppkey = s_suppkey -and lo_orderdate = d_datekey -and c_region = 'ASIA' -and s_region = 'ASIA' -and d_year >= 1992 and d_year <= 1997 -group by c_nation, s_nation, d_year -order by d_year asc, revenue desc; +# Q3.1 +select c_nation, s_nation, d_year, +sum(lo_revenue) as revenue +from customer, supplier, dateinfo, lineorder # changed order +where lo_custkey = c_custkey +and lo_suppkey = s_suppkey +and lo_orderdate = d_datekey +and c_region = 'ASIA' +and s_region = 'ASIA' +and d_year >= 1992 and d_year <= 1997 +group by c_nation, s_nation, d_year +order by d_year asc, revenue desc; diff --git a/mysql-test/columnstore/devregression/t/mcs7708_q32mod.test b/mysql-test/columnstore/devregression/t/mcs7708_q32mod.test index 0ff44d81d..e2aa29eb0 100644 --- a/mysql-test/columnstore/devregression/t/mcs7708_q32mod.test +++ b/mysql-test/columnstore/devregression/t/mcs7708_q32mod.test @@ -8,15 +8,15 @@ -- source ../include/have_columnstore.inc USE ssb1; -# Q3.2 -select c_city, s_city, d_year, sum(lo_revenue) -as revenue -from customer, supplier, dateinfo, lineorder # changed order -where lo_custkey = c_custkey -and lo_suppkey = s_suppkey -and lo_orderdate = d_datekey -and c_nation = 'UNITED STATES' -and s_nation = 'UNITED STATES' -and d_year >= 1992 and d_year <= 1997 -group by c_city, s_city, d_year -order by d_year asc, revenue desc; +# Q3.2 +select c_city, s_city, d_year, sum(lo_revenue) +as revenue +from customer, supplier, dateinfo, lineorder # changed order +where lo_custkey = c_custkey +and lo_suppkey = s_suppkey +and lo_orderdate = d_datekey +and c_nation = 'UNITED STATES' +and s_nation = 'UNITED STATES' +and d_year >= 1992 and d_year <= 1997 +group by c_city, s_city, d_year +order by d_year asc, revenue desc; diff --git a/mysql-test/columnstore/devregression/t/mcs7709_q33mod.test b/mysql-test/columnstore/devregression/t/mcs7709_q33mod.test index f4ad3bb47..fdedd87c0 100644 --- a/mysql-test/columnstore/devregression/t/mcs7709_q33mod.test +++ b/mysql-test/columnstore/devregression/t/mcs7709_q33mod.test @@ -8,17 +8,17 @@ -- source ../include/have_columnstore.inc USE ssb1; -# Q3.3 -select c_city, s_city, d_year, sum(lo_revenue) -as revenue -from customer, supplier, dateinfo, lineorder # changed order -where lo_custkey = c_custkey -and lo_suppkey = s_suppkey -and lo_orderdate = d_datekey -and (c_city='UNITED KI1' -or c_city='UNITED KI5') -and (s_city='UNITED KI1' -or s_city='UNITED KI5') -and d_year >= 1992 and d_year <= 1997 -group by c_city, s_city, d_year -order by d_year asc, revenue desc; +# Q3.3 +select c_city, s_city, d_year, sum(lo_revenue) +as revenue +from customer, supplier, dateinfo, lineorder # changed order +where lo_custkey = c_custkey +and lo_suppkey = s_suppkey +and lo_orderdate = d_datekey +and (c_city='UNITED KI1' +or c_city='UNITED KI5') +and (s_city='UNITED KI1' +or s_city='UNITED KI5') +and d_year >= 1992 and d_year <= 1997 +group by c_city, s_city, d_year +order by d_year asc, revenue desc; diff --git a/mysql-test/columnstore/devregression/t/mcs7710_q34mod.test b/mysql-test/columnstore/devregression/t/mcs7710_q34mod.test index 5c7f0aa80..3663f5f40 100644 --- a/mysql-test/columnstore/devregression/t/mcs7710_q34mod.test +++ b/mysql-test/columnstore/devregression/t/mcs7710_q34mod.test @@ -8,18 +8,18 @@ -- source ../include/have_columnstore.inc USE ssb1; -# Q3.4 -select c_city, s_city, d_year, sum(lo_revenue) -as revenue -from dateinfo, customer,supplier, lineorder # changed order -where lo_custkey = c_custkey -and lo_suppkey = s_suppkey -and lo_orderdate = d_datekey -and (c_city='UNITED KI1' -or c_city='UNITED KI5') -and (s_city='UNITED KI1' -or s_city='UNITED KI5') -and d_yearmonth = 'Dec1997' -and lo_orderdate between 19971201 and 19971231 # added matching predicate -group by c_city, s_city, d_year -order by d_year asc, revenue desc, c_city, s_city; +# Q3.4 +select c_city, s_city, d_year, sum(lo_revenue) +as revenue +from dateinfo, customer,supplier, lineorder # changed order +where lo_custkey = c_custkey +and lo_suppkey = s_suppkey +and lo_orderdate = d_datekey +and (c_city='UNITED KI1' +or c_city='UNITED KI5') +and (s_city='UNITED KI1' +or s_city='UNITED KI5') +and d_yearmonth = 'Dec1997' +and lo_orderdate between 19971201 and 19971231 # added matching predicate +group by c_city, s_city, d_year +order by d_year asc, revenue desc, c_city, s_city; diff --git a/mysql-test/columnstore/devregression/t/mcs7711_q41mod.test b/mysql-test/columnstore/devregression/t/mcs7711_q41mod.test index 302e50d52..700689e74 100644 --- a/mysql-test/columnstore/devregression/t/mcs7711_q41mod.test +++ b/mysql-test/columnstore/devregression/t/mcs7711_q41mod.test @@ -8,17 +8,17 @@ -- source ../include/have_columnstore.inc USE ssb1; -# Q4.1 -select d_year, c_nation, -sum(lo_revenue - lo_supplycost) as profit -from customer, supplier, part, dateinfo, lineorder # changed order -where lo_custkey = c_custkey -and lo_suppkey = s_suppkey -and lo_partkey = p_partkey -and lo_orderdate = d_datekey -and c_region = 'AMERICA' -and s_region = 'AMERICA' -and (p_mfgr = 'MFGR#1' -or p_mfgr = 'MFGR#2') -group by d_year, c_nation -order by d_year, c_nation; +# Q4.1 +select d_year, c_nation, +sum(lo_revenue - lo_supplycost) as profit +from customer, supplier, part, dateinfo, lineorder # changed order +where lo_custkey = c_custkey +and lo_suppkey = s_suppkey +and lo_partkey = p_partkey +and lo_orderdate = d_datekey +and c_region = 'AMERICA' +and s_region = 'AMERICA' +and (p_mfgr = 'MFGR#1' +or p_mfgr = 'MFGR#2') +group by d_year, c_nation +order by d_year, c_nation; diff --git a/mysql-test/columnstore/devregression/t/mcs7712_q42mod.test b/mysql-test/columnstore/devregression/t/mcs7712_q42mod.test index c2b133399..d9031d3a0 100644 --- a/mysql-test/columnstore/devregression/t/mcs7712_q42mod.test +++ b/mysql-test/columnstore/devregression/t/mcs7712_q42mod.test @@ -8,20 +8,20 @@ -- source ../include/have_columnstore.inc USE ssb1; -# Q4.2 -select d_year, s_nation, p_category, -sum(lo_revenue - lo_supplycost) as profit -from customer, supplier, part, dateinfo, lineorder # changed order -where lo_custkey = c_custkey -and lo_suppkey = s_suppkey -and lo_partkey = p_partkey -and lo_orderdate = d_datekey -and c_region = 'AMERICA' -and s_region = 'AMERICA' -and (d_year = 1997 or d_year = 1998) -and lo_orderdate between 19970101 and 19981231 # added matching predicate -and (p_mfgr = 'MFGR#1' -or p_mfgr = 'MFGR#2') -group by d_year, s_nation, p_category -order by d_year, s_nation, p_category; - +# Q4.2 +select d_year, s_nation, p_category, +sum(lo_revenue - lo_supplycost) as profit +from customer, supplier, part, dateinfo, lineorder # changed order +where lo_custkey = c_custkey +and lo_suppkey = s_suppkey +and lo_partkey = p_partkey +and lo_orderdate = d_datekey +and c_region = 'AMERICA' +and s_region = 'AMERICA' +and (d_year = 1997 or d_year = 1998) +and lo_orderdate between 19970101 and 19981231 # added matching predicate +and (p_mfgr = 'MFGR#1' +or p_mfgr = 'MFGR#2') +group by d_year, s_nation, p_category +order by d_year, s_nation, p_category; + diff --git a/mysql-test/columnstore/devregression/t/mcs7713_q43mod.test b/mysql-test/columnstore/devregression/t/mcs7713_q43mod.test index 125322e25..d94d25b6d 100644 --- a/mysql-test/columnstore/devregression/t/mcs7713_q43mod.test +++ b/mysql-test/columnstore/devregression/t/mcs7713_q43mod.test @@ -8,18 +8,18 @@ -- source ../include/have_columnstore.inc USE ssb1; -# Q4.3 -select d_year, s_city, p_brand1, -sum(lo_revenue - lo_supplycost) as profit -from supplier, dateinfo, part, customer, lineorder # changed order -where lo_custkey = c_custkey -and lo_suppkey = s_suppkey -and lo_partkey = p_partkey -and lo_orderdate = d_datekey -and s_nation = 'UNITED STATES' -and (d_year = 1997 or d_year = 1998) -and lo_orderdate between 19970101 and 19981231 # added matching predicate -and p_category = 'MFGR#14' -group by d_year, s_city, p_brand1 -order by d_year, s_city, p_brand1; - +# Q4.3 +select d_year, s_city, p_brand1, +sum(lo_revenue - lo_supplycost) as profit +from supplier, dateinfo, part, customer, lineorder # changed order +where lo_custkey = c_custkey +and lo_suppkey = s_suppkey +and lo_partkey = p_partkey +and lo_orderdate = d_datekey +and s_nation = 'UNITED STATES' +and (d_year = 1997 or d_year = 1998) +and lo_orderdate between 19970101 and 19981231 # added matching predicate +and p_category = 'MFGR#14' +group by d_year, s_city, p_brand1 +order by d_year, s_city, p_brand1; + diff --git a/tools/dbbuilder/dataGen.pl b/tools/dbbuilder/dataGen.pl index fbe9b4d16..499c17d7b 100755 --- a/tools/dbbuilder/dataGen.pl +++ b/tools/dbbuilder/dataGen.pl @@ -1,103 +1,103 @@ -#!/usr/bin/perl -w -print STDOUT "Enter the data size you want(Giga): "; -$size=; -unlink "region.tbl", "nation.tbl","supplier.tbl", "part.tbl","customer.tbl", "partsupp.tbl", "orders.tbl", "lineitem.tbl" ; -print STDOUT "Generating data sets ...\n"; -system "./dbgen -s $size"; -print STDOUT "Converting to Calpont format ...\n"; -open(REGION, "region1.tbl") or die "Can't open region1.tbl"; -while ( ) -{ +#!/usr/bin/perl -w +print STDOUT "Enter the data size you want(Giga): "; +$size=; +unlink "region.tbl", "nation.tbl","supplier.tbl", "part.tbl","customer.tbl", "partsupp.tbl", "orders.tbl", "lineitem.tbl" ; +print STDOUT "Generating data sets ...\n"; +system "./dbgen -s $size"; +print STDOUT "Converting to Calpont format ...\n"; +open(REGION, "region1.tbl") or die "Can't open region1.tbl"; +while ( ) +{ chomp; - (@token) = split /\|/ ; - print REGION1 $token[0], ", '", $token[1], "', '", $token[2], "'\n"; -} -close(REGION); -close(REGION1); -unlink "region.tbl"; -rename "region1.tbl", "region.tbl"; -open(NATION, "nation1.tbl") or die "Can't open region1.tbl"; -while ( ) -{ + (@token) = split /\|/ ; + print REGION1 $token[0], ", '", $token[1], "', '", $token[2], "'\n"; +} +close(REGION); +close(REGION1); +unlink "region.tbl"; +rename "region1.tbl", "region.tbl"; +open(NATION, "nation1.tbl") or die "Can't open region1.tbl"; +while ( ) +{ chomp; - (@token) = split /\|/ ; - print NATION1 $token[0], ", '", $token[1], "', ", $token[2], ", '", $token[3],"'\n"; -} -close(NATION); -close(NATION1); -unlink "nation.tbl"; -rename "nation1.tbl", "nation.tbl"; -open(SUPPLIER, "supplier1.tbl") or die "Can't open region1.tbl"; -while ( ) -{ + (@token) = split /\|/ ; + print NATION1 $token[0], ", '", $token[1], "', ", $token[2], ", '", $token[3],"'\n"; +} +close(NATION); +close(NATION1); +unlink "nation.tbl"; +rename "nation1.tbl", "nation.tbl"; +open(SUPPLIER, "supplier1.tbl") or die "Can't open region1.tbl"; +while ( ) +{ chomp; - (@token) = split /\|/ ; - print SUPPLIER1 $token[0], ", '", $token[1], "', '", $token[2], "', ", $token[3], ", '", $token[4], "', ", $token[5], ", '", $token[6],"'\n"; -} -close(SUPPLIER); -close(SUPPLIER); -unlink "supplier.tbl"; -rename "supplier1.tbl", "supplier.tbl"; -open(PART, "part1.tbl") or die "Can't open region1.tbl"; -while ( ) -{ + (@token) = split /\|/ ; + print SUPPLIER1 $token[0], ", '", $token[1], "', '", $token[2], "', ", $token[3], ", '", $token[4], "', ", $token[5], ", '", $token[6],"'\n"; +} +close(SUPPLIER); +close(SUPPLIER); +unlink "supplier.tbl"; +rename "supplier1.tbl", "supplier.tbl"; +open(PART, "part1.tbl") or die "Can't open region1.tbl"; +while ( ) +{ chomp; - (@token) = split /\|/ ; - print PART1 $token[0], ", '", $token[1], "', '", $token[2], "', '", $token[3], "', '", $token[4], "', ", $token[5], ", '", $token[6], "', ", $token[7], ", '", $token[8],"'\n"; -} -close(PART); -close(PART1); -unlink "part.tbl"; -rename "part1.tbl", "part.tbl"; -open(CUSTOMER, "customer1.tbl") or die "Can't open region1.tbl"; -while ( ) -{ + (@token) = split /\|/ ; + print PART1 $token[0], ", '", $token[1], "', '", $token[2], "', '", $token[3], "', '", $token[4], "', ", $token[5], ", '", $token[6], "', ", $token[7], ", '", $token[8],"'\n"; +} +close(PART); +close(PART1); +unlink "part.tbl"; +rename "part1.tbl", "part.tbl"; +open(CUSTOMER, "customer1.tbl") or die "Can't open region1.tbl"; +while ( ) +{ chomp; - (@token) = split /\|/ ; - print CUSTOMER1 $token[0], ", '", $token[1], "', '", $token[2], "', ", $token[3], ", '", $token[4], "', ", $token[5], ", '", $token[6], "', '", $token[7],"'\n"; -} -close(CUSTOMER); -close(CUSTOMER1); -unlink "customer.tbl"; -rename "customer1.tbl", "customer.tbl"; -open(PARTSUPP, "partsupp1.tbl") or die "Can't open region1.tbl"; -while ( ) -{ + (@token) = split /\|/ ; + print CUSTOMER1 $token[0], ", '", $token[1], "', '", $token[2], "', ", $token[3], ", '", $token[4], "', ", $token[5], ", '", $token[6], "', '", $token[7],"'\n"; +} +close(CUSTOMER); +close(CUSTOMER1); +unlink "customer.tbl"; +rename "customer1.tbl", "customer.tbl"; +open(PARTSUPP, "partsupp1.tbl") or die "Can't open region1.tbl"; +while ( ) +{ chomp; - (@token) = split /\|/ ; - print PARTSUPP1 $token[0], ", ", $token[1], ", ", $token[2], ", ", $token[3], ", '", $token[4],"'\n"; -} -close(PARTSUPP); -close(PARTSUPP1); -unlink "partsupp.tbl"; -rename "partsupp1.tbl", "partsupp.tbl"; -open(ORDERS, "orders1.tbl") or die "Can't open region1.tbl"; -while ( ) -{ + (@token) = split /\|/ ; + print PARTSUPP1 $token[0], ", ", $token[1], ", ", $token[2], ", ", $token[3], ", '", $token[4],"'\n"; +} +close(PARTSUPP); +close(PARTSUPP1); +unlink "partsupp.tbl"; +rename "partsupp1.tbl", "partsupp.tbl"; +open(ORDERS, "orders1.tbl") or die "Can't open region1.tbl"; +while ( ) +{ chomp; - (@token) = split /\|/ ; - print ORDERS1 $token[0], ", ", $token[1], ", '", $token[2], "', ", $token[3], ", '", $token[4], "', '", $token[5], "', '", $token[6], "', ", $token[7], ", '", $token[8],"'\n"; -} -close(ORDERS); -close(ORDERS1); -unlink "orders.tbl"; -rename "orders1.tbl", "orders.tbl"; -open(LINEITEM, "lineitem1.tbl") or die "Can't open region1.tbl"; -while ( ) -{ + (@token) = split /\|/ ; + print ORDERS1 $token[0], ", ", $token[1], ", '", $token[2], "', ", $token[3], ", '", $token[4], "', '", $token[5], "', '", $token[6], "', ", $token[7], ", '", $token[8],"'\n"; +} +close(ORDERS); +close(ORDERS1); +unlink "orders.tbl"; +rename "orders1.tbl", "orders.tbl"; +open(LINEITEM, "lineitem1.tbl") or die "Can't open region1.tbl"; +while ( ) +{ chomp; - (@token) = split /\|/ ; - print LINEITEM1 $token[0], ", ", $token[1], ", ", $token[2], ", ", $token[3], ", ", $token[4], ", ", $token[5], ", ", $token[6], ", ", $token[7], ", '", $token[8], "', '", $token[9], "', '", $token[10], "', '", $token[11], "', '", $token[12], "', '", $token[13], "', '", $token[14], "', '", $token[15],"'\n"; -} -close(LINEITEM); -close(LINEITEM1); -unlink "lineitem.tbl"; + (@token) = split /\|/ ; + print LINEITEM1 $token[0], ", ", $token[1], ", ", $token[2], ", ", $token[3], ", ", $token[4], ", ", $token[5], ", ", $token[6], ", ", $token[7], ", '", $token[8], "', '", $token[9], "', '", $token[10], "', '", $token[11], "', '", $token[12], "', '", $token[13], "', '", $token[14], "', '", $token[15],"'\n"; +} +close(LINEITEM); +close(LINEITEM1); +unlink "lineitem.tbl"; rename "lineitem1.tbl", "lineitem.tbl"; \ No newline at end of file diff --git a/tools/dbbuilder/srcdata/ordertable.csv b/tools/dbbuilder/srcdata/ordertable.csv index 19fa5dad0..ab158ff52 100755 --- a/tools/dbbuilder/srcdata/ordertable.csv +++ b/tools/dbbuilder/srcdata/ordertable.csv @@ -1,1000 +1,1000 @@ -1,185,'O',157097.37,'1996-01-02 00:00:00','5-LOW','Clerk#000000951',0,'blithely final dolphins solve-- blithely blithe packages nag blith' -2,391,'O',57118.04,'1996-12-01 00:00:00','1-URGENT','Clerk#000000880',0,'quickly regular depend' -3,617,'F',204796.81,'1993-10-14 00:00:00','5-LOW','Clerk#000000955',0,'deposits alongside of the dependencies are slowly about ' -4,685,'O',42158.77,'1995-10-11 00:00:00','5-LOW','Clerk#000000124',0,'final requests detect slyly across the blithely bold pinto beans. eve' -5,223,'F',113336.86,'1994-07-30 00:00:00','5-LOW','Clerk#000000925',0,'even deposits cajole furiously. quickly spe' -6,280,'F',56087.04,'1992-02-21 00:00:00','4-NOT SPECIFIED','Clerk#000000058',0,'ironically bold asymptotes sleep blithely beyond the regular, clos' -7,196,'O',255631.97,'1996-01-10 00:00:00','2-HIGH','Clerk#000000470',0,'ironic, regular deposits are. ironic foxes sl' -32,652,'O',167208.54,'1995-07-16 00:00:00','2-HIGH','Clerk#000000616',0,'slyly final foxes are slyly. packag' -33,335,'F',122743.14,'1993-10-27 00:00:00','3-MEDIUM','Clerk#000000409',0,'packages maintain about the deposits; foxes hang after ' -34,307,'O',58503.46,'1998-07-21 00:00:00','3-MEDIUM','Clerk#000000223',0,'quickly express asymptotes use. carefully final packages sleep f' -35,638,'O',202281.15,'1995-10-23 00:00:00','4-NOT SPECIFIED','Clerk#000000259',0,'fluffily regular pinto beans ' -36,577,'O',57314.32,'1995-11-03 00:00:00','1-URGENT','Clerk#000000358',0,'carefully ironic accounts nag' -37,431,'F',138592.71,'1992-06-03 00:00:00','3-MEDIUM','Clerk#000000456',0,'express requests ar' -38,625,'O',76728.85,'1996-08-21 00:00:00','4-NOT SPECIFIED','Clerk#000000604',0,'slyly quick pinto beans detect flu' -39,409,'O',278228.60,'1996-09-20 00:00:00','3-MEDIUM','Clerk#000000659',0,'furiously unusual pinto beans above the furiously ironic asymptot' -64,161,'F',27072.91,'1994-07-16 00:00:00','3-MEDIUM','Clerk#000000661',0,'final deposits nag. blithely special deposits a' -65,82,'P',79045.07,'1995-03-18 00:00:00','1-URGENT','Clerk#000000632',0,'furiously even platelets boost ironic theodolites. even ' -66,646,'F',123931.44,'1994-01-20 00:00:00','5-LOW','Clerk#000000743',0,'ironic requests are quickly about the carefully unusual a' -67,284,'O',161225.81,'1996-12-19 00:00:00','4-NOT SPECIFIED','Clerk#000000547',0,'regular, bold foxes across the even requests detect a' -68,143,'O',306072.21,'1998-04-18 00:00:00','3-MEDIUM','Clerk#000000440',0,'stealthy decoys nag; furiously' -69,424,'F',224145.33,'1994-06-04 00:00:00','4-NOT SPECIFIED','Clerk#000000330',0,'carefully regular theodolites exce' -70,322,'F',109087.70,'1993-12-18 00:00:00','5-LOW','Clerk#000000322',0,'blithely unusual pack' -71,17,'O',246761.41,'1998-01-24 00:00:00','4-NOT SPECIFIED','Clerk#000000271',0,'furiously ironic dolphins sleep slyly. carefully special notornis cajole c' -96,539,'F',82945.63,'1994-04-17 00:00:00','2-HIGH','Clerk#000000395',0,'carefully regular accounts ' -97,106,'F',88875.17,'1993-01-29 00:00:00','3-MEDIUM','Clerk#000000547',0,'carefully even packages believe sly' -98,523,'F',65093.95,'1994-09-25 00:00:00','1-URGENT','Clerk#000000448',0,'carefully even dinos sleep blithely. regular, bold deposits' -99,445,'F',135381.76,'1994-03-13 00:00:00','4-NOT SPECIFIED','Clerk#000000973',0,'carefully regular theodolites may believe unu' -100,736,'O',177390.54,'1998-02-28 00:00:00','4-NOT SPECIFIED','Clerk#000000577',0,'regular deposits sleep closely regular, regular packages. carefully si' -101,140,'O',146619.13,'1996-03-17 00:00:00','3-MEDIUM','Clerk#000000419',0,'blithely ironic accounts lose slyly about the pending, regular accounts' -102,4,'O',172373.70,'1997-05-09 00:00:00','2-HIGH','Clerk#000000596',0,'unusual deposits dazzle furiously blithely regular pinto beans. pending foxes' -103,146,'O',108598.55,'1996-06-20 00:00:00','4-NOT SPECIFIED','Clerk#000000090',0,'carefully ironic deposits are quickly blithely even' -128,370,'F',51789.90,'1992-06-15 00:00:00','1-URGENT','Clerk#000000385',0,'carefully special e' -129,356,'F',249372.79,'1992-11-19 00:00:00','5-LOW','Clerk#000000859',0,'slyly bold dolphins cajole c' -130,185,'F',137977.36,'1992-05-08 00:00:00','2-HIGH','Clerk#000000036',0,'slyly final accounts among' -131,464,'F',136324.39,'1994-06-08 00:00:00','3-MEDIUM','Clerk#000000625',0,'special courts wake blithely accordin' -132,133,'F',168612.91,'1993-06-11 00:00:00','3-MEDIUM','Clerk#000000488',0,'ironic platelets according to the evenly regula' -133,220,'O',117791.49,'1997-11-29 00:00:00','1-URGENT','Clerk#000000738',0,'slyly silent deposits haggle carefully fluffi' -134,31,'F',230215.93,'1992-05-01 00:00:00','4-NOT SPECIFIED','Clerk#000000711',0,'silently even deposits wake about the fluff' -135,304,'O',259784.83,'1995-10-21 00:00:00','4-NOT SPECIFIED','Clerk#000000804',0,'accounts cajole. final, pending dependencies a' -160,413,'O',98805.83,'1996-12-19 00:00:00','4-NOT SPECIFIED','Clerk#000000342',0,'unusual dependencie' -161,85,'F',26891.99,'1994-08-31 00:00:00','2-HIGH','Clerk#000000322',0,'ironic, even attainments cajole closely' -162,71,'O',3658.17,'1995-05-08 00:00:00','3-MEDIUM','Clerk#000000378',0,'instructions nag slyly. fluffily ironic sau' -163,439,'O',189936.06,'1997-09-05 00:00:00','3-MEDIUM','Clerk#000000379',0,'carefully express pinto beans serve carefully final as' -164,4,'F',270610.61,'1992-10-21 00:00:00','5-LOW','Clerk#000000209',0,'fluffily unusual requests al' -165,137,'F',216975.45,'1993-01-30 00:00:00','4-NOT SPECIFIED','Clerk#000000292',0,'furiously enticing accounts cajole sometimes. slyly express plat' -166,541,'O',127712.41,'1995-09-12 00:00:00','2-HIGH','Clerk#000000440',0,'bold dependencies wake furiously regula' -167,598,'F',80604.21,'1993-01-04 00:00:00','4-NOT SPECIFIED','Clerk#000000731',0,'express warhorses wake carefully furiously ironic deposits. c' -192,413,'O',196719.07,'1997-11-25 00:00:00','5-LOW','Clerk#000000483',0,'silent requests above the furiously even pinto beans sleep bl' -193,397,'F',69626.48,'1993-08-08 00:00:00','1-URGENT','Clerk#000000025',0,'slyly blithe instructions cajole carefully ironic, fina' -194,310,'F',165319.18,'1992-04-05 00:00:00','3-MEDIUM','Clerk#000000352',0,'carefully dogged excuses use abou' -195,679,'F',163014.11,'1993-12-28 00:00:00','3-MEDIUM','Clerk#000000216',0,'ironic, final notornis are fluffily across the carefull' -196,325,'F',44015.32,'1993-03-17 00:00:00','2-HIGH','Clerk#000000988',0,'even deposits wake ' -197,163,'P',135710.53,'1995-04-07 00:00:00','2-HIGH','Clerk#000000969',0,'theodolites above the furiously regular deposits sleep blithely abo' -198,553,'O',157388.73,'1998-01-02 00:00:00','4-NOT SPECIFIED','Clerk#000000331',0,'deposits haggle carefully after the furiously fi' -199,265,'O',122039.35,'1996-03-07 00:00:00','2-HIGH','Clerk#000000489',0,'unusual, regular requests c' -224,13,'F',235852.53,'1994-06-18 00:00:00','4-NOT SPECIFIED','Clerk#000000642',0,'quickly final accounts use even requests. ironic ac' -225,166,'P',250080.86,'1995-05-25 00:00:00','1-URGENT','Clerk#000000177',0,'blithely express cou' -226,638,'F',239986.06,'1993-03-10 00:00:00','2-HIGH','Clerk#000000756',0,'even, ironic theodolites detect fluffily final instructions-- fi' -227,50,'O',75374.86,'1995-11-10 00:00:00','5-LOW','Clerk#000000919',0,'asymptotes are special, special requests. spec' -228,221,'F',2685.69,'1993-02-25 00:00:00','1-URGENT','Clerk#000000562',0,'blithely ironic requests boost pending theodolites. even deposits affix fluf' -229,559,'F',206808.85,'1993-12-29 00:00:00','1-URGENT','Clerk#000000628',0,'blithely thin requests along the fluffily regular packages e' -230,514,'F',146619.77,'1993-10-27 00:00:00','1-URGENT','Clerk#000000520',0,'ironic, silent tithes wake carefully until the even theodolites. special' -231,455,'F',210564.57,'1994-09-29 00:00:00','2-HIGH','Clerk#000000446',0,'express requests use always at the unusual deposits. silently final acc' -256,625,'F',155347.08,'1993-10-19 00:00:00','4-NOT SPECIFIED','Clerk#000000834',0,'special dependencies boost furiously. pendin' -257,614,'O',11074.80,'1998-03-28 00:00:00','3-MEDIUM','Clerk#000000680',0,'final, regular packages nag furiously fluffily f' -258,211,'F',288192.48,'1993-12-29 00:00:00','1-URGENT','Clerk#000000167',0,'regularly ironic grouches against the quickly express p' -259,217,'F',101622.08,'1993-09-29 00:00:00','4-NOT SPECIFIED','Clerk#000000601',0,'ironic packages haggle among the furiously brave deposits. final, final d' -260,524,'O',253211.03,'1996-12-10 00:00:00','3-MEDIUM','Clerk#000000960',0,'quickly special ideas against the furiously final accounts affix deposits. sl' -261,232,'F',269110.56,'1993-06-29 00:00:00','3-MEDIUM','Clerk#000000310',0,'final accounts nag fluffily about' -262,152,'O',155325.90,'1995-11-25 00:00:00','4-NOT SPECIFIED','Clerk#000000551',0,'express, regular theodolites wake special instructions. slyly express ' -263,581,'F',112717.57,'1994-05-17 00:00:00','2-HIGH','Clerk#000000088',0,'fluffily final ideas use quickly slyly final foxes? fluffily express dolphi' -288,37,'O',231344.00,'1997-02-21 00:00:00','1-URGENT','Clerk#000000109',0,'quickly ruthless instructions cajole ' -289,520,'O',163936.56,'1997-02-10 00:00:00','3-MEDIUM','Clerk#000000103',0,'slyly express excuses d' -290,590,'F',76311.78,'1994-01-01 00:00:00','4-NOT SPECIFIED','Clerk#000000735',0,'pending instructions against the furiously express d' -291,706,'F',93811.91,'1994-03-13 00:00:00','1-URGENT','Clerk#000000923',0,'express requests according to the carefully regular deposits run' -292,112,'F',44466.35,'1992-01-13 00:00:00','2-HIGH','Clerk#000000193',0,'furiously special theodolites wake blith' -293,151,'F',51432.64,'1992-10-02 00:00:00','2-HIGH','Clerk#000000629',0,'regular instructions grow bold, u' -294,253,'F',37549.76,'1993-07-16 00:00:00','3-MEDIUM','Clerk#000000499',0,'idly ironic deposits must have to haggle deposits. blithel' -295,95,'F',129176.32,'1994-09-29 00:00:00','2-HIGH','Clerk#000000155',0,'doggedly final requests nag carefull' -320,2,'O',50048.44,'1997-11-21 00:00:00','2-HIGH','Clerk#000000573',0,'carefully silent ideas do solve final, express instructions. quickly final p' -321,613,'F',84978.74,'1993-03-21 00:00:00','3-MEDIUM','Clerk#000000289',0,'quickly silent requests affix sl' -322,668,'F',153959.58,'1992-03-19 00:00:00','1-URGENT','Clerk#000000158',0,'carefully unusual pinto beans lose carefully. even instructions ac' -323,196,'F',123934.48,'1994-03-26 00:00:00','1-URGENT','Clerk#000000959',0,'even, regular instructions' -324,526,'F',46376.74,'1992-03-20 00:00:00','1-URGENT','Clerk#000000352',0,'regular theodolites boost quickly along the ironic, quick realms.' -325,202,'F',98331.70,'1993-10-17 00:00:00','5-LOW','Clerk#000000844',0,'carefully fluffy forges about the express, ir' -326,380,'O',318643.02,'1995-06-04 00:00:00','2-HIGH','Clerk#000000466',0,'regular theodolites was car' -327,724,'P',34912.14,'1995-04-17 00:00:00','5-LOW','Clerk#000000992',0,'fluffily ironic deposits across the ironically regular ideas are ' -352,533,'F',20241.15,'1994-03-08 00:00:00','2-HIGH','Clerk#000000932',0,'regular, regular pinto beans haggle sly' -353,10,'F',257919.40,'1993-12-31 00:00:00','5-LOW','Clerk#000000449',0,'even ideas haggle excuses? slyly ironic packages wake alongside of the qu' -354,692,'O',203676.72,'1996-03-14 00:00:00','2-HIGH','Clerk#000000511',0,'quickly special packages inside the slyly unusual pain' -355,352,'F',98197.34,'1994-06-14 00:00:00','5-LOW','Clerk#000000532',0,'carefully even instructio' -356,736,'F',227447.74,'1994-06-30 00:00:00','4-NOT SPECIFIED','Clerk#000000944',0,'fluffily pending theo' -357,302,'O',158032.96,'1996-10-09 00:00:00','2-HIGH','Clerk#000000301',0,'carefully bold theodolites cajole f' -358,13,'F',349622.70,'1993-09-20 00:00:00','2-HIGH','Clerk#000000392',0,'deposits sublate carefully at t' -359,388,'F',212176.08,'1994-12-19 00:00:00','3-MEDIUM','Clerk#000000934',0,'furiously final foxes are. regular,' -384,566,'F',180323.94,'1992-03-03 00:00:00','5-LOW','Clerk#000000206',0,'regular packages haggle furiously; idle requests wake carefu' -385,166,'O',65032.79,'1996-03-22 00:00:00','5-LOW','Clerk#000000600',0,'asymptotes wake silent, silent' -386,301,'F',135676.07,'1995-01-25 00:00:00','2-HIGH','Clerk#000000648',0,'quickly pending instructions unwind furiously theodolites. final package' -387,17,'O',193002.41,'1997-01-26 00:00:00','4-NOT SPECIFIED','Clerk#000000768',0,'blithely even accounts according to the even packag' -388,224,'F',157989.72,'1992-12-16 00:00:00','4-NOT SPECIFIED','Clerk#000000356',0,'accounts wake against the braids. silent accounts snooze slyly blithely ironi' -389,635,'F',3363.25,'1994-02-17 00:00:00','2-HIGH','Clerk#000000062',0,'pending, bold packages boost blithely final package' -390,514,'O',258632.88,'1998-04-07 00:00:00','5-LOW','Clerk#000000404',0,'blithely even pinto beans against the ironic packages boost qu' -391,553,'F',19603.95,'1994-11-17 00:00:00','2-HIGH','Clerk#000000256',0,'furiously special deposits wake blithely. qu' -416,202,'F',106349.88,'1993-09-27 00:00:00','5-LOW','Clerk#000000294',0,'excuses boost permanently around the carefully pe' -417,274,'F',110887.13,'1994-02-06 00:00:00','3-MEDIUM','Clerk#000000468',0,'pending, regular pinto beans after the final, express accounts boost' -418,475,'P',35922.26,'1995-04-13 00:00:00','4-NOT SPECIFIED','Clerk#000000643',0,'quiet, bold ideas a' -419,583,'O',154394.00,'1996-10-01 00:00:00','3-MEDIUM','Clerk#000000376',0,'accounts sleep quickly slyly bo' -420,451,'O',259929.98,'1995-10-31 00:00:00','4-NOT SPECIFIED','Clerk#000000756',0,'slyly final deposits sublate after the quickly pending deposits' -421,196,'F',1642.79,'1992-02-22 00:00:00','5-LOW','Clerk#000000405',0,'ironic, even account' -422,367,'O',172253.19,'1997-05-31 00:00:00','4-NOT SPECIFIED','Clerk#000000049',0,'carefully even packages use' -423,517,'O',40797.83,'1996-06-01 00:00:00','1-URGENT','Clerk#000000674',0,'blithely unusual dugouts play quickly along the blithely regular theo' -448,749,'O',168755.67,'1995-08-21 00:00:00','3-MEDIUM','Clerk#000000597',0,'furiously even requests nag carefully. ' -449,479,'O',64037.08,'1995-07-20 00:00:00','2-HIGH','Clerk#000000841',0,'final, express requests sleep permanent requests. spe' -450,238,'P',228393.79,'1995-03-05 00:00:00','4-NOT SPECIFIED','Clerk#000000293',0,'deposits wake regular, ironic instructions. bli' -451,494,'O',138200.09,'1998-05-25 00:00:00','5-LOW','Clerk#000000048',0,'final foxes nag. regul' -452,298,'O',2916.10,'1997-10-14 00:00:00','1-URGENT','Clerk#000000498',0,'theodolites should n' -453,221,'O',308816.13,'1997-05-26 00:00:00','5-LOW','Clerk#000000504',0,'furiously even deposits use inside the excuses.' -454,244,'O',33918.18,'1995-12-27 00:00:00','5-LOW','Clerk#000000890',0,'fluffily final accounts after the special, ironic pinto ' -455,61,'O',183504.63,'1996-12-04 00:00:00','1-URGENT','Clerk#000000796',0,'even instructions hagg' -480,358,'F',25016.32,'1993-05-08 00:00:00','5-LOW','Clerk#000000004',0,'final accounts poach carefully. quickly final platelets boost quickly even ide' -481,152,'F',168508.90,'1992-10-08 00:00:00','2-HIGH','Clerk#000000230',0,'ruthlessly ironic packages nag furiously across the slyly regula' -482,626,'O',182161.63,'1996-03-26 00:00:00','1-URGENT','Clerk#000000295',0,'blithely regular as' -483,175,'O',51526.15,'1995-07-11 00:00:00','2-HIGH','Clerk#000000025',0,'bold theodolites sl' -484,272,'O',300795.63,'1997-01-03 00:00:00','3-MEDIUM','Clerk#000000545',0,'fluffily even deposits run foxes; regular packages afte' -485,503,'O',156901.75,'1997-03-26 00:00:00','2-HIGH','Clerk#000000105',0,'regular, bold asymptotes sleep boldly. carefu' -486,256,'O',241933.79,'1996-03-11 00:00:00','4-NOT SPECIFIED','Clerk#000000803',0,'quickly final foxes across the expre' -487,541,'F',66436.00,'1992-08-18 00:00:00','1-URGENT','Clerk#000000086',0,'ironic, express pinto be' -512,316,'P',176424.04,'1995-05-20 00:00:00','5-LOW','Clerk#000000814',0,'quickly unusual foxes was fluffily slyly even accounts. pac' -513,304,'O',89965.65,'1995-05-01 00:00:00','2-HIGH','Clerk#000000522',0,'always final sentiments haggle furiously around the fluffily ruthles' -514,376,'O',147672.00,'1996-04-04 00:00:00','2-HIGH','Clerk#000000094',0,'enticingly quick escapades wake slyly. final acc' -515,710,'F',230608.55,'1993-08-29 00:00:00','4-NOT SPECIFIED','Clerk#000000700',0,'slyly unusual ideas subla' -516,220,'O',11833.36,'1998-04-21 00:00:00','2-HIGH','Clerk#000000305',0,'quickly final foxes accord' -517,47,'O',105426.88,'1997-04-07 00:00:00','5-LOW','Clerk#000000359',0,'deposits wake always slyly regular requests. blithely ' -518,722,'O',350358.73,'1998-02-08 00:00:00','2-HIGH','Clerk#000000768',0,'slyly even ideas hang quickly. carefully final instructi' -519,316,'O',112151.60,'1997-10-31 00:00:00','1-URGENT','Clerk#000000985',0,'quick depths are! slyly express requests along the carefully ironic ' -544,467,'F',73045.81,'1993-02-17 00:00:00','2-HIGH','Clerk#000000145',0,'slyly ironic attainments sleep blith' -545,316,'O',38388.75,'1995-11-07 00:00:00','2-HIGH','Clerk#000000537',0,'even, regular packa' -546,718,'O',19870.35,'1996-11-01 00:00:00','2-HIGH','Clerk#000000041',0,'final notornis detect slyly fluffily express deposits. brav' -547,493,'O',138311.02,'1996-06-22 00:00:00','3-MEDIUM','Clerk#000000976',0,'bold instructions print fluffily carefully id' -548,620,'F',131636.54,'1994-09-21 00:00:00','1-URGENT','Clerk#000000435',0,'quickly regular accounts daz' -549,550,'F',197068.43,'1992-07-13 00:00:00','1-URGENT','Clerk#000000196',0,'carefully regular foxes integrate ironic, fina' -550,118,'O',56246.66,'1995-08-02 00:00:00','1-URGENT','Clerk#000000204',0,'carefully even asymptotes sleep furiously sp' -551,449,'O',70861.56,'1995-05-30 00:00:00','1-URGENT','Clerk#000000179',0,'unusual, final accounts use above the special excuses. final depo' -576,148,'O',23466.08,'1997-05-13 00:00:00','3-MEDIUM','Clerk#000000955',0,'pending theodolites about the carefu' -577,277,'F',40599.44,'1994-12-19 00:00:00','5-LOW','Clerk#000000154',0,'blithely unusual packages sl' -578,463,'O',114420.27,'1997-01-10 00:00:00','5-LOW','Clerk#000000281',0,'blithely pending asymptotes wake quickly across the carefully final' -579,337,'O',138743.64,'1998-03-11 00:00:00','2-HIGH','Clerk#000000862',0,'slyly even requests cajole slyly. sil' -580,298,'O',135967.48,'1997-07-05 00:00:00','2-HIGH','Clerk#000000314',0,'final ideas must have to are carefully quickly furious requests' -581,344,'O',168207.70,'1997-02-23 00:00:00','4-NOT SPECIFIED','Clerk#000000239',0,'carefully regular dolphins cajole ruthlessl' -582,247,'O',185015.54,'1997-10-21 00:00:00','1-URGENT','Clerk#000000378',0,'quietly ironic pinto beans wake carefully. ironic accounts across the dol' -583,236,'O',194642.39,'1997-03-19 00:00:00','3-MEDIUM','Clerk#000000792',0,'blithely final accounts can use. even, final packages thrash ' -608,130,'O',104906.26,'1996-02-28 00:00:00','3-MEDIUM','Clerk#000000995',0,'carefully ironic dinos' -609,626,'F',26813.60,'1994-06-01 00:00:00','3-MEDIUM','Clerk#000000348',0,'furiously final braids cajole quickly accounts. regul' -610,254,'O',267087.96,'1995-08-02 00:00:00','1-URGENT','Clerk#000000610',0,'slyly special instructions use slyly abo' -611,529,'F',94219.72,'1993-01-27 00:00:00','1-URGENT','Clerk#000000401',0,'instructions are furiously despite the slyly special pla' -612,409,'F',212224.73,'1992-10-21 00:00:00','3-MEDIUM','Clerk#000000759',0,'bold pinto beans wake furiously pinto beans. pending pinto beans poac' -613,692,'O',48073.41,'1995-06-18 00:00:00','2-HIGH','Clerk#000000172',0,'carefully pending packages are bravely am' -614,667,'F',356619.92,'1992-12-01 00:00:00','2-HIGH','Clerk#000000388',0,'final dolphins nod. slyly ironic fo' -615,328,'F',46583.26,'1992-05-09 00:00:00','5-LOW','Clerk#000000388',0,'slyly express instructions alongside of the q' -640,476,'F',184228.21,'1993-01-23 00:00:00','2-HIGH','Clerk#000000433',0,'theodolites cajole slyly among the even excuses. unusual theodolites ' -641,665,'F',153357.51,'1993-08-30 00:00:00','5-LOW','Clerk#000000175',0,'final packages haggle carefully. brave foxes sleep blithel' -642,200,'F',28181.50,'1993-12-16 00:00:00','3-MEDIUM','Clerk#000000357',0,'quickly unusual theodolites sleep. regular pinto beans affix theodol' -643,289,'P',245971.32,'1995-03-25 00:00:00','2-HIGH','Clerk#000000354',0,'requests cajole. ruthlessly even frays sleep slyly pending ideas. careful' -644,37,'F',275005.16,'1992-05-01 00:00:00','1-URGENT','Clerk#000000550',0,'carefully regular dependencies lose quickl' -645,572,'F',321274.34,'1994-12-03 00:00:00','2-HIGH','Clerk#000000090',0,'fluffily express accounts cajole request' -646,253,'F',195346.91,'1994-11-22 00:00:00','2-HIGH','Clerk#000000203',0,'express, ironic packages are quickly. fluffi' -647,715,'O',69572.07,'1997-08-07 00:00:00','1-URGENT','Clerk#000000270',0,'regular packages could b' -672,541,'F',144641.26,'1994-04-14 00:00:00','5-LOW','Clerk#000000106',0,'thinly special deposits use s' -673,397,'F',27281.40,'1994-03-10 00:00:00','1-URGENT','Clerk#000000448',0,'blithely bold foxes should have to sleep quickly ca' -674,166,'F',37561.19,'1992-08-29 00:00:00','5-LOW','Clerk#000000448',0,'slyly ironic courts will na' -675,59,'O',173661.94,'1997-07-31 00:00:00','2-HIGH','Clerk#000000168',0,'fluffily special accounts sublate packages. furiously express package' -676,190,'O',238066.91,'1996-12-13 00:00:00','2-HIGH','Clerk#000000248',0,'ironic pinto beans above the' -677,620,'F',204346.11,'1993-11-24 00:00:00','3-MEDIUM','Clerk#000000824',0,'carefully furious packages after the furiously ironic requests x-ray bli' -678,655,'F',205355.98,'1993-02-27 00:00:00','5-LOW','Clerk#000000530',0,'furiously regular foxe' -679,244,'O',15232.99,'1995-12-15 00:00:00','2-HIGH','Clerk#000000853',0,'deposits nag. furiously regular ideas sleep alongside of the even requests. ' -704,422,'O',86789.85,'1996-11-21 00:00:00','3-MEDIUM','Clerk#000000682',0,'furiously regular accounts integrate blithely. carefully unusual pinto beans ' -705,214,'O',133937.97,'1997-02-13 00:00:00','4-NOT SPECIFIED','Clerk#000000294',0,'slyly ironic theodolites according t' -706,737,'O',41186.81,'1995-09-09 00:00:00','1-URGENT','Clerk#000000448',0,'regular, regular requests wak' -707,581,'F',83483.57,'1994-11-20 00:00:00','3-MEDIUM','Clerk#000000199',0,'instructions cajole qui' -708,158,'O',150903.11,'1998-07-03 00:00:00','3-MEDIUM','Clerk#000000101',0,'carefully ironic requests thrash' -709,181,'O',108881.58,'1998-04-21 00:00:00','1-URGENT','Clerk#000000461',0,'quickly final excuses sleep quickly. sly' -710,656,'F',330300.82,'1993-01-02 00:00:00','5-LOW','Clerk#000000026',0,'slyly ironic accounts haggle blithely according to the ideas. regular foxe' -711,319,'F',135906.51,'1993-09-23 00:00:00','4-NOT SPECIFIED','Clerk#000000856',0,'frays use carefully across the carefully express dugouts; slyly busy the' -736,232,'O',195225.40,'1998-06-21 00:00:00','5-LOW','Clerk#000000881',0,'carefully final pinto beans solve slyly ' -737,599,'F',21728.74,'1992-04-26 00:00:00','5-LOW','Clerk#000000233',0,'blithely regular accounts sublate abou' -738,104,'F',189513.91,'1993-03-02 00:00:00','4-NOT SPECIFIED','Clerk#000000669',0,'ironic, even accounts are furiously final accounts. regular accounts' -739,2,'O',202018.60,'1998-05-31 00:00:00','5-LOW','Clerk#000000900',0,'carefully thin packages against the regular orbits haggle slyly fina' -740,218,'O',115428.39,'1995-07-16 00:00:00','3-MEDIUM','Clerk#000000583',0,'evenly unusual ideas doubt' -741,523,'O',74487.96,'1998-07-07 00:00:00','2-HIGH','Clerk#000000295',0,'blithely ironic requests' -742,515,'F',313359.91,'1994-12-23 00:00:00','5-LOW','Clerk#000000543',0,'furiously bold requests cajole. requests sleep qui' -743,392,'O',40193.47,'1996-10-04 00:00:00','4-NOT SPECIFIED','Clerk#000000933',0,'carefully express deposits against the slyly even dugou' -768,487,'O',289359.43,'1996-08-20 00:00:00','3-MEDIUM','Clerk#000000411',0,'furiously regular p' -769,400,'F',70929.77,'1993-06-02 00:00:00','3-MEDIUM','Clerk#000000172',0,'furiously express dependencies sl' -770,160,'O',96658.56,'1998-05-23 00:00:00','5-LOW','Clerk#000000572',0,'quickly bold deposits wake furiously against the' -771,223,'O',143544.34,'1995-06-17 00:00:00','1-URGENT','Clerk#000000105',0,'fluffily regular epitaphs cajole furious' -772,484,'F',166734.05,'1993-04-17 00:00:00','2-HIGH','Clerk#000000430',0,'regularly silent asymptotes wake' -773,661,'F',187170.75,'1993-09-26 00:00:00','3-MEDIUM','Clerk#000000307',0,'furiously ironic accounts are above the quickly regul' -774,398,'O',232746.90,'1995-12-04 00:00:00','1-URGENT','Clerk#000000883',0,'regular instructions nag carefully blithely even' -775,667,'F',85844.63,'1995-03-18 00:00:00','1-URGENT','Clerk#000000191',0,'carefully express deposits wake-- quickly even accounts cajol' -800,280,'O',124932.69,'1998-07-14 00:00:00','2-HIGH','Clerk#000000213',0,'slyly ironic gifts over the regular, express ideas cajole quickly among t' -801,589,'F',162917.59,'1992-02-18 00:00:00','1-URGENT','Clerk#000000186',0,'theodolites sleep above the careful' -802,685,'F',239248.21,'1995-01-05 00:00:00','1-URGENT','Clerk#000000516',0,'express pinto beans wake across the pending ' -803,73,'O',37336.79,'1997-04-29 00:00:00','5-LOW','Clerk#000000260',0,'blithely pending gifts according to the busy, ironic re' -804,250,'F',126880.57,'1993-03-12 00:00:00','3-MEDIUM','Clerk#000000931',0,'furiously final pinto beans impress careful' -805,631,'O',125826.91,'1995-07-05 00:00:00','4-NOT SPECIFIED','Clerk#000000856',0,'busy, regular foxes ' -806,655,'O',41904.26,'1996-06-20 00:00:00','2-HIGH','Clerk#000000240',0,'ironic pinto beans wake quickly acro' -807,718,'F',331992.44,'1993-11-24 00:00:00','3-MEDIUM','Clerk#000000012',0,'express packages according to the quickly special ' -832,145,'F',91830.91,'1992-04-19 00:00:00','5-LOW','Clerk#000000495',0,'blithely even accounts cajole slyly dolphins; slyly bold requests i' -833,277,'F',72143.55,'1994-02-13 00:00:00','3-MEDIUM','Clerk#000000437',0,'blithely final foxes sleep quickly abo' -834,214,'F',67050.93,'1994-05-23 00:00:00','3-MEDIUM','Clerk#000000805',0,'furiously regular pinto beans are carefully. even' -835,325,'O',96681.15,'1995-10-08 00:00:00','4-NOT SPECIFIED','Clerk#000000416',0,'deposits mold slyly furiously even accounts? slyly ironic re' -836,344,'O',109557.63,'1996-11-25 00:00:00','4-NOT SPECIFIED','Clerk#000000729',0,'slyly unusual deposits affix' -837,580,'F',77875.00,'1994-06-15 00:00:00','4-NOT SPECIFIED','Clerk#000000563',0,'furiously final instructions use ironic foxes. even packages s' -838,82,'O',107560.33,'1998-01-29 00:00:00','5-LOW','Clerk#000000213',0,'slyly regular ideas cajole. blithely ruthless patterns snooze ag' -839,140,'O',116490.54,'1995-08-08 00:00:00','1-URGENT','Clerk#000000951',0,'blithely express deposits are slyly' -864,689,'O',105768.13,'1997-08-17 00:00:00','1-URGENT','Clerk#000000036',0,'carefully regular pinto beans wake fluffily. sly' -865,13,'F',110339.44,'1993-05-04 00:00:00','3-MEDIUM','Clerk#000000337',0,'requests are across the regular excuses. final, brave dependencies kindle aro' -866,193,'F',7266.48,'1992-11-28 00:00:00','3-MEDIUM','Clerk#000000718',0,'closely regular dependencies boost fluffily after the pending foxes. carefull' -867,127,'F',11466.45,'1993-11-16 00:00:00','3-MEDIUM','Clerk#000000877',0,'regular, unusual theodolites according to the daringly pending' -868,518,'F',172557.80,'1992-06-09 00:00:00','4-NOT SPECIFIED','Clerk#000000782',0,'doggedly final theodolites wake furiously qui' -869,674,'O',72058.22,'1997-01-12 00:00:00','2-HIGH','Clerk#000000245',0,'ironic, regular requests sleep alongside of the regularly regular p' -870,161,'F',51422.66,'1993-06-20 00:00:00','4-NOT SPECIFIED','Clerk#000000123',0,'special, ironic asymptotes' -871,73,'O',250010.22,'1995-11-15 00:00:00','5-LOW','Clerk#000000882',0,'regular deposits across the requests haggle quickly carefully regular somas. b' -896,10,'F',254371.33,'1993-03-09 00:00:00','1-URGENT','Clerk#000000187',0,'furiously ironic instructions lose quickly. ironic foxes cajole slyly. iron' -897,245,'P',89391.81,'1995-03-20 00:00:00','1-URGENT','Clerk#000000316',0,'evenly regular asymptotes above the slyly final packages haggle a' -898,268,'F',164278.19,'1993-06-03 00:00:00','2-HIGH','Clerk#000000611',0,'even packages integrate unusual requests. careful attainments sleep' -899,544,'O',171013.71,'1998-04-08 00:00:00','5-LOW','Clerk#000000575',0,'unusual, even pinto beans wake slyly along the' -900,230,'F',184771.51,'1994-10-01 00:00:00','4-NOT SPECIFIED','Clerk#000000060',0,'unusual, final depths cajole car' -901,58,'O',92584.07,'1998-07-21 00:00:00','4-NOT SPECIFIED','Clerk#000000929',0,'carefully even excuses cajole furiously blithely bold requests. blithely regul' -902,43,'F',58689.51,'1994-07-27 00:00:00','4-NOT SPECIFIED','Clerk#000000811',0,'ironic deposits print above the bold deposits. slow, ironic frays cajole. pe' -903,55,'O',128789.14,'1995-07-07 00:00:00','4-NOT SPECIFIED','Clerk#000000793',0,'ironic frays x-ray slyly alongside of the furiously regular platelet' -928,329,'F',298019.62,'1995-03-02 00:00:00','5-LOW','Clerk#000000450',0,'fluffily pending requests boo' -929,415,'F',167530.79,'1992-10-02 00:00:00','2-HIGH','Clerk#000000160',0,'deposits sleep furiously fluffily pending foxes. ironic, silent accounts' -930,655,'F',278434.91,'1994-12-17 00:00:00','1-URGENT','Clerk#000000004',0,'quickly regular foxes after the silent, pending pinto beans cajole blit' -931,515,'F',163884.07,'1992-12-07 00:00:00','1-URGENT','Clerk#000000881',0,'final deposits cajole slyly slyly ironic deposits. regu' -932,202,'O',47700.16,'1997-05-16 00:00:00','2-HIGH','Clerk#000000218',0,'dependencies detect even requests. regular dependencies s' -933,478,'F',86953.15,'1992-08-05 00:00:00','4-NOT SPECIFIED','Clerk#000000752',0,'fluffily ironic instructions cajole quickly along the fu' -934,257,'O',25201.99,'1996-07-03 00:00:00','1-URGENT','Clerk#000000229',0,'furious excuses across the fin' -935,247,'O',127659.44,'1997-09-24 00:00:00','5-LOW','Clerk#000000180',0,'ideas are. furiously ironic ideas are regularl' -960,175,'F',99689.03,'1994-09-21 00:00:00','3-MEDIUM','Clerk#000000120',0,'blithely final requests use. blithely dogged packages sleep across ' -961,277,'P',213843.90,'1995-06-04 00:00:00','4-NOT SPECIFIED','Clerk#000000720',0,'fluffily unusual foxes cajole blithely spe' -962,178,'F',126488.37,'1994-05-06 00:00:00','5-LOW','Clerk#000000463',0,'bold, blithe requests grow. carefully silent pearls affix furiously' -963,127,'F',76519.29,'1994-05-26 00:00:00','3-MEDIUM','Clerk#000000497',0,'fluffily unusual accounts sleep. accounts engage. quickly final requ' -964,376,'O',182397.10,'1995-05-20 00:00:00','3-MEDIUM','Clerk#000000657',0,'blithely enticing courts' -965,343,'P',52005.15,'1995-05-15 00:00:00','5-LOW','Clerk#000000218',0,'unusual, even packages play besides the regular ideas. sl' -966,67,'O',157615.91,'1998-04-30 00:00:00','2-HIGH','Clerk#000000239',0,'carefully ironic the' -967,550,'F',247252.84,'1992-06-21 00:00:00','3-MEDIUM','Clerk#000000167',0,'fluffily pending platelets nag slyly after the carefully speci' -992,269,'O',170615.79,'1997-11-11 00:00:00','3-MEDIUM','Clerk#000000875',0,'quickly silent platelets sleep. depo' -993,397,'O',292635.22,'1995-09-10 00:00:00','3-MEDIUM','Clerk#000000894',0,'accounts are quickly. f' -994,7,'F',55183.77,'1994-04-20 00:00:00','5-LOW','Clerk#000000497',0,'ironic, dogged ideas haggle slyly ironic requests. requests sleep. unusual, bo' -995,580,'P',198687.75,'1995-05-31 00:00:00','3-MEDIUM','Clerk#000000439',0,'quietly regular depend' -996,355,'O',77940.62,'1997-12-29 00:00:00','1-URGENT','Clerk#000000497',0,'bold, final platelets haggle carefully. theodolites alongside of the ironi' -997,544,'O',38009.57,'1997-05-19 00:00:00','2-HIGH','Clerk#000000651',0,'furiously express deposits wake furiously against the express theodolit' -998,160,'F',88754.07,'1994-11-26 00:00:00','4-NOT SPECIFIED','Clerk#000000956',0,'slyly special deposits across the f' -999,301,'F',219522.35,'1993-09-05 00:00:00','5-LOW','Clerk#000000464',0,'furiously final theodolites sleep blithely above ' -1024,19,'O',251521.17,'1997-12-23 00:00:00','5-LOW','Clerk#000000903',0,'carefully careful warhorses sleep slyly: carefull' -1025,514,'F',111915.66,'1995-05-05 00:00:00','2-HIGH','Clerk#000000376',0,'quickly final deposits are q' -1026,356,'O',42257.88,'1997-06-04 00:00:00','5-LOW','Clerk#000000223',0,'regular packages wake quickly final accounts. furiously ' -1027,640,'F',170627.89,'1992-06-03 00:00:00','3-MEDIUM','Clerk#000000241',0,'fluffily silent instructions wake furiously ' -1028,343,'F',188197.17,'1994-01-01 00:00:00','2-HIGH','Clerk#000000131',0,'unusual deposits after the deposits cajole furi' -1029,644,'F',72349.99,'1994-06-21 00:00:00','2-HIGH','Clerk#000000700',0,'quickly even platelets ought to ca' -1030,670,'F',20704.63,'1994-06-15 00:00:00','5-LOW','Clerk#000000422',0,'slyly regular deposits cajole theodolites' -1031,19,'F',205475.13,'1994-09-01 00:00:00','3-MEDIUM','Clerk#000000448',0,'furiously unusual accounts may cajole quickly among the e' -1056,139,'F',56687.64,'1995-02-11 00:00:00','1-URGENT','Clerk#000000125',0,'furiously ironic packages cajole qu' -1057,380,'F',163877.16,'1992-02-20 00:00:00','1-URGENT','Clerk#000000124',0,'furiously even packages about the bold, permanent accounts slee' -1058,265,'F',118655.59,'1993-04-26 00:00:00','3-MEDIUM','Clerk#000000373',0,'decoys are blithely slyly ironic requests. regular, regular foxes' -1059,634,'F',301471.09,'1994-02-27 00:00:00','1-URGENT','Clerk#000000104',0,'express deposits sublate regular warhorses. furiously even orbits haggle b' -1060,700,'F',167397.83,'1993-02-21 00:00:00','3-MEDIUM','Clerk#000000989',0,'carefully regular requests affix blithely. blithely ironic ' -1061,514,'O',252313.25,'1998-05-15 00:00:00','5-LOW','Clerk#000000576',0,'pending accounts after the even, final d' -1062,526,'O',60704.87,'1997-01-15 00:00:00','1-URGENT','Clerk#000000152',0,'final, ironic packages wake sly' -1063,185,'F',57198.92,'1994-04-02 00:00:00','2-HIGH','Clerk#000000024',0,'even pinto beans are ruthless, special accounts. ' -1088,736,'F',66105.53,'1992-05-21 00:00:00','5-LOW','Clerk#000000347',0,'silent ideas use blithely alongside of the carefully ironic requests. blith' -1089,241,'O',141164.63,'1996-05-04 00:00:00','4-NOT SPECIFIED','Clerk#000000226',0,'deposits thrash blithely. final theodolites according ' -1090,86,'O',45904.07,'1997-11-15 00:00:00','2-HIGH','Clerk#000000300',0,'asymptotes impress furious' -1091,415,'O',41486.78,'1996-08-27 00:00:00','1-URGENT','Clerk#000000549',0,'ironic dependencies doze b' -1092,616,'P',140587.06,'1995-03-04 00:00:00','3-MEDIUM','Clerk#000000006',0,'regular ideas cajole bold accounts. furiously even notornis sl' -1093,505,'O',115203.60,'1997-07-31 00:00:00','4-NOT SPECIFIED','Clerk#000000159',0,'theodolites are slyly pending requests. slyly blithe packages ar' -1094,719,'O',13073.80,'1997-12-24 00:00:00','3-MEDIUM','Clerk#000000570',0,'bold requests above the deposits wake quickly accord' -1095,718,'O',275467.85,'1995-08-22 00:00:00','3-MEDIUM','Clerk#000000709',0,'blithely regular foxes h' -1120,697,'O',132097.50,'1997-11-07 00:00:00','3-MEDIUM','Clerk#000000319',0,'regular, final packages breach carefully. dogged' -1121,142,'O',366770.05,'1997-01-13 00:00:00','3-MEDIUM','Clerk#000000541',0,'slyly even ideas use against the slyly unusual dependencies: speci' -1122,598,'O',257651.05,'1997-01-10 00:00:00','1-URGENT','Clerk#000000083',0,'unusual dolphins use blithely against th' -1123,358,'O',138847.51,'1996-08-03 00:00:00','3-MEDIUM','Clerk#000000929',0,'furiously final instructions use furiously ironic req' -1124,398,'O',174695.40,'1998-07-30 00:00:00','5-LOW','Clerk#000000326',0,'fluffily regular deposits affi' -1125,121,'F',117835.31,'1994-10-27 00:00:00','2-HIGH','Clerk#000000510',0,'furiously final dependencies are about the regular, final pinto beans. even t' -1126,718,'O',75528.10,'1998-01-28 00:00:00','4-NOT SPECIFIED','Clerk#000000928',0,'carefully regular dependencies above t' -1127,289,'O',132289.96,'1995-09-19 00:00:00','4-NOT SPECIFIED','Clerk#000000397',0,'quickly ironic packages doubt furiousl' -1152,245,'F',63882.13,'1994-08-14 00:00:00','4-NOT SPECIFIED','Clerk#000000496',0,'accounts use furiously against the busily final deposits. ' -1153,598,'O',326551.96,'1996-04-18 00:00:00','5-LOW','Clerk#000000059',0,'blithely even deposits sleep quickly. blithel' -1154,176,'F',281456.86,'1992-02-15 00:00:00','1-URGENT','Clerk#000000268',0,'silent, ironic dependencies wake carefully pending deposits. fur' -1155,749,'O',178182.84,'1997-10-06 00:00:00','2-HIGH','Clerk#000000164',0,'quickly unusual platelets are. ironi' -1156,659,'O',306753.35,'1996-10-19 00:00:00','1-URGENT','Clerk#000000200',0,'slyly sly deposits at the asymptotes kindle blithely th' -1157,484,'O',114238.23,'1998-01-14 00:00:00','4-NOT SPECIFIED','Clerk#000000207',0,'furiously idle pinto beans are slyly. carefully regular ' -1158,707,'O',47494.23,'1996-06-30 00:00:00','2-HIGH','Clerk#000000549',0,'final ideas poach. final, ironic foxes sleep caref' -1159,343,'F',78693.51,'1992-09-18 00:00:00','3-MEDIUM','Clerk#000000992',0,'furiously regular ideas after the furiously regular sentiments do' -1184,443,'O',52945.93,'1997-10-26 00:00:00','5-LOW','Clerk#000000777',0,'furiously bold deposits cajole carefully dolphins. furiously' -1185,368,'F',62008.53,'1992-08-24 00:00:00','5-LOW','Clerk#000000344',0,'blithely unusual realms pr' -1186,295,'O',105447.23,'1996-08-15 00:00:00','4-NOT SPECIFIED','Clerk#000000798',0,'final, careful deposits cajole blithely? caref' -1187,670,'F',127170.87,'1992-11-20 00:00:00','3-MEDIUM','Clerk#000000047',0,'ironic instructions about the enticingly slow request' -1188,100,'O',88310.17,'1996-04-11 00:00:00','2-HIGH','Clerk#000000256',0,'slyly even ideas wake furiously furiously final foxes? blithely final i' -1189,223,'F',92768.70,'1994-04-09 00:00:00','1-URGENT','Clerk#000000243',0,'carefully even instructions' -1190,61,'O',41621.57,'1997-03-16 00:00:00','5-LOW','Clerk#000000575',0,'furiously bold requests boost carefully along the exp' -1191,553,'O',34449.95,'1995-11-07 00:00:00','3-MEDIUM','Clerk#000000011',0,'ideas after the depen' -1216,610,'F',87218.34,'1992-12-07 00:00:00','5-LOW','Clerk#000000918',0,'ironic theodolites ' -1217,32,'F',51066.02,'1992-04-26 00:00:00','4-NOT SPECIFIED','Clerk#000000538',0,'regular, even courts need to boost:' -1218,43,'F',132747.85,'1994-06-20 00:00:00','4-NOT SPECIFIED','Clerk#000000994',0,'slyly even requests are slyly. blithely ' -1219,136,'O',15316.75,'1995-10-05 00:00:00','3-MEDIUM','Clerk#000000800',0,'slyly bold deposits cajole pending foxes. bold, special requests about the exp' -1220,244,'O',167353.81,'1996-08-29 00:00:00','1-URGENT','Clerk#000000712',0,'regular deposits cajole carefully deposits. blithely' -1221,67,'F',166927.83,'1992-04-19 00:00:00','4-NOT SPECIFIED','Clerk#000000852',0,'bold requests maintain. final orbits among the blithely regular pinto beans ' -1222,49,'F',58715.52,'1993-02-05 00:00:00','3-MEDIUM','Clerk#000000811',0,'regular, bold pinto beans are quickly pending waters. carefully regul' -1223,46,'O',37356.45,'1996-05-25 00:00:00','4-NOT SPECIFIED','Clerk#000000238',0,'requests boost slyly ' -1248,236,'F',315926.25,'1992-01-02 00:00:00','1-URGENT','Clerk#000000890',0,'deposits are. slyly express asympt' -1249,749,'F',57001.43,'1994-01-05 00:00:00','1-URGENT','Clerk#000000095',0,'accounts nag blithely. furiously ironic ideas impress. requests ha' -1250,181,'F',12964.86,'1992-09-29 00:00:00','4-NOT SPECIFIED','Clerk#000000652',0,'quietly regular deposits wake fluffily. regular requests' -1251,190,'O',139136.66,'1997-10-30 00:00:00','1-URGENT','Clerk#000000276',0,'furiously regular deposits haggle according to the express ' -1252,749,'O',125091.16,'1997-08-04 00:00:00','5-LOW','Clerk#000000348',0,'quickly ironic instructions cajole carefu' -1253,574,'F',136171.29,'1993-01-26 00:00:00','1-URGENT','Clerk#000000775',0,'requests haggle carefully along the carefu' -1254,349,'O',155727.64,'1995-12-22 00:00:00','1-URGENT','Clerk#000000607',0,'packages about the s' -1255,610,'F',106774.87,'1994-05-30 00:00:00','4-NOT SPECIFIED','Clerk#000000798',0,'carefully bold theodolites haggle against the special requ' -1280,478,'F',124457.34,'1993-01-11 00:00:00','5-LOW','Clerk#000000160',0,'silently express asymptotes cajole? quickly fin' -1281,307,'F',230354.28,'1994-12-11 00:00:00','1-URGENT','Clerk#000000430',0,'quickly final deposits sleep slyly pinto beans. furiously sil' -1282,580,'F',80678.60,'1992-02-29 00:00:00','4-NOT SPECIFIED','Clerk#000000168',0,'carefully final accounts sleep blithe' -1283,583,'O',298502.90,'1996-08-30 00:00:00','4-NOT SPECIFIED','Clerk#000000260',0,'final, final accounts affix furiously special accounts. blithely' -1284,670,'O',163608.60,'1996-01-07 00:00:00','2-HIGH','Clerk#000000492',0,'ironic dugouts breach carefully quickly unus' -1285,52,'F',209014.91,'1992-06-01 00:00:00','1-URGENT','Clerk#000000423',0,'final packages haggle permanently. accounts affix above the r' -1286,544,'F',318695.02,'1993-05-14 00:00:00','4-NOT SPECIFIED','Clerk#000000939',0,'slyly ironic deposits haggle' -1287,88,'F',177672.71,'1994-07-05 00:00:00','2-HIGH','Clerk#000000288',0,'furiously unusual dinos use furiously ca' -1312,556,'F',89261.44,'1994-05-19 00:00:00','3-MEDIUM','Clerk#000000538',0,'even notornis cajole. furiously ev' -1313,739,'F',56642.29,'1994-09-13 00:00:00','1-URGENT','Clerk#000000774',0,'furiously ruthless theodolites cajole slyly-- blithely final accounts sleep ' -1314,712,'F',79341.29,'1994-05-13 00:00:00','3-MEDIUM','Clerk#000000485',0,'pinto beans boost furiously ' -1315,109,'O',183038.88,'1998-03-22 00:00:00','5-LOW','Clerk#000000840',0,'final packages nag across the carefully ironic theodolites. carefully regular ' -1316,80,'F',232007.69,'1993-12-03 00:00:00','1-URGENT','Clerk#000000857',0,'special, final depths above the platelets wake fluffily fur' -1317,496,'P',213306.84,'1995-05-19 00:00:00','2-HIGH','Clerk#000000373',0,'carefully enticing packages nag quickly inside the slyly ironic ideas. even' -1318,640,'O',113596.99,'1998-06-27 00:00:00','3-MEDIUM','Clerk#000000581',0,'carefully final packages affix slyly. carefully' -1319,157,'O',37965.23,'1996-09-27 00:00:00','2-HIGH','Clerk#000000257',0,'packages wake carefully before' -1344,85,'F',71983.12,'1992-04-16 00:00:00','5-LOW','Clerk#000000178',0,'slyly regular accounts affix furiously abov' -1345,472,'F',155305.64,'1992-10-28 00:00:00','5-LOW','Clerk#000000447',0,'regular deposits on the final depo' -1346,374,'F',245189.83,'1992-06-18 00:00:00','2-HIGH','Clerk#000000374',0,'ironic, final platelets cajole furiously dep' -1347,202,'O',253601.81,'1997-06-20 00:00:00','5-LOW','Clerk#000000977',0,'carefully bold deposits wake! bold requests sleep. furiously express t' -1348,88,'O',134310.59,'1998-04-18 00:00:00','5-LOW','Clerk#000000206',0,'special instructions haggle after the blithely specia' -1349,319,'O',68067.08,'1997-10-26 00:00:00','1-URGENT','Clerk#000000543',0,'carefully even deposits breach carefully. ' -1350,254,'F',59255.44,'1993-08-24 00:00:00','1-URGENT','Clerk#000000635',0,'quiet, quick packages haggle deposits. r' -1351,530,'O',35133.22,'1998-04-20 00:00:00','1-URGENT','Clerk#000000012',0,'carefully final ideas haggle. ironic foxes around the regular, brave accoun' -1376,232,'O',39120.25,'1997-05-04 00:00:00','4-NOT SPECIFIED','Clerk#000000730',0,'ironic gifts are quickly furiously re' -1377,100,'O',152423.39,'1998-04-24 00:00:00','4-NOT SPECIFIED','Clerk#000000625',0,'pinto beans poach furiously sl' -1378,98,'O',192520.67,'1996-03-09 00:00:00','4-NOT SPECIFIED','Clerk#000000705',0,'quiet requests according to the slyly spec' -1379,322,'O',112979.29,'1998-05-25 00:00:00','5-LOW','Clerk#000000861',0,'platelets haggle ac' -1380,682,'O',133970.77,'1996-07-07 00:00:00','3-MEDIUM','Clerk#000000969',0,'quickly brave pinto beans above the idea' -1381,632,'O',85553.00,'1998-05-25 00:00:00','3-MEDIUM','Clerk#000000107',0,'special accounts along the even deposits sleep even ideas. quickly ironic wat' -1382,662,'F',261757.15,'1993-08-17 00:00:00','5-LOW','Clerk#000000241',0,'blithely express dependenci' -1383,598,'F',57362.37,'1993-04-27 00:00:00','2-HIGH','Clerk#000000785',0,'asymptotes after the even pinto beans cajole express accounts. slyly fina' -1408,271,'O',278309.80,'1997-12-26 00:00:00','4-NOT SPECIFIED','Clerk#000000942',0,'ironic deposits sleep slowly. blithely ' -1409,715,'F',100432.26,'1992-12-31 00:00:00','4-NOT SPECIFIED','Clerk#000000065',0,'quickly special somas haggle requests. ' -1410,562,'O',171303.39,'1997-04-12 00:00:00','5-LOW','Clerk#000000123',0,'instructions about the blithely express theodolites wake ironically' -1411,473,'F',199545.96,'1994-12-21 00:00:00','2-HIGH','Clerk#000000566',0,'slyly special packages sleep. furiously express deposits nod qui' -1412,265,'F',112806.55,'1993-03-13 00:00:00','4-NOT SPECIFIED','Clerk#000000083',0,'carefully even pains boost slyly against the eve' -1413,454,'O',120870.30,'1997-06-14 00:00:00','3-MEDIUM','Clerk#000000342',0,'quickly special deposits poach ironically about the quickly final pinto beans' -1414,382,'O',45205.21,'1995-08-16 00:00:00','1-URGENT','Clerk#000000883',0,'pending pinto beans against the sp' -1415,394,'F',38604.39,'1994-05-29 00:00:00','4-NOT SPECIFIED','Clerk#000000601',0,'quickly even asymptotes nag blithely. furiously spec' -1440,490,'O',73541.26,'1995-08-10 00:00:00','5-LOW','Clerk#000000956',0,'pending, silent deposits among the never even packages sleep slyly express dep' -1441,610,'O',222130.04,'1997-03-06 00:00:00','4-NOT SPECIFIED','Clerk#000000156',0,'special packages across the' -1442,553,'F',7876.49,'1994-07-05 00:00:00','4-NOT SPECIFIED','Clerk#000000935',0,'regular requests sleep fu' -1443,220,'O',51134.91,'1996-12-16 00:00:00','5-LOW','Clerk#000000185',0,'dinos are. slyly special realms kindle evenly' -1444,667,'F',281884.05,'1994-12-06 00:00:00','3-MEDIUM','Clerk#000000783',0,'pending packages cajole. slyly bold accounts atop the s' -1445,568,'F',221017.08,'1995-01-10 00:00:00','3-MEDIUM','Clerk#000000211',0,'ironic accounts haggle. quickly special ideas after the ' -1446,202,'O',35867.32,'1998-02-16 00:00:00','5-LOW','Clerk#000000274',0,'deposits mold special deposits. furiously final frets integrate slyly regular' -1447,451,'F',166554.89,'1992-10-15 00:00:00','2-HIGH','Clerk#000000880',0,'bold, silent requests nag furiously above the fluffily final deposits.' -1472,749,'O',80391.64,'1996-10-06 00:00:00','5-LOW','Clerk#000000303',0,'accounts according to the ironic pinto beans lose carefully about the' -1473,463,'O',100555.45,'1997-03-17 00:00:00','3-MEDIUM','Clerk#000000960',0,'blithely bold accounts sleep furiously brav' -1474,346,'F',72720.16,'1995-01-09 00:00:00','1-URGENT','Clerk#000000438',0,'ironic deposits against the ironic packages are above the slyly unusua' -1475,25,'O',275255.04,'1997-11-12 00:00:00','2-HIGH','Clerk#000000972',0,'furiously final dolphin' -1476,724,'O',21260.99,'1996-06-27 00:00:00','2-HIGH','Clerk#000000673',0,'furiously pending requests affix slyly. expr' -1477,379,'O',325028.74,'1997-08-24 00:00:00','5-LOW','Clerk#000000612',0,'furiously pending requests boost furiously regular theodolites. slo' -1478,250,'O',23799.50,'1997-08-03 00:00:00','2-HIGH','Clerk#000000827',0,'carefully even asymptotes along the requests poach about the quickly fur' -1479,73,'O',49367.25,'1995-12-16 00:00:00','4-NOT SPECIFIED','Clerk#000000697',0,'accounts use after the final requests. furiously even foxes cajole furio' -1504,10,'F',123379.13,'1992-08-28 00:00:00','3-MEDIUM','Clerk#000000381',0,'slyly unusual ideas about the packages are' -1505,176,'F',82707.29,'1992-08-21 00:00:00','2-HIGH','Clerk#000000544',0,'thin pinto beans along the regular pinto beans nag carefully regul' -1506,731,'F',278889.61,'1992-09-21 00:00:00','3-MEDIUM','Clerk#000000620',0,'special deposits integrate slyly slyly pendin' -1507,604,'F',122410.88,'1993-10-14 00:00:00','3-MEDIUM','Clerk#000000305',0,'slyly final ideas wake carefully after th' -1508,508,'O',206804.42,'1998-04-10 00:00:00','5-LOW','Clerk#000000117',0,'quickly even deposits wake f' -1509,313,'F',245761.61,'1993-07-08 00:00:00','5-LOW','Clerk#000000770',0,'bold, express deposits wake. quickly pending pinto beans cajole car' -1510,262,'O',209396.18,'1996-09-17 00:00:00','5-LOW','Clerk#000000128',0,'quickly special packages might haggle. slyly ironic asympto' -1511,394,'O',78919.25,'1996-12-22 00:00:00','4-NOT SPECIFIED','Clerk#000000386',0,'slyly even instructions detect blithel' -1536,466,'O',8859.86,'1997-01-26 00:00:00','3-MEDIUM','Clerk#000000117',0,'express accounts print carefully ' -1537,538,'F',146191.52,'1992-02-15 00:00:00','4-NOT SPECIFIED','Clerk#000000862',0,'furiously final accounts use! slyly regular req' -1538,145,'O',272083.21,'1995-06-18 00:00:00','4-NOT SPECIFIED','Clerk#000000258',0,'fluffily special dependencies grow. requests sleep ' -1539,559,'F',60898.57,'1995-03-10 00:00:00','5-LOW','Clerk#000000840',0,'slyly final accounts alongside of the quickly regular accounts are at the r' -1540,71,'F',172877.29,'1992-08-05 00:00:00','2-HIGH','Clerk#000000927',0,'slyly regular dependencies alongside of' -1541,470,'P',58618.17,'1995-05-18 00:00:00','1-URGENT','Clerk#000000906',0,'blithely ironic dugouts according to the daring packages sleep daringly fin' -1542,715,'F',182943.08,'1993-09-15 00:00:00','3-MEDIUM','Clerk#000000435',0,'accounts use fluffi' -1543,253,'O',197048.84,'1997-02-20 00:00:00','1-URGENT','Clerk#000000398',0,'fluffily regular pinto bea' -1568,85,'O',90696.77,'1997-01-30 00:00:00','4-NOT SPECIFIED','Clerk#000000554',0,'slyly bold excuses detect care' -1569,518,'O',108031.74,'1998-04-02 00:00:00','5-LOW','Clerk#000000786',0,'slyly regular pinto beans sleep slyl' -1570,613,'O',57356.83,'1998-03-16 00:00:00','1-URGENT','Clerk#000000745',0,'ironic packages above the regular foxe' -1571,514,'F',194254.41,'1992-12-05 00:00:00','2-HIGH','Clerk#000000565',0,'carefully bold accounts haggle bli' -1572,52,'O',54812.21,'1996-02-24 00:00:00','2-HIGH','Clerk#000000994',0,'furiously even theodolites sleep regu' -1573,740,'F',127632.53,'1992-12-28 00:00:00','2-HIGH','Clerk#000000940',0,'quickly regular pinto beans cajole slyly fluffily fina' -1574,667,'O',248010.72,'1996-12-12 00:00:00','3-MEDIUM','Clerk#000000809',0,'slyly regular platelets are across the carefully pending dep' -1575,724,'O',258087.46,'1995-09-13 00:00:00','3-MEDIUM','Clerk#000000497',0,'blithely even accounts are slyly sly, final foxes. slyly sil' -1600,463,'F',178856.24,'1993-03-03 00:00:00','3-MEDIUM','Clerk#000000627',0,'blithely ironic packages among the blithely fin' -1601,262,'F',117696.89,'1994-08-27 00:00:00','5-LOW','Clerk#000000469',0,'packages dazzle deposits. final packages use sometimes regular foxes! q' -1602,5,'F',7083.49,'1993-08-05 00:00:00','5-LOW','Clerk#000000660',0,'final, regular account' -1603,7,'F',37137.16,'1993-07-31 00:00:00','4-NOT SPECIFIED','Clerk#000000869',0,'quickly final dolphins sleep fluffily silent idea' -1604,562,'F',150648.33,'1993-07-17 00:00:00','5-LOW','Clerk#000000512',0,'ironic, bold pinto beans are carefully pending p' -1605,289,'O',196073.78,'1998-04-24 00:00:00','4-NOT SPECIFIED','Clerk#000000616',0,'instructions sleep above the slyly special packages. bold requests across t' -1606,265,'O',171015.47,'1997-04-17 00:00:00','4-NOT SPECIFIED','Clerk#000000550',0,'furiously final packages serve slyly. express, ' -1607,748,'O',250340.84,'1995-12-16 00:00:00','2-HIGH','Clerk#000000498',0,'carefully even instructions doze against the slyly final pinto beans. ironic' -1632,331,'O',287067.44,'1997-01-08 00:00:00','3-MEDIUM','Clerk#000000351',0,'foxes are slyly. th' -1633,73,'O',77801.47,'1995-10-14 00:00:00','2-HIGH','Clerk#000000666',0,'slyly express foxes cajole. carefully ironic accounts use carefully. quick' -1634,346,'O',195232.54,'1996-09-10 00:00:00','1-URGENT','Clerk#000000360',0,'final, unusual dependencies integrate slyly' -1635,19,'O',95048.26,'1997-02-13 00:00:00','3-MEDIUM','Clerk#000000958',0,'accounts nag silent ' -1636,394,'O',249943.91,'1997-06-17 00:00:00','3-MEDIUM','Clerk#000000457',0,'blithely silent foxes wake furiously' -1637,364,'F',236127.74,'1995-02-08 00:00:00','4-NOT SPECIFIED','Clerk#000000189',0,'blithely regular deposits wake am' -1638,695,'O',239924.55,'1997-08-13 00:00:00','2-HIGH','Clerk#000000643',0,'pending asymptotes around the quickly ' -1639,22,'O',154937.68,'1995-08-20 00:00:00','4-NOT SPECIFIED','Clerk#000000939',0,'fluffily silent packages use. ca' -1664,320,'O',273218.99,'1996-03-03 00:00:00','1-URGENT','Clerk#000000090',0,'slyly final platelets' -1665,379,'F',5885.68,'1994-05-08 00:00:00','2-HIGH','Clerk#000000920',0,'furiously bold frets against the blithely ironic accounts' -1666,472,'O',200335.68,'1995-10-18 00:00:00','1-URGENT','Clerk#000000849',0,'furiously ironic accounts are. slyly sly theodolites dou' -1667,23,'O',156350.94,'1997-10-10 00:00:00','2-HIGH','Clerk#000000103',0,'final theodolites affix furiously about the blithely final instr' -1668,709,'O',174345.05,'1997-07-12 00:00:00','4-NOT SPECIFIED','Clerk#000000148',0,'accounts sleep thinly. slyly regular ideas above the regular accounts cajole' -1669,10,'O',32158.79,'1997-06-09 00:00:00','3-MEDIUM','Clerk#000000663',0,'final courts alongside of the even, ironic pinto beans b' -1670,124,'O',129769.50,'1997-05-24 00:00:00','2-HIGH','Clerk#000000320',0,'even platelets impress regularly furiousl' -1671,172,'O',168840.77,'1996-07-27 00:00:00','4-NOT SPECIFIED','Clerk#000000275',0,'slyly regular courts sleep slyly slyly bold foxes.' -1696,19,'O',142235.33,'1998-01-08 00:00:00','4-NOT SPECIFIED','Clerk#000000041',0,'furiously silent deposits nag furiously. regular, ironic dep' -1697,379,'O',167860.13,'1996-10-07 00:00:00','1-URGENT','Clerk#000000815',0,'ironic ideas nag slyl' -1698,199,'O',188123.44,'1997-04-23 00:00:00','2-HIGH','Clerk#000000432',0,'busy ideas affix busily blithely b' -1699,418,'F',83030.10,'1993-12-30 00:00:00','1-URGENT','Clerk#000000125',0,'even theodolites sleep furiously quickly even deposits. pending pint' -1700,325,'O',139754.84,'1996-06-15 00:00:00','3-MEDIUM','Clerk#000000328',0,'carefully final ideas after the fluffily even requests haggle acr' -1701,643,'F',103901.33,'1992-05-19 00:00:00','2-HIGH','Clerk#000000395',0,'pinto beans grow furiously about the unusual warhor' -1702,328,'P',269211.70,'1995-05-07 00:00:00','2-HIGH','Clerk#000000300',0,'quickly unusual ideas engage' -1703,667,'F',186282.19,'1993-01-28 00:00:00','3-MEDIUM','Clerk#000000463',0,'bold accounts boost. furiously even pa' -1728,316,'O',196099.17,'1996-05-22 00:00:00','2-HIGH','Clerk#000000711',0,'slyly final deposits u' -1729,656,'F',19355.45,'1992-05-19 00:00:00','2-HIGH','Clerk#000000158',0,'blithely special accounts wake blithely ' -1730,617,'O',219286.88,'1998-07-24 00:00:00','5-LOW','Clerk#000000794',0,'furiously regular theodolites cajole quickly furiously pend' -1731,640,'O',273878.06,'1996-01-06 00:00:00','1-URGENT','Clerk#000000268',0,'quickly regular requests sleep slyly ' -1732,730,'F',250299.61,'1993-11-29 00:00:00','5-LOW','Clerk#000000903',0,'quickly special pearls haggle about the fu' -1733,739,'O',231267.30,'1996-05-12 00:00:00','2-HIGH','Clerk#000000789',0,'pending deposits boost quickly. ' -1734,32,'F',69390.78,'1994-06-11 00:00:00','2-HIGH','Clerk#000000722',0,'pending dependencies detect slyly fluffily pendi' -1735,103,'F',153765.96,'1992-12-27 00:00:00','1-URGENT','Clerk#000000458',0,'carefully unusual dolphins wa' -1760,571,'O',119021.49,'1996-05-17 00:00:00','5-LOW','Clerk#000000917',0,'slyly ironic requests wake about the specia' -1761,526,'F',272260.26,'1993-12-24 00:00:00','2-HIGH','Clerk#000000817',0,'express ideas snooze alongside of the special, final' -1762,385,'F',253531.52,'1994-08-20 00:00:00','4-NOT SPECIFIED','Clerk#000000653',0,'express requests hag' -1763,604,'O',191648.19,'1996-10-29 00:00:00','2-HIGH','Clerk#000000321',0,'carefully even instructions haggle. blith' -1764,142,'F',65169.15,'1992-03-25 00:00:00','1-URGENT','Clerk#000000182',0,'blithely special pinto beans wake. ' -1765,364,'O',58687.04,'1995-12-03 00:00:00','4-NOT SPECIFIED','Clerk#000000490',0,'carefully even deposits are fluffily even pl' -1766,694,'O',53335.65,'1996-10-12 00:00:00','2-HIGH','Clerk#000000983',0,'regular requests are. carefully careful theodol' -1767,124,'P',168246.55,'1995-03-14 00:00:00','2-HIGH','Clerk#000000327',0,'theodolites sleep enticingly theodolites.' -1792,236,'F',173389.87,'1993-11-09 00:00:00','5-LOW','Clerk#000000102',0,'fluffily unusual deposits are blithely packages. regular deposi' -1793,89,'F',99586.36,'1992-07-12 00:00:00','4-NOT SPECIFIED','Clerk#000000291',0,'slyly final pinto beans wake carefully. f' -1794,698,'O',260483.30,'1997-09-28 00:00:00','1-URGENT','Clerk#000000686',0,'quickly ironic foxes haggle quickly idly final requests. special pinto beans ' -1795,464,'F',223731.41,'1994-03-19 00:00:00','2-HIGH','Clerk#000000815',0,'carefully regular dependen' -1796,232,'F',41228.15,'1992-11-21 00:00:00','2-HIGH','Clerk#000000245',0,'bold platelets wake blithely. ideas across the a' -1797,622,'O',63734.65,'1996-05-07 00:00:00','3-MEDIUM','Clerk#000000508',0,'bold accounts nag. furiously even packages boost quickly' -1798,259,'O',66459.56,'1997-07-28 00:00:00','1-URGENT','Clerk#000000741',0,'slyly regular requests are. blithely stealthy accounts wake carefully aroun' -1799,301,'F',52922.51,'1994-03-07 00:00:00','4-NOT SPECIFIED','Clerk#000000339',0,'ironic accounts haggle blithely about the blithe' -1824,241,'F',112795.12,'1994-05-05 00:00:00','1-URGENT','Clerk#000000972',0,'silent instructions detect. final' -1825,733,'F',234754.79,'1993-12-05 00:00:00','3-MEDIUM','Clerk#000000345',0,'slyly final packages affix carefully. fluffily unus' -1826,407,'F',184855.29,'1992-04-16 00:00:00','4-NOT SPECIFIED','Clerk#000000718',0,'carefully regular platelets are fluffily. packages sleep blithely. spec' -1827,526,'O',260943.56,'1996-06-22 00:00:00','4-NOT SPECIFIED','Clerk#000000369',0,'furiously even requests' -1828,157,'F',167111.94,'1994-04-18 00:00:00','3-MEDIUM','Clerk#000000840',0,'quietly regular ideas nag quickly. silent, fina' -1829,557,'F',183605.44,'1994-05-08 00:00:00','2-HIGH','Clerk#000000537',0,'furiously even dolphins breach above the slyly ironic packages. blithe' -1830,658,'F',117092.60,'1995-02-23 00:00:00','1-URGENT','Clerk#000000045',0,'pending asymptotes dazzle silently. requests wake slyly enticing depe' -1831,353,'F',81198.07,'1993-12-02 00:00:00','1-URGENT','Clerk#000000854',0,'quickly bold deposits grow unusual dolphins. regular theodolites nag ir' -1856,523,'F',266558.26,'1992-03-20 00:00:00','4-NOT SPECIFIED','Clerk#000000952',0,'carefully special pinto beans along' -1857,661,'F',156777.96,'1993-01-13 00:00:00','2-HIGH','Clerk#000000083',0,'carefully silent deposits haggle furiously. furi' -1858,712,'O',32326.02,'1997-12-13 00:00:00','1-URGENT','Clerk#000000389',0,'furiously final instructions are furi' -1859,299,'O',163077.76,'1997-04-11 00:00:00','4-NOT SPECIFIED','Clerk#000000949',0,'accounts wake slyly final ' -1860,49,'O',13168.92,'1996-04-04 00:00:00','3-MEDIUM','Clerk#000000556',0,'carefully express requests agains' -1861,343,'F',119038.24,'1994-01-03 00:00:00','3-MEDIUM','Clerk#000000847',0,'slyly even platelets sleep along the carefully final deposits. pains use.' -1862,163,'O',136600.95,'1998-02-24 00:00:00','5-LOW','Clerk#000000348',0,'furiously final deposits haggle. blithely regular pac' -1863,367,'F',139012.46,'1993-09-23 00:00:00','4-NOT SPECIFIED','Clerk#000000658',0,'quickly bold ideas cajole boldly slyly idle requests. bold, final ideas ' -1888,596,'F',309568.44,'1993-10-31 00:00:00','4-NOT SPECIFIED','Clerk#000000659',0,'slyly special packages along the regular accounts' -1889,122,'O',151275.77,'1997-03-16 00:00:00','1-URGENT','Clerk#000000854',0,'carefully daring ideas cajole deposits. carefully final reques' -1890,49,'O',287312.74,'1996-12-18 00:00:00','4-NOT SPECIFIED','Clerk#000000627',0,'blithely pending packages haggle blithely bold courts. s' -1891,305,'F',113968.44,'1994-12-15 00:00:00','5-LOW','Clerk#000000495',0,'slyly special theodolites wake around the blith' -1892,118,'F',190231.41,'1994-03-26 00:00:00','5-LOW','Clerk#000000733',0,'doggedly bold theodolites along the requests are carefully unusual, special de' -1893,622,'O',170268.93,'1997-10-30 00:00:00','2-HIGH','Clerk#000000111',0,'realms about the carefully special requests are blithely accounts. f' -1894,376,'F',72355.74,'1992-03-30 00:00:00','1-URGENT','Clerk#000000626',0,'blithely special pinto beans' -1895,34,'F',71252.83,'1994-05-30 00:00:00','3-MEDIUM','Clerk#000000878',0,'blithely ironic instructions sleep atop the always regular courts. bold, eve' -1920,548,'O',153504.10,'1998-06-24 00:00:00','5-LOW','Clerk#000000018',0,'carefully express asymptotes wake against the blith' -1921,431,'F',78461.07,'1994-01-18 00:00:00','3-MEDIUM','Clerk#000000293',0,'blithely final packages about the ironic pinto beans cajole slyly i' -1922,278,'O',12072.25,'1996-07-13 00:00:00','3-MEDIUM','Clerk#000000984',0,'quickly regular platelets sleep about the final platelets. fina' -1923,673,'O',258895.92,'1997-07-07 00:00:00','1-URGENT','Clerk#000000471',0,'pending, careful packages cajole af' -1924,374,'O',198873.75,'1996-09-07 00:00:00','4-NOT SPECIFIED','Clerk#000000823',0,'unusual, regular platelets are carefully' -1925,85,'F',222517.88,'1992-03-05 00:00:00','1-URGENT','Clerk#000000986',0,'special, final foxes sleep blithely ac' -1926,466,'O',131786.66,'1996-01-31 00:00:00','2-HIGH','Clerk#000000568',0,'furiously regular requests hinder across the deposi' -1927,700,'O',30063.72,'1995-09-30 00:00:00','3-MEDIUM','Clerk#000000616',0,'furiously ironic foxes w' -1952,331,'F',17726.47,'1994-03-16 00:00:00','2-HIGH','Clerk#000000254',0,'slyly permanent deposits cajole. theodolites boost furiously silent packages. ' -1953,748,'F',71774.38,'1993-11-30 00:00:00','3-MEDIUM','Clerk#000000891',0,'regular, bold packages cajole furiously' -1954,280,'O',262658.48,'1997-05-31 00:00:00','4-NOT SPECIFIED','Clerk#000000104',0,'pending, express forg' -1955,61,'F',152856.68,'1992-04-20 00:00:00','1-URGENT','Clerk#000000792',0,'forges are carefully. pending re' -1956,629,'F',132193.70,'1992-09-20 00:00:00','4-NOT SPECIFIED','Clerk#000000600',0,'regular instructions cajole quickly pinto beans. accounts ' -1957,151,'O',106688.50,'1998-07-21 00:00:00','2-HIGH','Clerk#000000639',0,'quick requests haggle. furiously bold asymptotes use above the slyly unusual t' -1958,262,'O',232225.63,'1995-09-22 00:00:00','5-LOW','Clerk#000000343',0,'busily ironic platelets integrate about the' -1959,212,'O',99180.30,'1997-01-13 00:00:00','4-NOT SPECIFIED','Clerk#000000631',0,'slyly final deposits haggle daringly. special deposits nag across the always' -1984,254,'O',99073.88,'1998-04-01 00:00:00','1-URGENT','Clerk#000000416',0,'carefully even requests wake alongsi' -1985,31,'F',234153.07,'1994-09-02 00:00:00','4-NOT SPECIFIED','Clerk#000000741',0,'fluffily even foxes dazzle blithely-- final packages' -1986,743,'F',45941.49,'1994-05-05 00:00:00','2-HIGH','Clerk#000000609',0,'packages thrash across the pending attainments' -1987,491,'F',6826.33,'1994-04-30 00:00:00','2-HIGH','Clerk#000000652',0,'carefully bold deposits against the furiously final packages boos' -1988,538,'O',157719.23,'1995-10-06 00:00:00','4-NOT SPECIFIED','Clerk#000000011',0,'regular packages affix furiously after the accounts. regular, iro' -1989,581,'F',40990.85,'1994-03-16 00:00:00','4-NOT SPECIFIED','Clerk#000000747',0,'blithely even instructions sleep blithely. slyly regu' -1990,592,'F',68486.92,'1994-12-16 00:00:00','2-HIGH','Clerk#000000114',0,'slyly busy dependencies above the blithely ' -1991,94,'F',184512.39,'1992-09-07 00:00:00','4-NOT SPECIFIED','Clerk#000000854',0,'regular accounts against ' -2016,38,'O',32984.67,'1996-08-16 00:00:00','3-MEDIUM','Clerk#000000641',0,'ideas integrate. furiously pending requests nag carefully. pend' -2017,503,'O',97073.12,'1998-05-13 00:00:00','3-MEDIUM','Clerk#000000427',0,'slyly regular depths haggle finally ironic pa' -2018,88,'P',37949.66,'1995-04-05 00:00:00','4-NOT SPECIFIED','Clerk#000000920',0,'special instructions cajole blithely special deposit' -2019,671,'F',47881.27,'1992-10-23 00:00:00','1-URGENT','Clerk#000000565',0,'furiously special pinto be' -2020,364,'F',176411.24,'1993-06-21 00:00:00','3-MEDIUM','Clerk#000000192',0,'furiously even foxes ca' -2021,350,'O',41961.63,'1995-07-15 00:00:00','1-URGENT','Clerk#000000155',0,'even, blithe excuses wake blithely. furious' -2022,310,'F',290819.78,'1992-03-15 00:00:00','1-URGENT','Clerk#000000268',0,'regular instructions sleep furiously: slyly special reque' -2023,590,'F',191734.00,'1992-05-06 00:00:00','5-LOW','Clerk#000000137',0,'bravely unusual requests wake asymptotes. unusual requ' -2048,85,'F',43407.44,'1993-11-15 00:00:00','1-URGENT','Clerk#000000934',0,'express accounts cajole blithel' -2049,149,'O',200666.82,'1995-12-07 00:00:00','2-HIGH','Clerk#000000859',0,'blithely final packages sleep fur' -2050,137,'F',288714.44,'1994-06-02 00:00:00','4-NOT SPECIFIED','Clerk#000000821',0,'slyly express pinto beans after ' -2051,191,'O',117067.18,'1996-03-18 00:00:00','4-NOT SPECIFIED','Clerk#000000333',0,'depths haggle quickly. fluffily even requests across th' -2052,448,'F',192960.28,'1992-04-13 00:00:00','2-HIGH','Clerk#000000767',0,'blithely final packages wake blithely at the ironic, fin' -2053,703,'F',163864.80,'1995-02-07 00:00:00','1-URGENT','Clerk#000000717',0,'platelets after the quickl' -2054,202,'F',197905.78,'1992-06-08 00:00:00','4-NOT SPECIFIED','Clerk#000000103',0,'pinto beans ought to wake quickly. dependencies sleep i' -2055,485,'F',75445.69,'1993-09-04 00:00:00','1-URGENT','Clerk#000000067',0,'slyly silent excuses are enticingly. even, even p' -2080,473,'F',75656.84,'1993-06-18 00:00:00','5-LOW','Clerk#000000190',0,'carefully unusual warhorses wake quickly regular accounts. unusual, bold ' -2081,598,'O',199550.26,'1997-07-05 00:00:00','2-HIGH','Clerk#000000136',0,'slyly even excuses haggle across the stealthily' -2082,244,'F',62342.76,'1995-01-10 00:00:00','2-HIGH','Clerk#000000354',0,'special, busy pinto beans wake ruthlessly. spec' -2083,505,'F',35102.32,'1993-07-14 00:00:00','3-MEDIUM','Clerk#000000361',0,'regular requests are quickly. never pending dependenci' -2084,400,'F',294747.39,'1993-03-17 00:00:00','2-HIGH','Clerk#000000048',0,'furiously final ideas according to the f' -2085,244,'F',53022.78,'1993-11-21 00:00:00','3-MEDIUM','Clerk#000000818',0,'ironic orbits wake fluffily blithel' -2086,703,'F',280382.39,'1994-10-19 00:00:00','1-URGENT','Clerk#000000046',0,'carefully express dependencies wake quickly. carefully ironic instruc' -2087,247,'O',84371.92,'1998-01-31 00:00:00','2-HIGH','Clerk#000000626',0,'regular platelets at the theodolites nag even requests. quickly pendin' -2112,317,'O',23177.50,'1997-02-05 00:00:00','2-HIGH','Clerk#000000351',0,'bold accounts sleep slyly after the slyly ironic theodolite' -2113,160,'O',96261.07,'1997-11-08 00:00:00','2-HIGH','Clerk#000000527',0,'regular deposits maintain furiously quickly ironic accounts' -2114,394,'F',174355.42,'1995-01-16 00:00:00','5-LOW','Clerk#000000751',0,'quickly regular pinto' -2115,521,'O',205082.46,'1998-05-23 00:00:00','4-NOT SPECIFIED','Clerk#000000101',0,'even, even notornis use alongside' -2116,112,'F',95169.51,'1994-08-26 00:00:00','1-URGENT','Clerk#000000197',0,'furiously express asymptotes breach carefully express, unusual requ' -2117,110,'O',192557.29,'1997-04-26 00:00:00','2-HIGH','Clerk#000000887',0,'regular dependencies are. furiously quiet requests snooze slyly above' -2118,667,'O',62187.17,'1996-10-09 00:00:00','1-URGENT','Clerk#000000196',0,'unusual accounts enga' -2119,311,'O',48712.32,'1996-08-20 00:00:00','2-HIGH','Clerk#000000434',0,'final, bold packages m' -2144,674,'F',149666.25,'1994-03-29 00:00:00','3-MEDIUM','Clerk#000000546',0,'slyly express requests along the regular, unusual theodolites print ' -2145,668,'F',26488.43,'1992-10-03 00:00:00','1-URGENT','Clerk#000000886',0,'final, silent requests among the boldly regular dep' -2146,589,'F',228334.74,'1992-09-14 00:00:00','4-NOT SPECIFIED','Clerk#000000476',0,'carefully express instructions a' -2147,494,'F',105029.31,'1992-09-06 00:00:00','4-NOT SPECIFIED','Clerk#000000424',0,'special pinto beans use. final accounts believe regular foxes. f' -2148,643,'F',28576.81,'1995-04-19 00:00:00','4-NOT SPECIFIED','Clerk#000000517',0,'blithely final requests x-ray blithely about the blithely bo' -2149,505,'F',133115.60,'1993-03-13 00:00:00','5-LOW','Clerk#000000555',0,'slyly regular accounts was fur' -2150,409,'F',224202.06,'1994-06-03 00:00:00','3-MEDIUM','Clerk#000000154',0,'final packages engage blithely regular requests.' -2151,290,'O',173413.47,'1996-11-11 00:00:00','3-MEDIUM','Clerk#000000996',0,'final accounts sleep alongside of the carefully pending Tiresias. p' -2176,518,'F',140577.49,'1992-11-10 00:00:00','1-URGENT','Clerk#000000195',0,'furiously ironic sentiments past the permanently ironic theodolites unwind' -2177,676,'O',252148.76,'1997-01-20 00:00:00','3-MEDIUM','Clerk#000000161',0,'sly accounts sleep among ' -2178,40,'O',91612.55,'1996-12-12 00:00:00','3-MEDIUM','Clerk#000000656',0,'carefully silent instructions wake according to the fluffil' -2179,205,'O',105632.70,'1996-09-07 00:00:00','2-HIGH','Clerk#000000935',0,'carefully ironic courts boost furiously. packages c' -2180,376,'O',301474.71,'1996-09-14 00:00:00','4-NOT SPECIFIED','Clerk#000000650',0,'blithe requests nag carefully: slyly silent excuses across the blithe' -2181,371,'O',135179.43,'1995-09-13 00:00:00','3-MEDIUM','Clerk#000000814',0,'furiously ironic ideas haggle blithely accordi' -2182,113,'F',171704.77,'1994-04-05 00:00:00','2-HIGH','Clerk#000000071',0,'regular pinto beans integrate among the furiousl' -2183,562,'O',62618.21,'1996-06-22 00:00:00','1-URGENT','Clerk#000000287',0,'quickly regular ideas wake ironic accounts. even, regul' -2208,338,'P',298951.83,'1995-05-01 00:00:00','4-NOT SPECIFIED','Clerk#000000900',0,'blithely express pinto ' -2209,446,'F',183793.14,'1992-07-10 00:00:00','2-HIGH','Clerk#000000056',0,'slyly ruthless pinto beans inside th' -2210,160,'F',41775.91,'1992-01-16 00:00:00','2-HIGH','Clerk#000000941',0,'slyly ironic tithes cajole about the platelets. ' -2211,460,'F',207461.45,'1994-06-30 00:00:00','2-HIGH','Clerk#000000464',0,'carefully ironic dolphins boost across the furiously reg' -2212,583,'F',22275.42,'1994-03-23 00:00:00','3-MEDIUM','Clerk#000000954',0,'slyly bold packages hang fluffily. unusual, regu' -2213,607,'F',197467.29,'1993-01-15 00:00:00','4-NOT SPECIFIED','Clerk#000000598',0,'regular, special theodolites sleep ' -2214,571,'O',234949.97,'1998-05-05 00:00:00','3-MEDIUM','Clerk#000000253',0,'furiously final excuses dazzle. carefully b' -2215,194,'O',139754.76,'1996-06-16 00:00:00','4-NOT SPECIFIED','Clerk#000000817',0,'blithely regular theodolites cajole about the final, bold accou' -2240,277,'F',230524.61,'1992-03-06 00:00:00','4-NOT SPECIFIED','Clerk#000000622',0,'slyly regular requests among the busily unusual deposits caj' -2241,508,'F',241172.10,'1993-05-11 00:00:00','1-URGENT','Clerk#000000081',0,'blithely ruthless accounts dazzle; blithely specia' -2242,409,'O',22284.14,'1997-07-20 00:00:00','4-NOT SPECIFIED','Clerk#000000360',0,'carefully final requests wake furiously slyly final pinto beans. carefully' -2243,241,'O',15626.56,'1995-06-10 00:00:00','2-HIGH','Clerk#000000813',0,'carefully bold platelets boost around the furiously bold deposits. carefully' -2244,634,'F',34748.98,'1993-01-09 00:00:00','1-URGENT','Clerk#000001000',0,'quickly express pinto beans sleep furiously within the final notorni' -2245,283,'F',204682.44,'1993-04-28 00:00:00','3-MEDIUM','Clerk#000000528',0,'dependencies nag. quickly bold d' -2246,562,'O',116650.66,'1996-05-27 00:00:00','4-NOT SPECIFIED','Clerk#000000739',0,'furiously regular reque' -2247,475,'F',22157.24,'1992-08-02 00:00:00','4-NOT SPECIFIED','Clerk#000000947',0,'evenly express ideas around the blithely final soma' -2272,692,'F',166826.25,'1993-04-13 00:00:00','2-HIGH','Clerk#000000449',0,'slyly ironic packages are about the slyly' -2273,673,'O',216210.61,'1996-12-14 00:00:00','5-LOW','Clerk#000000155',0,'braids sleep carefully iro' -2274,520,'F',78660.93,'1993-09-04 00:00:00','4-NOT SPECIFIED','Clerk#000000258',0,'carefully pending accounts cajole slyly ' -2275,742,'F',44994.70,'1992-10-22 00:00:00','4-NOT SPECIFIED','Clerk#000000206',0,'ruthless, ironic instructions affix blithely. bold, regular re' -2276,208,'O',215903.31,'1996-04-29 00:00:00','4-NOT SPECIFIED','Clerk#000000821',0,'blithely ironic accounts i' -2277,445,'F',123441.20,'1995-01-02 00:00:00','4-NOT SPECIFIED','Clerk#000000385',0,'fluffily regular requests wake quickly.' -2278,703,'O',125361.01,'1998-04-25 00:00:00','3-MEDIUM','Clerk#000000186',0,'fluffily regular requests are even requests. spec' -2279,397,'F',185672.31,'1993-02-23 00:00:00','3-MEDIUM','Clerk#000000898',0,'even asymptotes sleep silent, regular accounts. ironic ideas doubt along th' -2304,226,'F',131719.22,'1994-01-07 00:00:00','4-NOT SPECIFIED','Clerk#000000415',0,'ironic, silent accounts boost furiously final braids. c' -2305,211,'F',172413.29,'1993-01-26 00:00:00','2-HIGH','Clerk#000000440',0,'special, pending foxes use slyly against the slyly bold excuses.' -2306,134,'O',390650.77,'1995-07-26 00:00:00','2-HIGH','Clerk#000000975',0,'carefully regular accounts believe against the unu' -2307,521,'F',90636.23,'1993-06-29 00:00:00','5-LOW','Clerk#000000952',0,'requests ought to us' -2308,121,'F',77676.54,'1992-10-25 00:00:00','4-NOT SPECIFIED','Clerk#000000609',0,'even packages haggle blithely across the fluffily ir' -2309,499,'O',228217.83,'1995-09-04 00:00:00','5-LOW','Clerk#000000803',0,'bold, final instructions use slyly final, final foxes. final accounts' -2310,152,'O',102522.98,'1996-09-20 00:00:00','5-LOW','Clerk#000000917',0,'special, special deposits are after the ' -2311,359,'P',206124.27,'1995-05-02 00:00:00','2-HIGH','Clerk#000000761',0,'excuses cajole around the furiou' -2336,707,'O',37972.80,'1996-01-07 00:00:00','4-NOT SPECIFIED','Clerk#000000902',0,'requests wake-- unusual realms cajole. special requ' -2337,701,'O',54370.64,'1997-06-18 00:00:00','4-NOT SPECIFIED','Clerk#000000754',0,'slyly special requests above the final, ironic accounts lose fluffily among ' -2338,697,'O',34194.93,'1997-09-15 00:00:00','2-HIGH','Clerk#000000951',0,'carefully regular deposits are. boldly fluffy accoun' -2339,542,'F',89828.88,'1993-12-15 00:00:00','5-LOW','Clerk#000000847',0,'carefully final accounts across the express pinto beans cajole slyly ironic' -2340,323,'O',50996.53,'1996-01-12 00:00:00','1-URGENT','Clerk#000000964',0,'regular instructions use s' -2341,409,'F',74964.19,'1993-05-30 00:00:00','5-LOW','Clerk#000000443',0,'blithe packages after the furiously fi' -2342,184,'O',150119.78,'1996-06-09 00:00:00','1-URGENT','Clerk#000000615',0,'slyly express frays' -2343,356,'O',122191.86,'1995-08-21 00:00:00','3-MEDIUM','Clerk#000000170',0,'packages detect blithely about the slyly r' -2368,65,'F',144854.86,'1993-08-20 00:00:00','1-URGENT','Clerk#000000830',0,'special accounts against the blithely regular' -2369,550,'O',105476.06,'1996-12-24 00:00:00','2-HIGH','Clerk#000000752',0,'blithely regular ideas cajole quickly fluffily regular packages. regular, f' -2370,703,'F',82567.09,'1994-01-17 00:00:00','1-URGENT','Clerk#000000231',0,'evenly final requests' -2371,94,'O',262759.18,'1998-01-07 00:00:00','1-URGENT','Clerk#000000028',0,'regular requests ha' -2372,146,'O',135228.64,'1997-11-21 00:00:00','5-LOW','Clerk#000000342',0,'pinto beans eat enticingly excuses. blithely iron' -2373,133,'F',87142.45,'1994-03-12 00:00:00','4-NOT SPECIFIED','Clerk#000000306',0,'slyly bold pinto beans use furio' -2374,20,'F',157592.44,'1993-10-29 00:00:00','4-NOT SPECIFIED','Clerk#000000081',0,'final, final packages haggle quickly after the special ' -2375,25,'O',143821.96,'1996-11-20 00:00:00','3-MEDIUM','Clerk#000000197',0,'carefully ironic deposits beyond the regular accounts slee' -2400,182,'O',119660.45,'1998-07-25 00:00:00','5-LOW','Clerk#000000782',0,'slyly pending foxes' -2401,739,'O',118129.52,'1997-07-29 00:00:00','4-NOT SPECIFIED','Clerk#000000531',0,'unusual accounts across the bold theodolites a' -2402,329,'O',100780.85,'1996-09-06 00:00:00','4-NOT SPECIFIED','Clerk#000000162',0,'quickly even dependencies above the bo' -2403,272,'O',158063.13,'1998-04-11 00:00:00','3-MEDIUM','Clerk#000000820',0,'ironic packages wake caref' -2404,385,'O',136109.34,'1997-03-13 00:00:00','4-NOT SPECIFIED','Clerk#000000409',0,'carefully regular requests nag furiously furiously reg' -2405,358,'O',144227.42,'1996-12-23 00:00:00','3-MEDIUM','Clerk#000000535',0,'furiously ironic packages are carefully. quickly silent depo' -2406,34,'O',253328.33,'1996-10-28 00:00:00','5-LOW','Clerk#000000561',0,'enticing accounts haggle f' -2407,268,'O',166668.67,'1998-06-19 00:00:00','2-HIGH','Clerk#000000068',0,'blithely even ideas are after th' -2432,511,'O',79717.45,'1996-07-13 00:00:00','1-URGENT','Clerk#000000115',0,'furiously final ideas among the slyly ironic packages cajole carefully sil' -2433,151,'F',217046.76,'1994-08-22 00:00:00','4-NOT SPECIFIED','Clerk#000000324',0,'furiously ironic packages wake carefully above the ru' -2434,119,'O',192607.83,'1997-04-27 00:00:00','3-MEDIUM','Clerk#000000190',0,'even excuses snooze carefully. slyly ironic foxes alo' -2435,358,'F',155250.19,'1993-02-21 00:00:00','5-LOW','Clerk#000000112',0,'final, regular foxes nag. carefully even platelets sleep fluffily! iro' -2436,625,'O',115181.83,'1995-09-11 00:00:00','4-NOT SPECIFIED','Clerk#000000549',0,'final foxes cajole after the' -2437,422,'F',189314.75,'1993-04-21 00:00:00','4-NOT SPECIFIED','Clerk#000000578',0,'pending deposits integrate fluffily along the regula' -2438,64,'F',330862.82,'1993-07-15 00:00:00','2-HIGH','Clerk#000000744',0,'carefully regular accounts cajole fluffily regular dep' -2439,271,'O',70590.87,'1997-03-15 00:00:00','2-HIGH','Clerk#000000819',0,'ruthlessly express ideas affix furiously. slyly ironi' -2464,725,'O',40911.36,'1997-11-23 00:00:00','5-LOW','Clerk#000000633',0,'carefully regular foxes cajo' -2465,163,'O',241357.92,'1995-06-24 00:00:00','1-URGENT','Clerk#000000078',0,'ironic, pending deposi' -2466,91,'F',222040.76,'1994-03-06 00:00:00','1-URGENT','Clerk#000000424',0,'slyly final deposits accordi' -2467,172,'O',10959.62,'1995-07-16 00:00:00','4-NOT SPECIFIED','Clerk#000000914',0,'pending frays haggle blithely slyly expr' -2468,556,'O',229523.97,'1997-06-09 00:00:00','4-NOT SPECIFIED','Clerk#000000260',0,'even dependencies wake: ironic, speci' -2469,616,'O',258584.79,'1996-11-26 00:00:00','5-LOW','Clerk#000000730',0,'idly bold accounts use' -2470,283,'O',152890.65,'1997-04-19 00:00:00','3-MEDIUM','Clerk#000000452',0,'even accounts cajole about the fina' -2471,442,'O',46876.88,'1998-03-12 00:00:00','4-NOT SPECIFIED','Clerk#000000860',0,'regular excuses are fluffily above the requests. fu' -2496,671,'F',194595.83,'1994-01-09 00:00:00','2-HIGH','Clerk#000000142',0,'slyly bold accounts un' -2497,235,'F',233700.85,'1992-08-27 00:00:00','1-URGENT','Clerk#000000977',0,'final ideas across the furiously pending accounts' -2498,481,'F',70365.76,'1993-11-08 00:00:00','5-LOW','Clerk#000000373',0,'carefully unusual packages detect slyly. blithely final requests are.' -2499,605,'O',212665.15,'1995-09-24 00:00:00','1-URGENT','Clerk#000000277',0,'ironic packages wake carefully about the blithely even requests. ironic' -2500,665,'F',184521.26,'1992-08-15 00:00:00','2-HIGH','Clerk#000000447',0,'daring frets boost slyly at the furiously daring foxes. furiously regular acc' -2501,334,'O',106079.36,'1997-05-25 00:00:00','5-LOW','Clerk#000000144',0,'slyly unusual tithes sleep furiously ruthless packages. even account' -2502,347,'F',53891.19,'1993-05-28 00:00:00','4-NOT SPECIFIED','Clerk#000000914',0,'furiously unusual pinto beans detect. quickly silent dugou' -2503,34,'F',244728.98,'1993-06-20 00:00:00','3-MEDIUM','Clerk#000000294',0,'final accounts above the' -2528,275,'F',127564.15,'1994-11-20 00:00:00','1-URGENT','Clerk#000000789',0,'blithely even asymptotes may cajole from the fu' -2529,676,'O',6188.12,'1996-08-20 00:00:00','2-HIGH','Clerk#000000511',0,'carefully unusual pinto beans cajole accounts. carefully' -2530,637,'F',78984.16,'1994-03-21 00:00:00','3-MEDIUM','Clerk#000000291',0,'requests cajole. quickly regular s' -2531,217,'O',215254.07,'1996-05-06 00:00:00','4-NOT SPECIFIED','Clerk#000000095',0,'silent deposits across the bold' -2532,469,'O',168917.00,'1995-10-11 00:00:00','2-HIGH','Clerk#000000498',0,'quiet, unusual warthogs' -2533,248,'O',248484.18,'1997-03-24 00:00:00','1-URGENT','Clerk#000000594',0,'finally regular depo' -2534,377,'O',262905.89,'1996-07-17 00:00:00','3-MEDIUM','Clerk#000000332',0,'bold, regular foxes around the ironic' -2535,601,'F',102624.51,'1993-05-25 00:00:00','5-LOW','Clerk#000000296',0,'carefully even requests along the carefully special foxes affix furio' -2560,655,'F',203401.16,'1992-09-05 00:00:00','1-URGENT','Clerk#000000538',0,'carefully ironic platelets a' -2561,286,'O',194705.39,'1997-11-14 00:00:00','1-URGENT','Clerk#000000861',0,'never even dependencies are against the ironic requests. ideas detect care' -2562,41,'F',192319.36,'1992-08-01 00:00:00','1-URGENT','Clerk#000000467',0,'fluffily final requests haggle quickly ' -2563,307,'F',229691.84,'1993-11-19 00:00:00','4-NOT SPECIFIED','Clerk#000000150',0,'regular, ironic packages use. slyly even' -2564,382,'F',5713.59,'1994-09-09 00:00:00','2-HIGH','Clerk#000000718',0,'even platelets grow slyly aft' -2565,277,'O',300703.37,'1998-02-28 00:00:00','3-MEDIUM','Clerk#000000032',0,'quickly special pinto beans hang furiously. ideas affix fu' -2566,428,'F',132995.16,'1992-10-10 00:00:00','3-MEDIUM','Clerk#000000414',0,'express, even ideas nod after the even, iro' -2567,347,'O',371417.79,'1998-02-27 00:00:00','2-HIGH','Clerk#000000031',0,'furiously regular requests wake above the slyly ironic p' -2592,503,'F',11054.29,'1993-03-05 00:00:00','4-NOT SPECIFIED','Clerk#000000524',0,'blithely regular accounts about the final d' -2593,457,'F',201864.29,'1993-09-04 00:00:00','2-HIGH','Clerk#000000468',0,'slyly final deposits cajole carefully care' -2594,388,'F',143180.70,'1992-12-17 00:00:00','1-URGENT','Clerk#000000550',0,'special theodolites haggle qui' -2595,370,'O',232514.48,'1995-12-14 00:00:00','4-NOT SPECIFIED','Clerk#000000222',0,'blithely regular theodolites' -2596,212,'O',108527.84,'1996-08-17 00:00:00','1-URGENT','Clerk#000000242',0,'even dependencies haggle quickly foxes! furiously bold in' -2597,518,'F',29449.23,'1993-02-04 00:00:00','2-HIGH','Clerk#000000757',0,'furiously final accounts nag furiously carefully regular deposits. ironic f' -2598,560,'O',116290.67,'1996-03-05 00:00:00','3-MEDIUM','Clerk#000000391',0,'regular theodolites boost furiously. re' -2599,742,'O',82322.92,'1996-11-07 00:00:00','2-HIGH','Clerk#000000722',0,'closely regular accounts are. pending accounts print quickly. ir' -2624,256,'O',39478.94,'1996-11-28 00:00:00','5-LOW','Clerk#000000930',0,'furiously unusual ideas integrate slyly. sil' -2625,191,'F',42681.82,'1992-10-14 00:00:00','4-NOT SPECIFIED','Clerk#000000386',0,'quickly regular ideas nod carefully fluffily special packages' -2626,686,'O',114348.31,'1995-09-08 00:00:00','4-NOT SPECIFIED','Clerk#000000289',0,'furiously pending theodolites are above the c' -2627,743,'F',40378.74,'1992-03-24 00:00:00','3-MEDIUM','Clerk#000000181',0,'even dependencies use blithely regular platelets. furiously ironic deposit' -2628,277,'F',225545.06,'1993-10-22 00:00:00','5-LOW','Clerk#000000836',0,'accounts are. fluffy deposits cajole slyly ' -2629,686,'O',137156.01,'1998-04-06 00:00:00','5-LOW','Clerk#000000680',0,'slyly express requests w' -2630,421,'F',183124.12,'1992-10-24 00:00:00','5-LOW','Clerk#000000712',0,'ironic packages nag slyly after the express, regular courts. ruthless, unusual' -2631,176,'F',92236.71,'1993-09-24 00:00:00','5-LOW','Clerk#000000833',0,'fluffily pending ideas are carefully special accounts. slyly silent request' -2656,383,'F',150165.09,'1993-05-04 00:00:00','1-URGENT','Clerk#000000307',0,'ironic, regular pinto beans at the ironic dependencie' -2657,124,'O',215489.74,'1995-10-17 00:00:00','2-HIGH','Clerk#000000160',0,'never express theodolites haggle closely. fluffily enticing req' -2658,67,'O',213840.25,'1995-09-23 00:00:00','3-MEDIUM','Clerk#000000400',0,'excuses maintain blithely about the furiously unusual' -2659,412,'F',101865.12,'1993-12-18 00:00:00','4-NOT SPECIFIED','Clerk#000000758',0,'carefully permanent accounts cajole carefully regularly special pinto be' -2660,632,'O',20335.25,'1995-08-05 00:00:00','5-LOW','Clerk#000000480',0,'theodolites against the blit' -2661,370,'O',160793.01,'1997-01-04 00:00:00','3-MEDIUM','Clerk#000000217',0,'fluffily regular package' -2662,185,'O',113126.65,'1996-08-21 00:00:00','3-MEDIUM','Clerk#000000589',0,'final excuses use. bold d' -2663,472,'O',50840.67,'1995-09-06 00:00:00','1-URGENT','Clerk#000000950',0,'carefully even packages use blithely. car' -2688,487,'F',228022.61,'1992-01-24 00:00:00','2-HIGH','Clerk#000000720',0,'never final packages across the slyly unusual p' -2689,508,'F',42608.57,'1992-04-09 00:00:00','4-NOT SPECIFIED','Clerk#000000698',0,'bold, special packages along the slyly' -2690,469,'O',316808.37,'1996-03-31 00:00:00','3-MEDIUM','Clerk#000000760',0,'foxes cajole furiously fluffily express theodolit' -2691,31,'F',44933.80,'1992-04-30 00:00:00','5-LOW','Clerk#000000439',0,'ironic requests dazzle fl' -2692,310,'O',34165.14,'1997-12-02 00:00:00','3-MEDIUM','Clerk#000000878',0,'blithely ruthless instructions nag blithely accordi' -2693,86,'O',84748.89,'1996-09-04 00:00:00','1-URGENT','Clerk#000000370',0,'even ideas cajole at the deposits. ideas about the bold platelets a' -2694,596,'O',149167.56,'1996-03-14 00:00:00','5-LOW','Clerk#000000722',0,'blithely regular ac' -2695,283,'O',186251.97,'1996-08-20 00:00:00','1-URGENT','Clerk#000000697',0,'regular deposits play according to the ironic packages. fi' -2720,151,'F',219729.45,'1993-06-08 00:00:00','1-URGENT','Clerk#000000948',0,'blithely silent theodolites haggle carefully. carefully ironic fo' -2721,388,'O',97873.13,'1996-01-27 00:00:00','2-HIGH','Clerk#000000401',0,'unusual, even theodolites ca' -2722,175,'F',70677.46,'1994-04-09 00:00:00','5-LOW','Clerk#000000638',0,'carefully bold attain' -2723,296,'O',133220.25,'1995-10-06 00:00:00','5-LOW','Clerk#000000836',0,'theodolites use slyly regular foxes. excuses against the final a' -2724,685,'F',165245.25,'1994-09-14 00:00:00','2-HIGH','Clerk#000000217',0,'blithely silent requests at the slowly final ' -2725,442,'F',97305.52,'1994-05-21 00:00:00','4-NOT SPECIFIED','Clerk#000000835',0,'requests cajole fluffily. fluffily final packages ha' -2726,29,'F',47912.00,'1992-11-27 00:00:00','5-LOW','Clerk#000000470',0,'final, ironic foxes integr' -2727,370,'O',4866.41,'1998-04-19 00:00:00','4-NOT SPECIFIED','Clerk#000000879',0,'regular, bold packages nag furiously above the blithely spec' -2752,292,'F',250969.53,'1993-11-19 00:00:00','2-HIGH','Clerk#000000648',0,'furiously even packages along the ironi' -2753,77,'F',216330.92,'1993-11-30 00:00:00','2-HIGH','Clerk#000000380',0,'furiously special dugouts after the fur' -2754,719,'F',42661.43,'1994-04-03 00:00:00','2-HIGH','Clerk#000000960',0,'unusual, special packag' -2755,589,'F',138513.25,'1992-02-07 00:00:00','4-NOT SPECIFIED','Clerk#000000177',0,'furiously unusual instructions use carefully slyly stealthy fo' -2756,583,'F',195508.63,'1994-04-18 00:00:00','1-URGENT','Clerk#000000537',0,'express dolphins sleep. slyly ironic accounts sleep furiously regular pack' -2757,379,'O',126615.20,'1995-07-20 00:00:00','2-HIGH','Clerk#000000216',0,'furiously unusual foxes use regular, pendin' -2758,206,'O',48138.95,'1998-07-12 00:00:00','5-LOW','Clerk#000000863',0,'quickly regular requests nag carefully against the ironic asymptotes. ' -2759,580,'F',117688.72,'1993-11-25 00:00:00','4-NOT SPECIFIED','Clerk#000000071',0,'pending, pending pinto beans are fluffily unusual d' -2784,472,'O',143967.82,'1998-01-07 00:00:00','1-URGENT','Clerk#000000540',0,'blithely pending platelets among the fluffily regular dolphins boost' -2785,731,'O',176391.99,'1995-07-21 00:00:00','2-HIGH','Clerk#000000098',0,'ironically express packages detect quickly. ironic, quiet requests haggle; ca' -2786,394,'F',242868.26,'1992-03-22 00:00:00','2-HIGH','Clerk#000000976',0,'pending requests use. theodolites alongside of the unusual requests ' -2787,515,'O',4245.83,'1995-09-30 00:00:00','1-URGENT','Clerk#000000906',0,'theodolites are even, pending deposits-- blithely final asymptotes wake f' -2788,617,'F',28407.43,'1994-09-22 00:00:00','1-URGENT','Clerk#000000641',0,'ironic deposits sleep slyly among th' -2789,181,'O',308513.93,'1998-03-14 00:00:00','2-HIGH','Clerk#000000972',0,'carefully unusual senti' -2790,125,'F',263474.85,'1994-08-19 00:00:00','2-HIGH','Clerk#000000679',0,'regular instructions integrate ru' -2791,604,'F',214697.04,'1994-10-10 00:00:00','2-HIGH','Clerk#000000662',0,'even, express deposits a' -2816,284,'F',54701.13,'1994-09-20 00:00:00','2-HIGH','Clerk#000000289',0,'regular, regular requests across the deposits use blithely among the idly unu' -2817,199,'F',105771.53,'1994-04-19 00:00:00','3-MEDIUM','Clerk#000000982',0,'busily bold foxes haggle ev' -2818,241,'F',155395.71,'1994-12-12 00:00:00','3-MEDIUM','Clerk#000000413',0,'furiously unusual frets wake carefully' -2819,511,'F',83336.27,'1994-05-05 00:00:00','1-URGENT','Clerk#000000769',0,'carefully final foxes are fluffil' -2820,91,'F',230168.64,'1994-05-20 00:00:00','3-MEDIUM','Clerk#000000807',0,'slyly ironic foxes nag slyly. fin' -2821,583,'F',58226.93,'1993-08-09 00:00:00','3-MEDIUM','Clerk#000000323',0,'regular requests wake. blithely even requests cajole ' -2822,394,'F',63192.91,'1993-07-26 00:00:00','2-HIGH','Clerk#000000510',0,'slyly final sheaves use car' -2823,391,'O',252665.44,'1995-09-09 00:00:00','2-HIGH','Clerk#000000567',0,'bold requests cajole regular packag' -2848,346,'F',168794.45,'1992-03-10 00:00:00','1-URGENT','Clerk#000000256',0,'foxes cajole carefully pending, fina' -2849,229,'O',244345.94,'1996-04-30 00:00:00','2-HIGH','Clerk#000000659',0,'slowly special theodolites according to the ' -2850,496,'O',174836.28,'1996-10-02 00:00:00','2-HIGH','Clerk#000000392',0,'final asymptotes haggle slyly regular accoun' -2851,724,'O',12287.84,'1997-09-07 00:00:00','5-LOW','Clerk#000000566',0,'special, special accounts sleep. slyly ir' -2852,446,'F',146573.88,'1993-01-16 00:00:00','1-URGENT','Clerk#000000740',0,'slyly even ideas shall have to sleep. furiou' -2853,466,'F',162294.37,'1994-05-05 00:00:00','2-HIGH','Clerk#000000878',0,'regularly ironic dependencies wake carefully across the blithely express' -2854,692,'F',235943.71,'1994-06-27 00:00:00','1-URGENT','Clerk#000000010',0,'slyly ironic asymptotes along the carefully final id' -2855,241,'F',55120.79,'1993-04-04 00:00:00','4-NOT SPECIFIED','Clerk#000000973',0,'furiously ironic instru' -2880,40,'F',187638.44,'1992-03-15 00:00:00','2-HIGH','Clerk#000000756',0,'blithely silent packages a' -2881,493,'F',68793.97,'1992-05-10 00:00:00','5-LOW','Clerk#000000864',0,'blithely regular deposits are according to the silent requests. fu' -2882,601,'O',240441.17,'1995-08-22 00:00:00','2-HIGH','Clerk#000000891',0,'ironic dependencies cajole furiously furiously regular accounts? furiousl' -2883,604,'F',255952.42,'1995-01-23 00:00:00','5-LOW','Clerk#000000180',0,'blithely even excuses nag quickly. deposits after the blithe' -2884,457,'O',97970.64,'1997-10-12 00:00:00','3-MEDIUM','Clerk#000000780',0,'furiously bold theodolites among the ironic, pending accounts' -2885,31,'F',190364.75,'1992-09-19 00:00:00','4-NOT SPECIFIED','Clerk#000000280',0,'blithely bold deposits are. fluffily perman' -2886,538,'F',148891.33,'1994-11-13 00:00:00','4-NOT SPECIFIED','Clerk#000000619',0,'warhorses sleep blithely busi' -2887,538,'O',39479.79,'1997-05-26 00:00:00','5-LOW','Clerk#000000566',0,'requests are. pending, pending hockey players sleep against the dependencie' -2912,461,'F',40444.65,'1992-03-12 00:00:00','5-LOW','Clerk#000000186',0,'carefully regular foxes across the platelets ' -2913,212,'O',189543.12,'1997-07-12 00:00:00','3-MEDIUM','Clerk#000000118',0,'express packages are. requests cajole. bo' -2914,536,'F',87752.59,'1993-03-03 00:00:00','3-MEDIUM','Clerk#000000543',0,'slyly final requests cajole slyly. stea' -2915,463,'F',139701.08,'1994-03-31 00:00:00','5-LOW','Clerk#000000410',0,'accounts use furiously' -2916,37,'O',26963.77,'1995-12-27 00:00:00','2-HIGH','Clerk#000000681',0,'regular dependencies use blithely. even, regular pinto be' -2917,454,'O',130217.17,'1997-12-09 00:00:00','4-NOT SPECIFIED','Clerk#000000061',0,'carefully regular frays behind ' -2918,589,'O',28663.87,'1996-09-08 00:00:00','3-MEDIUM','Clerk#000000439',0,'blithely ironic escapades are furiously ac' -2919,263,'F',187181.14,'1993-12-10 00:00:00','2-HIGH','Clerk#000000209',0,'bold, final instructions haggle carefully. fluffily fina' -2944,68,'O',188576.71,'1997-09-24 00:00:00','4-NOT SPECIFIED','Clerk#000000740',0,'carefully pending dependencies wake quickly blithely furious asymptot' -2945,142,'O',311233.07,'1996-01-03 00:00:00','2-HIGH','Clerk#000000499',0,'ruthlessly even pinto bean' -2946,622,'O',122058.32,'1996-02-05 00:00:00','5-LOW','Clerk#000000329',0,'slyly special deposits maintain carefully bold accounts. express account' -2947,349,'P',52025.80,'1995-04-26 00:00:00','1-URGENT','Clerk#000000464',0,'even, regular excuses are slyly' -2948,220,'F',142734.82,'1994-08-23 00:00:00','5-LOW','Clerk#000000701',0,'even instructions us' -2949,682,'F',136668.05,'1994-04-12 00:00:00','2-HIGH','Clerk#000000184',0,'furiously express ideas use slyly blithely furious packages. slyly iro' -2950,673,'O',269722.46,'1997-07-06 00:00:00','1-URGENT','Clerk#000000833',0,'final, regular pack' -2951,370,'O',187526.31,'1996-02-06 00:00:00','2-HIGH','Clerk#000000680',0,'final pinto beans haggle carefully. slyly re' -2976,142,'F',175499.09,'1993-12-10 00:00:00','4-NOT SPECIFIED','Clerk#000000159',0,'furiously special accoun' -2977,356,'O',32417.24,'1996-08-27 00:00:00','3-MEDIUM','Clerk#000000252',0,'carefully bold pinto be' -2978,220,'P',184426.43,'1995-05-03 00:00:00','1-URGENT','Clerk#000000135',0,'even theodolites are furiously after the blithely bold accounts. ironic depe' -2979,665,'O',163904.59,'1996-03-23 00:00:00','3-MEDIUM','Clerk#000000820',0,'furiously special sentiments believe fluffily. regu' -2980,19,'O',244991.22,'1996-09-14 00:00:00','3-MEDIUM','Clerk#000000661',0,'unusual packages affix blithely. regular instructions acros' -2981,238,'O',46293.65,'1998-07-29 00:00:00','5-LOW','Clerk#000000299',0,'theodolites alongside of the furiously final' -2982,422,'F',76336.75,'1995-03-19 00:00:00','2-HIGH','Clerk#000000402',0,'slyly pending deposits sleep. ironic instructions detect a' -2983,307,'F',89552.88,'1992-01-07 00:00:00','1-URGENT','Clerk#000000278',0,'fluffily bold platelets integrate according to the instructions. pe' -3008,197,'O',212634.75,'1995-11-08 00:00:00','3-MEDIUM','Clerk#000000701',0,'express foxes for the unusual deposi' -3009,272,'O',157392.45,'1997-02-28 00:00:00','1-URGENT','Clerk#000000205',0,'carefully final accounts use quickly blithely ironic requests. blithely q' -3010,38,'O',194699.31,'1996-01-26 00:00:00','2-HIGH','Clerk#000000931',0,'ironic packages boost fluffily furiously regular requests.' -3011,449,'F',70059.17,'1992-01-14 00:00:00','5-LOW','Clerk#000000515',0,'slyly ironic pinto beans boost. blithely regular accounts haggle' -3012,157,'F',152775.61,'1993-05-05 00:00:00','1-URGENT','Clerk#000000414',0,'carefully ironic warthogs cajole quickly silen' -3013,712,'O',225470.25,'1997-02-05 00:00:00','5-LOW','Clerk#000000591',0,'ironic packages after the furi' -3014,145,'F',280246.78,'1992-10-30 00:00:00','4-NOT SPECIFIED','Clerk#000000476',0,'blithely final accounts after the ideas cajole carefully p' -3015,508,'F',156417.75,'1992-09-27 00:00:00','5-LOW','Clerk#000000013',0,'blithely ruthless deposits sleep quietly ideas. fluffily ironic theodolite' -3040,554,'F',154271.88,'1993-04-12 00:00:00','3-MEDIUM','Clerk#000000544',0,'regular accounts cajole. final waters against the fluffily regular foxe' -3041,563,'O',34142.27,'1997-06-03 00:00:00','5-LOW','Clerk#000000092',0,'quietly ironic packages will use according to the daring requests. carefully' -3042,100,'F',133312.17,'1994-11-21 00:00:00','3-MEDIUM','Clerk#000000573',0,'ironically ironic packages' -3043,217,'F',93861.19,'1992-04-25 00:00:00','5-LOW','Clerk#000000137',0,'blithely regular pinto beans abo' -3044,265,'O',61587.10,'1996-04-03 00:00:00','2-HIGH','Clerk#000000008',0,'silent, ironic accounts nag furiously blithely pending courts' -3045,250,'O',112836.89,'1995-09-27 00:00:00','1-URGENT','Clerk#000000405',0,'final, ironic ideas against the stealthily silent theodolites hag' -3046,157,'O',141274.61,'1995-11-30 00:00:00','2-HIGH','Clerk#000000522',0,'fluffily silent deposits haggle furiously a' -3047,124,'O',45865.33,'1997-03-21 00:00:00','1-URGENT','Clerk#000000962',0,'blithely ironic she' -3072,113,'F',119820.37,'1994-01-30 00:00:00','4-NOT SPECIFIED','Clerk#000000370',0,'final tithes sleep carefully regular, ironic packages. carefully pendi' -3073,677,'F',199219.10,'1994-01-08 00:00:00','3-MEDIUM','Clerk#000000404',0,'theodolites haggle blithely. slyly final instructions about the f' -3074,329,'F',114113.52,'1992-11-01 00:00:00','5-LOW','Clerk#000000546',0,'deposits sublate qu' -3075,626,'F',39525.66,'1994-05-07 00:00:00','3-MEDIUM','Clerk#000000433',0,'quietly final ideas must have to cajole furiously u' -3076,457,'F',118483.83,'1993-07-23 00:00:00','2-HIGH','Clerk#000000099',0,'accounts wake among the quickly final pinto beans' -3077,604,'O',135293.49,'1997-08-06 00:00:00','2-HIGH','Clerk#000000228',0,'slyly unusual tithes according to the ironic, ironic accounts c' -3078,238,'F',66037.38,'1993-02-12 00:00:00','2-HIGH','Clerk#000000110',0,'fluffily even excuses br' -3079,493,'O',205825.76,'1997-09-12 00:00:00','5-LOW','Clerk#000000505',0,'quickly pending dolphins across the blithely silent ' -3104,346,'F',123203.65,'1993-09-16 00:00:00','3-MEDIUM','Clerk#000000871',0,'quickly slow packages along the furiously express pinto beans thrash slyly' -3105,683,'O',157089.36,'1996-11-13 00:00:00','4-NOT SPECIFIED','Clerk#000000772',0,'blithely bold sauternes haggle. warhorses wake alongside of the care' -3106,724,'O',183618.57,'1997-01-12 00:00:00','3-MEDIUM','Clerk#000000729',0,'deposits haggle slyly special accounts. regul' -3107,127,'O',162892.23,'1997-08-21 00:00:00','1-URGENT','Clerk#000000669',0,'slyly regular courts print. instructions s' -3108,422,'F',95758.43,'1993-08-05 00:00:00','1-URGENT','Clerk#000000574',0,'furiously unusual dependenci' -3109,611,'F',316317.49,'1993-07-24 00:00:00','5-LOW','Clerk#000000936',0,'carefully regular accounts eat furiously ironic, daring re' -3110,437,'F',145716.08,'1994-12-17 00:00:00','2-HIGH','Clerk#000000564',0,'regular dolphins nag blithely fluffily fin' -3111,664,'O',220518.19,'1995-08-25 00:00:00','5-LOW','Clerk#000000922',0,'evenly ironic packages lose quickly. slyly even requests solve. blithely reg' -3136,115,'F',217018.74,'1994-08-10 00:00:00','4-NOT SPECIFIED','Clerk#000000891',0,'special pinto beans are furiously final accounts-- ironic ac' -3137,671,'O',9090.96,'1995-07-26 00:00:00','3-MEDIUM','Clerk#000000063',0,'furiously ironic instructions affix abou' -3138,695,'F',201957.44,'1994-02-09 00:00:00','4-NOT SPECIFIED','Clerk#000000650',0,'slyly final excuses nag silent, bold platele' -3139,83,'F',47826.07,'1992-01-02 00:00:00','3-MEDIUM','Clerk#000000855',0,'slyly even pinto beans above the ca' -3140,725,'F',72196.82,'1992-04-09 00:00:00','1-URGENT','Clerk#000000670',0,'pending pinto beans about the furiously bold cou' -3141,127,'O',149602.81,'1995-11-10 00:00:00','1-URGENT','Clerk#000000475',0,'packages cajole carefully. slowly ruthless excuses boost furiousl' -3142,37,'F',23533.12,'1992-06-28 00:00:00','3-MEDIUM','Clerk#000000043',0,'even, permanent requests wake quickly among t' -3143,535,'F',202150.88,'1993-02-17 00:00:00','1-URGENT','Clerk#000000519',0,'regular, special sauternes a' -3168,679,'F',94609.34,'1992-01-30 00:00:00','5-LOW','Clerk#000000352',0,'bold, ironic excuses are slowly pending ideas. quickly bold platelets a' -3169,91,'F',188367.17,'1993-12-21 00:00:00','3-MEDIUM','Clerk#000000252',0,'quickly silent packages are blithely slyly even ' -3170,22,'O',253947.80,'1997-11-09 00:00:00','1-URGENT','Clerk#000000288',0,'ironic, unusual multipliers after the packag' -3171,233,'F',118947.65,'1993-04-06 00:00:00','5-LOW','Clerk#000000940',0,'furiously special accounts along the ' -3172,442,'F',178083.08,'1992-06-03 00:00:00','4-NOT SPECIFIED','Clerk#000000771',0,'bold accounts wake furiously ironic pinto beans.' -3173,731,'O',102528.56,'1996-08-10 00:00:00','5-LOW','Clerk#000000516',0,'furiously even asymptotes subla' -3174,632,'O',133178.65,'1995-11-15 00:00:00','5-LOW','Clerk#000000663',0,'furiously ironic deposits use qui' -3175,220,'F',262050.12,'1994-07-15 00:00:00','5-LOW','Clerk#000000629',0,'even, pending excuses wa' -3200,61,'O',203549.00,'1996-02-07 00:00:00','1-URGENT','Clerk#000000020',0,'slyly ironic foxes use alongside of the idly ironic deposits. carefully en' -3201,476,'F',130353.06,'1993-07-02 00:00:00','4-NOT SPECIFIED','Clerk#000000738',0,'furiously pending pinto beans against the quickly final accounts hinder ' -3202,434,'F',72733.36,'1992-12-24 00:00:00','5-LOW','Clerk#000000067',0,'slyly regular asymptotes among the instructions nod furio' -3203,631,'O',79880.10,'1997-11-05 00:00:00','2-HIGH','Clerk#000000493',0,'slyly express requests are bold platelets. regular, specia' -3204,44,'F',42977.20,'1992-12-26 00:00:00','1-URGENT','Clerk#000000693',0,'even accounts across the final, pend' -3205,733,'F',205836.80,'1992-04-11 00:00:00','5-LOW','Clerk#000000803',0,'fluffily express platelets are according to the deposits. express pinto be' -3206,607,'O',99692.27,'1996-08-09 00:00:00','1-URGENT','Clerk#000000755',0,'slyly unusual instructions sleep car' -3207,103,'O',178903.72,'1998-02-16 00:00:00','1-URGENT','Clerk#000000695',0,'final instructions wake among' -3232,406,'F',76560.07,'1992-10-09 00:00:00','1-URGENT','Clerk#000000314',0,'blithely unusual accounts above the daringly bold tithes hagg' -3233,700,'F',64401.77,'1994-10-24 00:00:00','5-LOW','Clerk#000000470',0,'quickly ironic asymptotes affix quickly inside the ironic packages. b' -3234,70,'O',207014.44,'1996-04-05 00:00:00','4-NOT SPECIFIED','Clerk#000000367',0,'dependencies haggle along the even' -3235,224,'O',156489.70,'1995-11-15 00:00:00','5-LOW','Clerk#000000349',0,'unusual, regular platelets ' -3236,703,'O',57988.96,'1996-11-06 00:00:00','4-NOT SPECIFIED','Clerk#000000553',0,'ironic requests mold slowly dep' -3237,91,'F',11004.57,'1992-06-03 00:00:00','1-URGENT','Clerk#000000606',0,'furiously even requests was furiously. regular' -3238,305,'F',63799.53,'1993-02-21 00:00:00','5-LOW','Clerk#000000818',0,'bold dependencies haggle sly' -3239,172,'O',196278.07,'1998-01-12 00:00:00','4-NOT SPECIFIED','Clerk#000000619',0,'dogged, silent deposits haggle around the slowly ironic c' -3264,463,'O',252422.24,'1996-11-02 00:00:00','5-LOW','Clerk#000000244',0,'carefully close accounts abo' -3265,262,'F',66847.81,'1992-06-27 00:00:00','1-URGENT','Clerk#000000265',0,'carefully silent ideas are. ironi' -3266,19,'P',82148.39,'1995-03-17 00:00:00','5-LOW','Clerk#000000545',0,'regularly even account' -3267,560,'O',57112.43,'1997-01-07 00:00:00','5-LOW','Clerk#000000484',0,'blithely brave somas det' -3268,707,'F',42664.70,'1994-06-25 00:00:00','5-LOW','Clerk#000000746',0,'ironic packages wake bl' -3269,85,'O',295101.27,'1996-03-01 00:00:00','3-MEDIUM','Clerk#000000378',0,'blithely express deposits boost request' -3270,190,'O',216328.26,'1997-05-28 00:00:00','1-URGENT','Clerk#000000375',0,'idly final foxes run dependencies. furiously' -3271,166,'F',109436.79,'1992-01-01 00:00:00','1-URGENT','Clerk#000000421',0,'blithely regular accounts sleep furiously after th' -3296,736,'F',299465.20,'1994-10-19 00:00:00','3-MEDIUM','Clerk#000000991',0,'blithely express packages across the furiou' -3297,694,'F',14673.29,'1992-11-03 00:00:00','2-HIGH','Clerk#000000220',0,'blithely regular deposits a' -3298,580,'O',91898.03,'1996-04-17 00:00:00','5-LOW','Clerk#000000241',0,'even, ironic accounts around the blithely express deposits s' -3299,446,'F',71787.29,'1993-12-26 00:00:00','3-MEDIUM','Clerk#000000853',0,'slyly idle packages according to the express requests use f' -3300,584,'O',42140.63,'1995-07-15 00:00:00','5-LOW','Clerk#000000198',0,'packages cajole carefully. quickly regular pinto beans sleep carefully.' -3301,661,'F',79191.29,'1994-09-04 00:00:00','4-NOT SPECIFIED','Clerk#000000325',0,'carefully ironic packages dazzle blithely along the fluffily fina' -3302,167,'O',44110.11,'1995-11-14 00:00:00','2-HIGH','Clerk#000000367',0,'furiously regular depths solve carefully quickly daring instruct' -3303,718,'O',134008.00,'1997-12-14 00:00:00','4-NOT SPECIFIED','Clerk#000000661',0,'furiously pending deposits wake blithely. ironic, bold theodolite' -3328,34,'F',194905.66,'1992-11-19 00:00:00','5-LOW','Clerk#000000384',0,'furiously quick deposits sleep according to the careful' -3329,17,'O',66384.78,'1995-07-03 00:00:00','2-HIGH','Clerk#000000236',0,'special platelets cajole careful' -3330,34,'F',46831.65,'1994-12-19 00:00:00','1-URGENT','Clerk#000000124',0,'carefully express requests snooze st' -3331,454,'F',70730.72,'1993-05-21 00:00:00','2-HIGH','Clerk#000000901',0,'final packages lose furiously. furiously unusual packages hinder blithely acc' -3332,712,'F',107579.24,'1994-11-05 00:00:00','1-URGENT','Clerk#000000840',0,'quickly regular deposits wake slyly across the ironic pac' -3333,457,'F',288647.63,'1992-09-16 00:00:00','4-NOT SPECIFIED','Clerk#000000157',0,'blithely regular asymptotes boost carefully across the unusual foxes.' -3334,376,'O',48856.34,'1996-02-18 00:00:00','5-LOW','Clerk#000000532',0,'carefully ironic requests grow. slyly pending instruction' -3335,244,'O',148164.56,'1995-10-15 00:00:00','3-MEDIUM','Clerk#000000694',0,'regular, pending tithes along the thin, unusual packages boo' -3360,515,'O',237120.87,'1998-01-23 00:00:00','5-LOW','Clerk#000000254',0,'bold, bold warthogs ' -3361,242,'F',124216.39,'1992-08-23 00:00:00','4-NOT SPECIFIED','Clerk#000000577',0,'special requests above the instructions' -3362,700,'O',285884.04,'1995-07-29 00:00:00','5-LOW','Clerk#000000011',0,'ironic accounts sleep alongside of the furiously final foxes. quickly i' -3363,256,'O',122351.30,'1995-09-23 00:00:00','2-HIGH','Clerk#000000615',0,'regular, express requests integrate furiously' -3364,224,'O',154460.67,'1997-06-21 00:00:00','1-URGENT','Clerk#000000280',0,'pending, regular theod' -3365,410,'F',276444.56,'1994-11-09 00:00:00','2-HIGH','Clerk#000000126',0,'unusual deposits haggle about the sly' -3366,254,'O',19455.09,'1997-05-18 00:00:00','1-URGENT','Clerk#000000160',0,'instructions haggle furiously according to t' -3367,364,'F',143843.65,'1992-12-31 00:00:00','4-NOT SPECIFIED','Clerk#000000029',0,'quickly busy instruction' -3392,370,'O',149332.42,'1995-10-28 00:00:00','1-URGENT','Clerk#000000325',0,'fluffily express packages eng' -3393,487,'O',263407.26,'1995-07-04 00:00:00','2-HIGH','Clerk#000000076',0,'requests cajole. furiously regular fox' -3394,743,'O',245401.12,'1996-05-05 00:00:00','4-NOT SPECIFIED','Clerk#000000105',0,'somas nag carefully above the ironic, regular pint' -3395,748,'F',185982.02,'1994-10-30 00:00:00','4-NOT SPECIFIED','Clerk#000000682',0,'pending, silent accounts haggle blithely before the express deposits. slyl' -3396,746,'F',278482.91,'1994-05-21 00:00:00','3-MEDIUM','Clerk#000000868',0,'pending, even dolphins cajole furiously. ' -3397,649,'F',112759.52,'1994-06-23 00:00:00','3-MEDIUM','Clerk#000000048',0,'special, final requests detect pinto bean' -3398,334,'O',1888.05,'1996-09-23 00:00:00','1-URGENT','Clerk#000000818',0,'blithely final ideas wake furiously across the th' -3399,610,'P',74997.44,'1995-02-28 00:00:00','4-NOT SPECIFIED','Clerk#000000575',0,'theodolites about the' -3424,508,'O',70838.59,'1996-08-21 00:00:00','1-URGENT','Clerk#000000190',0,'slyly ironic requests are braids. quickly regular platelets print fluff' -3425,575,'O',205424.02,'1996-03-31 00:00:00','4-NOT SPECIFIED','Clerk#000000188',0,'blithely even theodolites wake fu' -3426,262,'O',112707.35,'1996-10-16 00:00:00','3-MEDIUM','Clerk#000000283',0,'slyly regular excuses grow furiously blithely final theodolites. final, fi' -3427,14,'O',195895.33,'1997-05-29 00:00:00','4-NOT SPECIFIED','Clerk#000000404',0,'carefully final excuses above the ironic theodolites boost furiously expres' -3428,43,'O',132784.68,'1996-04-07 00:00:00','5-LOW','Clerk#000000953',0,'foxes are. slyly idle requests haggle furious' -3429,727,'O',209557.42,'1997-01-06 00:00:00','4-NOT SPECIFIED','Clerk#000000737',0,'blithely unusual requests serve slyl' -3430,562,'F',217024.63,'1994-12-12 00:00:00','4-NOT SPECIFIED','Clerk#000000664',0,'furiously idle courts nag. ironic, pending ideas slee' -3431,232,'F',75792.20,'1993-08-22 00:00:00','1-URGENT','Clerk#000000439',0,'even foxes wake care' -3456,224,'F',47114.91,'1993-06-01 00:00:00','5-LOW','Clerk#000000924',0,'special, bold deposits haggle. furiously ' -3457,121,'P',254389.95,'1995-04-27 00:00:00','4-NOT SPECIFIED','Clerk#000000849',0,'permanently pending' -3458,473,'F',213753.12,'1994-12-22 00:00:00','2-HIGH','Clerk#000000392',0,'slyly final accounts ha' -3459,595,'F',181758.35,'1994-07-28 00:00:00','4-NOT SPECIFIED','Clerk#000000777',0,'blithely unusual orbits thrash slyly. ideas along the furiously ' -3460,404,'O',314203.11,'1995-10-03 00:00:00','2-HIGH','Clerk#000000078',0,'ironic, bold accounts wake. furiously' -3461,493,'F',258232.50,'1993-01-31 00:00:00','1-URGENT','Clerk#000000504',0,'quickly ironic ideas sleep furiously carefully final ideas.' -3462,664,'O',78239.93,'1997-05-17 00:00:00','3-MEDIUM','Clerk#000000657',0,'requests boost quickly regula' -3463,442,'F',112719.22,'1993-08-18 00:00:00','1-URGENT','Clerk#000000545',0,'furiously even deposits solve above the instructions. final id' -3488,739,'F',133939.17,'1995-01-08 00:00:00','3-MEDIUM','Clerk#000000694',0,'express deposits across the regular courts are furi' -3489,536,'F',81113.71,'1993-07-29 00:00:00','3-MEDIUM','Clerk#000000307',0,'slyly express asymptotes are blithely special, express packages. furiously re' -3490,451,'O',135950.94,'1997-05-26 00:00:00','5-LOW','Clerk#000000703',0,'express, pending pinto bea' -3491,413,'O',77367.32,'1998-06-24 00:00:00','1-URGENT','Clerk#000000560',0,'even, fluffy ideas haggle slyly blithely pending deposits! special pin' -3492,511,'F',233689.69,'1994-11-24 00:00:00','5-LOW','Clerk#000000066',0,'furiously final accounts engage furiously furiously express pinto beans? u' -3493,403,'F',58724.52,'1993-08-24 00:00:00','2-HIGH','Clerk#000000887',0,'final, special dependencies are furiously carefully final th' -3494,236,'F',203030.58,'1993-04-04 00:00:00','5-LOW','Clerk#000000559',0,'express accounts dazzle after the s' -3495,154,'O',88639.31,'1996-02-26 00:00:00','2-HIGH','Clerk#000000441',0,'final packages haggle. pending dependencies detect. final exc' -3520,625,'O',216199.25,'1997-08-04 00:00:00','1-URGENT','Clerk#000000023',0,'final pinto beans wake carefully regular theodolites' -3521,34,'F',202308.05,'1992-10-26 00:00:00','5-LOW','Clerk#000000812',0,'regular dinos grow furiously regularly pending theodolites. furiously ex' -3522,128,'F',215929.47,'1994-09-26 00:00:00','5-LOW','Clerk#000000250',0,'daringly unusual packages wake furiously carefully bol' -3523,749,'O',191599.25,'1998-04-07 00:00:00','2-HIGH','Clerk#000000688',0,'pending ideas along the special requests are ironic' -3524,467,'F',35137.11,'1992-05-03 00:00:00','2-HIGH','Clerk#000000607',0,'pinto beans cajole after the blithely ironic requests. slyly special inst' -3525,536,'O',147622.78,'1995-12-22 00:00:00','4-NOT SPECIFIED','Clerk#000000084',0,'blithely regular accounts unwind about the even requests. i' -3526,280,'F',71643.38,'1995-03-16 00:00:00','5-LOW','Clerk#000000364',0,'even ideas haggle furiously furiously final escapades. stealthil' -3527,280,'O',206970.55,'1997-06-21 00:00:00','5-LOW','Clerk#000000874',0,'bravely regular deposits wake qui' -3552,172,'O',158211.05,'1997-04-23 00:00:00','2-HIGH','Clerk#000000973',0,'blithely bold courts wake slyly blithely regular dinos. even, reg' -3553,454,'F',157865.99,'1994-05-18 00:00:00','3-MEDIUM','Clerk#000000270',0,'regular, regular theodolites slee' -3554,220,'O',162694.24,'1995-06-17 00:00:00','5-LOW','Clerk#000000931',0,'quickly pending theodolites above the blithely regular ' -3555,229,'O',162618.77,'1996-07-07 00:00:00','5-LOW','Clerk#000000585',0,'carefully ironic hockey players use quickly bold requests. packages slee' -3556,74,'F',154895.02,'1992-09-23 00:00:00','4-NOT SPECIFIED','Clerk#000000140',0,'fluffily unusual requests detect furiously. slyly regular theodolites' -3557,596,'F',135244.70,'1992-11-09 00:00:00','2-HIGH','Clerk#000000291',0,'ironic, regular accounts against the quickly regular requests detect along the' -3558,133,'O',136377.60,'1996-02-29 00:00:00','1-URGENT','Clerk#000000841',0,'quickly ironic packages sleep among' -3559,527,'F',41842.09,'1992-10-24 00:00:00','3-MEDIUM','Clerk#000000634',0,'furiously final deposits believe according to the pen' -3584,59,'O',105239.01,'1997-08-11 00:00:00','1-URGENT','Clerk#000000760',0,'unusual, even accounts after the ideas are above the blithe' -3585,691,'F',194335.75,'1994-11-23 00:00:00','2-HIGH','Clerk#000000988',0,'blithely final foxes nag slyly among the blithely regular pinto bean' -3586,601,'F',157620.81,'1993-12-05 00:00:00','2-HIGH','Clerk#000000438',0,'slyly ironic packages ac' -3587,388,'O',258012.74,'1996-05-10 00:00:00','4-NOT SPECIFIED','Clerk#000000443',0,'deposits snooze slyly among the ironic, ironic d' -3588,593,'F',287763.84,'1995-03-19 00:00:00','4-NOT SPECIFIED','Clerk#000000316',0,'furiously unusual platelets wake above the requests. blithely even requests ' -3589,154,'F',45202.39,'1994-05-26 00:00:00','2-HIGH','Clerk#000000023',0,'blithely even packages sleep fluffily carefully even excuses. furiously unusua' -3590,745,'P',332795.46,'1995-05-13 00:00:00','5-LOW','Clerk#000000986',0,'final courts are furious' -3591,673,'F',139412.21,'1993-12-08 00:00:00','3-MEDIUM','Clerk#000000144',0,'thinly pending accounts boost quickly. blithely regular accoun' -3616,637,'F',99388.94,'1994-02-16 00:00:00','4-NOT SPECIFIED','Clerk#000000268',0,'blithely regular deposits among the carefully special requests cajole f' -3617,197,'O',175893.41,'1996-03-19 00:00:00','3-MEDIUM','Clerk#000000886',0,'furiously brave theodolites cajole furiously carefully iro' -3618,49,'O',206449.77,'1997-12-13 00:00:00','3-MEDIUM','Clerk#000000894',0,'sly packages sleep carefully furiously expr' -3619,745,'O',313882.52,'1996-11-20 00:00:00','2-HIGH','Clerk#000000211',0,'carefully ironic accounts use' -3620,220,'O',80702.41,'1997-03-07 00:00:00','5-LOW','Clerk#000000124',0,'slyly regular packages haggle quickly. bold asymptotes wake q' -3621,704,'F',145421.58,'1993-05-06 00:00:00','3-MEDIUM','Clerk#000000643',0,'regular, even foxes are furiously a' -3622,451,'O',181415.85,'1995-11-27 00:00:00','5-LOW','Clerk#000000012',0,'ironic foxes at the carefully final requests wake furiously ' -3623,16,'O',251597.23,'1996-12-26 00:00:00','1-URGENT','Clerk#000000184',0,'furiously unusual packages haggle f' -3648,625,'F',265248.97,'1993-06-17 00:00:00','5-LOW','Clerk#000000717',0,'even platelets wake slyly! packages wake blithely: pending excuses haggl' -3649,194,'F',160211.34,'1994-07-06 00:00:00','5-LOW','Clerk#000000349',0,'express, even deposits are slyly s' -3650,223,'F',269258.57,'1992-05-28 00:00:00','4-NOT SPECIFIED','Clerk#000000454',0,'furiously pending request' -3651,493,'O',159626.25,'1998-04-27 00:00:00','1-URGENT','Clerk#000000222',0,'deposits sleep quickly. carefully unusual dolphins cajole against the even, bo' -3652,533,'O',171434.87,'1997-02-25 00:00:00','4-NOT SPECIFIED','Clerk#000000024',0,'carefully final decoys are slyly unusual accoun' -3653,193,'F',219471.62,'1994-03-27 00:00:00','1-URGENT','Clerk#000000402',0,'pending packages affix slyly final platelets. carefully express theodolites c' -3654,28,'F',323147.07,'1992-06-03 00:00:00','5-LOW','Clerk#000000475',0,'carefully bold accounts sleep furiously after the always bold p' -3655,244,'F',93552.93,'1992-10-06 00:00:00','1-URGENT','Clerk#000000815',0,'accounts sleep slyly fu' -3680,634,'F',168227.99,'1992-12-10 00:00:00','4-NOT SPECIFIED','Clerk#000000793',0,'quickly unusual requests above the quiet accounts' -3681,259,'F',52341.44,'1992-04-04 00:00:00','1-URGENT','Clerk#000000566',0,'final deposits cajole slyly even packages. even, ironic packages ' -3682,160,'O',86930.15,'1997-01-22 00:00:00','2-HIGH','Clerk#000000001',0,'packages above the furiously final ideas ' -3683,437,'F',132079.88,'1993-03-04 00:00:00','2-HIGH','Clerk#000000248',0,'slyly pending platele' -3684,115,'F',134396.36,'1993-07-20 00:00:00','2-HIGH','Clerk#000000835',0,'ironic, final theodolit' -3685,79,'F',219290.32,'1992-01-17 00:00:00','3-MEDIUM','Clerk#000000954',0,'carefully busy somas wake fluffily. carefully pending requests caj' -3686,200,'O',123231.18,'1998-07-07 00:00:00','2-HIGH','Clerk#000000175',0,'idle accounts integrate carefully fluffily pending idea' -3687,211,'F',153916.87,'1993-02-03 00:00:00','1-URGENT','Clerk#000000585',0,'carefully ironic ideas wake. regular, blithe foxes' -3712,320,'F',187626.60,'1992-01-02 00:00:00','2-HIGH','Clerk#000000032',0,'final pinto beans print whithout the packages. slyly even theodolites wake b' -3713,749,'O',332520.31,'1998-05-07 00:00:00','3-MEDIUM','Clerk#000000325',0,'slyly ironic requests wake ' -3714,196,'O',111751.76,'1998-05-01 00:00:00','3-MEDIUM','Clerk#000000595',0,'slyly unusual accounts sleep fur' -3715,322,'O',82236.33,'1996-03-18 00:00:00','1-URGENT','Clerk#000000463',0,'furiously final deposits haggle slyly ironic dependencies. special deposi' -3716,208,'O',229144.66,'1997-08-19 00:00:00','4-NOT SPECIFIED','Clerk#000000748',0,'carefully bold asymptotes nag furiously ironic ideas! ' -3717,133,'O',263328.99,'1998-06-03 00:00:00','4-NOT SPECIFIED','Clerk#000000974',0,'furiously regular deposits cajole slyly regular dolphins. bold wat' -3718,154,'O',79626.36,'1996-10-23 00:00:00','2-HIGH','Clerk#000000016',0,'express, ironic requests according to the even, final deposits haggle quic' -3719,590,'O',190329.29,'1997-02-16 00:00:00','2-HIGH','Clerk#000000034',0,'slyly pending courts haggle. ev' -3744,322,'F',56642.83,'1992-01-10 00:00:00','3-MEDIUM','Clerk#000000765',0,'final attainments could have to wake carefully after the slyly regul' -3745,559,'F',29613.51,'1993-09-29 00:00:00','5-LOW','Clerk#000000181',0,'carefully silent deposits against the idly silent dependencies cajo' -3746,367,'F',122271.24,'1994-09-11 00:00:00','4-NOT SPECIFIED','Clerk#000000188',0,'slyly unusual theodolites wake blithely after the regular requests. furiously' -3747,746,'O',306966.77,'1996-08-20 00:00:00','1-URGENT','Clerk#000000226',0,'carefully ironic requests alongside of the fluffily final pinto bea' -3748,262,'O',134374.83,'1998-02-28 00:00:00','1-URGENT','Clerk#000000156',0,'stealthily bold deposits haggle flu' -3749,188,'P',140511.81,'1995-02-24 00:00:00','3-MEDIUM','Clerk#000000639',0,'quickly ironic pains integrate furiously after the special excuses. carefully ' -3750,484,'P',266977.00,'1995-04-30 00:00:00','3-MEDIUM','Clerk#000000885',0,'slyly express ideas boost. express theodolites wake about the blit' -3751,46,'F',276333.14,'1994-04-27 00:00:00','4-NOT SPECIFIED','Clerk#000000925',0,'final, even packages alongside of the unusual accounts in' -3776,422,'F',206560.26,'1992-11-20 00:00:00','2-HIGH','Clerk#000000698',0,'quickly unusual deposits haggle quickly after the blithely b' -3777,136,'F',106303.35,'1994-04-08 00:00:00','3-MEDIUM','Clerk#000000941',0,'blithely final deposits cajole slyly instructions. blithel' -3778,527,'F',297654.76,'1993-05-26 00:00:00','1-URGENT','Clerk#000000187',0,'slyly regular senti' -3779,367,'O',38799.30,'1997-01-05 00:00:00','4-NOT SPECIFIED','Clerk#000000670',0,'carefully express accou' -3780,205,'O',105860.89,'1996-04-13 00:00:00','5-LOW','Clerk#000000967',0,'blithely ironic packages cajole furiously' -3781,692,'O',168020.09,'1996-06-20 00:00:00','1-URGENT','Clerk#000000394',0,'dolphins wake slowly above the reque' -3782,325,'O',206875.32,'1996-08-24 00:00:00','1-URGENT','Clerk#000000121',0,'daringly final theodolites was idly s' -3783,218,'F',210594.35,'1993-12-06 00:00:00','4-NOT SPECIFIED','Clerk#000000614',0,'blithely regular acco' -3808,389,'F',322489.03,'1994-04-24 00:00:00','1-URGENT','Clerk#000000717',0,'ironic, ironic packages breach above the bold, unusual' -3809,737,'O',222543.84,'1996-05-01 00:00:00','5-LOW','Clerk#000000646',0,'furiously ironic deposits eat alongside' -3810,499,'F',201840.43,'1992-09-17 00:00:00','1-URGENT','Clerk#000000660',0,'furiously final instructions al' -3811,400,'O',225041.55,'1998-04-16 00:00:00','3-MEDIUM','Clerk#000000290',0,'regular requests sleep quickly-- carefully bold ideas around the slyly r' -3812,203,'O',112652.91,'1996-08-13 00:00:00','3-MEDIUM','Clerk#000000727',0,'furiously unusual theodolites run. dogged deposits sl' -3813,730,'O',121144.67,'1998-06-29 00:00:00','1-URGENT','Clerk#000000531',0,'even, bold ideas are according to the even foxes. quiet instructions' -3814,581,'P',218036.78,'1995-02-22 00:00:00','5-LOW','Clerk#000000669',0,'even excuses above the slyly sp' -3815,520,'O',20959.69,'1997-08-26 00:00:00','1-URGENT','Clerk#000000249',0,'unusual theodolites about the deposits haggle around t' -3840,493,'O',279056.50,'1998-07-17 00:00:00','4-NOT SPECIFIED','Clerk#000000713',0,'furiously even requests boost furiously. furiously final deposits wake against' -3841,289,'F',189467.52,'1994-10-05 00:00:00','4-NOT SPECIFIED','Clerk#000000018',0,'furiously silent dependencies cajole blithely? fluffily express shea' -3842,136,'F',199930.83,'1992-04-09 00:00:00','5-LOW','Clerk#000000418',0,'foxes promise express accounts. slyly ironic instructions haggle blithely exp' -3843,43,'O',34480.78,'1997-01-04 00:00:00','4-NOT SPECIFIED','Clerk#000000693',0,'pending decoys against the bl' -3844,392,'F',9804.31,'1994-12-29 00:00:00','1-URGENT','Clerk#000000686',0,'express instructions between the furiously even accounts cajole furiou' -3845,445,'F',180422.19,'1992-04-26 00:00:00','1-URGENT','Clerk#000000404',0,'even sentiments sleep. ruthless theodolites cajole quickly alongside of the ' -3846,238,'O',170175.52,'1998-02-05 00:00:00','2-HIGH','Clerk#000000877',0,'even pinto beans against the deposits cajole furiously packages. final' -3847,169,'F',11868.53,'1993-03-12 00:00:00','5-LOW','Clerk#000000338',0,'doggedly even requests haggle furiously ex' -3872,667,'O',266949.66,'1996-09-06 00:00:00','5-LOW','Clerk#000000943',0,'quickly regular requests grow carefully among the furi' -3873,268,'O',142566.87,'1998-03-30 00:00:00','4-NOT SPECIFIED','Clerk#000000791',0,'furiously ironic accounts along the unusual pinto be' -3874,593,'F',84094.02,'1993-06-09 00:00:00','3-MEDIUM','Clerk#000000208',0,'blithely pending deposits affix. fluff' -3875,589,'O',104807.85,'1997-09-10 00:00:00','1-URGENT','Clerk#000000587',0,'thinly bold escapades' -3876,142,'O',144347.71,'1996-08-02 00:00:00','5-LOW','Clerk#000000708',0,'ironic, ironic theodolites above the foxes serve slyly according ' -3877,82,'F',244048.02,'1993-05-21 00:00:00','5-LOW','Clerk#000000652',0,'fluffily express platelets nag alongside of the' -3878,433,'O',85326.28,'1997-03-23 00:00:00','1-URGENT','Clerk#000000314',0,'furiously express deposits wake furiously. blithely special dolphins s' -3879,704,'O',108895.25,'1995-11-23 00:00:00','1-URGENT','Clerk#000000231',0,'regular platelets believe carefully among the quickly unusual ideas; quickly s' -3904,742,'O',55452.73,'1997-11-15 00:00:00','4-NOT SPECIFIED','Clerk#000000883',0,'carefully final requests haggle quickly against the s' -3905,106,'F',80677.48,'1993-12-21 00:00:00','4-NOT SPECIFIED','Clerk#000000573',0,'quickly unusual requests integrate blithely about the fina' -3906,223,'F',199406.78,'1992-05-28 00:00:00','3-MEDIUM','Clerk#000000867',0,'quickly pending pinto beans are slyly above the carefully regular packages.' -3907,331,'F',350332.65,'1992-08-19 00:00:00','3-MEDIUM','Clerk#000000084',0,'carefully regular deposits sleep quickly bold accounts. even, ' -3908,206,'F',79884.16,'1993-03-09 00:00:00','3-MEDIUM','Clerk#000000490',0,'fluffily regular platelets nag final, final deposits. quickly bold courts alo' -3909,103,'O',139403.53,'1998-07-27 00:00:00','1-URGENT','Clerk#000000980',0,'final deposits detect after the carefully ironic requests' -3910,316,'O',62968.09,'1996-08-26 00:00:00','3-MEDIUM','Clerk#000000270',0,'even packages sleep silently unusual requests. depo' -3911,46,'P',50055.96,'1995-03-17 00:00:00','4-NOT SPECIFIED','Clerk#000000818',0,'blithely unusual requests unwind blithely fl' -3936,157,'O',239953.45,'1996-11-07 00:00:00','2-HIGH','Clerk#000000200',0,'carefully even packages haggle care' -3937,469,'O',254377.82,'1997-11-30 00:00:00','4-NOT SPECIFIED','Clerk#000000189',0,'final pinto beans detect blithely special, even requests. pend' -3938,149,'F',74987.20,'1993-03-03 00:00:00','1-URGENT','Clerk#000000199',0,'regular, regular account' -3939,341,'O',13973.56,'1996-01-11 00:00:00','5-LOW','Clerk#000000647',0,'pending, ironic requests affix slyly even ' -3940,748,'O',170603.22,'1996-02-14 00:00:00','5-LOW','Clerk#000000363',0,'blithely regular pinto beans according to the fi' -3941,677,'O',125295.61,'1996-08-29 00:00:00','2-HIGH','Clerk#000000503',0,'blithely unusual instructions int' -3942,377,'F',62522.73,'1993-06-28 00:00:00','4-NOT SPECIFIED','Clerk#000000608',0,'even theodolites boost slyly afte' -3943,199,'O',78799.82,'1996-10-09 00:00:00','5-LOW','Clerk#000000482',0,'furiously regular packages could have to integrate sl' -3968,121,'O',160284.37,'1997-02-17 00:00:00','4-NOT SPECIFIED','Clerk#000000431',0,'slyly express deposits ha' -3969,256,'O',236277.69,'1997-05-14 00:00:00','2-HIGH','Clerk#000000731',0,'blithely regular accounts across the fur' -3970,376,'F',186067.21,'1992-03-27 00:00:00','3-MEDIUM','Clerk#000000190',0,'carefully pending excuses are doggedly ironic dependencies. sly' -3971,517,'O',66955.26,'1996-06-28 00:00:00','5-LOW','Clerk#000000287',0,'regular, ironic pinto beans haggle quickl' -3972,613,'F',2256.90,'1994-04-21 00:00:00','3-MEDIUM','Clerk#000000049',0,'daringly even platelets boost along the ' -3973,509,'F',115931.50,'1992-03-24 00:00:00','4-NOT SPECIFIED','Clerk#000000114',0,'fluffily final pinto beans cajole carefully. regular dependencies across t' -3974,466,'O',64628.39,'1996-03-05 00:00:00','4-NOT SPECIFIED','Clerk#000000938',0,'doggedly ironic pinto beans run ironic pinto beans! requests ' -3975,589,'O',46661.73,'1995-04-11 00:00:00','3-MEDIUM','Clerk#000000016',0,'bold, silent platelets grow against the accounts. slyly ironic' +1,185,'O',157097.37,'1996-01-02 00:00:00','5-LOW','Clerk#000000951',0,'blithely final dolphins solve-- blithely blithe packages nag blith' +2,391,'O',57118.04,'1996-12-01 00:00:00','1-URGENT','Clerk#000000880',0,'quickly regular depend' +3,617,'F',204796.81,'1993-10-14 00:00:00','5-LOW','Clerk#000000955',0,'deposits alongside of the dependencies are slowly about ' +4,685,'O',42158.77,'1995-10-11 00:00:00','5-LOW','Clerk#000000124',0,'final requests detect slyly across the blithely bold pinto beans. eve' +5,223,'F',113336.86,'1994-07-30 00:00:00','5-LOW','Clerk#000000925',0,'even deposits cajole furiously. quickly spe' +6,280,'F',56087.04,'1992-02-21 00:00:00','4-NOT SPECIFIED','Clerk#000000058',0,'ironically bold asymptotes sleep blithely beyond the regular, clos' +7,196,'O',255631.97,'1996-01-10 00:00:00','2-HIGH','Clerk#000000470',0,'ironic, regular deposits are. ironic foxes sl' +32,652,'O',167208.54,'1995-07-16 00:00:00','2-HIGH','Clerk#000000616',0,'slyly final foxes are slyly. packag' +33,335,'F',122743.14,'1993-10-27 00:00:00','3-MEDIUM','Clerk#000000409',0,'packages maintain about the deposits; foxes hang after ' +34,307,'O',58503.46,'1998-07-21 00:00:00','3-MEDIUM','Clerk#000000223',0,'quickly express asymptotes use. carefully final packages sleep f' +35,638,'O',202281.15,'1995-10-23 00:00:00','4-NOT SPECIFIED','Clerk#000000259',0,'fluffily regular pinto beans ' +36,577,'O',57314.32,'1995-11-03 00:00:00','1-URGENT','Clerk#000000358',0,'carefully ironic accounts nag' +37,431,'F',138592.71,'1992-06-03 00:00:00','3-MEDIUM','Clerk#000000456',0,'express requests ar' +38,625,'O',76728.85,'1996-08-21 00:00:00','4-NOT SPECIFIED','Clerk#000000604',0,'slyly quick pinto beans detect flu' +39,409,'O',278228.60,'1996-09-20 00:00:00','3-MEDIUM','Clerk#000000659',0,'furiously unusual pinto beans above the furiously ironic asymptot' +64,161,'F',27072.91,'1994-07-16 00:00:00','3-MEDIUM','Clerk#000000661',0,'final deposits nag. blithely special deposits a' +65,82,'P',79045.07,'1995-03-18 00:00:00','1-URGENT','Clerk#000000632',0,'furiously even platelets boost ironic theodolites. even ' +66,646,'F',123931.44,'1994-01-20 00:00:00','5-LOW','Clerk#000000743',0,'ironic requests are quickly about the carefully unusual a' +67,284,'O',161225.81,'1996-12-19 00:00:00','4-NOT SPECIFIED','Clerk#000000547',0,'regular, bold foxes across the even requests detect a' +68,143,'O',306072.21,'1998-04-18 00:00:00','3-MEDIUM','Clerk#000000440',0,'stealthy decoys nag; furiously' +69,424,'F',224145.33,'1994-06-04 00:00:00','4-NOT SPECIFIED','Clerk#000000330',0,'carefully regular theodolites exce' +70,322,'F',109087.70,'1993-12-18 00:00:00','5-LOW','Clerk#000000322',0,'blithely unusual pack' +71,17,'O',246761.41,'1998-01-24 00:00:00','4-NOT SPECIFIED','Clerk#000000271',0,'furiously ironic dolphins sleep slyly. carefully special notornis cajole c' +96,539,'F',82945.63,'1994-04-17 00:00:00','2-HIGH','Clerk#000000395',0,'carefully regular accounts ' +97,106,'F',88875.17,'1993-01-29 00:00:00','3-MEDIUM','Clerk#000000547',0,'carefully even packages believe sly' +98,523,'F',65093.95,'1994-09-25 00:00:00','1-URGENT','Clerk#000000448',0,'carefully even dinos sleep blithely. regular, bold deposits' +99,445,'F',135381.76,'1994-03-13 00:00:00','4-NOT SPECIFIED','Clerk#000000973',0,'carefully regular theodolites may believe unu' +100,736,'O',177390.54,'1998-02-28 00:00:00','4-NOT SPECIFIED','Clerk#000000577',0,'regular deposits sleep closely regular, regular packages. carefully si' +101,140,'O',146619.13,'1996-03-17 00:00:00','3-MEDIUM','Clerk#000000419',0,'blithely ironic accounts lose slyly about the pending, regular accounts' +102,4,'O',172373.70,'1997-05-09 00:00:00','2-HIGH','Clerk#000000596',0,'unusual deposits dazzle furiously blithely regular pinto beans. pending foxes' +103,146,'O',108598.55,'1996-06-20 00:00:00','4-NOT SPECIFIED','Clerk#000000090',0,'carefully ironic deposits are quickly blithely even' +128,370,'F',51789.90,'1992-06-15 00:00:00','1-URGENT','Clerk#000000385',0,'carefully special e' +129,356,'F',249372.79,'1992-11-19 00:00:00','5-LOW','Clerk#000000859',0,'slyly bold dolphins cajole c' +130,185,'F',137977.36,'1992-05-08 00:00:00','2-HIGH','Clerk#000000036',0,'slyly final accounts among' +131,464,'F',136324.39,'1994-06-08 00:00:00','3-MEDIUM','Clerk#000000625',0,'special courts wake blithely accordin' +132,133,'F',168612.91,'1993-06-11 00:00:00','3-MEDIUM','Clerk#000000488',0,'ironic platelets according to the evenly regula' +133,220,'O',117791.49,'1997-11-29 00:00:00','1-URGENT','Clerk#000000738',0,'slyly silent deposits haggle carefully fluffi' +134,31,'F',230215.93,'1992-05-01 00:00:00','4-NOT SPECIFIED','Clerk#000000711',0,'silently even deposits wake about the fluff' +135,304,'O',259784.83,'1995-10-21 00:00:00','4-NOT SPECIFIED','Clerk#000000804',0,'accounts cajole. final, pending dependencies a' +160,413,'O',98805.83,'1996-12-19 00:00:00','4-NOT SPECIFIED','Clerk#000000342',0,'unusual dependencie' +161,85,'F',26891.99,'1994-08-31 00:00:00','2-HIGH','Clerk#000000322',0,'ironic, even attainments cajole closely' +162,71,'O',3658.17,'1995-05-08 00:00:00','3-MEDIUM','Clerk#000000378',0,'instructions nag slyly. fluffily ironic sau' +163,439,'O',189936.06,'1997-09-05 00:00:00','3-MEDIUM','Clerk#000000379',0,'carefully express pinto beans serve carefully final as' +164,4,'F',270610.61,'1992-10-21 00:00:00','5-LOW','Clerk#000000209',0,'fluffily unusual requests al' +165,137,'F',216975.45,'1993-01-30 00:00:00','4-NOT SPECIFIED','Clerk#000000292',0,'furiously enticing accounts cajole sometimes. slyly express plat' +166,541,'O',127712.41,'1995-09-12 00:00:00','2-HIGH','Clerk#000000440',0,'bold dependencies wake furiously regula' +167,598,'F',80604.21,'1993-01-04 00:00:00','4-NOT SPECIFIED','Clerk#000000731',0,'express warhorses wake carefully furiously ironic deposits. c' +192,413,'O',196719.07,'1997-11-25 00:00:00','5-LOW','Clerk#000000483',0,'silent requests above the furiously even pinto beans sleep bl' +193,397,'F',69626.48,'1993-08-08 00:00:00','1-URGENT','Clerk#000000025',0,'slyly blithe instructions cajole carefully ironic, fina' +194,310,'F',165319.18,'1992-04-05 00:00:00','3-MEDIUM','Clerk#000000352',0,'carefully dogged excuses use abou' +195,679,'F',163014.11,'1993-12-28 00:00:00','3-MEDIUM','Clerk#000000216',0,'ironic, final notornis are fluffily across the carefull' +196,325,'F',44015.32,'1993-03-17 00:00:00','2-HIGH','Clerk#000000988',0,'even deposits wake ' +197,163,'P',135710.53,'1995-04-07 00:00:00','2-HIGH','Clerk#000000969',0,'theodolites above the furiously regular deposits sleep blithely abo' +198,553,'O',157388.73,'1998-01-02 00:00:00','4-NOT SPECIFIED','Clerk#000000331',0,'deposits haggle carefully after the furiously fi' +199,265,'O',122039.35,'1996-03-07 00:00:00','2-HIGH','Clerk#000000489',0,'unusual, regular requests c' +224,13,'F',235852.53,'1994-06-18 00:00:00','4-NOT SPECIFIED','Clerk#000000642',0,'quickly final accounts use even requests. ironic ac' +225,166,'P',250080.86,'1995-05-25 00:00:00','1-URGENT','Clerk#000000177',0,'blithely express cou' +226,638,'F',239986.06,'1993-03-10 00:00:00','2-HIGH','Clerk#000000756',0,'even, ironic theodolites detect fluffily final instructions-- fi' +227,50,'O',75374.86,'1995-11-10 00:00:00','5-LOW','Clerk#000000919',0,'asymptotes are special, special requests. spec' +228,221,'F',2685.69,'1993-02-25 00:00:00','1-URGENT','Clerk#000000562',0,'blithely ironic requests boost pending theodolites. even deposits affix fluf' +229,559,'F',206808.85,'1993-12-29 00:00:00','1-URGENT','Clerk#000000628',0,'blithely thin requests along the fluffily regular packages e' +230,514,'F',146619.77,'1993-10-27 00:00:00','1-URGENT','Clerk#000000520',0,'ironic, silent tithes wake carefully until the even theodolites. special' +231,455,'F',210564.57,'1994-09-29 00:00:00','2-HIGH','Clerk#000000446',0,'express requests use always at the unusual deposits. silently final acc' +256,625,'F',155347.08,'1993-10-19 00:00:00','4-NOT SPECIFIED','Clerk#000000834',0,'special dependencies boost furiously. pendin' +257,614,'O',11074.80,'1998-03-28 00:00:00','3-MEDIUM','Clerk#000000680',0,'final, regular packages nag furiously fluffily f' +258,211,'F',288192.48,'1993-12-29 00:00:00','1-URGENT','Clerk#000000167',0,'regularly ironic grouches against the quickly express p' +259,217,'F',101622.08,'1993-09-29 00:00:00','4-NOT SPECIFIED','Clerk#000000601',0,'ironic packages haggle among the furiously brave deposits. final, final d' +260,524,'O',253211.03,'1996-12-10 00:00:00','3-MEDIUM','Clerk#000000960',0,'quickly special ideas against the furiously final accounts affix deposits. sl' +261,232,'F',269110.56,'1993-06-29 00:00:00','3-MEDIUM','Clerk#000000310',0,'final accounts nag fluffily about' +262,152,'O',155325.90,'1995-11-25 00:00:00','4-NOT SPECIFIED','Clerk#000000551',0,'express, regular theodolites wake special instructions. slyly express ' +263,581,'F',112717.57,'1994-05-17 00:00:00','2-HIGH','Clerk#000000088',0,'fluffily final ideas use quickly slyly final foxes? fluffily express dolphi' +288,37,'O',231344.00,'1997-02-21 00:00:00','1-URGENT','Clerk#000000109',0,'quickly ruthless instructions cajole ' +289,520,'O',163936.56,'1997-02-10 00:00:00','3-MEDIUM','Clerk#000000103',0,'slyly express excuses d' +290,590,'F',76311.78,'1994-01-01 00:00:00','4-NOT SPECIFIED','Clerk#000000735',0,'pending instructions against the furiously express d' +291,706,'F',93811.91,'1994-03-13 00:00:00','1-URGENT','Clerk#000000923',0,'express requests according to the carefully regular deposits run' +292,112,'F',44466.35,'1992-01-13 00:00:00','2-HIGH','Clerk#000000193',0,'furiously special theodolites wake blith' +293,151,'F',51432.64,'1992-10-02 00:00:00','2-HIGH','Clerk#000000629',0,'regular instructions grow bold, u' +294,253,'F',37549.76,'1993-07-16 00:00:00','3-MEDIUM','Clerk#000000499',0,'idly ironic deposits must have to haggle deposits. blithel' +295,95,'F',129176.32,'1994-09-29 00:00:00','2-HIGH','Clerk#000000155',0,'doggedly final requests nag carefull' +320,2,'O',50048.44,'1997-11-21 00:00:00','2-HIGH','Clerk#000000573',0,'carefully silent ideas do solve final, express instructions. quickly final p' +321,613,'F',84978.74,'1993-03-21 00:00:00','3-MEDIUM','Clerk#000000289',0,'quickly silent requests affix sl' +322,668,'F',153959.58,'1992-03-19 00:00:00','1-URGENT','Clerk#000000158',0,'carefully unusual pinto beans lose carefully. even instructions ac' +323,196,'F',123934.48,'1994-03-26 00:00:00','1-URGENT','Clerk#000000959',0,'even, regular instructions' +324,526,'F',46376.74,'1992-03-20 00:00:00','1-URGENT','Clerk#000000352',0,'regular theodolites boost quickly along the ironic, quick realms.' +325,202,'F',98331.70,'1993-10-17 00:00:00','5-LOW','Clerk#000000844',0,'carefully fluffy forges about the express, ir' +326,380,'O',318643.02,'1995-06-04 00:00:00','2-HIGH','Clerk#000000466',0,'regular theodolites was car' +327,724,'P',34912.14,'1995-04-17 00:00:00','5-LOW','Clerk#000000992',0,'fluffily ironic deposits across the ironically regular ideas are ' +352,533,'F',20241.15,'1994-03-08 00:00:00','2-HIGH','Clerk#000000932',0,'regular, regular pinto beans haggle sly' +353,10,'F',257919.40,'1993-12-31 00:00:00','5-LOW','Clerk#000000449',0,'even ideas haggle excuses? slyly ironic packages wake alongside of the qu' +354,692,'O',203676.72,'1996-03-14 00:00:00','2-HIGH','Clerk#000000511',0,'quickly special packages inside the slyly unusual pain' +355,352,'F',98197.34,'1994-06-14 00:00:00','5-LOW','Clerk#000000532',0,'carefully even instructio' +356,736,'F',227447.74,'1994-06-30 00:00:00','4-NOT SPECIFIED','Clerk#000000944',0,'fluffily pending theo' +357,302,'O',158032.96,'1996-10-09 00:00:00','2-HIGH','Clerk#000000301',0,'carefully bold theodolites cajole f' +358,13,'F',349622.70,'1993-09-20 00:00:00','2-HIGH','Clerk#000000392',0,'deposits sublate carefully at t' +359,388,'F',212176.08,'1994-12-19 00:00:00','3-MEDIUM','Clerk#000000934',0,'furiously final foxes are. regular,' +384,566,'F',180323.94,'1992-03-03 00:00:00','5-LOW','Clerk#000000206',0,'regular packages haggle furiously; idle requests wake carefu' +385,166,'O',65032.79,'1996-03-22 00:00:00','5-LOW','Clerk#000000600',0,'asymptotes wake silent, silent' +386,301,'F',135676.07,'1995-01-25 00:00:00','2-HIGH','Clerk#000000648',0,'quickly pending instructions unwind furiously theodolites. final package' +387,17,'O',193002.41,'1997-01-26 00:00:00','4-NOT SPECIFIED','Clerk#000000768',0,'blithely even accounts according to the even packag' +388,224,'F',157989.72,'1992-12-16 00:00:00','4-NOT SPECIFIED','Clerk#000000356',0,'accounts wake against the braids. silent accounts snooze slyly blithely ironi' +389,635,'F',3363.25,'1994-02-17 00:00:00','2-HIGH','Clerk#000000062',0,'pending, bold packages boost blithely final package' +390,514,'O',258632.88,'1998-04-07 00:00:00','5-LOW','Clerk#000000404',0,'blithely even pinto beans against the ironic packages boost qu' +391,553,'F',19603.95,'1994-11-17 00:00:00','2-HIGH','Clerk#000000256',0,'furiously special deposits wake blithely. qu' +416,202,'F',106349.88,'1993-09-27 00:00:00','5-LOW','Clerk#000000294',0,'excuses boost permanently around the carefully pe' +417,274,'F',110887.13,'1994-02-06 00:00:00','3-MEDIUM','Clerk#000000468',0,'pending, regular pinto beans after the final, express accounts boost' +418,475,'P',35922.26,'1995-04-13 00:00:00','4-NOT SPECIFIED','Clerk#000000643',0,'quiet, bold ideas a' +419,583,'O',154394.00,'1996-10-01 00:00:00','3-MEDIUM','Clerk#000000376',0,'accounts sleep quickly slyly bo' +420,451,'O',259929.98,'1995-10-31 00:00:00','4-NOT SPECIFIED','Clerk#000000756',0,'slyly final deposits sublate after the quickly pending deposits' +421,196,'F',1642.79,'1992-02-22 00:00:00','5-LOW','Clerk#000000405',0,'ironic, even account' +422,367,'O',172253.19,'1997-05-31 00:00:00','4-NOT SPECIFIED','Clerk#000000049',0,'carefully even packages use' +423,517,'O',40797.83,'1996-06-01 00:00:00','1-URGENT','Clerk#000000674',0,'blithely unusual dugouts play quickly along the blithely regular theo' +448,749,'O',168755.67,'1995-08-21 00:00:00','3-MEDIUM','Clerk#000000597',0,'furiously even requests nag carefully. ' +449,479,'O',64037.08,'1995-07-20 00:00:00','2-HIGH','Clerk#000000841',0,'final, express requests sleep permanent requests. spe' +450,238,'P',228393.79,'1995-03-05 00:00:00','4-NOT SPECIFIED','Clerk#000000293',0,'deposits wake regular, ironic instructions. bli' +451,494,'O',138200.09,'1998-05-25 00:00:00','5-LOW','Clerk#000000048',0,'final foxes nag. regul' +452,298,'O',2916.10,'1997-10-14 00:00:00','1-URGENT','Clerk#000000498',0,'theodolites should n' +453,221,'O',308816.13,'1997-05-26 00:00:00','5-LOW','Clerk#000000504',0,'furiously even deposits use inside the excuses.' +454,244,'O',33918.18,'1995-12-27 00:00:00','5-LOW','Clerk#000000890',0,'fluffily final accounts after the special, ironic pinto ' +455,61,'O',183504.63,'1996-12-04 00:00:00','1-URGENT','Clerk#000000796',0,'even instructions hagg' +480,358,'F',25016.32,'1993-05-08 00:00:00','5-LOW','Clerk#000000004',0,'final accounts poach carefully. quickly final platelets boost quickly even ide' +481,152,'F',168508.90,'1992-10-08 00:00:00','2-HIGH','Clerk#000000230',0,'ruthlessly ironic packages nag furiously across the slyly regula' +482,626,'O',182161.63,'1996-03-26 00:00:00','1-URGENT','Clerk#000000295',0,'blithely regular as' +483,175,'O',51526.15,'1995-07-11 00:00:00','2-HIGH','Clerk#000000025',0,'bold theodolites sl' +484,272,'O',300795.63,'1997-01-03 00:00:00','3-MEDIUM','Clerk#000000545',0,'fluffily even deposits run foxes; regular packages afte' +485,503,'O',156901.75,'1997-03-26 00:00:00','2-HIGH','Clerk#000000105',0,'regular, bold asymptotes sleep boldly. carefu' +486,256,'O',241933.79,'1996-03-11 00:00:00','4-NOT SPECIFIED','Clerk#000000803',0,'quickly final foxes across the expre' +487,541,'F',66436.00,'1992-08-18 00:00:00','1-URGENT','Clerk#000000086',0,'ironic, express pinto be' +512,316,'P',176424.04,'1995-05-20 00:00:00','5-LOW','Clerk#000000814',0,'quickly unusual foxes was fluffily slyly even accounts. pac' +513,304,'O',89965.65,'1995-05-01 00:00:00','2-HIGH','Clerk#000000522',0,'always final sentiments haggle furiously around the fluffily ruthles' +514,376,'O',147672.00,'1996-04-04 00:00:00','2-HIGH','Clerk#000000094',0,'enticingly quick escapades wake slyly. final acc' +515,710,'F',230608.55,'1993-08-29 00:00:00','4-NOT SPECIFIED','Clerk#000000700',0,'slyly unusual ideas subla' +516,220,'O',11833.36,'1998-04-21 00:00:00','2-HIGH','Clerk#000000305',0,'quickly final foxes accord' +517,47,'O',105426.88,'1997-04-07 00:00:00','5-LOW','Clerk#000000359',0,'deposits wake always slyly regular requests. blithely ' +518,722,'O',350358.73,'1998-02-08 00:00:00','2-HIGH','Clerk#000000768',0,'slyly even ideas hang quickly. carefully final instructi' +519,316,'O',112151.60,'1997-10-31 00:00:00','1-URGENT','Clerk#000000985',0,'quick depths are! slyly express requests along the carefully ironic ' +544,467,'F',73045.81,'1993-02-17 00:00:00','2-HIGH','Clerk#000000145',0,'slyly ironic attainments sleep blith' +545,316,'O',38388.75,'1995-11-07 00:00:00','2-HIGH','Clerk#000000537',0,'even, regular packa' +546,718,'O',19870.35,'1996-11-01 00:00:00','2-HIGH','Clerk#000000041',0,'final notornis detect slyly fluffily express deposits. brav' +547,493,'O',138311.02,'1996-06-22 00:00:00','3-MEDIUM','Clerk#000000976',0,'bold instructions print fluffily carefully id' +548,620,'F',131636.54,'1994-09-21 00:00:00','1-URGENT','Clerk#000000435',0,'quickly regular accounts daz' +549,550,'F',197068.43,'1992-07-13 00:00:00','1-URGENT','Clerk#000000196',0,'carefully regular foxes integrate ironic, fina' +550,118,'O',56246.66,'1995-08-02 00:00:00','1-URGENT','Clerk#000000204',0,'carefully even asymptotes sleep furiously sp' +551,449,'O',70861.56,'1995-05-30 00:00:00','1-URGENT','Clerk#000000179',0,'unusual, final accounts use above the special excuses. final depo' +576,148,'O',23466.08,'1997-05-13 00:00:00','3-MEDIUM','Clerk#000000955',0,'pending theodolites about the carefu' +577,277,'F',40599.44,'1994-12-19 00:00:00','5-LOW','Clerk#000000154',0,'blithely unusual packages sl' +578,463,'O',114420.27,'1997-01-10 00:00:00','5-LOW','Clerk#000000281',0,'blithely pending asymptotes wake quickly across the carefully final' +579,337,'O',138743.64,'1998-03-11 00:00:00','2-HIGH','Clerk#000000862',0,'slyly even requests cajole slyly. sil' +580,298,'O',135967.48,'1997-07-05 00:00:00','2-HIGH','Clerk#000000314',0,'final ideas must have to are carefully quickly furious requests' +581,344,'O',168207.70,'1997-02-23 00:00:00','4-NOT SPECIFIED','Clerk#000000239',0,'carefully regular dolphins cajole ruthlessl' +582,247,'O',185015.54,'1997-10-21 00:00:00','1-URGENT','Clerk#000000378',0,'quietly ironic pinto beans wake carefully. ironic accounts across the dol' +583,236,'O',194642.39,'1997-03-19 00:00:00','3-MEDIUM','Clerk#000000792',0,'blithely final accounts can use. even, final packages thrash ' +608,130,'O',104906.26,'1996-02-28 00:00:00','3-MEDIUM','Clerk#000000995',0,'carefully ironic dinos' +609,626,'F',26813.60,'1994-06-01 00:00:00','3-MEDIUM','Clerk#000000348',0,'furiously final braids cajole quickly accounts. regul' +610,254,'O',267087.96,'1995-08-02 00:00:00','1-URGENT','Clerk#000000610',0,'slyly special instructions use slyly abo' +611,529,'F',94219.72,'1993-01-27 00:00:00','1-URGENT','Clerk#000000401',0,'instructions are furiously despite the slyly special pla' +612,409,'F',212224.73,'1992-10-21 00:00:00','3-MEDIUM','Clerk#000000759',0,'bold pinto beans wake furiously pinto beans. pending pinto beans poac' +613,692,'O',48073.41,'1995-06-18 00:00:00','2-HIGH','Clerk#000000172',0,'carefully pending packages are bravely am' +614,667,'F',356619.92,'1992-12-01 00:00:00','2-HIGH','Clerk#000000388',0,'final dolphins nod. slyly ironic fo' +615,328,'F',46583.26,'1992-05-09 00:00:00','5-LOW','Clerk#000000388',0,'slyly express instructions alongside of the q' +640,476,'F',184228.21,'1993-01-23 00:00:00','2-HIGH','Clerk#000000433',0,'theodolites cajole slyly among the even excuses. unusual theodolites ' +641,665,'F',153357.51,'1993-08-30 00:00:00','5-LOW','Clerk#000000175',0,'final packages haggle carefully. brave foxes sleep blithel' +642,200,'F',28181.50,'1993-12-16 00:00:00','3-MEDIUM','Clerk#000000357',0,'quickly unusual theodolites sleep. regular pinto beans affix theodol' +643,289,'P',245971.32,'1995-03-25 00:00:00','2-HIGH','Clerk#000000354',0,'requests cajole. ruthlessly even frays sleep slyly pending ideas. careful' +644,37,'F',275005.16,'1992-05-01 00:00:00','1-URGENT','Clerk#000000550',0,'carefully regular dependencies lose quickl' +645,572,'F',321274.34,'1994-12-03 00:00:00','2-HIGH','Clerk#000000090',0,'fluffily express accounts cajole request' +646,253,'F',195346.91,'1994-11-22 00:00:00','2-HIGH','Clerk#000000203',0,'express, ironic packages are quickly. fluffi' +647,715,'O',69572.07,'1997-08-07 00:00:00','1-URGENT','Clerk#000000270',0,'regular packages could b' +672,541,'F',144641.26,'1994-04-14 00:00:00','5-LOW','Clerk#000000106',0,'thinly special deposits use s' +673,397,'F',27281.40,'1994-03-10 00:00:00','1-URGENT','Clerk#000000448',0,'blithely bold foxes should have to sleep quickly ca' +674,166,'F',37561.19,'1992-08-29 00:00:00','5-LOW','Clerk#000000448',0,'slyly ironic courts will na' +675,59,'O',173661.94,'1997-07-31 00:00:00','2-HIGH','Clerk#000000168',0,'fluffily special accounts sublate packages. furiously express package' +676,190,'O',238066.91,'1996-12-13 00:00:00','2-HIGH','Clerk#000000248',0,'ironic pinto beans above the' +677,620,'F',204346.11,'1993-11-24 00:00:00','3-MEDIUM','Clerk#000000824',0,'carefully furious packages after the furiously ironic requests x-ray bli' +678,655,'F',205355.98,'1993-02-27 00:00:00','5-LOW','Clerk#000000530',0,'furiously regular foxe' +679,244,'O',15232.99,'1995-12-15 00:00:00','2-HIGH','Clerk#000000853',0,'deposits nag. furiously regular ideas sleep alongside of the even requests. ' +704,422,'O',86789.85,'1996-11-21 00:00:00','3-MEDIUM','Clerk#000000682',0,'furiously regular accounts integrate blithely. carefully unusual pinto beans ' +705,214,'O',133937.97,'1997-02-13 00:00:00','4-NOT SPECIFIED','Clerk#000000294',0,'slyly ironic theodolites according t' +706,737,'O',41186.81,'1995-09-09 00:00:00','1-URGENT','Clerk#000000448',0,'regular, regular requests wak' +707,581,'F',83483.57,'1994-11-20 00:00:00','3-MEDIUM','Clerk#000000199',0,'instructions cajole qui' +708,158,'O',150903.11,'1998-07-03 00:00:00','3-MEDIUM','Clerk#000000101',0,'carefully ironic requests thrash' +709,181,'O',108881.58,'1998-04-21 00:00:00','1-URGENT','Clerk#000000461',0,'quickly final excuses sleep quickly. sly' +710,656,'F',330300.82,'1993-01-02 00:00:00','5-LOW','Clerk#000000026',0,'slyly ironic accounts haggle blithely according to the ideas. regular foxe' +711,319,'F',135906.51,'1993-09-23 00:00:00','4-NOT SPECIFIED','Clerk#000000856',0,'frays use carefully across the carefully express dugouts; slyly busy the' +736,232,'O',195225.40,'1998-06-21 00:00:00','5-LOW','Clerk#000000881',0,'carefully final pinto beans solve slyly ' +737,599,'F',21728.74,'1992-04-26 00:00:00','5-LOW','Clerk#000000233',0,'blithely regular accounts sublate abou' +738,104,'F',189513.91,'1993-03-02 00:00:00','4-NOT SPECIFIED','Clerk#000000669',0,'ironic, even accounts are furiously final accounts. regular accounts' +739,2,'O',202018.60,'1998-05-31 00:00:00','5-LOW','Clerk#000000900',0,'carefully thin packages against the regular orbits haggle slyly fina' +740,218,'O',115428.39,'1995-07-16 00:00:00','3-MEDIUM','Clerk#000000583',0,'evenly unusual ideas doubt' +741,523,'O',74487.96,'1998-07-07 00:00:00','2-HIGH','Clerk#000000295',0,'blithely ironic requests' +742,515,'F',313359.91,'1994-12-23 00:00:00','5-LOW','Clerk#000000543',0,'furiously bold requests cajole. requests sleep qui' +743,392,'O',40193.47,'1996-10-04 00:00:00','4-NOT SPECIFIED','Clerk#000000933',0,'carefully express deposits against the slyly even dugou' +768,487,'O',289359.43,'1996-08-20 00:00:00','3-MEDIUM','Clerk#000000411',0,'furiously regular p' +769,400,'F',70929.77,'1993-06-02 00:00:00','3-MEDIUM','Clerk#000000172',0,'furiously express dependencies sl' +770,160,'O',96658.56,'1998-05-23 00:00:00','5-LOW','Clerk#000000572',0,'quickly bold deposits wake furiously against the' +771,223,'O',143544.34,'1995-06-17 00:00:00','1-URGENT','Clerk#000000105',0,'fluffily regular epitaphs cajole furious' +772,484,'F',166734.05,'1993-04-17 00:00:00','2-HIGH','Clerk#000000430',0,'regularly silent asymptotes wake' +773,661,'F',187170.75,'1993-09-26 00:00:00','3-MEDIUM','Clerk#000000307',0,'furiously ironic accounts are above the quickly regul' +774,398,'O',232746.90,'1995-12-04 00:00:00','1-URGENT','Clerk#000000883',0,'regular instructions nag carefully blithely even' +775,667,'F',85844.63,'1995-03-18 00:00:00','1-URGENT','Clerk#000000191',0,'carefully express deposits wake-- quickly even accounts cajol' +800,280,'O',124932.69,'1998-07-14 00:00:00','2-HIGH','Clerk#000000213',0,'slyly ironic gifts over the regular, express ideas cajole quickly among t' +801,589,'F',162917.59,'1992-02-18 00:00:00','1-URGENT','Clerk#000000186',0,'theodolites sleep above the careful' +802,685,'F',239248.21,'1995-01-05 00:00:00','1-URGENT','Clerk#000000516',0,'express pinto beans wake across the pending ' +803,73,'O',37336.79,'1997-04-29 00:00:00','5-LOW','Clerk#000000260',0,'blithely pending gifts according to the busy, ironic re' +804,250,'F',126880.57,'1993-03-12 00:00:00','3-MEDIUM','Clerk#000000931',0,'furiously final pinto beans impress careful' +805,631,'O',125826.91,'1995-07-05 00:00:00','4-NOT SPECIFIED','Clerk#000000856',0,'busy, regular foxes ' +806,655,'O',41904.26,'1996-06-20 00:00:00','2-HIGH','Clerk#000000240',0,'ironic pinto beans wake quickly acro' +807,718,'F',331992.44,'1993-11-24 00:00:00','3-MEDIUM','Clerk#000000012',0,'express packages according to the quickly special ' +832,145,'F',91830.91,'1992-04-19 00:00:00','5-LOW','Clerk#000000495',0,'blithely even accounts cajole slyly dolphins; slyly bold requests i' +833,277,'F',72143.55,'1994-02-13 00:00:00','3-MEDIUM','Clerk#000000437',0,'blithely final foxes sleep quickly abo' +834,214,'F',67050.93,'1994-05-23 00:00:00','3-MEDIUM','Clerk#000000805',0,'furiously regular pinto beans are carefully. even' +835,325,'O',96681.15,'1995-10-08 00:00:00','4-NOT SPECIFIED','Clerk#000000416',0,'deposits mold slyly furiously even accounts? slyly ironic re' +836,344,'O',109557.63,'1996-11-25 00:00:00','4-NOT SPECIFIED','Clerk#000000729',0,'slyly unusual deposits affix' +837,580,'F',77875.00,'1994-06-15 00:00:00','4-NOT SPECIFIED','Clerk#000000563',0,'furiously final instructions use ironic foxes. even packages s' +838,82,'O',107560.33,'1998-01-29 00:00:00','5-LOW','Clerk#000000213',0,'slyly regular ideas cajole. blithely ruthless patterns snooze ag' +839,140,'O',116490.54,'1995-08-08 00:00:00','1-URGENT','Clerk#000000951',0,'blithely express deposits are slyly' +864,689,'O',105768.13,'1997-08-17 00:00:00','1-URGENT','Clerk#000000036',0,'carefully regular pinto beans wake fluffily. sly' +865,13,'F',110339.44,'1993-05-04 00:00:00','3-MEDIUM','Clerk#000000337',0,'requests are across the regular excuses. final, brave dependencies kindle aro' +866,193,'F',7266.48,'1992-11-28 00:00:00','3-MEDIUM','Clerk#000000718',0,'closely regular dependencies boost fluffily after the pending foxes. carefull' +867,127,'F',11466.45,'1993-11-16 00:00:00','3-MEDIUM','Clerk#000000877',0,'regular, unusual theodolites according to the daringly pending' +868,518,'F',172557.80,'1992-06-09 00:00:00','4-NOT SPECIFIED','Clerk#000000782',0,'doggedly final theodolites wake furiously qui' +869,674,'O',72058.22,'1997-01-12 00:00:00','2-HIGH','Clerk#000000245',0,'ironic, regular requests sleep alongside of the regularly regular p' +870,161,'F',51422.66,'1993-06-20 00:00:00','4-NOT SPECIFIED','Clerk#000000123',0,'special, ironic asymptotes' +871,73,'O',250010.22,'1995-11-15 00:00:00','5-LOW','Clerk#000000882',0,'regular deposits across the requests haggle quickly carefully regular somas. b' +896,10,'F',254371.33,'1993-03-09 00:00:00','1-URGENT','Clerk#000000187',0,'furiously ironic instructions lose quickly. ironic foxes cajole slyly. iron' +897,245,'P',89391.81,'1995-03-20 00:00:00','1-URGENT','Clerk#000000316',0,'evenly regular asymptotes above the slyly final packages haggle a' +898,268,'F',164278.19,'1993-06-03 00:00:00','2-HIGH','Clerk#000000611',0,'even packages integrate unusual requests. careful attainments sleep' +899,544,'O',171013.71,'1998-04-08 00:00:00','5-LOW','Clerk#000000575',0,'unusual, even pinto beans wake slyly along the' +900,230,'F',184771.51,'1994-10-01 00:00:00','4-NOT SPECIFIED','Clerk#000000060',0,'unusual, final depths cajole car' +901,58,'O',92584.07,'1998-07-21 00:00:00','4-NOT SPECIFIED','Clerk#000000929',0,'carefully even excuses cajole furiously blithely bold requests. blithely regul' +902,43,'F',58689.51,'1994-07-27 00:00:00','4-NOT SPECIFIED','Clerk#000000811',0,'ironic deposits print above the bold deposits. slow, ironic frays cajole. pe' +903,55,'O',128789.14,'1995-07-07 00:00:00','4-NOT SPECIFIED','Clerk#000000793',0,'ironic frays x-ray slyly alongside of the furiously regular platelet' +928,329,'F',298019.62,'1995-03-02 00:00:00','5-LOW','Clerk#000000450',0,'fluffily pending requests boo' +929,415,'F',167530.79,'1992-10-02 00:00:00','2-HIGH','Clerk#000000160',0,'deposits sleep furiously fluffily pending foxes. ironic, silent accounts' +930,655,'F',278434.91,'1994-12-17 00:00:00','1-URGENT','Clerk#000000004',0,'quickly regular foxes after the silent, pending pinto beans cajole blit' +931,515,'F',163884.07,'1992-12-07 00:00:00','1-URGENT','Clerk#000000881',0,'final deposits cajole slyly slyly ironic deposits. regu' +932,202,'O',47700.16,'1997-05-16 00:00:00','2-HIGH','Clerk#000000218',0,'dependencies detect even requests. regular dependencies s' +933,478,'F',86953.15,'1992-08-05 00:00:00','4-NOT SPECIFIED','Clerk#000000752',0,'fluffily ironic instructions cajole quickly along the fu' +934,257,'O',25201.99,'1996-07-03 00:00:00','1-URGENT','Clerk#000000229',0,'furious excuses across the fin' +935,247,'O',127659.44,'1997-09-24 00:00:00','5-LOW','Clerk#000000180',0,'ideas are. furiously ironic ideas are regularl' +960,175,'F',99689.03,'1994-09-21 00:00:00','3-MEDIUM','Clerk#000000120',0,'blithely final requests use. blithely dogged packages sleep across ' +961,277,'P',213843.90,'1995-06-04 00:00:00','4-NOT SPECIFIED','Clerk#000000720',0,'fluffily unusual foxes cajole blithely spe' +962,178,'F',126488.37,'1994-05-06 00:00:00','5-LOW','Clerk#000000463',0,'bold, blithe requests grow. carefully silent pearls affix furiously' +963,127,'F',76519.29,'1994-05-26 00:00:00','3-MEDIUM','Clerk#000000497',0,'fluffily unusual accounts sleep. accounts engage. quickly final requ' +964,376,'O',182397.10,'1995-05-20 00:00:00','3-MEDIUM','Clerk#000000657',0,'blithely enticing courts' +965,343,'P',52005.15,'1995-05-15 00:00:00','5-LOW','Clerk#000000218',0,'unusual, even packages play besides the regular ideas. sl' +966,67,'O',157615.91,'1998-04-30 00:00:00','2-HIGH','Clerk#000000239',0,'carefully ironic the' +967,550,'F',247252.84,'1992-06-21 00:00:00','3-MEDIUM','Clerk#000000167',0,'fluffily pending platelets nag slyly after the carefully speci' +992,269,'O',170615.79,'1997-11-11 00:00:00','3-MEDIUM','Clerk#000000875',0,'quickly silent platelets sleep. depo' +993,397,'O',292635.22,'1995-09-10 00:00:00','3-MEDIUM','Clerk#000000894',0,'accounts are quickly. f' +994,7,'F',55183.77,'1994-04-20 00:00:00','5-LOW','Clerk#000000497',0,'ironic, dogged ideas haggle slyly ironic requests. requests sleep. unusual, bo' +995,580,'P',198687.75,'1995-05-31 00:00:00','3-MEDIUM','Clerk#000000439',0,'quietly regular depend' +996,355,'O',77940.62,'1997-12-29 00:00:00','1-URGENT','Clerk#000000497',0,'bold, final platelets haggle carefully. theodolites alongside of the ironi' +997,544,'O',38009.57,'1997-05-19 00:00:00','2-HIGH','Clerk#000000651',0,'furiously express deposits wake furiously against the express theodolit' +998,160,'F',88754.07,'1994-11-26 00:00:00','4-NOT SPECIFIED','Clerk#000000956',0,'slyly special deposits across the f' +999,301,'F',219522.35,'1993-09-05 00:00:00','5-LOW','Clerk#000000464',0,'furiously final theodolites sleep blithely above ' +1024,19,'O',251521.17,'1997-12-23 00:00:00','5-LOW','Clerk#000000903',0,'carefully careful warhorses sleep slyly: carefull' +1025,514,'F',111915.66,'1995-05-05 00:00:00','2-HIGH','Clerk#000000376',0,'quickly final deposits are q' +1026,356,'O',42257.88,'1997-06-04 00:00:00','5-LOW','Clerk#000000223',0,'regular packages wake quickly final accounts. furiously ' +1027,640,'F',170627.89,'1992-06-03 00:00:00','3-MEDIUM','Clerk#000000241',0,'fluffily silent instructions wake furiously ' +1028,343,'F',188197.17,'1994-01-01 00:00:00','2-HIGH','Clerk#000000131',0,'unusual deposits after the deposits cajole furi' +1029,644,'F',72349.99,'1994-06-21 00:00:00','2-HIGH','Clerk#000000700',0,'quickly even platelets ought to ca' +1030,670,'F',20704.63,'1994-06-15 00:00:00','5-LOW','Clerk#000000422',0,'slyly regular deposits cajole theodolites' +1031,19,'F',205475.13,'1994-09-01 00:00:00','3-MEDIUM','Clerk#000000448',0,'furiously unusual accounts may cajole quickly among the e' +1056,139,'F',56687.64,'1995-02-11 00:00:00','1-URGENT','Clerk#000000125',0,'furiously ironic packages cajole qu' +1057,380,'F',163877.16,'1992-02-20 00:00:00','1-URGENT','Clerk#000000124',0,'furiously even packages about the bold, permanent accounts slee' +1058,265,'F',118655.59,'1993-04-26 00:00:00','3-MEDIUM','Clerk#000000373',0,'decoys are blithely slyly ironic requests. regular, regular foxes' +1059,634,'F',301471.09,'1994-02-27 00:00:00','1-URGENT','Clerk#000000104',0,'express deposits sublate regular warhorses. furiously even orbits haggle b' +1060,700,'F',167397.83,'1993-02-21 00:00:00','3-MEDIUM','Clerk#000000989',0,'carefully regular requests affix blithely. blithely ironic ' +1061,514,'O',252313.25,'1998-05-15 00:00:00','5-LOW','Clerk#000000576',0,'pending accounts after the even, final d' +1062,526,'O',60704.87,'1997-01-15 00:00:00','1-URGENT','Clerk#000000152',0,'final, ironic packages wake sly' +1063,185,'F',57198.92,'1994-04-02 00:00:00','2-HIGH','Clerk#000000024',0,'even pinto beans are ruthless, special accounts. ' +1088,736,'F',66105.53,'1992-05-21 00:00:00','5-LOW','Clerk#000000347',0,'silent ideas use blithely alongside of the carefully ironic requests. blith' +1089,241,'O',141164.63,'1996-05-04 00:00:00','4-NOT SPECIFIED','Clerk#000000226',0,'deposits thrash blithely. final theodolites according ' +1090,86,'O',45904.07,'1997-11-15 00:00:00','2-HIGH','Clerk#000000300',0,'asymptotes impress furious' +1091,415,'O',41486.78,'1996-08-27 00:00:00','1-URGENT','Clerk#000000549',0,'ironic dependencies doze b' +1092,616,'P',140587.06,'1995-03-04 00:00:00','3-MEDIUM','Clerk#000000006',0,'regular ideas cajole bold accounts. furiously even notornis sl' +1093,505,'O',115203.60,'1997-07-31 00:00:00','4-NOT SPECIFIED','Clerk#000000159',0,'theodolites are slyly pending requests. slyly blithe packages ar' +1094,719,'O',13073.80,'1997-12-24 00:00:00','3-MEDIUM','Clerk#000000570',0,'bold requests above the deposits wake quickly accord' +1095,718,'O',275467.85,'1995-08-22 00:00:00','3-MEDIUM','Clerk#000000709',0,'blithely regular foxes h' +1120,697,'O',132097.50,'1997-11-07 00:00:00','3-MEDIUM','Clerk#000000319',0,'regular, final packages breach carefully. dogged' +1121,142,'O',366770.05,'1997-01-13 00:00:00','3-MEDIUM','Clerk#000000541',0,'slyly even ideas use against the slyly unusual dependencies: speci' +1122,598,'O',257651.05,'1997-01-10 00:00:00','1-URGENT','Clerk#000000083',0,'unusual dolphins use blithely against th' +1123,358,'O',138847.51,'1996-08-03 00:00:00','3-MEDIUM','Clerk#000000929',0,'furiously final instructions use furiously ironic req' +1124,398,'O',174695.40,'1998-07-30 00:00:00','5-LOW','Clerk#000000326',0,'fluffily regular deposits affi' +1125,121,'F',117835.31,'1994-10-27 00:00:00','2-HIGH','Clerk#000000510',0,'furiously final dependencies are about the regular, final pinto beans. even t' +1126,718,'O',75528.10,'1998-01-28 00:00:00','4-NOT SPECIFIED','Clerk#000000928',0,'carefully regular dependencies above t' +1127,289,'O',132289.96,'1995-09-19 00:00:00','4-NOT SPECIFIED','Clerk#000000397',0,'quickly ironic packages doubt furiousl' +1152,245,'F',63882.13,'1994-08-14 00:00:00','4-NOT SPECIFIED','Clerk#000000496',0,'accounts use furiously against the busily final deposits. ' +1153,598,'O',326551.96,'1996-04-18 00:00:00','5-LOW','Clerk#000000059',0,'blithely even deposits sleep quickly. blithel' +1154,176,'F',281456.86,'1992-02-15 00:00:00','1-URGENT','Clerk#000000268',0,'silent, ironic dependencies wake carefully pending deposits. fur' +1155,749,'O',178182.84,'1997-10-06 00:00:00','2-HIGH','Clerk#000000164',0,'quickly unusual platelets are. ironi' +1156,659,'O',306753.35,'1996-10-19 00:00:00','1-URGENT','Clerk#000000200',0,'slyly sly deposits at the asymptotes kindle blithely th' +1157,484,'O',114238.23,'1998-01-14 00:00:00','4-NOT SPECIFIED','Clerk#000000207',0,'furiously idle pinto beans are slyly. carefully regular ' +1158,707,'O',47494.23,'1996-06-30 00:00:00','2-HIGH','Clerk#000000549',0,'final ideas poach. final, ironic foxes sleep caref' +1159,343,'F',78693.51,'1992-09-18 00:00:00','3-MEDIUM','Clerk#000000992',0,'furiously regular ideas after the furiously regular sentiments do' +1184,443,'O',52945.93,'1997-10-26 00:00:00','5-LOW','Clerk#000000777',0,'furiously bold deposits cajole carefully dolphins. furiously' +1185,368,'F',62008.53,'1992-08-24 00:00:00','5-LOW','Clerk#000000344',0,'blithely unusual realms pr' +1186,295,'O',105447.23,'1996-08-15 00:00:00','4-NOT SPECIFIED','Clerk#000000798',0,'final, careful deposits cajole blithely? caref' +1187,670,'F',127170.87,'1992-11-20 00:00:00','3-MEDIUM','Clerk#000000047',0,'ironic instructions about the enticingly slow request' +1188,100,'O',88310.17,'1996-04-11 00:00:00','2-HIGH','Clerk#000000256',0,'slyly even ideas wake furiously furiously final foxes? blithely final i' +1189,223,'F',92768.70,'1994-04-09 00:00:00','1-URGENT','Clerk#000000243',0,'carefully even instructions' +1190,61,'O',41621.57,'1997-03-16 00:00:00','5-LOW','Clerk#000000575',0,'furiously bold requests boost carefully along the exp' +1191,553,'O',34449.95,'1995-11-07 00:00:00','3-MEDIUM','Clerk#000000011',0,'ideas after the depen' +1216,610,'F',87218.34,'1992-12-07 00:00:00','5-LOW','Clerk#000000918',0,'ironic theodolites ' +1217,32,'F',51066.02,'1992-04-26 00:00:00','4-NOT SPECIFIED','Clerk#000000538',0,'regular, even courts need to boost:' +1218,43,'F',132747.85,'1994-06-20 00:00:00','4-NOT SPECIFIED','Clerk#000000994',0,'slyly even requests are slyly. blithely ' +1219,136,'O',15316.75,'1995-10-05 00:00:00','3-MEDIUM','Clerk#000000800',0,'slyly bold deposits cajole pending foxes. bold, special requests about the exp' +1220,244,'O',167353.81,'1996-08-29 00:00:00','1-URGENT','Clerk#000000712',0,'regular deposits cajole carefully deposits. blithely' +1221,67,'F',166927.83,'1992-04-19 00:00:00','4-NOT SPECIFIED','Clerk#000000852',0,'bold requests maintain. final orbits among the blithely regular pinto beans ' +1222,49,'F',58715.52,'1993-02-05 00:00:00','3-MEDIUM','Clerk#000000811',0,'regular, bold pinto beans are quickly pending waters. carefully regul' +1223,46,'O',37356.45,'1996-05-25 00:00:00','4-NOT SPECIFIED','Clerk#000000238',0,'requests boost slyly ' +1248,236,'F',315926.25,'1992-01-02 00:00:00','1-URGENT','Clerk#000000890',0,'deposits are. slyly express asympt' +1249,749,'F',57001.43,'1994-01-05 00:00:00','1-URGENT','Clerk#000000095',0,'accounts nag blithely. furiously ironic ideas impress. requests ha' +1250,181,'F',12964.86,'1992-09-29 00:00:00','4-NOT SPECIFIED','Clerk#000000652',0,'quietly regular deposits wake fluffily. regular requests' +1251,190,'O',139136.66,'1997-10-30 00:00:00','1-URGENT','Clerk#000000276',0,'furiously regular deposits haggle according to the express ' +1252,749,'O',125091.16,'1997-08-04 00:00:00','5-LOW','Clerk#000000348',0,'quickly ironic instructions cajole carefu' +1253,574,'F',136171.29,'1993-01-26 00:00:00','1-URGENT','Clerk#000000775',0,'requests haggle carefully along the carefu' +1254,349,'O',155727.64,'1995-12-22 00:00:00','1-URGENT','Clerk#000000607',0,'packages about the s' +1255,610,'F',106774.87,'1994-05-30 00:00:00','4-NOT SPECIFIED','Clerk#000000798',0,'carefully bold theodolites haggle against the special requ' +1280,478,'F',124457.34,'1993-01-11 00:00:00','5-LOW','Clerk#000000160',0,'silently express asymptotes cajole? quickly fin' +1281,307,'F',230354.28,'1994-12-11 00:00:00','1-URGENT','Clerk#000000430',0,'quickly final deposits sleep slyly pinto beans. furiously sil' +1282,580,'F',80678.60,'1992-02-29 00:00:00','4-NOT SPECIFIED','Clerk#000000168',0,'carefully final accounts sleep blithe' +1283,583,'O',298502.90,'1996-08-30 00:00:00','4-NOT SPECIFIED','Clerk#000000260',0,'final, final accounts affix furiously special accounts. blithely' +1284,670,'O',163608.60,'1996-01-07 00:00:00','2-HIGH','Clerk#000000492',0,'ironic dugouts breach carefully quickly unus' +1285,52,'F',209014.91,'1992-06-01 00:00:00','1-URGENT','Clerk#000000423',0,'final packages haggle permanently. accounts affix above the r' +1286,544,'F',318695.02,'1993-05-14 00:00:00','4-NOT SPECIFIED','Clerk#000000939',0,'slyly ironic deposits haggle' +1287,88,'F',177672.71,'1994-07-05 00:00:00','2-HIGH','Clerk#000000288',0,'furiously unusual dinos use furiously ca' +1312,556,'F',89261.44,'1994-05-19 00:00:00','3-MEDIUM','Clerk#000000538',0,'even notornis cajole. furiously ev' +1313,739,'F',56642.29,'1994-09-13 00:00:00','1-URGENT','Clerk#000000774',0,'furiously ruthless theodolites cajole slyly-- blithely final accounts sleep ' +1314,712,'F',79341.29,'1994-05-13 00:00:00','3-MEDIUM','Clerk#000000485',0,'pinto beans boost furiously ' +1315,109,'O',183038.88,'1998-03-22 00:00:00','5-LOW','Clerk#000000840',0,'final packages nag across the carefully ironic theodolites. carefully regular ' +1316,80,'F',232007.69,'1993-12-03 00:00:00','1-URGENT','Clerk#000000857',0,'special, final depths above the platelets wake fluffily fur' +1317,496,'P',213306.84,'1995-05-19 00:00:00','2-HIGH','Clerk#000000373',0,'carefully enticing packages nag quickly inside the slyly ironic ideas. even' +1318,640,'O',113596.99,'1998-06-27 00:00:00','3-MEDIUM','Clerk#000000581',0,'carefully final packages affix slyly. carefully' +1319,157,'O',37965.23,'1996-09-27 00:00:00','2-HIGH','Clerk#000000257',0,'packages wake carefully before' +1344,85,'F',71983.12,'1992-04-16 00:00:00','5-LOW','Clerk#000000178',0,'slyly regular accounts affix furiously abov' +1345,472,'F',155305.64,'1992-10-28 00:00:00','5-LOW','Clerk#000000447',0,'regular deposits on the final depo' +1346,374,'F',245189.83,'1992-06-18 00:00:00','2-HIGH','Clerk#000000374',0,'ironic, final platelets cajole furiously dep' +1347,202,'O',253601.81,'1997-06-20 00:00:00','5-LOW','Clerk#000000977',0,'carefully bold deposits wake! bold requests sleep. furiously express t' +1348,88,'O',134310.59,'1998-04-18 00:00:00','5-LOW','Clerk#000000206',0,'special instructions haggle after the blithely specia' +1349,319,'O',68067.08,'1997-10-26 00:00:00','1-URGENT','Clerk#000000543',0,'carefully even deposits breach carefully. ' +1350,254,'F',59255.44,'1993-08-24 00:00:00','1-URGENT','Clerk#000000635',0,'quiet, quick packages haggle deposits. r' +1351,530,'O',35133.22,'1998-04-20 00:00:00','1-URGENT','Clerk#000000012',0,'carefully final ideas haggle. ironic foxes around the regular, brave accoun' +1376,232,'O',39120.25,'1997-05-04 00:00:00','4-NOT SPECIFIED','Clerk#000000730',0,'ironic gifts are quickly furiously re' +1377,100,'O',152423.39,'1998-04-24 00:00:00','4-NOT SPECIFIED','Clerk#000000625',0,'pinto beans poach furiously sl' +1378,98,'O',192520.67,'1996-03-09 00:00:00','4-NOT SPECIFIED','Clerk#000000705',0,'quiet requests according to the slyly spec' +1379,322,'O',112979.29,'1998-05-25 00:00:00','5-LOW','Clerk#000000861',0,'platelets haggle ac' +1380,682,'O',133970.77,'1996-07-07 00:00:00','3-MEDIUM','Clerk#000000969',0,'quickly brave pinto beans above the idea' +1381,632,'O',85553.00,'1998-05-25 00:00:00','3-MEDIUM','Clerk#000000107',0,'special accounts along the even deposits sleep even ideas. quickly ironic wat' +1382,662,'F',261757.15,'1993-08-17 00:00:00','5-LOW','Clerk#000000241',0,'blithely express dependenci' +1383,598,'F',57362.37,'1993-04-27 00:00:00','2-HIGH','Clerk#000000785',0,'asymptotes after the even pinto beans cajole express accounts. slyly fina' +1408,271,'O',278309.80,'1997-12-26 00:00:00','4-NOT SPECIFIED','Clerk#000000942',0,'ironic deposits sleep slowly. blithely ' +1409,715,'F',100432.26,'1992-12-31 00:00:00','4-NOT SPECIFIED','Clerk#000000065',0,'quickly special somas haggle requests. ' +1410,562,'O',171303.39,'1997-04-12 00:00:00','5-LOW','Clerk#000000123',0,'instructions about the blithely express theodolites wake ironically' +1411,473,'F',199545.96,'1994-12-21 00:00:00','2-HIGH','Clerk#000000566',0,'slyly special packages sleep. furiously express deposits nod qui' +1412,265,'F',112806.55,'1993-03-13 00:00:00','4-NOT SPECIFIED','Clerk#000000083',0,'carefully even pains boost slyly against the eve' +1413,454,'O',120870.30,'1997-06-14 00:00:00','3-MEDIUM','Clerk#000000342',0,'quickly special deposits poach ironically about the quickly final pinto beans' +1414,382,'O',45205.21,'1995-08-16 00:00:00','1-URGENT','Clerk#000000883',0,'pending pinto beans against the sp' +1415,394,'F',38604.39,'1994-05-29 00:00:00','4-NOT SPECIFIED','Clerk#000000601',0,'quickly even asymptotes nag blithely. furiously spec' +1440,490,'O',73541.26,'1995-08-10 00:00:00','5-LOW','Clerk#000000956',0,'pending, silent deposits among the never even packages sleep slyly express dep' +1441,610,'O',222130.04,'1997-03-06 00:00:00','4-NOT SPECIFIED','Clerk#000000156',0,'special packages across the' +1442,553,'F',7876.49,'1994-07-05 00:00:00','4-NOT SPECIFIED','Clerk#000000935',0,'regular requests sleep fu' +1443,220,'O',51134.91,'1996-12-16 00:00:00','5-LOW','Clerk#000000185',0,'dinos are. slyly special realms kindle evenly' +1444,667,'F',281884.05,'1994-12-06 00:00:00','3-MEDIUM','Clerk#000000783',0,'pending packages cajole. slyly bold accounts atop the s' +1445,568,'F',221017.08,'1995-01-10 00:00:00','3-MEDIUM','Clerk#000000211',0,'ironic accounts haggle. quickly special ideas after the ' +1446,202,'O',35867.32,'1998-02-16 00:00:00','5-LOW','Clerk#000000274',0,'deposits mold special deposits. furiously final frets integrate slyly regular' +1447,451,'F',166554.89,'1992-10-15 00:00:00','2-HIGH','Clerk#000000880',0,'bold, silent requests nag furiously above the fluffily final deposits.' +1472,749,'O',80391.64,'1996-10-06 00:00:00','5-LOW','Clerk#000000303',0,'accounts according to the ironic pinto beans lose carefully about the' +1473,463,'O',100555.45,'1997-03-17 00:00:00','3-MEDIUM','Clerk#000000960',0,'blithely bold accounts sleep furiously brav' +1474,346,'F',72720.16,'1995-01-09 00:00:00','1-URGENT','Clerk#000000438',0,'ironic deposits against the ironic packages are above the slyly unusua' +1475,25,'O',275255.04,'1997-11-12 00:00:00','2-HIGH','Clerk#000000972',0,'furiously final dolphin' +1476,724,'O',21260.99,'1996-06-27 00:00:00','2-HIGH','Clerk#000000673',0,'furiously pending requests affix slyly. expr' +1477,379,'O',325028.74,'1997-08-24 00:00:00','5-LOW','Clerk#000000612',0,'furiously pending requests boost furiously regular theodolites. slo' +1478,250,'O',23799.50,'1997-08-03 00:00:00','2-HIGH','Clerk#000000827',0,'carefully even asymptotes along the requests poach about the quickly fur' +1479,73,'O',49367.25,'1995-12-16 00:00:00','4-NOT SPECIFIED','Clerk#000000697',0,'accounts use after the final requests. furiously even foxes cajole furio' +1504,10,'F',123379.13,'1992-08-28 00:00:00','3-MEDIUM','Clerk#000000381',0,'slyly unusual ideas about the packages are' +1505,176,'F',82707.29,'1992-08-21 00:00:00','2-HIGH','Clerk#000000544',0,'thin pinto beans along the regular pinto beans nag carefully regul' +1506,731,'F',278889.61,'1992-09-21 00:00:00','3-MEDIUM','Clerk#000000620',0,'special deposits integrate slyly slyly pendin' +1507,604,'F',122410.88,'1993-10-14 00:00:00','3-MEDIUM','Clerk#000000305',0,'slyly final ideas wake carefully after th' +1508,508,'O',206804.42,'1998-04-10 00:00:00','5-LOW','Clerk#000000117',0,'quickly even deposits wake f' +1509,313,'F',245761.61,'1993-07-08 00:00:00','5-LOW','Clerk#000000770',0,'bold, express deposits wake. quickly pending pinto beans cajole car' +1510,262,'O',209396.18,'1996-09-17 00:00:00','5-LOW','Clerk#000000128',0,'quickly special packages might haggle. slyly ironic asympto' +1511,394,'O',78919.25,'1996-12-22 00:00:00','4-NOT SPECIFIED','Clerk#000000386',0,'slyly even instructions detect blithel' +1536,466,'O',8859.86,'1997-01-26 00:00:00','3-MEDIUM','Clerk#000000117',0,'express accounts print carefully ' +1537,538,'F',146191.52,'1992-02-15 00:00:00','4-NOT SPECIFIED','Clerk#000000862',0,'furiously final accounts use! slyly regular req' +1538,145,'O',272083.21,'1995-06-18 00:00:00','4-NOT SPECIFIED','Clerk#000000258',0,'fluffily special dependencies grow. requests sleep ' +1539,559,'F',60898.57,'1995-03-10 00:00:00','5-LOW','Clerk#000000840',0,'slyly final accounts alongside of the quickly regular accounts are at the r' +1540,71,'F',172877.29,'1992-08-05 00:00:00','2-HIGH','Clerk#000000927',0,'slyly regular dependencies alongside of' +1541,470,'P',58618.17,'1995-05-18 00:00:00','1-URGENT','Clerk#000000906',0,'blithely ironic dugouts according to the daring packages sleep daringly fin' +1542,715,'F',182943.08,'1993-09-15 00:00:00','3-MEDIUM','Clerk#000000435',0,'accounts use fluffi' +1543,253,'O',197048.84,'1997-02-20 00:00:00','1-URGENT','Clerk#000000398',0,'fluffily regular pinto bea' +1568,85,'O',90696.77,'1997-01-30 00:00:00','4-NOT SPECIFIED','Clerk#000000554',0,'slyly bold excuses detect care' +1569,518,'O',108031.74,'1998-04-02 00:00:00','5-LOW','Clerk#000000786',0,'slyly regular pinto beans sleep slyl' +1570,613,'O',57356.83,'1998-03-16 00:00:00','1-URGENT','Clerk#000000745',0,'ironic packages above the regular foxe' +1571,514,'F',194254.41,'1992-12-05 00:00:00','2-HIGH','Clerk#000000565',0,'carefully bold accounts haggle bli' +1572,52,'O',54812.21,'1996-02-24 00:00:00','2-HIGH','Clerk#000000994',0,'furiously even theodolites sleep regu' +1573,740,'F',127632.53,'1992-12-28 00:00:00','2-HIGH','Clerk#000000940',0,'quickly regular pinto beans cajole slyly fluffily fina' +1574,667,'O',248010.72,'1996-12-12 00:00:00','3-MEDIUM','Clerk#000000809',0,'slyly regular platelets are across the carefully pending dep' +1575,724,'O',258087.46,'1995-09-13 00:00:00','3-MEDIUM','Clerk#000000497',0,'blithely even accounts are slyly sly, final foxes. slyly sil' +1600,463,'F',178856.24,'1993-03-03 00:00:00','3-MEDIUM','Clerk#000000627',0,'blithely ironic packages among the blithely fin' +1601,262,'F',117696.89,'1994-08-27 00:00:00','5-LOW','Clerk#000000469',0,'packages dazzle deposits. final packages use sometimes regular foxes! q' +1602,5,'F',7083.49,'1993-08-05 00:00:00','5-LOW','Clerk#000000660',0,'final, regular account' +1603,7,'F',37137.16,'1993-07-31 00:00:00','4-NOT SPECIFIED','Clerk#000000869',0,'quickly final dolphins sleep fluffily silent idea' +1604,562,'F',150648.33,'1993-07-17 00:00:00','5-LOW','Clerk#000000512',0,'ironic, bold pinto beans are carefully pending p' +1605,289,'O',196073.78,'1998-04-24 00:00:00','4-NOT SPECIFIED','Clerk#000000616',0,'instructions sleep above the slyly special packages. bold requests across t' +1606,265,'O',171015.47,'1997-04-17 00:00:00','4-NOT SPECIFIED','Clerk#000000550',0,'furiously final packages serve slyly. express, ' +1607,748,'O',250340.84,'1995-12-16 00:00:00','2-HIGH','Clerk#000000498',0,'carefully even instructions doze against the slyly final pinto beans. ironic' +1632,331,'O',287067.44,'1997-01-08 00:00:00','3-MEDIUM','Clerk#000000351',0,'foxes are slyly. th' +1633,73,'O',77801.47,'1995-10-14 00:00:00','2-HIGH','Clerk#000000666',0,'slyly express foxes cajole. carefully ironic accounts use carefully. quick' +1634,346,'O',195232.54,'1996-09-10 00:00:00','1-URGENT','Clerk#000000360',0,'final, unusual dependencies integrate slyly' +1635,19,'O',95048.26,'1997-02-13 00:00:00','3-MEDIUM','Clerk#000000958',0,'accounts nag silent ' +1636,394,'O',249943.91,'1997-06-17 00:00:00','3-MEDIUM','Clerk#000000457',0,'blithely silent foxes wake furiously' +1637,364,'F',236127.74,'1995-02-08 00:00:00','4-NOT SPECIFIED','Clerk#000000189',0,'blithely regular deposits wake am' +1638,695,'O',239924.55,'1997-08-13 00:00:00','2-HIGH','Clerk#000000643',0,'pending asymptotes around the quickly ' +1639,22,'O',154937.68,'1995-08-20 00:00:00','4-NOT SPECIFIED','Clerk#000000939',0,'fluffily silent packages use. ca' +1664,320,'O',273218.99,'1996-03-03 00:00:00','1-URGENT','Clerk#000000090',0,'slyly final platelets' +1665,379,'F',5885.68,'1994-05-08 00:00:00','2-HIGH','Clerk#000000920',0,'furiously bold frets against the blithely ironic accounts' +1666,472,'O',200335.68,'1995-10-18 00:00:00','1-URGENT','Clerk#000000849',0,'furiously ironic accounts are. slyly sly theodolites dou' +1667,23,'O',156350.94,'1997-10-10 00:00:00','2-HIGH','Clerk#000000103',0,'final theodolites affix furiously about the blithely final instr' +1668,709,'O',174345.05,'1997-07-12 00:00:00','4-NOT SPECIFIED','Clerk#000000148',0,'accounts sleep thinly. slyly regular ideas above the regular accounts cajole' +1669,10,'O',32158.79,'1997-06-09 00:00:00','3-MEDIUM','Clerk#000000663',0,'final courts alongside of the even, ironic pinto beans b' +1670,124,'O',129769.50,'1997-05-24 00:00:00','2-HIGH','Clerk#000000320',0,'even platelets impress regularly furiousl' +1671,172,'O',168840.77,'1996-07-27 00:00:00','4-NOT SPECIFIED','Clerk#000000275',0,'slyly regular courts sleep slyly slyly bold foxes.' +1696,19,'O',142235.33,'1998-01-08 00:00:00','4-NOT SPECIFIED','Clerk#000000041',0,'furiously silent deposits nag furiously. regular, ironic dep' +1697,379,'O',167860.13,'1996-10-07 00:00:00','1-URGENT','Clerk#000000815',0,'ironic ideas nag slyl' +1698,199,'O',188123.44,'1997-04-23 00:00:00','2-HIGH','Clerk#000000432',0,'busy ideas affix busily blithely b' +1699,418,'F',83030.10,'1993-12-30 00:00:00','1-URGENT','Clerk#000000125',0,'even theodolites sleep furiously quickly even deposits. pending pint' +1700,325,'O',139754.84,'1996-06-15 00:00:00','3-MEDIUM','Clerk#000000328',0,'carefully final ideas after the fluffily even requests haggle acr' +1701,643,'F',103901.33,'1992-05-19 00:00:00','2-HIGH','Clerk#000000395',0,'pinto beans grow furiously about the unusual warhor' +1702,328,'P',269211.70,'1995-05-07 00:00:00','2-HIGH','Clerk#000000300',0,'quickly unusual ideas engage' +1703,667,'F',186282.19,'1993-01-28 00:00:00','3-MEDIUM','Clerk#000000463',0,'bold accounts boost. furiously even pa' +1728,316,'O',196099.17,'1996-05-22 00:00:00','2-HIGH','Clerk#000000711',0,'slyly final deposits u' +1729,656,'F',19355.45,'1992-05-19 00:00:00','2-HIGH','Clerk#000000158',0,'blithely special accounts wake blithely ' +1730,617,'O',219286.88,'1998-07-24 00:00:00','5-LOW','Clerk#000000794',0,'furiously regular theodolites cajole quickly furiously pend' +1731,640,'O',273878.06,'1996-01-06 00:00:00','1-URGENT','Clerk#000000268',0,'quickly regular requests sleep slyly ' +1732,730,'F',250299.61,'1993-11-29 00:00:00','5-LOW','Clerk#000000903',0,'quickly special pearls haggle about the fu' +1733,739,'O',231267.30,'1996-05-12 00:00:00','2-HIGH','Clerk#000000789',0,'pending deposits boost quickly. ' +1734,32,'F',69390.78,'1994-06-11 00:00:00','2-HIGH','Clerk#000000722',0,'pending dependencies detect slyly fluffily pendi' +1735,103,'F',153765.96,'1992-12-27 00:00:00','1-URGENT','Clerk#000000458',0,'carefully unusual dolphins wa' +1760,571,'O',119021.49,'1996-05-17 00:00:00','5-LOW','Clerk#000000917',0,'slyly ironic requests wake about the specia' +1761,526,'F',272260.26,'1993-12-24 00:00:00','2-HIGH','Clerk#000000817',0,'express ideas snooze alongside of the special, final' +1762,385,'F',253531.52,'1994-08-20 00:00:00','4-NOT SPECIFIED','Clerk#000000653',0,'express requests hag' +1763,604,'O',191648.19,'1996-10-29 00:00:00','2-HIGH','Clerk#000000321',0,'carefully even instructions haggle. blith' +1764,142,'F',65169.15,'1992-03-25 00:00:00','1-URGENT','Clerk#000000182',0,'blithely special pinto beans wake. ' +1765,364,'O',58687.04,'1995-12-03 00:00:00','4-NOT SPECIFIED','Clerk#000000490',0,'carefully even deposits are fluffily even pl' +1766,694,'O',53335.65,'1996-10-12 00:00:00','2-HIGH','Clerk#000000983',0,'regular requests are. carefully careful theodol' +1767,124,'P',168246.55,'1995-03-14 00:00:00','2-HIGH','Clerk#000000327',0,'theodolites sleep enticingly theodolites.' +1792,236,'F',173389.87,'1993-11-09 00:00:00','5-LOW','Clerk#000000102',0,'fluffily unusual deposits are blithely packages. regular deposi' +1793,89,'F',99586.36,'1992-07-12 00:00:00','4-NOT SPECIFIED','Clerk#000000291',0,'slyly final pinto beans wake carefully. f' +1794,698,'O',260483.30,'1997-09-28 00:00:00','1-URGENT','Clerk#000000686',0,'quickly ironic foxes haggle quickly idly final requests. special pinto beans ' +1795,464,'F',223731.41,'1994-03-19 00:00:00','2-HIGH','Clerk#000000815',0,'carefully regular dependen' +1796,232,'F',41228.15,'1992-11-21 00:00:00','2-HIGH','Clerk#000000245',0,'bold platelets wake blithely. ideas across the a' +1797,622,'O',63734.65,'1996-05-07 00:00:00','3-MEDIUM','Clerk#000000508',0,'bold accounts nag. furiously even packages boost quickly' +1798,259,'O',66459.56,'1997-07-28 00:00:00','1-URGENT','Clerk#000000741',0,'slyly regular requests are. blithely stealthy accounts wake carefully aroun' +1799,301,'F',52922.51,'1994-03-07 00:00:00','4-NOT SPECIFIED','Clerk#000000339',0,'ironic accounts haggle blithely about the blithe' +1824,241,'F',112795.12,'1994-05-05 00:00:00','1-URGENT','Clerk#000000972',0,'silent instructions detect. final' +1825,733,'F',234754.79,'1993-12-05 00:00:00','3-MEDIUM','Clerk#000000345',0,'slyly final packages affix carefully. fluffily unus' +1826,407,'F',184855.29,'1992-04-16 00:00:00','4-NOT SPECIFIED','Clerk#000000718',0,'carefully regular platelets are fluffily. packages sleep blithely. spec' +1827,526,'O',260943.56,'1996-06-22 00:00:00','4-NOT SPECIFIED','Clerk#000000369',0,'furiously even requests' +1828,157,'F',167111.94,'1994-04-18 00:00:00','3-MEDIUM','Clerk#000000840',0,'quietly regular ideas nag quickly. silent, fina' +1829,557,'F',183605.44,'1994-05-08 00:00:00','2-HIGH','Clerk#000000537',0,'furiously even dolphins breach above the slyly ironic packages. blithe' +1830,658,'F',117092.60,'1995-02-23 00:00:00','1-URGENT','Clerk#000000045',0,'pending asymptotes dazzle silently. requests wake slyly enticing depe' +1831,353,'F',81198.07,'1993-12-02 00:00:00','1-URGENT','Clerk#000000854',0,'quickly bold deposits grow unusual dolphins. regular theodolites nag ir' +1856,523,'F',266558.26,'1992-03-20 00:00:00','4-NOT SPECIFIED','Clerk#000000952',0,'carefully special pinto beans along' +1857,661,'F',156777.96,'1993-01-13 00:00:00','2-HIGH','Clerk#000000083',0,'carefully silent deposits haggle furiously. furi' +1858,712,'O',32326.02,'1997-12-13 00:00:00','1-URGENT','Clerk#000000389',0,'furiously final instructions are furi' +1859,299,'O',163077.76,'1997-04-11 00:00:00','4-NOT SPECIFIED','Clerk#000000949',0,'accounts wake slyly final ' +1860,49,'O',13168.92,'1996-04-04 00:00:00','3-MEDIUM','Clerk#000000556',0,'carefully express requests agains' +1861,343,'F',119038.24,'1994-01-03 00:00:00','3-MEDIUM','Clerk#000000847',0,'slyly even platelets sleep along the carefully final deposits. pains use.' +1862,163,'O',136600.95,'1998-02-24 00:00:00','5-LOW','Clerk#000000348',0,'furiously final deposits haggle. blithely regular pac' +1863,367,'F',139012.46,'1993-09-23 00:00:00','4-NOT SPECIFIED','Clerk#000000658',0,'quickly bold ideas cajole boldly slyly idle requests. bold, final ideas ' +1888,596,'F',309568.44,'1993-10-31 00:00:00','4-NOT SPECIFIED','Clerk#000000659',0,'slyly special packages along the regular accounts' +1889,122,'O',151275.77,'1997-03-16 00:00:00','1-URGENT','Clerk#000000854',0,'carefully daring ideas cajole deposits. carefully final reques' +1890,49,'O',287312.74,'1996-12-18 00:00:00','4-NOT SPECIFIED','Clerk#000000627',0,'blithely pending packages haggle blithely bold courts. s' +1891,305,'F',113968.44,'1994-12-15 00:00:00','5-LOW','Clerk#000000495',0,'slyly special theodolites wake around the blith' +1892,118,'F',190231.41,'1994-03-26 00:00:00','5-LOW','Clerk#000000733',0,'doggedly bold theodolites along the requests are carefully unusual, special de' +1893,622,'O',170268.93,'1997-10-30 00:00:00','2-HIGH','Clerk#000000111',0,'realms about the carefully special requests are blithely accounts. f' +1894,376,'F',72355.74,'1992-03-30 00:00:00','1-URGENT','Clerk#000000626',0,'blithely special pinto beans' +1895,34,'F',71252.83,'1994-05-30 00:00:00','3-MEDIUM','Clerk#000000878',0,'blithely ironic instructions sleep atop the always regular courts. bold, eve' +1920,548,'O',153504.10,'1998-06-24 00:00:00','5-LOW','Clerk#000000018',0,'carefully express asymptotes wake against the blith' +1921,431,'F',78461.07,'1994-01-18 00:00:00','3-MEDIUM','Clerk#000000293',0,'blithely final packages about the ironic pinto beans cajole slyly i' +1922,278,'O',12072.25,'1996-07-13 00:00:00','3-MEDIUM','Clerk#000000984',0,'quickly regular platelets sleep about the final platelets. fina' +1923,673,'O',258895.92,'1997-07-07 00:00:00','1-URGENT','Clerk#000000471',0,'pending, careful packages cajole af' +1924,374,'O',198873.75,'1996-09-07 00:00:00','4-NOT SPECIFIED','Clerk#000000823',0,'unusual, regular platelets are carefully' +1925,85,'F',222517.88,'1992-03-05 00:00:00','1-URGENT','Clerk#000000986',0,'special, final foxes sleep blithely ac' +1926,466,'O',131786.66,'1996-01-31 00:00:00','2-HIGH','Clerk#000000568',0,'furiously regular requests hinder across the deposi' +1927,700,'O',30063.72,'1995-09-30 00:00:00','3-MEDIUM','Clerk#000000616',0,'furiously ironic foxes w' +1952,331,'F',17726.47,'1994-03-16 00:00:00','2-HIGH','Clerk#000000254',0,'slyly permanent deposits cajole. theodolites boost furiously silent packages. ' +1953,748,'F',71774.38,'1993-11-30 00:00:00','3-MEDIUM','Clerk#000000891',0,'regular, bold packages cajole furiously' +1954,280,'O',262658.48,'1997-05-31 00:00:00','4-NOT SPECIFIED','Clerk#000000104',0,'pending, express forg' +1955,61,'F',152856.68,'1992-04-20 00:00:00','1-URGENT','Clerk#000000792',0,'forges are carefully. pending re' +1956,629,'F',132193.70,'1992-09-20 00:00:00','4-NOT SPECIFIED','Clerk#000000600',0,'regular instructions cajole quickly pinto beans. accounts ' +1957,151,'O',106688.50,'1998-07-21 00:00:00','2-HIGH','Clerk#000000639',0,'quick requests haggle. furiously bold asymptotes use above the slyly unusual t' +1958,262,'O',232225.63,'1995-09-22 00:00:00','5-LOW','Clerk#000000343',0,'busily ironic platelets integrate about the' +1959,212,'O',99180.30,'1997-01-13 00:00:00','4-NOT SPECIFIED','Clerk#000000631',0,'slyly final deposits haggle daringly. special deposits nag across the always' +1984,254,'O',99073.88,'1998-04-01 00:00:00','1-URGENT','Clerk#000000416',0,'carefully even requests wake alongsi' +1985,31,'F',234153.07,'1994-09-02 00:00:00','4-NOT SPECIFIED','Clerk#000000741',0,'fluffily even foxes dazzle blithely-- final packages' +1986,743,'F',45941.49,'1994-05-05 00:00:00','2-HIGH','Clerk#000000609',0,'packages thrash across the pending attainments' +1987,491,'F',6826.33,'1994-04-30 00:00:00','2-HIGH','Clerk#000000652',0,'carefully bold deposits against the furiously final packages boos' +1988,538,'O',157719.23,'1995-10-06 00:00:00','4-NOT SPECIFIED','Clerk#000000011',0,'regular packages affix furiously after the accounts. regular, iro' +1989,581,'F',40990.85,'1994-03-16 00:00:00','4-NOT SPECIFIED','Clerk#000000747',0,'blithely even instructions sleep blithely. slyly regu' +1990,592,'F',68486.92,'1994-12-16 00:00:00','2-HIGH','Clerk#000000114',0,'slyly busy dependencies above the blithely ' +1991,94,'F',184512.39,'1992-09-07 00:00:00','4-NOT SPECIFIED','Clerk#000000854',0,'regular accounts against ' +2016,38,'O',32984.67,'1996-08-16 00:00:00','3-MEDIUM','Clerk#000000641',0,'ideas integrate. furiously pending requests nag carefully. pend' +2017,503,'O',97073.12,'1998-05-13 00:00:00','3-MEDIUM','Clerk#000000427',0,'slyly regular depths haggle finally ironic pa' +2018,88,'P',37949.66,'1995-04-05 00:00:00','4-NOT SPECIFIED','Clerk#000000920',0,'special instructions cajole blithely special deposit' +2019,671,'F',47881.27,'1992-10-23 00:00:00','1-URGENT','Clerk#000000565',0,'furiously special pinto be' +2020,364,'F',176411.24,'1993-06-21 00:00:00','3-MEDIUM','Clerk#000000192',0,'furiously even foxes ca' +2021,350,'O',41961.63,'1995-07-15 00:00:00','1-URGENT','Clerk#000000155',0,'even, blithe excuses wake blithely. furious' +2022,310,'F',290819.78,'1992-03-15 00:00:00','1-URGENT','Clerk#000000268',0,'regular instructions sleep furiously: slyly special reque' +2023,590,'F',191734.00,'1992-05-06 00:00:00','5-LOW','Clerk#000000137',0,'bravely unusual requests wake asymptotes. unusual requ' +2048,85,'F',43407.44,'1993-11-15 00:00:00','1-URGENT','Clerk#000000934',0,'express accounts cajole blithel' +2049,149,'O',200666.82,'1995-12-07 00:00:00','2-HIGH','Clerk#000000859',0,'blithely final packages sleep fur' +2050,137,'F',288714.44,'1994-06-02 00:00:00','4-NOT SPECIFIED','Clerk#000000821',0,'slyly express pinto beans after ' +2051,191,'O',117067.18,'1996-03-18 00:00:00','4-NOT SPECIFIED','Clerk#000000333',0,'depths haggle quickly. fluffily even requests across th' +2052,448,'F',192960.28,'1992-04-13 00:00:00','2-HIGH','Clerk#000000767',0,'blithely final packages wake blithely at the ironic, fin' +2053,703,'F',163864.80,'1995-02-07 00:00:00','1-URGENT','Clerk#000000717',0,'platelets after the quickl' +2054,202,'F',197905.78,'1992-06-08 00:00:00','4-NOT SPECIFIED','Clerk#000000103',0,'pinto beans ought to wake quickly. dependencies sleep i' +2055,485,'F',75445.69,'1993-09-04 00:00:00','1-URGENT','Clerk#000000067',0,'slyly silent excuses are enticingly. even, even p' +2080,473,'F',75656.84,'1993-06-18 00:00:00','5-LOW','Clerk#000000190',0,'carefully unusual warhorses wake quickly regular accounts. unusual, bold ' +2081,598,'O',199550.26,'1997-07-05 00:00:00','2-HIGH','Clerk#000000136',0,'slyly even excuses haggle across the stealthily' +2082,244,'F',62342.76,'1995-01-10 00:00:00','2-HIGH','Clerk#000000354',0,'special, busy pinto beans wake ruthlessly. spec' +2083,505,'F',35102.32,'1993-07-14 00:00:00','3-MEDIUM','Clerk#000000361',0,'regular requests are quickly. never pending dependenci' +2084,400,'F',294747.39,'1993-03-17 00:00:00','2-HIGH','Clerk#000000048',0,'furiously final ideas according to the f' +2085,244,'F',53022.78,'1993-11-21 00:00:00','3-MEDIUM','Clerk#000000818',0,'ironic orbits wake fluffily blithel' +2086,703,'F',280382.39,'1994-10-19 00:00:00','1-URGENT','Clerk#000000046',0,'carefully express dependencies wake quickly. carefully ironic instruc' +2087,247,'O',84371.92,'1998-01-31 00:00:00','2-HIGH','Clerk#000000626',0,'regular platelets at the theodolites nag even requests. quickly pendin' +2112,317,'O',23177.50,'1997-02-05 00:00:00','2-HIGH','Clerk#000000351',0,'bold accounts sleep slyly after the slyly ironic theodolite' +2113,160,'O',96261.07,'1997-11-08 00:00:00','2-HIGH','Clerk#000000527',0,'regular deposits maintain furiously quickly ironic accounts' +2114,394,'F',174355.42,'1995-01-16 00:00:00','5-LOW','Clerk#000000751',0,'quickly regular pinto' +2115,521,'O',205082.46,'1998-05-23 00:00:00','4-NOT SPECIFIED','Clerk#000000101',0,'even, even notornis use alongside' +2116,112,'F',95169.51,'1994-08-26 00:00:00','1-URGENT','Clerk#000000197',0,'furiously express asymptotes breach carefully express, unusual requ' +2117,110,'O',192557.29,'1997-04-26 00:00:00','2-HIGH','Clerk#000000887',0,'regular dependencies are. furiously quiet requests snooze slyly above' +2118,667,'O',62187.17,'1996-10-09 00:00:00','1-URGENT','Clerk#000000196',0,'unusual accounts enga' +2119,311,'O',48712.32,'1996-08-20 00:00:00','2-HIGH','Clerk#000000434',0,'final, bold packages m' +2144,674,'F',149666.25,'1994-03-29 00:00:00','3-MEDIUM','Clerk#000000546',0,'slyly express requests along the regular, unusual theodolites print ' +2145,668,'F',26488.43,'1992-10-03 00:00:00','1-URGENT','Clerk#000000886',0,'final, silent requests among the boldly regular dep' +2146,589,'F',228334.74,'1992-09-14 00:00:00','4-NOT SPECIFIED','Clerk#000000476',0,'carefully express instructions a' +2147,494,'F',105029.31,'1992-09-06 00:00:00','4-NOT SPECIFIED','Clerk#000000424',0,'special pinto beans use. final accounts believe regular foxes. f' +2148,643,'F',28576.81,'1995-04-19 00:00:00','4-NOT SPECIFIED','Clerk#000000517',0,'blithely final requests x-ray blithely about the blithely bo' +2149,505,'F',133115.60,'1993-03-13 00:00:00','5-LOW','Clerk#000000555',0,'slyly regular accounts was fur' +2150,409,'F',224202.06,'1994-06-03 00:00:00','3-MEDIUM','Clerk#000000154',0,'final packages engage blithely regular requests.' +2151,290,'O',173413.47,'1996-11-11 00:00:00','3-MEDIUM','Clerk#000000996',0,'final accounts sleep alongside of the carefully pending Tiresias. p' +2176,518,'F',140577.49,'1992-11-10 00:00:00','1-URGENT','Clerk#000000195',0,'furiously ironic sentiments past the permanently ironic theodolites unwind' +2177,676,'O',252148.76,'1997-01-20 00:00:00','3-MEDIUM','Clerk#000000161',0,'sly accounts sleep among ' +2178,40,'O',91612.55,'1996-12-12 00:00:00','3-MEDIUM','Clerk#000000656',0,'carefully silent instructions wake according to the fluffil' +2179,205,'O',105632.70,'1996-09-07 00:00:00','2-HIGH','Clerk#000000935',0,'carefully ironic courts boost furiously. packages c' +2180,376,'O',301474.71,'1996-09-14 00:00:00','4-NOT SPECIFIED','Clerk#000000650',0,'blithe requests nag carefully: slyly silent excuses across the blithe' +2181,371,'O',135179.43,'1995-09-13 00:00:00','3-MEDIUM','Clerk#000000814',0,'furiously ironic ideas haggle blithely accordi' +2182,113,'F',171704.77,'1994-04-05 00:00:00','2-HIGH','Clerk#000000071',0,'regular pinto beans integrate among the furiousl' +2183,562,'O',62618.21,'1996-06-22 00:00:00','1-URGENT','Clerk#000000287',0,'quickly regular ideas wake ironic accounts. even, regul' +2208,338,'P',298951.83,'1995-05-01 00:00:00','4-NOT SPECIFIED','Clerk#000000900',0,'blithely express pinto ' +2209,446,'F',183793.14,'1992-07-10 00:00:00','2-HIGH','Clerk#000000056',0,'slyly ruthless pinto beans inside th' +2210,160,'F',41775.91,'1992-01-16 00:00:00','2-HIGH','Clerk#000000941',0,'slyly ironic tithes cajole about the platelets. ' +2211,460,'F',207461.45,'1994-06-30 00:00:00','2-HIGH','Clerk#000000464',0,'carefully ironic dolphins boost across the furiously reg' +2212,583,'F',22275.42,'1994-03-23 00:00:00','3-MEDIUM','Clerk#000000954',0,'slyly bold packages hang fluffily. unusual, regu' +2213,607,'F',197467.29,'1993-01-15 00:00:00','4-NOT SPECIFIED','Clerk#000000598',0,'regular, special theodolites sleep ' +2214,571,'O',234949.97,'1998-05-05 00:00:00','3-MEDIUM','Clerk#000000253',0,'furiously final excuses dazzle. carefully b' +2215,194,'O',139754.76,'1996-06-16 00:00:00','4-NOT SPECIFIED','Clerk#000000817',0,'blithely regular theodolites cajole about the final, bold accou' +2240,277,'F',230524.61,'1992-03-06 00:00:00','4-NOT SPECIFIED','Clerk#000000622',0,'slyly regular requests among the busily unusual deposits caj' +2241,508,'F',241172.10,'1993-05-11 00:00:00','1-URGENT','Clerk#000000081',0,'blithely ruthless accounts dazzle; blithely specia' +2242,409,'O',22284.14,'1997-07-20 00:00:00','4-NOT SPECIFIED','Clerk#000000360',0,'carefully final requests wake furiously slyly final pinto beans. carefully' +2243,241,'O',15626.56,'1995-06-10 00:00:00','2-HIGH','Clerk#000000813',0,'carefully bold platelets boost around the furiously bold deposits. carefully' +2244,634,'F',34748.98,'1993-01-09 00:00:00','1-URGENT','Clerk#000001000',0,'quickly express pinto beans sleep furiously within the final notorni' +2245,283,'F',204682.44,'1993-04-28 00:00:00','3-MEDIUM','Clerk#000000528',0,'dependencies nag. quickly bold d' +2246,562,'O',116650.66,'1996-05-27 00:00:00','4-NOT SPECIFIED','Clerk#000000739',0,'furiously regular reque' +2247,475,'F',22157.24,'1992-08-02 00:00:00','4-NOT SPECIFIED','Clerk#000000947',0,'evenly express ideas around the blithely final soma' +2272,692,'F',166826.25,'1993-04-13 00:00:00','2-HIGH','Clerk#000000449',0,'slyly ironic packages are about the slyly' +2273,673,'O',216210.61,'1996-12-14 00:00:00','5-LOW','Clerk#000000155',0,'braids sleep carefully iro' +2274,520,'F',78660.93,'1993-09-04 00:00:00','4-NOT SPECIFIED','Clerk#000000258',0,'carefully pending accounts cajole slyly ' +2275,742,'F',44994.70,'1992-10-22 00:00:00','4-NOT SPECIFIED','Clerk#000000206',0,'ruthless, ironic instructions affix blithely. bold, regular re' +2276,208,'O',215903.31,'1996-04-29 00:00:00','4-NOT SPECIFIED','Clerk#000000821',0,'blithely ironic accounts i' +2277,445,'F',123441.20,'1995-01-02 00:00:00','4-NOT SPECIFIED','Clerk#000000385',0,'fluffily regular requests wake quickly.' +2278,703,'O',125361.01,'1998-04-25 00:00:00','3-MEDIUM','Clerk#000000186',0,'fluffily regular requests are even requests. spec' +2279,397,'F',185672.31,'1993-02-23 00:00:00','3-MEDIUM','Clerk#000000898',0,'even asymptotes sleep silent, regular accounts. ironic ideas doubt along th' +2304,226,'F',131719.22,'1994-01-07 00:00:00','4-NOT SPECIFIED','Clerk#000000415',0,'ironic, silent accounts boost furiously final braids. c' +2305,211,'F',172413.29,'1993-01-26 00:00:00','2-HIGH','Clerk#000000440',0,'special, pending foxes use slyly against the slyly bold excuses.' +2306,134,'O',390650.77,'1995-07-26 00:00:00','2-HIGH','Clerk#000000975',0,'carefully regular accounts believe against the unu' +2307,521,'F',90636.23,'1993-06-29 00:00:00','5-LOW','Clerk#000000952',0,'requests ought to us' +2308,121,'F',77676.54,'1992-10-25 00:00:00','4-NOT SPECIFIED','Clerk#000000609',0,'even packages haggle blithely across the fluffily ir' +2309,499,'O',228217.83,'1995-09-04 00:00:00','5-LOW','Clerk#000000803',0,'bold, final instructions use slyly final, final foxes. final accounts' +2310,152,'O',102522.98,'1996-09-20 00:00:00','5-LOW','Clerk#000000917',0,'special, special deposits are after the ' +2311,359,'P',206124.27,'1995-05-02 00:00:00','2-HIGH','Clerk#000000761',0,'excuses cajole around the furiou' +2336,707,'O',37972.80,'1996-01-07 00:00:00','4-NOT SPECIFIED','Clerk#000000902',0,'requests wake-- unusual realms cajole. special requ' +2337,701,'O',54370.64,'1997-06-18 00:00:00','4-NOT SPECIFIED','Clerk#000000754',0,'slyly special requests above the final, ironic accounts lose fluffily among ' +2338,697,'O',34194.93,'1997-09-15 00:00:00','2-HIGH','Clerk#000000951',0,'carefully regular deposits are. boldly fluffy accoun' +2339,542,'F',89828.88,'1993-12-15 00:00:00','5-LOW','Clerk#000000847',0,'carefully final accounts across the express pinto beans cajole slyly ironic' +2340,323,'O',50996.53,'1996-01-12 00:00:00','1-URGENT','Clerk#000000964',0,'regular instructions use s' +2341,409,'F',74964.19,'1993-05-30 00:00:00','5-LOW','Clerk#000000443',0,'blithe packages after the furiously fi' +2342,184,'O',150119.78,'1996-06-09 00:00:00','1-URGENT','Clerk#000000615',0,'slyly express frays' +2343,356,'O',122191.86,'1995-08-21 00:00:00','3-MEDIUM','Clerk#000000170',0,'packages detect blithely about the slyly r' +2368,65,'F',144854.86,'1993-08-20 00:00:00','1-URGENT','Clerk#000000830',0,'special accounts against the blithely regular' +2369,550,'O',105476.06,'1996-12-24 00:00:00','2-HIGH','Clerk#000000752',0,'blithely regular ideas cajole quickly fluffily regular packages. regular, f' +2370,703,'F',82567.09,'1994-01-17 00:00:00','1-URGENT','Clerk#000000231',0,'evenly final requests' +2371,94,'O',262759.18,'1998-01-07 00:00:00','1-URGENT','Clerk#000000028',0,'regular requests ha' +2372,146,'O',135228.64,'1997-11-21 00:00:00','5-LOW','Clerk#000000342',0,'pinto beans eat enticingly excuses. blithely iron' +2373,133,'F',87142.45,'1994-03-12 00:00:00','4-NOT SPECIFIED','Clerk#000000306',0,'slyly bold pinto beans use furio' +2374,20,'F',157592.44,'1993-10-29 00:00:00','4-NOT SPECIFIED','Clerk#000000081',0,'final, final packages haggle quickly after the special ' +2375,25,'O',143821.96,'1996-11-20 00:00:00','3-MEDIUM','Clerk#000000197',0,'carefully ironic deposits beyond the regular accounts slee' +2400,182,'O',119660.45,'1998-07-25 00:00:00','5-LOW','Clerk#000000782',0,'slyly pending foxes' +2401,739,'O',118129.52,'1997-07-29 00:00:00','4-NOT SPECIFIED','Clerk#000000531',0,'unusual accounts across the bold theodolites a' +2402,329,'O',100780.85,'1996-09-06 00:00:00','4-NOT SPECIFIED','Clerk#000000162',0,'quickly even dependencies above the bo' +2403,272,'O',158063.13,'1998-04-11 00:00:00','3-MEDIUM','Clerk#000000820',0,'ironic packages wake caref' +2404,385,'O',136109.34,'1997-03-13 00:00:00','4-NOT SPECIFIED','Clerk#000000409',0,'carefully regular requests nag furiously furiously reg' +2405,358,'O',144227.42,'1996-12-23 00:00:00','3-MEDIUM','Clerk#000000535',0,'furiously ironic packages are carefully. quickly silent depo' +2406,34,'O',253328.33,'1996-10-28 00:00:00','5-LOW','Clerk#000000561',0,'enticing accounts haggle f' +2407,268,'O',166668.67,'1998-06-19 00:00:00','2-HIGH','Clerk#000000068',0,'blithely even ideas are after th' +2432,511,'O',79717.45,'1996-07-13 00:00:00','1-URGENT','Clerk#000000115',0,'furiously final ideas among the slyly ironic packages cajole carefully sil' +2433,151,'F',217046.76,'1994-08-22 00:00:00','4-NOT SPECIFIED','Clerk#000000324',0,'furiously ironic packages wake carefully above the ru' +2434,119,'O',192607.83,'1997-04-27 00:00:00','3-MEDIUM','Clerk#000000190',0,'even excuses snooze carefully. slyly ironic foxes alo' +2435,358,'F',155250.19,'1993-02-21 00:00:00','5-LOW','Clerk#000000112',0,'final, regular foxes nag. carefully even platelets sleep fluffily! iro' +2436,625,'O',115181.83,'1995-09-11 00:00:00','4-NOT SPECIFIED','Clerk#000000549',0,'final foxes cajole after the' +2437,422,'F',189314.75,'1993-04-21 00:00:00','4-NOT SPECIFIED','Clerk#000000578',0,'pending deposits integrate fluffily along the regula' +2438,64,'F',330862.82,'1993-07-15 00:00:00','2-HIGH','Clerk#000000744',0,'carefully regular accounts cajole fluffily regular dep' +2439,271,'O',70590.87,'1997-03-15 00:00:00','2-HIGH','Clerk#000000819',0,'ruthlessly express ideas affix furiously. slyly ironi' +2464,725,'O',40911.36,'1997-11-23 00:00:00','5-LOW','Clerk#000000633',0,'carefully regular foxes cajo' +2465,163,'O',241357.92,'1995-06-24 00:00:00','1-URGENT','Clerk#000000078',0,'ironic, pending deposi' +2466,91,'F',222040.76,'1994-03-06 00:00:00','1-URGENT','Clerk#000000424',0,'slyly final deposits accordi' +2467,172,'O',10959.62,'1995-07-16 00:00:00','4-NOT SPECIFIED','Clerk#000000914',0,'pending frays haggle blithely slyly expr' +2468,556,'O',229523.97,'1997-06-09 00:00:00','4-NOT SPECIFIED','Clerk#000000260',0,'even dependencies wake: ironic, speci' +2469,616,'O',258584.79,'1996-11-26 00:00:00','5-LOW','Clerk#000000730',0,'idly bold accounts use' +2470,283,'O',152890.65,'1997-04-19 00:00:00','3-MEDIUM','Clerk#000000452',0,'even accounts cajole about the fina' +2471,442,'O',46876.88,'1998-03-12 00:00:00','4-NOT SPECIFIED','Clerk#000000860',0,'regular excuses are fluffily above the requests. fu' +2496,671,'F',194595.83,'1994-01-09 00:00:00','2-HIGH','Clerk#000000142',0,'slyly bold accounts un' +2497,235,'F',233700.85,'1992-08-27 00:00:00','1-URGENT','Clerk#000000977',0,'final ideas across the furiously pending accounts' +2498,481,'F',70365.76,'1993-11-08 00:00:00','5-LOW','Clerk#000000373',0,'carefully unusual packages detect slyly. blithely final requests are.' +2499,605,'O',212665.15,'1995-09-24 00:00:00','1-URGENT','Clerk#000000277',0,'ironic packages wake carefully about the blithely even requests. ironic' +2500,665,'F',184521.26,'1992-08-15 00:00:00','2-HIGH','Clerk#000000447',0,'daring frets boost slyly at the furiously daring foxes. furiously regular acc' +2501,334,'O',106079.36,'1997-05-25 00:00:00','5-LOW','Clerk#000000144',0,'slyly unusual tithes sleep furiously ruthless packages. even account' +2502,347,'F',53891.19,'1993-05-28 00:00:00','4-NOT SPECIFIED','Clerk#000000914',0,'furiously unusual pinto beans detect. quickly silent dugou' +2503,34,'F',244728.98,'1993-06-20 00:00:00','3-MEDIUM','Clerk#000000294',0,'final accounts above the' +2528,275,'F',127564.15,'1994-11-20 00:00:00','1-URGENT','Clerk#000000789',0,'blithely even asymptotes may cajole from the fu' +2529,676,'O',6188.12,'1996-08-20 00:00:00','2-HIGH','Clerk#000000511',0,'carefully unusual pinto beans cajole accounts. carefully' +2530,637,'F',78984.16,'1994-03-21 00:00:00','3-MEDIUM','Clerk#000000291',0,'requests cajole. quickly regular s' +2531,217,'O',215254.07,'1996-05-06 00:00:00','4-NOT SPECIFIED','Clerk#000000095',0,'silent deposits across the bold' +2532,469,'O',168917.00,'1995-10-11 00:00:00','2-HIGH','Clerk#000000498',0,'quiet, unusual warthogs' +2533,248,'O',248484.18,'1997-03-24 00:00:00','1-URGENT','Clerk#000000594',0,'finally regular depo' +2534,377,'O',262905.89,'1996-07-17 00:00:00','3-MEDIUM','Clerk#000000332',0,'bold, regular foxes around the ironic' +2535,601,'F',102624.51,'1993-05-25 00:00:00','5-LOW','Clerk#000000296',0,'carefully even requests along the carefully special foxes affix furio' +2560,655,'F',203401.16,'1992-09-05 00:00:00','1-URGENT','Clerk#000000538',0,'carefully ironic platelets a' +2561,286,'O',194705.39,'1997-11-14 00:00:00','1-URGENT','Clerk#000000861',0,'never even dependencies are against the ironic requests. ideas detect care' +2562,41,'F',192319.36,'1992-08-01 00:00:00','1-URGENT','Clerk#000000467',0,'fluffily final requests haggle quickly ' +2563,307,'F',229691.84,'1993-11-19 00:00:00','4-NOT SPECIFIED','Clerk#000000150',0,'regular, ironic packages use. slyly even' +2564,382,'F',5713.59,'1994-09-09 00:00:00','2-HIGH','Clerk#000000718',0,'even platelets grow slyly aft' +2565,277,'O',300703.37,'1998-02-28 00:00:00','3-MEDIUM','Clerk#000000032',0,'quickly special pinto beans hang furiously. ideas affix fu' +2566,428,'F',132995.16,'1992-10-10 00:00:00','3-MEDIUM','Clerk#000000414',0,'express, even ideas nod after the even, iro' +2567,347,'O',371417.79,'1998-02-27 00:00:00','2-HIGH','Clerk#000000031',0,'furiously regular requests wake above the slyly ironic p' +2592,503,'F',11054.29,'1993-03-05 00:00:00','4-NOT SPECIFIED','Clerk#000000524',0,'blithely regular accounts about the final d' +2593,457,'F',201864.29,'1993-09-04 00:00:00','2-HIGH','Clerk#000000468',0,'slyly final deposits cajole carefully care' +2594,388,'F',143180.70,'1992-12-17 00:00:00','1-URGENT','Clerk#000000550',0,'special theodolites haggle qui' +2595,370,'O',232514.48,'1995-12-14 00:00:00','4-NOT SPECIFIED','Clerk#000000222',0,'blithely regular theodolites' +2596,212,'O',108527.84,'1996-08-17 00:00:00','1-URGENT','Clerk#000000242',0,'even dependencies haggle quickly foxes! furiously bold in' +2597,518,'F',29449.23,'1993-02-04 00:00:00','2-HIGH','Clerk#000000757',0,'furiously final accounts nag furiously carefully regular deposits. ironic f' +2598,560,'O',116290.67,'1996-03-05 00:00:00','3-MEDIUM','Clerk#000000391',0,'regular theodolites boost furiously. re' +2599,742,'O',82322.92,'1996-11-07 00:00:00','2-HIGH','Clerk#000000722',0,'closely regular accounts are. pending accounts print quickly. ir' +2624,256,'O',39478.94,'1996-11-28 00:00:00','5-LOW','Clerk#000000930',0,'furiously unusual ideas integrate slyly. sil' +2625,191,'F',42681.82,'1992-10-14 00:00:00','4-NOT SPECIFIED','Clerk#000000386',0,'quickly regular ideas nod carefully fluffily special packages' +2626,686,'O',114348.31,'1995-09-08 00:00:00','4-NOT SPECIFIED','Clerk#000000289',0,'furiously pending theodolites are above the c' +2627,743,'F',40378.74,'1992-03-24 00:00:00','3-MEDIUM','Clerk#000000181',0,'even dependencies use blithely regular platelets. furiously ironic deposit' +2628,277,'F',225545.06,'1993-10-22 00:00:00','5-LOW','Clerk#000000836',0,'accounts are. fluffy deposits cajole slyly ' +2629,686,'O',137156.01,'1998-04-06 00:00:00','5-LOW','Clerk#000000680',0,'slyly express requests w' +2630,421,'F',183124.12,'1992-10-24 00:00:00','5-LOW','Clerk#000000712',0,'ironic packages nag slyly after the express, regular courts. ruthless, unusual' +2631,176,'F',92236.71,'1993-09-24 00:00:00','5-LOW','Clerk#000000833',0,'fluffily pending ideas are carefully special accounts. slyly silent request' +2656,383,'F',150165.09,'1993-05-04 00:00:00','1-URGENT','Clerk#000000307',0,'ironic, regular pinto beans at the ironic dependencie' +2657,124,'O',215489.74,'1995-10-17 00:00:00','2-HIGH','Clerk#000000160',0,'never express theodolites haggle closely. fluffily enticing req' +2658,67,'O',213840.25,'1995-09-23 00:00:00','3-MEDIUM','Clerk#000000400',0,'excuses maintain blithely about the furiously unusual' +2659,412,'F',101865.12,'1993-12-18 00:00:00','4-NOT SPECIFIED','Clerk#000000758',0,'carefully permanent accounts cajole carefully regularly special pinto be' +2660,632,'O',20335.25,'1995-08-05 00:00:00','5-LOW','Clerk#000000480',0,'theodolites against the blit' +2661,370,'O',160793.01,'1997-01-04 00:00:00','3-MEDIUM','Clerk#000000217',0,'fluffily regular package' +2662,185,'O',113126.65,'1996-08-21 00:00:00','3-MEDIUM','Clerk#000000589',0,'final excuses use. bold d' +2663,472,'O',50840.67,'1995-09-06 00:00:00','1-URGENT','Clerk#000000950',0,'carefully even packages use blithely. car' +2688,487,'F',228022.61,'1992-01-24 00:00:00','2-HIGH','Clerk#000000720',0,'never final packages across the slyly unusual p' +2689,508,'F',42608.57,'1992-04-09 00:00:00','4-NOT SPECIFIED','Clerk#000000698',0,'bold, special packages along the slyly' +2690,469,'O',316808.37,'1996-03-31 00:00:00','3-MEDIUM','Clerk#000000760',0,'foxes cajole furiously fluffily express theodolit' +2691,31,'F',44933.80,'1992-04-30 00:00:00','5-LOW','Clerk#000000439',0,'ironic requests dazzle fl' +2692,310,'O',34165.14,'1997-12-02 00:00:00','3-MEDIUM','Clerk#000000878',0,'blithely ruthless instructions nag blithely accordi' +2693,86,'O',84748.89,'1996-09-04 00:00:00','1-URGENT','Clerk#000000370',0,'even ideas cajole at the deposits. ideas about the bold platelets a' +2694,596,'O',149167.56,'1996-03-14 00:00:00','5-LOW','Clerk#000000722',0,'blithely regular ac' +2695,283,'O',186251.97,'1996-08-20 00:00:00','1-URGENT','Clerk#000000697',0,'regular deposits play according to the ironic packages. fi' +2720,151,'F',219729.45,'1993-06-08 00:00:00','1-URGENT','Clerk#000000948',0,'blithely silent theodolites haggle carefully. carefully ironic fo' +2721,388,'O',97873.13,'1996-01-27 00:00:00','2-HIGH','Clerk#000000401',0,'unusual, even theodolites ca' +2722,175,'F',70677.46,'1994-04-09 00:00:00','5-LOW','Clerk#000000638',0,'carefully bold attain' +2723,296,'O',133220.25,'1995-10-06 00:00:00','5-LOW','Clerk#000000836',0,'theodolites use slyly regular foxes. excuses against the final a' +2724,685,'F',165245.25,'1994-09-14 00:00:00','2-HIGH','Clerk#000000217',0,'blithely silent requests at the slowly final ' +2725,442,'F',97305.52,'1994-05-21 00:00:00','4-NOT SPECIFIED','Clerk#000000835',0,'requests cajole fluffily. fluffily final packages ha' +2726,29,'F',47912.00,'1992-11-27 00:00:00','5-LOW','Clerk#000000470',0,'final, ironic foxes integr' +2727,370,'O',4866.41,'1998-04-19 00:00:00','4-NOT SPECIFIED','Clerk#000000879',0,'regular, bold packages nag furiously above the blithely spec' +2752,292,'F',250969.53,'1993-11-19 00:00:00','2-HIGH','Clerk#000000648',0,'furiously even packages along the ironi' +2753,77,'F',216330.92,'1993-11-30 00:00:00','2-HIGH','Clerk#000000380',0,'furiously special dugouts after the fur' +2754,719,'F',42661.43,'1994-04-03 00:00:00','2-HIGH','Clerk#000000960',0,'unusual, special packag' +2755,589,'F',138513.25,'1992-02-07 00:00:00','4-NOT SPECIFIED','Clerk#000000177',0,'furiously unusual instructions use carefully slyly stealthy fo' +2756,583,'F',195508.63,'1994-04-18 00:00:00','1-URGENT','Clerk#000000537',0,'express dolphins sleep. slyly ironic accounts sleep furiously regular pack' +2757,379,'O',126615.20,'1995-07-20 00:00:00','2-HIGH','Clerk#000000216',0,'furiously unusual foxes use regular, pendin' +2758,206,'O',48138.95,'1998-07-12 00:00:00','5-LOW','Clerk#000000863',0,'quickly regular requests nag carefully against the ironic asymptotes. ' +2759,580,'F',117688.72,'1993-11-25 00:00:00','4-NOT SPECIFIED','Clerk#000000071',0,'pending, pending pinto beans are fluffily unusual d' +2784,472,'O',143967.82,'1998-01-07 00:00:00','1-URGENT','Clerk#000000540',0,'blithely pending platelets among the fluffily regular dolphins boost' +2785,731,'O',176391.99,'1995-07-21 00:00:00','2-HIGH','Clerk#000000098',0,'ironically express packages detect quickly. ironic, quiet requests haggle; ca' +2786,394,'F',242868.26,'1992-03-22 00:00:00','2-HIGH','Clerk#000000976',0,'pending requests use. theodolites alongside of the unusual requests ' +2787,515,'O',4245.83,'1995-09-30 00:00:00','1-URGENT','Clerk#000000906',0,'theodolites are even, pending deposits-- blithely final asymptotes wake f' +2788,617,'F',28407.43,'1994-09-22 00:00:00','1-URGENT','Clerk#000000641',0,'ironic deposits sleep slyly among th' +2789,181,'O',308513.93,'1998-03-14 00:00:00','2-HIGH','Clerk#000000972',0,'carefully unusual senti' +2790,125,'F',263474.85,'1994-08-19 00:00:00','2-HIGH','Clerk#000000679',0,'regular instructions integrate ru' +2791,604,'F',214697.04,'1994-10-10 00:00:00','2-HIGH','Clerk#000000662',0,'even, express deposits a' +2816,284,'F',54701.13,'1994-09-20 00:00:00','2-HIGH','Clerk#000000289',0,'regular, regular requests across the deposits use blithely among the idly unu' +2817,199,'F',105771.53,'1994-04-19 00:00:00','3-MEDIUM','Clerk#000000982',0,'busily bold foxes haggle ev' +2818,241,'F',155395.71,'1994-12-12 00:00:00','3-MEDIUM','Clerk#000000413',0,'furiously unusual frets wake carefully' +2819,511,'F',83336.27,'1994-05-05 00:00:00','1-URGENT','Clerk#000000769',0,'carefully final foxes are fluffil' +2820,91,'F',230168.64,'1994-05-20 00:00:00','3-MEDIUM','Clerk#000000807',0,'slyly ironic foxes nag slyly. fin' +2821,583,'F',58226.93,'1993-08-09 00:00:00','3-MEDIUM','Clerk#000000323',0,'regular requests wake. blithely even requests cajole ' +2822,394,'F',63192.91,'1993-07-26 00:00:00','2-HIGH','Clerk#000000510',0,'slyly final sheaves use car' +2823,391,'O',252665.44,'1995-09-09 00:00:00','2-HIGH','Clerk#000000567',0,'bold requests cajole regular packag' +2848,346,'F',168794.45,'1992-03-10 00:00:00','1-URGENT','Clerk#000000256',0,'foxes cajole carefully pending, fina' +2849,229,'O',244345.94,'1996-04-30 00:00:00','2-HIGH','Clerk#000000659',0,'slowly special theodolites according to the ' +2850,496,'O',174836.28,'1996-10-02 00:00:00','2-HIGH','Clerk#000000392',0,'final asymptotes haggle slyly regular accoun' +2851,724,'O',12287.84,'1997-09-07 00:00:00','5-LOW','Clerk#000000566',0,'special, special accounts sleep. slyly ir' +2852,446,'F',146573.88,'1993-01-16 00:00:00','1-URGENT','Clerk#000000740',0,'slyly even ideas shall have to sleep. furiou' +2853,466,'F',162294.37,'1994-05-05 00:00:00','2-HIGH','Clerk#000000878',0,'regularly ironic dependencies wake carefully across the blithely express' +2854,692,'F',235943.71,'1994-06-27 00:00:00','1-URGENT','Clerk#000000010',0,'slyly ironic asymptotes along the carefully final id' +2855,241,'F',55120.79,'1993-04-04 00:00:00','4-NOT SPECIFIED','Clerk#000000973',0,'furiously ironic instru' +2880,40,'F',187638.44,'1992-03-15 00:00:00','2-HIGH','Clerk#000000756',0,'blithely silent packages a' +2881,493,'F',68793.97,'1992-05-10 00:00:00','5-LOW','Clerk#000000864',0,'blithely regular deposits are according to the silent requests. fu' +2882,601,'O',240441.17,'1995-08-22 00:00:00','2-HIGH','Clerk#000000891',0,'ironic dependencies cajole furiously furiously regular accounts? furiousl' +2883,604,'F',255952.42,'1995-01-23 00:00:00','5-LOW','Clerk#000000180',0,'blithely even excuses nag quickly. deposits after the blithe' +2884,457,'O',97970.64,'1997-10-12 00:00:00','3-MEDIUM','Clerk#000000780',0,'furiously bold theodolites among the ironic, pending accounts' +2885,31,'F',190364.75,'1992-09-19 00:00:00','4-NOT SPECIFIED','Clerk#000000280',0,'blithely bold deposits are. fluffily perman' +2886,538,'F',148891.33,'1994-11-13 00:00:00','4-NOT SPECIFIED','Clerk#000000619',0,'warhorses sleep blithely busi' +2887,538,'O',39479.79,'1997-05-26 00:00:00','5-LOW','Clerk#000000566',0,'requests are. pending, pending hockey players sleep against the dependencie' +2912,461,'F',40444.65,'1992-03-12 00:00:00','5-LOW','Clerk#000000186',0,'carefully regular foxes across the platelets ' +2913,212,'O',189543.12,'1997-07-12 00:00:00','3-MEDIUM','Clerk#000000118',0,'express packages are. requests cajole. bo' +2914,536,'F',87752.59,'1993-03-03 00:00:00','3-MEDIUM','Clerk#000000543',0,'slyly final requests cajole slyly. stea' +2915,463,'F',139701.08,'1994-03-31 00:00:00','5-LOW','Clerk#000000410',0,'accounts use furiously' +2916,37,'O',26963.77,'1995-12-27 00:00:00','2-HIGH','Clerk#000000681',0,'regular dependencies use blithely. even, regular pinto be' +2917,454,'O',130217.17,'1997-12-09 00:00:00','4-NOT SPECIFIED','Clerk#000000061',0,'carefully regular frays behind ' +2918,589,'O',28663.87,'1996-09-08 00:00:00','3-MEDIUM','Clerk#000000439',0,'blithely ironic escapades are furiously ac' +2919,263,'F',187181.14,'1993-12-10 00:00:00','2-HIGH','Clerk#000000209',0,'bold, final instructions haggle carefully. fluffily fina' +2944,68,'O',188576.71,'1997-09-24 00:00:00','4-NOT SPECIFIED','Clerk#000000740',0,'carefully pending dependencies wake quickly blithely furious asymptot' +2945,142,'O',311233.07,'1996-01-03 00:00:00','2-HIGH','Clerk#000000499',0,'ruthlessly even pinto bean' +2946,622,'O',122058.32,'1996-02-05 00:00:00','5-LOW','Clerk#000000329',0,'slyly special deposits maintain carefully bold accounts. express account' +2947,349,'P',52025.80,'1995-04-26 00:00:00','1-URGENT','Clerk#000000464',0,'even, regular excuses are slyly' +2948,220,'F',142734.82,'1994-08-23 00:00:00','5-LOW','Clerk#000000701',0,'even instructions us' +2949,682,'F',136668.05,'1994-04-12 00:00:00','2-HIGH','Clerk#000000184',0,'furiously express ideas use slyly blithely furious packages. slyly iro' +2950,673,'O',269722.46,'1997-07-06 00:00:00','1-URGENT','Clerk#000000833',0,'final, regular pack' +2951,370,'O',187526.31,'1996-02-06 00:00:00','2-HIGH','Clerk#000000680',0,'final pinto beans haggle carefully. slyly re' +2976,142,'F',175499.09,'1993-12-10 00:00:00','4-NOT SPECIFIED','Clerk#000000159',0,'furiously special accoun' +2977,356,'O',32417.24,'1996-08-27 00:00:00','3-MEDIUM','Clerk#000000252',0,'carefully bold pinto be' +2978,220,'P',184426.43,'1995-05-03 00:00:00','1-URGENT','Clerk#000000135',0,'even theodolites are furiously after the blithely bold accounts. ironic depe' +2979,665,'O',163904.59,'1996-03-23 00:00:00','3-MEDIUM','Clerk#000000820',0,'furiously special sentiments believe fluffily. regu' +2980,19,'O',244991.22,'1996-09-14 00:00:00','3-MEDIUM','Clerk#000000661',0,'unusual packages affix blithely. regular instructions acros' +2981,238,'O',46293.65,'1998-07-29 00:00:00','5-LOW','Clerk#000000299',0,'theodolites alongside of the furiously final' +2982,422,'F',76336.75,'1995-03-19 00:00:00','2-HIGH','Clerk#000000402',0,'slyly pending deposits sleep. ironic instructions detect a' +2983,307,'F',89552.88,'1992-01-07 00:00:00','1-URGENT','Clerk#000000278',0,'fluffily bold platelets integrate according to the instructions. pe' +3008,197,'O',212634.75,'1995-11-08 00:00:00','3-MEDIUM','Clerk#000000701',0,'express foxes for the unusual deposi' +3009,272,'O',157392.45,'1997-02-28 00:00:00','1-URGENT','Clerk#000000205',0,'carefully final accounts use quickly blithely ironic requests. blithely q' +3010,38,'O',194699.31,'1996-01-26 00:00:00','2-HIGH','Clerk#000000931',0,'ironic packages boost fluffily furiously regular requests.' +3011,449,'F',70059.17,'1992-01-14 00:00:00','5-LOW','Clerk#000000515',0,'slyly ironic pinto beans boost. blithely regular accounts haggle' +3012,157,'F',152775.61,'1993-05-05 00:00:00','1-URGENT','Clerk#000000414',0,'carefully ironic warthogs cajole quickly silen' +3013,712,'O',225470.25,'1997-02-05 00:00:00','5-LOW','Clerk#000000591',0,'ironic packages after the furi' +3014,145,'F',280246.78,'1992-10-30 00:00:00','4-NOT SPECIFIED','Clerk#000000476',0,'blithely final accounts after the ideas cajole carefully p' +3015,508,'F',156417.75,'1992-09-27 00:00:00','5-LOW','Clerk#000000013',0,'blithely ruthless deposits sleep quietly ideas. fluffily ironic theodolite' +3040,554,'F',154271.88,'1993-04-12 00:00:00','3-MEDIUM','Clerk#000000544',0,'regular accounts cajole. final waters against the fluffily regular foxe' +3041,563,'O',34142.27,'1997-06-03 00:00:00','5-LOW','Clerk#000000092',0,'quietly ironic packages will use according to the daring requests. carefully' +3042,100,'F',133312.17,'1994-11-21 00:00:00','3-MEDIUM','Clerk#000000573',0,'ironically ironic packages' +3043,217,'F',93861.19,'1992-04-25 00:00:00','5-LOW','Clerk#000000137',0,'blithely regular pinto beans abo' +3044,265,'O',61587.10,'1996-04-03 00:00:00','2-HIGH','Clerk#000000008',0,'silent, ironic accounts nag furiously blithely pending courts' +3045,250,'O',112836.89,'1995-09-27 00:00:00','1-URGENT','Clerk#000000405',0,'final, ironic ideas against the stealthily silent theodolites hag' +3046,157,'O',141274.61,'1995-11-30 00:00:00','2-HIGH','Clerk#000000522',0,'fluffily silent deposits haggle furiously a' +3047,124,'O',45865.33,'1997-03-21 00:00:00','1-URGENT','Clerk#000000962',0,'blithely ironic she' +3072,113,'F',119820.37,'1994-01-30 00:00:00','4-NOT SPECIFIED','Clerk#000000370',0,'final tithes sleep carefully regular, ironic packages. carefully pendi' +3073,677,'F',199219.10,'1994-01-08 00:00:00','3-MEDIUM','Clerk#000000404',0,'theodolites haggle blithely. slyly final instructions about the f' +3074,329,'F',114113.52,'1992-11-01 00:00:00','5-LOW','Clerk#000000546',0,'deposits sublate qu' +3075,626,'F',39525.66,'1994-05-07 00:00:00','3-MEDIUM','Clerk#000000433',0,'quietly final ideas must have to cajole furiously u' +3076,457,'F',118483.83,'1993-07-23 00:00:00','2-HIGH','Clerk#000000099',0,'accounts wake among the quickly final pinto beans' +3077,604,'O',135293.49,'1997-08-06 00:00:00','2-HIGH','Clerk#000000228',0,'slyly unusual tithes according to the ironic, ironic accounts c' +3078,238,'F',66037.38,'1993-02-12 00:00:00','2-HIGH','Clerk#000000110',0,'fluffily even excuses br' +3079,493,'O',205825.76,'1997-09-12 00:00:00','5-LOW','Clerk#000000505',0,'quickly pending dolphins across the blithely silent ' +3104,346,'F',123203.65,'1993-09-16 00:00:00','3-MEDIUM','Clerk#000000871',0,'quickly slow packages along the furiously express pinto beans thrash slyly' +3105,683,'O',157089.36,'1996-11-13 00:00:00','4-NOT SPECIFIED','Clerk#000000772',0,'blithely bold sauternes haggle. warhorses wake alongside of the care' +3106,724,'O',183618.57,'1997-01-12 00:00:00','3-MEDIUM','Clerk#000000729',0,'deposits haggle slyly special accounts. regul' +3107,127,'O',162892.23,'1997-08-21 00:00:00','1-URGENT','Clerk#000000669',0,'slyly regular courts print. instructions s' +3108,422,'F',95758.43,'1993-08-05 00:00:00','1-URGENT','Clerk#000000574',0,'furiously unusual dependenci' +3109,611,'F',316317.49,'1993-07-24 00:00:00','5-LOW','Clerk#000000936',0,'carefully regular accounts eat furiously ironic, daring re' +3110,437,'F',145716.08,'1994-12-17 00:00:00','2-HIGH','Clerk#000000564',0,'regular dolphins nag blithely fluffily fin' +3111,664,'O',220518.19,'1995-08-25 00:00:00','5-LOW','Clerk#000000922',0,'evenly ironic packages lose quickly. slyly even requests solve. blithely reg' +3136,115,'F',217018.74,'1994-08-10 00:00:00','4-NOT SPECIFIED','Clerk#000000891',0,'special pinto beans are furiously final accounts-- ironic ac' +3137,671,'O',9090.96,'1995-07-26 00:00:00','3-MEDIUM','Clerk#000000063',0,'furiously ironic instructions affix abou' +3138,695,'F',201957.44,'1994-02-09 00:00:00','4-NOT SPECIFIED','Clerk#000000650',0,'slyly final excuses nag silent, bold platele' +3139,83,'F',47826.07,'1992-01-02 00:00:00','3-MEDIUM','Clerk#000000855',0,'slyly even pinto beans above the ca' +3140,725,'F',72196.82,'1992-04-09 00:00:00','1-URGENT','Clerk#000000670',0,'pending pinto beans about the furiously bold cou' +3141,127,'O',149602.81,'1995-11-10 00:00:00','1-URGENT','Clerk#000000475',0,'packages cajole carefully. slowly ruthless excuses boost furiousl' +3142,37,'F',23533.12,'1992-06-28 00:00:00','3-MEDIUM','Clerk#000000043',0,'even, permanent requests wake quickly among t' +3143,535,'F',202150.88,'1993-02-17 00:00:00','1-URGENT','Clerk#000000519',0,'regular, special sauternes a' +3168,679,'F',94609.34,'1992-01-30 00:00:00','5-LOW','Clerk#000000352',0,'bold, ironic excuses are slowly pending ideas. quickly bold platelets a' +3169,91,'F',188367.17,'1993-12-21 00:00:00','3-MEDIUM','Clerk#000000252',0,'quickly silent packages are blithely slyly even ' +3170,22,'O',253947.80,'1997-11-09 00:00:00','1-URGENT','Clerk#000000288',0,'ironic, unusual multipliers after the packag' +3171,233,'F',118947.65,'1993-04-06 00:00:00','5-LOW','Clerk#000000940',0,'furiously special accounts along the ' +3172,442,'F',178083.08,'1992-06-03 00:00:00','4-NOT SPECIFIED','Clerk#000000771',0,'bold accounts wake furiously ironic pinto beans.' +3173,731,'O',102528.56,'1996-08-10 00:00:00','5-LOW','Clerk#000000516',0,'furiously even asymptotes subla' +3174,632,'O',133178.65,'1995-11-15 00:00:00','5-LOW','Clerk#000000663',0,'furiously ironic deposits use qui' +3175,220,'F',262050.12,'1994-07-15 00:00:00','5-LOW','Clerk#000000629',0,'even, pending excuses wa' +3200,61,'O',203549.00,'1996-02-07 00:00:00','1-URGENT','Clerk#000000020',0,'slyly ironic foxes use alongside of the idly ironic deposits. carefully en' +3201,476,'F',130353.06,'1993-07-02 00:00:00','4-NOT SPECIFIED','Clerk#000000738',0,'furiously pending pinto beans against the quickly final accounts hinder ' +3202,434,'F',72733.36,'1992-12-24 00:00:00','5-LOW','Clerk#000000067',0,'slyly regular asymptotes among the instructions nod furio' +3203,631,'O',79880.10,'1997-11-05 00:00:00','2-HIGH','Clerk#000000493',0,'slyly express requests are bold platelets. regular, specia' +3204,44,'F',42977.20,'1992-12-26 00:00:00','1-URGENT','Clerk#000000693',0,'even accounts across the final, pend' +3205,733,'F',205836.80,'1992-04-11 00:00:00','5-LOW','Clerk#000000803',0,'fluffily express platelets are according to the deposits. express pinto be' +3206,607,'O',99692.27,'1996-08-09 00:00:00','1-URGENT','Clerk#000000755',0,'slyly unusual instructions sleep car' +3207,103,'O',178903.72,'1998-02-16 00:00:00','1-URGENT','Clerk#000000695',0,'final instructions wake among' +3232,406,'F',76560.07,'1992-10-09 00:00:00','1-URGENT','Clerk#000000314',0,'blithely unusual accounts above the daringly bold tithes hagg' +3233,700,'F',64401.77,'1994-10-24 00:00:00','5-LOW','Clerk#000000470',0,'quickly ironic asymptotes affix quickly inside the ironic packages. b' +3234,70,'O',207014.44,'1996-04-05 00:00:00','4-NOT SPECIFIED','Clerk#000000367',0,'dependencies haggle along the even' +3235,224,'O',156489.70,'1995-11-15 00:00:00','5-LOW','Clerk#000000349',0,'unusual, regular platelets ' +3236,703,'O',57988.96,'1996-11-06 00:00:00','4-NOT SPECIFIED','Clerk#000000553',0,'ironic requests mold slowly dep' +3237,91,'F',11004.57,'1992-06-03 00:00:00','1-URGENT','Clerk#000000606',0,'furiously even requests was furiously. regular' +3238,305,'F',63799.53,'1993-02-21 00:00:00','5-LOW','Clerk#000000818',0,'bold dependencies haggle sly' +3239,172,'O',196278.07,'1998-01-12 00:00:00','4-NOT SPECIFIED','Clerk#000000619',0,'dogged, silent deposits haggle around the slowly ironic c' +3264,463,'O',252422.24,'1996-11-02 00:00:00','5-LOW','Clerk#000000244',0,'carefully close accounts abo' +3265,262,'F',66847.81,'1992-06-27 00:00:00','1-URGENT','Clerk#000000265',0,'carefully silent ideas are. ironi' +3266,19,'P',82148.39,'1995-03-17 00:00:00','5-LOW','Clerk#000000545',0,'regularly even account' +3267,560,'O',57112.43,'1997-01-07 00:00:00','5-LOW','Clerk#000000484',0,'blithely brave somas det' +3268,707,'F',42664.70,'1994-06-25 00:00:00','5-LOW','Clerk#000000746',0,'ironic packages wake bl' +3269,85,'O',295101.27,'1996-03-01 00:00:00','3-MEDIUM','Clerk#000000378',0,'blithely express deposits boost request' +3270,190,'O',216328.26,'1997-05-28 00:00:00','1-URGENT','Clerk#000000375',0,'idly final foxes run dependencies. furiously' +3271,166,'F',109436.79,'1992-01-01 00:00:00','1-URGENT','Clerk#000000421',0,'blithely regular accounts sleep furiously after th' +3296,736,'F',299465.20,'1994-10-19 00:00:00','3-MEDIUM','Clerk#000000991',0,'blithely express packages across the furiou' +3297,694,'F',14673.29,'1992-11-03 00:00:00','2-HIGH','Clerk#000000220',0,'blithely regular deposits a' +3298,580,'O',91898.03,'1996-04-17 00:00:00','5-LOW','Clerk#000000241',0,'even, ironic accounts around the blithely express deposits s' +3299,446,'F',71787.29,'1993-12-26 00:00:00','3-MEDIUM','Clerk#000000853',0,'slyly idle packages according to the express requests use f' +3300,584,'O',42140.63,'1995-07-15 00:00:00','5-LOW','Clerk#000000198',0,'packages cajole carefully. quickly regular pinto beans sleep carefully.' +3301,661,'F',79191.29,'1994-09-04 00:00:00','4-NOT SPECIFIED','Clerk#000000325',0,'carefully ironic packages dazzle blithely along the fluffily fina' +3302,167,'O',44110.11,'1995-11-14 00:00:00','2-HIGH','Clerk#000000367',0,'furiously regular depths solve carefully quickly daring instruct' +3303,718,'O',134008.00,'1997-12-14 00:00:00','4-NOT SPECIFIED','Clerk#000000661',0,'furiously pending deposits wake blithely. ironic, bold theodolite' +3328,34,'F',194905.66,'1992-11-19 00:00:00','5-LOW','Clerk#000000384',0,'furiously quick deposits sleep according to the careful' +3329,17,'O',66384.78,'1995-07-03 00:00:00','2-HIGH','Clerk#000000236',0,'special platelets cajole careful' +3330,34,'F',46831.65,'1994-12-19 00:00:00','1-URGENT','Clerk#000000124',0,'carefully express requests snooze st' +3331,454,'F',70730.72,'1993-05-21 00:00:00','2-HIGH','Clerk#000000901',0,'final packages lose furiously. furiously unusual packages hinder blithely acc' +3332,712,'F',107579.24,'1994-11-05 00:00:00','1-URGENT','Clerk#000000840',0,'quickly regular deposits wake slyly across the ironic pac' +3333,457,'F',288647.63,'1992-09-16 00:00:00','4-NOT SPECIFIED','Clerk#000000157',0,'blithely regular asymptotes boost carefully across the unusual foxes.' +3334,376,'O',48856.34,'1996-02-18 00:00:00','5-LOW','Clerk#000000532',0,'carefully ironic requests grow. slyly pending instruction' +3335,244,'O',148164.56,'1995-10-15 00:00:00','3-MEDIUM','Clerk#000000694',0,'regular, pending tithes along the thin, unusual packages boo' +3360,515,'O',237120.87,'1998-01-23 00:00:00','5-LOW','Clerk#000000254',0,'bold, bold warthogs ' +3361,242,'F',124216.39,'1992-08-23 00:00:00','4-NOT SPECIFIED','Clerk#000000577',0,'special requests above the instructions' +3362,700,'O',285884.04,'1995-07-29 00:00:00','5-LOW','Clerk#000000011',0,'ironic accounts sleep alongside of the furiously final foxes. quickly i' +3363,256,'O',122351.30,'1995-09-23 00:00:00','2-HIGH','Clerk#000000615',0,'regular, express requests integrate furiously' +3364,224,'O',154460.67,'1997-06-21 00:00:00','1-URGENT','Clerk#000000280',0,'pending, regular theod' +3365,410,'F',276444.56,'1994-11-09 00:00:00','2-HIGH','Clerk#000000126',0,'unusual deposits haggle about the sly' +3366,254,'O',19455.09,'1997-05-18 00:00:00','1-URGENT','Clerk#000000160',0,'instructions haggle furiously according to t' +3367,364,'F',143843.65,'1992-12-31 00:00:00','4-NOT SPECIFIED','Clerk#000000029',0,'quickly busy instruction' +3392,370,'O',149332.42,'1995-10-28 00:00:00','1-URGENT','Clerk#000000325',0,'fluffily express packages eng' +3393,487,'O',263407.26,'1995-07-04 00:00:00','2-HIGH','Clerk#000000076',0,'requests cajole. furiously regular fox' +3394,743,'O',245401.12,'1996-05-05 00:00:00','4-NOT SPECIFIED','Clerk#000000105',0,'somas nag carefully above the ironic, regular pint' +3395,748,'F',185982.02,'1994-10-30 00:00:00','4-NOT SPECIFIED','Clerk#000000682',0,'pending, silent accounts haggle blithely before the express deposits. slyl' +3396,746,'F',278482.91,'1994-05-21 00:00:00','3-MEDIUM','Clerk#000000868',0,'pending, even dolphins cajole furiously. ' +3397,649,'F',112759.52,'1994-06-23 00:00:00','3-MEDIUM','Clerk#000000048',0,'special, final requests detect pinto bean' +3398,334,'O',1888.05,'1996-09-23 00:00:00','1-URGENT','Clerk#000000818',0,'blithely final ideas wake furiously across the th' +3399,610,'P',74997.44,'1995-02-28 00:00:00','4-NOT SPECIFIED','Clerk#000000575',0,'theodolites about the' +3424,508,'O',70838.59,'1996-08-21 00:00:00','1-URGENT','Clerk#000000190',0,'slyly ironic requests are braids. quickly regular platelets print fluff' +3425,575,'O',205424.02,'1996-03-31 00:00:00','4-NOT SPECIFIED','Clerk#000000188',0,'blithely even theodolites wake fu' +3426,262,'O',112707.35,'1996-10-16 00:00:00','3-MEDIUM','Clerk#000000283',0,'slyly regular excuses grow furiously blithely final theodolites. final, fi' +3427,14,'O',195895.33,'1997-05-29 00:00:00','4-NOT SPECIFIED','Clerk#000000404',0,'carefully final excuses above the ironic theodolites boost furiously expres' +3428,43,'O',132784.68,'1996-04-07 00:00:00','5-LOW','Clerk#000000953',0,'foxes are. slyly idle requests haggle furious' +3429,727,'O',209557.42,'1997-01-06 00:00:00','4-NOT SPECIFIED','Clerk#000000737',0,'blithely unusual requests serve slyl' +3430,562,'F',217024.63,'1994-12-12 00:00:00','4-NOT SPECIFIED','Clerk#000000664',0,'furiously idle courts nag. ironic, pending ideas slee' +3431,232,'F',75792.20,'1993-08-22 00:00:00','1-URGENT','Clerk#000000439',0,'even foxes wake care' +3456,224,'F',47114.91,'1993-06-01 00:00:00','5-LOW','Clerk#000000924',0,'special, bold deposits haggle. furiously ' +3457,121,'P',254389.95,'1995-04-27 00:00:00','4-NOT SPECIFIED','Clerk#000000849',0,'permanently pending' +3458,473,'F',213753.12,'1994-12-22 00:00:00','2-HIGH','Clerk#000000392',0,'slyly final accounts ha' +3459,595,'F',181758.35,'1994-07-28 00:00:00','4-NOT SPECIFIED','Clerk#000000777',0,'blithely unusual orbits thrash slyly. ideas along the furiously ' +3460,404,'O',314203.11,'1995-10-03 00:00:00','2-HIGH','Clerk#000000078',0,'ironic, bold accounts wake. furiously' +3461,493,'F',258232.50,'1993-01-31 00:00:00','1-URGENT','Clerk#000000504',0,'quickly ironic ideas sleep furiously carefully final ideas.' +3462,664,'O',78239.93,'1997-05-17 00:00:00','3-MEDIUM','Clerk#000000657',0,'requests boost quickly regula' +3463,442,'F',112719.22,'1993-08-18 00:00:00','1-URGENT','Clerk#000000545',0,'furiously even deposits solve above the instructions. final id' +3488,739,'F',133939.17,'1995-01-08 00:00:00','3-MEDIUM','Clerk#000000694',0,'express deposits across the regular courts are furi' +3489,536,'F',81113.71,'1993-07-29 00:00:00','3-MEDIUM','Clerk#000000307',0,'slyly express asymptotes are blithely special, express packages. furiously re' +3490,451,'O',135950.94,'1997-05-26 00:00:00','5-LOW','Clerk#000000703',0,'express, pending pinto bea' +3491,413,'O',77367.32,'1998-06-24 00:00:00','1-URGENT','Clerk#000000560',0,'even, fluffy ideas haggle slyly blithely pending deposits! special pin' +3492,511,'F',233689.69,'1994-11-24 00:00:00','5-LOW','Clerk#000000066',0,'furiously final accounts engage furiously furiously express pinto beans? u' +3493,403,'F',58724.52,'1993-08-24 00:00:00','2-HIGH','Clerk#000000887',0,'final, special dependencies are furiously carefully final th' +3494,236,'F',203030.58,'1993-04-04 00:00:00','5-LOW','Clerk#000000559',0,'express accounts dazzle after the s' +3495,154,'O',88639.31,'1996-02-26 00:00:00','2-HIGH','Clerk#000000441',0,'final packages haggle. pending dependencies detect. final exc' +3520,625,'O',216199.25,'1997-08-04 00:00:00','1-URGENT','Clerk#000000023',0,'final pinto beans wake carefully regular theodolites' +3521,34,'F',202308.05,'1992-10-26 00:00:00','5-LOW','Clerk#000000812',0,'regular dinos grow furiously regularly pending theodolites. furiously ex' +3522,128,'F',215929.47,'1994-09-26 00:00:00','5-LOW','Clerk#000000250',0,'daringly unusual packages wake furiously carefully bol' +3523,749,'O',191599.25,'1998-04-07 00:00:00','2-HIGH','Clerk#000000688',0,'pending ideas along the special requests are ironic' +3524,467,'F',35137.11,'1992-05-03 00:00:00','2-HIGH','Clerk#000000607',0,'pinto beans cajole after the blithely ironic requests. slyly special inst' +3525,536,'O',147622.78,'1995-12-22 00:00:00','4-NOT SPECIFIED','Clerk#000000084',0,'blithely regular accounts unwind about the even requests. i' +3526,280,'F',71643.38,'1995-03-16 00:00:00','5-LOW','Clerk#000000364',0,'even ideas haggle furiously furiously final escapades. stealthil' +3527,280,'O',206970.55,'1997-06-21 00:00:00','5-LOW','Clerk#000000874',0,'bravely regular deposits wake qui' +3552,172,'O',158211.05,'1997-04-23 00:00:00','2-HIGH','Clerk#000000973',0,'blithely bold courts wake slyly blithely regular dinos. even, reg' +3553,454,'F',157865.99,'1994-05-18 00:00:00','3-MEDIUM','Clerk#000000270',0,'regular, regular theodolites slee' +3554,220,'O',162694.24,'1995-06-17 00:00:00','5-LOW','Clerk#000000931',0,'quickly pending theodolites above the blithely regular ' +3555,229,'O',162618.77,'1996-07-07 00:00:00','5-LOW','Clerk#000000585',0,'carefully ironic hockey players use quickly bold requests. packages slee' +3556,74,'F',154895.02,'1992-09-23 00:00:00','4-NOT SPECIFIED','Clerk#000000140',0,'fluffily unusual requests detect furiously. slyly regular theodolites' +3557,596,'F',135244.70,'1992-11-09 00:00:00','2-HIGH','Clerk#000000291',0,'ironic, regular accounts against the quickly regular requests detect along the' +3558,133,'O',136377.60,'1996-02-29 00:00:00','1-URGENT','Clerk#000000841',0,'quickly ironic packages sleep among' +3559,527,'F',41842.09,'1992-10-24 00:00:00','3-MEDIUM','Clerk#000000634',0,'furiously final deposits believe according to the pen' +3584,59,'O',105239.01,'1997-08-11 00:00:00','1-URGENT','Clerk#000000760',0,'unusual, even accounts after the ideas are above the blithe' +3585,691,'F',194335.75,'1994-11-23 00:00:00','2-HIGH','Clerk#000000988',0,'blithely final foxes nag slyly among the blithely regular pinto bean' +3586,601,'F',157620.81,'1993-12-05 00:00:00','2-HIGH','Clerk#000000438',0,'slyly ironic packages ac' +3587,388,'O',258012.74,'1996-05-10 00:00:00','4-NOT SPECIFIED','Clerk#000000443',0,'deposits snooze slyly among the ironic, ironic d' +3588,593,'F',287763.84,'1995-03-19 00:00:00','4-NOT SPECIFIED','Clerk#000000316',0,'furiously unusual platelets wake above the requests. blithely even requests ' +3589,154,'F',45202.39,'1994-05-26 00:00:00','2-HIGH','Clerk#000000023',0,'blithely even packages sleep fluffily carefully even excuses. furiously unusua' +3590,745,'P',332795.46,'1995-05-13 00:00:00','5-LOW','Clerk#000000986',0,'final courts are furious' +3591,673,'F',139412.21,'1993-12-08 00:00:00','3-MEDIUM','Clerk#000000144',0,'thinly pending accounts boost quickly. blithely regular accoun' +3616,637,'F',99388.94,'1994-02-16 00:00:00','4-NOT SPECIFIED','Clerk#000000268',0,'blithely regular deposits among the carefully special requests cajole f' +3617,197,'O',175893.41,'1996-03-19 00:00:00','3-MEDIUM','Clerk#000000886',0,'furiously brave theodolites cajole furiously carefully iro' +3618,49,'O',206449.77,'1997-12-13 00:00:00','3-MEDIUM','Clerk#000000894',0,'sly packages sleep carefully furiously expr' +3619,745,'O',313882.52,'1996-11-20 00:00:00','2-HIGH','Clerk#000000211',0,'carefully ironic accounts use' +3620,220,'O',80702.41,'1997-03-07 00:00:00','5-LOW','Clerk#000000124',0,'slyly regular packages haggle quickly. bold asymptotes wake q' +3621,704,'F',145421.58,'1993-05-06 00:00:00','3-MEDIUM','Clerk#000000643',0,'regular, even foxes are furiously a' +3622,451,'O',181415.85,'1995-11-27 00:00:00','5-LOW','Clerk#000000012',0,'ironic foxes at the carefully final requests wake furiously ' +3623,16,'O',251597.23,'1996-12-26 00:00:00','1-URGENT','Clerk#000000184',0,'furiously unusual packages haggle f' +3648,625,'F',265248.97,'1993-06-17 00:00:00','5-LOW','Clerk#000000717',0,'even platelets wake slyly! packages wake blithely: pending excuses haggl' +3649,194,'F',160211.34,'1994-07-06 00:00:00','5-LOW','Clerk#000000349',0,'express, even deposits are slyly s' +3650,223,'F',269258.57,'1992-05-28 00:00:00','4-NOT SPECIFIED','Clerk#000000454',0,'furiously pending request' +3651,493,'O',159626.25,'1998-04-27 00:00:00','1-URGENT','Clerk#000000222',0,'deposits sleep quickly. carefully unusual dolphins cajole against the even, bo' +3652,533,'O',171434.87,'1997-02-25 00:00:00','4-NOT SPECIFIED','Clerk#000000024',0,'carefully final decoys are slyly unusual accoun' +3653,193,'F',219471.62,'1994-03-27 00:00:00','1-URGENT','Clerk#000000402',0,'pending packages affix slyly final platelets. carefully express theodolites c' +3654,28,'F',323147.07,'1992-06-03 00:00:00','5-LOW','Clerk#000000475',0,'carefully bold accounts sleep furiously after the always bold p' +3655,244,'F',93552.93,'1992-10-06 00:00:00','1-URGENT','Clerk#000000815',0,'accounts sleep slyly fu' +3680,634,'F',168227.99,'1992-12-10 00:00:00','4-NOT SPECIFIED','Clerk#000000793',0,'quickly unusual requests above the quiet accounts' +3681,259,'F',52341.44,'1992-04-04 00:00:00','1-URGENT','Clerk#000000566',0,'final deposits cajole slyly even packages. even, ironic packages ' +3682,160,'O',86930.15,'1997-01-22 00:00:00','2-HIGH','Clerk#000000001',0,'packages above the furiously final ideas ' +3683,437,'F',132079.88,'1993-03-04 00:00:00','2-HIGH','Clerk#000000248',0,'slyly pending platele' +3684,115,'F',134396.36,'1993-07-20 00:00:00','2-HIGH','Clerk#000000835',0,'ironic, final theodolit' +3685,79,'F',219290.32,'1992-01-17 00:00:00','3-MEDIUM','Clerk#000000954',0,'carefully busy somas wake fluffily. carefully pending requests caj' +3686,200,'O',123231.18,'1998-07-07 00:00:00','2-HIGH','Clerk#000000175',0,'idle accounts integrate carefully fluffily pending idea' +3687,211,'F',153916.87,'1993-02-03 00:00:00','1-URGENT','Clerk#000000585',0,'carefully ironic ideas wake. regular, blithe foxes' +3712,320,'F',187626.60,'1992-01-02 00:00:00','2-HIGH','Clerk#000000032',0,'final pinto beans print whithout the packages. slyly even theodolites wake b' +3713,749,'O',332520.31,'1998-05-07 00:00:00','3-MEDIUM','Clerk#000000325',0,'slyly ironic requests wake ' +3714,196,'O',111751.76,'1998-05-01 00:00:00','3-MEDIUM','Clerk#000000595',0,'slyly unusual accounts sleep fur' +3715,322,'O',82236.33,'1996-03-18 00:00:00','1-URGENT','Clerk#000000463',0,'furiously final deposits haggle slyly ironic dependencies. special deposi' +3716,208,'O',229144.66,'1997-08-19 00:00:00','4-NOT SPECIFIED','Clerk#000000748',0,'carefully bold asymptotes nag furiously ironic ideas! ' +3717,133,'O',263328.99,'1998-06-03 00:00:00','4-NOT SPECIFIED','Clerk#000000974',0,'furiously regular deposits cajole slyly regular dolphins. bold wat' +3718,154,'O',79626.36,'1996-10-23 00:00:00','2-HIGH','Clerk#000000016',0,'express, ironic requests according to the even, final deposits haggle quic' +3719,590,'O',190329.29,'1997-02-16 00:00:00','2-HIGH','Clerk#000000034',0,'slyly pending courts haggle. ev' +3744,322,'F',56642.83,'1992-01-10 00:00:00','3-MEDIUM','Clerk#000000765',0,'final attainments could have to wake carefully after the slyly regul' +3745,559,'F',29613.51,'1993-09-29 00:00:00','5-LOW','Clerk#000000181',0,'carefully silent deposits against the idly silent dependencies cajo' +3746,367,'F',122271.24,'1994-09-11 00:00:00','4-NOT SPECIFIED','Clerk#000000188',0,'slyly unusual theodolites wake blithely after the regular requests. furiously' +3747,746,'O',306966.77,'1996-08-20 00:00:00','1-URGENT','Clerk#000000226',0,'carefully ironic requests alongside of the fluffily final pinto bea' +3748,262,'O',134374.83,'1998-02-28 00:00:00','1-URGENT','Clerk#000000156',0,'stealthily bold deposits haggle flu' +3749,188,'P',140511.81,'1995-02-24 00:00:00','3-MEDIUM','Clerk#000000639',0,'quickly ironic pains integrate furiously after the special excuses. carefully ' +3750,484,'P',266977.00,'1995-04-30 00:00:00','3-MEDIUM','Clerk#000000885',0,'slyly express ideas boost. express theodolites wake about the blit' +3751,46,'F',276333.14,'1994-04-27 00:00:00','4-NOT SPECIFIED','Clerk#000000925',0,'final, even packages alongside of the unusual accounts in' +3776,422,'F',206560.26,'1992-11-20 00:00:00','2-HIGH','Clerk#000000698',0,'quickly unusual deposits haggle quickly after the blithely b' +3777,136,'F',106303.35,'1994-04-08 00:00:00','3-MEDIUM','Clerk#000000941',0,'blithely final deposits cajole slyly instructions. blithel' +3778,527,'F',297654.76,'1993-05-26 00:00:00','1-URGENT','Clerk#000000187',0,'slyly regular senti' +3779,367,'O',38799.30,'1997-01-05 00:00:00','4-NOT SPECIFIED','Clerk#000000670',0,'carefully express accou' +3780,205,'O',105860.89,'1996-04-13 00:00:00','5-LOW','Clerk#000000967',0,'blithely ironic packages cajole furiously' +3781,692,'O',168020.09,'1996-06-20 00:00:00','1-URGENT','Clerk#000000394',0,'dolphins wake slowly above the reque' +3782,325,'O',206875.32,'1996-08-24 00:00:00','1-URGENT','Clerk#000000121',0,'daringly final theodolites was idly s' +3783,218,'F',210594.35,'1993-12-06 00:00:00','4-NOT SPECIFIED','Clerk#000000614',0,'blithely regular acco' +3808,389,'F',322489.03,'1994-04-24 00:00:00','1-URGENT','Clerk#000000717',0,'ironic, ironic packages breach above the bold, unusual' +3809,737,'O',222543.84,'1996-05-01 00:00:00','5-LOW','Clerk#000000646',0,'furiously ironic deposits eat alongside' +3810,499,'F',201840.43,'1992-09-17 00:00:00','1-URGENT','Clerk#000000660',0,'furiously final instructions al' +3811,400,'O',225041.55,'1998-04-16 00:00:00','3-MEDIUM','Clerk#000000290',0,'regular requests sleep quickly-- carefully bold ideas around the slyly r' +3812,203,'O',112652.91,'1996-08-13 00:00:00','3-MEDIUM','Clerk#000000727',0,'furiously unusual theodolites run. dogged deposits sl' +3813,730,'O',121144.67,'1998-06-29 00:00:00','1-URGENT','Clerk#000000531',0,'even, bold ideas are according to the even foxes. quiet instructions' +3814,581,'P',218036.78,'1995-02-22 00:00:00','5-LOW','Clerk#000000669',0,'even excuses above the slyly sp' +3815,520,'O',20959.69,'1997-08-26 00:00:00','1-URGENT','Clerk#000000249',0,'unusual theodolites about the deposits haggle around t' +3840,493,'O',279056.50,'1998-07-17 00:00:00','4-NOT SPECIFIED','Clerk#000000713',0,'furiously even requests boost furiously. furiously final deposits wake against' +3841,289,'F',189467.52,'1994-10-05 00:00:00','4-NOT SPECIFIED','Clerk#000000018',0,'furiously silent dependencies cajole blithely? fluffily express shea' +3842,136,'F',199930.83,'1992-04-09 00:00:00','5-LOW','Clerk#000000418',0,'foxes promise express accounts. slyly ironic instructions haggle blithely exp' +3843,43,'O',34480.78,'1997-01-04 00:00:00','4-NOT SPECIFIED','Clerk#000000693',0,'pending decoys against the bl' +3844,392,'F',9804.31,'1994-12-29 00:00:00','1-URGENT','Clerk#000000686',0,'express instructions between the furiously even accounts cajole furiou' +3845,445,'F',180422.19,'1992-04-26 00:00:00','1-URGENT','Clerk#000000404',0,'even sentiments sleep. ruthless theodolites cajole quickly alongside of the ' +3846,238,'O',170175.52,'1998-02-05 00:00:00','2-HIGH','Clerk#000000877',0,'even pinto beans against the deposits cajole furiously packages. final' +3847,169,'F',11868.53,'1993-03-12 00:00:00','5-LOW','Clerk#000000338',0,'doggedly even requests haggle furiously ex' +3872,667,'O',266949.66,'1996-09-06 00:00:00','5-LOW','Clerk#000000943',0,'quickly regular requests grow carefully among the furi' +3873,268,'O',142566.87,'1998-03-30 00:00:00','4-NOT SPECIFIED','Clerk#000000791',0,'furiously ironic accounts along the unusual pinto be' +3874,593,'F',84094.02,'1993-06-09 00:00:00','3-MEDIUM','Clerk#000000208',0,'blithely pending deposits affix. fluff' +3875,589,'O',104807.85,'1997-09-10 00:00:00','1-URGENT','Clerk#000000587',0,'thinly bold escapades' +3876,142,'O',144347.71,'1996-08-02 00:00:00','5-LOW','Clerk#000000708',0,'ironic, ironic theodolites above the foxes serve slyly according ' +3877,82,'F',244048.02,'1993-05-21 00:00:00','5-LOW','Clerk#000000652',0,'fluffily express platelets nag alongside of the' +3878,433,'O',85326.28,'1997-03-23 00:00:00','1-URGENT','Clerk#000000314',0,'furiously express deposits wake furiously. blithely special dolphins s' +3879,704,'O',108895.25,'1995-11-23 00:00:00','1-URGENT','Clerk#000000231',0,'regular platelets believe carefully among the quickly unusual ideas; quickly s' +3904,742,'O',55452.73,'1997-11-15 00:00:00','4-NOT SPECIFIED','Clerk#000000883',0,'carefully final requests haggle quickly against the s' +3905,106,'F',80677.48,'1993-12-21 00:00:00','4-NOT SPECIFIED','Clerk#000000573',0,'quickly unusual requests integrate blithely about the fina' +3906,223,'F',199406.78,'1992-05-28 00:00:00','3-MEDIUM','Clerk#000000867',0,'quickly pending pinto beans are slyly above the carefully regular packages.' +3907,331,'F',350332.65,'1992-08-19 00:00:00','3-MEDIUM','Clerk#000000084',0,'carefully regular deposits sleep quickly bold accounts. even, ' +3908,206,'F',79884.16,'1993-03-09 00:00:00','3-MEDIUM','Clerk#000000490',0,'fluffily regular platelets nag final, final deposits. quickly bold courts alo' +3909,103,'O',139403.53,'1998-07-27 00:00:00','1-URGENT','Clerk#000000980',0,'final deposits detect after the carefully ironic requests' +3910,316,'O',62968.09,'1996-08-26 00:00:00','3-MEDIUM','Clerk#000000270',0,'even packages sleep silently unusual requests. depo' +3911,46,'P',50055.96,'1995-03-17 00:00:00','4-NOT SPECIFIED','Clerk#000000818',0,'blithely unusual requests unwind blithely fl' +3936,157,'O',239953.45,'1996-11-07 00:00:00','2-HIGH','Clerk#000000200',0,'carefully even packages haggle care' +3937,469,'O',254377.82,'1997-11-30 00:00:00','4-NOT SPECIFIED','Clerk#000000189',0,'final pinto beans detect blithely special, even requests. pend' +3938,149,'F',74987.20,'1993-03-03 00:00:00','1-URGENT','Clerk#000000199',0,'regular, regular account' +3939,341,'O',13973.56,'1996-01-11 00:00:00','5-LOW','Clerk#000000647',0,'pending, ironic requests affix slyly even ' +3940,748,'O',170603.22,'1996-02-14 00:00:00','5-LOW','Clerk#000000363',0,'blithely regular pinto beans according to the fi' +3941,677,'O',125295.61,'1996-08-29 00:00:00','2-HIGH','Clerk#000000503',0,'blithely unusual instructions int' +3942,377,'F',62522.73,'1993-06-28 00:00:00','4-NOT SPECIFIED','Clerk#000000608',0,'even theodolites boost slyly afte' +3943,199,'O',78799.82,'1996-10-09 00:00:00','5-LOW','Clerk#000000482',0,'furiously regular packages could have to integrate sl' +3968,121,'O',160284.37,'1997-02-17 00:00:00','4-NOT SPECIFIED','Clerk#000000431',0,'slyly express deposits ha' +3969,256,'O',236277.69,'1997-05-14 00:00:00','2-HIGH','Clerk#000000731',0,'blithely regular accounts across the fur' +3970,376,'F',186067.21,'1992-03-27 00:00:00','3-MEDIUM','Clerk#000000190',0,'carefully pending excuses are doggedly ironic dependencies. sly' +3971,517,'O',66955.26,'1996-06-28 00:00:00','5-LOW','Clerk#000000287',0,'regular, ironic pinto beans haggle quickl' +3972,613,'F',2256.90,'1994-04-21 00:00:00','3-MEDIUM','Clerk#000000049',0,'daringly even platelets boost along the ' +3973,509,'F',115931.50,'1992-03-24 00:00:00','4-NOT SPECIFIED','Clerk#000000114',0,'fluffily final pinto beans cajole carefully. regular dependencies across t' +3974,466,'O',64628.39,'1996-03-05 00:00:00','4-NOT SPECIFIED','Clerk#000000938',0,'doggedly ironic pinto beans run ironic pinto beans! requests ' +3975,589,'O',46661.73,'1995-04-11 00:00:00','3-MEDIUM','Clerk#000000016',0,'bold, silent platelets grow against the accounts. slyly ironic' 4000,349,'F',127223.45,'1992-01-04 00:00:00','5-LOW','Clerk#000000339',0,'regular dolphins boost ' \ No newline at end of file diff --git a/tools/dbbuilder/srcdata/partsupptable.csv b/tools/dbbuilder/srcdata/partsupptable.csv index ed8a0e15f..b537d40b6 100755 --- a/tools/dbbuilder/srcdata/partsupptable.csv +++ b/tools/dbbuilder/srcdata/partsupptable.csv @@ -1,1000 +1,1000 @@ -1,2,3325,771.64,'requests after the carefully ironic ideas cajole alongside of the enticingly special accounts. fluffily regular deposits haggle about the blithely ironic deposits. regular requests sleep c' -1,14,8076,993.49,'careful pinto beans wake slyly furiously silent pinto beans. accounts wake pendi' -1,26,3956,337.09,'boldly silent requests detect. quickly regular courts are. instructions haggle ironic foxes. sometimes final orbits cajole fluffily around the unusual foxes. slyly silent theodolites cajole r' -1,38,4069,357.84,'regular deposits are. furiously even packages cajole furiously. even pinto beans boost furiously final dependencies. f' -2,3,8895,378.49,'furiously even asymptotes are furiously regular plate' -2,15,4969,915.27,'even accounts wake furiously. idle instructions sleep in ' -2,27,8539,438.37,'furiously even pinto beans serve about the ironic idea' -2,39,3025,306.39,'deposits according to the final, special foxes detec' -3,4,4651,920.92,'ironic, pending theodolites sleep slyly at the slyly final foxes. slyly ironic accounts sleep express accounts. quickly fina' -3,16,4093,498.13,'furiously final requests nag after the even instructions. quickly pending accounts with the ironic packages sleep quickly blithely ' -3,28,3917,645.40,'ideas along the fluffily special deposits detect furiously furiously quiet attainments. slyly special theodolites affix among the furiously bold dolphins. slyly final ' -3,40,9942,191.92,'blithely silent accounts across the thinly ironic deposits are carefully ideas. always bold instructions dazzle carefully. fluffily pending dependencies boost! quickly express orbits nag. bra' -4,5,1339,113.97,'furiously even accounts sleep. slyly regular deposits hag' -4,17,6377,591.18,'sometimes silent accounts engage slyly with the unusual accounts. carefully s' -4,29,2694,51.37,'final deposits detect according to the blithely final packages. furiously unusual accounts engage carefully final reque' -4,41,2480,444.37,'carefully silent platelets haggle accounts? ironic ideas engage furiously along the regular, unusual deposits. carefully silent theodolites cajole quickly. even, regular t' -5,6,3735,255.88,'even, ironic requests snooze blithely throughout the carefully pending deposits. busy deposits mold blithely after the furiously final pinto beans. regular, unus' -5,18,9653,50.52,'even requests use quickly furiously pending foxes. regular gifts across the fluffily regular instructions haggle fluffily according to the careful realms. final packages along the fin' -5,30,1329,219.83,'fluffily final accounts against the slyly regular packages cajole special packages. blithe' -5,42,6925,537.98,'furiously regular dolphins wake furiously above the slyly unusual ideas. regular accounts among the packages wake blithely even packages. bold foxes above the furiously bold packages affix slyly t' -6,7,8851,130.72,'carefully regular asymptotes wake slyly according to the quickly re' -6,19,1627,424.25,'packages after the blithely ironic deposits engage quickly around the slyly unusual accounts. quickly pending theodolites boost. requests sleep speci' -6,31,3336,642.13,'ironic theodolites hang blithe, regular requests. final requests sleep furious' -6,43,6451,175.32,'regular, ironic accounts sleep ruthlessly around the deposits. slyly final deposits boost about the pending, bold grouches. silent, even theodolites along the final, even ideas cajole blithely ' -7,8,7454,763.98,'carefully even ideas should wake. blithely final instructions are special foxes. pending, ironic requests wake blithely about the furiously regular foxes. ironic idea' -7,20,2770,149.66,'special, final foxes alongside of the furiously unusual excuses haggle carefully regular deposits. slyly regular courts about the ironic, final accounts cajole slyly across the fl' -7,32,3377,68.77,'regular platelets detect blithely? unusual requests along the express foxes haggle after the regular forges. furiously regular excuses haggle ' -7,44,9460,299.58,'blithely regular deposits use. pending packages cajole special hockey players. s' -8,9,6834,249.63,'furiously unusual instructions use quickly. unusual deposits among the regular deposits doze unusual epitaph' -8,21,396,957.34,'furiously ruthless depths detect alongside of the express, final accounts. carefully ' -8,33,9845,220.62,'slyly regular instructions unwind furiously. regular accounts hang furiously until the blithely pending decoys. deposits after the carefully regular instructions haggle furi' -8,45,8126,916.91,'final deposits wake slyly final, regular accounts. bold excuses haggle slyly about the pending theodolites. carefully final packages hang quickly above the slyly even frets. boldly ironic' -9,10,7054,84.20,'final ideas through the requests boost quickly about the furiously regular accounts. blithely silent foxes affix carefully ironic instructions. blithely bold foxe' -9,22,7542,811.84,'carefully unusual dependencies cajole fluffily beyond the quickly bold' -9,34,9583,381.31,'carefully ironic pinto beans nag against the quickly regular somas. regular, ironic deposits wake' -9,46,3063,291.84,'doggedly ironic waters are furiously. bold dependencie' -10,11,2952,996.12,'blithely even foxes nag furiously about the quickly ex' -10,23,3335,673.27,'final, regular foxes cajole carefully about the blithely express accounts. carefully regular platelets against the silent pinto beans sleep carefully among the blithely regular foxes. final r' -10,35,5691,164.00,'carefully express accounts wake ruthlessly. carefully ironic frets haggle furi' -10,47,841,374.02,'pending, pending requests may haggle sometimes. silent pinto beans are blithe' -11,12,4540,709.87,'final packages mold after the carefully unusual requests. quickly fi' -11,24,4729,894.90,'regular packages sleep carefully fluffily ironic ac' -11,36,3708,818.74,'slyly pending theodolites wake quickly unusual, express accounts. fluffily regular requests cajole furiously quickly even dugouts. slyly bold platelets ' -11,48,3213,471.98,'ideas nag regular instructions. regular, thin pinto beans unwind furiously ironic accounts. quickly express platele' -12,13,3610,659.73,'unusual dolphins sleep slyly. ironic deposits use fluffily. carefully unusual platelets poach slyly. evenly pending deposits nag ironi' -12,25,7606,332.81,'slyly daring foxes nag slyly-- carefully special foxes integrate final accounts. accounts sleep slyly furiously special accounts. ironic, ' -12,37,824,337.06,'quickly special pinto beans haggle quickly above the e' -12,49,5454,901.70,'regular ideas sleep about the ironic pinto beans. furious' -13,14,612,169.44,'blithely special theodolites serve quickly. regular deposits are alongside of the fluffily sl' -13,26,7268,862.70,'regular, regular packages integrate furiously across the quickly ironic deposits. furiously unusual foxes cajole bravely after the iron' -13,38,864,38.64,'furiously regular pinto beans wake quickly furiously regular dependencies. carefully silent requests cajole furiously final theodo' -13,50,9736,327.18,'slyly bold packages doubt slyly among the pending, regular instructions. instructions among the always final accounts mold thinly carefully bold foxes. blithely pending ideas integ' -14,15,5278,650.07,'quickly even deposits doze quickly pending, bold deposits. carefully regular packages sublate carefully' -14,27,5334,889.50,'express instructions affix quickly. slyly bold requests use. special, express foxes haggle fluffily express deposits. silently even pinto beans throughout the blithely iron' -14,39,3676,893.39,'carefully final orbits breach along the quickly ironic requests. evenly unusual instructions along the slyly final ' -14,1,4947,310.13,'blithely final pinto beans wake special instructions. regular theodolites cajole slyly unusual foxes. fluff' -15,16,7047,835.70,'packages haggle across the carefully express ideas. slyly bold instructions promise even, express packages. furiously ironic acc' -15,28,3336,784.55,'unusual requests instead of the blithely stealthy excuses cajole' -15,40,3316,265.89,'carefully even foxes ought to cajole. carefully special deposits hang. quic' -15,2,5255,458.67,'carefully unusual requests above the fluffily unusual packages wake about the deposits. regular accounts use blithely slyly special packages? carefully final deposits are special platelets. fur' -16,17,5282,709.16,'final, final orbits hang slyly. blithely pending dolphins haggle. deposit' -16,29,9412,887.53,'express, special requests solve against the carefully regular packages-- slyly final excuses mold blithely across the blithely regular pinto beans. blithely iron' -16,41,854,781.91,'slow ideas use quickly asymptotes. quickly final pinto beans boost against the deposits-- final pinto beans sleep. carefully even dependencies sleep. quickly regular t' -16,3,1491,918.51,'blithely regular deposits across the furiously ironic packages integrate above the quickly express accounts. carefully final dolphins shall have to haggle blithely. carefully ' -17,18,8555,995.35,'final deposits among the quickly unusual deposits detect unusual, final dependencies. theodolites cajole blithely. final, express depths wake blithely. slyly regular requests sleep. carefully regu' -17,30,7737,648.75,'deposits boost slyly. furiously dogged packages wake blithely even attainments. furiously ironic dolphins print bold, even instructions. courts detect. ironic requests accordin' -17,42,3123,555.04,'quickly final deposits are fluffily. brave packages use slyly. carefull' -17,4,3203,64.40,'fluffily sly instructions use slyly fluffily even excuses. furiously regular pinto beans among the quickly special' -18,19,1125,664.17,'furiously final packages wake furiously according to the furiously even packages. fluffily even deposits unwind carefully. instructions sleep furiously; ' -18,31,8132,52.44,'instructions use quickly. slyly ironic theodolites sublate blithely along the carefully final platelets. asymptotes use requests. carefully pending instructions' -18,43,3133,568.61,'express dolphins cajole carefully along the ironic requests. quickly regular accounts haggle fluffily final packages. slyly final packages along the' -18,5,6475,386.29,'instructions are along the blithely special requests. dolphins' -19,20,1416,144.80,'silent packages impress fluffily slyly even theodolites. ironic deposits nag carefully excuses. express deposits wake slyly. ' -19,32,5467,405.70,'regular packages cajole slyly unusual packages. even deposits detect regular deposits. ironic, special theodolit' -19,44,8800,635.66,'asymptotes cajole against the carefully pending Tiresias. stealthy, bold excuses according to the quickly final instruction' -19,6,1340,346.92,'slow deposits sleep blithely slyly final deposits. ironic deposits cajole furiously enticingly final packages! furiously bold asymptotes sleep along the quickly even ideas. quickly ironic ' -20,21,2927,675.54,'slyly ironic deposits nag across the carefully regular somas. regular, even foxes cajole blithely ironic accounts. dolphins cajole carefully after the blithely express foxes. unusual ' -20,33,2723,305.84,'fluffily even pinto beans ought to nag furiously above the slyly ironic pinto beans. carefully even courts mold. slyly special instructions among the fluffy, ruthless attainments a' -20,45,5905,546.66,'final instructions nag quickly around the unusual, thin pinto beans. final foxes nag among the thin, even foxes. furi' -20,7,4271,115.89,'blithely ironic deposits cajole ironic foxes. blithely unusual gifts alongside of the carefully ironic foxes integrate above the special pinto beans. furiously final dolphins use careful' -21,22,6571,944.44,'fluffily ironic depths wake slyly besides the packages. blithely unusual deposits boost about the regular pinto be' -21,34,1704,139.05,'carefully regular courts are. bold requests sleep. unusual deposits breach quickly. daringly regular pinto beans mold carefully. pending d' -21,46,7153,664.50,'blithely enticing dependencies affix slyly regular, unusual reque' -21,8,367,584.86,'blithely busy deposits wake. blithely final packages cajole blithely furiously unusual requests. d' -22,23,4410,786.18,'foxes solve blithely against the deposits. ironic, even accounts unwind requests. foxes might wake pending, even platelets. final braids ' -22,35,9779,635.84,'slyly dogged accounts detect. regular frets boost' -22,47,7834,359.16,'blithely final platelets wake furiously. quickly even n' -22,9,1434,597.21,'requests are slyly accounts. theodolites above the carefully even requests boost furiously about the fluffily final pa' -23,24,2739,460.12,'ironic, regular foxes wake carefully. carefully final notornis according to the final requests nag furiously furiously brave dependencies. foxes wake about the ideas' -23,36,5739,103.13,'fluffily regular instructions use. blithely unusual requests believe blithely. pinto beans sleep carefully. regular ideas against the slyly r' -23,48,9898,233.94,'blithely ironic courts wake above the carefully unusual requests. ironic foxes nag fluffily at the accounts. platelets along the doggedly special asymptotes are even ' -23,10,7035,51.75,'accounts sleep carefully unusual accounts. blithely ironic ideas above the quickly stealthy instructions sleep slyly after the carefully special requests. even pinto beans use blithely along' -24,25,5180,905.41,'fluffily bold packages cajole accounts. accounts nag fluffily slyly special deposits. furi' -24,37,2227,511.20,'carefully even instructions are fluffily at the regular requests. quickly final packages doubt blithely beside the slyly even accounts.' -24,49,7182,582.03,'bold, even pinto beans against the final pinto beans' -24,11,5318,62.15,'silent pinto beans at the slyly bold excuses boost blithely across the slyly regular courts. unusual, pending requests cajole re' -25,26,9029,832.74,'furiously express theodolites use. blithely ironic accounts cajole about the dependencies. ironic requests affix thinly blithely bold theodolit' -25,38,9062,928.96,'furiously silent dolphins dazzle slyly. unusual, bold orbits according to the pendi' -25,50,9946,694.35,'carefully fluffy asymptotes should have to wake. express, regular requests acr' -25,12,7340,746.59,'furiously regular deposits use carefully against the quickly unusual deposits. carefully special requests integrate carefully ironic accounts. busily ironic deposits alongside ' -26,27,5020,683.96,'slyly final requests cajole furiously above the blithely pending accounts.' -26,39,6577,892.20,'slyly bold requests dazzle furiously about the regular requests. carefully furious ideas cajole alongside of the quickly bold accounts. ironic, even decoys are carefully ca' -26,1,3499,382.11,'special theodolites integrate quickly. special warthogs are carefully about the ironic ideas. carefully special hockey players use after the furiously permanent pinto beans. evenly bold acco' -26,13,9702,821.89,'ideas through the carefully ironic gifts use furiously against the even packages. furiously express deposits sleep furiously special ideas. fluffily express depos' -27,28,2111,444.01,'slyly unusual courts integrate blithely carefully ' -27,40,9080,157.03,'furiously idle excuses sleep. final epitaphs use after the blithely final platelets. bold, regular deposits are regularly within the finally regular frets? bold, sile' -27,2,3407,151.34,'carefully bold braids serve carefully. enticingly final dependencies was. ' -27,14,4283,348.61,'blithely even packages according to the slyly final instructions can nag across the silent foxes. unusual ideas behind the regular deposits boost quickly alongs' -28,29,6643,204.86,'ironic accounts wake? pending deposits at the pinto beans are after the blithely bold deposits. requests use regularly. slyly reg' -28,41,2452,744.57,'furiously bold packages sleep silent Tiresias. bold pinto beans sleep quickly. furiously express accounts impress ca' -28,3,302,690.30,'even packages cajole fluffily. bold, ironic theodolites run carefully final accounts. pinto beans nag blithely slyly regular dependencies! slyly express courts affix blithely agains' -28,15,9988,666.53,'carefully regular instructions eat blithely at the fluffily special req' -29,30,3506,799.27,'quickly unusual excuses nag final requests. slyly unusual deposits x-ray blithely. slyly unusual pinto beans maintain. fluf' -29,42,8106,981.33,'blithely regular accounts along the slyly regular instructi' -29,4,9193,734.44,'furiously regular theodolites across the carefully regular ideas use blit' -29,16,6252,186.21,'final, even deposits haggle slyly. furiously unusual deposits grow slyly. slyly regular theodolites cajole fluf' -30,31,4767,989.05,'regular packages across the furiously regular theodolites haggle quickl' -30,43,535,743.26,'carefully silent courts boost carefully carefully ironic deposits; special accounts haggle slyly final deposits. special excuses wake slyly quickly ironic requests. careful' -30,5,7756,568.86,'regular, regular pinto beans wake special packages? regular dependencies poach doggedly around the blithely express ideas. bold packages haggle. carefully iro' -30,17,7945,583.84,'slyly express asymptotes sleep slyly blithely silent courts. pending deposits haggle carefully according to the ironic, pending packages-- quickly quiet d' -31,32,9685,620.84,'blithely ironic dugouts unwind across the blithely ironic deposits. carefully regular pinto beans detect ideas. expr' -31,44,1951,120.99,'even deposits detect blithely sometimes ironic requests. even p' -31,6,1402,761.64,'slyly regular packages cajole alongside of the packages. quickly sly ideas affix. furiously idle' -31,18,137,849.11,'special, final frays sleep slyly regular requests. carefully express orbits according to the slyly final instructions haggle furiously dogged, final accounts. regular, even ac' -32,33,2203,406.03,'express ideas according to the foxes nag slyly slyly even requests. final accounts use furiously furiousl' -32,45,467,109.34,'deposits haggle slyly unusual deposits; busily regular ideas wa' -32,7,7975,747.14,'excuses eat around the carefully ironic asymptote' -32,19,7938,856.09,'slyly furious dolphins cajole bravely about the blithely bold requests. slyly unusual asymptotes sleep slyly. ironic, final pinto beans mold against the pending packages. final' -33,34,4028,891.46,'regular theodolites at the ironic foxes wake blithely furiously regular depe' -33,46,4410,929.05,'express, regular requests maintain ironic, regular deposits. regula' -33,8,1287,310.76,'quickly bold braids wake according to the carefully even theodolites. boldly regular patterns according to the ironic req' -33,20,6006,327.19,'final asymptotes above the courts cajole furiously furiously unusual deposits. carefully ironic instructions sublate furiously quickly ironic foxes. slyly special asymptotes' -34,35,9934,848.75,'quickly blithe requests sleep slyly silent excuses. carefully ironic packages across the furiously express instructions haggle blithely blithely ironic notornis. quickly iro' -34,47,4749,265.31,'slyly regular deposits will solve slyly according to the always regular platelets. dugouts maintain furiously. furious accounts haggle furiously along the permanent foxes. slyly ' -34,9,5459,824.69,'packages haggle slyly against the pending instructions. final requests above the quickly fluffy accounts are pending, bold accounts. pinto beans boost fluffily about the final forges. theodo' -34,21,5884,609.69,'even deposits haggle furiously. slyly special theodolites will use always theodolites. final foxes alongside of the carefully ironic deposits haggl' -35,36,2500,451.58,'blithely even accounts are: carefully ironic accounts integrate slyly. final deposits wake c' -35,48,8875,537.72,'ironically express ideas about the furiously pending warhorses boost slyly ab' -35,10,596,669.19,'busy pinto beans wake blithely. slyly final excuses detect blithely among the bravely regular frets. unusual accounts sleep among the blithely final ideas. special packages acc' -35,22,2025,411.17,'express, final platelets according to the fluffily express instructions haggle above the slyly unusual foxes. fluffily final dependencies according to the quickly express requests kindle alongsi' -36,37,3907,630.91,'regular, pending accounts lose furiously platelets. carefully silent sheaves about the slyly furious courts wake blithely after the bold foxes. final, unusual instruction' -36,49,174,434.47,'ironic, regular accounts are slyly. special, regular excuses wake blithely befo' -36,11,2625,569.91,'pinto beans detect slyly alongside of the final foxes. furiously ex' -36,23,8209,289.15,'carefully even accounts maintain alongside of the unusual, even hockey players. carefully regular deposits run. dolphins cajole furiously ironic theodolit' -37,38,7171,824.96,'pending packages wake quietly. special, even accounts haggle unusual' -37,50,5542,126.59,'ironic, ironic packages are slyly. furiously regular excuses cajole blithely quickly ironic dependencies. regular packages use carefully furiously pending depths' -37,12,7113,15.72,'regular, final requests nag across the regular, even requests. carefully regular accounts cajole carefully carefully ruthless dep' -37,24,1449,745.64,'regular, silent foxes nag. carefully ironic deposits are fluffily. carefully regular pinto beans around the bravely even instructions cajole carefully furiously regul' -38,39,1226,570.11,'fluffily regular packages after the carefully final deposits are quickly ironic instructions. final req' -38,1,4237,662.75,'carefully ironic requests was quickly blithely pending frays-- requests thrash careful the' -38,13,1135,160.70,'unusual, even patterns nag. furiously daring courts among the carefully unusual courts haggle permanent dolphins. pending ideas integrate blithely from the quickly i' -38,25,3516,847.09,'quickly ironic accounts detect. final, express foxes use even accounts. even accounts after the express ideas should boost against t' -39,40,3633,463.10,'slyly idle deposits at the slyly regular pinto beans wake furiously after the furiously ironic asymptotes. furiously ironic requests detect quickly! furiously even deposits wake sl' -39,2,3682,300.43,'slyly silent theodolites across the slyly ironic packages engage slyly deposits. final packages haggle quickly ' -39,14,5475,532.26,'carefully silent instructions was! quickly express packages nag. final, final forges after the final pinto beans maintain furiously expres' -39,26,6259,737.86,'blithely regular theodolites engage slyly quickly pending excuses. carefully special accounts use slyly about the blithely bold gifts. furiously stealthy excuses wake' -40,41,7690,776.13,'daringly special hockey players within the final packages are blithely about the instructions. carefully express dependencies boost f' -40,3,1704,565.82,'packages sleep carefully quietly regular accounts: special deposits are f' -40,15,4521,374.71,'quickly ironic requests along the blithely ironic platelets wake blithely blithely final pinto beans. foxes use. furiously final dependencies sleep on the blithely regular a' -40,27,6617,196.64,'carefully regular foxes poach slyly along the furiously final pinto beans. da' -41,42,9040,488.55,'slyly regular foxes run quickly. carefully even instructions w' -41,4,5946,391.81,'blithely silent accounts around the carefully regular instructions haggle carefully about the even, pending deposits. carefully ironic deposits wake alo' -41,16,1550,916.55,'quickly express requests are furiously even packages. fluffily final packages wake furiously fluffily even foxes. carefu' -41,28,560,37.59,'regular, bold packages wake after the fluffily express theodolites. carefully regular requests boost furiousl' -42,43,2893,716.81,'slyly ironic deposits after the slyly regular reque' -42,5,2927,709.06,'carefully express requests wake carefully. quickly ironic requests wake slyly. blithely even deposits snooze blithely after the express deposits.' -42,17,3500,200.00,'pending foxes nag slowly. slyly even requests are upon the re' -42,29,3662,29.46,'blithely regular pinto beans believe. carefully pending accounts across the furiously regular pinto beans are thinly above the express dependencies. ideas haggle ironic requests. quick' -43,44,3211,805.78,'final, express dependencies sleep according to the express requests. bold, regular accounts detect outside the slyly ' -43,6,6770,493.19,'furiously special pinto beans cajole. ironic decoys across the ' -43,18,9506,493.65,'carefully fluffy accounts across the blithely final accounts hang slyly according to the furiously special platelets. sil' -43,30,3232,307.12,'bold packages wake blithely above the furiously bold ' -44,45,486,164.22,'requests around the packages integrate blithely a' -44,7,5310,114.37,'waters are blithely even deposits. daringly bold packages haggle daringly. special asymptotes are quickly about the enticing theodolites.' -44,19,3534,383.01,'pending, pending instructions are blithely furiously unusual requests.' -44,31,4798,833.15,'quickly enticing requests above the bold ideas nag along the blithely ironic foxes. regular, final foxes among the f' -45,46,1685,919.63,'tithes into the carefully final instructions wake qu' -45,8,5202,877.29,'slyly regular requests dazzle slyly pending requests. quietly regular packages after the regular, even dependencies cajo' -45,20,5669,532.70,'regular, unusual excuses wake doggedly until the pending requests. ruthlessly final asymptotes cajole furiously against the instructions; bold accounts use ' -45,32,1872,155.32,'regular requests wake furiously. regular instructions haggle' -46,47,4171,244.65,'boldly even requests sleep carefully carefully busy requests. furiously regular ideas about the deposits are theodolites. carefully pending theodolites' -46,9,8518,106.80,'fluffily unusual accounts boost slyly about the ironic deposits: fluff' -46,21,7225,14.78,'silent theodolites affix. slyly busy pinto beans haggle unusual, silent packages. regular ideas h' -46,33,1381,985.88,'slyly pending accounts sleep slyly blithely regular mu' -47,48,6989,292.52,'slyly regular foxes are furiously. ironic accounts engage quickly ironic, close pinto beans. blithely ironic packages wake blithely ironic epitaphs. carefully even' -47,10,4458,539.47,'carefully ironic asymptotes against the permanently bold deposits boost furiously ruthless theodolites. carefully final requests are fluffily regula' -47,22,2896,74.54,'ironic requests across the always ironic pinto beans haggle furiously at the even frets. regular foxes along the unusual, final instructions sleep against the carefully fi' -47,34,5873,296.63,'express accounts haggle carefully. fluffily pending packages alongside of the fur' -48,49,5052,611.16,'silent pearls wake. carefully regular dependencies must use carefully against the slyly regular deposits. regular, ironic patterns detect furiously around the finally special foxes. fluf' -48,11,9451,191.36,'slyly final decoys will have to sleep alongside of the pending accounts. fur' -48,23,5564,668.19,'furiously even pinto beans poach blithely. carefully stealthy platelets wake slyly according to the bold requests. quiet, final deposit' -48,35,1719,606.16,'pending accounts sublate furiously. even deposits boost carefully after the final deposits' -49,50,9056,35.11,'carefully regular attainments wake fluffily blithely regular requests. slyly close ideas snooze. packages cajole final foxes. furiously final' -49,12,6646,908.15,'ironically final excuses integrate above the evenly even ideas? even, regular deposits cajole daringly special, express theodolites. blithely regular ideas are ' -49,24,5336,713.25,'slyly even pinto beans boost fluffily final instructions. blithely unusual dependencies cajole slyly above the regular, ironic dependencies. unusual dug' -49,36,597,812.62,'forges against the final dolphins wake furiously according to the requests. regular depths wake above the quickly pending foxes. platelets nag furiously slyly ir' -50,1,1832,565.54,'quick deposits against the foxes affix carefully carefully special warthogs. regular deposits boost furiousl' -50,13,43,690.87,'slyly pending requests thrash fluffily boldly even dependencies. slyly regular ideas' -50,25,6160,301.06,'furiously pending dolphins sleep carefully regular, close requests. bold theodolites cajole furiously ironic accounts. theodolites cajole furio' -50,37,2104,107.17,'regular dependencies run. regular, special platelets cajole stealthily carefully ironic deposits. finally silent theodolites are against the quietly re' -51,2,837,310.74,'requests use slyly regular instructions. even foxes will sleep blithely against the dependen' -51,15,7318,85.03,'carefully final deposits use furiously final courts. slyly bold orbits wake among the furiously fluffy frets. quickly regular accounts nag furiously-- ideas wake about the pack' -51,28,138,728.95,'unusual requests haggle. fluffily ironic ideas above' -51,41,8062,901.04,'carefully brave packages detect permanently. blithely ironic acc' -52,3,6533,54.92,'ironic excuses according to the quickly ironic requests boost regular, express excuses. furiously bold deposits ar' -52,16,1937,210.44,'carefully special courts about the blithely ironic requests cajole bold ' -52,29,4084,628.53,'carefully even deposits integrate around the ideas. carefully special accounts would promise furiously. express requests haggle s' -52,42,5524,424.93,'special accounts around the slyly regular foxes need to cajole furiously care' -53,4,6443,192.78,'ironic, even patterns wake. blithely ironic sentiments against the deposits haggle blit' -53,17,5319,563.44,'fluffily ironic requests boost furiously above the final foxes. even, unusual asymptotes are slyly according to the regular deposits. slyly ironic notornis sleep blithely again' -53,30,8200,388.08,'quickly regular foxes lose! furiously regular packages wake fluffily carefully final theodolites. carefully ironic accounts snooz' -53,43,6929,224.83,'ironic deposits are blithely final deposits. furiously express ideas sleep slyly according to the permanent foxes: blithely even braids boost slyly furiously bold excuses. furiously qu' -54,5,2515,686.51,'blithely unusual requests sleep carefully. slyly regular ideas maintain against the regular, express accounts. quickly unusual deposits bo' -54,18,7079,798.98,'carefully bold pinto beans among the even packages unwind quickly quickly final requests. quickly final deposits promise car' -54,31,2386,23.78,'stealthily regular sheaves are. furiously regular asymptotes among th' -54,44,536,259.24,'furiously regular pinto beans about the furiously regular instructions dazzle furiously foxes. unusual requests use alongside of the regular orbits.' -55,6,7874,611.04,'silent dolphins must haggle. regular, ironic theodolites affix unusual, regular fo' -55,19,8460,236.27,'asymptotes about the carefully special instructions use slyly quiet instructions. furiously final courts integrat' -55,32,8278,134.62,'regular theodolites affix slyly. blithely bold foxes wake above the requests. ironic, regular instructions sublate requests. bold accounts' -55,45,1289,130.33,'regular pinto beans haggle pinto beans. furiously even platelets doubt furiously se' -56,7,241,855.39,'carefully ironic requests by the daringly final frays' -56,20,9104,54.79,'final packages are across the furiously unusual requests. bold pinto beans nag quickly across t' -56,33,1330,52.29,'foxes boost fluffily slyly ironic accounts. carefully bold packages are. regular, express ideas wake. fluffily even tithes cajole. slyly careful pinto beans wake slyly slyly ' -56,46,5799,926.25,'silent frets cajole. carefully pending excuses are furiously even excuses. carefully regular attainments along the quickly final packages sleep quietly on t' -57,8,2972,123.11,'blithely ironic ideas kindle furiously blithely silent theodolites. deposits wake. even accounts affix carefully. stealthily even pinto beans against the r' -57,21,4721,411.08,'dinos wake blithely slyly express asymptotes. requests are carefully. quickly bold package' -57,34,3788,211.66,'furiously final requests against the accounts haggle across the carefully silent ideas. silent excuses sleep special ' -57,47,4583,137.68,'final, even pinto beans detect blithely; furiously bold packages haggle fluffily blithely f' -58,9,4328,542.52,'furiously furious accounts boost quickly after the evenly ironic deposits. pinto beans was according to the regular packages. silently regular excuses ou' -58,22,4307,448.31,'special excuses thrash slyly foxes. theodolites against the furiously even requests' -58,35,4136,512.24,'packages wake. furiously bold dinos after the excuses boost slyly quickly permanent' -58,48,9689,25.09,'blithely ironic ideas detect carefully slow accounts. carefully even requests sleep. slyly regular excuses are. blithely ironic ideas are furiously across the furiously unusual deposi' -59,10,8374,357.22,'furiously unusual platelets lose. requests cajole quickly. blithely unusual instructions use slyly among the furiously regular escapades. pending pinto beans ca' -59,23,4226,80.98,'slyly special instructions at the regular, unusual foxes eat against the carefully final dinos. regular packages kindle against the regular multipliers. furiously close dependen' -59,36,99,598.55,'furiously ironic accounts nag furiously regular dependenc' -59,49,8184,45.50,'bold, ironic instructions are blithely among the blithely enticing packages: carefully ironic theodolites are across the furiously pending dolphins. slyly regular instructions against the foxes s' -60,11,6642,800.72,'pending, regular accounts are fluffily. final courts are never regular packages. carefully final excuses use' -60,24,5017,314.81,'blithely regular packages are slyly past the even ideas. furiously final platelets ' -60,37,148,504.10,'carefully special patterns affix. regular, ironic ideas across the final dependencies hinder ' -60,50,5792,92.64,'blithely bold theodolites sleep about the accounts. carefully sly theodolites wake. furiously even requests dazzle carefully flu' -61,12,1540,858.64,'slyly ironic decoys detect blithely special packages. ' -61,25,9170,771.26,'pending, final instructions kindle carefully quick requests. regula' -61,38,4762,633.74,'fluffily regular foxes haggle about the carefully express reques' -61,1,7312,153.74,'final packages wake blithely special pinto beans. dogged requests integrate above the final, final deposits. furiously final gifts wake carefully slyly unusual courts. furiously final ide' -62,13,1780,692.42,'even accounts are carefully against the regular accounts! blithely express platelets detect along the final, ironic decoys. carefully special requests boost blithely. slyly fluf' -62,26,5896,348.82,'silent platelets sleep. ironic theodolites wake. pending ideas haggle quickly busily special sentiments. quickly pending braids wake. furiously regular packages across the accounts nag fluffily ac' -62,39,9127,620.08,'furiously pending requests about the slyly even deposits integr' -62,2,9542,255.78,'silently ironic packages eat doggedly. packages br' -63,14,1804,498.84,'special escapades nag besides the packages. final foxes haggle furiously according to the carefully unusual deposits. slyly regular instructions detect furiously across the asymptotes. express excus' -63,27,1998,509.16,'ironic, bold dependencies sleep evenly special theodoli' -63,40,6839,274.15,'carefully fluffy platelets sleep carefully according to the quickly special requests. final foxes cajole across the slyly special theodolites. accounts cajole slyly. slyly even packag' -63,3,6325,463.69,'closely final requests according to the ironic theodolites affix carefully above the final requests. ironic asymp' -64,15,5567,228.61,'dependencies above the asymptotes wake carefully according to the permanently ironic deposits. express somas across the final excuses cajole blit' -64,28,4542,398.92,'bold, express asymptotes sleep blithely according to the carefully pending requests. blithely unusual deposits cajole' -64,41,9110,602.65,'slyly final pinto beans haggle even ideas. never even packages are carefully against the quickly regu' -64,4,2064,25.77,'quietly even courts cajole carefully. ironic pinto beans breach blithely. furiously regular foxes sleep carefully among the ' -65,16,2918,846.26,'quickly regular dependencies sleep slyly bold excuses. unusual foxes cajole slyly. slyly unusual accounts grow. excuses maintain ca' -65,29,1779,393.63,'furiously final deposits haggle. express foxes serve furiously pinto beans. carefully final packages along the pending deposits are through the final, fina' -65,42,2054,503.10,'foxes after the express, final theodolites cajole quickly carefully blithe sheaves. regular pinto be' -65,5,2188,288.73,'blithely pending deposits affix fluffily against the quickly final accounts. carefully ironic ' -66,17,3077,809.13,'evenly ironic frays are slyly dogged packages. even deposits sleep. ironic asymptotes are fluffily. carefully special accounts cajole regular theodolites' -66,30,1076,785.75,'furiously express requests hang closely. fluffily regular accounts above the ' -66,43,2568,447.08,'silent, final dependencies cajole quickly above the ironic Tiresias. final, regular deposits sleep carefully ' -66,6,296,797.27,'silent, pending patterns boost quickly throughout the fluffily even deposits. ' -67,18,9923,306.37,'slyly ironic forges thrash slyly. carefully final courts after the blithely final requests wake about the even foxes.' -67,31,7908,546.75,'regular deposits use quickly quickly express pinto beans. furiously final dependencies haggle across the requests. carefully even instructions against the excuses us' -67,44,3368,625.62,'unusual dolphins use slyly. carefully special foxes use furiously ironic theodolites.' -67,7,5826,397.34,'fluffily regular accounts integrate carefully according to the theodolites-- slyly unusual instructions' -68,19,3444,31.37,'carefully even requests sleep; regular, ironic foxes hang pending, even sentiments. regular foxes haggle. dolphins integrate quickly pinto beans. s' -68,32,6762,5.16,'quickly regular accounts haggle daringly even, ironic requests. ideas wake slyly-- blithely regular ideas are quickly about the pending, express instructions; ironic packages affix blithel' -68,45,8300,80.86,'express accounts nag. furiously careful accounts among the quickly special deposits sleep ab' -68,8,5399,683.59,'express, ironic packages along the ironic, even accounts affix alongside of the excuses. platelets sleep furiously. carefully express foxes along the stealthy courts wake slyly across' -69,20,6197,694.24,'regularly unusual foxes cajole quickly. furiously regular packages' -69,33,8235,846.49,'furiously silent platelets wake carefully across the furiously even pinto beans. slyly bold accounts haggle above the special, final excuses. doggedly final pinto beans are carefully at the bli' -69,46,9294,386.96,'carefully final accounts above the busily close dependencies boost dogged deposits. fluffily pending dolphins sublate. ironic deposits a' -69,9,7017,344.28,'regular, final pinto beans cajole after the blithely silent dolphins. blithely regular requests wake. even ideas cajole blithely against the ironic pinto beans. idly special theodol' -70,21,4536,348.27,'carefully special instructions among the foxes haggle fluffily special platelets. blithely ironic deposits engage furiously carefully express foxes. ir' -70,34,8063,452.80,'ironic requests boost quickly carefully ruthless braids: blithely ironic sheaves are quickly bold foxes. regular, unusual theodolites mold slyly. bold ideas haggle ruth' -70,47,2990,940.81,'ideas integrate quickly. unusual, ruthless dependencies solve across the regular deposits. blithely unusual packages was carefully special requests. regular, regular requests boost bli' -70,10,9074,182.58,'silent requests among the express forges nag unusual theodolites. express realms impress b' -71,22,508,842.21,'special, even accounts cajole regular deposits. requests above the even requests use even deposits. carefully unusual deposits affix about the slyly unusual packages. care' -71,35,8329,239.57,'carefully pending accounts haggle regularly. ironic, regular theodolites cajole: blithely ironic notornis affix fluffily. slyly regular deposits hinder carefully. regular, ironic' -71,48,6768,744.67,'ironic theodolites integrate blithely about the bold ideas. sil' -71,11,5179,329.13,'daring accounts sleep carefully carefully ironic requests. slyly final requests integrate careful' -72,23,9855,497.26,'blithely regular frays use. blithely dogged packages af' -72,36,9346,41.04,'slow, bold asymptotes serve furiously alongside of the closely ironic requests. ironic, ironic instructions after the carefully even accounts unwind quickly deposits. quic' -72,49,2654,762.61,'carefully regular pinto beans integrate accounts. unusual requests upon the requests haggle blithely carefully thin theodolites. even, even packages along the asymptotes cajole quickly pendin' -72,12,4526,154.47,'furiously even patterns use carefully. ironic requests sleep. bold packages sleep alongside of the blithe, regular asymptotes: c' -73,24,9873,947.99,'slyly regular multipliers wake furiously across the silently ironic accounts. fluffily ironic instructions cajole slyly against ' -73,37,7729,920.66,'furiously regular deposits are idly. carefully bold' -73,50,5327,108.96,'fluffily express ideas cajole quietly carefully sly instructions. express packages boost carefully about the blithely bold packages. ironic accounts cajole fluffy accounts?' -73,13,3928,309.57,'carefully bold accounts wake quickly blithely final packages. furiously special dependencies are. blithely ironic packages wake quickly about the regular deposits. bold ideas along the excuses' -74,25,3128,345.92,'ironic packages use slyly. blithely bold deposits affix. slyly even pinto beans nag. bold packages grow according to t' -74,38,2479,930.97,'carefully final foxes boost slyly across the ironic patterns. furiously ironic ' -74,1,9473,496.36,'slyly permanent requests haggle. fluffily ironic instructions across the u' -74,14,6234,849.66,'carefully final foxes haggle doggedly final requests. express accounts sleep carefully pending pinto beans. furiously pending requests nag furiously. ironic pinto beans haggle furiously pending, spe' -75,26,7086,624.39,'express requests detect bravely. silently pending dependencies dete' -75,39,6308,759.36,'slyly final deposits haggle blithely. regular theodolites are carefully. furiously regular pinto beans nod with the fu' -75,2,9080,433.59,'carefully final deposits kindle about the foxes. blithely bold excus' -75,15,5439,884.01,'ironic packages nag blithely. ironic accounts wake carefully up the express, final pinto beans. furiously regular requests' -76,27,6754,494.83,'furiously ironic instructions dazzle blithely among the slyly slow pinto beans. furiously even platelets cajole. blithely un' -76,40,2009,108.97,'furiously final requests are. carefully express accounts are close' -76,3,6371,552.38,'daringly regular requests are carefully. carefully regular instructions nag unusual pinto beans. furiously final instructions according to the carefully unusual courts was da' -76,16,7986,252.03,'furiously regular packages against the quickly ironic packages cajole above the carefully silent instructions. carefully express ideas use express ideas. quickly regular id' -77,28,552,254.92,'permanently pending theodolites are blithely against the regular instructions. bold accounts wake furiously ' -77,41,8170,875.83,'quickly special deposits among the unusual foxes wake pending asymptotes. slyly pending requests against the bl' -77,4,8541,936.13,'slyly even accounts wake. furiously regular foxes lose. enticingly regular dependencies are according to the blithely even accounts! blithely ironic requests sleep ironic ' -77,17,1713,402.14,'slyly ironic courts across the furiously even requests are furiously among the carefully ironic packages. unusual accounts across the furiously express escapades boost furiously alongsi' -78,29,9915,729.94,'blithely special accounts against the blithely unusual a' -78,42,7246,577.23,'slyly bold instructions use slyly after the carefully unusual deposits. quickly regular foxes cajole blithely fi' -78,5,1801,434.34,'furiously bold foxes grow quickly deposits. carefully pending pains nag furiously final courts. regular, express hockey players wake carefully. ironic, silent pinto beans at the quickly sly' -78,18,9599,382.82,'final, regular theodolites sleep. blithely final packages x-ray. courts integrate slyly. pinto beans doubt carefully. unusual foxes are s' -79,30,4248,765.34,'slyly final instructions boost slyly. special, regular accounts about the final, unusual deposits doze carefully according to the regular, bold foxes. regular foxes nag alongside of th' -79,43,465,28.33,'express, bold accounts boost even deposits. even instructions affix special requests. silently regular somas use quickly bold requests. quiet deposits nag blithely even instructions. blithely ' -79,6,3309,880.23,'quickly regular deposits for the ironic foxes hagg' -79,19,8627,891.18,'carefully ironic ideas about the regular, quiet packages cajole quickly around the ironic packages. ironic, even deposits against the close packages cajole above the quickly unusual accounts. sly' -80,31,8893,127.65,'carefully ironic accounts across the unusual attainments ' -80,44,2243,775.79,'carefully unusual depths above the ironic, special fo' -80,7,5385,945.72,'furiously express dolphins cajole furiously accounts. carefully even pinto beans are furiously express instructions. quickly final foxes boost fluffily fluffily express packages. fin' -80,20,4034,797.05,'furiously special accounts after the quickly special deposits use quickly unusual platelets. ironic requests detect blithely within the enticing packages. silent accounts about the ironically ex' -81,32,1605,550.29,'ironic, ironic foxes cajole furiously across the carefully regular depo' -81,45,5923,220.23,'pending, silent accounts wake slyly. furiously regular packages impress. carefully ruthless foxes at the carefully final foxes dazzle idly along the ' -81,8,2942,409.73,'slyly regular instructions mold across the regular grouches! quickly special accounts cajole blithely ' -81,21,58,492.19,'express escapades above the blithely ironic Tiresias use furiously unusual theodolites. furiously unusual asymptotes ' -82,33,7793,697.31,'slyly regular foxes are furiously busy waters. even excuses cajole carefully. even packages boost. deposits nag furiously according' -82,46,7698,585.86,'furiously final theodolites alongside of the blithely pending foxes play furiously across' -82,9,8268,604.25,'pending ideas beneath the packages haggle slyly against the ironic decoys. deposits against the quickly unusual deposits sleep slyly slyly iro' -82,22,5532,900.07,'fluffily ironic accounts cajole. slyly ruthless deposits haggle slyly furiously unusual multipliers. carefully unusual pains haggle furiously along the slyly r' -83,34,3010,745.51,'ruthless requests sleep final multipliers! final excuses use furiously. slyly regular packages should have to ha' -83,47,8200,399.64,'slyly regular courts serve across the furiously ironic multipliers. quiet, unusual theodolites haggle carefully silent, express idea' -83,10,5974,657.22,'carefully pending theodolites integrate carefully fluffily bold ideas. sometimes regular courts boost carefully. furiously express accounts sleep. quick' -83,23,3890,24.73,'accounts according to the special ideas haggle blithely silent accounts. slyly even requests haggle alway' -84,35,5711,233.61,'blithely regular foxes engage slyly ironic requests. carefully pending foxes cajole quickly dependencies. furiously unusual dep' -84,48,208,469.80,'finally regular packages across the unusual theodolites boost across the regular accounts. express accounts despite the carefully even instructions breach quickly even packages-' -84,11,2909,969.44,'enticing, bold excuses cajole. quickly special foxes cajole slyly along the blithely ironic tithes: slow instructions sleep daringly regular ideas. carefully regul' -84,24,903,707.77,'ironic, express somas are carefully unusual pinto beans. slyly pending pl' -85,36,2628,608.77,'quickly even accounts along the quickly pending depo' -85,49,118,917.83,'slyly bold accounts dazzle furiously according to the regular, regular pinto beans. express deposit' -85,12,2074,491.20,'carefully silent packages nag carefully among the pinto beans: silent' -85,25,8289,73.81,'blithely pending excuses are quickly. regular packages integrate regular, regular accounts. express requests integrate blithely around the furiously even packages. fi' -86,37,806,65.98,'special requests use slyly carefully regular depos' -86,50,2773,250.04,'blithely special accounts haggle fluffily across the express, final foxes. bold requests after the fluffily idle foxes cajole slyly ' -86,13,5546,816.53,'slyly even deposits would use slyly furiously ironic deposits. daringly even accounts maintain slyly even instructi' -86,26,1418,332.65,'warthogs haggle carefully about the blithely regular excuses! fluffily even deposits wake carefully pending packages. even accounts along the' -87,38,5679,688.33,'ironic, dogged instructions nag along the final deposits. final, ironic theodolites haggle furiously slyly pending epitaphs. silent pinto beans are quiet' -87,1,1272,435.42,'furiously pending packages alongside of the blithely pending accounts wake quickly unusual, final packages. idly unusual deposits sleep ironically express p' -87,14,9041,617.20,'ironic foxes past the excuses integrate after the blithely bold courts. carefully regular accounts integrate blith' -87,27,1892,868.60,'carefully bold excuses around the foxes sleep fluffily carefully pending theodolites. fluffily even theodolites boost slyly. quickly even accounts boost slyly according to th' -88,39,6116,334.58,'even excuses are fluffily across the final foxes. quickly regular accounts against the regular, final requests eat furiously regular packages. carefully unusu' -88,2,395,71.50,'requests sleep even deposits. final, ironic excuses wake furiously furiously ironic packages. ironic ' -88,15,9979,81.82,'blithely daring pinto beans cajole quickly regular accounts. regular packages are slyly. blit' -88,28,276,821.43,'silent accounts nag excuses. special packages should have to was. slyly regular pinto beans wake fluffily above the qu' -89,40,3430,744.87,'boldly silent theodolites grow carefully furiously special platelets. packages cajole fluffily foxes. slyly special ideas against the slyly unusual packages ' -89,3,8599,776.53,'blithely even deposits integrate blithely about the furiously regular pains. special accoun' -89,16,7876,417.61,'final foxes sleep fluffily regular packages. fluffily pending platelets sleep never against the slyly bold packages. slyly unusual foxes among the quickly fina' -89,29,924,920.02,'blithely regular ideas wake carefully. quickly regular sheaves wake' -90,41,8037,409.38,'even, ironic theodolites wake quickly regular foxes: carefully ironic accounts wake fluffily alongside o' -90,4,9683,498.43,'furiously unusual theodolites about the blithely regular ideas boost carefully alongside of the bold, final pinto beans. final, unusual packages cajole? ruthless deposi' -90,17,7849,666.13,'blithely express requests play slyly. furiously ironic accounts across the final packages wake carefully regular theodolites. careful, final ideas use caref' -90,30,7629,50.84,'blithely even accounts are. blithely unusual foxes slee' -91,42,7986,528.64,'ironic foxes according to the final, even accounts affix furiously ironic instructions. furi' -91,5,3257,906.20,'blithely express dependencies sleep. pinto beans about the blithely express depos' -91,18,483,823.21,'regular ideas serve quickly fluffily pending asymptotes. fluffily bold requests maintain slyly. fluffily unusual packages integrate above the slyly regular packages. carefully final pinto b' -91,31,1265,703.41,'ruthlessly ironic packages hang blithely final accounts. ironic accounts mold slyly packages. blithely regular excuses cajole' -92,43,9337,224.01,'blithely even deposits are quickly. pending, pend' -92,6,2246,985.03,'theodolites integrate furiously even accounts. unusual deposits except the blithely pending courts snooze furiously blithely ironic deposits. care' -92,19,3199,91.63,'silently even deposits wake carefully special ideas. express requests wake fluffily. accounts haggle regular, f' -92,32,1044,854.89,'furiously pending ideas haggle carefully along the unusual deposits. furiously regular foxes poach furiously' -93,44,3008,615.98,'pending requests are blithely near the carefully dogged packages. silen' -93,7,5275,376.47,'express, special deposits boost blithely across the slyly final ideas. fluffily special asymptote' -93,20,3869,868.81,'regular ideas use about the requests. bold theodolites wa' -93,33,7188,805.90,'pending, special packages boost. silent excuses after the blithely silent packages serve across the slyly quiet accounts. fluffily special reques' -94,45,5433,365.56,'blithely pending deposits kindle slyly: quick platelets affix ironically regular, dogged packages-- even courts wake. ironic accounts wake furiously. quickly final packag' -94,8,7784,358.08,'busily special packages wake furiously according to the final courts; furiously ironic waters wake blithely final pinto beans. blithely ex' -94,21,7232,478.94,'final instructions are slyly carefully even packages. even requests above the final deposits nag carefully across the furiously careful packages. accounts around the requests are alongside o' -94,34,3261,824.08,'regular theodolites are about the regular instructions. carefully regular deposits use blithely carefully fi' -95,46,5186,291.03,'furiously pending deposits cajole carefully; silent sauternes after the fluffily regular depths are slyly ' -95,9,6552,456.36,'carefully unusual accounts sleep slyly about the bravely regular pinto beans. carefully ironic orbits would sublate furio' -95,22,367,987.22,'thin, brave instructions nag above the regular, regular requests. slyly re' -95,35,7379,973.74,'blithely special dependencies use. final excuses across the final packages wake across the carefully final instructions. pending instructions against the final deposits use blith' -96,47,5739,202.06,'even, ironic deposits haggle fluffily among the ironic packages. carefully even dependencies engage quickly ironic accounts. regular, regular theodol' -96,10,4942,571.30,'pending, special excuses detect; fluffily final account' -96,23,9985,672.29,'slyly even requests sleep against the blithely regular accounts. furiously ironic requests against the furiously unusual requests cajole to the final, final requests' -96,36,7250,587.08,'even foxes sleep fluffily after the regular packages; excuses are. furiously final deposits nag carefully idly regular pint' -97,48,6371,129.77,'pending, ironic theodolites are after the blithely regular foxes. bold packages among the ironic deposits integrate alongside of the' -97,11,2390,458.34,'slyly ironic deposits hinder blithely pending dependencies-- slyly ironic packages after the furiously unusual deposits sleep slyly after the ' -97,24,2618,239.34,'fluffily unusual deposits detect quickly. final, regular pack' -97,37,4580,761.41,'carefully ironic ideas after the carefully even requests boost b' -98,49,9486,908.21,'deposits haggle busily express deposits. furiously blithe platelets ' -98,12,8550,657.16,'express, final deposits haggle along the regular foxes. carefully regular excuses wake against the carefully even pinto beans. furiously express pinto beans' -98,25,3443,139.00,'express, express pinto beans wake blithely. silent, pending requests around the special packages cajole after the quietly regular accounts. somas sleep.' -98,38,3759,811.55,'blithely silent instructions promise furiously across the blithely regular dependencies. unusual packages print across the ironic pinto beans. orbits sleep blithely against t' -99,50,8487,438.38,'even foxes haggle furiously after the quiet theodolites; carefully bold dependencies sleep finally final ideas. furiously slow instructions sleep carefully. special deposits sleep fluffily. c' -99,13,7567,496.93,'regularly express accounts about the regular foxes wake ruthlessly even ideas. furiously final accounts are bravely. blithely final ideas are ' -99,26,7970,365.83,'final accounts boost slyly according to the bold asymptotes. idly silent packages across the slyly ironic dependencies use fluffily among the slyly silent requests. requests boost q' -99,39,2789,843.88,'slyly unusual pearls wake blithely. slyly even packages across the carefully regular foxes haggle idly carefully bold requests. slyly even pinto beans sleep pack' -100,1,7885,490.61,'packages alongside of the quickly final deposits are against the fluffily bold packages. furiously expre' -100,14,2070,196.73,'final pinto beans cajole over the carefully even accounts. bold, bold dependencies above the ironic, express asymptotes use carefully fur' -100,27,4994,929.57,'carefully final pinto beans according to the fluffy instructions integrate about the furiously unusual accounts. pending deposits are carefully final packages. blithely bold requests eng' -100,40,9688,22.00,'carefully stealthy deposits nag furiously. bold dolphins dazzle carefully. slyly even excuses sleep carefully ironic theodolites. even, even ideas thrash furiously. furiously pending theodol' -101,2,5589,305.40,'instructions was blithely regular requests? carefully regular packages nag carefully ironic asymptotes. slyly ironic Tiresias about the blithely regular ideas play furiously across the fu' -101,16,8263,218.71,'requests haggle quickly. furiously regular requests are. expres' -101,30,6324,786.53,'carefully final requests according to the quickly bold platelets are about the ironic courts. furiously silent foxes sleep according to the furiously even pinto beans. carefull' -101,44,55,612.09,'carefully express packages across the slyly even ' -102,3,1384,876.75,'quickly pending accounts hang permanently around the quickly ironic accounts. quickly even acc' -102,17,9137,332.71,'carefully express theodolites cajole furiously. slyly sly foxes are slyly carefully regular instructions. daring, exp' -102,31,9156,618.00,'pending dependencies about the furiously pending requests integrate furiously about the bold theo' -102,45,6942,231.02,'slyly unusual excuses affix ruthlessly silent pinto beans. unusual instructions are. packages poach furiousl' -103,4,5913,905.88,'requests among the furiously regular pinto beans haggle carefully furiously regular packages. blithely final accounts sleep ' -103,18,7742,414.42,'blithely special accounts are. furiously ironic packages haggle slyly blithely dogged packages: quickly unusual deposits ha' -103,32,5164,361.48,'furiously unusual pinto beans haggle blithely unusual deposits. requests integrate according t' -103,46,429,605.20,'regular, ironic packages are deposits. excuses haggle alongside of the slyly even foxes. slyly regular requests are. regular, final requests sleep slyly? b' -104,5,2368,946.39,'ironic ideas haggle above the foxes. slyly slow pinto beans haggle blithely ironically ironic foxes. s' -104,19,6110,15.57,'blithely regular dolphins eat blithely carefully regular orbits. blithely regular requests wake about the quickly even theo' -104,33,6269,213.89,'fluffily regular asymptotes engage. dolphins are enticingly-- slyly express asymptotes sleep b' -104,47,3369,729.38,'slow, enticing deposits are quickly. requests cajole blithely above the fluffily regular pearls. c' -105,6,4602,27.75,'pending accounts haggle quickly. ironic packages detect quickly. final, silent deposits boost carefully ruthlessly unusual warth' -105,20,269,158.62,'quickly pending platelets against the pending, even packages use acc' -105,34,8855,810.86,'slyly even requests across the furiously special packages use idly regular, unusual courts. blithel' -105,48,8519,904.17,'regular dependencies cajole carefully special, unusual packages. special accounts haggle about the slyly even theo' -106,7,8649,732.15,'fluffily unusual ideas alongside of the special accounts was above the even, i' -106,21,3144,779.68,'furiously regular instructions boost alongside of the pending grouches. slyly ironic deposits integrate. foxes unwind furiously against the blithe instructions. accounts' -106,35,1411,310.40,'regular, pending excuses maintain about the forges. bold, express deposits cajole among the ironic instructions. furiously unusual pinto bea' -106,49,2297,281.98,'fluffily regular depths sleep carefully against the b' -107,8,7249,168.03,'carefully sly ideas nag above the ironic instructions' -107,22,4029,91.31,'fluffily ironic pinto beans cajole. carefully even accounts haggl' -107,36,4667,372.94,'even excuses are evenly. thin foxes according to the carefully regular instructions cajole along the pending, silent pinto beans. ironic, even ideas hag' -107,50,7912,474.77,'bravely bold requests are slyly. carefully special requests are acc' -108,9,4149,558.85,'carefully express deposits engage. slyly final instructions haggle fluffily ironic orbits. blithely quiet requests use carefully. platelets cajole furiously even packages. special,' -108,23,4898,241.47,'carefully pending accounts breach furiously. ironi' -108,37,5534,626.89,'special accounts cajole furiously across the ironic instructions. furiously bold accounts hang slyly to the furiou' -108,1,3142,922.27,'pending asymptotes alongside of the fluffily bold instructions boost slyly blithely stealthy multipliers. theodolites wake slyly. slyly bl' -109,10,524,275.19,'special requests cajole closely up the foxes. special, pending theodolites sleep slyly doggedly ironic requests. slyly regular accounts try to cajole fluffily.' -109,24,4470,992.21,'fluffily close accounts detect slyly! unusual ideas boost blith' -109,38,8176,936.60,'carefully ironic requests wake ironic ideas. unusual plat' -109,2,7524,374.49,'pending, even deposits use carefully. carefully pending accounts haggle blithely alongside of the furiously silent deposits. carefully even requests above the carefully' -110,11,2782,566.46,'blithely final requests above the pending depths sleep carefully instructions. slyly regular deposits are about the quickly even depende' -110,25,8914,183.47,'unusual foxes around the requests integrate across the fluffily regular dinos. quickly regular asymptotes cajole slyly. slyly even o' -110,39,1160,932.08,'blithely regular foxes wake across the warthogs. bold ideas wake quickly after the ironic, even platelets. blithely even deposits among the ironic Tiresias wake slyly carefully final' -110,3,4927,196.63,'furiously express pinto beans was carefully. carefully final pinto beans mold about the final accounts. even' -111,12,1890,321.97,'final instructions haggle. slyly permanent courts cajole quickly along the quickly express dependencies. acco' -111,26,9587,978.65,'furiously bold packages haggle blithely above the carefully special courts. slyly pending dolphins haggle at the carefully ironic accounts. quickly ironic theodolites sleep slyly slyly pe' -111,40,8069,745.33,'fluffily final theodolites wake according to the silent requests. special ideas boost above the final, special instructions. furiously even foxes cajole af' -111,4,2175,496.08,'furiously ironic dependencies sleep fluffily along the slyly pending accounts. ideas are slyly blithely bold deposits. carefully ironic foxes' -112,13,8509,111.42,'idly regular requests nod carefully alongside of the unusual, regular requests. unusual requests sleep asymptotes-- final theodolites sleep carefully slyly express instructions. slyly pending' -112,27,7652,783.52,'instructions should have to sleep finally dinos. final, ironic foxes sleep alongside of the quickly special accounts. final packages are furiously pending' -112,41,4835,913.75,'carefully ironic requests breach. ironic, unusual deposits wake carefully among the quickly ironic packages. blithely regular gifts affix slyly. slyly bold instructio' -112,5,1211,815.88,'furiously pending platelets along the furiously ironic packages are furiously blithely pending accounts. quickly ironic account' -113,14,9981,396.26,'furiously final sentiments are finally deposits. final dolphins around the carefully final platelets n' -113,28,3804,860.68,'blithely regular packages affix quickly. final requests after the quickly expre' -113,42,522,981.41,'instructions wake carefully. daringly final deposits above the ironically bold deposits h' -113,6,4692,141.48,'quickly silent asymptotes are slyly regular excuses. instructions wake furiou' -114,15,7146,447.24,'slyly final deposits cajole quickly slyly even deposits. express requests doze carefully according to the pending, idle excuses. special instructions sleep. ironic accounts use carefully abov' -114,29,3062,555.12,'slyly ironic dependencies about the blithely regular attainments wake furiously final accounts. even accounts are among the bravely ' -114,43,4519,382.87,'quickly thin tithes would boost slyly. closely special dolphins wake furiously. furiously fi' -114,7,2113,570.79,'unusual pains use furiously quickly regular theodolites. furiously unusual packages according to the final, regular instructions sleep slyly above the slyly even instruc' -115,16,1817,82.84,'quickly final requests use fluffily across the regular, unusual deposits. regular deposits' -115,30,983,867.45,'carefully special instructions integrate furiously above the regular, ironic gifts. pending, express packages are. fluffily even accounts haggle carefully along the slyly bold re' -115,44,7781,861.93,'slyly final requests haggle furiously since the quickly even Tiresias. furiously final theodolites affix. final, final instructions haggle fluffily permanently special courts. carefully ' -115,8,3002,81.52,'carefully even deposits wake carefully around the final deposits. quickly final dependencies wa' -116,17,6580,705.50,'furiously express requests engage theodolites; ironic requests are. fluffily silent a' -116,31,4975,413.86,'fluffily bold pinto beans are alongside of the quickly regular warthogs. even sheaves use blithely across the ironic theodolites. even grouches cajole deposits. bus' -116,45,8679,866.56,'blithe, regular requests across the quickly silent requests breach blithely unusual d' -116,9,5632,37.30,'fluffily final pinto beans wake furiously about the slyly final requests; ' -117,18,5906,706.51,'blithely ironic packages cajole carefully. furiously final deposits wake carefully. unusual dependencies cajole furiously above the slyly unusual instructions. carefully ironic foxes' -117,32,1986,322.08,'express, unusual theodolites are slyly. furiously bold ideas wake carefully slyly ironic pinto beans. foxes nag. final foxes haggle f' -117,46,2577,761.86,'furiously ironic packages after the ironically express packages boost above the furiously final accounts. slyly silent requests can use f' -117,10,4762,552.88,'express theodolites are carefully blithely final requests. regular asymptotes sleep. furiously pending somas integrate quickly. sl' -118,19,694,744.73,'slyly ironic asymptotes cajole ruthlessly ironic excuses. carefully express de' -118,33,6326,325.61,'ruthless ideas nod furiously accounts; slow foxes use sl' -118,47,7806,283.27,'ironic ideas serve carefully. final foxes doze about the carefully express accounts. slyly pending theodolites sleep furiously. final, final platelets' -118,11,4951,976.55,'quickly bold deposits haggle slyly: blithely unusual deposits wake except the fluffily express deposits. furiously bold requests cajole alongside of the slyly final theodo' -119,20,2307,473.64,'final excuses use. fluffily regular pinto beans wake across the carefully even ideas. deposits cajole blithely blithely ironic deposits. silent asymp' -119,34,1452,676.92,'slyly dogged dependencies can detect furiously silent requests. pending, regular excuses wake quickly furiously silent ideas; ideas haggle careful' -119,48,4955,488.93,'deposits run against the ironic, ironic packages. thinly ironic deposits cajole fluffily carefully express foxes. final accounts according to th' -119,12,583,782.47,'regular deposits sleep carefully. fluffily ironic theodolites print furiously regular, even requests. sly braids play carefully slyly ironic requests. f' -120,21,4976,201.21,'bold accounts are. slyly unusual accounts wake blithely accounts. ironic' -120,35,7744,365.79,'carefully even dependencies along the furiously ironic instructions nag slyly ruthlessly ironic accounts. fi' -120,49,5329,249.61,'fluffily thin frets haggle after the furiously ironic instructions. pending, regular theodolites cajole according to the blithely ironic theodolites. s' -120,13,3102,566.34,'quiet, pending requests nag furiously around the permanent requests. regular, silent packages' -121,22,9741,147.45,'blithely final accounts sleep quickly. carefully even theodolites haggle. bold courts ought to boost about the qui' -121,36,4246,850.42,'slyly even excuses sleep slyly closely ironic packages; blithely regular deposits are furiously along ' -121,50,7670,449.39,'carefully regular foxes above the slyly express packages ar' -121,14,8709,655.22,'finally regular packages sleep. carefully blithe deposits haggle blithely according to the permanently ironic deposits. packages wake carefully inside the regular package' -122,23,1019,451.29,'fluffily even Tiresias haggle. slyly fluffy foxes sublate among the even deposits. carefully even pinto beans wake furiously abo' -122,37,2490,637.28,'furiously special excuses alongside of the furiously regular accounts eat furiously among the express pinto beans' -122,1,4957,650.84,'furiously regular packages use carefully alongside of the fluffily bold excuses. blithely regular Tiresias haggle slyly after the final, ironic deposits. final notornis are slyly. furiousl' -122,15,2083,739.25,'furiously even platelets are furiously against the excuses. quickly express requests among the quickly regular pinto beans serve carefully thinly unusual pinto beans. quickly ' -123,24,9881,107.03,'fluffily unusual dolphins are. blithely ironic waters about the deposits slee' -123,38,5638,818.19,'slyly bold instructions wake blithely around the fluffily fi' -123,2,2692,217.01,'foxes kindle furiously. blithely regular excuses cajole fluffily final dependencies. special, regular accounts cajole slyly. regular dependencies are about the regular foxes; regular, ' -123,16,5311,149.65,'bold, ironic deposits detect carefully. furiously silent asymptotes integrate busily after the slyly dogged packages. slyly regular gifts cajole quickly after the qu' -124,25,7102,901.98,'packages maintain slyly ironic theodolites: furiously express deposits along' -124,39,3969,908.64,'carefully regular platelets cajole against the even packages. slowly unusual deposits are quickly pendin' -124,3,9295,882.54,'furiously final deposits haggle. packages along the carefully final packages nag blithely above the even theodolites. unusual accounts boost ironically regular' -124,17,9416,822.78,'carefully even requests are slyly against the furiously final requests. quickly regular accounts haggle silently above the unusual, regular packages. courts ac' -125,26,2263,358.45,'slyly pending requests use. quickly bold decoys among the special foxes cajole even, ironic accounts. even, dogged accounts cajole. ironic foxes cajole. unusual accounts haggle furiously. f' -125,40,8276,668.65,'stealthy foxes integrate after the special packages. even, permanent theodolites wake furiously regular packages. furiously regul' -125,4,2600,455.70,'furiously even requests wake quickly furious deposits. quickly final courts sleep pending accounts. blithely ironic requests detect blithely across the unusual, final' -125,18,5546,806.66,'ironic pinto beans are quickly furiously regular packages. carefully unusual foxes haggle among the enticingly unusual accounts. blithely unusual packages sleep about the quickly even deposi' -126,27,2647,221.89,'dogged, even grouches nag blithely. slyly regular sentiments wake idly among the unusual theodolites. blithely' -126,41,2373,194.38,'blithely special foxes detect regular instructions. silent packages lose carefu' -126,5,1532,451.61,'pinto beans above the sauternes sleep pending instructions. fluffily regular dolphins use furiously. i' -126,19,5458,929.43,'ironic ideas sleep carefully unusual accounts-- furiously bold packages affix c' -127,28,7658,712.33,'blithely ironic packages kindle furiously carefully unusual packages. regularly unu' -127,42,1467,237.98,'final sauternes play ironic requests. ideas engage after the blithely ev' -127,6,8281,3.14,'fluffily final requests according to the slyly final accounts integrate slyly special, ' -127,20,8894,73.42,'even foxes sleep fluffily. furiously special requests dazzle quickly express packages. slyly even deposits are foxes. final, special requests despite the blithe' -128,29,6982,425.29,'ironic, pending ideas wake carefully along the slyly regular pinto beans. deposits haggle slyly instructions. final, regular pinto beans about the bold instruc' -128,43,7602,224.49,'carefully special courts above the blithely even theodolites wake slyly' -128,7,3766,947.16,'furiously final waters nag bold foxes. bold platelets use fluffily' -128,21,7023,875.78,'final foxes alongside of the ironic theodolites boost blithely across the warthogs. regular ' -129,30,5721,129.69,'requests detect slyly according to the pinto beans. finally silent excuses are. slyly special pinto beans wake. final accounts above the slyly even accounts doubt alongside of the pending, si' -129,44,7242,200.26,'daringly unusual ideas was carefully ruthless ideas. quick pinto beans thrash a' -129,8,5299,330.59,'blithely express ideas nag blithely final accounts. carefully special requests use carefully after the special accounts. quickly final ideas use ac' -129,22,1968,27.22,'fluffily regular packages wake furiously furiously regular asymptotes. slyly idle ideas wake blithely. blithel' -130,31,4928,223.38,'regular packages use. quickly regular requests cajole furiously final requests. carefully unusual escapades haggle special asymptotes.' -130,45,6909,275.58,'carefully even pinto beans hinder carefully about the even, regular theodolites. unusual requests nag carefully. carefully bold deposits sleep ironically special, re' -130,9,4850,442.81,'slyly ruthless deposits are slyly packages. pending, final accounts ' -130,23,7387,883.99,'furiously pending packages cajole across the even, bold fo' -131,32,3263,211.70,'express dolphins sleep ideas. requests cajole carefully above the carefully special requests. carefully even p' -131,46,125,861.84,'unusual packages haggle carefully. ironic instructions wake according to the quick' -131,10,5138,572.43,'carefully express sauternes wake packages. blithely unusual deposits haggle even' -131,24,8945,613.09,'furiously special asymptotes haggle along the quickly regular hockey players. slyly express packages haggle slyly quickly regular deposits. bl' -132,33,3092,687.29,'quickly pending excuses at the furiously special dependencies haggle slyly even acc' -132,47,1904,925.73,'express theodolites wake carefully after the final accounts. requests wake carefully. carefully final pinto beans are quickly. platelets sleep. even accounts cajole fluffily along the ironic pa' -132,11,7441,357.06,'ironic ideas use above the slyly unusual packages. bold deposits about the blithely final ideas wake fluffily special deposits. furiously regular ideas cajo' -132,25,5303,353.06,'slyly special theodolites mold furiously theodolites. req' -133,34,5727,49.17,'ironic, express deposits hinder furiously carefully final platelets. requests according to the carefully special deposits integrate about the sly' -133,48,404,478.18,'special requests grow. blithely unusual asymptotes ca' -133,12,4568,57.48,'quickly ironic instructions sleep stealthily. final, bold ' -133,26,2813,277.26,'fluffily final packages solve slyly. furiously special deposits lose quickly. carefully special requests along the quietly ironic ' -134,35,8879,848.14,'slyly even requests across the closely bold accounts cajole quickly carefully enticing packages. deposits sleep. blithely unusual dependencies nag slyly; slyly bold depos' -134,49,9013,102.99,'slyly final requests wake carefully idle, even asymptotes. requests nag furiously among the packages. furiously regular packages sleep fluffily. ' -134,13,852,927.45,'fluffily pending theodolites detect quickly across the unusual pinto bea' -134,27,6270,388.28,'asymptotes mold. quickly regular packages detect. blithely special packages along the accounts cajole against the fluffily s' -135,36,6940,465.82,'bold requests nag. slyly regular asymptotes are boldly. theodolites cajole slyly above the stealthy accounts. blithely unusual ideas after the unusual req' -135,50,2443,9.83,'furiously ruthless requests wake about the fluffily bold instructions! quickly silent theodolites sleep against the tithes. ironic, regular requests integrate ironic d' -135,14,7453,698.42,'furiously special excuses cajole. special instructions poach furious' -135,28,2771,306.43,'slyly regular pinto beans integrate quickly along the blithely bold packages. final, ironic foxes boost furiously. sly' -136,37,2237,548.19,'instructions sleep about the blithely even deposits. always even platelets poach' -136,1,6068,806.19,'bold pinto beans sleep blithely according to the even, final dependencies. furiously ev' -136,15,8979,387.57,'carefully fluffy ideas according to the dolphins wake quickly' -136,29,9617,525.81,'pending dependencies sleep along the blithely pending excuses. enticingly' -137,38,9057,302.26,'fluffily final pinto beans use quickly express accounts. ironic foxes use. theodolites hinder. final, express requests against the blithely final de' -137,2,4078,441.11,'blithely sly platelets alongside of the foxes nod furiously fluffy theodolites. thinly final foxes above the furiously regula' -137,16,467,371.85,'pending, final instructions haggle quickly pending theodolites. silen' -137,30,7850,187.31,'pending, express accounts are across the carefully even excuses. furiously regular requests detect blithely under the furiously even foxes! slyly regular notornis above the final, ir' -138,39,133,576.96,'furiously final deposits haggle furiously. quickly final accounts boost carefully after the furiously special packages. requests affix. special deposits upon the requests use regularly iron' -138,3,2535,885.35,'final deposits wake carefully about the fluffily pending deposits. pinto beans sleep quickly furiously even excuses. final deposits impress sly' -138,17,7907,119.83,'slyly special patterns haggle quickly above the quickly bold' -138,31,967,309.03,'furious, busy accounts above the blithely special requests print after the foxes. slyly final dep' -139,40,2886,285.75,'slyly final courts sleep carefully even excuses-- final requests are carefully doggedly final platelets. notornis according to the accounts sleep beside the quietly ir' -139,4,9255,684.61,'furiously even accounts wake against the express packages. regular, unusual theodolites past t' -139,18,1042,972.23,'furiously even excuses detect blithely special theod' -139,32,3285,690.00,'quickly regular dependencies above the close, ironic requests wake around the requests. blithely silent accounts among the b' -140,41,2379,501.05,'furiously unusual requests sublate permanently according to the brave, silent requests' -140,5,3533,781.45,'furiously bold foxes detect idly final, regular theodolites. regular, express deposits haggle. special requests are about the furiously regular foxes. ideas are. fi' -140,19,304,45.84,'unusual accounts use alongside of the ideas. ironic deposits impress carefully. slyly fina' -140,33,7346,429.52,'quickly pending requests nag after the express, unusual grouches. fluffily bold requests haggle furiously pending deposits. slyly regular pa' -141,42,6776,293.63,'quickly express requests haggle ironic sauternes. final accounts haggle final accounts. carefully even' -141,6,1660,139.18,'blithely final theodolites above the brave platelets nag slyly final asymptotes; furiously special reque' -141,20,7628,838.08,'requests thrash. silent ideas haggle. final accounts ar' -141,34,90,810.68,'carefully bold packages wake blithely above the carefully regular dependencies! special ' -142,43,9219,897.49,'never even packages sleep requests. furiously final platelets affix regular, ' -142,7,13,334.33,'thinly regular packages run quickly according to the fluffily unusual ideas. r' -142,21,3076,860.55,'silent foxes alongside of the regular, express requests integrate furiously across the account' -142,35,3858,854.08,'theodolites impress according to the unusual, ironic instructions. bold, regular accounts must have to promise blithely regular deposits. furiously ironic asymptotes nod quickly a' -143,44,7326,960.64,'special deposits maintain fluffily boldly unusual theodolites. carefully bold pinto beans are permanent' -143,8,3923,741.01,'slyly final accounts cajole thinly pending, regular asymptotes. ironically special theodolites haggle. quickly pending requests sublate carefully. even theodolites integrate furiousl' -143,22,7152,772.24,'furiously unusual accounts are slyly carefully unusual requests. excuses along the carefully silent platelets wake slyly along the bold packages. foxes serve blithely pe' -143,36,1952,199.37,'carefully final foxes wake furiously pending deposits. slyly regular accounts across the quickly quiet foxes hinder against the quiet, regular deposits. furiously regular requests det' -144,45,6295,457.37,'carefully fluffy deposits wake slyly at the furiously final packages. regular instructions nag sometimes even dolphins. bold packages across the requests use unusual requests. qu' -144,9,494,849.96,'quickly silent accounts will detect quickly across the doggedly express deposits. quick p' -144,23,1799,713.88,'final, final accounts are slyly. special, bold accounts along the final tithes sleep slyly slyly special pac' -144,37,5427,361.83,'quickly silent pinto beans wake furiously carefully even dugouts! furiously special accounts boost according to the blithely special accounts. slyly regular requests inte' -145,46,11,641.67,'slyly final theodolites sleep ironically regular grouches. pains are after the slyly bold packages? blithely regular accounts are fluffily. carefully regular' -145,10,3838,568.91,'blithely final courts haggle carefully according to the furiously regular ' -145,24,1344,422.60,'quickly even requests inside the close epitaphs sleep slyly ironically unusual ideas. requests according to the' -145,38,4332,894.57,'final packages use furiously above the deposits. pinto beans sleep furiously final packages. special, s' -146,47,2726,231.15,'packages detect quickly; slyly final excuses use blithely according to the fluffily express accounts. instructions across the furiously regul' -146,11,4628,123.91,'slyly even ideas nag ironic, special dugouts. furiously even ' -146,25,5893,858.59,'even accounts boost furiously final forges. furiously final accounts are. slyly regular accounts haggle f' -146,39,9687,882.37,'blithely final requests cajole slyly carefully bold deposits. quickly special deposits wake decoys. bold excuses sleep slyly bold pinto bean' -147,48,7442,939.14,'quickly pending accounts haggle. blithely pending foxes after the bold accounts integrate furiously unusual ' -147,12,7647,102.19,'regular accounts nag across the pending theodolites. blithely even requests cajole f' -147,26,1596,466.37,'silently regular packages across the regular asymptotes sleep carefully acro' -147,40,4235,235.91,'permanently regular excuses are along the quickly special accounts. furiously quiet excuses detect. final packages boost slyly. quickly ironic foxes cajole busily. final, regular instructions ' -148,49,8007,177.40,'slyly unusual accounts was fluffily even, pending requests. fluffily special instructions haggle. slyly blithe platelets use furiously final asymptotes. bold theodolites integrate never whitho' -148,13,1904,774.56,'blithely even requests haggle along the packages. furiously ironic platelets are fluffily furious accounts. quickly ironic packages boost carefully along the blithely f' -148,27,5393,264.09,'slyly unusual deposits use carefully about the furiously pending deposits. carefully fluffy dolphins should wake furiously across the accounts. carefully express realms are quickly ironic theodo' -148,41,2957,250.98,'deposits serve quickly above the even instructions. regular packages haggle. fluffily express dependencies cajole blithely final deposits. blithely regular packages are care' -149,50,959,679.10,'fluffily ironic deposits do boost slyly across the furiously pending ideas. regular instructions are around the special pinto beans. quickly special platelets wake according to the regular reques' -149,14,7283,201.03,'blithely special deposits integrate final dependenc' -149,28,7392,266.53,'regular ideas believe carefully express theodolites. accounts play fluffily alongside of the even ideas. furiously final foxes boost f' -149,42,4104,312.37,'fluffily final multipliers lose final, unusual ideas. carefully unusual foxes hang above the carefully silent theodolites. carefully regular theodolites alongside of the stealthy, pe' -150,1,8091,524.71,'blithely pending packages believe slyly furiously regular f' -150,15,2721,814.79,'slyly ironic deposits nag blithely after the slyly bold packages. excuses use slyly alongside of the slyly ironic' -150,29,3172,33.71,'carefully sly pinto beans cajole blithely bold accounts. express foxes cajole. even platelets sleep furiously behind the blithely regular accounts. express, i' -150,43,1640,327.34,'quick dolphins affix thinly against the regular, stealthy accounts. regular ideas sleep in place of the pending, bold theodolites. bold, express request' -151,2,391,281.90,'furiously even foxes against the carefully regular platelets are furiously unusual asymptotes. slyly express theodolites boost after the slyly even packages. qu' -151,17,253,840.06,'carefully regular theodolites cajole blithely: special ' -151,32,1484,71.68,'carefully regular instructions haggle slyly regular, final foxes. pending, even realms are. pending, special asymptotes sleep requests. car' -151,47,9417,244.06,'evenly special braids according to the slyly regular ideas haggle from the pinto beans. blithely pending theodolites hang. furiously express accounts de' -152,3,1396,164.60,'blithely special instructions are slyly blithely ironic requests-- quickly even pains wake car' -152,18,2653,432.12,'bold deposits according to the ironic theodolites cajole furiously carefully special accounts. quickly regular accounts haggle fluffily according to the carefully unusual theodolites. ' -152,33,3599,77.38,'slyly bold ideas use across the special accounts. slyly unus' -152,48,1283,142.73,'furiously ironic packages detect across the express packages. theodolites sleep furiously. ironic instructions run along the express dependencies. instructions ' -153,4,4695,539.86,'special deposits cajole carefully daring accounts. silent accounts kindle blithely carefully ironic instructions! slyly regular requests haggle furious' -153,19,8464,680.14,'ironic platelets are pending, regular dolphins. ironic accounts wake fluffily atop the excuses; entic' -153,34,2916,685.52,'quickly even pinto beans use slyly final asymptotes. slyly ironic ideas sleep ideas. fluffily final packages wake carefully above the blithely silent accounts. quickly ' -153,49,6397,285.92,'blithely special theodolites use carefully alongside of the carefully thin escapades: accounts are furiously bold requests: quickly unusual dependencies use. ironic, regular platele' -154,5,3961,474.19,'furiously ironic accounts thrash. theodolites boost carefully carefully bold accounts. carefully pending requests nag slyly ' -154,20,3231,829.29,'even, express accounts cajole against the bold requests. carefully ironic accounts sublate furiously about the slyly bold pearls! ' -154,35,7315,960.19,'fluffily even sauternes do boost quickly final noto' -154,50,1682,160.31,'quickly unusual ideas above the final instructions kindle alongside of the ' -155,6,2893,222.02,'even excuses use slyly. sometimes express pinto beans are bold, final courts. platelets alongside of the slyly regular pinto beans sleep according to the slyly ' -155,21,7077,413.24,'always pending excuses about the regular excuses sleep carefully quickly ironic dugouts. furiously special instructions cajole enticingl' -155,36,3029,413.02,'carefully pending packages integrate. bold packages cajole carefully. accounts sleep slyly furiously even deposits. unusual, regular accounts ' -155,1,977,751.45,'express pinto beans are furiously. fluffily express excuses haggle carefully. slyl' -156,7,4755,453.69,'special, final warhorses detect slyly along the quickly even accounts. fluffily special asymptotes are even, silent ideas. regular instruc' -156,22,7228,994.19,'carefully thin requests haggle blithely carefully express dinos. blithely express pinto beans after the slyly enticing accounts boost furiously slyly special frets. bold sauternes nag slyly ideas' -156,37,3043,252.66,'unusual foxes according to the blithely final requests poach carefully along the quickly final depos' -156,2,3191,9.87,'slyly regular sheaves to the fluffily special requests lose special packages. quickly bold courts haggle a' -157,8,5414,369.44,'never regular packages impress slyly. carefully regular deposits are slyly. fi' -157,23,763,568.46,'slyly ironic deposits haggle carefully carefully final forges. requests above t' -157,38,3718,901.53,'ironic multipliers sleep above the even, regular tithes. boldly unusual accounts haggle quickly according to the blithely silent r' -157,3,3400,288.41,'quickly bold packages nag carefully ironic accounts. final foxes are slyly along the daringl' -158,9,2845,408.72,'pending platelets use blithely. ironic accounts cajole. fluffily regular platelets use regularly ' -158,24,8715,452.31,'carefully even excuses nag quickly. furiously furious platelets along the final requests cajole quickly even, regular theodol' -158,39,4465,837.16,'blithely express theodolites under the fluffily silent deposits integrate carefully around the bold excuses. ironic pinto beans haggle blithely ca' -158,4,4251,431.90,'slyly final deposits affix fluffily regular, bold courts. final platelets thrash slyly. dependencies nag slyly despite the quickly ' -159,10,9200,356.66,'quickly ironic instructions according to the slyly ironic asymptotes cajole into the excuses. brave accounts will ' -159,25,3585,629.29,'quickly unusual packages are carefully above the carefully ironic theodolites. carefully regular instructions sleep furiously bold, thin pa' -159,40,6085,171.40,'regular waters about the ironic, regular theodolites haggle carefully even requests-- blithely even excuses are quie' -159,5,3717,790.87,'blithely ironic packages use. final, even foxes sleep after the furiously bold in' -160,11,2434,525.73,'even, bold attainments was along the slyly enticing packages. blithely unu' -160,26,8324,999.93,'regular packages maintain regular pinto beans. ironic pinto beans wake against the ironic foxes. slyly special accounts wake. pending, ironic theod' -160,41,6034,733.59,'ruthlessly silent instructions sleep blithely. idle pinto beans shall use. quick' -160,6,6872,872.20,'unusual deposits are slyly: dependencies wake. stealthily pending accounts wake over the slyly r' -161,12,9365,790.03,'carefully bold requests use slyly according to the fluffily unusual packages. regular sentiments are according to the ironic, idle deposits. fluffily pending accounts are regular pinto beans. dolph' -161,27,8421,394.05,'quickly even asymptotes hang carefully fluffy packages: never express deposits af' -161,42,9679,688.47,'furiously pending requests are slyly regular requests. furiously even requests sleep carefully? deposits ' -161,7,679,893.72,'slyly regular theodolites nag furiously. slyly special requests are according to the carefully ' -162,13,315,923.04,'quickly bold dependencies wake. slyly special pinto beans sleep slyly ruthless, ruthless deposits. packages alongside of the final instructions haggl' -162,28,2604,104.20,'final foxes play furiously. carefully ironic pinto beans after the regular instructions poach above the fluffily final instructions. furiou' -162,43,7014,236.07,'blithely unusual excuses sleep slyly furiously unusual theodolites. slyly even instructions affix ca' -162,8,4381,824.36,'regular packages are blithely carefully even dependencies. ironic pinto beans among the furiously entici' -163,14,9241,955.81,'carefully special requests affix along the slyly final deposits. blithely pending' -163,29,3427,499.51,'permanent theodolites haggle carefully after the quickly regular instructions. accounts boost enticingly packages. final theodolites sleep carefully at the regular, permanen' -163,44,5323,920.75,'ruthlessly stealthy accounts cajole furiously. bold, regular requests sleep slyly silent dependencies. ' -163,9,9676,573.48,'slyly bold packages are about the carefully special ideas. carefully bold requests detect. deposits lose. blithely quick deposits boost fluffily regular packages. blithely bold foxes sleep ' -164,15,1295,341.95,'ironic, final sentiments cajole furiously slyly even theodolites. deposits sleep closely. furiously final requests cajole carefully slowly final instructions' -164,30,2134,84.02,'slyly final requests cajole-- regular, idle packages boost except the furiously unusual accounts. furiously final pains after the carefully pending accounts th' -164,45,3245,814.67,'carefully final instructions boost finally. special, final foxes sleep above the ironic ideas. furiously ironic packages solve furi' -164,10,3028,64.89,'ironically ironic pinto beans boost fluffily final, pending ' -165,16,4424,943.82,'blithely unusual platelets according to the always stealthy pinto beans kindle final pinto beans. silent requests haggle fluffily. special dep' -165,31,5534,717.83,'slyly regular accounts nag. furiously final accounts are slyly across the packages. regular, regular asymptotes a' -165,46,3780,730.28,'furiously bold courts haggle. blithely regular excuses impress furiously regular, silent ideas. carefully ironic packages sleep slyly always furious deposits. quickly even ideas w' -165,11,6114,210.84,'regular accounts promise carefully across the furiously final packages. boldly even requests are slyly blithely ironic requests. furiously even accounts hinder furiously. slyly pending instructio' -166,17,6527,309.00,'bold packages about the accounts boost quickly regularly ironic package' -166,32,6508,714.49,'blithely special deposits boost instead of the special deposits; ironic packag' -166,47,9364,581.52,'pending, regular requests use slyly even dolphins. blithely silent foxes nag carefully. unusual ideas run carefully. blithely bold requests play slyly among the carefully ironic reque' -166,12,6713,631.58,'sly packages dazzle blithely. regularly regular ideas wake; slyly final depths before the regularly final accounts cajole deposits. dolphins boost. carefully regular pa' -167,18,4933,666.70,'furiously bold requests sleep express packages. quickly regular deposits wake. even packa' -167,33,5789,524.27,'idly final instructions cajole about the dependencies. bold theodolites wake furiously. quickly regular theodolites beneath the carefully unusual deposits haggle slyly even a' -167,48,4756,336.75,'silent depths cajole furiously blithely even dependencies. ironic accounts haggle furiously. sheaves use carefully. regular attai' -167,13,6748,704.97,'blithely bold accounts around the slyly bold asymptotes nag fluffily carefully final realms. ' -168,19,347,394.83,'careful deposits alongside of the idle requests nag against the regular deposits. accounts wake slyly slyly ironic requests. slyly regular theodolites are slyly p' -168,34,1281,771.90,'slyly ironic theodolites according to the boldly silent asymptotes haggle furiously against the express ' -168,49,9089,508.37,'furiously regular packages use carefully carefully regular orbits. furiously fluffy foxes cajole slyly. express platelets boost. ruthless' -168,14,7519,963.43,'slyly pending accounts wake fluffily among the sometimes bold ins' -169,20,6914,619.53,'accounts will boost quickly alongside of the blithely bold accounts. ' -169,35,6589,947.03,'ruthlessly express dolphins boost across the silent pearls. escapades sleep carefully slyly ent' -169,50,6731,713.35,'ironic accounts cajole carefully fluffy accounts. regular instructions use across the slyly even requests! silent, regular pinto beans sleep carefully silent, express instructions. carefully steal' -169,15,7691,476.19,'quickly final dependencies wake blithely against the special instructions. regular, express pinto beans haggle according to the quickly silent requests. regular packages are d' -170,21,7516,581.65,'blithely pending deposits boost quickly among the furiously quiet deposits. silent requests lose quickly against th' -170,36,838,667.16,'special, final dolphins alongside of the blithely even packages affix slyly ' -170,1,6498,251.19,'even foxes are blithely regular instructions. carefully ironic ideas use. slyly ironic pinto beans cajole sometimes from the even asymptotes. slyly regular requests wake al' -170,16,6593,202.07,'regular, express instructions sleep above the blithely final account' -171,22,8217,859.60,'permanent, final instructions wake carefully blithely pending accounts. quickly pending requests wake carefully alongside of the final foxes.' -171,37,2311,864.96,'ironic orbits cajole among the always pending accounts. dependencies breach boldly ' -171,2,8561,22.69,'even, bold grouches haggle after the silent, regular ideas. ironic packages haggle blithely? regular accounts are quickly. ironic, s' -171,17,7589,935.29,'express accounts cajole fluffily. even, ironic ideas c' -172,23,9799,184.96,'furiously regular packages against the blithely final requests are slyly ru' -172,38,8333,920.74,'ironic foxes wake furiously slyly final courts. deposits along the furiously unusual in' -172,3,3589,437.86,'ironic asymptotes cajole carefully. bold, careful packages wi' -172,18,1661,687.13,'deposits are around the bold dependencies. dolphins against the slyly special requests sleep blithely carefully pending deposits. blithely regular foxes affix bravely. quickly ironic pinto b' -173,24,2536,353.84,'regular, enticing notornis wake. quickly pending pinto beans above the furiously ironic hockey players solve quickly along the furious' -173,39,8307,70.22,'packages among the fluffily ironic frays integrate alongside of the regular, pending deposits. ironic, bold requests cajole carefully furiously close foxes. furi' -173,4,6050,683.78,'furiously unusual instructions detect. quickly bold accounts above the unusual accounts wake fluffily after the carefully ironic dependencies. final, final ideas promise' -173,19,6162,877.84,'regular, unusual requests eat furiously about the slyly ironic accounts. ironic foxes according to the sometimes silent asympto' -174,25,2103,681.95,'fluffily final foxes cajole blithely alongside of the silent instructions. furiously even packages cajole carefully. blithely final deposit' -174,40,6795,143.48,'quickly ironic requests haggle slyly slyly final asymptotes. idle, express accounts unwind carefully final accounts' -174,5,111,135.46,'excuses haggle finally along the furiously even pin' -174,20,8404,126.20,'bold, even platelets wake carefully by the brave, ironic dolphins. express pinto beans nod sly' -175,26,5515,487.68,'slyly bold ideas are furiously alongside of the carefully special acco' -175,41,7522,784.93,'express asymptotes according to the slowly regular accounts mold quickly around the theodolites. fin' -175,6,8501,706.61,'slyly ironic instructions cajole carefully. slyly regular warthogs nag according to the fluffily final deposits. bold, bold theodolite' -175,21,9456,978.56,'quickly final requests boost fluffily. bold packages haggle regularly. furiously ironic pinto beans cajole slyly busy courts. bold packages across th' -176,27,7180,179.09,'ironic excuses about the carefully regular packages wake afte' -176,42,3589,157.38,'deposits sleep stealthy packages. pending courts use blithely final accounts. express, ironic deposits grow slyly furiously final pains. regular acco' -176,7,5407,947.51,'bold ideas cajole slyly fluffily final deposits. slyly pending theodolites are furiously. reg' -176,22,1783,861.63,'even accounts nag fluffily. daring packages wake along the bold req' -177,28,1239,44.75,'even deposits thrash. accounts wake: packages are quickly after the fur' -177,43,4349,63.36,'regular, final accounts haggle furiously above the quickly silent Tiresias. regular warthog' -177,8,9872,252.42,'quickly even ideas haggle blithely among the carefully bold courts. instructions cajole. pin' -177,23,4727,859.82,'slyly ironic theodolites boost enticingly against the doggedly regular courts. final platelets sleep along the furiously special ideas; care' -178,29,4231,558.56,'furiously final packages engage. slyly ironic excuses wake quickly sometimes ironic Tiresias. packages promise slyly. slyly final instruction' -178,44,1919,362.26,'ironic ideas are regular packages. slyly silent asymptote' -178,9,6836,864.93,'foxes are carefully courts. requests along the pending, final instructions wake furiously carefully ironic packages: carefully regular packages sleep after th' -178,24,6922,475.18,'pending foxes use at the accounts. ruthless, ironic deposits engage along the blithely ironic sauternes. carefully ironic deposits haggle express pinto beans; slyl' -179,30,6956,444.38,'regular foxes boost slyly special deposits. slyly pending warthogs are across the final pains. slyly special ideas are. quickly pending pinto beans amo' -179,45,1954,372.75,'regular, regular deposits use furiously packages. platelets cajole carefully above the slyly ironic platelets. silent platelets according to the final ideas are' -179,10,2710,277.15,'requests lose carefully furious instructions. final requests need to integrate blithely. slyly unusual theodolites after the asymptotes haggle silent attainments. quickly unus' -179,25,4776,8.39,'carefully regular requests across the blithely silent' -180,31,2467,440.25,'furiously even accounts cajole slyly among the even theodolites. furiously pending requests was blithely furiously final pinto beans. carefully regular foxes cajole slyly. slyly eve' -180,46,1108,934.59,'ironic, regular packages wake evenly according to the doggedly bold asymptotes. special excuses nag. final requests cajole slyly. furiously reg' -180,11,724,426.16,'platelets wake fluffily regular deposits. pending pinto b' -180,26,5899,864.83,'bold accounts haggle furiously deposits. carefully express p' -181,32,2416,844.44,'ironic, final ideas are. blithely special platelets cajole carefully-- unusual excuses integrate. enticingly ironic ideas along the slyly ironic accounts' -181,47,3242,886.53,'special, ironic ideas detect slowly. furiously regular fo' -181,12,215,938.29,'finally bold pinto beans use slyly above the blithely even accounts. blithely ironic accounts are quickly about the waters. f' -181,27,1122,657.25,'slyly ironic accounts serve above the special req' -182,33,9699,535.27,'final accounts believe carefully bold deposits. instructions nag furiously blithe dependencies. ironic requests snooze slyly slyly regular instructions. furiously' -182,48,960,519.36,'final dolphins boost blithely about the furiously final dolphins. fluffily final accounts across the slyly regular accounts nag carefully across the furiously' -182,13,6243,741.46,'even accounts sleep furiously. unusual, ironic excuses hinder even, even foxes. bold, ruthless requests affix against the furiously silent requests. blithely ' -182,28,6146,365.00,'slyly ironic ideas cajole slyly above the regular re' -183,34,30,875.44,'slyly regular ideas wake slyly ironic instructions? slyly ironic requests e' -183,49,4482,424.86,'asymptotes wake to the ironic epitaphs. carefully bold deposits maintain carefully slyly ironic courts. furiously unusual courts affix slyly ' -183,14,8707,884.26,'furiously special accounts use quickly. special platelets play eve' -183,29,333,678.16,'quickly regular deposits haggle furiously alongside of the fluffily close ideas. pinto beans haggle quickly about the carefully ironic epitaphs. quickly silent ideas wake carefully ironic, final' -184,35,7069,449.45,'slyly regular excuses haggle carefully unusual, regular theodolites. pending, unusual waters wake fluffily furiously even platelets. furiously even instructions wake ' -184,50,9193,576.88,'pending instructions boost slyly around the blithely ironic packages. furiously even courts aff' -184,15,6400,551.90,'furiously final attainments cajole slyly. final, even orbits according to the unusual, regular pinto beans are aro' -184,30,831,186.84,'thin packages are quietly quickly final theodolites. ironic courts wake. blithely even dependencies haggle furiously alongside of the even instructio' -185,36,1475,538.58,'slyly ironic foxes detect blithely. bold, ironic instructions integrate carefully? even packages need to are carefully. boldly regular ideas breach furiously final, even reque' -185,1,6244,213.04,'quickly final accounts nag carefully along the stealthy braids. deposits wake furiously enticingly regular asymptotes. instructions are carefully carefully final' -185,16,7245,426.74,'ironic accounts cajole around the regular requests. theodolites wake fluffily across the fina' -185,31,8014,510.23,'quickly final instructions among the slyly special instructions sleep about the f' -186,37,1095,252.84,'slyly even ideas along the blithely ironic dependencies nag furiously carefully regular ideas. carefully even accounts are between the blithely even fox' -186,2,1945,18.75,'slyly final deposits use fluffily idly final accounts. requests cajole. pending theodolites' -186,17,8838,729.42,'furiously final requests maintain above the slyly unusual orbits. carefully ironic packages lose: instructions wake carefull' -186,32,7898,812.37,'carefully pending foxes about the blithely bold instructions haggle about the silent foxes. slyly even deposits are. regular foxes cajole carefully regular packages. furiously regular gifts bo' -187,38,8656,238.66,'regular platelets boost furiously. blithely final requests affix. theodolites haggle blithely. blithely daring pinto beans engage fluffily above the carefully even packages. fina' -187,3,4945,316.64,'quickly silent instructions above the ruthlessly final frays boost furiously alongside of the bol' -187,18,3183,362.75,'quiet, regular requests boost evenly. quickly express courts could are bold, enticing foxes. fluffily bold deposits lose fluffily regular requests. regular dependencies sleep' -187,33,7440,989.71,'fluffily special accounts try to use after the carefully ironic foxes. dependencies cajole furiously ironic theodolites. express excuses after the f' -188,39,4835,771.95,'pinto beans boost furiously final ideas. slyly regular requests grow carefully even excuses. slyly bold foxes about the platelet' -188,4,2620,331.70,'blithely express ideas boost above the furiously regular pinto beans. slyly even deposits are after the quickly even ideas. quickly special theodolites sl' -188,19,730,713.62,'final, even foxes breach blithely fluffily ironic requests. blithely even requests sn' -188,34,5430,920.20,'express packages haggle furiously bold foxes. foxes use fluffily above the pending, unusual ideas. sometimes express requests maintain furiously. pending, silent instructions cajole quickly. unus' -189,40,1305,392.50,'slyly ironic ideas wake blithely quickly unusual theodolites. furiously pending ideas after the furiously permane' -189,5,8777,573.22,'special, regular deposits nag. slyly regular packages grow b' -189,20,6369,946.07,'furiously even foxes boost quickly above the ironic requests. carefully pending deposits play. express, regular theodolites sle' -189,35,2505,593.23,'platelets cajole slyly about the carefully regular ideas. regular accounts grow. furiously ironic foxes doze against the pi' -190,41,535,621.53,'blithely regular packages use furiously about the slyly even accounts. final' -190,6,5845,608.91,'unusual requests after the fluffily regular requests haggle among the furiously brave accounts: final dependencies are slyly. furiously ironic attainments sleep. final, regular asymptotes use slyl' -190,21,4579,396.60,'furiously ironic dependencies cajole across the theodolites. furiously silent requests sleep. quickly even platelets cajole quickly across' -190,36,2861,458.00,'even, ironic ideas breach boldly even instructions. sauternes use furiously. blithely special packages about the ' -191,42,8310,521.06,'slyly quiet deposits are slyly express deposits. blithely ironic packages use. regular instructions wake quickl' -191,7,1693,464.46,'even, slow instructions kindle slyly regular deposits. slyly final instructions use furiously across the regular accounts. furiously pending accounts x-ray quic' -191,22,597,126.96,'blithely final realms believe furiously. quickly regular packages solve carefully final dolphins. blithely unu' -191,37,9673,119.41,'blithely even foxes cajole furiously. furiously final platelets about the blithely regular theodolites detect finally even accounts. instru' -192,43,606,198.69,'pending, final accounts are slyly. carefully express deposits are after the pending foxes. regular, idle accounts mold carefully furiously bold requests. regular, ironic packages breach' -192,8,2656,916.16,'furiously ironic pinto beans haggle carefully. req' -192,23,1811,359.59,'foxes are blithely blithely final packages. instruct' -192,38,8305,861.23,'regular, bold courts use regularly final, regular notornis. slyly final deposits integrate regular instructions. requests boost slyly against the slyly ironic deposits? furiously unusual pa' -193,44,6184,335.98,'foxes boost alongside of the slyly regular packages. ironic, regular courts haggle blithely. slyly regular packages cajole carefully by the sly' -193,9,4762,606.19,'furiously final instructions after the final foxes haggle slyly above the special instructions.' -193,24,385,571.71,'ironic instructions haggle slyly slyly even packages. blithely unusual escapades detect according to the quickly slow requests. furiously final packages nag sly' -193,39,9791,478.52,'unusual, pending asymptotes haggle carefully. fluffi' -194,45,4289,662.17,'carefully regular pains after the regular packages nag slyly according to the final, express accounts. express notornis haggle e' -194,10,377,430.21,'furiously pending accounts boost slyly. even, ironic pinto beans sleep carefully carefully unusual accounts. bold, silent instructions hinder carefully around the carefully' -194,25,5294,913.46,'accounts cajole. requests are slyly according to the ' -194,40,7890,79.40,'regularly bold deposits according to the regular accounts could doubt fluffily ironic accounts. final, final dugouts try to cajole furiously b' -195,46,9985,20.39,'ironic, ironic deposits wake slyly around the deposits. blithely bold platelets above t' -195,11,2947,271.39,'carefully even theodolites haggle carefully according to the final reque' -195,26,319,102.58,'blithely unusual requests at the carefully unusual theodolites can solve furiously ironic packages-- blithely even accounts wake. blithely ironic accounts sleep regular courts. quickly bold packages' -195,41,2803,992.27,'slowly final theodolites sleep quickly about the unusual, ironic ideas. ironic foxes cajole' -196,47,3843,859.90,'final excuses maintain never quiet asymptotes. unusual realms eat slyly deposits. stealthily ironic deposits sleep-- slyly special dolphins na' -196,12,2515,966.01,'furiously regular requests are blithely according to the notornis. slow, ironic pinto beans boost blithely above the accounts. ruthless ' -196,27,4778,37.61,'pending deposits sleep furiously furiously regular requests. blithely final foxes affix boldly after the slyly regular foxes. regular epitaphs above' -196,42,1068,928.25,'unusual accounts wake. express, even warhorses above the unusual, bold requests are carefully ironically even pack' -197,48,9678,753.88,'quickly regular tithes after the furiously final packages are slyly carefully ironic theodolites. carefully ' -197,13,2631,279.05,'furiously express pinto beans are blithely behind the carefully stealthy dependencies. ideas against th' -197,28,7598,845.51,'blithely express depths sleep even, ironic packages. regularly final theodolites serve slyly above the quickly unusual platelets. furiously express dependencies are above the furio' -197,43,8950,897.33,'ironic accounts use above the special, blithe deposit' -198,49,6878,587.41,'blithely special deposits after the quickly ironic foxes boost car' -198,14,6493,673.99,'slyly ironic excuses about the quickly regular packages sleep furiously about the final packages. blithely final packages cajole blithely above the deposits. furiously regular exc' -198,29,8410,166.93,'final theodolites detect thinly carefully final ideas. slyly blithe depths are blithely toward the requests. furiously regul' -198,44,6190,697.10,'daring deposits along the fluffily silent requests wake furiously against the even, express courts. thinly pe' -199,50,9343,79.70,'blithely final instructions poach according to the fluffily bold dependencies. platelets cajole furiously according to the carefully special foxes? furiously ironic deposits boost quickly acc' -199,15,8199,46.52,'special foxes cajole fluffily against the instructions. ironic, final accounts despite the pending, unusual theodolites sleep slyly a' -199,30,2742,890.63,'special deposits among the final, express dolphins cajole furiously unusual inst' -199,45,7167,884.56,'furiously even theodolites integrate against the furiously brave pearls. silently pending accounts sleep blithely against the regular requests. doggedly unusual ' -200,1,3120,776.41,'idle packages among the pending, regular asymptotes cajole furiously according to the furiously regular dependencies. furiously ironic packages sleep furi' -200,16,5392,242.52,'carefully regular asymptotes are. slyly express requests cajole carefully after the blithely bold instructions. thin packages b' -200,31,9408,307.79,'blithely pending theodolites sleep. ironic packages above the final packages cajole about the notornis. slyly even requests use fluffily ' -200,46,331,466.07,'slyly silent deposits besides the fluffily regular ideas cajole furiously ideas. express ideas boost requests. silent accounts wake blithely around the furiously bold gifts. quickly even foxes are ' -201,2,8649,280.98,'foxes integrate quickly ironic packages; blithely ironic pinto beans sleep special accounts. slyly special excuses according to the final,' -201,18,2078,340.49,'ideas mold blithely blithely unusual deposits. accounts solve carefully unusual courts. final foxes serve furiously according to t' -201,34,4125,534.11,'decoys wake fluffily against the furiously unusual platelets. final packages are carefully; boldly pending packages are ca' -201,50,848,947.59,'unusual packages sleep quickly after the accounts. furiously ironic instructions after the fluffily even pinto beans detect quickly carefully ironic accounts. slyly fluffy pearls boost slyly furious' -202,3,7822,247.44,'slyly pending platelets wake slyly pending pinto beans: express instructions against the carefully ironic instructions detect ruthlessly furiously final theodolites. quickly ironic deposits ' -202,19,3182,180.81,'accounts above the furiously even platelets use after the furiously pending i' -202,35,2720,160.45,'slyly final deposits breach slyly. slyly express foxes about the bold, final requests wake slyly foxes. ironic, final deposits engage quickly' -202,1,6202,656.17,'ironic, final deposits cajole pending courts. theodolites cajole ironic, furious instructions. packages nag among the deposits. fluffily unusual instructions ' -203,4,1677,399.16,'blithely ironic accounts after the dependencies haggle slyly above the quickly even accounts. slyly fi' -203,20,3591,582.85,'fluffily pending accounts along the carefully regular requests detect fluffily alongside of the slyly pending packages. special packages haggle carefully final, regular ideas. slyly pending reques' -203,36,6239,882.46,'regular, even accounts detect across the deposits. fluffily ironic asymptotes cajole fluffily. evenly regular requests aft' -203,2,5644,489.27,'express, ironic ideas against the blithely regular dolphins boost fluffily blithely silent tithes. bold, special platelets sl' -204,5,9265,504.61,'carefully final deposits use carefully forges. requests sleep after the regular forges. blithely ironic packages according to the instructions impress slyly across the regula' -204,21,2203,609.26,'pending, final pinto beans haggle even ideas. blithely brave asymptotes after the furiously even warthogs are fluffily along the fluffily ironic platelets. requests pr' -204,37,6344,172.65,'ironic pinto beans are quickly. blithely pending theodolites around the quickly even packages are furiously blithely final pa' -204,3,1238,819.14,'accounts use furiously. carefully final courts according to the ironic patterns hang carefully even packages. quickly pending foxes ' -205,6,9942,226.71,'ironically express requests cajole against the pinto beans. even attainments alongside of the pending decoys haggle slyly express, ironic requests. slyly ironic dependencies after the even frays ' -205,22,7965,427.25,'furiously final packages wake quickly pending packages. furiously unusual platelets above the quickly s' -205,38,1974,217.01,'carefully regular requests haggle slyly! fluffily ironic deposits run furiously blithely even deposits. regular deposits after' -205,4,9207,123.08,'carefully unusual instructions by the final requests nag carefully final, special excuses. carefully bold deposits integrate blithely iron' -206,7,1961,936.54,'deposits haggle by the fluffily final foxes. carefully bold pinto beans above the busy, regular as' -206,23,425,362.30,'furiously regular theodolites use furiously around the special notornis. blithely regular packages solve final requests.' -206,39,7816,389.88,'quickly ironic platelets print slyly bold theodolites. quickly pending epitaphs are. furiously ironic requests serve quickly. frets haggle slyly blithely ironic theodolites. slyly re' -206,5,548,480.04,'bold platelets integrate blithely regular, final foxes. accounts wake alongside of the carefully ironic ideas; fluffily unusual account' -207,8,9319,335.16,'carefully ironic requests along the furiously express packages sleep slyly special instructions. slyly special deposits sleep furiously ' -207,24,3567,810.91,'express theodolites use carefully bold depths. final packages haggle quickly fluffily bold accounts. slyly ironic requests wake sl' -207,40,9711,673.18,'fluffily even accounts use express, slow pinto beans. special instruc' -207,6,7316,557.72,'gifts are slyly unusual pinto beans. carefully even pinto beans integrate blithely final foxes! slyly even e' -208,9,7366,135.51,'final, special accounts are carefully. blithely pending pinto beans haggle quickly requests. express, even ideas cajole slyly slyly pending instructions. fl' -208,25,7251,54.46,'carefully regular requests sleep blithely. bold, even sentiments grow. pending forges use. platel' -208,41,5255,474.75,'carefully bold instructions wake carefully express accounts. slyly even escapades are furiously slyly express accounts. slyly careful packages boost furiously carefully express accounts. even ' -208,7,7066,309.80,'quickly unusual multipliers above the blithely regular requests integrate according to the slyly ironic multipliers. bold, fluffy accounts sleep. furiously final foxes cajole carefull' -209,10,7176,236.77,'final pinto beans doubt after the carefully final accounts. express, daring foxes nod carefully a' -209,26,3344,575.01,'pending, bold pinto beans cajole-- express accounts cajole quickly after the carefully unusual requests. sly' -209,42,5580,81.80,'final, express deposits haggle. special epitaphs must have to engage ironically quickly bold ideas. dugouts' -209,8,1513,507.38,'carefully express pinto beans after the daring accounts haggle blithely across the furiously regular de' -210,11,6774,267.01,'blithe accounts haggle slyly along the quickly final pinto beans. furiously bold foxes use furiously special dugouts. final deposits mold blithely' -210,27,8671,377.95,'regular, final dependencies about the furiously bold pinto beans boost blithely busily even deposits. final pac' -210,43,6596,817.36,'pending foxes lose above the final decoys. pending, ironic instructions wake furi' -210,9,4516,259.05,'slyly final accounts use across the carefully special ac' -211,12,4572,475.68,'instructions are. ideas should have to haggle furiously regular pinto beans. regular requests wake. slyly final asymptotes abo' -211,28,6045,856.97,'bravely bold instructions haggle unusual requests. carefully ' -211,44,6901,707.01,'blithely even pains haggle slyly about the blithely blithe deposits. ironic pinto beans x-ray along' -211,10,4247,751.41,'blithely even accounts are blithely final platelets. quickly ironic dependencies impress. furiously ironic accou' -212,13,1040,718.90,'deposits cajole slyly regular, ironic ideas. requests sleep after the special, silent pinto beans. slyly even foxes a' -212,29,6519,778.38,'pinto beans nag carefully against the unusual packages. special foxes sleep re' -212,45,6217,426.19,'accounts nag daringly regular deposits. ironic plat' -212,11,9266,318.74,'regular, final accounts doubt slyly furiously pending gifts. pending d' -213,14,3959,565.71,'pending theodolites among the special, ironic deposits wake according to the bold, final accounts. regular hockey players along the bold multipliers haggle slyly i' -213,30,8685,591.93,'slyly regular foxes nag slyly above the deposits. fluffily ironic instructions against the ' -213,46,9296,623.44,'always special ideas above the slyly final asymptotes are quickly according to the ironic accounts. slyly iro' -213,12,9377,797.64,'ironic, even deposits wake slyly special warthogs. final packages detect slyl' -214,15,2244,403.15,'carefully special deposits detect quickly brave ideas. requests nag blithely bl' -214,31,5174,719.69,'silent accounts sleep patterns. carefully pending sentiments use. bold pinto beans wake fluffily' -214,47,7901,17.50,'even, even theodolites haggle; blithely ironic multiplie' -214,13,6358,646.92,'furiously silent packages sleep. grouches boost furiously about the brave theodolites. blithely express theodolites nag even, even ideas. fluffily pending dolphins sleep caref' -215,16,1710,765.63,'carefully final deposits are slyly. bold, regular excuses according to the bold dependencies nag sly' -215,32,290,932.70,'packages among the slyly final excuses cajole slyly final packages. slyly express requests wake quickly above the blithely unusual requests.' -215,48,3754,636.10,'ironic pinto beans haggle carefully along the packages. furiously ironic accounts sleep slyly. regular, regular instructions boost slyly regular ' -215,14,7130,838.57,'quickly silent packages cajole furiously furiously final accounts. furiously unusual accou' -216,17,5429,142.97,'furiously pending deposits wake along the final theodolites. blithely regul' -216,33,9076,502.55,'carefully pending requests sublate blithely furiously express requests. regular, regular requests snooze furiously alongside of the ironic requests. ideas' -216,49,6245,25.22,'blithely final pinto beans cajole furiously carefully even foxes. carefully slow waters boost furiously about the furiously bold foxes. even ideas sleep furiously. blithely ' -216,15,3277,528.02,'packages haggle. furiously unusual accounts play furiously across the final, pending plat' -217,18,20,479.17,'blithely regular instructions cajole ironic, express realms. express pinto beans atop the furi' -217,34,3036,714.36,'quickly ironic instructions cajole furiously after the furiously close platelets. deposits was carefully. fluffily final pinto beans cajole according to the slyl' -217,50,875,463.83,'bold platelets except the blithely final sentiments wake furiously across the accounts. regular, e' -217,16,9247,637.64,'quickly ironic theodolites integrate along the slyly ironic instructions? unusual accounts across the enticing instructions nag slyly above the slyly bo' -218,19,3896,622.16,'ironic, pending pearls toward the carefully dogged theodolites boost against the regular, express request' -218,35,4848,257.48,'special, quick ideas above the even accounts eat blithely about the blithely ironic packages. ironic accounts are regularly. carefully pending packages thrash' -218,1,1431,55.36,'bold, even foxes above the carefully even hockey players do are across the fluffily ironic accounts. furiously ironic packages about' -218,17,3941,568.24,'carefully pending packages haggle carefully across the quickly silent ideas. blithely special instructions according to the blithely ironic pinto beans wake quickly bold, regular reque' -219,20,2369,168.95,'carefully furious accounts outside the pending, final instructions sleep slowly according to the carefully express plate' -219,36,491,658.50,'furiously pending foxes cajole slyly. blithely even deposits alongside of the courts boost fluffily even deposits. even, final asymptotes nag acr' -219,2,5116,580.18,'furiously regular asymptotes cajole theodolites. regularly ir' -219,18,145,1.43,'even pinto beans about the regular requests serve quickly furiously pending sheaves. fluffily regular dinos detect slyly regular platelets? furiously even excuses sleep quiet, final ins' -220,21,2941,341.13,'even, special asymptotes against the requests wake furiously carefully regular packages? carefully unusual requests after the furiously express ideas integrate quic' -220,37,2118,396.71,'furiously silent deposits promise furiously. final tithes eat carefully. deposits are according to the deposits. pending instructions boost. final, bold' -220,3,6654,322.05,'silent packages against the quickly regular packages are furiously above the carefully s' -220,19,8767,297.83,'requests haggle blithely pending packages; requests after the slyly final ideas wake above the slyly even platelet' -221,22,1469,916.33,'carefully regular accounts wake. express, special theodolites affix furiously. furiously regular accounts along ' -221,38,9153,324.88,'finally regular dependencies about the express, ironic packages integrate slyly' -221,4,5484,898.37,'silent instructions hang pinto beans. furiously regular instructions about the quickly express requests sleep quickly up the ironic, even theodolites. final instructions wake' -221,20,2849,80.70,'carefully silent ideas haggle furiously. slyly regular foxes kindle into the carefully slow attainments. slyly quiet ideas sleep blithely blithely regular multipliers? regular ' -222,23,8085,967.81,'carefully pending theodolites wake. quickly ironic requests boost quickly carefully regu' -222,39,8065,422.77,'regular, final packages integrate fluffily final dinos. bold requests in place of the fluffily quiet deposits' -222,5,7808,734.78,'furiously pending deposits will cajole furiously fl' -222,21,8855,926.10,'carefully final pinto beans haggle along the furiously regular foxes-- even packages sleep evenly express, bold deposits. furiously bold theodolites wake fluffily. carefull' -223,24,582,693.87,'furiously fluffy asymptotes according to the fluffily regular requests affix furiously even ideas. slyly pending p' -223,40,1488,735.88,'slyly unusual somas sleep carefully above the silent requests. unusual, special requests integrate idly packages. quickly final theodolites use slyly across the furi' -223,6,259,523.37,'slyly regular asymptotes are slyly special pinto beans. furiously fi' -223,22,4893,287.24,'bold accounts are. special grouches sleep fluffily. blithely ex' -224,25,7119,745.97,'packages cajole furiously-- unusual, even requests cajole carefully across the unusual deposits' -224,41,7374,252.76,'furiously pending courts detect slyly. bold, regular deposits are. carefully pending requests cajole express dinos. d' -224,7,1227,673.82,'platelets are fluffily. ironic dolphins play blithely. furiously ironic pearls haggle pinto beans-- packages could' -224,23,9097,404.64,'furiously ironic requests across the furiously permanent accounts wake quick dependencies. quickly special deposits boost blithely abo' -225,26,6101,775.45,'final accounts mold daringly express excuses. ironic accounts use. carefully bold deposits are carefully along the carefully ironic grouches. sly' -225,42,4421,116.17,'regular packages use. even packages believe against the fluffily bold p' -225,8,5365,617.35,'furiously pending asymptotes cajole slyly. ironic theodolites wake blithely according to the busily final instructions. closely pending instructions across the pending, careful foxes sleep furiou' -225,24,2137,276.11,'quickly unusual ideas are furiously pending asymptotes. furiously even requests sublate quickly. even, ironic instructions about ' -226,27,9130,465.81,'busily special packages nag carefully; carefully regular dependencies boost blithely. bold, express requests doubt fluffily according to ' -226,43,966,931.43,'unusual, careful foxes eat according to the unusual, silent accounts. express, pending accounts cajole furiously. even requests boost even requests. furiously f' -226,9,2680,343.14,'furiously unusual requests along the final, regular frets cajole slyly above the ironic, silent packages. foxes lose. ironic' -226,25,4772,58.38,'bold, express forges across the blithely unusual packag' -227,28,8809,453.33,'final deposits according to the silent theodolites wake carefully about the never even packages. blithely silent sauternes about the furiously regular deposits cajole sometime' -227,44,1408,877.71,'requests breach final pinto beans. pinto beans nod ' -227,10,6607,472.58,'unusual excuses use carefully across the blithely regular accounts? slyly express ' -227,26,5426,736.86,'even platelets are alongside of the final foxes. stealthily careful requests sleep fluffily across the slyly ironic instructions. furiously final deposits nag c' -228,29,831,862.15,'final packages sleep quickly special excuses. carefully final platelets are slyl' -228,45,235,727.11,'furiously careful requests believe-- daringly idle deposits can cajole theodolites. carefully ironic pinto beans poach blithely slyly even theodolites. fluffily even ideas a' -228,11,6712,976.89,'theodolites are furiously bold pinto beans. even dependencies haggle furiously. furiously unusual requests haggle carefully fluffily bold instructions. furio' -228,27,6694,133.30,'quickly even theodolites boost fluffily. quickly special foxes mold furiously quickly ironic dolphins. furiously special accounts cajole blithely. slyly final dolphins haggle slyly. ironic, silent p' -229,30,4074,835.21,'quickly regular sheaves are slyly! ironic, unusual deposits at t' -229,46,4781,497.84,'slyly regular accounts haggle quickly. carefully pending in' -229,12,2241,820.67,'idly regular warhorses wake furiously. slyly pending deposits wake doggedly blithely final packages: regular, ironic requests along the ideas boost carefully' -229,28,5560,984.71,'permanent deposits cajole carefully about the even, silent patterns: pending, iron' -230,31,5361,723.71,'quickly regular packages wake according to the regular packages. blithely ironic deposits doze carefully bo' -230,47,7726,634.61,'packages serve after the even, bold instructions. quickly final foxes wake thinly carefully pending instructions. regular, regular pinto beans cajole idle requests' -230,13,1549,752.70,'special, ironic pinto beans according to the accounts hang across the slyly express accounts. blithely silent theodo' -230,29,4949,491.83,'pending, express ideas detect. fluffily regular theodolites' -231,32,6305,695.86,'even packages use around the carefully even pinto beans. blithely ironic deposits haggle silent dep' -231,48,4995,253.34,'furiously regular requests affix carefully alongside of the slyly final requests. requests wake furiously according to the furiously express excuses. permanent ideas alongside of the regular, i' -231,14,5360,308.95,'packages use carefully regular deposits. quickly pe' -231,30,803,971.24,'slyly regular packages above the even deposits wake carefully at the blithely regular pinto beans. silent requests are carefully. bold packages a' -232,33,5028,42.14,'final dugouts are blithely bold deposits. fluffily silent accounts integrate bold requests. even, ironic accounts along the carefully regular requests cajole brave deposits. blith' -232,49,1108,240.70,'blithely bold forges sleep. blithely regular instructions above the regular, final patterns print quickly ' -232,15,9154,716.37,'pending packages integrate blithely fluffy pinto beans. idle, quick theodolites wake quickly final pinto ' -232,31,1828,266.84,'carefully even instructions boost slyly about the unusual deposits. blithely ironic p' -233,34,2689,446.29,'carefully even accounts haggle-- furiously special ideas after the carefully ironic frets wake fluff' -233,50,8231,524.51,'ruthlessly bold sheaves are furiously never regular pinto beans. even packages cajole even, bold excuses. slyly special requests cajole furiously' -233,16,444,372.96,'blithely regular foxes use slyly bold foxes. ironic, regul' -233,32,3009,767.62,'blithely thin deposits are closely. requests detect. ironic dependencies according to the requests sleep slyly blithely ironic accounts? regular asymptotes sleep slyly carefully ironic d' -234,35,3807,438.37,'quickly ironic foxes nag furiously bold braids. quic' -234,1,90,194.46,'slyly ironic packages alongside of the fluffily regular asymptotes was fluffily according to the even deposits. furiously regular frays along the slyly even packages was enticingly about the p' -234,17,367,826.04,'pinto beans among the even, express frets wake even,' -234,33,600,252.58,'carefully unusual deposits haggle carefully across the slyly daring theodolites. silent requests wake regularly ironically final requests: slyly fluffy deposits shall have to detect slyly carefully' -235,36,9292,610.14,'accounts about the quiet pinto beans haggle blithely even instructions. furiously express dolphins unwind fluffily after the furiously ironic packages. ironic deposits cajole furiously final acco' -235,2,3827,96.25,'even foxes nag pending packages. furiously even requests after the quickly express foxes x-ray blithely even excuses. unusual, final requests integrate slyly quickly unus' -235,18,3030,493.88,'slow requests above the special, final deposits cajole fluffily according to the ironic dolphins. regular waters wake. furiously bold accounts cajole. quickly regular pinto beans ought to sleep ' -235,34,9681,100.94,'pending pinto beans are packages. packages are alongside of the ironic ideas. bold asymptotes are carefully. regular instructions ha' -236,37,3270,423.71,'ironic, express requests wake daringly across the furiously ironic packages. pending, final requests engage' -236,3,5757,636.84,'slyly final packages are blithely bold pinto beans. fluffily silent theodolites toward the unusual packages wake blithely furiously final theodolites. eve' -236,19,4959,192.44,'ironic accounts grow final, express requests. ironic, regular accounts snooze. excuses nag. ironic theodolites cajole slyly. regular, special pinto beans integrate blithely. furiously even f' -236,35,2932,834.00,'furiously regular theodolites sleep bold pinto beans. furiously ironic foxes after the pending foxes are special, regular instructions; blithely even de' -237,38,7643,255.01,'blithely final deposits cajole fluffily. blithely special dolphins lose furiously. final, express dep' -237,4,5360,438.19,'furiously special ideas affix slyly; furiously final theodol' -237,20,2263,196.32,'regularly bold requests across the fluffily silent requests nag fluffily against the furiously' -237,36,5241,67.83,'blithely bold ideas sleep fluffily. slyly bold instructions dazzle carefully after the blithely final sheaves. evenly bold packages ha' -238,39,7285,454.34,'final platelets cajole around the quickly bold instructions. ironic, fin' -238,5,1615,999.92,'furiously final platelets against the regular packages detect blithely fluffily fluffy deposits. furiously ' -238,21,7504,556.95,'quickly unusual platelets boost quickly along the blithely regular theodolites. even platelets about the ' -238,37,9231,171.18,'bold braids are after the ironic requests. packages are. slyly silent deposits alongside of the final, final accounts boost blithely at the furiously ' -239,40,8638,155.22,'dependencies dazzle quickly express accounts. furiously unusual theodolites after the unusual co' -239,6,3755,570.10,'ironically pending instructions nag furiously. permanent ideas nag. fluffily special instructions cajole carefully. caref' -239,22,6890,411.32,'slyly silent platelets kindle boldly about the sometimes regular accounts. quickl' -239,38,4889,168.50,'even, ironic dependencies about the requests detect against the blithely regular requests! ironic foxes maintain. regular accounts boost am' -240,41,6917,91.89,'thinly regular foxes cajole after the slyly ironic packages.' -240,7,4238,192.43,'slyly final pinto beans doze slyly blithely final notornis. car' -240,23,1972,571.34,'unusual, express pinto beans haggle. furious, ruthless requests play alo' -240,39,1831,243.03,'slyly final requests kindle furiously against the slyly express ideas. ironic waters use careful' -241,42,1907,876.95,'silent, bold requests detect above the carefully express courts. enticingly eve' -241,8,6274,844.49,'final deposits across the carefully express excuses are after the even foxes. carefully fluffy foxes cajole ironically. bold excuses are quic' -241,24,3003,751.81,'blithely regular dependencies wake. regular packages alongside of the ideas promise blithely against the blithely ironic instructions. ' -241,40,60,520.41,'ironic requests along the fluffily regular deposits are carefully furiously silent fox' -242,43,6454,536.50,'slyly ironic accounts haggle furiously along the blithely ironic d' -242,9,394,97.24,'silent accounts snooze according to the regular depths. final, specia' -242,25,2514,208.39,'furiously even dependencies of the blithely final asymptotes need to s' -242,41,6902,147.39,'furiously ironic deposits according to the final requests will' -243,44,1961,817.56,'daring excuses sleep carefully final packages. furiousl' -243,10,8930,618.10,'blithely bold accounts against the furiously final requests wake past the blithely regular notorni' -243,26,3830,886.99,'slyly regular dolphins are. carefully unusual courts boost slyly amon' -243,42,3272,641.29,'regular, regular foxes cajole blithely-- even, regular requests cajole furiously. s' -244,45,5942,148.84,'excuses sublate slyly sly accounts. furiously special packages about the carefully regular packages boost furiously stealthy packages.' -244,11,4940,293.62,'final, ironic somas are blithely express foxes. furiously regular excuses according to the pending, unusual pinto beans doze across the furiously special' -244,27,1352,978.74,'special ideas sleep. pinto beans cajole. blithely regular instructions sleep across the slyly' -244,43,8850,257.00,'final requests wake fluffily. ironic, even forges haggle fluffily ironic accounts? blithely regular theodolites sleep. bold foxes are quickly pending pinto beans' -245,46,6034,995.56,'final dinos boost along the ideas. furiously express excuses engage' -245,12,3533,187.40,'furiously unusual instructions cajole carefully above the quickly express packages. sile' -245,28,9116,79.54,'fluffily regular platelets haggle carefully. slyly express platelets will sleep doggedly alongside of the carefully unusual packages. theodo' -245,44,5694,407.35,'thinly bold deposits haggle. carefully unusual epit' -246,47,6561,426.60,'quickly ironic requests are slyly silent requests. blithely final request' -246,13,3607,194.36,'even dinos along the blithely ironic accounts cajole blithely among the blithely ironic deposits? slyly ironic platelets sleep. carefully final accounts wake fluffily across the e' -246,29,7493,170.68,'furiously regular packages nag. blithely even pin' -246,45,8359,645.45,'quickly final sheaves wake among the carefully express packages. brave, bold requests sleep pending, pending dependencies. carefully even' -247,48,3492,58.15,'ideas cajole against the carefully final foxes. blithely even pinto beans wake after the daringly furious pinto beans. deposits are. blithely ironic pinto ' -247,14,9811,479.85,'carefully ironic accounts across the thinly bold packages' -247,30,7397,143.39,'fluffily even dependencies sleep around the special, even pinto beans. quickly even accounts use slyly about the slyly ruthless ' -247,46,9639,650.32,'bold pinto beans sleep blithely pinto beans. even theodolites nag across the quickly final asymptotes. quickly silent accounts haggle never ironic packages. final sheav' -248,49,7731,65.54,'express accounts print blithely. accounts sleep unusual, unusual pinto beans. pending instructions hag' -248,15,8847,935.64,'bold platelets sleep ironic, regular packages. special deposits are slyly carefully blithe instructions. slyly regular packa' -248,31,6329,148.79,'asymptotes along the furiously express platelets wake slyly along the idly ironic platelets. ironically regular deposits are carefully. fluffily special foxes ' -248,47,8054,425.78,'regular, final requests sleep fluffily. final, express sheaves boost blithely accordin' -249,50,7234,516.17,'pending, ironic excuses along the final deposits affix enticingly carefully regular instructions. ironic ideas haggle' -249,16,5568,50.74,'finally regular accounts wake packages. final, ironic ideas after the ideas sl' -249,32,1861,914.16,'ideas try to wake fluffily. blithely even accounts nag blithely. carefully final deposits are furiously. slyly eve' -249,48,7766,815.94,'bold, unusual packages affix. slyly regular instructions nag fluffily after the deposits. ruthless accounts cajole slyly slyly regular packages. blithely ironic requests are furiously ' -250,1,3525,293.30,'regular, pending packages wake among the regular packages. even ideas along the ironic realms haggle carefully ' -250,17,5208,617.59,'express, enticing packages use fluffily across the quickly even ideas. carefully daring realms print slyly ironic foxes. blithe, ironic reques' -250,33,7071,374.36,'blithely final packages haggle even, slow packages. pending, ironic requests play. slyly unusual instructions haggl' +1,2,3325,771.64,'requests after the carefully ironic ideas cajole alongside of the enticingly special accounts. fluffily regular deposits haggle about the blithely ironic deposits. regular requests sleep c' +1,14,8076,993.49,'careful pinto beans wake slyly furiously silent pinto beans. accounts wake pendi' +1,26,3956,337.09,'boldly silent requests detect. quickly regular courts are. instructions haggle ironic foxes. sometimes final orbits cajole fluffily around the unusual foxes. slyly silent theodolites cajole r' +1,38,4069,357.84,'regular deposits are. furiously even packages cajole furiously. even pinto beans boost furiously final dependencies. f' +2,3,8895,378.49,'furiously even asymptotes are furiously regular plate' +2,15,4969,915.27,'even accounts wake furiously. idle instructions sleep in ' +2,27,8539,438.37,'furiously even pinto beans serve about the ironic idea' +2,39,3025,306.39,'deposits according to the final, special foxes detec' +3,4,4651,920.92,'ironic, pending theodolites sleep slyly at the slyly final foxes. slyly ironic accounts sleep express accounts. quickly fina' +3,16,4093,498.13,'furiously final requests nag after the even instructions. quickly pending accounts with the ironic packages sleep quickly blithely ' +3,28,3917,645.40,'ideas along the fluffily special deposits detect furiously furiously quiet attainments. slyly special theodolites affix among the furiously bold dolphins. slyly final ' +3,40,9942,191.92,'blithely silent accounts across the thinly ironic deposits are carefully ideas. always bold instructions dazzle carefully. fluffily pending dependencies boost! quickly express orbits nag. bra' +4,5,1339,113.97,'furiously even accounts sleep. slyly regular deposits hag' +4,17,6377,591.18,'sometimes silent accounts engage slyly with the unusual accounts. carefully s' +4,29,2694,51.37,'final deposits detect according to the blithely final packages. furiously unusual accounts engage carefully final reque' +4,41,2480,444.37,'carefully silent platelets haggle accounts? ironic ideas engage furiously along the regular, unusual deposits. carefully silent theodolites cajole quickly. even, regular t' +5,6,3735,255.88,'even, ironic requests snooze blithely throughout the carefully pending deposits. busy deposits mold blithely after the furiously final pinto beans. regular, unus' +5,18,9653,50.52,'even requests use quickly furiously pending foxes. regular gifts across the fluffily regular instructions haggle fluffily according to the careful realms. final packages along the fin' +5,30,1329,219.83,'fluffily final accounts against the slyly regular packages cajole special packages. blithe' +5,42,6925,537.98,'furiously regular dolphins wake furiously above the slyly unusual ideas. regular accounts among the packages wake blithely even packages. bold foxes above the furiously bold packages affix slyly t' +6,7,8851,130.72,'carefully regular asymptotes wake slyly according to the quickly re' +6,19,1627,424.25,'packages after the blithely ironic deposits engage quickly around the slyly unusual accounts. quickly pending theodolites boost. requests sleep speci' +6,31,3336,642.13,'ironic theodolites hang blithe, regular requests. final requests sleep furious' +6,43,6451,175.32,'regular, ironic accounts sleep ruthlessly around the deposits. slyly final deposits boost about the pending, bold grouches. silent, even theodolites along the final, even ideas cajole blithely ' +7,8,7454,763.98,'carefully even ideas should wake. blithely final instructions are special foxes. pending, ironic requests wake blithely about the furiously regular foxes. ironic idea' +7,20,2770,149.66,'special, final foxes alongside of the furiously unusual excuses haggle carefully regular deposits. slyly regular courts about the ironic, final accounts cajole slyly across the fl' +7,32,3377,68.77,'regular platelets detect blithely? unusual requests along the express foxes haggle after the regular forges. furiously regular excuses haggle ' +7,44,9460,299.58,'blithely regular deposits use. pending packages cajole special hockey players. s' +8,9,6834,249.63,'furiously unusual instructions use quickly. unusual deposits among the regular deposits doze unusual epitaph' +8,21,396,957.34,'furiously ruthless depths detect alongside of the express, final accounts. carefully ' +8,33,9845,220.62,'slyly regular instructions unwind furiously. regular accounts hang furiously until the blithely pending decoys. deposits after the carefully regular instructions haggle furi' +8,45,8126,916.91,'final deposits wake slyly final, regular accounts. bold excuses haggle slyly about the pending theodolites. carefully final packages hang quickly above the slyly even frets. boldly ironic' +9,10,7054,84.20,'final ideas through the requests boost quickly about the furiously regular accounts. blithely silent foxes affix carefully ironic instructions. blithely bold foxe' +9,22,7542,811.84,'carefully unusual dependencies cajole fluffily beyond the quickly bold' +9,34,9583,381.31,'carefully ironic pinto beans nag against the quickly regular somas. regular, ironic deposits wake' +9,46,3063,291.84,'doggedly ironic waters are furiously. bold dependencie' +10,11,2952,996.12,'blithely even foxes nag furiously about the quickly ex' +10,23,3335,673.27,'final, regular foxes cajole carefully about the blithely express accounts. carefully regular platelets against the silent pinto beans sleep carefully among the blithely regular foxes. final r' +10,35,5691,164.00,'carefully express accounts wake ruthlessly. carefully ironic frets haggle furi' +10,47,841,374.02,'pending, pending requests may haggle sometimes. silent pinto beans are blithe' +11,12,4540,709.87,'final packages mold after the carefully unusual requests. quickly fi' +11,24,4729,894.90,'regular packages sleep carefully fluffily ironic ac' +11,36,3708,818.74,'slyly pending theodolites wake quickly unusual, express accounts. fluffily regular requests cajole furiously quickly even dugouts. slyly bold platelets ' +11,48,3213,471.98,'ideas nag regular instructions. regular, thin pinto beans unwind furiously ironic accounts. quickly express platele' +12,13,3610,659.73,'unusual dolphins sleep slyly. ironic deposits use fluffily. carefully unusual platelets poach slyly. evenly pending deposits nag ironi' +12,25,7606,332.81,'slyly daring foxes nag slyly-- carefully special foxes integrate final accounts. accounts sleep slyly furiously special accounts. ironic, ' +12,37,824,337.06,'quickly special pinto beans haggle quickly above the e' +12,49,5454,901.70,'regular ideas sleep about the ironic pinto beans. furious' +13,14,612,169.44,'blithely special theodolites serve quickly. regular deposits are alongside of the fluffily sl' +13,26,7268,862.70,'regular, regular packages integrate furiously across the quickly ironic deposits. furiously unusual foxes cajole bravely after the iron' +13,38,864,38.64,'furiously regular pinto beans wake quickly furiously regular dependencies. carefully silent requests cajole furiously final theodo' +13,50,9736,327.18,'slyly bold packages doubt slyly among the pending, regular instructions. instructions among the always final accounts mold thinly carefully bold foxes. blithely pending ideas integ' +14,15,5278,650.07,'quickly even deposits doze quickly pending, bold deposits. carefully regular packages sublate carefully' +14,27,5334,889.50,'express instructions affix quickly. slyly bold requests use. special, express foxes haggle fluffily express deposits. silently even pinto beans throughout the blithely iron' +14,39,3676,893.39,'carefully final orbits breach along the quickly ironic requests. evenly unusual instructions along the slyly final ' +14,1,4947,310.13,'blithely final pinto beans wake special instructions. regular theodolites cajole slyly unusual foxes. fluff' +15,16,7047,835.70,'packages haggle across the carefully express ideas. slyly bold instructions promise even, express packages. furiously ironic acc' +15,28,3336,784.55,'unusual requests instead of the blithely stealthy excuses cajole' +15,40,3316,265.89,'carefully even foxes ought to cajole. carefully special deposits hang. quic' +15,2,5255,458.67,'carefully unusual requests above the fluffily unusual packages wake about the deposits. regular accounts use blithely slyly special packages? carefully final deposits are special platelets. fur' +16,17,5282,709.16,'final, final orbits hang slyly. blithely pending dolphins haggle. deposit' +16,29,9412,887.53,'express, special requests solve against the carefully regular packages-- slyly final excuses mold blithely across the blithely regular pinto beans. blithely iron' +16,41,854,781.91,'slow ideas use quickly asymptotes. quickly final pinto beans boost against the deposits-- final pinto beans sleep. carefully even dependencies sleep. quickly regular t' +16,3,1491,918.51,'blithely regular deposits across the furiously ironic packages integrate above the quickly express accounts. carefully final dolphins shall have to haggle blithely. carefully ' +17,18,8555,995.35,'final deposits among the quickly unusual deposits detect unusual, final dependencies. theodolites cajole blithely. final, express depths wake blithely. slyly regular requests sleep. carefully regu' +17,30,7737,648.75,'deposits boost slyly. furiously dogged packages wake blithely even attainments. furiously ironic dolphins print bold, even instructions. courts detect. ironic requests accordin' +17,42,3123,555.04,'quickly final deposits are fluffily. brave packages use slyly. carefull' +17,4,3203,64.40,'fluffily sly instructions use slyly fluffily even excuses. furiously regular pinto beans among the quickly special' +18,19,1125,664.17,'furiously final packages wake furiously according to the furiously even packages. fluffily even deposits unwind carefully. instructions sleep furiously; ' +18,31,8132,52.44,'instructions use quickly. slyly ironic theodolites sublate blithely along the carefully final platelets. asymptotes use requests. carefully pending instructions' +18,43,3133,568.61,'express dolphins cajole carefully along the ironic requests. quickly regular accounts haggle fluffily final packages. slyly final packages along the' +18,5,6475,386.29,'instructions are along the blithely special requests. dolphins' +19,20,1416,144.80,'silent packages impress fluffily slyly even theodolites. ironic deposits nag carefully excuses. express deposits wake slyly. ' +19,32,5467,405.70,'regular packages cajole slyly unusual packages. even deposits detect regular deposits. ironic, special theodolit' +19,44,8800,635.66,'asymptotes cajole against the carefully pending Tiresias. stealthy, bold excuses according to the quickly final instruction' +19,6,1340,346.92,'slow deposits sleep blithely slyly final deposits. ironic deposits cajole furiously enticingly final packages! furiously bold asymptotes sleep along the quickly even ideas. quickly ironic ' +20,21,2927,675.54,'slyly ironic deposits nag across the carefully regular somas. regular, even foxes cajole blithely ironic accounts. dolphins cajole carefully after the blithely express foxes. unusual ' +20,33,2723,305.84,'fluffily even pinto beans ought to nag furiously above the slyly ironic pinto beans. carefully even courts mold. slyly special instructions among the fluffy, ruthless attainments a' +20,45,5905,546.66,'final instructions nag quickly around the unusual, thin pinto beans. final foxes nag among the thin, even foxes. furi' +20,7,4271,115.89,'blithely ironic deposits cajole ironic foxes. blithely unusual gifts alongside of the carefully ironic foxes integrate above the special pinto beans. furiously final dolphins use careful' +21,22,6571,944.44,'fluffily ironic depths wake slyly besides the packages. blithely unusual deposits boost about the regular pinto be' +21,34,1704,139.05,'carefully regular courts are. bold requests sleep. unusual deposits breach quickly. daringly regular pinto beans mold carefully. pending d' +21,46,7153,664.50,'blithely enticing dependencies affix slyly regular, unusual reque' +21,8,367,584.86,'blithely busy deposits wake. blithely final packages cajole blithely furiously unusual requests. d' +22,23,4410,786.18,'foxes solve blithely against the deposits. ironic, even accounts unwind requests. foxes might wake pending, even platelets. final braids ' +22,35,9779,635.84,'slyly dogged accounts detect. regular frets boost' +22,47,7834,359.16,'blithely final platelets wake furiously. quickly even n' +22,9,1434,597.21,'requests are slyly accounts. theodolites above the carefully even requests boost furiously about the fluffily final pa' +23,24,2739,460.12,'ironic, regular foxes wake carefully. carefully final notornis according to the final requests nag furiously furiously brave dependencies. foxes wake about the ideas' +23,36,5739,103.13,'fluffily regular instructions use. blithely unusual requests believe blithely. pinto beans sleep carefully. regular ideas against the slyly r' +23,48,9898,233.94,'blithely ironic courts wake above the carefully unusual requests. ironic foxes nag fluffily at the accounts. platelets along the doggedly special asymptotes are even ' +23,10,7035,51.75,'accounts sleep carefully unusual accounts. blithely ironic ideas above the quickly stealthy instructions sleep slyly after the carefully special requests. even pinto beans use blithely along' +24,25,5180,905.41,'fluffily bold packages cajole accounts. accounts nag fluffily slyly special deposits. furi' +24,37,2227,511.20,'carefully even instructions are fluffily at the regular requests. quickly final packages doubt blithely beside the slyly even accounts.' +24,49,7182,582.03,'bold, even pinto beans against the final pinto beans' +24,11,5318,62.15,'silent pinto beans at the slyly bold excuses boost blithely across the slyly regular courts. unusual, pending requests cajole re' +25,26,9029,832.74,'furiously express theodolites use. blithely ironic accounts cajole about the dependencies. ironic requests affix thinly blithely bold theodolit' +25,38,9062,928.96,'furiously silent dolphins dazzle slyly. unusual, bold orbits according to the pendi' +25,50,9946,694.35,'carefully fluffy asymptotes should have to wake. express, regular requests acr' +25,12,7340,746.59,'furiously regular deposits use carefully against the quickly unusual deposits. carefully special requests integrate carefully ironic accounts. busily ironic deposits alongside ' +26,27,5020,683.96,'slyly final requests cajole furiously above the blithely pending accounts.' +26,39,6577,892.20,'slyly bold requests dazzle furiously about the regular requests. carefully furious ideas cajole alongside of the quickly bold accounts. ironic, even decoys are carefully ca' +26,1,3499,382.11,'special theodolites integrate quickly. special warthogs are carefully about the ironic ideas. carefully special hockey players use after the furiously permanent pinto beans. evenly bold acco' +26,13,9702,821.89,'ideas through the carefully ironic gifts use furiously against the even packages. furiously express deposits sleep furiously special ideas. fluffily express depos' +27,28,2111,444.01,'slyly unusual courts integrate blithely carefully ' +27,40,9080,157.03,'furiously idle excuses sleep. final epitaphs use after the blithely final platelets. bold, regular deposits are regularly within the finally regular frets? bold, sile' +27,2,3407,151.34,'carefully bold braids serve carefully. enticingly final dependencies was. ' +27,14,4283,348.61,'blithely even packages according to the slyly final instructions can nag across the silent foxes. unusual ideas behind the regular deposits boost quickly alongs' +28,29,6643,204.86,'ironic accounts wake? pending deposits at the pinto beans are after the blithely bold deposits. requests use regularly. slyly reg' +28,41,2452,744.57,'furiously bold packages sleep silent Tiresias. bold pinto beans sleep quickly. furiously express accounts impress ca' +28,3,302,690.30,'even packages cajole fluffily. bold, ironic theodolites run carefully final accounts. pinto beans nag blithely slyly regular dependencies! slyly express courts affix blithely agains' +28,15,9988,666.53,'carefully regular instructions eat blithely at the fluffily special req' +29,30,3506,799.27,'quickly unusual excuses nag final requests. slyly unusual deposits x-ray blithely. slyly unusual pinto beans maintain. fluf' +29,42,8106,981.33,'blithely regular accounts along the slyly regular instructi' +29,4,9193,734.44,'furiously regular theodolites across the carefully regular ideas use blit' +29,16,6252,186.21,'final, even deposits haggle slyly. furiously unusual deposits grow slyly. slyly regular theodolites cajole fluf' +30,31,4767,989.05,'regular packages across the furiously regular theodolites haggle quickl' +30,43,535,743.26,'carefully silent courts boost carefully carefully ironic deposits; special accounts haggle slyly final deposits. special excuses wake slyly quickly ironic requests. careful' +30,5,7756,568.86,'regular, regular pinto beans wake special packages? regular dependencies poach doggedly around the blithely express ideas. bold packages haggle. carefully iro' +30,17,7945,583.84,'slyly express asymptotes sleep slyly blithely silent courts. pending deposits haggle carefully according to the ironic, pending packages-- quickly quiet d' +31,32,9685,620.84,'blithely ironic dugouts unwind across the blithely ironic deposits. carefully regular pinto beans detect ideas. expr' +31,44,1951,120.99,'even deposits detect blithely sometimes ironic requests. even p' +31,6,1402,761.64,'slyly regular packages cajole alongside of the packages. quickly sly ideas affix. furiously idle' +31,18,137,849.11,'special, final frays sleep slyly regular requests. carefully express orbits according to the slyly final instructions haggle furiously dogged, final accounts. regular, even ac' +32,33,2203,406.03,'express ideas according to the foxes nag slyly slyly even requests. final accounts use furiously furiousl' +32,45,467,109.34,'deposits haggle slyly unusual deposits; busily regular ideas wa' +32,7,7975,747.14,'excuses eat around the carefully ironic asymptote' +32,19,7938,856.09,'slyly furious dolphins cajole bravely about the blithely bold requests. slyly unusual asymptotes sleep slyly. ironic, final pinto beans mold against the pending packages. final' +33,34,4028,891.46,'regular theodolites at the ironic foxes wake blithely furiously regular depe' +33,46,4410,929.05,'express, regular requests maintain ironic, regular deposits. regula' +33,8,1287,310.76,'quickly bold braids wake according to the carefully even theodolites. boldly regular patterns according to the ironic req' +33,20,6006,327.19,'final asymptotes above the courts cajole furiously furiously unusual deposits. carefully ironic instructions sublate furiously quickly ironic foxes. slyly special asymptotes' +34,35,9934,848.75,'quickly blithe requests sleep slyly silent excuses. carefully ironic packages across the furiously express instructions haggle blithely blithely ironic notornis. quickly iro' +34,47,4749,265.31,'slyly regular deposits will solve slyly according to the always regular platelets. dugouts maintain furiously. furious accounts haggle furiously along the permanent foxes. slyly ' +34,9,5459,824.69,'packages haggle slyly against the pending instructions. final requests above the quickly fluffy accounts are pending, bold accounts. pinto beans boost fluffily about the final forges. theodo' +34,21,5884,609.69,'even deposits haggle furiously. slyly special theodolites will use always theodolites. final foxes alongside of the carefully ironic deposits haggl' +35,36,2500,451.58,'blithely even accounts are: carefully ironic accounts integrate slyly. final deposits wake c' +35,48,8875,537.72,'ironically express ideas about the furiously pending warhorses boost slyly ab' +35,10,596,669.19,'busy pinto beans wake blithely. slyly final excuses detect blithely among the bravely regular frets. unusual accounts sleep among the blithely final ideas. special packages acc' +35,22,2025,411.17,'express, final platelets according to the fluffily express instructions haggle above the slyly unusual foxes. fluffily final dependencies according to the quickly express requests kindle alongsi' +36,37,3907,630.91,'regular, pending accounts lose furiously platelets. carefully silent sheaves about the slyly furious courts wake blithely after the bold foxes. final, unusual instruction' +36,49,174,434.47,'ironic, regular accounts are slyly. special, regular excuses wake blithely befo' +36,11,2625,569.91,'pinto beans detect slyly alongside of the final foxes. furiously ex' +36,23,8209,289.15,'carefully even accounts maintain alongside of the unusual, even hockey players. carefully regular deposits run. dolphins cajole furiously ironic theodolit' +37,38,7171,824.96,'pending packages wake quietly. special, even accounts haggle unusual' +37,50,5542,126.59,'ironic, ironic packages are slyly. furiously regular excuses cajole blithely quickly ironic dependencies. regular packages use carefully furiously pending depths' +37,12,7113,15.72,'regular, final requests nag across the regular, even requests. carefully regular accounts cajole carefully carefully ruthless dep' +37,24,1449,745.64,'regular, silent foxes nag. carefully ironic deposits are fluffily. carefully regular pinto beans around the bravely even instructions cajole carefully furiously regul' +38,39,1226,570.11,'fluffily regular packages after the carefully final deposits are quickly ironic instructions. final req' +38,1,4237,662.75,'carefully ironic requests was quickly blithely pending frays-- requests thrash careful the' +38,13,1135,160.70,'unusual, even patterns nag. furiously daring courts among the carefully unusual courts haggle permanent dolphins. pending ideas integrate blithely from the quickly i' +38,25,3516,847.09,'quickly ironic accounts detect. final, express foxes use even accounts. even accounts after the express ideas should boost against t' +39,40,3633,463.10,'slyly idle deposits at the slyly regular pinto beans wake furiously after the furiously ironic asymptotes. furiously ironic requests detect quickly! furiously even deposits wake sl' +39,2,3682,300.43,'slyly silent theodolites across the slyly ironic packages engage slyly deposits. final packages haggle quickly ' +39,14,5475,532.26,'carefully silent instructions was! quickly express packages nag. final, final forges after the final pinto beans maintain furiously expres' +39,26,6259,737.86,'blithely regular theodolites engage slyly quickly pending excuses. carefully special accounts use slyly about the blithely bold gifts. furiously stealthy excuses wake' +40,41,7690,776.13,'daringly special hockey players within the final packages are blithely about the instructions. carefully express dependencies boost f' +40,3,1704,565.82,'packages sleep carefully quietly regular accounts: special deposits are f' +40,15,4521,374.71,'quickly ironic requests along the blithely ironic platelets wake blithely blithely final pinto beans. foxes use. furiously final dependencies sleep on the blithely regular a' +40,27,6617,196.64,'carefully regular foxes poach slyly along the furiously final pinto beans. da' +41,42,9040,488.55,'slyly regular foxes run quickly. carefully even instructions w' +41,4,5946,391.81,'blithely silent accounts around the carefully regular instructions haggle carefully about the even, pending deposits. carefully ironic deposits wake alo' +41,16,1550,916.55,'quickly express requests are furiously even packages. fluffily final packages wake furiously fluffily even foxes. carefu' +41,28,560,37.59,'regular, bold packages wake after the fluffily express theodolites. carefully regular requests boost furiousl' +42,43,2893,716.81,'slyly ironic deposits after the slyly regular reque' +42,5,2927,709.06,'carefully express requests wake carefully. quickly ironic requests wake slyly. blithely even deposits snooze blithely after the express deposits.' +42,17,3500,200.00,'pending foxes nag slowly. slyly even requests are upon the re' +42,29,3662,29.46,'blithely regular pinto beans believe. carefully pending accounts across the furiously regular pinto beans are thinly above the express dependencies. ideas haggle ironic requests. quick' +43,44,3211,805.78,'final, express dependencies sleep according to the express requests. bold, regular accounts detect outside the slyly ' +43,6,6770,493.19,'furiously special pinto beans cajole. ironic decoys across the ' +43,18,9506,493.65,'carefully fluffy accounts across the blithely final accounts hang slyly according to the furiously special platelets. sil' +43,30,3232,307.12,'bold packages wake blithely above the furiously bold ' +44,45,486,164.22,'requests around the packages integrate blithely a' +44,7,5310,114.37,'waters are blithely even deposits. daringly bold packages haggle daringly. special asymptotes are quickly about the enticing theodolites.' +44,19,3534,383.01,'pending, pending instructions are blithely furiously unusual requests.' +44,31,4798,833.15,'quickly enticing requests above the bold ideas nag along the blithely ironic foxes. regular, final foxes among the f' +45,46,1685,919.63,'tithes into the carefully final instructions wake qu' +45,8,5202,877.29,'slyly regular requests dazzle slyly pending requests. quietly regular packages after the regular, even dependencies cajo' +45,20,5669,532.70,'regular, unusual excuses wake doggedly until the pending requests. ruthlessly final asymptotes cajole furiously against the instructions; bold accounts use ' +45,32,1872,155.32,'regular requests wake furiously. regular instructions haggle' +46,47,4171,244.65,'boldly even requests sleep carefully carefully busy requests. furiously regular ideas about the deposits are theodolites. carefully pending theodolites' +46,9,8518,106.80,'fluffily unusual accounts boost slyly about the ironic deposits: fluff' +46,21,7225,14.78,'silent theodolites affix. slyly busy pinto beans haggle unusual, silent packages. regular ideas h' +46,33,1381,985.88,'slyly pending accounts sleep slyly blithely regular mu' +47,48,6989,292.52,'slyly regular foxes are furiously. ironic accounts engage quickly ironic, close pinto beans. blithely ironic packages wake blithely ironic epitaphs. carefully even' +47,10,4458,539.47,'carefully ironic asymptotes against the permanently bold deposits boost furiously ruthless theodolites. carefully final requests are fluffily regula' +47,22,2896,74.54,'ironic requests across the always ironic pinto beans haggle furiously at the even frets. regular foxes along the unusual, final instructions sleep against the carefully fi' +47,34,5873,296.63,'express accounts haggle carefully. fluffily pending packages alongside of the fur' +48,49,5052,611.16,'silent pearls wake. carefully regular dependencies must use carefully against the slyly regular deposits. regular, ironic patterns detect furiously around the finally special foxes. fluf' +48,11,9451,191.36,'slyly final decoys will have to sleep alongside of the pending accounts. fur' +48,23,5564,668.19,'furiously even pinto beans poach blithely. carefully stealthy platelets wake slyly according to the bold requests. quiet, final deposit' +48,35,1719,606.16,'pending accounts sublate furiously. even deposits boost carefully after the final deposits' +49,50,9056,35.11,'carefully regular attainments wake fluffily blithely regular requests. slyly close ideas snooze. packages cajole final foxes. furiously final' +49,12,6646,908.15,'ironically final excuses integrate above the evenly even ideas? even, regular deposits cajole daringly special, express theodolites. blithely regular ideas are ' +49,24,5336,713.25,'slyly even pinto beans boost fluffily final instructions. blithely unusual dependencies cajole slyly above the regular, ironic dependencies. unusual dug' +49,36,597,812.62,'forges against the final dolphins wake furiously according to the requests. regular depths wake above the quickly pending foxes. platelets nag furiously slyly ir' +50,1,1832,565.54,'quick deposits against the foxes affix carefully carefully special warthogs. regular deposits boost furiousl' +50,13,43,690.87,'slyly pending requests thrash fluffily boldly even dependencies. slyly regular ideas' +50,25,6160,301.06,'furiously pending dolphins sleep carefully regular, close requests. bold theodolites cajole furiously ironic accounts. theodolites cajole furio' +50,37,2104,107.17,'regular dependencies run. regular, special platelets cajole stealthily carefully ironic deposits. finally silent theodolites are against the quietly re' +51,2,837,310.74,'requests use slyly regular instructions. even foxes will sleep blithely against the dependen' +51,15,7318,85.03,'carefully final deposits use furiously final courts. slyly bold orbits wake among the furiously fluffy frets. quickly regular accounts nag furiously-- ideas wake about the pack' +51,28,138,728.95,'unusual requests haggle. fluffily ironic ideas above' +51,41,8062,901.04,'carefully brave packages detect permanently. blithely ironic acc' +52,3,6533,54.92,'ironic excuses according to the quickly ironic requests boost regular, express excuses. furiously bold deposits ar' +52,16,1937,210.44,'carefully special courts about the blithely ironic requests cajole bold ' +52,29,4084,628.53,'carefully even deposits integrate around the ideas. carefully special accounts would promise furiously. express requests haggle s' +52,42,5524,424.93,'special accounts around the slyly regular foxes need to cajole furiously care' +53,4,6443,192.78,'ironic, even patterns wake. blithely ironic sentiments against the deposits haggle blit' +53,17,5319,563.44,'fluffily ironic requests boost furiously above the final foxes. even, unusual asymptotes are slyly according to the regular deposits. slyly ironic notornis sleep blithely again' +53,30,8200,388.08,'quickly regular foxes lose! furiously regular packages wake fluffily carefully final theodolites. carefully ironic accounts snooz' +53,43,6929,224.83,'ironic deposits are blithely final deposits. furiously express ideas sleep slyly according to the permanent foxes: blithely even braids boost slyly furiously bold excuses. furiously qu' +54,5,2515,686.51,'blithely unusual requests sleep carefully. slyly regular ideas maintain against the regular, express accounts. quickly unusual deposits bo' +54,18,7079,798.98,'carefully bold pinto beans among the even packages unwind quickly quickly final requests. quickly final deposits promise car' +54,31,2386,23.78,'stealthily regular sheaves are. furiously regular asymptotes among th' +54,44,536,259.24,'furiously regular pinto beans about the furiously regular instructions dazzle furiously foxes. unusual requests use alongside of the regular orbits.' +55,6,7874,611.04,'silent dolphins must haggle. regular, ironic theodolites affix unusual, regular fo' +55,19,8460,236.27,'asymptotes about the carefully special instructions use slyly quiet instructions. furiously final courts integrat' +55,32,8278,134.62,'regular theodolites affix slyly. blithely bold foxes wake above the requests. ironic, regular instructions sublate requests. bold accounts' +55,45,1289,130.33,'regular pinto beans haggle pinto beans. furiously even platelets doubt furiously se' +56,7,241,855.39,'carefully ironic requests by the daringly final frays' +56,20,9104,54.79,'final packages are across the furiously unusual requests. bold pinto beans nag quickly across t' +56,33,1330,52.29,'foxes boost fluffily slyly ironic accounts. carefully bold packages are. regular, express ideas wake. fluffily even tithes cajole. slyly careful pinto beans wake slyly slyly ' +56,46,5799,926.25,'silent frets cajole. carefully pending excuses are furiously even excuses. carefully regular attainments along the quickly final packages sleep quietly on t' +57,8,2972,123.11,'blithely ironic ideas kindle furiously blithely silent theodolites. deposits wake. even accounts affix carefully. stealthily even pinto beans against the r' +57,21,4721,411.08,'dinos wake blithely slyly express asymptotes. requests are carefully. quickly bold package' +57,34,3788,211.66,'furiously final requests against the accounts haggle across the carefully silent ideas. silent excuses sleep special ' +57,47,4583,137.68,'final, even pinto beans detect blithely; furiously bold packages haggle fluffily blithely f' +58,9,4328,542.52,'furiously furious accounts boost quickly after the evenly ironic deposits. pinto beans was according to the regular packages. silently regular excuses ou' +58,22,4307,448.31,'special excuses thrash slyly foxes. theodolites against the furiously even requests' +58,35,4136,512.24,'packages wake. furiously bold dinos after the excuses boost slyly quickly permanent' +58,48,9689,25.09,'blithely ironic ideas detect carefully slow accounts. carefully even requests sleep. slyly regular excuses are. blithely ironic ideas are furiously across the furiously unusual deposi' +59,10,8374,357.22,'furiously unusual platelets lose. requests cajole quickly. blithely unusual instructions use slyly among the furiously regular escapades. pending pinto beans ca' +59,23,4226,80.98,'slyly special instructions at the regular, unusual foxes eat against the carefully final dinos. regular packages kindle against the regular multipliers. furiously close dependen' +59,36,99,598.55,'furiously ironic accounts nag furiously regular dependenc' +59,49,8184,45.50,'bold, ironic instructions are blithely among the blithely enticing packages: carefully ironic theodolites are across the furiously pending dolphins. slyly regular instructions against the foxes s' +60,11,6642,800.72,'pending, regular accounts are fluffily. final courts are never regular packages. carefully final excuses use' +60,24,5017,314.81,'blithely regular packages are slyly past the even ideas. furiously final platelets ' +60,37,148,504.10,'carefully special patterns affix. regular, ironic ideas across the final dependencies hinder ' +60,50,5792,92.64,'blithely bold theodolites sleep about the accounts. carefully sly theodolites wake. furiously even requests dazzle carefully flu' +61,12,1540,858.64,'slyly ironic decoys detect blithely special packages. ' +61,25,9170,771.26,'pending, final instructions kindle carefully quick requests. regula' +61,38,4762,633.74,'fluffily regular foxes haggle about the carefully express reques' +61,1,7312,153.74,'final packages wake blithely special pinto beans. dogged requests integrate above the final, final deposits. furiously final gifts wake carefully slyly unusual courts. furiously final ide' +62,13,1780,692.42,'even accounts are carefully against the regular accounts! blithely express platelets detect along the final, ironic decoys. carefully special requests boost blithely. slyly fluf' +62,26,5896,348.82,'silent platelets sleep. ironic theodolites wake. pending ideas haggle quickly busily special sentiments. quickly pending braids wake. furiously regular packages across the accounts nag fluffily ac' +62,39,9127,620.08,'furiously pending requests about the slyly even deposits integr' +62,2,9542,255.78,'silently ironic packages eat doggedly. packages br' +63,14,1804,498.84,'special escapades nag besides the packages. final foxes haggle furiously according to the carefully unusual deposits. slyly regular instructions detect furiously across the asymptotes. express excus' +63,27,1998,509.16,'ironic, bold dependencies sleep evenly special theodoli' +63,40,6839,274.15,'carefully fluffy platelets sleep carefully according to the quickly special requests. final foxes cajole across the slyly special theodolites. accounts cajole slyly. slyly even packag' +63,3,6325,463.69,'closely final requests according to the ironic theodolites affix carefully above the final requests. ironic asymp' +64,15,5567,228.61,'dependencies above the asymptotes wake carefully according to the permanently ironic deposits. express somas across the final excuses cajole blit' +64,28,4542,398.92,'bold, express asymptotes sleep blithely according to the carefully pending requests. blithely unusual deposits cajole' +64,41,9110,602.65,'slyly final pinto beans haggle even ideas. never even packages are carefully against the quickly regu' +64,4,2064,25.77,'quietly even courts cajole carefully. ironic pinto beans breach blithely. furiously regular foxes sleep carefully among the ' +65,16,2918,846.26,'quickly regular dependencies sleep slyly bold excuses. unusual foxes cajole slyly. slyly unusual accounts grow. excuses maintain ca' +65,29,1779,393.63,'furiously final deposits haggle. express foxes serve furiously pinto beans. carefully final packages along the pending deposits are through the final, fina' +65,42,2054,503.10,'foxes after the express, final theodolites cajole quickly carefully blithe sheaves. regular pinto be' +65,5,2188,288.73,'blithely pending deposits affix fluffily against the quickly final accounts. carefully ironic ' +66,17,3077,809.13,'evenly ironic frays are slyly dogged packages. even deposits sleep. ironic asymptotes are fluffily. carefully special accounts cajole regular theodolites' +66,30,1076,785.75,'furiously express requests hang closely. fluffily regular accounts above the ' +66,43,2568,447.08,'silent, final dependencies cajole quickly above the ironic Tiresias. final, regular deposits sleep carefully ' +66,6,296,797.27,'silent, pending patterns boost quickly throughout the fluffily even deposits. ' +67,18,9923,306.37,'slyly ironic forges thrash slyly. carefully final courts after the blithely final requests wake about the even foxes.' +67,31,7908,546.75,'regular deposits use quickly quickly express pinto beans. furiously final dependencies haggle across the requests. carefully even instructions against the excuses us' +67,44,3368,625.62,'unusual dolphins use slyly. carefully special foxes use furiously ironic theodolites.' +67,7,5826,397.34,'fluffily regular accounts integrate carefully according to the theodolites-- slyly unusual instructions' +68,19,3444,31.37,'carefully even requests sleep; regular, ironic foxes hang pending, even sentiments. regular foxes haggle. dolphins integrate quickly pinto beans. s' +68,32,6762,5.16,'quickly regular accounts haggle daringly even, ironic requests. ideas wake slyly-- blithely regular ideas are quickly about the pending, express instructions; ironic packages affix blithel' +68,45,8300,80.86,'express accounts nag. furiously careful accounts among the quickly special deposits sleep ab' +68,8,5399,683.59,'express, ironic packages along the ironic, even accounts affix alongside of the excuses. platelets sleep furiously. carefully express foxes along the stealthy courts wake slyly across' +69,20,6197,694.24,'regularly unusual foxes cajole quickly. furiously regular packages' +69,33,8235,846.49,'furiously silent platelets wake carefully across the furiously even pinto beans. slyly bold accounts haggle above the special, final excuses. doggedly final pinto beans are carefully at the bli' +69,46,9294,386.96,'carefully final accounts above the busily close dependencies boost dogged deposits. fluffily pending dolphins sublate. ironic deposits a' +69,9,7017,344.28,'regular, final pinto beans cajole after the blithely silent dolphins. blithely regular requests wake. even ideas cajole blithely against the ironic pinto beans. idly special theodol' +70,21,4536,348.27,'carefully special instructions among the foxes haggle fluffily special platelets. blithely ironic deposits engage furiously carefully express foxes. ir' +70,34,8063,452.80,'ironic requests boost quickly carefully ruthless braids: blithely ironic sheaves are quickly bold foxes. regular, unusual theodolites mold slyly. bold ideas haggle ruth' +70,47,2990,940.81,'ideas integrate quickly. unusual, ruthless dependencies solve across the regular deposits. blithely unusual packages was carefully special requests. regular, regular requests boost bli' +70,10,9074,182.58,'silent requests among the express forges nag unusual theodolites. express realms impress b' +71,22,508,842.21,'special, even accounts cajole regular deposits. requests above the even requests use even deposits. carefully unusual deposits affix about the slyly unusual packages. care' +71,35,8329,239.57,'carefully pending accounts haggle regularly. ironic, regular theodolites cajole: blithely ironic notornis affix fluffily. slyly regular deposits hinder carefully. regular, ironic' +71,48,6768,744.67,'ironic theodolites integrate blithely about the bold ideas. sil' +71,11,5179,329.13,'daring accounts sleep carefully carefully ironic requests. slyly final requests integrate careful' +72,23,9855,497.26,'blithely regular frays use. blithely dogged packages af' +72,36,9346,41.04,'slow, bold asymptotes serve furiously alongside of the closely ironic requests. ironic, ironic instructions after the carefully even accounts unwind quickly deposits. quic' +72,49,2654,762.61,'carefully regular pinto beans integrate accounts. unusual requests upon the requests haggle blithely carefully thin theodolites. even, even packages along the asymptotes cajole quickly pendin' +72,12,4526,154.47,'furiously even patterns use carefully. ironic requests sleep. bold packages sleep alongside of the blithe, regular asymptotes: c' +73,24,9873,947.99,'slyly regular multipliers wake furiously across the silently ironic accounts. fluffily ironic instructions cajole slyly against ' +73,37,7729,920.66,'furiously regular deposits are idly. carefully bold' +73,50,5327,108.96,'fluffily express ideas cajole quietly carefully sly instructions. express packages boost carefully about the blithely bold packages. ironic accounts cajole fluffy accounts?' +73,13,3928,309.57,'carefully bold accounts wake quickly blithely final packages. furiously special dependencies are. blithely ironic packages wake quickly about the regular deposits. bold ideas along the excuses' +74,25,3128,345.92,'ironic packages use slyly. blithely bold deposits affix. slyly even pinto beans nag. bold packages grow according to t' +74,38,2479,930.97,'carefully final foxes boost slyly across the ironic patterns. furiously ironic ' +74,1,9473,496.36,'slyly permanent requests haggle. fluffily ironic instructions across the u' +74,14,6234,849.66,'carefully final foxes haggle doggedly final requests. express accounts sleep carefully pending pinto beans. furiously pending requests nag furiously. ironic pinto beans haggle furiously pending, spe' +75,26,7086,624.39,'express requests detect bravely. silently pending dependencies dete' +75,39,6308,759.36,'slyly final deposits haggle blithely. regular theodolites are carefully. furiously regular pinto beans nod with the fu' +75,2,9080,433.59,'carefully final deposits kindle about the foxes. blithely bold excus' +75,15,5439,884.01,'ironic packages nag blithely. ironic accounts wake carefully up the express, final pinto beans. furiously regular requests' +76,27,6754,494.83,'furiously ironic instructions dazzle blithely among the slyly slow pinto beans. furiously even platelets cajole. blithely un' +76,40,2009,108.97,'furiously final requests are. carefully express accounts are close' +76,3,6371,552.38,'daringly regular requests are carefully. carefully regular instructions nag unusual pinto beans. furiously final instructions according to the carefully unusual courts was da' +76,16,7986,252.03,'furiously regular packages against the quickly ironic packages cajole above the carefully silent instructions. carefully express ideas use express ideas. quickly regular id' +77,28,552,254.92,'permanently pending theodolites are blithely against the regular instructions. bold accounts wake furiously ' +77,41,8170,875.83,'quickly special deposits among the unusual foxes wake pending asymptotes. slyly pending requests against the bl' +77,4,8541,936.13,'slyly even accounts wake. furiously regular foxes lose. enticingly regular dependencies are according to the blithely even accounts! blithely ironic requests sleep ironic ' +77,17,1713,402.14,'slyly ironic courts across the furiously even requests are furiously among the carefully ironic packages. unusual accounts across the furiously express escapades boost furiously alongsi' +78,29,9915,729.94,'blithely special accounts against the blithely unusual a' +78,42,7246,577.23,'slyly bold instructions use slyly after the carefully unusual deposits. quickly regular foxes cajole blithely fi' +78,5,1801,434.34,'furiously bold foxes grow quickly deposits. carefully pending pains nag furiously final courts. regular, express hockey players wake carefully. ironic, silent pinto beans at the quickly sly' +78,18,9599,382.82,'final, regular theodolites sleep. blithely final packages x-ray. courts integrate slyly. pinto beans doubt carefully. unusual foxes are s' +79,30,4248,765.34,'slyly final instructions boost slyly. special, regular accounts about the final, unusual deposits doze carefully according to the regular, bold foxes. regular foxes nag alongside of th' +79,43,465,28.33,'express, bold accounts boost even deposits. even instructions affix special requests. silently regular somas use quickly bold requests. quiet deposits nag blithely even instructions. blithely ' +79,6,3309,880.23,'quickly regular deposits for the ironic foxes hagg' +79,19,8627,891.18,'carefully ironic ideas about the regular, quiet packages cajole quickly around the ironic packages. ironic, even deposits against the close packages cajole above the quickly unusual accounts. sly' +80,31,8893,127.65,'carefully ironic accounts across the unusual attainments ' +80,44,2243,775.79,'carefully unusual depths above the ironic, special fo' +80,7,5385,945.72,'furiously express dolphins cajole furiously accounts. carefully even pinto beans are furiously express instructions. quickly final foxes boost fluffily fluffily express packages. fin' +80,20,4034,797.05,'furiously special accounts after the quickly special deposits use quickly unusual platelets. ironic requests detect blithely within the enticing packages. silent accounts about the ironically ex' +81,32,1605,550.29,'ironic, ironic foxes cajole furiously across the carefully regular depo' +81,45,5923,220.23,'pending, silent accounts wake slyly. furiously regular packages impress. carefully ruthless foxes at the carefully final foxes dazzle idly along the ' +81,8,2942,409.73,'slyly regular instructions mold across the regular grouches! quickly special accounts cajole blithely ' +81,21,58,492.19,'express escapades above the blithely ironic Tiresias use furiously unusual theodolites. furiously unusual asymptotes ' +82,33,7793,697.31,'slyly regular foxes are furiously busy waters. even excuses cajole carefully. even packages boost. deposits nag furiously according' +82,46,7698,585.86,'furiously final theodolites alongside of the blithely pending foxes play furiously across' +82,9,8268,604.25,'pending ideas beneath the packages haggle slyly against the ironic decoys. deposits against the quickly unusual deposits sleep slyly slyly iro' +82,22,5532,900.07,'fluffily ironic accounts cajole. slyly ruthless deposits haggle slyly furiously unusual multipliers. carefully unusual pains haggle furiously along the slyly r' +83,34,3010,745.51,'ruthless requests sleep final multipliers! final excuses use furiously. slyly regular packages should have to ha' +83,47,8200,399.64,'slyly regular courts serve across the furiously ironic multipliers. quiet, unusual theodolites haggle carefully silent, express idea' +83,10,5974,657.22,'carefully pending theodolites integrate carefully fluffily bold ideas. sometimes regular courts boost carefully. furiously express accounts sleep. quick' +83,23,3890,24.73,'accounts according to the special ideas haggle blithely silent accounts. slyly even requests haggle alway' +84,35,5711,233.61,'blithely regular foxes engage slyly ironic requests. carefully pending foxes cajole quickly dependencies. furiously unusual dep' +84,48,208,469.80,'finally regular packages across the unusual theodolites boost across the regular accounts. express accounts despite the carefully even instructions breach quickly even packages-' +84,11,2909,969.44,'enticing, bold excuses cajole. quickly special foxes cajole slyly along the blithely ironic tithes: slow instructions sleep daringly regular ideas. carefully regul' +84,24,903,707.77,'ironic, express somas are carefully unusual pinto beans. slyly pending pl' +85,36,2628,608.77,'quickly even accounts along the quickly pending depo' +85,49,118,917.83,'slyly bold accounts dazzle furiously according to the regular, regular pinto beans. express deposit' +85,12,2074,491.20,'carefully silent packages nag carefully among the pinto beans: silent' +85,25,8289,73.81,'blithely pending excuses are quickly. regular packages integrate regular, regular accounts. express requests integrate blithely around the furiously even packages. fi' +86,37,806,65.98,'special requests use slyly carefully regular depos' +86,50,2773,250.04,'blithely special accounts haggle fluffily across the express, final foxes. bold requests after the fluffily idle foxes cajole slyly ' +86,13,5546,816.53,'slyly even deposits would use slyly furiously ironic deposits. daringly even accounts maintain slyly even instructi' +86,26,1418,332.65,'warthogs haggle carefully about the blithely regular excuses! fluffily even deposits wake carefully pending packages. even accounts along the' +87,38,5679,688.33,'ironic, dogged instructions nag along the final deposits. final, ironic theodolites haggle furiously slyly pending epitaphs. silent pinto beans are quiet' +87,1,1272,435.42,'furiously pending packages alongside of the blithely pending accounts wake quickly unusual, final packages. idly unusual deposits sleep ironically express p' +87,14,9041,617.20,'ironic foxes past the excuses integrate after the blithely bold courts. carefully regular accounts integrate blith' +87,27,1892,868.60,'carefully bold excuses around the foxes sleep fluffily carefully pending theodolites. fluffily even theodolites boost slyly. quickly even accounts boost slyly according to th' +88,39,6116,334.58,'even excuses are fluffily across the final foxes. quickly regular accounts against the regular, final requests eat furiously regular packages. carefully unusu' +88,2,395,71.50,'requests sleep even deposits. final, ironic excuses wake furiously furiously ironic packages. ironic ' +88,15,9979,81.82,'blithely daring pinto beans cajole quickly regular accounts. regular packages are slyly. blit' +88,28,276,821.43,'silent accounts nag excuses. special packages should have to was. slyly regular pinto beans wake fluffily above the qu' +89,40,3430,744.87,'boldly silent theodolites grow carefully furiously special platelets. packages cajole fluffily foxes. slyly special ideas against the slyly unusual packages ' +89,3,8599,776.53,'blithely even deposits integrate blithely about the furiously regular pains. special accoun' +89,16,7876,417.61,'final foxes sleep fluffily regular packages. fluffily pending platelets sleep never against the slyly bold packages. slyly unusual foxes among the quickly fina' +89,29,924,920.02,'blithely regular ideas wake carefully. quickly regular sheaves wake' +90,41,8037,409.38,'even, ironic theodolites wake quickly regular foxes: carefully ironic accounts wake fluffily alongside o' +90,4,9683,498.43,'furiously unusual theodolites about the blithely regular ideas boost carefully alongside of the bold, final pinto beans. final, unusual packages cajole? ruthless deposi' +90,17,7849,666.13,'blithely express requests play slyly. furiously ironic accounts across the final packages wake carefully regular theodolites. careful, final ideas use caref' +90,30,7629,50.84,'blithely even accounts are. blithely unusual foxes slee' +91,42,7986,528.64,'ironic foxes according to the final, even accounts affix furiously ironic instructions. furi' +91,5,3257,906.20,'blithely express dependencies sleep. pinto beans about the blithely express depos' +91,18,483,823.21,'regular ideas serve quickly fluffily pending asymptotes. fluffily bold requests maintain slyly. fluffily unusual packages integrate above the slyly regular packages. carefully final pinto b' +91,31,1265,703.41,'ruthlessly ironic packages hang blithely final accounts. ironic accounts mold slyly packages. blithely regular excuses cajole' +92,43,9337,224.01,'blithely even deposits are quickly. pending, pend' +92,6,2246,985.03,'theodolites integrate furiously even accounts. unusual deposits except the blithely pending courts snooze furiously blithely ironic deposits. care' +92,19,3199,91.63,'silently even deposits wake carefully special ideas. express requests wake fluffily. accounts haggle regular, f' +92,32,1044,854.89,'furiously pending ideas haggle carefully along the unusual deposits. furiously regular foxes poach furiously' +93,44,3008,615.98,'pending requests are blithely near the carefully dogged packages. silen' +93,7,5275,376.47,'express, special deposits boost blithely across the slyly final ideas. fluffily special asymptote' +93,20,3869,868.81,'regular ideas use about the requests. bold theodolites wa' +93,33,7188,805.90,'pending, special packages boost. silent excuses after the blithely silent packages serve across the slyly quiet accounts. fluffily special reques' +94,45,5433,365.56,'blithely pending deposits kindle slyly: quick platelets affix ironically regular, dogged packages-- even courts wake. ironic accounts wake furiously. quickly final packag' +94,8,7784,358.08,'busily special packages wake furiously according to the final courts; furiously ironic waters wake blithely final pinto beans. blithely ex' +94,21,7232,478.94,'final instructions are slyly carefully even packages. even requests above the final deposits nag carefully across the furiously careful packages. accounts around the requests are alongside o' +94,34,3261,824.08,'regular theodolites are about the regular instructions. carefully regular deposits use blithely carefully fi' +95,46,5186,291.03,'furiously pending deposits cajole carefully; silent sauternes after the fluffily regular depths are slyly ' +95,9,6552,456.36,'carefully unusual accounts sleep slyly about the bravely regular pinto beans. carefully ironic orbits would sublate furio' +95,22,367,987.22,'thin, brave instructions nag above the regular, regular requests. slyly re' +95,35,7379,973.74,'blithely special dependencies use. final excuses across the final packages wake across the carefully final instructions. pending instructions against the final deposits use blith' +96,47,5739,202.06,'even, ironic deposits haggle fluffily among the ironic packages. carefully even dependencies engage quickly ironic accounts. regular, regular theodol' +96,10,4942,571.30,'pending, special excuses detect; fluffily final account' +96,23,9985,672.29,'slyly even requests sleep against the blithely regular accounts. furiously ironic requests against the furiously unusual requests cajole to the final, final requests' +96,36,7250,587.08,'even foxes sleep fluffily after the regular packages; excuses are. furiously final deposits nag carefully idly regular pint' +97,48,6371,129.77,'pending, ironic theodolites are after the blithely regular foxes. bold packages among the ironic deposits integrate alongside of the' +97,11,2390,458.34,'slyly ironic deposits hinder blithely pending dependencies-- slyly ironic packages after the furiously unusual deposits sleep slyly after the ' +97,24,2618,239.34,'fluffily unusual deposits detect quickly. final, regular pack' +97,37,4580,761.41,'carefully ironic ideas after the carefully even requests boost b' +98,49,9486,908.21,'deposits haggle busily express deposits. furiously blithe platelets ' +98,12,8550,657.16,'express, final deposits haggle along the regular foxes. carefully regular excuses wake against the carefully even pinto beans. furiously express pinto beans' +98,25,3443,139.00,'express, express pinto beans wake blithely. silent, pending requests around the special packages cajole after the quietly regular accounts. somas sleep.' +98,38,3759,811.55,'blithely silent instructions promise furiously across the blithely regular dependencies. unusual packages print across the ironic pinto beans. orbits sleep blithely against t' +99,50,8487,438.38,'even foxes haggle furiously after the quiet theodolites; carefully bold dependencies sleep finally final ideas. furiously slow instructions sleep carefully. special deposits sleep fluffily. c' +99,13,7567,496.93,'regularly express accounts about the regular foxes wake ruthlessly even ideas. furiously final accounts are bravely. blithely final ideas are ' +99,26,7970,365.83,'final accounts boost slyly according to the bold asymptotes. idly silent packages across the slyly ironic dependencies use fluffily among the slyly silent requests. requests boost q' +99,39,2789,843.88,'slyly unusual pearls wake blithely. slyly even packages across the carefully regular foxes haggle idly carefully bold requests. slyly even pinto beans sleep pack' +100,1,7885,490.61,'packages alongside of the quickly final deposits are against the fluffily bold packages. furiously expre' +100,14,2070,196.73,'final pinto beans cajole over the carefully even accounts. bold, bold dependencies above the ironic, express asymptotes use carefully fur' +100,27,4994,929.57,'carefully final pinto beans according to the fluffy instructions integrate about the furiously unusual accounts. pending deposits are carefully final packages. blithely bold requests eng' +100,40,9688,22.00,'carefully stealthy deposits nag furiously. bold dolphins dazzle carefully. slyly even excuses sleep carefully ironic theodolites. even, even ideas thrash furiously. furiously pending theodol' +101,2,5589,305.40,'instructions was blithely regular requests? carefully regular packages nag carefully ironic asymptotes. slyly ironic Tiresias about the blithely regular ideas play furiously across the fu' +101,16,8263,218.71,'requests haggle quickly. furiously regular requests are. expres' +101,30,6324,786.53,'carefully final requests according to the quickly bold platelets are about the ironic courts. furiously silent foxes sleep according to the furiously even pinto beans. carefull' +101,44,55,612.09,'carefully express packages across the slyly even ' +102,3,1384,876.75,'quickly pending accounts hang permanently around the quickly ironic accounts. quickly even acc' +102,17,9137,332.71,'carefully express theodolites cajole furiously. slyly sly foxes are slyly carefully regular instructions. daring, exp' +102,31,9156,618.00,'pending dependencies about the furiously pending requests integrate furiously about the bold theo' +102,45,6942,231.02,'slyly unusual excuses affix ruthlessly silent pinto beans. unusual instructions are. packages poach furiousl' +103,4,5913,905.88,'requests among the furiously regular pinto beans haggle carefully furiously regular packages. blithely final accounts sleep ' +103,18,7742,414.42,'blithely special accounts are. furiously ironic packages haggle slyly blithely dogged packages: quickly unusual deposits ha' +103,32,5164,361.48,'furiously unusual pinto beans haggle blithely unusual deposits. requests integrate according t' +103,46,429,605.20,'regular, ironic packages are deposits. excuses haggle alongside of the slyly even foxes. slyly regular requests are. regular, final requests sleep slyly? b' +104,5,2368,946.39,'ironic ideas haggle above the foxes. slyly slow pinto beans haggle blithely ironically ironic foxes. s' +104,19,6110,15.57,'blithely regular dolphins eat blithely carefully regular orbits. blithely regular requests wake about the quickly even theo' +104,33,6269,213.89,'fluffily regular asymptotes engage. dolphins are enticingly-- slyly express asymptotes sleep b' +104,47,3369,729.38,'slow, enticing deposits are quickly. requests cajole blithely above the fluffily regular pearls. c' +105,6,4602,27.75,'pending accounts haggle quickly. ironic packages detect quickly. final, silent deposits boost carefully ruthlessly unusual warth' +105,20,269,158.62,'quickly pending platelets against the pending, even packages use acc' +105,34,8855,810.86,'slyly even requests across the furiously special packages use idly regular, unusual courts. blithel' +105,48,8519,904.17,'regular dependencies cajole carefully special, unusual packages. special accounts haggle about the slyly even theo' +106,7,8649,732.15,'fluffily unusual ideas alongside of the special accounts was above the even, i' +106,21,3144,779.68,'furiously regular instructions boost alongside of the pending grouches. slyly ironic deposits integrate. foxes unwind furiously against the blithe instructions. accounts' +106,35,1411,310.40,'regular, pending excuses maintain about the forges. bold, express deposits cajole among the ironic instructions. furiously unusual pinto bea' +106,49,2297,281.98,'fluffily regular depths sleep carefully against the b' +107,8,7249,168.03,'carefully sly ideas nag above the ironic instructions' +107,22,4029,91.31,'fluffily ironic pinto beans cajole. carefully even accounts haggl' +107,36,4667,372.94,'even excuses are evenly. thin foxes according to the carefully regular instructions cajole along the pending, silent pinto beans. ironic, even ideas hag' +107,50,7912,474.77,'bravely bold requests are slyly. carefully special requests are acc' +108,9,4149,558.85,'carefully express deposits engage. slyly final instructions haggle fluffily ironic orbits. blithely quiet requests use carefully. platelets cajole furiously even packages. special,' +108,23,4898,241.47,'carefully pending accounts breach furiously. ironi' +108,37,5534,626.89,'special accounts cajole furiously across the ironic instructions. furiously bold accounts hang slyly to the furiou' +108,1,3142,922.27,'pending asymptotes alongside of the fluffily bold instructions boost slyly blithely stealthy multipliers. theodolites wake slyly. slyly bl' +109,10,524,275.19,'special requests cajole closely up the foxes. special, pending theodolites sleep slyly doggedly ironic requests. slyly regular accounts try to cajole fluffily.' +109,24,4470,992.21,'fluffily close accounts detect slyly! unusual ideas boost blith' +109,38,8176,936.60,'carefully ironic requests wake ironic ideas. unusual plat' +109,2,7524,374.49,'pending, even deposits use carefully. carefully pending accounts haggle blithely alongside of the furiously silent deposits. carefully even requests above the carefully' +110,11,2782,566.46,'blithely final requests above the pending depths sleep carefully instructions. slyly regular deposits are about the quickly even depende' +110,25,8914,183.47,'unusual foxes around the requests integrate across the fluffily regular dinos. quickly regular asymptotes cajole slyly. slyly even o' +110,39,1160,932.08,'blithely regular foxes wake across the warthogs. bold ideas wake quickly after the ironic, even platelets. blithely even deposits among the ironic Tiresias wake slyly carefully final' +110,3,4927,196.63,'furiously express pinto beans was carefully. carefully final pinto beans mold about the final accounts. even' +111,12,1890,321.97,'final instructions haggle. slyly permanent courts cajole quickly along the quickly express dependencies. acco' +111,26,9587,978.65,'furiously bold packages haggle blithely above the carefully special courts. slyly pending dolphins haggle at the carefully ironic accounts. quickly ironic theodolites sleep slyly slyly pe' +111,40,8069,745.33,'fluffily final theodolites wake according to the silent requests. special ideas boost above the final, special instructions. furiously even foxes cajole af' +111,4,2175,496.08,'furiously ironic dependencies sleep fluffily along the slyly pending accounts. ideas are slyly blithely bold deposits. carefully ironic foxes' +112,13,8509,111.42,'idly regular requests nod carefully alongside of the unusual, regular requests. unusual requests sleep asymptotes-- final theodolites sleep carefully slyly express instructions. slyly pending' +112,27,7652,783.52,'instructions should have to sleep finally dinos. final, ironic foxes sleep alongside of the quickly special accounts. final packages are furiously pending' +112,41,4835,913.75,'carefully ironic requests breach. ironic, unusual deposits wake carefully among the quickly ironic packages. blithely regular gifts affix slyly. slyly bold instructio' +112,5,1211,815.88,'furiously pending platelets along the furiously ironic packages are furiously blithely pending accounts. quickly ironic account' +113,14,9981,396.26,'furiously final sentiments are finally deposits. final dolphins around the carefully final platelets n' +113,28,3804,860.68,'blithely regular packages affix quickly. final requests after the quickly expre' +113,42,522,981.41,'instructions wake carefully. daringly final deposits above the ironically bold deposits h' +113,6,4692,141.48,'quickly silent asymptotes are slyly regular excuses. instructions wake furiou' +114,15,7146,447.24,'slyly final deposits cajole quickly slyly even deposits. express requests doze carefully according to the pending, idle excuses. special instructions sleep. ironic accounts use carefully abov' +114,29,3062,555.12,'slyly ironic dependencies about the blithely regular attainments wake furiously final accounts. even accounts are among the bravely ' +114,43,4519,382.87,'quickly thin tithes would boost slyly. closely special dolphins wake furiously. furiously fi' +114,7,2113,570.79,'unusual pains use furiously quickly regular theodolites. furiously unusual packages according to the final, regular instructions sleep slyly above the slyly even instruc' +115,16,1817,82.84,'quickly final requests use fluffily across the regular, unusual deposits. regular deposits' +115,30,983,867.45,'carefully special instructions integrate furiously above the regular, ironic gifts. pending, express packages are. fluffily even accounts haggle carefully along the slyly bold re' +115,44,7781,861.93,'slyly final requests haggle furiously since the quickly even Tiresias. furiously final theodolites affix. final, final instructions haggle fluffily permanently special courts. carefully ' +115,8,3002,81.52,'carefully even deposits wake carefully around the final deposits. quickly final dependencies wa' +116,17,6580,705.50,'furiously express requests engage theodolites; ironic requests are. fluffily silent a' +116,31,4975,413.86,'fluffily bold pinto beans are alongside of the quickly regular warthogs. even sheaves use blithely across the ironic theodolites. even grouches cajole deposits. bus' +116,45,8679,866.56,'blithe, regular requests across the quickly silent requests breach blithely unusual d' +116,9,5632,37.30,'fluffily final pinto beans wake furiously about the slyly final requests; ' +117,18,5906,706.51,'blithely ironic packages cajole carefully. furiously final deposits wake carefully. unusual dependencies cajole furiously above the slyly unusual instructions. carefully ironic foxes' +117,32,1986,322.08,'express, unusual theodolites are slyly. furiously bold ideas wake carefully slyly ironic pinto beans. foxes nag. final foxes haggle f' +117,46,2577,761.86,'furiously ironic packages after the ironically express packages boost above the furiously final accounts. slyly silent requests can use f' +117,10,4762,552.88,'express theodolites are carefully blithely final requests. regular asymptotes sleep. furiously pending somas integrate quickly. sl' +118,19,694,744.73,'slyly ironic asymptotes cajole ruthlessly ironic excuses. carefully express de' +118,33,6326,325.61,'ruthless ideas nod furiously accounts; slow foxes use sl' +118,47,7806,283.27,'ironic ideas serve carefully. final foxes doze about the carefully express accounts. slyly pending theodolites sleep furiously. final, final platelets' +118,11,4951,976.55,'quickly bold deposits haggle slyly: blithely unusual deposits wake except the fluffily express deposits. furiously bold requests cajole alongside of the slyly final theodo' +119,20,2307,473.64,'final excuses use. fluffily regular pinto beans wake across the carefully even ideas. deposits cajole blithely blithely ironic deposits. silent asymp' +119,34,1452,676.92,'slyly dogged dependencies can detect furiously silent requests. pending, regular excuses wake quickly furiously silent ideas; ideas haggle careful' +119,48,4955,488.93,'deposits run against the ironic, ironic packages. thinly ironic deposits cajole fluffily carefully express foxes. final accounts according to th' +119,12,583,782.47,'regular deposits sleep carefully. fluffily ironic theodolites print furiously regular, even requests. sly braids play carefully slyly ironic requests. f' +120,21,4976,201.21,'bold accounts are. slyly unusual accounts wake blithely accounts. ironic' +120,35,7744,365.79,'carefully even dependencies along the furiously ironic instructions nag slyly ruthlessly ironic accounts. fi' +120,49,5329,249.61,'fluffily thin frets haggle after the furiously ironic instructions. pending, regular theodolites cajole according to the blithely ironic theodolites. s' +120,13,3102,566.34,'quiet, pending requests nag furiously around the permanent requests. regular, silent packages' +121,22,9741,147.45,'blithely final accounts sleep quickly. carefully even theodolites haggle. bold courts ought to boost about the qui' +121,36,4246,850.42,'slyly even excuses sleep slyly closely ironic packages; blithely regular deposits are furiously along ' +121,50,7670,449.39,'carefully regular foxes above the slyly express packages ar' +121,14,8709,655.22,'finally regular packages sleep. carefully blithe deposits haggle blithely according to the permanently ironic deposits. packages wake carefully inside the regular package' +122,23,1019,451.29,'fluffily even Tiresias haggle. slyly fluffy foxes sublate among the even deposits. carefully even pinto beans wake furiously abo' +122,37,2490,637.28,'furiously special excuses alongside of the furiously regular accounts eat furiously among the express pinto beans' +122,1,4957,650.84,'furiously regular packages use carefully alongside of the fluffily bold excuses. blithely regular Tiresias haggle slyly after the final, ironic deposits. final notornis are slyly. furiousl' +122,15,2083,739.25,'furiously even platelets are furiously against the excuses. quickly express requests among the quickly regular pinto beans serve carefully thinly unusual pinto beans. quickly ' +123,24,9881,107.03,'fluffily unusual dolphins are. blithely ironic waters about the deposits slee' +123,38,5638,818.19,'slyly bold instructions wake blithely around the fluffily fi' +123,2,2692,217.01,'foxes kindle furiously. blithely regular excuses cajole fluffily final dependencies. special, regular accounts cajole slyly. regular dependencies are about the regular foxes; regular, ' +123,16,5311,149.65,'bold, ironic deposits detect carefully. furiously silent asymptotes integrate busily after the slyly dogged packages. slyly regular gifts cajole quickly after the qu' +124,25,7102,901.98,'packages maintain slyly ironic theodolites: furiously express deposits along' +124,39,3969,908.64,'carefully regular platelets cajole against the even packages. slowly unusual deposits are quickly pendin' +124,3,9295,882.54,'furiously final deposits haggle. packages along the carefully final packages nag blithely above the even theodolites. unusual accounts boost ironically regular' +124,17,9416,822.78,'carefully even requests are slyly against the furiously final requests. quickly regular accounts haggle silently above the unusual, regular packages. courts ac' +125,26,2263,358.45,'slyly pending requests use. quickly bold decoys among the special foxes cajole even, ironic accounts. even, dogged accounts cajole. ironic foxes cajole. unusual accounts haggle furiously. f' +125,40,8276,668.65,'stealthy foxes integrate after the special packages. even, permanent theodolites wake furiously regular packages. furiously regul' +125,4,2600,455.70,'furiously even requests wake quickly furious deposits. quickly final courts sleep pending accounts. blithely ironic requests detect blithely across the unusual, final' +125,18,5546,806.66,'ironic pinto beans are quickly furiously regular packages. carefully unusual foxes haggle among the enticingly unusual accounts. blithely unusual packages sleep about the quickly even deposi' +126,27,2647,221.89,'dogged, even grouches nag blithely. slyly regular sentiments wake idly among the unusual theodolites. blithely' +126,41,2373,194.38,'blithely special foxes detect regular instructions. silent packages lose carefu' +126,5,1532,451.61,'pinto beans above the sauternes sleep pending instructions. fluffily regular dolphins use furiously. i' +126,19,5458,929.43,'ironic ideas sleep carefully unusual accounts-- furiously bold packages affix c' +127,28,7658,712.33,'blithely ironic packages kindle furiously carefully unusual packages. regularly unu' +127,42,1467,237.98,'final sauternes play ironic requests. ideas engage after the blithely ev' +127,6,8281,3.14,'fluffily final requests according to the slyly final accounts integrate slyly special, ' +127,20,8894,73.42,'even foxes sleep fluffily. furiously special requests dazzle quickly express packages. slyly even deposits are foxes. final, special requests despite the blithe' +128,29,6982,425.29,'ironic, pending ideas wake carefully along the slyly regular pinto beans. deposits haggle slyly instructions. final, regular pinto beans about the bold instruc' +128,43,7602,224.49,'carefully special courts above the blithely even theodolites wake slyly' +128,7,3766,947.16,'furiously final waters nag bold foxes. bold platelets use fluffily' +128,21,7023,875.78,'final foxes alongside of the ironic theodolites boost blithely across the warthogs. regular ' +129,30,5721,129.69,'requests detect slyly according to the pinto beans. finally silent excuses are. slyly special pinto beans wake. final accounts above the slyly even accounts doubt alongside of the pending, si' +129,44,7242,200.26,'daringly unusual ideas was carefully ruthless ideas. quick pinto beans thrash a' +129,8,5299,330.59,'blithely express ideas nag blithely final accounts. carefully special requests use carefully after the special accounts. quickly final ideas use ac' +129,22,1968,27.22,'fluffily regular packages wake furiously furiously regular asymptotes. slyly idle ideas wake blithely. blithel' +130,31,4928,223.38,'regular packages use. quickly regular requests cajole furiously final requests. carefully unusual escapades haggle special asymptotes.' +130,45,6909,275.58,'carefully even pinto beans hinder carefully about the even, regular theodolites. unusual requests nag carefully. carefully bold deposits sleep ironically special, re' +130,9,4850,442.81,'slyly ruthless deposits are slyly packages. pending, final accounts ' +130,23,7387,883.99,'furiously pending packages cajole across the even, bold fo' +131,32,3263,211.70,'express dolphins sleep ideas. requests cajole carefully above the carefully special requests. carefully even p' +131,46,125,861.84,'unusual packages haggle carefully. ironic instructions wake according to the quick' +131,10,5138,572.43,'carefully express sauternes wake packages. blithely unusual deposits haggle even' +131,24,8945,613.09,'furiously special asymptotes haggle along the quickly regular hockey players. slyly express packages haggle slyly quickly regular deposits. bl' +132,33,3092,687.29,'quickly pending excuses at the furiously special dependencies haggle slyly even acc' +132,47,1904,925.73,'express theodolites wake carefully after the final accounts. requests wake carefully. carefully final pinto beans are quickly. platelets sleep. even accounts cajole fluffily along the ironic pa' +132,11,7441,357.06,'ironic ideas use above the slyly unusual packages. bold deposits about the blithely final ideas wake fluffily special deposits. furiously regular ideas cajo' +132,25,5303,353.06,'slyly special theodolites mold furiously theodolites. req' +133,34,5727,49.17,'ironic, express deposits hinder furiously carefully final platelets. requests according to the carefully special deposits integrate about the sly' +133,48,404,478.18,'special requests grow. blithely unusual asymptotes ca' +133,12,4568,57.48,'quickly ironic instructions sleep stealthily. final, bold ' +133,26,2813,277.26,'fluffily final packages solve slyly. furiously special deposits lose quickly. carefully special requests along the quietly ironic ' +134,35,8879,848.14,'slyly even requests across the closely bold accounts cajole quickly carefully enticing packages. deposits sleep. blithely unusual dependencies nag slyly; slyly bold depos' +134,49,9013,102.99,'slyly final requests wake carefully idle, even asymptotes. requests nag furiously among the packages. furiously regular packages sleep fluffily. ' +134,13,852,927.45,'fluffily pending theodolites detect quickly across the unusual pinto bea' +134,27,6270,388.28,'asymptotes mold. quickly regular packages detect. blithely special packages along the accounts cajole against the fluffily s' +135,36,6940,465.82,'bold requests nag. slyly regular asymptotes are boldly. theodolites cajole slyly above the stealthy accounts. blithely unusual ideas after the unusual req' +135,50,2443,9.83,'furiously ruthless requests wake about the fluffily bold instructions! quickly silent theodolites sleep against the tithes. ironic, regular requests integrate ironic d' +135,14,7453,698.42,'furiously special excuses cajole. special instructions poach furious' +135,28,2771,306.43,'slyly regular pinto beans integrate quickly along the blithely bold packages. final, ironic foxes boost furiously. sly' +136,37,2237,548.19,'instructions sleep about the blithely even deposits. always even platelets poach' +136,1,6068,806.19,'bold pinto beans sleep blithely according to the even, final dependencies. furiously ev' +136,15,8979,387.57,'carefully fluffy ideas according to the dolphins wake quickly' +136,29,9617,525.81,'pending dependencies sleep along the blithely pending excuses. enticingly' +137,38,9057,302.26,'fluffily final pinto beans use quickly express accounts. ironic foxes use. theodolites hinder. final, express requests against the blithely final de' +137,2,4078,441.11,'blithely sly platelets alongside of the foxes nod furiously fluffy theodolites. thinly final foxes above the furiously regula' +137,16,467,371.85,'pending, final instructions haggle quickly pending theodolites. silen' +137,30,7850,187.31,'pending, express accounts are across the carefully even excuses. furiously regular requests detect blithely under the furiously even foxes! slyly regular notornis above the final, ir' +138,39,133,576.96,'furiously final deposits haggle furiously. quickly final accounts boost carefully after the furiously special packages. requests affix. special deposits upon the requests use regularly iron' +138,3,2535,885.35,'final deposits wake carefully about the fluffily pending deposits. pinto beans sleep quickly furiously even excuses. final deposits impress sly' +138,17,7907,119.83,'slyly special patterns haggle quickly above the quickly bold' +138,31,967,309.03,'furious, busy accounts above the blithely special requests print after the foxes. slyly final dep' +139,40,2886,285.75,'slyly final courts sleep carefully even excuses-- final requests are carefully doggedly final platelets. notornis according to the accounts sleep beside the quietly ir' +139,4,9255,684.61,'furiously even accounts wake against the express packages. regular, unusual theodolites past t' +139,18,1042,972.23,'furiously even excuses detect blithely special theod' +139,32,3285,690.00,'quickly regular dependencies above the close, ironic requests wake around the requests. blithely silent accounts among the b' +140,41,2379,501.05,'furiously unusual requests sublate permanently according to the brave, silent requests' +140,5,3533,781.45,'furiously bold foxes detect idly final, regular theodolites. regular, express deposits haggle. special requests are about the furiously regular foxes. ideas are. fi' +140,19,304,45.84,'unusual accounts use alongside of the ideas. ironic deposits impress carefully. slyly fina' +140,33,7346,429.52,'quickly pending requests nag after the express, unusual grouches. fluffily bold requests haggle furiously pending deposits. slyly regular pa' +141,42,6776,293.63,'quickly express requests haggle ironic sauternes. final accounts haggle final accounts. carefully even' +141,6,1660,139.18,'blithely final theodolites above the brave platelets nag slyly final asymptotes; furiously special reque' +141,20,7628,838.08,'requests thrash. silent ideas haggle. final accounts ar' +141,34,90,810.68,'carefully bold packages wake blithely above the carefully regular dependencies! special ' +142,43,9219,897.49,'never even packages sleep requests. furiously final platelets affix regular, ' +142,7,13,334.33,'thinly regular packages run quickly according to the fluffily unusual ideas. r' +142,21,3076,860.55,'silent foxes alongside of the regular, express requests integrate furiously across the account' +142,35,3858,854.08,'theodolites impress according to the unusual, ironic instructions. bold, regular accounts must have to promise blithely regular deposits. furiously ironic asymptotes nod quickly a' +143,44,7326,960.64,'special deposits maintain fluffily boldly unusual theodolites. carefully bold pinto beans are permanent' +143,8,3923,741.01,'slyly final accounts cajole thinly pending, regular asymptotes. ironically special theodolites haggle. quickly pending requests sublate carefully. even theodolites integrate furiousl' +143,22,7152,772.24,'furiously unusual accounts are slyly carefully unusual requests. excuses along the carefully silent platelets wake slyly along the bold packages. foxes serve blithely pe' +143,36,1952,199.37,'carefully final foxes wake furiously pending deposits. slyly regular accounts across the quickly quiet foxes hinder against the quiet, regular deposits. furiously regular requests det' +144,45,6295,457.37,'carefully fluffy deposits wake slyly at the furiously final packages. regular instructions nag sometimes even dolphins. bold packages across the requests use unusual requests. qu' +144,9,494,849.96,'quickly silent accounts will detect quickly across the doggedly express deposits. quick p' +144,23,1799,713.88,'final, final accounts are slyly. special, bold accounts along the final tithes sleep slyly slyly special pac' +144,37,5427,361.83,'quickly silent pinto beans wake furiously carefully even dugouts! furiously special accounts boost according to the blithely special accounts. slyly regular requests inte' +145,46,11,641.67,'slyly final theodolites sleep ironically regular grouches. pains are after the slyly bold packages? blithely regular accounts are fluffily. carefully regular' +145,10,3838,568.91,'blithely final courts haggle carefully according to the furiously regular ' +145,24,1344,422.60,'quickly even requests inside the close epitaphs sleep slyly ironically unusual ideas. requests according to the' +145,38,4332,894.57,'final packages use furiously above the deposits. pinto beans sleep furiously final packages. special, s' +146,47,2726,231.15,'packages detect quickly; slyly final excuses use blithely according to the fluffily express accounts. instructions across the furiously regul' +146,11,4628,123.91,'slyly even ideas nag ironic, special dugouts. furiously even ' +146,25,5893,858.59,'even accounts boost furiously final forges. furiously final accounts are. slyly regular accounts haggle f' +146,39,9687,882.37,'blithely final requests cajole slyly carefully bold deposits. quickly special deposits wake decoys. bold excuses sleep slyly bold pinto bean' +147,48,7442,939.14,'quickly pending accounts haggle. blithely pending foxes after the bold accounts integrate furiously unusual ' +147,12,7647,102.19,'regular accounts nag across the pending theodolites. blithely even requests cajole f' +147,26,1596,466.37,'silently regular packages across the regular asymptotes sleep carefully acro' +147,40,4235,235.91,'permanently regular excuses are along the quickly special accounts. furiously quiet excuses detect. final packages boost slyly. quickly ironic foxes cajole busily. final, regular instructions ' +148,49,8007,177.40,'slyly unusual accounts was fluffily even, pending requests. fluffily special instructions haggle. slyly blithe platelets use furiously final asymptotes. bold theodolites integrate never whitho' +148,13,1904,774.56,'blithely even requests haggle along the packages. furiously ironic platelets are fluffily furious accounts. quickly ironic packages boost carefully along the blithely f' +148,27,5393,264.09,'slyly unusual deposits use carefully about the furiously pending deposits. carefully fluffy dolphins should wake furiously across the accounts. carefully express realms are quickly ironic theodo' +148,41,2957,250.98,'deposits serve quickly above the even instructions. regular packages haggle. fluffily express dependencies cajole blithely final deposits. blithely regular packages are care' +149,50,959,679.10,'fluffily ironic deposits do boost slyly across the furiously pending ideas. regular instructions are around the special pinto beans. quickly special platelets wake according to the regular reques' +149,14,7283,201.03,'blithely special deposits integrate final dependenc' +149,28,7392,266.53,'regular ideas believe carefully express theodolites. accounts play fluffily alongside of the even ideas. furiously final foxes boost f' +149,42,4104,312.37,'fluffily final multipliers lose final, unusual ideas. carefully unusual foxes hang above the carefully silent theodolites. carefully regular theodolites alongside of the stealthy, pe' +150,1,8091,524.71,'blithely pending packages believe slyly furiously regular f' +150,15,2721,814.79,'slyly ironic deposits nag blithely after the slyly bold packages. excuses use slyly alongside of the slyly ironic' +150,29,3172,33.71,'carefully sly pinto beans cajole blithely bold accounts. express foxes cajole. even platelets sleep furiously behind the blithely regular accounts. express, i' +150,43,1640,327.34,'quick dolphins affix thinly against the regular, stealthy accounts. regular ideas sleep in place of the pending, bold theodolites. bold, express request' +151,2,391,281.90,'furiously even foxes against the carefully regular platelets are furiously unusual asymptotes. slyly express theodolites boost after the slyly even packages. qu' +151,17,253,840.06,'carefully regular theodolites cajole blithely: special ' +151,32,1484,71.68,'carefully regular instructions haggle slyly regular, final foxes. pending, even realms are. pending, special asymptotes sleep requests. car' +151,47,9417,244.06,'evenly special braids according to the slyly regular ideas haggle from the pinto beans. blithely pending theodolites hang. furiously express accounts de' +152,3,1396,164.60,'blithely special instructions are slyly blithely ironic requests-- quickly even pains wake car' +152,18,2653,432.12,'bold deposits according to the ironic theodolites cajole furiously carefully special accounts. quickly regular accounts haggle fluffily according to the carefully unusual theodolites. ' +152,33,3599,77.38,'slyly bold ideas use across the special accounts. slyly unus' +152,48,1283,142.73,'furiously ironic packages detect across the express packages. theodolites sleep furiously. ironic instructions run along the express dependencies. instructions ' +153,4,4695,539.86,'special deposits cajole carefully daring accounts. silent accounts kindle blithely carefully ironic instructions! slyly regular requests haggle furious' +153,19,8464,680.14,'ironic platelets are pending, regular dolphins. ironic accounts wake fluffily atop the excuses; entic' +153,34,2916,685.52,'quickly even pinto beans use slyly final asymptotes. slyly ironic ideas sleep ideas. fluffily final packages wake carefully above the blithely silent accounts. quickly ' +153,49,6397,285.92,'blithely special theodolites use carefully alongside of the carefully thin escapades: accounts are furiously bold requests: quickly unusual dependencies use. ironic, regular platele' +154,5,3961,474.19,'furiously ironic accounts thrash. theodolites boost carefully carefully bold accounts. carefully pending requests nag slyly ' +154,20,3231,829.29,'even, express accounts cajole against the bold requests. carefully ironic accounts sublate furiously about the slyly bold pearls! ' +154,35,7315,960.19,'fluffily even sauternes do boost quickly final noto' +154,50,1682,160.31,'quickly unusual ideas above the final instructions kindle alongside of the ' +155,6,2893,222.02,'even excuses use slyly. sometimes express pinto beans are bold, final courts. platelets alongside of the slyly regular pinto beans sleep according to the slyly ' +155,21,7077,413.24,'always pending excuses about the regular excuses sleep carefully quickly ironic dugouts. furiously special instructions cajole enticingl' +155,36,3029,413.02,'carefully pending packages integrate. bold packages cajole carefully. accounts sleep slyly furiously even deposits. unusual, regular accounts ' +155,1,977,751.45,'express pinto beans are furiously. fluffily express excuses haggle carefully. slyl' +156,7,4755,453.69,'special, final warhorses detect slyly along the quickly even accounts. fluffily special asymptotes are even, silent ideas. regular instruc' +156,22,7228,994.19,'carefully thin requests haggle blithely carefully express dinos. blithely express pinto beans after the slyly enticing accounts boost furiously slyly special frets. bold sauternes nag slyly ideas' +156,37,3043,252.66,'unusual foxes according to the blithely final requests poach carefully along the quickly final depos' +156,2,3191,9.87,'slyly regular sheaves to the fluffily special requests lose special packages. quickly bold courts haggle a' +157,8,5414,369.44,'never regular packages impress slyly. carefully regular deposits are slyly. fi' +157,23,763,568.46,'slyly ironic deposits haggle carefully carefully final forges. requests above t' +157,38,3718,901.53,'ironic multipliers sleep above the even, regular tithes. boldly unusual accounts haggle quickly according to the blithely silent r' +157,3,3400,288.41,'quickly bold packages nag carefully ironic accounts. final foxes are slyly along the daringl' +158,9,2845,408.72,'pending platelets use blithely. ironic accounts cajole. fluffily regular platelets use regularly ' +158,24,8715,452.31,'carefully even excuses nag quickly. furiously furious platelets along the final requests cajole quickly even, regular theodol' +158,39,4465,837.16,'blithely express theodolites under the fluffily silent deposits integrate carefully around the bold excuses. ironic pinto beans haggle blithely ca' +158,4,4251,431.90,'slyly final deposits affix fluffily regular, bold courts. final platelets thrash slyly. dependencies nag slyly despite the quickly ' +159,10,9200,356.66,'quickly ironic instructions according to the slyly ironic asymptotes cajole into the excuses. brave accounts will ' +159,25,3585,629.29,'quickly unusual packages are carefully above the carefully ironic theodolites. carefully regular instructions sleep furiously bold, thin pa' +159,40,6085,171.40,'regular waters about the ironic, regular theodolites haggle carefully even requests-- blithely even excuses are quie' +159,5,3717,790.87,'blithely ironic packages use. final, even foxes sleep after the furiously bold in' +160,11,2434,525.73,'even, bold attainments was along the slyly enticing packages. blithely unu' +160,26,8324,999.93,'regular packages maintain regular pinto beans. ironic pinto beans wake against the ironic foxes. slyly special accounts wake. pending, ironic theod' +160,41,6034,733.59,'ruthlessly silent instructions sleep blithely. idle pinto beans shall use. quick' +160,6,6872,872.20,'unusual deposits are slyly: dependencies wake. stealthily pending accounts wake over the slyly r' +161,12,9365,790.03,'carefully bold requests use slyly according to the fluffily unusual packages. regular sentiments are according to the ironic, idle deposits. fluffily pending accounts are regular pinto beans. dolph' +161,27,8421,394.05,'quickly even asymptotes hang carefully fluffy packages: never express deposits af' +161,42,9679,688.47,'furiously pending requests are slyly regular requests. furiously even requests sleep carefully? deposits ' +161,7,679,893.72,'slyly regular theodolites nag furiously. slyly special requests are according to the carefully ' +162,13,315,923.04,'quickly bold dependencies wake. slyly special pinto beans sleep slyly ruthless, ruthless deposits. packages alongside of the final instructions haggl' +162,28,2604,104.20,'final foxes play furiously. carefully ironic pinto beans after the regular instructions poach above the fluffily final instructions. furiou' +162,43,7014,236.07,'blithely unusual excuses sleep slyly furiously unusual theodolites. slyly even instructions affix ca' +162,8,4381,824.36,'regular packages are blithely carefully even dependencies. ironic pinto beans among the furiously entici' +163,14,9241,955.81,'carefully special requests affix along the slyly final deposits. blithely pending' +163,29,3427,499.51,'permanent theodolites haggle carefully after the quickly regular instructions. accounts boost enticingly packages. final theodolites sleep carefully at the regular, permanen' +163,44,5323,920.75,'ruthlessly stealthy accounts cajole furiously. bold, regular requests sleep slyly silent dependencies. ' +163,9,9676,573.48,'slyly bold packages are about the carefully special ideas. carefully bold requests detect. deposits lose. blithely quick deposits boost fluffily regular packages. blithely bold foxes sleep ' +164,15,1295,341.95,'ironic, final sentiments cajole furiously slyly even theodolites. deposits sleep closely. furiously final requests cajole carefully slowly final instructions' +164,30,2134,84.02,'slyly final requests cajole-- regular, idle packages boost except the furiously unusual accounts. furiously final pains after the carefully pending accounts th' +164,45,3245,814.67,'carefully final instructions boost finally. special, final foxes sleep above the ironic ideas. furiously ironic packages solve furi' +164,10,3028,64.89,'ironically ironic pinto beans boost fluffily final, pending ' +165,16,4424,943.82,'blithely unusual platelets according to the always stealthy pinto beans kindle final pinto beans. silent requests haggle fluffily. special dep' +165,31,5534,717.83,'slyly regular accounts nag. furiously final accounts are slyly across the packages. regular, regular asymptotes a' +165,46,3780,730.28,'furiously bold courts haggle. blithely regular excuses impress furiously regular, silent ideas. carefully ironic packages sleep slyly always furious deposits. quickly even ideas w' +165,11,6114,210.84,'regular accounts promise carefully across the furiously final packages. boldly even requests are slyly blithely ironic requests. furiously even accounts hinder furiously. slyly pending instructio' +166,17,6527,309.00,'bold packages about the accounts boost quickly regularly ironic package' +166,32,6508,714.49,'blithely special deposits boost instead of the special deposits; ironic packag' +166,47,9364,581.52,'pending, regular requests use slyly even dolphins. blithely silent foxes nag carefully. unusual ideas run carefully. blithely bold requests play slyly among the carefully ironic reque' +166,12,6713,631.58,'sly packages dazzle blithely. regularly regular ideas wake; slyly final depths before the regularly final accounts cajole deposits. dolphins boost. carefully regular pa' +167,18,4933,666.70,'furiously bold requests sleep express packages. quickly regular deposits wake. even packa' +167,33,5789,524.27,'idly final instructions cajole about the dependencies. bold theodolites wake furiously. quickly regular theodolites beneath the carefully unusual deposits haggle slyly even a' +167,48,4756,336.75,'silent depths cajole furiously blithely even dependencies. ironic accounts haggle furiously. sheaves use carefully. regular attai' +167,13,6748,704.97,'blithely bold accounts around the slyly bold asymptotes nag fluffily carefully final realms. ' +168,19,347,394.83,'careful deposits alongside of the idle requests nag against the regular deposits. accounts wake slyly slyly ironic requests. slyly regular theodolites are slyly p' +168,34,1281,771.90,'slyly ironic theodolites according to the boldly silent asymptotes haggle furiously against the express ' +168,49,9089,508.37,'furiously regular packages use carefully carefully regular orbits. furiously fluffy foxes cajole slyly. express platelets boost. ruthless' +168,14,7519,963.43,'slyly pending accounts wake fluffily among the sometimes bold ins' +169,20,6914,619.53,'accounts will boost quickly alongside of the blithely bold accounts. ' +169,35,6589,947.03,'ruthlessly express dolphins boost across the silent pearls. escapades sleep carefully slyly ent' +169,50,6731,713.35,'ironic accounts cajole carefully fluffy accounts. regular instructions use across the slyly even requests! silent, regular pinto beans sleep carefully silent, express instructions. carefully steal' +169,15,7691,476.19,'quickly final dependencies wake blithely against the special instructions. regular, express pinto beans haggle according to the quickly silent requests. regular packages are d' +170,21,7516,581.65,'blithely pending deposits boost quickly among the furiously quiet deposits. silent requests lose quickly against th' +170,36,838,667.16,'special, final dolphins alongside of the blithely even packages affix slyly ' +170,1,6498,251.19,'even foxes are blithely regular instructions. carefully ironic ideas use. slyly ironic pinto beans cajole sometimes from the even asymptotes. slyly regular requests wake al' +170,16,6593,202.07,'regular, express instructions sleep above the blithely final account' +171,22,8217,859.60,'permanent, final instructions wake carefully blithely pending accounts. quickly pending requests wake carefully alongside of the final foxes.' +171,37,2311,864.96,'ironic orbits cajole among the always pending accounts. dependencies breach boldly ' +171,2,8561,22.69,'even, bold grouches haggle after the silent, regular ideas. ironic packages haggle blithely? regular accounts are quickly. ironic, s' +171,17,7589,935.29,'express accounts cajole fluffily. even, ironic ideas c' +172,23,9799,184.96,'furiously regular packages against the blithely final requests are slyly ru' +172,38,8333,920.74,'ironic foxes wake furiously slyly final courts. deposits along the furiously unusual in' +172,3,3589,437.86,'ironic asymptotes cajole carefully. bold, careful packages wi' +172,18,1661,687.13,'deposits are around the bold dependencies. dolphins against the slyly special requests sleep blithely carefully pending deposits. blithely regular foxes affix bravely. quickly ironic pinto b' +173,24,2536,353.84,'regular, enticing notornis wake. quickly pending pinto beans above the furiously ironic hockey players solve quickly along the furious' +173,39,8307,70.22,'packages among the fluffily ironic frays integrate alongside of the regular, pending deposits. ironic, bold requests cajole carefully furiously close foxes. furi' +173,4,6050,683.78,'furiously unusual instructions detect. quickly bold accounts above the unusual accounts wake fluffily after the carefully ironic dependencies. final, final ideas promise' +173,19,6162,877.84,'regular, unusual requests eat furiously about the slyly ironic accounts. ironic foxes according to the sometimes silent asympto' +174,25,2103,681.95,'fluffily final foxes cajole blithely alongside of the silent instructions. furiously even packages cajole carefully. blithely final deposit' +174,40,6795,143.48,'quickly ironic requests haggle slyly slyly final asymptotes. idle, express accounts unwind carefully final accounts' +174,5,111,135.46,'excuses haggle finally along the furiously even pin' +174,20,8404,126.20,'bold, even platelets wake carefully by the brave, ironic dolphins. express pinto beans nod sly' +175,26,5515,487.68,'slyly bold ideas are furiously alongside of the carefully special acco' +175,41,7522,784.93,'express asymptotes according to the slowly regular accounts mold quickly around the theodolites. fin' +175,6,8501,706.61,'slyly ironic instructions cajole carefully. slyly regular warthogs nag according to the fluffily final deposits. bold, bold theodolite' +175,21,9456,978.56,'quickly final requests boost fluffily. bold packages haggle regularly. furiously ironic pinto beans cajole slyly busy courts. bold packages across th' +176,27,7180,179.09,'ironic excuses about the carefully regular packages wake afte' +176,42,3589,157.38,'deposits sleep stealthy packages. pending courts use blithely final accounts. express, ironic deposits grow slyly furiously final pains. regular acco' +176,7,5407,947.51,'bold ideas cajole slyly fluffily final deposits. slyly pending theodolites are furiously. reg' +176,22,1783,861.63,'even accounts nag fluffily. daring packages wake along the bold req' +177,28,1239,44.75,'even deposits thrash. accounts wake: packages are quickly after the fur' +177,43,4349,63.36,'regular, final accounts haggle furiously above the quickly silent Tiresias. regular warthog' +177,8,9872,252.42,'quickly even ideas haggle blithely among the carefully bold courts. instructions cajole. pin' +177,23,4727,859.82,'slyly ironic theodolites boost enticingly against the doggedly regular courts. final platelets sleep along the furiously special ideas; care' +178,29,4231,558.56,'furiously final packages engage. slyly ironic excuses wake quickly sometimes ironic Tiresias. packages promise slyly. slyly final instruction' +178,44,1919,362.26,'ironic ideas are regular packages. slyly silent asymptote' +178,9,6836,864.93,'foxes are carefully courts. requests along the pending, final instructions wake furiously carefully ironic packages: carefully regular packages sleep after th' +178,24,6922,475.18,'pending foxes use at the accounts. ruthless, ironic deposits engage along the blithely ironic sauternes. carefully ironic deposits haggle express pinto beans; slyl' +179,30,6956,444.38,'regular foxes boost slyly special deposits. slyly pending warthogs are across the final pains. slyly special ideas are. quickly pending pinto beans amo' +179,45,1954,372.75,'regular, regular deposits use furiously packages. platelets cajole carefully above the slyly ironic platelets. silent platelets according to the final ideas are' +179,10,2710,277.15,'requests lose carefully furious instructions. final requests need to integrate blithely. slyly unusual theodolites after the asymptotes haggle silent attainments. quickly unus' +179,25,4776,8.39,'carefully regular requests across the blithely silent' +180,31,2467,440.25,'furiously even accounts cajole slyly among the even theodolites. furiously pending requests was blithely furiously final pinto beans. carefully regular foxes cajole slyly. slyly eve' +180,46,1108,934.59,'ironic, regular packages wake evenly according to the doggedly bold asymptotes. special excuses nag. final requests cajole slyly. furiously reg' +180,11,724,426.16,'platelets wake fluffily regular deposits. pending pinto b' +180,26,5899,864.83,'bold accounts haggle furiously deposits. carefully express p' +181,32,2416,844.44,'ironic, final ideas are. blithely special platelets cajole carefully-- unusual excuses integrate. enticingly ironic ideas along the slyly ironic accounts' +181,47,3242,886.53,'special, ironic ideas detect slowly. furiously regular fo' +181,12,215,938.29,'finally bold pinto beans use slyly above the blithely even accounts. blithely ironic accounts are quickly about the waters. f' +181,27,1122,657.25,'slyly ironic accounts serve above the special req' +182,33,9699,535.27,'final accounts believe carefully bold deposits. instructions nag furiously blithe dependencies. ironic requests snooze slyly slyly regular instructions. furiously' +182,48,960,519.36,'final dolphins boost blithely about the furiously final dolphins. fluffily final accounts across the slyly regular accounts nag carefully across the furiously' +182,13,6243,741.46,'even accounts sleep furiously. unusual, ironic excuses hinder even, even foxes. bold, ruthless requests affix against the furiously silent requests. blithely ' +182,28,6146,365.00,'slyly ironic ideas cajole slyly above the regular re' +183,34,30,875.44,'slyly regular ideas wake slyly ironic instructions? slyly ironic requests e' +183,49,4482,424.86,'asymptotes wake to the ironic epitaphs. carefully bold deposits maintain carefully slyly ironic courts. furiously unusual courts affix slyly ' +183,14,8707,884.26,'furiously special accounts use quickly. special platelets play eve' +183,29,333,678.16,'quickly regular deposits haggle furiously alongside of the fluffily close ideas. pinto beans haggle quickly about the carefully ironic epitaphs. quickly silent ideas wake carefully ironic, final' +184,35,7069,449.45,'slyly regular excuses haggle carefully unusual, regular theodolites. pending, unusual waters wake fluffily furiously even platelets. furiously even instructions wake ' +184,50,9193,576.88,'pending instructions boost slyly around the blithely ironic packages. furiously even courts aff' +184,15,6400,551.90,'furiously final attainments cajole slyly. final, even orbits according to the unusual, regular pinto beans are aro' +184,30,831,186.84,'thin packages are quietly quickly final theodolites. ironic courts wake. blithely even dependencies haggle furiously alongside of the even instructio' +185,36,1475,538.58,'slyly ironic foxes detect blithely. bold, ironic instructions integrate carefully? even packages need to are carefully. boldly regular ideas breach furiously final, even reque' +185,1,6244,213.04,'quickly final accounts nag carefully along the stealthy braids. deposits wake furiously enticingly regular asymptotes. instructions are carefully carefully final' +185,16,7245,426.74,'ironic accounts cajole around the regular requests. theodolites wake fluffily across the fina' +185,31,8014,510.23,'quickly final instructions among the slyly special instructions sleep about the f' +186,37,1095,252.84,'slyly even ideas along the blithely ironic dependencies nag furiously carefully regular ideas. carefully even accounts are between the blithely even fox' +186,2,1945,18.75,'slyly final deposits use fluffily idly final accounts. requests cajole. pending theodolites' +186,17,8838,729.42,'furiously final requests maintain above the slyly unusual orbits. carefully ironic packages lose: instructions wake carefull' +186,32,7898,812.37,'carefully pending foxes about the blithely bold instructions haggle about the silent foxes. slyly even deposits are. regular foxes cajole carefully regular packages. furiously regular gifts bo' +187,38,8656,238.66,'regular platelets boost furiously. blithely final requests affix. theodolites haggle blithely. blithely daring pinto beans engage fluffily above the carefully even packages. fina' +187,3,4945,316.64,'quickly silent instructions above the ruthlessly final frays boost furiously alongside of the bol' +187,18,3183,362.75,'quiet, regular requests boost evenly. quickly express courts could are bold, enticing foxes. fluffily bold deposits lose fluffily regular requests. regular dependencies sleep' +187,33,7440,989.71,'fluffily special accounts try to use after the carefully ironic foxes. dependencies cajole furiously ironic theodolites. express excuses after the f' +188,39,4835,771.95,'pinto beans boost furiously final ideas. slyly regular requests grow carefully even excuses. slyly bold foxes about the platelet' +188,4,2620,331.70,'blithely express ideas boost above the furiously regular pinto beans. slyly even deposits are after the quickly even ideas. quickly special theodolites sl' +188,19,730,713.62,'final, even foxes breach blithely fluffily ironic requests. blithely even requests sn' +188,34,5430,920.20,'express packages haggle furiously bold foxes. foxes use fluffily above the pending, unusual ideas. sometimes express requests maintain furiously. pending, silent instructions cajole quickly. unus' +189,40,1305,392.50,'slyly ironic ideas wake blithely quickly unusual theodolites. furiously pending ideas after the furiously permane' +189,5,8777,573.22,'special, regular deposits nag. slyly regular packages grow b' +189,20,6369,946.07,'furiously even foxes boost quickly above the ironic requests. carefully pending deposits play. express, regular theodolites sle' +189,35,2505,593.23,'platelets cajole slyly about the carefully regular ideas. regular accounts grow. furiously ironic foxes doze against the pi' +190,41,535,621.53,'blithely regular packages use furiously about the slyly even accounts. final' +190,6,5845,608.91,'unusual requests after the fluffily regular requests haggle among the furiously brave accounts: final dependencies are slyly. furiously ironic attainments sleep. final, regular asymptotes use slyl' +190,21,4579,396.60,'furiously ironic dependencies cajole across the theodolites. furiously silent requests sleep. quickly even platelets cajole quickly across' +190,36,2861,458.00,'even, ironic ideas breach boldly even instructions. sauternes use furiously. blithely special packages about the ' +191,42,8310,521.06,'slyly quiet deposits are slyly express deposits. blithely ironic packages use. regular instructions wake quickl' +191,7,1693,464.46,'even, slow instructions kindle slyly regular deposits. slyly final instructions use furiously across the regular accounts. furiously pending accounts x-ray quic' +191,22,597,126.96,'blithely final realms believe furiously. quickly regular packages solve carefully final dolphins. blithely unu' +191,37,9673,119.41,'blithely even foxes cajole furiously. furiously final platelets about the blithely regular theodolites detect finally even accounts. instru' +192,43,606,198.69,'pending, final accounts are slyly. carefully express deposits are after the pending foxes. regular, idle accounts mold carefully furiously bold requests. regular, ironic packages breach' +192,8,2656,916.16,'furiously ironic pinto beans haggle carefully. req' +192,23,1811,359.59,'foxes are blithely blithely final packages. instruct' +192,38,8305,861.23,'regular, bold courts use regularly final, regular notornis. slyly final deposits integrate regular instructions. requests boost slyly against the slyly ironic deposits? furiously unusual pa' +193,44,6184,335.98,'foxes boost alongside of the slyly regular packages. ironic, regular courts haggle blithely. slyly regular packages cajole carefully by the sly' +193,9,4762,606.19,'furiously final instructions after the final foxes haggle slyly above the special instructions.' +193,24,385,571.71,'ironic instructions haggle slyly slyly even packages. blithely unusual escapades detect according to the quickly slow requests. furiously final packages nag sly' +193,39,9791,478.52,'unusual, pending asymptotes haggle carefully. fluffi' +194,45,4289,662.17,'carefully regular pains after the regular packages nag slyly according to the final, express accounts. express notornis haggle e' +194,10,377,430.21,'furiously pending accounts boost slyly. even, ironic pinto beans sleep carefully carefully unusual accounts. bold, silent instructions hinder carefully around the carefully' +194,25,5294,913.46,'accounts cajole. requests are slyly according to the ' +194,40,7890,79.40,'regularly bold deposits according to the regular accounts could doubt fluffily ironic accounts. final, final dugouts try to cajole furiously b' +195,46,9985,20.39,'ironic, ironic deposits wake slyly around the deposits. blithely bold platelets above t' +195,11,2947,271.39,'carefully even theodolites haggle carefully according to the final reque' +195,26,319,102.58,'blithely unusual requests at the carefully unusual theodolites can solve furiously ironic packages-- blithely even accounts wake. blithely ironic accounts sleep regular courts. quickly bold packages' +195,41,2803,992.27,'slowly final theodolites sleep quickly about the unusual, ironic ideas. ironic foxes cajole' +196,47,3843,859.90,'final excuses maintain never quiet asymptotes. unusual realms eat slyly deposits. stealthily ironic deposits sleep-- slyly special dolphins na' +196,12,2515,966.01,'furiously regular requests are blithely according to the notornis. slow, ironic pinto beans boost blithely above the accounts. ruthless ' +196,27,4778,37.61,'pending deposits sleep furiously furiously regular requests. blithely final foxes affix boldly after the slyly regular foxes. regular epitaphs above' +196,42,1068,928.25,'unusual accounts wake. express, even warhorses above the unusual, bold requests are carefully ironically even pack' +197,48,9678,753.88,'quickly regular tithes after the furiously final packages are slyly carefully ironic theodolites. carefully ' +197,13,2631,279.05,'furiously express pinto beans are blithely behind the carefully stealthy dependencies. ideas against th' +197,28,7598,845.51,'blithely express depths sleep even, ironic packages. regularly final theodolites serve slyly above the quickly unusual platelets. furiously express dependencies are above the furio' +197,43,8950,897.33,'ironic accounts use above the special, blithe deposit' +198,49,6878,587.41,'blithely special deposits after the quickly ironic foxes boost car' +198,14,6493,673.99,'slyly ironic excuses about the quickly regular packages sleep furiously about the final packages. blithely final packages cajole blithely above the deposits. furiously regular exc' +198,29,8410,166.93,'final theodolites detect thinly carefully final ideas. slyly blithe depths are blithely toward the requests. furiously regul' +198,44,6190,697.10,'daring deposits along the fluffily silent requests wake furiously against the even, express courts. thinly pe' +199,50,9343,79.70,'blithely final instructions poach according to the fluffily bold dependencies. platelets cajole furiously according to the carefully special foxes? furiously ironic deposits boost quickly acc' +199,15,8199,46.52,'special foxes cajole fluffily against the instructions. ironic, final accounts despite the pending, unusual theodolites sleep slyly a' +199,30,2742,890.63,'special deposits among the final, express dolphins cajole furiously unusual inst' +199,45,7167,884.56,'furiously even theodolites integrate against the furiously brave pearls. silently pending accounts sleep blithely against the regular requests. doggedly unusual ' +200,1,3120,776.41,'idle packages among the pending, regular asymptotes cajole furiously according to the furiously regular dependencies. furiously ironic packages sleep furi' +200,16,5392,242.52,'carefully regular asymptotes are. slyly express requests cajole carefully after the blithely bold instructions. thin packages b' +200,31,9408,307.79,'blithely pending theodolites sleep. ironic packages above the final packages cajole about the notornis. slyly even requests use fluffily ' +200,46,331,466.07,'slyly silent deposits besides the fluffily regular ideas cajole furiously ideas. express ideas boost requests. silent accounts wake blithely around the furiously bold gifts. quickly even foxes are ' +201,2,8649,280.98,'foxes integrate quickly ironic packages; blithely ironic pinto beans sleep special accounts. slyly special excuses according to the final,' +201,18,2078,340.49,'ideas mold blithely blithely unusual deposits. accounts solve carefully unusual courts. final foxes serve furiously according to t' +201,34,4125,534.11,'decoys wake fluffily against the furiously unusual platelets. final packages are carefully; boldly pending packages are ca' +201,50,848,947.59,'unusual packages sleep quickly after the accounts. furiously ironic instructions after the fluffily even pinto beans detect quickly carefully ironic accounts. slyly fluffy pearls boost slyly furious' +202,3,7822,247.44,'slyly pending platelets wake slyly pending pinto beans: express instructions against the carefully ironic instructions detect ruthlessly furiously final theodolites. quickly ironic deposits ' +202,19,3182,180.81,'accounts above the furiously even platelets use after the furiously pending i' +202,35,2720,160.45,'slyly final deposits breach slyly. slyly express foxes about the bold, final requests wake slyly foxes. ironic, final deposits engage quickly' +202,1,6202,656.17,'ironic, final deposits cajole pending courts. theodolites cajole ironic, furious instructions. packages nag among the deposits. fluffily unusual instructions ' +203,4,1677,399.16,'blithely ironic accounts after the dependencies haggle slyly above the quickly even accounts. slyly fi' +203,20,3591,582.85,'fluffily pending accounts along the carefully regular requests detect fluffily alongside of the slyly pending packages. special packages haggle carefully final, regular ideas. slyly pending reques' +203,36,6239,882.46,'regular, even accounts detect across the deposits. fluffily ironic asymptotes cajole fluffily. evenly regular requests aft' +203,2,5644,489.27,'express, ironic ideas against the blithely regular dolphins boost fluffily blithely silent tithes. bold, special platelets sl' +204,5,9265,504.61,'carefully final deposits use carefully forges. requests sleep after the regular forges. blithely ironic packages according to the instructions impress slyly across the regula' +204,21,2203,609.26,'pending, final pinto beans haggle even ideas. blithely brave asymptotes after the furiously even warthogs are fluffily along the fluffily ironic platelets. requests pr' +204,37,6344,172.65,'ironic pinto beans are quickly. blithely pending theodolites around the quickly even packages are furiously blithely final pa' +204,3,1238,819.14,'accounts use furiously. carefully final courts according to the ironic patterns hang carefully even packages. quickly pending foxes ' +205,6,9942,226.71,'ironically express requests cajole against the pinto beans. even attainments alongside of the pending decoys haggle slyly express, ironic requests. slyly ironic dependencies after the even frays ' +205,22,7965,427.25,'furiously final packages wake quickly pending packages. furiously unusual platelets above the quickly s' +205,38,1974,217.01,'carefully regular requests haggle slyly! fluffily ironic deposits run furiously blithely even deposits. regular deposits after' +205,4,9207,123.08,'carefully unusual instructions by the final requests nag carefully final, special excuses. carefully bold deposits integrate blithely iron' +206,7,1961,936.54,'deposits haggle by the fluffily final foxes. carefully bold pinto beans above the busy, regular as' +206,23,425,362.30,'furiously regular theodolites use furiously around the special notornis. blithely regular packages solve final requests.' +206,39,7816,389.88,'quickly ironic platelets print slyly bold theodolites. quickly pending epitaphs are. furiously ironic requests serve quickly. frets haggle slyly blithely ironic theodolites. slyly re' +206,5,548,480.04,'bold platelets integrate blithely regular, final foxes. accounts wake alongside of the carefully ironic ideas; fluffily unusual account' +207,8,9319,335.16,'carefully ironic requests along the furiously express packages sleep slyly special instructions. slyly special deposits sleep furiously ' +207,24,3567,810.91,'express theodolites use carefully bold depths. final packages haggle quickly fluffily bold accounts. slyly ironic requests wake sl' +207,40,9711,673.18,'fluffily even accounts use express, slow pinto beans. special instruc' +207,6,7316,557.72,'gifts are slyly unusual pinto beans. carefully even pinto beans integrate blithely final foxes! slyly even e' +208,9,7366,135.51,'final, special accounts are carefully. blithely pending pinto beans haggle quickly requests. express, even ideas cajole slyly slyly pending instructions. fl' +208,25,7251,54.46,'carefully regular requests sleep blithely. bold, even sentiments grow. pending forges use. platel' +208,41,5255,474.75,'carefully bold instructions wake carefully express accounts. slyly even escapades are furiously slyly express accounts. slyly careful packages boost furiously carefully express accounts. even ' +208,7,7066,309.80,'quickly unusual multipliers above the blithely regular requests integrate according to the slyly ironic multipliers. bold, fluffy accounts sleep. furiously final foxes cajole carefull' +209,10,7176,236.77,'final pinto beans doubt after the carefully final accounts. express, daring foxes nod carefully a' +209,26,3344,575.01,'pending, bold pinto beans cajole-- express accounts cajole quickly after the carefully unusual requests. sly' +209,42,5580,81.80,'final, express deposits haggle. special epitaphs must have to engage ironically quickly bold ideas. dugouts' +209,8,1513,507.38,'carefully express pinto beans after the daring accounts haggle blithely across the furiously regular de' +210,11,6774,267.01,'blithe accounts haggle slyly along the quickly final pinto beans. furiously bold foxes use furiously special dugouts. final deposits mold blithely' +210,27,8671,377.95,'regular, final dependencies about the furiously bold pinto beans boost blithely busily even deposits. final pac' +210,43,6596,817.36,'pending foxes lose above the final decoys. pending, ironic instructions wake furi' +210,9,4516,259.05,'slyly final accounts use across the carefully special ac' +211,12,4572,475.68,'instructions are. ideas should have to haggle furiously regular pinto beans. regular requests wake. slyly final asymptotes abo' +211,28,6045,856.97,'bravely bold instructions haggle unusual requests. carefully ' +211,44,6901,707.01,'blithely even pains haggle slyly about the blithely blithe deposits. ironic pinto beans x-ray along' +211,10,4247,751.41,'blithely even accounts are blithely final platelets. quickly ironic dependencies impress. furiously ironic accou' +212,13,1040,718.90,'deposits cajole slyly regular, ironic ideas. requests sleep after the special, silent pinto beans. slyly even foxes a' +212,29,6519,778.38,'pinto beans nag carefully against the unusual packages. special foxes sleep re' +212,45,6217,426.19,'accounts nag daringly regular deposits. ironic plat' +212,11,9266,318.74,'regular, final accounts doubt slyly furiously pending gifts. pending d' +213,14,3959,565.71,'pending theodolites among the special, ironic deposits wake according to the bold, final accounts. regular hockey players along the bold multipliers haggle slyly i' +213,30,8685,591.93,'slyly regular foxes nag slyly above the deposits. fluffily ironic instructions against the ' +213,46,9296,623.44,'always special ideas above the slyly final asymptotes are quickly according to the ironic accounts. slyly iro' +213,12,9377,797.64,'ironic, even deposits wake slyly special warthogs. final packages detect slyl' +214,15,2244,403.15,'carefully special deposits detect quickly brave ideas. requests nag blithely bl' +214,31,5174,719.69,'silent accounts sleep patterns. carefully pending sentiments use. bold pinto beans wake fluffily' +214,47,7901,17.50,'even, even theodolites haggle; blithely ironic multiplie' +214,13,6358,646.92,'furiously silent packages sleep. grouches boost furiously about the brave theodolites. blithely express theodolites nag even, even ideas. fluffily pending dolphins sleep caref' +215,16,1710,765.63,'carefully final deposits are slyly. bold, regular excuses according to the bold dependencies nag sly' +215,32,290,932.70,'packages among the slyly final excuses cajole slyly final packages. slyly express requests wake quickly above the blithely unusual requests.' +215,48,3754,636.10,'ironic pinto beans haggle carefully along the packages. furiously ironic accounts sleep slyly. regular, regular instructions boost slyly regular ' +215,14,7130,838.57,'quickly silent packages cajole furiously furiously final accounts. furiously unusual accou' +216,17,5429,142.97,'furiously pending deposits wake along the final theodolites. blithely regul' +216,33,9076,502.55,'carefully pending requests sublate blithely furiously express requests. regular, regular requests snooze furiously alongside of the ironic requests. ideas' +216,49,6245,25.22,'blithely final pinto beans cajole furiously carefully even foxes. carefully slow waters boost furiously about the furiously bold foxes. even ideas sleep furiously. blithely ' +216,15,3277,528.02,'packages haggle. furiously unusual accounts play furiously across the final, pending plat' +217,18,20,479.17,'blithely regular instructions cajole ironic, express realms. express pinto beans atop the furi' +217,34,3036,714.36,'quickly ironic instructions cajole furiously after the furiously close platelets. deposits was carefully. fluffily final pinto beans cajole according to the slyl' +217,50,875,463.83,'bold platelets except the blithely final sentiments wake furiously across the accounts. regular, e' +217,16,9247,637.64,'quickly ironic theodolites integrate along the slyly ironic instructions? unusual accounts across the enticing instructions nag slyly above the slyly bo' +218,19,3896,622.16,'ironic, pending pearls toward the carefully dogged theodolites boost against the regular, express request' +218,35,4848,257.48,'special, quick ideas above the even accounts eat blithely about the blithely ironic packages. ironic accounts are regularly. carefully pending packages thrash' +218,1,1431,55.36,'bold, even foxes above the carefully even hockey players do are across the fluffily ironic accounts. furiously ironic packages about' +218,17,3941,568.24,'carefully pending packages haggle carefully across the quickly silent ideas. blithely special instructions according to the blithely ironic pinto beans wake quickly bold, regular reque' +219,20,2369,168.95,'carefully furious accounts outside the pending, final instructions sleep slowly according to the carefully express plate' +219,36,491,658.50,'furiously pending foxes cajole slyly. blithely even deposits alongside of the courts boost fluffily even deposits. even, final asymptotes nag acr' +219,2,5116,580.18,'furiously regular asymptotes cajole theodolites. regularly ir' +219,18,145,1.43,'even pinto beans about the regular requests serve quickly furiously pending sheaves. fluffily regular dinos detect slyly regular platelets? furiously even excuses sleep quiet, final ins' +220,21,2941,341.13,'even, special asymptotes against the requests wake furiously carefully regular packages? carefully unusual requests after the furiously express ideas integrate quic' +220,37,2118,396.71,'furiously silent deposits promise furiously. final tithes eat carefully. deposits are according to the deposits. pending instructions boost. final, bold' +220,3,6654,322.05,'silent packages against the quickly regular packages are furiously above the carefully s' +220,19,8767,297.83,'requests haggle blithely pending packages; requests after the slyly final ideas wake above the slyly even platelet' +221,22,1469,916.33,'carefully regular accounts wake. express, special theodolites affix furiously. furiously regular accounts along ' +221,38,9153,324.88,'finally regular dependencies about the express, ironic packages integrate slyly' +221,4,5484,898.37,'silent instructions hang pinto beans. furiously regular instructions about the quickly express requests sleep quickly up the ironic, even theodolites. final instructions wake' +221,20,2849,80.70,'carefully silent ideas haggle furiously. slyly regular foxes kindle into the carefully slow attainments. slyly quiet ideas sleep blithely blithely regular multipliers? regular ' +222,23,8085,967.81,'carefully pending theodolites wake. quickly ironic requests boost quickly carefully regu' +222,39,8065,422.77,'regular, final packages integrate fluffily final dinos. bold requests in place of the fluffily quiet deposits' +222,5,7808,734.78,'furiously pending deposits will cajole furiously fl' +222,21,8855,926.10,'carefully final pinto beans haggle along the furiously regular foxes-- even packages sleep evenly express, bold deposits. furiously bold theodolites wake fluffily. carefull' +223,24,582,693.87,'furiously fluffy asymptotes according to the fluffily regular requests affix furiously even ideas. slyly pending p' +223,40,1488,735.88,'slyly unusual somas sleep carefully above the silent requests. unusual, special requests integrate idly packages. quickly final theodolites use slyly across the furi' +223,6,259,523.37,'slyly regular asymptotes are slyly special pinto beans. furiously fi' +223,22,4893,287.24,'bold accounts are. special grouches sleep fluffily. blithely ex' +224,25,7119,745.97,'packages cajole furiously-- unusual, even requests cajole carefully across the unusual deposits' +224,41,7374,252.76,'furiously pending courts detect slyly. bold, regular deposits are. carefully pending requests cajole express dinos. d' +224,7,1227,673.82,'platelets are fluffily. ironic dolphins play blithely. furiously ironic pearls haggle pinto beans-- packages could' +224,23,9097,404.64,'furiously ironic requests across the furiously permanent accounts wake quick dependencies. quickly special deposits boost blithely abo' +225,26,6101,775.45,'final accounts mold daringly express excuses. ironic accounts use. carefully bold deposits are carefully along the carefully ironic grouches. sly' +225,42,4421,116.17,'regular packages use. even packages believe against the fluffily bold p' +225,8,5365,617.35,'furiously pending asymptotes cajole slyly. ironic theodolites wake blithely according to the busily final instructions. closely pending instructions across the pending, careful foxes sleep furiou' +225,24,2137,276.11,'quickly unusual ideas are furiously pending asymptotes. furiously even requests sublate quickly. even, ironic instructions about ' +226,27,9130,465.81,'busily special packages nag carefully; carefully regular dependencies boost blithely. bold, express requests doubt fluffily according to ' +226,43,966,931.43,'unusual, careful foxes eat according to the unusual, silent accounts. express, pending accounts cajole furiously. even requests boost even requests. furiously f' +226,9,2680,343.14,'furiously unusual requests along the final, regular frets cajole slyly above the ironic, silent packages. foxes lose. ironic' +226,25,4772,58.38,'bold, express forges across the blithely unusual packag' +227,28,8809,453.33,'final deposits according to the silent theodolites wake carefully about the never even packages. blithely silent sauternes about the furiously regular deposits cajole sometime' +227,44,1408,877.71,'requests breach final pinto beans. pinto beans nod ' +227,10,6607,472.58,'unusual excuses use carefully across the blithely regular accounts? slyly express ' +227,26,5426,736.86,'even platelets are alongside of the final foxes. stealthily careful requests sleep fluffily across the slyly ironic instructions. furiously final deposits nag c' +228,29,831,862.15,'final packages sleep quickly special excuses. carefully final platelets are slyl' +228,45,235,727.11,'furiously careful requests believe-- daringly idle deposits can cajole theodolites. carefully ironic pinto beans poach blithely slyly even theodolites. fluffily even ideas a' +228,11,6712,976.89,'theodolites are furiously bold pinto beans. even dependencies haggle furiously. furiously unusual requests haggle carefully fluffily bold instructions. furio' +228,27,6694,133.30,'quickly even theodolites boost fluffily. quickly special foxes mold furiously quickly ironic dolphins. furiously special accounts cajole blithely. slyly final dolphins haggle slyly. ironic, silent p' +229,30,4074,835.21,'quickly regular sheaves are slyly! ironic, unusual deposits at t' +229,46,4781,497.84,'slyly regular accounts haggle quickly. carefully pending in' +229,12,2241,820.67,'idly regular warhorses wake furiously. slyly pending deposits wake doggedly blithely final packages: regular, ironic requests along the ideas boost carefully' +229,28,5560,984.71,'permanent deposits cajole carefully about the even, silent patterns: pending, iron' +230,31,5361,723.71,'quickly regular packages wake according to the regular packages. blithely ironic deposits doze carefully bo' +230,47,7726,634.61,'packages serve after the even, bold instructions. quickly final foxes wake thinly carefully pending instructions. regular, regular pinto beans cajole idle requests' +230,13,1549,752.70,'special, ironic pinto beans according to the accounts hang across the slyly express accounts. blithely silent theodo' +230,29,4949,491.83,'pending, express ideas detect. fluffily regular theodolites' +231,32,6305,695.86,'even packages use around the carefully even pinto beans. blithely ironic deposits haggle silent dep' +231,48,4995,253.34,'furiously regular requests affix carefully alongside of the slyly final requests. requests wake furiously according to the furiously express excuses. permanent ideas alongside of the regular, i' +231,14,5360,308.95,'packages use carefully regular deposits. quickly pe' +231,30,803,971.24,'slyly regular packages above the even deposits wake carefully at the blithely regular pinto beans. silent requests are carefully. bold packages a' +232,33,5028,42.14,'final dugouts are blithely bold deposits. fluffily silent accounts integrate bold requests. even, ironic accounts along the carefully regular requests cajole brave deposits. blith' +232,49,1108,240.70,'blithely bold forges sleep. blithely regular instructions above the regular, final patterns print quickly ' +232,15,9154,716.37,'pending packages integrate blithely fluffy pinto beans. idle, quick theodolites wake quickly final pinto ' +232,31,1828,266.84,'carefully even instructions boost slyly about the unusual deposits. blithely ironic p' +233,34,2689,446.29,'carefully even accounts haggle-- furiously special ideas after the carefully ironic frets wake fluff' +233,50,8231,524.51,'ruthlessly bold sheaves are furiously never regular pinto beans. even packages cajole even, bold excuses. slyly special requests cajole furiously' +233,16,444,372.96,'blithely regular foxes use slyly bold foxes. ironic, regul' +233,32,3009,767.62,'blithely thin deposits are closely. requests detect. ironic dependencies according to the requests sleep slyly blithely ironic accounts? regular asymptotes sleep slyly carefully ironic d' +234,35,3807,438.37,'quickly ironic foxes nag furiously bold braids. quic' +234,1,90,194.46,'slyly ironic packages alongside of the fluffily regular asymptotes was fluffily according to the even deposits. furiously regular frays along the slyly even packages was enticingly about the p' +234,17,367,826.04,'pinto beans among the even, express frets wake even,' +234,33,600,252.58,'carefully unusual deposits haggle carefully across the slyly daring theodolites. silent requests wake regularly ironically final requests: slyly fluffy deposits shall have to detect slyly carefully' +235,36,9292,610.14,'accounts about the quiet pinto beans haggle blithely even instructions. furiously express dolphins unwind fluffily after the furiously ironic packages. ironic deposits cajole furiously final acco' +235,2,3827,96.25,'even foxes nag pending packages. furiously even requests after the quickly express foxes x-ray blithely even excuses. unusual, final requests integrate slyly quickly unus' +235,18,3030,493.88,'slow requests above the special, final deposits cajole fluffily according to the ironic dolphins. regular waters wake. furiously bold accounts cajole. quickly regular pinto beans ought to sleep ' +235,34,9681,100.94,'pending pinto beans are packages. packages are alongside of the ironic ideas. bold asymptotes are carefully. regular instructions ha' +236,37,3270,423.71,'ironic, express requests wake daringly across the furiously ironic packages. pending, final requests engage' +236,3,5757,636.84,'slyly final packages are blithely bold pinto beans. fluffily silent theodolites toward the unusual packages wake blithely furiously final theodolites. eve' +236,19,4959,192.44,'ironic accounts grow final, express requests. ironic, regular accounts snooze. excuses nag. ironic theodolites cajole slyly. regular, special pinto beans integrate blithely. furiously even f' +236,35,2932,834.00,'furiously regular theodolites sleep bold pinto beans. furiously ironic foxes after the pending foxes are special, regular instructions; blithely even de' +237,38,7643,255.01,'blithely final deposits cajole fluffily. blithely special dolphins lose furiously. final, express dep' +237,4,5360,438.19,'furiously special ideas affix slyly; furiously final theodol' +237,20,2263,196.32,'regularly bold requests across the fluffily silent requests nag fluffily against the furiously' +237,36,5241,67.83,'blithely bold ideas sleep fluffily. slyly bold instructions dazzle carefully after the blithely final sheaves. evenly bold packages ha' +238,39,7285,454.34,'final platelets cajole around the quickly bold instructions. ironic, fin' +238,5,1615,999.92,'furiously final platelets against the regular packages detect blithely fluffily fluffy deposits. furiously ' +238,21,7504,556.95,'quickly unusual platelets boost quickly along the blithely regular theodolites. even platelets about the ' +238,37,9231,171.18,'bold braids are after the ironic requests. packages are. slyly silent deposits alongside of the final, final accounts boost blithely at the furiously ' +239,40,8638,155.22,'dependencies dazzle quickly express accounts. furiously unusual theodolites after the unusual co' +239,6,3755,570.10,'ironically pending instructions nag furiously. permanent ideas nag. fluffily special instructions cajole carefully. caref' +239,22,6890,411.32,'slyly silent platelets kindle boldly about the sometimes regular accounts. quickl' +239,38,4889,168.50,'even, ironic dependencies about the requests detect against the blithely regular requests! ironic foxes maintain. regular accounts boost am' +240,41,6917,91.89,'thinly regular foxes cajole after the slyly ironic packages.' +240,7,4238,192.43,'slyly final pinto beans doze slyly blithely final notornis. car' +240,23,1972,571.34,'unusual, express pinto beans haggle. furious, ruthless requests play alo' +240,39,1831,243.03,'slyly final requests kindle furiously against the slyly express ideas. ironic waters use careful' +241,42,1907,876.95,'silent, bold requests detect above the carefully express courts. enticingly eve' +241,8,6274,844.49,'final deposits across the carefully express excuses are after the even foxes. carefully fluffy foxes cajole ironically. bold excuses are quic' +241,24,3003,751.81,'blithely regular dependencies wake. regular packages alongside of the ideas promise blithely against the blithely ironic instructions. ' +241,40,60,520.41,'ironic requests along the fluffily regular deposits are carefully furiously silent fox' +242,43,6454,536.50,'slyly ironic accounts haggle furiously along the blithely ironic d' +242,9,394,97.24,'silent accounts snooze according to the regular depths. final, specia' +242,25,2514,208.39,'furiously even dependencies of the blithely final asymptotes need to s' +242,41,6902,147.39,'furiously ironic deposits according to the final requests will' +243,44,1961,817.56,'daring excuses sleep carefully final packages. furiousl' +243,10,8930,618.10,'blithely bold accounts against the furiously final requests wake past the blithely regular notorni' +243,26,3830,886.99,'slyly regular dolphins are. carefully unusual courts boost slyly amon' +243,42,3272,641.29,'regular, regular foxes cajole blithely-- even, regular requests cajole furiously. s' +244,45,5942,148.84,'excuses sublate slyly sly accounts. furiously special packages about the carefully regular packages boost furiously stealthy packages.' +244,11,4940,293.62,'final, ironic somas are blithely express foxes. furiously regular excuses according to the pending, unusual pinto beans doze across the furiously special' +244,27,1352,978.74,'special ideas sleep. pinto beans cajole. blithely regular instructions sleep across the slyly' +244,43,8850,257.00,'final requests wake fluffily. ironic, even forges haggle fluffily ironic accounts? blithely regular theodolites sleep. bold foxes are quickly pending pinto beans' +245,46,6034,995.56,'final dinos boost along the ideas. furiously express excuses engage' +245,12,3533,187.40,'furiously unusual instructions cajole carefully above the quickly express packages. sile' +245,28,9116,79.54,'fluffily regular platelets haggle carefully. slyly express platelets will sleep doggedly alongside of the carefully unusual packages. theodo' +245,44,5694,407.35,'thinly bold deposits haggle. carefully unusual epit' +246,47,6561,426.60,'quickly ironic requests are slyly silent requests. blithely final request' +246,13,3607,194.36,'even dinos along the blithely ironic accounts cajole blithely among the blithely ironic deposits? slyly ironic platelets sleep. carefully final accounts wake fluffily across the e' +246,29,7493,170.68,'furiously regular packages nag. blithely even pin' +246,45,8359,645.45,'quickly final sheaves wake among the carefully express packages. brave, bold requests sleep pending, pending dependencies. carefully even' +247,48,3492,58.15,'ideas cajole against the carefully final foxes. blithely even pinto beans wake after the daringly furious pinto beans. deposits are. blithely ironic pinto ' +247,14,9811,479.85,'carefully ironic accounts across the thinly bold packages' +247,30,7397,143.39,'fluffily even dependencies sleep around the special, even pinto beans. quickly even accounts use slyly about the slyly ruthless ' +247,46,9639,650.32,'bold pinto beans sleep blithely pinto beans. even theodolites nag across the quickly final asymptotes. quickly silent accounts haggle never ironic packages. final sheav' +248,49,7731,65.54,'express accounts print blithely. accounts sleep unusual, unusual pinto beans. pending instructions hag' +248,15,8847,935.64,'bold platelets sleep ironic, regular packages. special deposits are slyly carefully blithe instructions. slyly regular packa' +248,31,6329,148.79,'asymptotes along the furiously express platelets wake slyly along the idly ironic platelets. ironically regular deposits are carefully. fluffily special foxes ' +248,47,8054,425.78,'regular, final requests sleep fluffily. final, express sheaves boost blithely accordin' +249,50,7234,516.17,'pending, ironic excuses along the final deposits affix enticingly carefully regular instructions. ironic ideas haggle' +249,16,5568,50.74,'finally regular accounts wake packages. final, ironic ideas after the ideas sl' +249,32,1861,914.16,'ideas try to wake fluffily. blithely even accounts nag blithely. carefully final deposits are furiously. slyly eve' +249,48,7766,815.94,'bold, unusual packages affix. slyly regular instructions nag fluffily after the deposits. ruthless accounts cajole slyly slyly regular packages. blithely ironic requests are furiously ' +250,1,3525,293.30,'regular, pending packages wake among the regular packages. even ideas along the ironic realms haggle carefully ' +250,17,5208,617.59,'express, enticing packages use fluffily across the quickly even ideas. carefully daring realms print slyly ironic foxes. blithe, ironic reques' +250,33,7071,374.36,'blithely final packages haggle even, slow packages. pending, ironic requests play. slyly unusual instructions haggl' 250,49,4647,281.06,'slyly bold instructions nag carefully according to the ' \ No newline at end of file diff --git a/tools/dbbuilder/srcdata/regiontable.csv b/tools/dbbuilder/srcdata/regiontable.csv index b03285e6a..04ab8a279 100755 --- a/tools/dbbuilder/srcdata/regiontable.csv +++ b/tools/dbbuilder/srcdata/regiontable.csv @@ -1,5 +1,5 @@ -0,'AFRICA','special Tiresias about the furiously even dolphins are furi' -1,'AMERICA','even, ironic theodolites according to the bold platelets wa' -2,'ASIA','silent, bold requests sleep slyly across the quickly sly dependencies. furiously silent instructions alongside ' -3,'EUROPE','special, bold deposits haggle foxes. platelet' +0,'AFRICA','special Tiresias about the furiously even dolphins are furi' +1,'AMERICA','even, ironic theodolites according to the bold platelets wa' +2,'ASIA','silent, bold requests sleep slyly across the quickly sly dependencies. furiously silent instructions alongside ' +3,'EUROPE','special, bold deposits haggle foxes. platelet' 4,'MIDDLE EAST','furiously unusual packages use carefully above the unusual, exp' \ No newline at end of file diff --git a/tools/dbbuilder/srcdata/suppliertable.csv b/tools/dbbuilder/srcdata/suppliertable.csv index 3842d93cf..cc6555133 100755 --- a/tools/dbbuilder/srcdata/suppliertable.csv +++ b/tools/dbbuilder/srcdata/suppliertable.csv @@ -1,50 +1,50 @@ -1,'Supplier#000000001',' N kD4on9OM Ipw3,gf0JBoQDd7tgrzrddZ',17,'27-918-335-1736',5755.94,'requests haggle carefully. accounts sublate finally. carefully ironic pa' -2,'Supplier#000000002','89eJ5ksX3ImxJQBvxObC,',5,'15-679-861-2259',4032.68,'furiously stealthy frays thrash alongside of the slyly express deposits. blithely regular req' -3,'Supplier#000000003','q1,G3Pj6OjIuUYfUoH18BFTKP5aU9bEV3',1,'11-383-516-1199',4192.40,'furiously regular instructions impress slyly! carefu' -4,'Supplier#000000004','Bk7ah4CK8SYQTepEmvMkkgMwg',15,'25-843-787-7479',4641.08,'final ideas cajole. furiously close dep' -5,'Supplier#000000005','Gcdm2rJRzl5qlTVzc',11,'21-151-690-3663',283.84,'carefully silent instructions are slyly according t' -6,'Supplier#000000006','tQxuVm7s7CnK',14,'24-696-997-4969',1365.79,'even requests wake carefully! fluffily final pinto beans run slyly among t' -7,'Supplier#000000007','s,4TicNGB4uO6PaSqNBUq',23,'33-990-965-2201',6820.35,'carefully express packages believe furiously after the fur' -8,'Supplier#000000008','9Sq4bBH2FQEmaFOocY45sRTxo6yuoG',17,'27-498-742-3860',7627.85,'carefully express escapades are slyly ' -9,'Supplier#000000009','1KhUgZegwM3ua7dsYmekYBsK',10,'20-403-398-8662',5302.37,'slyly regular decoys mold slyly ironic dugouts. requests are carefully-- carefully' -10,'Supplier#000000010','Saygah3gYWMp72i PY',24,'34-852-489-8585',3891.91,'ironic deposits poach quickly furiously final accounts. carefull' -11,'Supplier#000000011','JfwTs,LZrV, M,9C',18,'28-613-996-1505',3393.08,'quickly bold asymptotes mold carefully unusual pearls. requests boost at the blith' -12,'Supplier#000000012','aLIW q0HYd',8,'18-179-925-7181',1432.69,'evenly pending theodolites lose. ' -13,'Supplier#000000013','HK71HQyWoqRWOX8GI FpgAifW,2PoH',3,'13-727-620-7813',9107.22,'ironically busy packages thrash ' -14,'Supplier#000000014','EXsnO5pTNj4iZRm',15,'25-656-247-5058',9189.82,'enticingly bold platelets wake against the' -15,'Supplier#000000015','olXVbNBfVzRqgokr1T,Ie',8,'18-453-357-6394',308.56,'regular attainments cajole. furiously final reques' -16,'Supplier#000000016','YjP5C55zHDXL7LalK27zfQnwejdpin4AMpvh',22,'32-822-502-4215',2972.26,'quick, final pains above the ironic, final instructions use furio' -17,'Supplier#000000017','c2d,ESHRSkK3WYnxpgw6aOqN0q',19,'29-601-884-9219',1687.81,'slyly pending deposits boost quickly.' -18,'Supplier#000000018','PGGVE5PWAMwKDZw ',16,'26-729-551-1115',7040.82,'carefully pending deposits haggle regular the' -19,'Supplier#000000019','edZT3es,nBFD8lBXTGeTl',24,'34-278-310-2731',6150.38,'quickly regular pinto beans mold blithely slyly pending packages. unusual platelets are furiou' -20,'Supplier#000000020','iybAE,RmTymrZVYaFZva2SH,j',3,'13-715-945-6730',530.82,'finally regular asymptotes play furiously among the carefully special warhorses. slyly' -21,'Supplier#000000021','81CavellcrJ0PQ3CPBID0Z0JwyJm0ka5igEs',2,'12-253-590-5816',9365.80,'bravely ironic Tiresias run carefully. regular deposits integrate with the fluffily even f' -22,'Supplier#000000022','okiiQFk 8lm6EVX6Q0,bEcO',4,'14-144-830-2814',966.20,'slyly special waters wake fluffily along the unusual package' -23,'Supplier#000000023','ssetugTcXc096qlD7 2TL5crEEeS3zk',9,'19-559-422-5776',5926.41,'carefully special requests haggle. furiously busy theodolites haggle b' -24,'Supplier#000000024','C4nPvLrVmKPPabFCj',0,'10-620-939-2254',9170.71,'quietly even theodolites alongside of the blithely special pin' -25,'Supplier#000000025','RCQKONXMFnrodzz6w7fObFVV6CUm2q',22,'32-431-945-3541',9198.31,'even excuses wake about the carefully special packa' -26,'Supplier#000000026','iV,MHzAx6Z939uzFNkq09M0a1 MBfH7',21,'31-758-894-4436',21.18,'slyly unusual pinto beans sleep carefully alongside of the furiously sly frets. regular, regula' -27,'Supplier#000000027','lC4CjKwNHUr6L4xIpzOBK4NlHkFTg',18,'28-708-999-2028',1887.62,'furiously thin packages use ' -28,'Supplier#000000028','GBhvoRh,7YIN V',0,'10-538-384-8460',891.99,'regular, regular excuses boost quickl' -29,'Supplier#000000029','658tEqXLPvRd6xpFdqC2',1,'11-555-705-5922',811.62,'blithely pending theodolites are carefully ironic requests! fluffily express instructions ab' -30,'Supplier#000000030','84NmC1rmQfO0fj3zkobLT',16,'26-940-594-4852',8080.14,'express, bold deposits sleep according to th' -31,'Supplier#000000031','fRJimA7zchyApqRLHcQeocVpP',16,'26-515-530-4159',5916.91,'blithely bold deposits boost fluffily slyly final' -32,'Supplier#000000032','yvoD3TtZSx1skQNCK8agk5bZlZLug',23,'33-484-637-7873',3556.47,'furiously thin asymptotes are a' -33,'Supplier#000000033','gfeKpYw3400L0SDywXA6Ya1Qmq1w6YB9f3R',7,'17-138-897-9374',8564.12,'ironic instructions are. special pearls above ' -34,'Supplier#000000034','mYRe3KvA2O4lL4HhxDKkkrPUDPMKRCSp,Xpa',10,'20-519-982-2343',237.31,'asymptotes are. special, ironic ideas on the close' -35,'Supplier#000000035','QymmGXxjVVQ5OuABCXVVsu,4eF gU0Qc6',21,'31-720-790-5245',4381.41,'slyly bold pinto beans wake. dependencies nag furiously according to the asymptotes. car' -36,'Supplier#000000036','mzSpBBJvbjdx3UKTW3bLFewRD78D91lAC879',13,'23-273-493-3679',2371.51,'slyly special braids among the regular, blithe p' -37,'Supplier#000000037','cqjyB5h1nV',0,'10-470-144-1330',3017.47,'ironic requests alongside of the blithely express accounts wake fluffily above the carefully express' -38,'Supplier#000000038','xEcx45vD0FXHT7c9mvWFY',4,'14-361-296-6426',2512.41,'blithely bold excuses haggle ironic, pending excuses. carefully bold deposits wake blithel' -39,'Supplier#000000039','ZM, nSYpEPWr1yAFHaC91qjFcijjeU5eH',8,'18-851-856-5633',6115.65,'ironic, express instructions can sleep bl' -40,'Supplier#000000040','zyIeWzbbpkTV37vm1nmSGBxSgd2Kp',22,'32-231-247-6991',290.06,'carefully regular accounts sleep ca' -41,'Supplier#000000041','G 1FKHR435 wMKFmyt',18,'28-739-447-2525',6942.67,'silently regular packages hinder. blithely express decoys must ' -42,'Supplier#000000042','1Y5lwEgpe3j2vbUBYj3SwLhK62JlwEMtDC',22,'32-698-298-6317',6565.11,'carefully thin courts against the final, regular accounts ar' -43,'Supplier#000000043','Z5mLuAoTUEeKY5v22VnnA4D87Ao6jF2LvMYnlX8h',12,'22-421-568-4862',7773.41,'slyly final accounts wake blithely slyly regular requests. sl' -44,'Supplier#000000044','kERxlLDnlIZJdN66zAPHklyL',7,'17-713-930-5667',9759.38,'quickly final instructions after the bold requests hagg' -45,'Supplier#000000045','LcKnsa8XGtIO0WYSB7hkOrH rnzRg1',9,'19-189-635-8862',2944.23,'furiously bold deposits use expres' -46,'Supplier#000000046','e0URUXfDOYMdKe16Z5h5StMRbzGmTs,D2cjap',24,'34-748-308-3215',3580.35,'slyly express dependencies behind the blithely silent platelets use ' -47,'Supplier#000000047','3XM1x,Pcxqw,HK4XNlgbnZMbLhBHLA',14,'24-810-354-4471',2958.09,'regular deposits engage slyly with the' -48,'Supplier#000000048','jg0U FNPMQDuyuKvTnLXXaLf3Wl6OtONA6mQlWJ',14,'24-722-551-9498',5630.62,'carefully unusual packages print ' -49,'Supplier#000000049','Nvq 6macF4GtJvz',24,'34-211-567-6800',9915.24,'blithely silent pinto beans hang slyly. blithely eve' +1,'Supplier#000000001',' N kD4on9OM Ipw3,gf0JBoQDd7tgrzrddZ',17,'27-918-335-1736',5755.94,'requests haggle carefully. accounts sublate finally. carefully ironic pa' +2,'Supplier#000000002','89eJ5ksX3ImxJQBvxObC,',5,'15-679-861-2259',4032.68,'furiously stealthy frays thrash alongside of the slyly express deposits. blithely regular req' +3,'Supplier#000000003','q1,G3Pj6OjIuUYfUoH18BFTKP5aU9bEV3',1,'11-383-516-1199',4192.40,'furiously regular instructions impress slyly! carefu' +4,'Supplier#000000004','Bk7ah4CK8SYQTepEmvMkkgMwg',15,'25-843-787-7479',4641.08,'final ideas cajole. furiously close dep' +5,'Supplier#000000005','Gcdm2rJRzl5qlTVzc',11,'21-151-690-3663',283.84,'carefully silent instructions are slyly according t' +6,'Supplier#000000006','tQxuVm7s7CnK',14,'24-696-997-4969',1365.79,'even requests wake carefully! fluffily final pinto beans run slyly among t' +7,'Supplier#000000007','s,4TicNGB4uO6PaSqNBUq',23,'33-990-965-2201',6820.35,'carefully express packages believe furiously after the fur' +8,'Supplier#000000008','9Sq4bBH2FQEmaFOocY45sRTxo6yuoG',17,'27-498-742-3860',7627.85,'carefully express escapades are slyly ' +9,'Supplier#000000009','1KhUgZegwM3ua7dsYmekYBsK',10,'20-403-398-8662',5302.37,'slyly regular decoys mold slyly ironic dugouts. requests are carefully-- carefully' +10,'Supplier#000000010','Saygah3gYWMp72i PY',24,'34-852-489-8585',3891.91,'ironic deposits poach quickly furiously final accounts. carefull' +11,'Supplier#000000011','JfwTs,LZrV, M,9C',18,'28-613-996-1505',3393.08,'quickly bold asymptotes mold carefully unusual pearls. requests boost at the blith' +12,'Supplier#000000012','aLIW q0HYd',8,'18-179-925-7181',1432.69,'evenly pending theodolites lose. ' +13,'Supplier#000000013','HK71HQyWoqRWOX8GI FpgAifW,2PoH',3,'13-727-620-7813',9107.22,'ironically busy packages thrash ' +14,'Supplier#000000014','EXsnO5pTNj4iZRm',15,'25-656-247-5058',9189.82,'enticingly bold platelets wake against the' +15,'Supplier#000000015','olXVbNBfVzRqgokr1T,Ie',8,'18-453-357-6394',308.56,'regular attainments cajole. furiously final reques' +16,'Supplier#000000016','YjP5C55zHDXL7LalK27zfQnwejdpin4AMpvh',22,'32-822-502-4215',2972.26,'quick, final pains above the ironic, final instructions use furio' +17,'Supplier#000000017','c2d,ESHRSkK3WYnxpgw6aOqN0q',19,'29-601-884-9219',1687.81,'slyly pending deposits boost quickly.' +18,'Supplier#000000018','PGGVE5PWAMwKDZw ',16,'26-729-551-1115',7040.82,'carefully pending deposits haggle regular the' +19,'Supplier#000000019','edZT3es,nBFD8lBXTGeTl',24,'34-278-310-2731',6150.38,'quickly regular pinto beans mold blithely slyly pending packages. unusual platelets are furiou' +20,'Supplier#000000020','iybAE,RmTymrZVYaFZva2SH,j',3,'13-715-945-6730',530.82,'finally regular asymptotes play furiously among the carefully special warhorses. slyly' +21,'Supplier#000000021','81CavellcrJ0PQ3CPBID0Z0JwyJm0ka5igEs',2,'12-253-590-5816',9365.80,'bravely ironic Tiresias run carefully. regular deposits integrate with the fluffily even f' +22,'Supplier#000000022','okiiQFk 8lm6EVX6Q0,bEcO',4,'14-144-830-2814',966.20,'slyly special waters wake fluffily along the unusual package' +23,'Supplier#000000023','ssetugTcXc096qlD7 2TL5crEEeS3zk',9,'19-559-422-5776',5926.41,'carefully special requests haggle. furiously busy theodolites haggle b' +24,'Supplier#000000024','C4nPvLrVmKPPabFCj',0,'10-620-939-2254',9170.71,'quietly even theodolites alongside of the blithely special pin' +25,'Supplier#000000025','RCQKONXMFnrodzz6w7fObFVV6CUm2q',22,'32-431-945-3541',9198.31,'even excuses wake about the carefully special packa' +26,'Supplier#000000026','iV,MHzAx6Z939uzFNkq09M0a1 MBfH7',21,'31-758-894-4436',21.18,'slyly unusual pinto beans sleep carefully alongside of the furiously sly frets. regular, regula' +27,'Supplier#000000027','lC4CjKwNHUr6L4xIpzOBK4NlHkFTg',18,'28-708-999-2028',1887.62,'furiously thin packages use ' +28,'Supplier#000000028','GBhvoRh,7YIN V',0,'10-538-384-8460',891.99,'regular, regular excuses boost quickl' +29,'Supplier#000000029','658tEqXLPvRd6xpFdqC2',1,'11-555-705-5922',811.62,'blithely pending theodolites are carefully ironic requests! fluffily express instructions ab' +30,'Supplier#000000030','84NmC1rmQfO0fj3zkobLT',16,'26-940-594-4852',8080.14,'express, bold deposits sleep according to th' +31,'Supplier#000000031','fRJimA7zchyApqRLHcQeocVpP',16,'26-515-530-4159',5916.91,'blithely bold deposits boost fluffily slyly final' +32,'Supplier#000000032','yvoD3TtZSx1skQNCK8agk5bZlZLug',23,'33-484-637-7873',3556.47,'furiously thin asymptotes are a' +33,'Supplier#000000033','gfeKpYw3400L0SDywXA6Ya1Qmq1w6YB9f3R',7,'17-138-897-9374',8564.12,'ironic instructions are. special pearls above ' +34,'Supplier#000000034','mYRe3KvA2O4lL4HhxDKkkrPUDPMKRCSp,Xpa',10,'20-519-982-2343',237.31,'asymptotes are. special, ironic ideas on the close' +35,'Supplier#000000035','QymmGXxjVVQ5OuABCXVVsu,4eF gU0Qc6',21,'31-720-790-5245',4381.41,'slyly bold pinto beans wake. dependencies nag furiously according to the asymptotes. car' +36,'Supplier#000000036','mzSpBBJvbjdx3UKTW3bLFewRD78D91lAC879',13,'23-273-493-3679',2371.51,'slyly special braids among the regular, blithe p' +37,'Supplier#000000037','cqjyB5h1nV',0,'10-470-144-1330',3017.47,'ironic requests alongside of the blithely express accounts wake fluffily above the carefully express' +38,'Supplier#000000038','xEcx45vD0FXHT7c9mvWFY',4,'14-361-296-6426',2512.41,'blithely bold excuses haggle ironic, pending excuses. carefully bold deposits wake blithel' +39,'Supplier#000000039','ZM, nSYpEPWr1yAFHaC91qjFcijjeU5eH',8,'18-851-856-5633',6115.65,'ironic, express instructions can sleep bl' +40,'Supplier#000000040','zyIeWzbbpkTV37vm1nmSGBxSgd2Kp',22,'32-231-247-6991',290.06,'carefully regular accounts sleep ca' +41,'Supplier#000000041','G 1FKHR435 wMKFmyt',18,'28-739-447-2525',6942.67,'silently regular packages hinder. blithely express decoys must ' +42,'Supplier#000000042','1Y5lwEgpe3j2vbUBYj3SwLhK62JlwEMtDC',22,'32-698-298-6317',6565.11,'carefully thin courts against the final, regular accounts ar' +43,'Supplier#000000043','Z5mLuAoTUEeKY5v22VnnA4D87Ao6jF2LvMYnlX8h',12,'22-421-568-4862',7773.41,'slyly final accounts wake blithely slyly regular requests. sl' +44,'Supplier#000000044','kERxlLDnlIZJdN66zAPHklyL',7,'17-713-930-5667',9759.38,'quickly final instructions after the bold requests hagg' +45,'Supplier#000000045','LcKnsa8XGtIO0WYSB7hkOrH rnzRg1',9,'19-189-635-8862',2944.23,'furiously bold deposits use expres' +46,'Supplier#000000046','e0URUXfDOYMdKe16Z5h5StMRbzGmTs,D2cjap',24,'34-748-308-3215',3580.35,'slyly express dependencies behind the blithely silent platelets use ' +47,'Supplier#000000047','3XM1x,Pcxqw,HK4XNlgbnZMbLhBHLA',14,'24-810-354-4471',2958.09,'regular deposits engage slyly with the' +48,'Supplier#000000048','jg0U FNPMQDuyuKvTnLXXaLf3Wl6OtONA6mQlWJ',14,'24-722-551-9498',5630.62,'carefully unusual packages print ' +49,'Supplier#000000049','Nvq 6macF4GtJvz',24,'34-211-567-6800',9915.24,'blithely silent pinto beans hang slyly. blithely eve' 50,'Supplier#000000050','rGobqSMMYz0ErrPhCGS',9,'19-561-560-7437',4515.87,'quickly regular theodolites wake within the slyly even accounts. furiously express accounts' \ No newline at end of file