# Bug report 1761

Begin;
Initialize;
InitializeSession  "TESTDB";
Command "create database TESTDB";
TerminateSession;
InitializeSession  "TESTDB";
Command "create table T(f1_int_unique int, f2_int_btree int, f3_int int, f4_bigint_unique bigint, f5_bigint_btree bigint, f6_bigint bigint, f7_float_unique float, f8_float_btree float, f9_float float, f10_decimal_btree decimal(15,5), f11_decimal_unique decimal(15,5), f12_decimal decimal(15,5), f13_decimal_unique decimal(10,0), f14_decimal_btree decimal(10,0), f15_decimal decimal(10,0), f16_char_unique varchar(10), f17_char_btree varchar(10), f18_char varchar(10), f19_nchar nvarchar(10), f20_nchar_unique nvarchar(10), f21_nchar_btree nvarchar(10), f22_bigint_unique bigint)";
Command "create unique index I_T_f1_int_unique on T(f1_int_unique)";
Command "create unique index I_T_f4_bigint_unique on T(f4_bigint_unique)";
Command "create unique index I_T_f7_float_unique on T(f7_float_unique)";
Command "create unique index I_T_f11_decimal_unique on T(f11_decimal_unique)";
Command "create unique index I_T_f13_decimal_unique on T(f13_decimal_unique)";
Command "create unique index I_T_f16_char_unique on T(f16_char_unique)";
Command "create unique index I_T_f20_nchar_unique on T(f20_nchar_unique)";
Command "create unique index I_T_f22_bigint_unique on T(f22_bigint_unique)";
Command "create  index I_T_f2_int_btree on T(f2_int_btree)";
Command "create  index I_T_f5_bigint_btree on T(f5_bigint_btree)";
Command "create  index I_T_f8_float_btree on T(f8_float_btree)";
Command "create  index I_T_f10_decimal_btree on T(f10_decimal_btree)";
Command "create  index I_T_f14_decimal_btree on T(f14_decimal_btree)";
Command "create  index I_T_f17_char_btree on T(f17_char_btree)";
Command "create  index I_T_f21_nchar_btree on T(f21_nchar_btree)";
Command "insert T values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?),(?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?),(?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?),(?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?),(?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?),(?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?),(?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?),(?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?),(?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?),(?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)" [-2147483647,null,null,"-9223372036854775808","-9223372036854775808","9223372036854775807",null,"-1.79769313486231E308","2.22507385850721E-308",null,"1",null,"-99999.99999",null,"-1",null,null," The schema describes the objects that are represented in the database, and the relationships among them.",null,"9単純なファイルシステムには、ファイルシステム自体に「データ」を統一的手法で操作する機能はない。ファイルシステムでデータ管理をするためには、データの操作機能を「応用プログラム側」に持つしかない。データベースは、それを自ら持つことにより、応用プログラム側でデータの物理的格納状態を知らずとも操作でき、かつ、データの物理的格納状態に変更があった場合にも応用プログラム側の処理に影響が及ばないことを保障することがデータベースの前提条件となっている。(プログラムとデータの独立性)","コンピュータ上では、データの再利用を高速かつ安定に実現するため、データを格納するための構造について様々な工夫が払われており、このデータ構造とアルゴリズムは情報工学において重要な研究分野のひとつである。",null,2,2147483647,null,null,"0","-9223372036854775808",null,"2.22507385850721E-308",null,null,"-2","1",null,null,"987654.3210987654321",null," A great deal of the internal engineering of a DBMS, however, is independent of the data model, and is concerned with managing factors such as performance, concurrency, integrity, and recovery from hardware failures."," There are a number of different ways of organizing a schema, that is, of modelling the database structure: these are known as database models (or data models).",null,"0コンピュータ上では、データの再利用を高速かつ安定に実現するため、データを格納するための構造について様々な工夫が払われており、このデータ構造とアルゴリズムは情報工学において重要な研究分野のひとつである。",null,null,-3,null,null,"1","1","0",null,"-2.22507385850721E-308","-2.22507385850721E-308",null,"99998.99998",null,"1",null,"0.01234567890123456789",null,null," The model in most common use today is the relational model, which in layman's terms represents all information in the form of multiple related tables each consisting of rows and columns (the true definition uses mathematical terminology).",null,"1単純なファイルシステムには、ファイルシステム自体に「データ」を統一的手法で操作する機能はない。ファイルシステムでデータ管理をするためには、データの操作機能を「応用プログラム側」に持つしかない。データベースは、それを自ら持つことにより、応用プログラム側でデータの物理的格納状態を知らずとも操作でき、かつ、データの物理的格納状態に変更があった場合にも応用プログラム側の処理に影響が及ばないことを保障することがデータベースの前提条件となっている。(プログラムとデータの独立性)","単純なファイルシステムには、ファイルシステム自体に「データ」を統一的手法で操作する機能はない。ファイルシステムでデータ管理をするためには、データの操作機能を「応用プログラム側」に持つしかない。データベースは、それを自ら持つことにより、応用プログラム側でデータの物理的格納状態を知らずとも操作でき、かつ、データの物理的格納状態に変更があった場合にも応用プログラム側の処理に影響が及ばないことを保障することがデータベースの前提条件となっている。(プログラムとデータの独立性)",null,0,-2147483648,null,null,"-1","1",null,"0","3.776E3",null,"-99998.99998","-1",null,null,"-987654.3210987654321",null," In these areas there are large differences between products'."," This model represents relationships by the use of values common to more than one table.",null,"2データベースをコンピュータ上で管理するためのシステム（Oracle Database、SQL Server、PostgreSQL、MySQL、SQLiteなど）をデータベースマネージメントシステム（DBMS）という。",null,null,-1,6543210,null,"0","876543210","-1",null,"3.141592",null,null,"2",null,"0",null,"-0.01234567890123456789",null,"Database From Wikipedia, the free encyclopedia The term or expression database originated within the computer industry."," Other models such as the hierarchical model and the network model use a more explicit representation of relationships.",null,"3データベース 出典: フリー百科事典『ウィキペディア（Wikipedia）』 データベース (Database) は、特定のテーマに沿ったデータを集めて管理し、容易に検索・抽出などの再利用をできるようにしたもの。 狭義には、コンピュータによって実現されたものを言う。OSが提供するファイルシステム上に直接構築されるものや、後述するデータベースマネージメントシステム (DBMS) を用いて構築されるものを含む。","データベースをコンピュータ上で管理するためのシステム（Oracle Database、SQL Server、PostgreSQL、MySQL、SQLiteなど）をデータベースマネージメントシステム（DBMS）という。",null,2147483647,null,null,null,"-5678901234567890","876543210",null,"3.776E3","0",null,"-3","0.01234567890123456789",null,null,"0",null,null,"The term database refers to the collection of related records, and the software should be referred to as the database management system or DBMS.",null,"4コンピュータ上では、データの再利用を高速かつ安定に実現するため、データを格納するための構造について様々な工夫が払われており、このデータ構造とアルゴリズムは情報工学において重要な研究分野のひとつである。","データベース 出典: フリー百科事典『ウィキペディア（Wikipedia）』 データベース (Database) は、特定のテーマに沿ったデータを集めて管理し、容易に検索・抽出などの再利用をできるようにしたもの。 狭義には、コンピュータによって実現されたものを言う。OSが提供するファイルシステム上に直接構築されるものや、後述するデータベースマネージメントシステム (DBMS) を用いて構築されるものを含む。",null,-2147483648,0,null,"-1","9223372036854775807","-5678901234567890",null,"1.79769313486231E308",null,null,"0",null,"-1",null,"1",null," Although its meaning has been broadened by popular use, even to include non-electronic databases, this article takes a more technical perspective towards the topic."," When the context is unambiguous, however, many database administrators and programmers use the term database to cover both meanings.",null,"5単純なファイルシステムには、ファイルシステム自体に「データ」を統一的手法で操作する機能はない。ファイルシステムでデータ管理をするためには、データの操作機能を「応用プログラム側」に持つしかない。データベースは、それを自ら持つことにより、応用プログラム側でデータの物理的格納状態を知らずとも操作でき、かつ、データの物理的格納状態に変更があった場合にも応用プログラム側の処理に影響が及ばないことを保障することがデータベースの前提条件となっている。(プログラムとデータの独立性)",null,null,1,null,null,null,"-9223372036854775808","9223372036854775807",null,"-1.79769313486231E308","3.141592",null,"-1","-987654.3210987654321",null,null,"-1",null,null,"Many professionals would consider a collection of data to constitute a database only if it has certain properties: for example, if the data is managed to ensure its integrity and quality, if it allows shared access by a community of users, if it has a schema, or if it supports a query language.",null,"6データベースをコンピュータ上で管理するためのシステム（Oracle Database、SQL Server、PostgreSQL、MySQL、SQLiteなど）をデータベースマネージメントシステム（DBMS）という。","コンピュータ上では、データの再利用を高速かつ安定に実現するため、データを格納するための構造について様々な工夫が払われており、このデータ構造とアルゴリズムは情報工学において重要な研究分野のひとつである。",null,-2,1,null,"9223372036854775807","0","-9223372036854775808",null,"2.22507385850721E-308",null,null,"99999.99999",null,"99999.99999",null,"987654.3210987654321",null," A possible definition is that a database is a structured collection of records or data which is stored in a computer so that a program can consult it to answer queries."," However, there is no agreed definition of these properties.",null,"7データベース 出典: フリー百科事典『ウィキペディア（Wikipedia）』 データベース (Database) は、特定のテーマに沿ったデータを集めて管理し、容易に検索・抽出などの再利用をできるようにしたもの。 狭義には、コンピュータによって実現されたものを言う。OSが提供するファイルシステム上に直接構築されるものや、後述するデータベースマネージメントシステム (DBMS) を用いて構築されるものを含む。",null,null,2147483646,null,null,null,"1","0",null,"-2.22507385850721E-308","1.79769313486231E308",null,"-99999.99999","-0.01234567890123456789",null,null,"0.01234567890123456789",null,null,"Database management systems are usually categorized according to the data model that they support: relational, object-relational, network, and so on.",null,"8コンピュータ上では、データの再利用を高速かつ安定に実現するため、データを格納するための構造について様々な工夫が払われており、このデータ構造とアルゴリズムは情報工学において重要な研究分野のひとつである。","単純なファイルシステムには、ファイルシステム自体に「データ」を統一的手法で操作する機能はない。ファイルシステムでデータ管理をするためには、データの操作機能を「応用プログラム側」に持つしかない。データベースは、それを自ら持つことにより、応用プログラム側でデータの物理的格納状態を知らずとも操作でき、かつ、データの物理的格納状態に変更があった場合にも応用プログラム側の処理に影響が及ばないことを保障することがデータベースの前提条件となっている。(プログラムとデータの独立性)",null];
TerminateSession;
InitializeSession  "TESTDB";
CreatePreparedCommand "sel1" "select count( *),count( *),count( *) from T having count( *) is not null";
PreparedCommand "sel1" [];
PreparedCommand "sel1" [];
ErasePreparedCommand "sel1";
CreatePreparedCommand "sel7" "select count(all T.f2_int_btree),avg( T.f2_int_btree),max(all T.f4_bigint_unique) from T where f1_int_unique > 0 group by (T.f1_int_unique) having count( T.f2_int_btree) is not null";
PreparedCommand "sel7" [];
PreparedCommand "sel7" [];
ErasePreparedCommand "sel7";
CreatePreparedCommand "sel8" "select avg( T.f3_int),sum(distinct T.f2_int_btree),count( T.f2_int_btree) from T inner join T as Tjoin using (f1_int_unique) group by (T.f2_int_btree) having avg(all T.f3_int) is not null";
PreparedCommand "sel8" [];
PreparedCommand "sel8" [];
ErasePreparedCommand "sel8";
CreatePreparedCommand "sel9" "select count(distinct T.f3_int),max( T.f3_int),sum(distinct T.f3_int) from T inner join T as Tjoin using (f1_int_unique) where T.f2_int_btree > 0 having max(all T.f1_int_unique) is not null";
PreparedCommand "sel9" [];
PreparedCommand "sel9" [];
ErasePreparedCommand "sel9";
Command "select max( T.f3_int),count( T.f4_bigint_unique),avg(all T.f4_bigint_unique) from (select * from T order by f1_int_unique limit 10) as T where f1_int_unique > 0 having min(distinct T.f4_bigint_unique) is not null";
Command "select min(distinct T.f4_bigint_unique),min(all T.f2_int_btree),sum(distinct T.f5_bigint_btree) from (select * from T order by f1_int_unique limit 10) as T group by (T.f1_int_unique) having count( T.f4_bigint_unique) is not null";
CreatePreparedCommand "sel12" "select avg(all T.f4_bigint_unique),min(all T.f3_int),count( T.f6_bigint) from T where f2_int_btree > 0 having min(distinct T.f2_int_btree) is not null";
PreparedCommand "sel12" [];
PreparedCommand "sel12" [];
ErasePreparedCommand "sel12";
CreatePreparedCommand "sel13" "select sum( T.f5_bigint_btree),avg(distinct T.f3_int),min(distinct T.f5_bigint_btree) from T where f1_int_unique > 0 group by (T.f2_int_btree) having avg(distinct T.f5_bigint_btree) is not null";
PreparedCommand "sel13" [];
PreparedCommand "sel13" [];
ErasePreparedCommand "sel13";
Command "select min(all T.f5_bigint_btree),sum(distinct T.f4_bigint_unique),max(all T.f6_bigint) from T inner join T as Tjoin using (f1_int_unique) where T.f2_int_btree > 0 group by (T.f1_int_unique) having sum(all T.f6_bigint) is not null";
CreatePreparedCommand "sel15" "select min(all T.f6_bigint),max( T.f4_bigint_unique),count(all T.f7_float_unique) from (select * from T order by f1_int_unique limit 10) as T group by (T.f1_int_unique) having max( T.f5_bigint_btree) is not null";
PreparedCommand "sel15" [];
PreparedCommand "sel15" [];
ErasePreparedCommand "sel15";
Command "select count(distinct T.f6_bigint),sum(all T.f5_bigint_btree),min( T.f8_float_btree) from T where f2_int_btree > 0 having avg(all T.f4_bigint_unique) is not null";
CreatePreparedCommand "sel17" "select avg( T.f7_float_unique),count(distinct T.f5_bigint_btree),sum( T.f7_float_unique) from T inner join T as Tjoin using (f1_int_unique) where T.f1_int_unique > 0 group by (T.f2_int_btree) having count(distinct T.f6_bigint) is not null";
PreparedCommand "sel17" [];
PreparedCommand "sel17" [];
ErasePreparedCommand "sel17";
CreatePreparedCommand "sel18" "select min(distinct T.f7_float_unique),min( T.f6_bigint),avg(all T.f8_float_btree) from T where f1_int_unique > 0 group by (T.f2_int_btree) having sum(distinct T.f5_bigint_btree) is not null";
PreparedCommand "sel18" [];
PreparedCommand "sel18" [];
ErasePreparedCommand "sel18";
Command "select avg(distinct T.f7_float_unique),avg( T.f7_float_unique),max(distinct T.f9_float) from (select * from T order by f1_int_unique limit 10) as T having min( T.f7_float_unique) is not null";
CreatePreparedCommand "sel20" "select max( T.f8_float_btree),sum(all T.f6_bigint),min(distinct T.f7_float_unique) from T inner join T as Tjoin using (f1_int_unique) where T.f2_int_btree > 0 group by (T.f1_int_unique) having count(all T.f7_float_unique) is not null";
PreparedCommand "sel20" [];
PreparedCommand "sel20" [];
ErasePreparedCommand "sel20";
Command "select count(all T.f8_float_btree),count(distinct T.f7_float_unique),avg( T.f10_decimal_btree) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 group by (T.f2_int_btree) having max( T.f8_float_btree) is not null";
CreatePreparedCommand "sel22" "select sum(all T.f9_float),max( T.f6_bigint),min( T.f9_float) from (select * from T order by f1_int_unique limit 10) as T group by (T.f1_int_unique) having avg(distinct T.f8_float_btree) is not null";
PreparedCommand "sel22" [];
PreparedCommand "sel22" [];
ErasePreparedCommand "sel22";
CreatePreparedCommand "sel23" "select min( T.f9_float),count(all T.f7_float_unique),sum(all T.f11_decimal_unique) from T where f1_int_unique > 0 group by (T.f1_int_unique) having min(all T.f9_float) is not null";
PreparedCommand "sel23" [];
PreparedCommand "sel23" [];
ErasePreparedCommand "sel23";
Command "select max(distinct T.f9_float),avg(distinct T.f8_float_btree),count(distinct T.f10_decimal_btree) from T inner join T as Tjoin using (f1_int_unique) where T.f1_int_unique > 0 having sum( T.f10_decimal_btree) is not null";
Command "select sum( T.f10_decimal_btree),min( T.f8_float_btree),max( T.f11_decimal_unique) from T inner join T as Tjoin using (f1_int_unique) group by (T.f2_int_btree) having max(all T.f11_decimal_unique) is not null";
CreatePreparedCommand "sel26" "select min(distinct T.f10_decimal_btree),max(distinct T.f9_float),min(all T.f10_decimal_btree) from T inner join T as Tjoin using (f1_int_unique) where T.f2_int_btree > 0 having min(distinct T.f9_float) is not null";
PreparedCommand "sel26" [];
PreparedCommand "sel26" [];
ErasePreparedCommand "sel26";
CreatePreparedCommand "sel27" "select count(all T.f11_decimal_unique),sum(all T.f8_float_btree),avg(distinct T.f12_decimal) from (select * from T order by f1_int_unique limit 10) as T group by (T.f2_int_btree) having min(distinct T.f9_float) is not null";
PreparedCommand "sel27" [];
PreparedCommand "sel27" [];
ErasePreparedCommand "sel27";
Command "select avg( T.f11_decimal_unique),max( T.f9_float),sum( T.f13_decimal_unique) from T where f2_int_btree > 0 group by (T.f1_int_unique) having avg( T.f10_decimal_btree) is not null";
CreatePreparedCommand "sel29" "select sum(distinct T.f12_decimal),avg(all T.f10_decimal_btree),min(all T.f12_decimal) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 group by (T.f1_int_unique) having max(all T.f10_decimal_btree) is not null";
PreparedCommand "sel29" [];
PreparedCommand "sel29" [];
ErasePreparedCommand "sel29";
CreatePreparedCommand "sel30" "select max(all T.f12_decimal),sum(distinct T.f11_decimal_unique),avg(distinct T.f13_decimal_unique) from T where f1_int_unique > 0 having count(distinct T.f11_decimal_unique) is not null";
PreparedCommand "sel30" [];
PreparedCommand "sel30" [];
ErasePreparedCommand "sel30";
Command "select count( T.f12_decimal),min( T.f12_decimal),max( T.f14_decimal_btree) from T inner join T as Tjoin using (f1_int_unique) group by (T.f2_int_btree) having avg( T.f12_decimal) is not null";
Command "select max(all T.f13_decimal_unique),max(distinct T.f10_decimal_btree),sum(distinct T.f14_decimal_btree) from T having sum(distinct T.f13_decimal_unique) is not null";
Command "select min(distinct T.f13_decimal_unique),count( T.f11_decimal_unique),min( T.f12_decimal) from (select * from T order by f1_int_unique limit 10) as T where f1_int_unique > 0 group by (T.f1_int_unique) having avg( T.f12_decimal) is not null";
CreatePreparedCommand "sel34" "select sum( T.f13_decimal_unique),avg(all T.f12_decimal),count(all T.f15_decimal) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 group by (T.f2_int_btree) having count(all T.f14_decimal_btree) is not null";
PreparedCommand "sel34" [];
PreparedCommand "sel34" [];
ErasePreparedCommand "sel34";
CreatePreparedCommand "sel35" "select avg(distinct T.f14_decimal_btree),sum(distinct T.f13_decimal_unique),min(all T.f14_decimal_btree) from T where f1_int_unique > 0 group by (T.f1_int_unique) having max( T.f14_decimal_btree) is not null";
PreparedCommand "sel35" [];
PreparedCommand "sel35" [];
ErasePreparedCommand "sel35";
Command "select max(all T.f14_decimal_btree),max(all T.f14_decimal_btree),avg(distinct T.f15_decimal) from T inner join T as Tjoin using (f1_int_unique) having sum(distinct T.f12_decimal) is not null";
CreatePreparedCommand "sel37" "select sum( T.f15_decimal),avg(all T.f13_decimal_unique),max( T.f16_char_unique) from T inner join T as Tjoin using (f1_int_unique) where T.f2_int_btree > 0 group by (T.f2_int_btree) having min(all T.f13_decimal_unique) is not null";
PreparedCommand "sel37" [];
PreparedCommand "sel37" [];
ErasePreparedCommand "sel37";
Command "select count(all T.f15_decimal),count( T.f14_decimal_btree),max(distinct T.f17_char_btree) from (select * from T order by f1_int_unique limit 10) as T where f1_int_unique > 0 group by (T.f1_int_unique) having sum(distinct T.f14_decimal_btree) is not null";
Command "select max( T.f16_char_unique),max( T.f13_decimal_unique),count( T.f17_char_btree) from (select * from T order by f1_int_unique limit 10) as T having count(all T.f15_decimal) is not null";
CreatePreparedCommand "sel40" "select min(distinct T.f16_char_unique),avg(distinct T.f14_decimal_btree),max(all T.f16_char_unique) from T where f1_int_unique > 0 group by (T.f2_int_btree) having max( T.f16_char_unique) is not null";
PreparedCommand "sel40" [];
PreparedCommand "sel40" [];
ErasePreparedCommand "sel40";
Command "select max(all T.f17_char_btree),min(distinct T.f15_decimal),min(distinct T.f16_char_unique) from (select * from T order by f1_int_unique limit 10) as T where f1_int_unique > 0 group by (T.f1_int_unique) having sum(distinct T.f15_decimal) is not null";
CreatePreparedCommand "sel42" "select max(distinct T.f17_char_btree),max(all T.f16_char_unique),max(all T.f17_char_btree) from T inner join T as Tjoin using (f1_int_unique) where T.f2_int_btree > 0 having max(all T.f16_char_unique) is not null";
PreparedCommand "sel42" [];
PreparedCommand "sel42" [];
ErasePreparedCommand "sel42";
Command "select max( T.f18_char),count( T.f15_decimal),max( T.f18_char) from T having max(all T.f16_char_unique) is not null";
CreatePreparedCommand "sel44" "select min(all T.f18_char),max(all T.f16_char_unique),max(distinct T.f19_nchar) from T inner join T as Tjoin using (f1_int_unique) where T.f2_int_btree > 0 group by (T.f2_int_btree) having max( T.f15_decimal) is not null";
PreparedCommand "sel44" [];
PreparedCommand "sel44" [];
ErasePreparedCommand "sel44";
CreatePreparedCommand "sel45" "select max(distinct T.f19_nchar),max(distinct T.f15_decimal),count(all T.f19_nchar) from T where f1_int_unique > 0 group by (T.f2_int_btree) having min( T.f17_char_btree) is not null";
PreparedCommand "sel45" [];
PreparedCommand "sel45" [];
ErasePreparedCommand "sel45";
Command "select count( T.f19_nchar),min(distinct T.f16_char_unique),min( T.f18_char) from (select * from T order by f1_int_unique limit 10) as T group by (T.f1_int_unique) having max(distinct T.f18_char) is not null";
CreatePreparedCommand "sel47" "select min(all T.f20_nchar_unique),max(all T.f17_char_btree),max(distinct T.f18_char) from T inner join T as Tjoin using (f1_int_unique) where T.f2_int_btree > 0 having max(distinct T.f17_char_btree) is not null";
PreparedCommand "sel47" [];
PreparedCommand "sel47" [];
ErasePreparedCommand "sel47";
Command "select max(distinct T.f20_nchar_unique),count( T.f18_char),max(all T.f19_nchar) from (select * from T order by f1_int_unique limit 10) as T where f1_int_unique > 0 group by (T.f2_int_btree) having max(all T.f18_char) is not null";
CreatePreparedCommand "sel49" "select max(all T.f21_nchar_btree),max( T.f17_char_btree),count(distinct T.f20_nchar_unique) from T where f1_int_unique > 0 group by (T.f1_int_unique) having count( T.f18_char) is not null";
PreparedCommand "sel49" [];
PreparedCommand "sel49" [];
ErasePreparedCommand "sel49";
Command "select count( T.f21_nchar_btree),min(all T.f18_char),max( T.f21_nchar_btree) from T inner join T as Tjoin using (f1_int_unique) having max(all T.f17_char_btree) is not null";
Command "select max(distinct T.f22_bigint_unique),count(distinct T.f17_char_btree),min(all T.f21_nchar_btree) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 group by (T.f2_int_btree) having max( T.f19_nchar) is not null";
CreatePreparedCommand "sel52" "select min( T.f22_bigint_unique),max(distinct T.f18_char),max( T.f20_nchar_unique) from T group by (T.f1_int_unique) having max(distinct T.f20_nchar_unique) is not null";
PreparedCommand "sel52" [];
PreparedCommand "sel52" [];
ErasePreparedCommand "sel52";
Command "select count( *),min(all T.f19_nchar),max( T.f20_nchar_unique) from T inner join T as Tjoin using (f1_int_unique) where T.f2_int_btree > 0 having min(all T.f19_nchar) is not null";
CreatePreparedCommand "sel54" "select avg(all T.f1_int_unique),count( T.f19_nchar),count(distinct T.f21_nchar_btree) from T inner join T as Tjoin using (f1_int_unique) where T.f1_int_unique > 0 group by (T.f1_int_unique) having count(distinct T.f20_nchar_unique) is not null";
PreparedCommand "sel54" [];
PreparedCommand "sel54" [];
ErasePreparedCommand "sel54";
CreatePreparedCommand "sel55" "select sum( T.f4_bigint_unique),max( T.f20_nchar_unique),avg(distinct T.f22_bigint_unique) from T where f1_int_unique > 0 group by (T.f2_int_btree) having max(all T.f19_nchar) is not null";
PreparedCommand "sel55" [];
PreparedCommand "sel55" [];
ErasePreparedCommand "sel55";
Command "select max(distinct T.f6_bigint),min(distinct T.f21_nchar_btree),max( T.f22_bigint_unique) from T inner join T as Tjoin using (f1_int_unique) where T.f2_int_btree > 0 group by (T.f2_int_btree) having count(distinct T.f21_nchar_btree) is not null";
CreatePreparedCommand "sel58" "select min(distinct T.f8_float_btree),max( T.f21_nchar_btree),count(distinct T.f1_int_unique) from T having min(distinct T.f22_bigint_unique) is not null";
PreparedCommand "sel58" [];
PreparedCommand "sel58" [];
ErasePreparedCommand "sel58";
CreatePreparedCommand "sel59" "select count(all T.f10_decimal_btree),avg(all T.f22_bigint_unique),avg(all T.f2_int_btree) from T where f1_int_unique > 0 having max( T.f21_nchar_btree) is not null";
PreparedCommand "sel59" [];
PreparedCommand "sel59" [];
ErasePreparedCommand "sel59";
Command "select max(all T.f11_decimal_unique),min(distinct T.f22_bigint_unique),min( T.f3_int) from (select * from T order by f1_int_unique limit 10) as T where f1_int_unique > 0 group by (T.f2_int_btree) having count(all T.f22_bigint_unique) is not null";
Command "select max(distinct T.f15_decimal),sum(distinct T.f9_float),avg(all T.f5_bigint_btree) from T inner join T as Tjoin using (f1_int_unique) having max(all T.f2_int_btree) is not null";
Command "select count( T.f16_char_unique),count( T.f10_decimal_btree),avg(distinct T.f6_bigint) from T inner join T as Tjoin using (f1_int_unique) where T.f1_int_unique > 0 group by (T.f1_int_unique) having avg( T.f3_int) is not null";
CreatePreparedCommand "sel64" "select max( T.f17_char_btree),max(all T.f11_decimal_unique),count(distinct T.f8_float_btree) from (select * from T order by f1_int_unique limit 10) as T group by (T.f2_int_btree) having max( T.f6_bigint) is not null";
PreparedCommand "sel64" [];
PreparedCommand "sel64" [];
ErasePreparedCommand "sel64";
Command "select max(distinct T.f18_char),sum(distinct T.f12_decimal),sum(all T.f9_float) from T inner join T as Tjoin using (f1_int_unique) where T.f1_int_unique > 0 group by (T.f1_int_unique) having sum(all T.f5_bigint_btree) is not null";
CreatePreparedCommand "sel66" "select min(all T.f19_nchar),max(distinct T.f19_nchar),avg(all T.f11_decimal_unique) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 having avg( T.f7_float_unique) is not null";
PreparedCommand "sel66" [];
PreparedCommand "sel66" [];
ErasePreparedCommand "sel66";
CreatePreparedCommand "sel67" "select min(distinct T.f20_nchar_unique),max(all T.f20_nchar_unique),count(all T.f13_decimal_unique) from T inner join T as Tjoin using (f1_int_unique) group by (T.f1_int_unique) having sum(all T.f8_float_btree) is not null";
PreparedCommand "sel67" [];
PreparedCommand "sel67" [];
ErasePreparedCommand "sel67";
CreatePreparedCommand "sel68" "select max(distinct T.f21_nchar_btree),count(distinct T.f21_nchar_btree),min(all T.f15_decimal) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 group by (T.f1_int_unique) having avg( T.f11_decimal_unique) is not null";
PreparedCommand "sel68" [];
PreparedCommand "sel68" [];
ErasePreparedCommand "sel68";
CreatePreparedCommand "sel69" "select avg(distinct T.f22_bigint_unique),sum( T.f22_bigint_unique),count(distinct T.f22_bigint_unique) from (select * from T order by f1_int_unique limit 10) as T group by (T.f1_int_unique) having max( T.f13_decimal_unique) is not null";
PreparedCommand "sel69" [];
PreparedCommand "sel69" [];
ErasePreparedCommand "sel69";
Command "select sum( T.f22_bigint_unique),sum(all T.f3_int),sum(all T.f10_decimal_btree) from (select * from T order by f1_int_unique limit 10) as T group by (T.f1_int_unique) having count(all T.f21_nchar_btree) is not null";
Command "select count( T.f1_int_unique),avg(all T.f9_float),sum(distinct T.f4_bigint_unique) from T inner join T as Tjoin using (f1_int_unique) group by (T.f1_int_unique) having sum( T.f22_bigint_unique) is not null";
CreatePreparedCommand "sel72" "select min(all T.f3_int),min(distinct T.f1_int_unique),count(distinct T.f9_float) from T where f2_int_btree > 0 group by (T.f2_int_btree) having count(all T.f12_decimal) is not null";
PreparedCommand "sel72" [];
PreparedCommand "sel72" [];
ErasePreparedCommand "sel72";
CreatePreparedCommand "sel74" "select max(all T.f20_nchar_unique),max( T.f12_decimal),min( T.f5_bigint_btree) from T where f2_int_btree > 0 having min(distinct T.f3_int) is not null";
PreparedCommand "sel74" [];
PreparedCommand "sel74" [];
ErasePreparedCommand "sel74";
CreatePreparedCommand "sel76" "select avg( T.f2_int_btree),max(distinct T.f6_bigint),count( T.f19_nchar) from T inner join T as Tjoin using (f1_int_unique) having max(distinct T.f4_bigint_unique) is not null";
PreparedCommand "sel76" [];
PreparedCommand "sel76" [];
ErasePreparedCommand "sel76";
Command "select max(all T.f16_char_unique),min(all T.f8_float_btree),avg( T.f7_float_unique) from T where f2_int_btree > 0 having min(distinct T.f14_decimal_btree) is not null";
Command "select max(all T.f19_nchar),count( T.f9_float),max(distinct T.f8_float_btree) from (select * from T order by f1_int_unique limit 10) as T where f1_int_unique > 0 group by (T.f1_int_unique) having count(distinct T.f16_char_unique) is not null";
Command "select count(all T.f1_int_unique),count(all T.f11_decimal_unique),avg(all T.f14_decimal_btree) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 having min(all T.f5_bigint_btree) is not null";
Command "select count( T.f22_bigint_unique),min( T.f14_decimal_btree),count( T.f12_decimal) from T where f2_int_btree > 0 having min(all T.f6_bigint) is not null";
Command "select avg( T.f3_int),min( T.f17_char_btree),max( T.f15_decimal) from T group by (T.f1_int_unique) having sum( T.f9_float) is not null";
CreatePreparedCommand "sel83" "select min(all T.f4_bigint_unique),max(distinct T.f18_char),min(all T.f17_char_btree) from T inner join T as Tjoin using (f1_int_unique) where T.f2_int_btree > 0 group by (T.f2_int_btree) having min( T.f10_decimal_btree) is not null";
PreparedCommand "sel83" [];
PreparedCommand "sel83" [];
ErasePreparedCommand "sel83";
CreatePreparedCommand "sel84" "select max(all T.f5_bigint_btree),max(all T.f19_nchar),sum( T.f22_bigint_unique) from T having max(distinct T.f18_char) is not null";
PreparedCommand "sel84" [];
PreparedCommand "sel84" [];
ErasePreparedCommand "sel84";
Command "select count(distinct T.f6_bigint),count(distinct T.f20_nchar_unique),max(all T.f20_nchar_unique) from T where f1_int_unique > 0 group by (T.f2_int_btree) having avg(distinct T.f15_decimal) is not null";
Command "select min(all T.f7_float_unique),max(all T.f21_nchar_btree),sum(distinct T.f2_int_btree) from (select * from T order by f1_int_unique limit 10) as T group by (T.f1_int_unique) having max(distinct T.f19_nchar) is not null";
Command "select max(all T.f20_nchar_unique),min(distinct T.f13_decimal_unique),max(distinct T.f3_int) from T where f1_int_unique > 0 group by (T.f2_int_btree) having avg(distinct T.f4_bigint_unique) is not null";
Command "select max( T.f19_nchar),avg(all T.f5_bigint_btree),max(distinct T.f16_char_unique) from T having count(all T.f8_float_btree) is not null";
CreatePreparedCommand "sel91" "select count( T.f6_bigint),avg(all T.f15_decimal),avg(distinct T.f11_decimal_unique) from T inner join T as Tjoin using (f1_int_unique) where T.f1_int_unique > 0 having count(distinct T.f13_decimal_unique) is not null";
PreparedCommand "sel91" [];
PreparedCommand "sel91" [];
ErasePreparedCommand "sel91";
Command "select sum( T.f8_float_btree),count( T.f16_char_unique),max(all T.f13_decimal_unique) from (select * from T order by f1_int_unique limit 10) as T where f1_int_unique > 0 group by (T.f2_int_btree) having min(all T.f20_nchar_unique) is not null";
Command "select sum(distinct T.f9_float),max(distinct T.f21_nchar_btree),avg(all T.f4_bigint_unique) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 group by (T.f2_int_btree) having count(all T.f3_int) is not null";
CreatePreparedCommand "sel94" "select avg( T.f15_decimal),sum( T.f1_int_unique),max(all T.f10_decimal_btree) from T where f2_int_btree > 0 group by (T.f1_int_unique) having avg( T.f22_bigint_unique) is not null";
PreparedCommand "sel94" [];
PreparedCommand "sel94" [];
ErasePreparedCommand "sel94";
CreatePreparedCommand "sel96" "select max( T.f21_nchar_btree),max(distinct T.f7_float_unique),count(distinct T.f8_float_btree) from T inner join T as Tjoin using (f1_int_unique) group by (T.f2_int_btree) having min(distinct T.f21_nchar_btree) is not null";
PreparedCommand "sel96" [];
PreparedCommand "sel96" [];
ErasePreparedCommand "sel96";
CreatePreparedCommand "sel97" "select min( T.f2_int_btree),count(all T.f8_float_btree),sum(all T.f9_float) from T inner join T as Tjoin using (f1_int_unique) where T.f2_int_btree > 0 group by (T.f2_int_btree) having max( T.f18_char) is not null";
PreparedCommand "sel97" [];
PreparedCommand "sel97" [];
ErasePreparedCommand "sel97";
CreatePreparedCommand "sel98" "select count(all T.f22_bigint_unique),min(distinct T.f10_decimal_btree),max( T.f1_int_unique) from T inner join T as Tjoin using (f1_int_unique) where T.f1_int_unique > 0 group by (T.f2_int_btree) having max(distinct T.f7_float_unique) is not null";
PreparedCommand "sel98" [];
PreparedCommand "sel98" [];
ErasePreparedCommand "sel98";
CreatePreparedCommand "sel100" "select avg(distinct T.f13_decimal_unique),max( T.f19_nchar),avg(all T.f3_int) from T inner join T as Tjoin using (f1_int_unique) group by (T.f2_int_btree) having min(distinct T.f10_decimal_btree) is not null";
PreparedCommand "sel100" [];
PreparedCommand "sel100" [];
ErasePreparedCommand "sel100";
Command "select count(distinct T.f14_decimal_btree),max(distinct T.f20_nchar_unique),max(distinct T.f7_float_unique) from (select * from T order by f1_int_unique limit 10) as T group by (T.f2_int_btree) having avg( T.f2_int_btree) is not null";
CreatePreparedCommand "sel102" "select max(distinct T.f18_char),max(distinct T.f22_bigint_unique),min(all T.f11_decimal_unique) from T inner join T as Tjoin using (f1_int_unique) where T.f2_int_btree > 0 having count(distinct T.f12_decimal) is not null";
PreparedCommand "sel102" [];
PreparedCommand "sel102" [];
ErasePreparedCommand "sel102";
Command "select min(distinct T.f1_int_unique),count(distinct T.f2_int_btree),min(all T.f22_bigint_unique) from T where f1_int_unique > 0 having min( T.f1_int_unique) is not null";
CreatePreparedCommand "sel105" "select min(distinct T.f5_bigint_btree),max( T.f8_float_btree),min(all T.f21_nchar_btree) from T where f1_int_unique > 0 group by (T.f1_int_unique) having count(all T.f13_decimal_unique) is not null";
PreparedCommand "sel105" [];
PreparedCommand "sel105" [];
ErasePreparedCommand "sel105";
CreatePreparedCommand "sel106" "select avg( T.f14_decimal_btree),count( T.f11_decimal_unique),max( T.f16_char_unique) from T inner join T as Tjoin using (f1_int_unique) where T.f2_int_btree > 0 group by (T.f1_int_unique) having max(all T.f21_nchar_btree) is not null";
PreparedCommand "sel106" [];
PreparedCommand "sel106" [];
ErasePreparedCommand "sel106";
CreatePreparedCommand "sel107" "select count(distinct T.f20_nchar_unique),sum( T.f15_decimal),sum( T.f15_decimal) from (select * from T order by f1_int_unique limit 10) as T where f1_int_unique > 0 group by (T.f1_int_unique) having max( T.f6_bigint) is not null";
PreparedCommand "sel107" [];
PreparedCommand "sel107" [];
ErasePreparedCommand "sel107";
Command "select max(distinct T.f4_bigint_unique),count(distinct T.f12_decimal),count(distinct T.f20_nchar_unique) from (select * from T order by f1_int_unique limit 10) as T having max(all T.f9_float) is not null";
CreatePreparedCommand "sel109" "select avg(distinct T.f11_decimal_unique),count(distinct T.f16_char_unique),count(distinct T.f1_int_unique) from T group by (T.f1_int_unique) having count( T.f19_nchar) is not null";
PreparedCommand "sel109" [];
PreparedCommand "sel109" [];
ErasePreparedCommand "sel109";
CreatePreparedCommand "sel111" "select max(distinct T.f16_char_unique),max(all T.f18_char),min(distinct T.f14_decimal_btree) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 group by (T.f1_int_unique) having count(distinct T.f6_bigint) is not null";
PreparedCommand "sel111" [];
PreparedCommand "sel111" [];
ErasePreparedCommand "sel111";
CreatePreparedCommand "sel112" "select max(all T.f21_nchar_btree),max(all T.f20_nchar_unique),min( T.f6_bigint) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 having count(distinct T.f5_bigint_btree) is not null";
PreparedCommand "sel112" [];
PreparedCommand "sel112" [];
ErasePreparedCommand "sel112";
CreatePreparedCommand "sel113" "select sum( T.f3_int),max(all T.f21_nchar_btree),min(all T.f18_char) from T inner join T as Tjoin using (f1_int_unique) where T.f1_int_unique > 0 group by (T.f1_int_unique) having min( T.f15_decimal) is not null";
PreparedCommand "sel113" [];
PreparedCommand "sel113" [];
ErasePreparedCommand "sel113";
CreatePreparedCommand "sel114" "select min(all T.f4_bigint_unique),avg(all T.f9_float),count( T.f3_int) from (select * from T order by f1_int_unique limit 10) as T where f1_int_unique > 0 group by (T.f1_int_unique) having sum( T.f3_int) is not null";
PreparedCommand "sel114" [];
PreparedCommand "sel114" [];
ErasePreparedCommand "sel114";
CreatePreparedCommand "sel115" "select avg(distinct T.f8_float_btree),min(all T.f14_decimal_btree),min( T.f4_bigint_unique) from T inner join T as Tjoin using (f1_int_unique) having avg(distinct T.f10_decimal_btree) is not null";
PreparedCommand "sel115" [];
PreparedCommand "sel115" [];
ErasePreparedCommand "sel115";
Command "select count( T.f9_float),max(all T.f19_nchar),count(distinct T.f5_bigint_btree) from T where f2_int_btree > 0 group by (T.f2_int_btree) having sum(all T.f11_decimal_unique) is not null";
CreatePreparedCommand "sel119" "select count( T.f12_decimal),min( T.f1_int_unique),max(distinct T.f19_nchar) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 having min(distinct T.f8_float_btree) is not null";
PreparedCommand "sel119" [];
PreparedCommand "sel119" [];
ErasePreparedCommand "sel119";
Command "select min(all T.f12_decimal),max(all T.f7_float_unique),min(all T.f20_nchar_unique) from T inner join T as Tjoin using (f1_int_unique) where T.f2_int_btree > 0 group by (T.f2_int_btree) having max( T.f16_char_unique) is not null";
CreatePreparedCommand "sel121" "select count(all T.f13_decimal_unique),min(all T.f13_decimal_unique),max(distinct T.f21_nchar_btree) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 group by (T.f1_int_unique) having max(distinct T.f16_char_unique) is not null";
PreparedCommand "sel121" [];
PreparedCommand "sel121" [];
ErasePreparedCommand "sel121";
Command "select min(distinct T.f15_decimal),avg(distinct T.f10_decimal_btree),count( T.f21_nchar_btree) from T having min( T.f18_char) is not null";
Command "select max(distinct T.f17_char_btree),count( T.f13_decimal_unique),max( T.f11_decimal_unique) from T group by (T.f1_int_unique) having max( T.f17_char_btree) is not null";
Command "select count( T.f21_nchar_btree),max(all T.f2_int_btree),avg( T.f9_float) from T where f1_int_unique > 0 having max(distinct T.f20_nchar_unique) is not null";
CreatePreparedCommand "sel125" "select sum(distinct T.f5_bigint_btree),count(distinct T.f5_bigint_btree),avg( T.f2_int_btree) from T inner join T as Tjoin using (f1_int_unique) group by (T.f1_int_unique) having max(distinct T.f22_bigint_unique) is not null";
PreparedCommand "sel125" [];
PreparedCommand "sel125" [];
ErasePreparedCommand "sel125";
CreatePreparedCommand "sel126" "select max(all T.f7_float_unique),sum(distinct T.f3_int),max(all T.f12_decimal) from T inner join T as Tjoin using (f1_int_unique) where T.f2_int_btree > 0 group by (T.f2_int_btree) having count(all T.f17_char_btree) is not null";
PreparedCommand "sel126" [];
PreparedCommand "sel126" [];
ErasePreparedCommand "sel126";
Command "select sum(distinct T.f15_decimal),min( T.f7_float_unique),min( T.f13_decimal_unique) from (select * from T order by f1_int_unique limit 10) as T where f1_int_unique > 0 group by (T.f2_int_btree) having count(distinct T.f1_int_unique) is not null";
CreatePreparedCommand "sel129" "select count(all T.f16_char_unique),avg(distinct T.f11_decimal_unique),max(all T.f22_bigint_unique) from T inner join T as Tjoin using (f1_int_unique) group by (T.f2_int_btree) having sum(all T.f10_decimal_btree) is not null";
PreparedCommand "sel129" [];
PreparedCommand "sel129" [];
ErasePreparedCommand "sel129";
Command "select max(all T.f17_char_btree),sum(distinct T.f14_decimal_btree),max(all T.f21_nchar_btree) from T inner join T as Tjoin using (f1_int_unique) where T.f2_int_btree > 0 group by (T.f2_int_btree) having count(all T.f9_float) is not null";
Command "select max(distinct T.f19_nchar),max( T.f18_char),sum(all T.f1_int_unique) from T inner join T as Tjoin using (f1_int_unique) where T.f2_int_btree > 0 having max(all T.f11_decimal_unique) is not null";
CreatePreparedCommand "sel132" "select count(all T.f4_bigint_unique),count( T.f22_bigint_unique),max(all T.f16_char_unique) from T inner join T as Tjoin using (f1_int_unique) having avg(distinct T.f6_bigint) is not null";
PreparedCommand "sel132" [];
PreparedCommand "sel132" [];
ErasePreparedCommand "sel132";
Command "select min(distinct T.f2_int_btree),min( T.f9_float),count( T.f14_decimal_btree) from T where f1_int_unique > 0 group by (T.f2_int_btree) having max(all T.f21_nchar_btree) is not null";
CreatePreparedCommand "sel134" "select min( T.f6_bigint),count( *),avg(all T.f5_bigint_btree) from (select * from T order by f1_int_unique limit 10) as T where f1_int_unique > 0 group by (T.f1_int_unique) having sum( T.f7_float_unique) is not null";
PreparedCommand "sel134" [];
PreparedCommand "sel134" [];
ErasePreparedCommand "sel134";
Command "select min(all T.f10_decimal_btree),count(distinct T.f6_bigint),sum( T.f15_decimal) from T where f2_int_btree > 0 group by (T.f2_int_btree) having avg( T.f13_decimal_unique) is not null";
Command "select min(all T.f14_decimal_btree),max(all T.f12_decimal),min(all T.f12_decimal) from T where f1_int_unique > 0 having max(distinct T.f20_nchar_unique) is not null";
CreatePreparedCommand "sel138" "select count(all T.f18_char),max(distinct T.f17_char_btree),count(distinct T.f13_decimal_unique) from T inner join T as Tjoin using (f1_int_unique) group by (T.f2_int_btree) having sum(all T.f4_bigint_unique) is not null";
PreparedCommand "sel138" [];
PreparedCommand "sel138" [];
ErasePreparedCommand "sel138";
Command "select min( T.f5_bigint_btree),sum(distinct T.f15_decimal),count(distinct T.f4_bigint_unique) from T where f2_int_btree > 0 group by (T.f2_int_btree) having min(all T.f12_decimal) is not null";
Command "select max(all T.f22_bigint_unique),max( T.f16_char_unique),count(distinct T.f11_decimal_unique) from T inner join T as Tjoin using (f1_int_unique) where T.f1_int_unique > 0 having sum(distinct T.f14_decimal_btree) is not null";
Command "select max(distinct T.f21_nchar_btree),max( T.f19_nchar),max( T.f16_char_unique) from (select * from T order by f1_int_unique limit 10) as T where f1_int_unique > 0 group by (T.f2_int_btree) having avg( T.f9_float) is not null";
Command "select count( T.f18_char),min( T.f21_nchar_btree),count( T.f16_char_unique) from T where f1_int_unique > 0 having count(distinct T.f10_decimal_btree) is not null";
Command "select max( T.f20_nchar_unique),min( T.f4_bigint_unique),avg( T.f10_decimal_btree) from T group by (T.f2_int_btree) having count(distinct T.f15_decimal) is not null";
Command "select sum(all T.f6_bigint),max(all T.f18_char),count(distinct T.f4_bigint_unique) from T group by (T.f2_int_btree) having max(all T.f14_decimal_btree) is not null";
CreatePreparedCommand "sel145" "select max( T.f1_int_unique),min(distinct T.f5_bigint_btree),max(all T.f19_nchar) from (select * from T order by f1_int_unique limit 10) as T group by (T.f1_int_unique) having min(all T.f16_char_unique) is not null";
PreparedCommand "sel145" [];
PreparedCommand "sel145" [];
ErasePreparedCommand "sel145";
Command "select avg( T.f7_float_unique),sum( T.f10_decimal_btree),max(all T.f19_nchar) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 group by (T.f1_int_unique) having count( T.f12_decimal) is not null";
CreatePreparedCommand "sel147" "select min(distinct T.f15_decimal),count( T.f3_int),max(distinct T.f7_float_unique) from T where f1_int_unique > 0 having sum(all T.f15_decimal) is not null";
PreparedCommand "sel147" [];
PreparedCommand "sel147" [];
ErasePreparedCommand "sel147";
CreatePreparedCommand "sel148" "select avg(distinct T.f12_decimal),count(distinct T.f13_decimal_unique),avg(distinct T.f6_bigint) from T inner join T as Tjoin using (f1_int_unique) having max(all T.f18_char) is not null";
PreparedCommand "sel148" [];
PreparedCommand "sel148" [];
ErasePreparedCommand "sel148";
CreatePreparedCommand "sel149" "select count( T.f17_char_btree),min(all T.f7_float_unique),sum(all T.f22_bigint_unique) from T having avg(all T.f3_int) is not null";
PreparedCommand "sel149" [];
PreparedCommand "sel149" [];
ErasePreparedCommand "sel149";
CreatePreparedCommand "sel150" "select max(distinct T.f15_decimal),max(all T.f17_char_btree),sum(all T.f2_int_btree) from T where f2_int_btree > 0 having count(distinct T.f6_bigint) is not null";
PreparedCommand "sel150" [];
PreparedCommand "sel150" [];
ErasePreparedCommand "sel150";
Command "select count(all T.f7_float_unique),max( T.f13_decimal_unique),count(distinct T.f15_decimal) from T inner join T as Tjoin using (f1_int_unique) where T.f1_int_unique > 0 having min(distinct T.f2_int_btree) is not null";
Command "select sum( T.f14_decimal_btree),avg(distinct T.f1_int_unique),min( T.f17_char_btree) from (select * from T order by f1_int_unique limit 10) as T group by (T.f2_int_btree) having count(distinct T.f17_char_btree) is not null";
Command "select min( T.f17_char_btree),max( T.f20_nchar_unique),min( T.f1_int_unique) from T inner join T as Tjoin using (f1_int_unique) where T.f1_int_unique > 0 group by (T.f1_int_unique) having max(all T.f14_decimal_btree) is not null";
Command "select min( T.f6_bigint),sum(distinct T.f13_decimal_unique),max(all T.f18_char) from (select * from T order by f1_int_unique limit 10) as T group by (T.f2_int_btree) having count( T.f1_int_unique) is not null";
Command "select avg(distinct T.f6_bigint),avg(distinct T.f2_int_btree),max(distinct T.f17_char_btree) from T where f2_int_btree > 0 group by (T.f2_int_btree) having min(all T.f12_decimal) is not null";
CreatePreparedCommand "sel156" "select count(all T.f13_decimal_unique),avg(distinct T.f4_bigint_unique),max( T.f5_bigint_btree) from T inner join T as Tjoin using (f1_int_unique) where T.f1_int_unique > 0 having max(all T.f19_nchar) is not null";
PreparedCommand "sel156" [];
PreparedCommand "sel156" [];
ErasePreparedCommand "sel156";
CreatePreparedCommand "sel158" "select max( T.f10_decimal_btree),avg(all T.f12_decimal),max(distinct T.f8_float_btree) from (select * from T order by f1_int_unique limit 10) as T group by (T.f1_int_unique) having count( T.f1_int_unique) is not null";
PreparedCommand "sel158" [];
PreparedCommand "sel158" [];
ErasePreparedCommand "sel158";
CreatePreparedCommand "sel159" "select max(distinct T.f2_int_btree),min(distinct T.f19_nchar),max(distinct T.f17_char_btree) from (select * from T order by f1_int_unique limit 10) as T group by (T.f1_int_unique) having count( T.f5_bigint_btree) is not null";
PreparedCommand "sel159" [];
PreparedCommand "sel159" [];
ErasePreparedCommand "sel159";
Command "select avg( T.f11_decimal_unique),max( T.f21_nchar_btree),count(all T.f20_nchar_unique) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 having sum(distinct T.f1_int_unique) is not null";
Command "select count(distinct T.f5_bigint_btree),min(all T.f2_int_btree),count( T.f8_float_btree) from (select * from T order by f1_int_unique limit 10) as T having avg(distinct T.f7_float_unique) is not null";
Command "select max( T.f18_char),max(all T.f2_int_btree),avg(distinct T.f12_decimal) from (select * from T order by f1_int_unique limit 10) as T where f1_int_unique > 0 having max( T.f21_nchar_btree) is not null";
CreatePreparedCommand "sel164" "select min( T.f21_nchar_btree),count(distinct T.f3_int),avg(all T.f14_decimal_btree) from T inner join T as Tjoin using (f1_int_unique) where T.f1_int_unique > 0 group by (T.f2_int_btree) having min(all T.f8_float_btree) is not null";
PreparedCommand "sel164" [];
PreparedCommand "sel164" [];
ErasePreparedCommand "sel164";
Command "select avg( T.f2_int_btree),sum( T.f7_float_unique),avg(all T.f12_decimal) from (select * from T order by f1_int_unique limit 10) as T group by (T.f1_int_unique) having max(distinct T.f19_nchar) is not null";
CreatePreparedCommand "sel166" "select min( T.f11_decimal_unique),count(all T.f17_char_btree),min( T.f9_float) from (select * from T order by f1_int_unique limit 10) as T having min(all T.f2_int_btree) is not null";
PreparedCommand "sel166" [];
PreparedCommand "sel166" [];
ErasePreparedCommand "sel166";
CreatePreparedCommand "sel167" "select avg( T.f1_int_unique),max(distinct T.f8_float_btree),sum(all T.f8_float_btree) from T having avg( T.f8_float_btree) is not null";
PreparedCommand "sel167" [];
PreparedCommand "sel167" [];
ErasePreparedCommand "sel167";
CreatePreparedCommand "sel168" "select max(all T.f12_decimal),min( T.f9_float),count(all T.f9_float) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 group by (T.f2_int_btree) having count(distinct T.f13_decimal_unique) is not null";
PreparedCommand "sel168" [];
PreparedCommand "sel168" [];
ErasePreparedCommand "sel168";
CreatePreparedCommand "sel171" "select max(all T.f17_char_btree),count( T.f12_decimal),avg(distinct T.f3_int) from T where f2_int_btree > 0 group by (T.f1_int_unique) having min(distinct T.f21_nchar_btree) is not null";
PreparedCommand "sel171" [];
PreparedCommand "sel171" [];
ErasePreparedCommand "sel171";
CreatePreparedCommand "sel172" "select sum(distinct T.f3_int),max(all T.f19_nchar),min( T.f14_decimal_btree) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 having max(distinct T.f16_char_unique) is not null";
PreparedCommand "sel172" [];
PreparedCommand "sel172" [];
ErasePreparedCommand "sel172";
Command "select max( T.f19_nchar),sum(all T.f22_bigint_unique),sum(distinct T.f13_decimal_unique) from T inner join T as Tjoin using (f1_int_unique) where T.f2_int_btree > 0 group by (T.f2_int_btree) having min( T.f15_decimal) is not null";
CreatePreparedCommand "sel174" "select max(all T.f13_decimal_unique),avg(all T.f15_decimal),sum(all T.f22_bigint_unique) from T inner join T as Tjoin using (f1_int_unique) group by (T.f1_int_unique) having count( T.f20_nchar_unique) is not null";
PreparedCommand "sel174" [];
PreparedCommand "sel174" [];
ErasePreparedCommand "sel174";
Command "select avg( T.f9_float),sum( T.f14_decimal_btree),min(distinct T.f2_int_btree) from (select * from T order by f1_int_unique limit 10) as T where f1_int_unique > 0 having max( T.f17_char_btree) is not null";
Command "select count( T.f20_nchar_unique),sum(distinct T.f6_bigint),max(distinct T.f16_char_unique) from (select * from T order by f1_int_unique limit 10) as T where f1_int_unique > 0 having avg(all T.f14_decimal_btree) is not null";
CreatePreparedCommand "sel177" "select count( T.f13_decimal_unique),avg(all T.f5_bigint_btree),min(distinct T.f1_int_unique) from T group by (T.f2_int_btree) having sum( T.f9_float) is not null";
PreparedCommand "sel177" [];
PreparedCommand "sel177" [];
ErasePreparedCommand "sel177";
Command "select avg(distinct T.f8_float_btree),sum(all T.f4_bigint_unique),count(distinct T.f22_bigint_unique) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 having min( T.f16_char_unique) is not null";
CreatePreparedCommand "sel179" "select max(distinct T.f5_bigint_btree),count( T.f11_decimal_unique),sum(distinct T.f11_decimal_unique) from (select * from T order by f1_int_unique limit 10) as T group by (T.f2_int_btree) having count( T.f10_decimal_btree) is not null";
PreparedCommand "sel179" [];
PreparedCommand "sel179" [];
ErasePreparedCommand "sel179";
CreatePreparedCommand "sel180" "select count( T.f8_float_btree),max( T.f18_char),sum( T.f3_int) from T where f1_int_unique > 0 group by (T.f2_int_btree) having avg( T.f5_bigint_btree) is not null";
PreparedCommand "sel180" [];
PreparedCommand "sel180" [];
ErasePreparedCommand "sel180";
Command "select count(all T.f4_bigint_unique),max(distinct T.f21_nchar_btree),avg(all T.f7_float_unique) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 group by (T.f2_int_btree) having max(all T.f18_char) is not null";
CreatePreparedCommand "sel183" "select max(all T.f19_nchar),avg(all T.f2_int_btree),min( T.f15_decimal) from T inner join T as Tjoin using (f1_int_unique) where T.f2_int_btree > 0 group by (T.f2_int_btree) having sum(all T.f22_bigint_unique) is not null";
PreparedCommand "sel183" [];
PreparedCommand "sel183" [];
ErasePreparedCommand "sel183";
Command "select avg( T.f4_bigint_unique),max(distinct T.f10_decimal_btree),min(all T.f18_char) from T inner join T as Tjoin using (f1_int_unique) where T.f1_int_unique > 0 group by (T.f2_int_btree) having max( T.f21_nchar_btree) is not null";
CreatePreparedCommand "sel185" "select sum(distinct T.f10_decimal_btree),min(distinct T.f3_int),sum(distinct T.f1_int_unique) from (select * from T order by f1_int_unique limit 10) as T where f1_int_unique > 0 having max( T.f3_int) is not null";
PreparedCommand "sel185" [];
PreparedCommand "sel185" [];
ErasePreparedCommand "sel185";
CreatePreparedCommand "sel186" "select avg(all T.f22_bigint_unique),count(all T.f11_decimal_unique),max(all T.f18_char) from T where f1_int_unique > 0 having min(distinct T.f22_bigint_unique) is not null";
PreparedCommand "sel186" [];
PreparedCommand "sel186" [];
ErasePreparedCommand "sel186";
Command "select avg(all T.f15_decimal),count(distinct T.f22_bigint_unique),count( T.f19_nchar) from T where f2_int_btree > 0 group by (T.f1_int_unique) having avg(all T.f7_float_unique) is not null";
Command "select max(distinct T.f20_nchar_unique),max(distinct T.f14_decimal_btree),count( *) from T inner join T as Tjoin using (f1_int_unique) where T.f1_int_unique > 0 group by (T.f1_int_unique) having min( T.f5_bigint_btree) is not null";
CreatePreparedCommand "sel189" "select sum(distinct T.f8_float_btree),max(distinct T.f1_int_unique),max( T.f21_nchar_btree) from T where f1_int_unique > 0 group by (T.f2_int_btree) having sum(distinct T.f11_decimal_unique) is not null";
PreparedCommand "sel189" [];
PreparedCommand "sel189" [];
ErasePreparedCommand "sel189";
Command "select sum( T.f13_decimal_unique),count(all T.f6_bigint),count( T.f13_decimal_unique) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 having avg(distinct T.f22_bigint_unique) is not null";
Command "select avg(all T.f3_int),sum(all T.f5_bigint_btree),max(distinct T.f21_nchar_btree) from (select * from T order by f1_int_unique limit 10) as T where f1_int_unique > 0 group by (T.f2_int_btree) having max( T.f5_bigint_btree) is not null";
CreatePreparedCommand "sel194" "select avg(all T.f10_decimal_btree),sum(all T.f10_decimal_btree),count( T.f20_nchar_unique) from T inner join T as Tjoin using (f1_int_unique) where T.f1_int_unique > 0 having min( T.f4_bigint_unique) is not null";
PreparedCommand "sel194" [];
PreparedCommand "sel194" [];
ErasePreparedCommand "sel194";
CreatePreparedCommand "sel195" "select sum(distinct T.f11_decimal_unique),sum( T.f14_decimal_btree),avg(all T.f5_bigint_btree) from T inner join T as Tjoin using (f1_int_unique) where T.f1_int_unique > 0 group by (T.f1_int_unique) having avg(all T.f13_decimal_unique) is not null";
PreparedCommand "sel195" [];
PreparedCommand "sel195" [];
ErasePreparedCommand "sel195";
Command "select max(all T.f16_char_unique),count(all T.f7_float_unique),max(distinct T.f4_bigint_unique) from T inner join T as Tjoin using (f1_int_unique) group by (T.f2_int_btree) having max( T.f13_decimal_unique) is not null";
CreatePreparedCommand "sel198" "select max(distinct T.f16_char_unique),min(all T.f15_decimal),count( T.f5_bigint_btree) from T inner join T as Tjoin using (f1_int_unique) where T.f2_int_btree > 0 having sum(all T.f8_float_btree) is not null";
PreparedCommand "sel198" [];
PreparedCommand "sel198" [];
ErasePreparedCommand "sel198";
CreatePreparedCommand "sel199" "select max(distinct T.f18_char),min(all T.f7_float_unique),count(all T.f7_float_unique) from T inner join T as Tjoin using (f1_int_unique) where T.f1_int_unique > 0 having max( T.f17_char_btree) is not null";
PreparedCommand "sel199" [];
PreparedCommand "sel199" [];
ErasePreparedCommand "sel199";
Command "select count( T.f19_nchar),count(distinct T.f8_float_btree),count( T.f17_char_btree) from T inner join T as Tjoin using (f1_int_unique) where T.f2_int_btree > 0 group by (T.f2_int_btree) having max( T.f3_int) is not null";
Command "select max(distinct T.f21_nchar_btree),avg( T.f9_float),sum( T.f7_float_unique) from T where f1_int_unique > 0 having sum(distinct T.f12_decimal) is not null";
CreatePreparedCommand "sel204" "select count( T.f1_int_unique),max( T.f17_char_btree),avg(distinct T.f11_decimal_unique) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 group by (T.f1_int_unique) having max(all T.f15_decimal) is not null";
PreparedCommand "sel204" [];
PreparedCommand "sel204" [];
ErasePreparedCommand "sel204";
Command "select sum(all T.f2_int_btree),max(all T.f17_char_btree),min(all T.f22_bigint_unique) from T where f1_int_unique > 0 having avg(all T.f8_float_btree) is not null";
CreatePreparedCommand "sel206" "select count(all T.f7_float_unique),min(distinct T.f19_nchar),sum( T.f6_bigint) from T inner join T as Tjoin using (f1_int_unique) where T.f1_int_unique > 0 group by (T.f1_int_unique) having avg( T.f22_bigint_unique) is not null";
PreparedCommand "sel206" [];
PreparedCommand "sel206" [];
ErasePreparedCommand "sel206";
CreatePreparedCommand "sel207" "select max( T.f9_float),count( T.f1_int_unique),max( T.f20_nchar_unique) from (select * from T order by f1_int_unique limit 10) as T where f1_int_unique > 0 having max( T.f2_int_btree) is not null";
PreparedCommand "sel207" [];
PreparedCommand "sel207" [];
ErasePreparedCommand "sel207";
Command "select max( T.f14_decimal_btree),min(distinct T.f4_bigint_unique),max( T.f18_char) from T where f1_int_unique > 0 group by (T.f1_int_unique) having max(distinct T.f10_decimal_btree) is not null";
Command "select min(distinct T.f15_decimal),min(distinct T.f5_bigint_btree),min( T.f15_decimal) from T where f1_int_unique > 0 group by (T.f1_int_unique) having min( T.f19_nchar) is not null";
CreatePreparedCommand "sel210" "select avg(all T.f22_bigint_unique),max(distinct T.f6_bigint),max( T.f17_char_btree) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 group by (T.f2_int_btree) having sum(all T.f2_int_btree) is not null";
PreparedCommand "sel210" [];
PreparedCommand "sel210" [];
ErasePreparedCommand "sel210";
Command "select max(all T.f10_decimal_btree),max(all T.f16_char_unique),min( T.f4_bigint_unique) from T where f2_int_btree > 0 group by (T.f1_int_unique) having count( T.f7_float_unique) is not null";
Command "select min(all T.f19_nchar),sum(all T.f12_decimal),sum(all T.f10_decimal_btree) from T having max(distinct T.f19_nchar) is not null";
Command "select min( T.f4_bigint_unique),sum( T.f1_int_unique),sum( T.f8_float_btree) from T where f1_int_unique > 0 having min(distinct T.f20_nchar_unique) is not null";
CreatePreparedCommand "sel214" "select sum(distinct T.f7_float_unique),avg(distinct T.f12_decimal),max( T.f1_int_unique) from T inner join T as Tjoin using (f1_int_unique) where T.f2_int_btree > 0 having count( T.f18_char) is not null";
PreparedCommand "sel214" [];
PreparedCommand "sel214" [];
ErasePreparedCommand "sel214";
Command "select max(distinct T.f14_decimal_btree),avg( T.f22_bigint_unique),max( T.f9_float) from T where f2_int_btree > 0 having max(all T.f9_float) is not null";
Command "select avg(all T.f15_decimal),max(distinct T.f20_nchar_unique),max(distinct T.f11_decimal_unique) from T where f2_int_btree > 0 group by (T.f2_int_btree) having count(all T.f3_int) is not null";
Command "select count( T.f17_char_btree),max(distinct T.f3_int),avg( T.f13_decimal_unique) from T where f2_int_btree > 0 group by (T.f1_int_unique) having max(all T.f18_char) is not null";
CreatePreparedCommand "sel219" "select min(all T.f18_char),count( T.f9_float),max( T.f6_bigint) from T where f2_int_btree > 0 having count(distinct T.f11_decimal_unique) is not null";
PreparedCommand "sel219" [];
PreparedCommand "sel219" [];
ErasePreparedCommand "sel219";
CreatePreparedCommand "sel221" "select max(distinct T.f6_bigint),min(distinct T.f6_bigint),max(distinct T.f1_int_unique) from T where f2_int_btree > 0 group by (T.f1_int_unique) having min(distinct T.f6_bigint) is not null";
PreparedCommand "sel221" [];
PreparedCommand "sel221" [];
ErasePreparedCommand "sel221";
Command "select avg( T.f13_decimal_unique),avg(all T.f8_float_btree),max(all T.f19_nchar) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 group by (T.f2_int_btree) having count(distinct T.f1_int_unique) is not null";
CreatePreparedCommand "sel224" "select min(distinct T.f2_int_btree),avg(all T.f22_bigint_unique),max(distinct T.f10_decimal_btree) from T inner join T as Tjoin using (f1_int_unique) where T.f2_int_btree > 0 having sum(distinct T.f3_int) is not null";
PreparedCommand "sel224" [];
PreparedCommand "sel224" [];
ErasePreparedCommand "sel224";
CreatePreparedCommand "sel226" "select sum(all T.f12_decimal),count(distinct T.f14_decimal_btree),sum(distinct T.f10_decimal_btree) from T group by (T.f1_int_unique) having max(distinct T.f7_float_unique) is not null";
PreparedCommand "sel226" [];
PreparedCommand "sel226" [];
ErasePreparedCommand "sel226";
CreatePreparedCommand "sel227" "select max(all T.f16_char_unique),max(distinct T.f16_char_unique),sum(all T.f3_int) from (select * from T order by f1_int_unique limit 10) as T group by (T.f1_int_unique) having min(distinct T.f11_decimal_unique) is not null";
PreparedCommand "sel227" [];
PreparedCommand "sel227" [];
ErasePreparedCommand "sel227";
Command "select max(all T.f17_char_btree),min(all T.f10_decimal_btree),count(distinct T.f2_int_btree) from T inner join T as Tjoin using (f1_int_unique) group by (T.f1_int_unique) having count( T.f20_nchar_unique) is not null";
Command "select max(all T.f20_nchar_unique),avg(distinct T.f11_decimal_unique),min(distinct T.f20_nchar_unique) from T group by (T.f2_int_btree) having sum(distinct T.f13_decimal_unique) is not null";
Command "select max( T.f21_nchar_btree),min( T.f15_decimal),count(distinct T.f12_decimal) from T where f1_int_unique > 0 group by (T.f1_int_unique) having max( T.f1_int_unique) is not null";
CreatePreparedCommand "sel231" "select sum(all T.f22_bigint_unique),max(all T.f15_decimal),min(distinct T.f7_float_unique) from (select * from T order by f1_int_unique limit 10) as T group by (T.f1_int_unique) having avg(all T.f9_float) is not null";
PreparedCommand "sel231" [];
PreparedCommand "sel231" [];
ErasePreparedCommand "sel231";
CreatePreparedCommand "sel233" "select min( T.f11_decimal_unique),count(all T.f19_nchar),max(distinct T.f18_char) from T inner join T as Tjoin using (f1_int_unique) having max(distinct T.f14_decimal_btree) is not null";
PreparedCommand "sel233" [];
PreparedCommand "sel233" [];
ErasePreparedCommand "sel233";
Command "select sum(all T.f1_int_unique),avg( T.f3_int),count(distinct T.f17_char_btree) from (select * from T order by f1_int_unique limit 10) as T where f1_int_unique > 0 group by (T.f1_int_unique) having max(distinct T.f19_nchar) is not null";
CreatePreparedCommand "sel235" "select count( T.f5_bigint_btree),avg(distinct T.f13_decimal_unique),min(distinct T.f19_nchar) from (select * from T order by f1_int_unique limit 10) as T group by (T.f1_int_unique) having max( T.f21_nchar_btree) is not null";
PreparedCommand "sel235" [];
PreparedCommand "sel235" [];
ErasePreparedCommand "sel235";
Command "select min(distinct T.f3_int),count( T.f18_char),avg(distinct T.f22_bigint_unique) from (select * from T order by f1_int_unique limit 10) as T having count(all T.f22_bigint_unique) is not null";
CreatePreparedCommand "sel237" "select max(all T.f7_float_unique),max( T.f16_char_unique),sum(all T.f14_decimal_btree) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 group by (T.f1_int_unique) having max( T.f4_bigint_unique) is not null";
PreparedCommand "sel237" [];
PreparedCommand "sel237" [];
ErasePreparedCommand "sel237";
Command "select sum( T.f14_decimal_btree),sum( T.f7_float_unique),min(distinct T.f21_nchar_btree) from T having count( T.f6_bigint) is not null";
Command "select min(all T.f22_bigint_unique),avg(all T.f4_bigint_unique),sum(distinct T.f13_decimal_unique) from T inner join T as Tjoin using (f1_int_unique) where T.f2_int_btree > 0 group by (T.f2_int_btree) having max(distinct T.f17_char_btree) is not null";
CreatePreparedCommand "sel240" "select max(distinct T.f18_char),sum( T.f14_decimal_btree),min(distinct T.f8_float_btree) from T inner join T as Tjoin using (f1_int_unique) group by (T.f2_int_btree) having min( T.f3_int) is not null";
PreparedCommand "sel240" [];
PreparedCommand "sel240" [];
ErasePreparedCommand "sel240";
CreatePreparedCommand "sel241" "select count( T.f2_int_btree),max(all T.f12_decimal),max(all T.f6_bigint) from T where f2_int_btree > 0 group by (T.f1_int_unique) having max(distinct T.f10_decimal_btree) is not null";
PreparedCommand "sel241" [];
PreparedCommand "sel241" [];
ErasePreparedCommand "sel241";
CreatePreparedCommand "sel242" "select max( T.f4_bigint_unique),count(all T.f17_char_btree),max(all T.f1_int_unique) from T where f1_int_unique > 0 group by (T.f2_int_btree) having max(all T.f12_decimal) is not null";
PreparedCommand "sel242" [];
PreparedCommand "sel242" [];
ErasePreparedCommand "sel242";
CreatePreparedCommand "sel243" "select count(distinct T.f6_bigint),sum(all T.f9_float),avg(all T.f15_decimal) from T where f1_int_unique > 0 group by (T.f2_int_btree) having max( T.f17_char_btree) is not null";
PreparedCommand "sel243" [];
PreparedCommand "sel243" [];
ErasePreparedCommand "sel243";
CreatePreparedCommand "sel244" "select sum(all T.f13_decimal_unique),max(distinct T.f21_nchar_btree),count( T.f6_bigint) from T inner join T as Tjoin using (f1_int_unique) group by (T.f1_int_unique) having min(distinct T.f17_char_btree) is not null";
PreparedCommand "sel244" [];
PreparedCommand "sel244" [];
ErasePreparedCommand "sel244";
CreatePreparedCommand "sel245" "select max(distinct T.f20_nchar_unique),sum(all T.f2_int_btree),avg( T.f1_int_unique) from T inner join T as Tjoin using (f1_int_unique) where T.f1_int_unique > 0 having count( T.f10_decimal_btree) is not null";
PreparedCommand "sel245" [];
PreparedCommand "sel245" [];
ErasePreparedCommand "sel245";
Command "select sum( T.f6_bigint),avg(all T.f14_decimal_btree),count(all T.f14_decimal_btree) from T where f1_int_unique > 0 having count(distinct T.f11_decimal_unique) is not null";
CreatePreparedCommand "sel247" "select count(distinct T.f19_nchar),count(all T.f20_nchar_unique),max(all T.f5_bigint_btree) from T where f2_int_btree > 0 group by (T.f1_int_unique) having sum( T.f1_int_unique) is not null";
PreparedCommand "sel247" [];
PreparedCommand "sel247" [];
ErasePreparedCommand "sel247";
Command "select count(distinct T.f12_decimal),max( T.f20_nchar_unique),count( T.f18_char) from T group by (T.f1_int_unique) having count(distinct T.f9_float) is not null";
CreatePreparedCommand "sel249" "select count(distinct T.f15_decimal),min(distinct T.f11_decimal_unique),sum(all T.f4_bigint_unique) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 group by (T.f2_int_btree) having sum( T.f9_float) is not null";
PreparedCommand "sel249" [];
PreparedCommand "sel249" [];
ErasePreparedCommand "sel249";
Command "select max(distinct T.f6_bigint),count(all T.f10_decimal_btree),max( T.f16_char_unique) from T inner join T as Tjoin using (f1_int_unique) group by (T.f2_int_btree) having max( T.f19_nchar) is not null";
CreatePreparedCommand "sel252" "select min( T.f7_float_unique),max( T.f18_char),count( T.f11_decimal_unique) from (select * from T order by f1_int_unique limit 10) as T where f1_int_unique > 0 having max(distinct T.f21_nchar_btree) is not null";
PreparedCommand "sel252" [];
PreparedCommand "sel252" [];
ErasePreparedCommand "sel252";
CreatePreparedCommand "sel253" "select max(distinct T.f16_char_unique),count(all T.f21_nchar_btree),avg(distinct T.f8_float_btree) from T inner join T as Tjoin using (f1_int_unique) group by (T.f2_int_btree) having avg(distinct T.f9_float) is not null";
PreparedCommand "sel253" [];
PreparedCommand "sel253" [];
ErasePreparedCommand "sel253";
Command "select min(all T.f8_float_btree),min( T.f11_decimal_unique),count(distinct T.f17_char_btree) from T inner join T as Tjoin using (f1_int_unique) group by (T.f1_int_unique) having max( T.f18_char) is not null";
Command "select count(distinct T.f14_decimal_btree),max(all T.f16_char_unique),max(all T.f20_nchar_unique) from T inner join T as Tjoin using (f1_int_unique) having count(distinct T.f8_float_btree) is not null";
Command "select count(distinct T.f3_int),avg( T.f6_bigint),sum(distinct T.f12_decimal) from (select * from T order by f1_int_unique limit 10) as T group by (T.f1_int_unique) having avg(distinct T.f11_decimal_unique) is not null";
CreatePreparedCommand "sel257" "select sum(distinct T.f4_bigint_unique),avg(distinct T.f5_bigint_btree),avg(distinct T.f11_decimal_unique) from T where f2_int_btree > 0 group by (T.f1_int_unique) having avg( T.f1_int_unique) is not null";
PreparedCommand "sel257" [];
PreparedCommand "sel257" [];
ErasePreparedCommand "sel257";
CreatePreparedCommand "sel258" "select count(distinct T.f11_decimal_unique),min( T.f1_int_unique),min(distinct T.f11_decimal_unique) from T inner join T as Tjoin using (f1_int_unique) group by (T.f2_int_btree) having min( T.f16_char_unique) is not null";
PreparedCommand "sel258" [];
PreparedCommand "sel258" [];
ErasePreparedCommand "sel258";
Command "select count(all T.f14_decimal_btree),count(all T.f21_nchar_btree),count(all T.f3_int) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 group by (T.f1_int_unique) having min(all T.f13_decimal_unique) is not null";
CreatePreparedCommand "sel260" "select max( T.f9_float),max(distinct T.f5_bigint_btree),count(all T.f12_decimal) from (select * from T order by f1_int_unique limit 10) as T where f1_int_unique > 0 group by (T.f1_int_unique) having max( T.f15_decimal) is not null";
PreparedCommand "sel260" [];
PreparedCommand "sel260" [];
ErasePreparedCommand "sel260";
Command "select count(distinct T.f13_decimal_unique),min(all T.f17_char_btree),count( *) from T inner join T as Tjoin using (f1_int_unique) where T.f2_int_btree > 0 group by (T.f2_int_btree) having max( T.f11_decimal_unique) is not null";
CreatePreparedCommand "sel262" "select max( T.f17_char_btree),max(distinct T.f21_nchar_btree),max( T.f9_float) from T where f1_int_unique > 0 having sum(all T.f4_bigint_unique) is not null";
PreparedCommand "sel262" [];
PreparedCommand "sel262" [];
ErasePreparedCommand "sel262";
CreatePreparedCommand "sel263" "select avg(all T.f1_int_unique),min(all T.f22_bigint_unique),max(distinct T.f20_nchar_unique) from T inner join T as Tjoin using (f1_int_unique) where T.f1_int_unique > 0 group by (T.f2_int_btree) having avg( T.f14_decimal_btree) is not null";
PreparedCommand "sel263" [];
PreparedCommand "sel263" [];
ErasePreparedCommand "sel263";
CreatePreparedCommand "sel264" "select sum(all T.f13_decimal_unique),max( T.f20_nchar_unique),count(all T.f10_decimal_btree) from T inner join T as Tjoin using (f1_int_unique) where T.f2_int_btree > 0 group by (T.f2_int_btree) having sum(all T.f6_bigint) is not null";
PreparedCommand "sel264" [];
PreparedCommand "sel264" [];
ErasePreparedCommand "sel264";
Command "select avg(all T.f5_bigint_btree),avg( T.f7_float_unique),min(distinct T.f3_int) from T group by (T.f2_int_btree) having count(all T.f2_int_btree) is not null";
Command "select max(all T.f16_char_unique),avg( T.f4_bigint_unique),max( T.f21_nchar_btree) from T inner join T as Tjoin using (f1_int_unique) where T.f1_int_unique > 0 group by (T.f1_int_unique) having avg(distinct T.f7_float_unique) is not null";
Command "select max(all T.f20_nchar_unique),count( T.f8_float_btree),min(distinct T.f22_bigint_unique) from T having sum(all T.f2_int_btree) is not null";
CreatePreparedCommand "sel269" "select count(all T.f7_float_unique),count(all T.f9_float),max(distinct T.f16_char_unique) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 having max(distinct T.f20_nchar_unique) is not null";
PreparedCommand "sel269" [];
PreparedCommand "sel269" [];
ErasePreparedCommand "sel269";
CreatePreparedCommand "sel270" "select count(distinct T.f19_nchar),min(distinct T.f4_bigint_unique),max(all T.f9_float) from T group by (T.f1_int_unique) having max(distinct T.f21_nchar_btree) is not null";
PreparedCommand "sel270" [];
PreparedCommand "sel270" [];
ErasePreparedCommand "sel270";
Command "select max( T.f2_int_btree),min( T.f18_char),min(all T.f13_decimal_unique) from T inner join T as Tjoin using (f1_int_unique) where T.f1_int_unique > 0 group by (T.f2_int_btree) having min(all T.f13_decimal_unique) is not null";
CreatePreparedCommand "sel273" "select avg(distinct T.f6_bigint),max(distinct T.f19_nchar),min(distinct T.f19_nchar) from T inner join T as Tjoin using (f1_int_unique) where T.f1_int_unique > 0 group by (T.f2_int_btree) having count( *) is not null";
PreparedCommand "sel273" [];
PreparedCommand "sel273" [];
ErasePreparedCommand "sel273";
Command "select min( T.f16_char_unique),sum(distinct T.f6_bigint),count( T.f18_char) from T where f1_int_unique > 0 group by (T.f2_int_btree) having count(distinct T.f19_nchar) is not null";
CreatePreparedCommand "sel276" "select count(all T.f10_decimal_btree),count(all T.f1_int_unique),count(all T.f12_decimal) from T inner join T as Tjoin using (f1_int_unique) where T.f1_int_unique > 0 group by (T.f2_int_btree) having min(all T.f5_bigint_btree) is not null";
PreparedCommand "sel276" [];
PreparedCommand "sel276" [];
ErasePreparedCommand "sel276";
Command "select count( *),avg(all T.f6_bigint),sum(all T.f3_int) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 having max(all T.f12_decimal) is not null";
Command "select min(distinct T.f9_float),avg( T.f2_int_btree),max( T.f19_nchar) from (select * from T order by f1_int_unique limit 10) as T group by (T.f1_int_unique) having min( T.f14_decimal_btree) is not null";
Command "select max( T.f20_nchar_unique),max( T.f3_int),min(distinct T.f8_float_btree) from T inner join T as Tjoin using (f1_int_unique) where T.f2_int_btree > 0 having max(distinct T.f22_bigint_unique) is not null";
CreatePreparedCommand "sel280" "select min( T.f21_nchar_btree),avg( T.f14_decimal_btree),max(distinct T.f1_int_unique) from T inner join T as Tjoin using (f1_int_unique) where T.f2_int_btree > 0 having avg(all T.f15_decimal) is not null";
PreparedCommand "sel280" [];
PreparedCommand "sel280" [];
ErasePreparedCommand "sel280";
CreatePreparedCommand "sel281" "select sum(distinct T.f8_float_btree),avg( T.f15_decimal),avg( T.f9_float) from T having max( T.f3_int) is not null";
PreparedCommand "sel281" [];
PreparedCommand "sel281" [];
ErasePreparedCommand "sel281";
CreatePreparedCommand "sel282" "select sum(all T.f12_decimal),min(distinct T.f18_char),min(all T.f5_bigint_btree) from T group by (T.f1_int_unique) having min( T.f20_nchar_unique) is not null";
PreparedCommand "sel282" [];
PreparedCommand "sel282" [];
ErasePreparedCommand "sel282";
Command "select avg( T.f13_decimal_unique),min(all T.f3_int),max(all T.f16_char_unique) from (select * from T order by f1_int_unique limit 10) as T where f1_int_unique > 0 having min( T.f7_float_unique) is not null";
Command "select min( T.f22_bigint_unique),count(distinct T.f20_nchar_unique),max( T.f15_decimal) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 group by (T.f2_int_btree) having max(distinct T.f10_decimal_btree) is not null";
Command "select sum(all T.f1_int_unique),count(all T.f4_bigint_unique),count(all T.f2_int_btree) from T where f2_int_btree > 0 having count( T.f13_decimal_unique) is not null";
CreatePreparedCommand "sel287" "select avg(all T.f5_bigint_btree),max(all T.f17_char_btree),max(distinct T.f7_float_unique) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 group by (T.f2_int_btree) having min(all T.f16_char_unique) is not null";
PreparedCommand "sel287" [];
PreparedCommand "sel287" [];
ErasePreparedCommand "sel287";
Command "select sum(all T.f22_bigint_unique),sum(all T.f2_int_btree),max( T.f16_char_unique) from T where f1_int_unique > 0 having max(distinct T.f5_bigint_btree) is not null";
CreatePreparedCommand "sel290" "select max(distinct T.f19_nchar),max(distinct T.f11_decimal_unique),max( T.f2_int_btree) from T inner join T as Tjoin using (f1_int_unique) where T.f1_int_unique > 0 having count( T.f2_int_btree) is not null";
PreparedCommand "sel290" [];
PreparedCommand "sel290" [];
ErasePreparedCommand "sel290";
CreatePreparedCommand "sel291" "select sum(all T.f22_bigint_unique),max(distinct T.f5_bigint_btree),max(distinct T.f6_bigint) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 group by (T.f2_int_btree) having count(distinct T.f12_decimal) is not null";
PreparedCommand "sel291" [];
PreparedCommand "sel291" [];
ErasePreparedCommand "sel291";
Command "select count(distinct T.f9_float),sum(distinct T.f9_float),avg( T.f22_bigint_unique) from T inner join T as Tjoin using (f1_int_unique) where T.f1_int_unique > 0 group by (T.f1_int_unique) having min(distinct T.f6_bigint) is not null";
CreatePreparedCommand "sel293" "select sum(all T.f11_decimal_unique),min(distinct T.f7_float_unique),max(all T.f19_nchar) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 group by (T.f1_int_unique) having max(all T.f20_nchar_unique) is not null";
PreparedCommand "sel293" [];
PreparedCommand "sel293" [];
ErasePreparedCommand "sel293";
CreatePreparedCommand "sel294" "select min(distinct T.f13_decimal_unique),sum(all T.f22_bigint_unique),max(distinct T.f17_char_btree) from T inner join T as Tjoin using (f1_int_unique) where T.f1_int_unique > 0 having min(distinct T.f8_float_btree) is not null";
PreparedCommand "sel294" [];
PreparedCommand "sel294" [];
ErasePreparedCommand "sel294";
Command "select sum(distinct T.f2_int_btree),max(distinct T.f5_bigint_btree),max( T.f20_nchar_unique) from T inner join T as Tjoin using (f1_int_unique) group by (T.f2_int_btree) having count(all T.f17_char_btree) is not null";
Command "select sum( T.f4_bigint_unique),max( T.f19_nchar),max( T.f12_decimal) from (select * from T order by f1_int_unique limit 10) as T where f1_int_unique > 0 group by (T.f2_int_btree) having count(distinct T.f8_float_btree) is not null";
CreatePreparedCommand "sel297" "select sum(distinct T.f10_decimal_btree),min(all T.f19_nchar),max(distinct T.f13_decimal_unique) from T having min(distinct T.f2_int_btree) is not null";
PreparedCommand "sel297" [];
PreparedCommand "sel297" [];
ErasePreparedCommand "sel297";
Command "select sum( T.f15_decimal),min(all T.f8_float_btree),max(all T.f18_char) from (select * from T order by f1_int_unique limit 10) as T having avg(distinct T.f5_bigint_btree) is not null";
Command "select sum( T.f10_decimal_btree),min(all T.f15_decimal),max(all T.f6_bigint) from (select * from T order by f1_int_unique limit 10) as T where f1_int_unique > 0 group by (T.f1_int_unique) having sum(distinct T.f14_decimal_btree) is not null";
CreatePreparedCommand "sel301" "select max(distinct T.f17_char_btree),min( T.f8_float_btree),max(distinct T.f15_decimal) from (select * from T order by f1_int_unique limit 10) as T where f1_int_unique > 0 group by (T.f1_int_unique) having count( T.f7_float_unique) is not null";
PreparedCommand "sel301" [];
PreparedCommand "sel301" [];
ErasePreparedCommand "sel301";
CreatePreparedCommand "sel302" "select max(all T.f18_char),min( T.f10_decimal_btree),max( T.f10_decimal_btree) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 group by (T.f1_int_unique) having max(distinct T.f1_int_unique) is not null";
PreparedCommand "sel302" [];
PreparedCommand "sel302" [];
ErasePreparedCommand "sel302";
Command "select sum(all T.f1_int_unique),avg( T.f6_bigint),avg(distinct T.f5_bigint_btree) from T inner join T as Tjoin using (f1_int_unique) group by (T.f2_int_btree) having min( T.f10_decimal_btree) is not null";
CreatePreparedCommand "sel305" "select sum( T.f5_bigint_btree),sum(distinct T.f9_float),max( T.f18_char) from T inner join T as Tjoin using (f1_int_unique) group by (T.f1_int_unique) having max(distinct T.f8_float_btree) is not null";
PreparedCommand "sel305" [];
PreparedCommand "sel305" [];
ErasePreparedCommand "sel305";
CreatePreparedCommand "sel306" "select max(distinct T.f6_bigint),count(all T.f17_char_btree),count(all T.f6_bigint) from T where f1_int_unique > 0 group by (T.f1_int_unique) having max( T.f20_nchar_unique) is not null";
PreparedCommand "sel306" [];
PreparedCommand "sel306" [];
ErasePreparedCommand "sel306";
Command "select sum(all T.f6_bigint),max( T.f1_int_unique),sum( T.f2_int_btree) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 group by (T.f1_int_unique) having max(all T.f18_char) is not null";
CreatePreparedCommand "sel308" "select sum(all T.f8_float_btree),min(distinct T.f5_bigint_btree),sum(all T.f5_bigint_btree) from T inner join T as Tjoin using (f1_int_unique) where T.f1_int_unique > 0 group by (T.f2_int_btree) having max(all T.f21_nchar_btree) is not null";
PreparedCommand "sel308" [];
PreparedCommand "sel308" [];
ErasePreparedCommand "sel308";
CreatePreparedCommand "sel309" "select sum(distinct T.f22_bigint_unique),min(distinct T.f19_nchar),sum( T.f8_float_btree) from T where f2_int_btree > 0 group by (T.f1_int_unique) having sum(distinct T.f15_decimal) is not null";
PreparedCommand "sel309" [];
PreparedCommand "sel309" [];
ErasePreparedCommand "sel309";
Command "select sum( T.f1_int_unique),min(distinct T.f10_decimal_btree),count(all T.f15_decimal) from T where f2_int_btree > 0 having max(all T.f16_char_unique) is not null";
Command "select sum( T.f1_int_unique),min( T.f12_decimal),max( T.f18_char) from T inner join T as Tjoin using (f1_int_unique) where T.f2_int_btree > 0 having count(all T.f4_bigint_unique) is not null";
Command "select sum(all T.f3_int),min( T.f7_float_unique),sum(all T.f1_int_unique) from (select * from T order by f1_int_unique limit 10) as T group by (T.f2_int_btree) having max(distinct T.f18_char) is not null";
CreatePreparedCommand "sel314" "select max( T.f20_nchar_unique),min( T.f19_nchar),min(all T.f2_int_btree) from T where f1_int_unique > 0 group by (T.f2_int_btree) having count(all T.f12_decimal) is not null";
PreparedCommand "sel314" [];
PreparedCommand "sel314" [];
ErasePreparedCommand "sel314";
Command "select max( T.f21_nchar_btree),min(all T.f22_bigint_unique),max(distinct T.f18_char) from T inner join T as Tjoin using (f1_int_unique) group by (T.f1_int_unique) having count( T.f2_int_btree) is not null";
Command "select sum( T.f11_decimal_unique),min(distinct T.f2_int_btree),max(all T.f21_nchar_btree) from T group by (T.f1_int_unique) having min(all T.f15_decimal) is not null";
Command "select sum( T.f5_bigint_btree),min( T.f16_char_unique),min(distinct T.f9_float) from T inner join T as Tjoin using (f1_int_unique) where T.f1_int_unique > 0 having sum(distinct T.f1_int_unique) is not null";
CreatePreparedCommand "sel318" "select max(all T.f19_nchar),min(distinct T.f17_char_btree),max( T.f4_bigint_unique) from T having avg(distinct T.f13_decimal_unique) is not null";
PreparedCommand "sel318" [];
PreparedCommand "sel318" [];
ErasePreparedCommand "sel318";
Command "select max( T.f19_nchar),min( T.f13_decimal_unique),max(all T.f7_float_unique) from T having max(all T.f10_decimal_btree) is not null";
CreatePreparedCommand "sel320" "select sum(all T.f22_bigint_unique),min(all T.f7_float_unique),max( T.f5_bigint_btree) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 group by (T.f2_int_btree) having sum( T.f15_decimal) is not null";
PreparedCommand "sel320" [];
PreparedCommand "sel320" [];
ErasePreparedCommand "sel320";
CreatePreparedCommand "sel321" "select sum(all T.f10_decimal_btree),min( T.f20_nchar_unique),max( T.f19_nchar) from T having min(all T.f22_bigint_unique) is not null";
PreparedCommand "sel321" [];
PreparedCommand "sel321" [];
ErasePreparedCommand "sel321";
Command "select sum(all T.f15_decimal),min(all T.f16_char_unique),max(distinct T.f8_float_btree) from T inner join T as Tjoin using (f1_int_unique) where T.f2_int_btree > 0 group by (T.f2_int_btree) having max(all T.f17_char_btree) is not null";
CreatePreparedCommand "sel323" "select sum(distinct T.f7_float_unique),min(distinct T.f14_decimal_btree),max(all T.f20_nchar_unique) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 group by (T.f1_int_unique) having max(all T.f3_int) is not null";
PreparedCommand "sel323" [];
PreparedCommand "sel323" [];
ErasePreparedCommand "sel323";
CreatePreparedCommand "sel324" "select sum( T.f13_decimal_unique),min(all T.f9_float),count(all T.f11_decimal_unique) from T where f2_int_btree > 0 group by (T.f2_int_btree) having max(all T.f5_bigint_btree) is not null";
PreparedCommand "sel324" [];
PreparedCommand "sel324" [];
ErasePreparedCommand "sel324";
Command "select sum(distinct T.f1_int_unique),min(all T.f13_decimal_unique),max( T.f10_decimal_btree) from (select * from T order by f1_int_unique limit 10) as T group by (T.f2_int_btree) having sum( T.f12_decimal) is not null";
Command "select sum( T.f9_float),min(distinct T.f3_int),max(distinct T.f18_char) from T inner join T as Tjoin using (f1_int_unique) having count(all T.f13_decimal_unique) is not null";
CreatePreparedCommand "sel327" "select sum(distinct T.f9_float),min(distinct T.f12_decimal),max(all T.f17_char_btree) from T where f1_int_unique > 0 group by (T.f1_int_unique) having min( T.f22_bigint_unique) is not null";
PreparedCommand "sel327" [];
PreparedCommand "sel327" [];
ErasePreparedCommand "sel327";
Command "select max( T.f20_nchar_unique),min(distinct T.f21_nchar_btree),avg( T.f14_decimal_btree) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 group by (T.f2_int_btree) having min( T.f7_float_unique) is not null";
CreatePreparedCommand "sel330" "select sum(all T.f11_decimal_unique),min(all T.f15_decimal),avg( T.f14_decimal_btree) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 group by (T.f1_int_unique) having min(all T.f19_nchar) is not null";
PreparedCommand "sel330" [];
PreparedCommand "sel330" [];
ErasePreparedCommand "sel330";
CreatePreparedCommand "sel331" "select sum(distinct T.f12_decimal),min(distinct T.f8_float_btree),avg( T.f4_bigint_unique) from (select * from T order by f1_int_unique limit 10) as T group by (T.f2_int_btree) having max(all T.f19_nchar) is not null";
PreparedCommand "sel331" [];
PreparedCommand "sel331" [];
ErasePreparedCommand "sel331";
CreatePreparedCommand "sel333" "select sum(distinct T.f9_float),min(all T.f15_decimal),min(all T.f3_int) from T having count(all T.f18_char) is not null";
PreparedCommand "sel333" [];
PreparedCommand "sel333" [];
ErasePreparedCommand "sel333";
Command "select sum(distinct T.f22_bigint_unique),min( T.f1_int_unique),avg(distinct T.f4_bigint_unique) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 group by (T.f1_int_unique) having avg(distinct T.f6_bigint) is not null";
CreatePreparedCommand "sel335" "select sum( T.f3_int),min(distinct T.f20_nchar_unique),count(all T.f8_float_btree) from (select * from T order by f1_int_unique limit 10) as T where f1_int_unique > 0 group by (T.f1_int_unique) having sum(distinct T.f13_decimal_unique) is not null";
PreparedCommand "sel335" [];
PreparedCommand "sel335" [];
ErasePreparedCommand "sel335";
CreatePreparedCommand "sel336" "select sum(distinct T.f8_float_btree),min(all T.f3_int),max(distinct T.f15_decimal) from T where f2_int_btree > 0 group by (T.f1_int_unique) having sum(distinct T.f4_bigint_unique) is not null";
PreparedCommand "sel336" [];
PreparedCommand "sel336" [];
ErasePreparedCommand "sel336";
Command "select max( T.f18_char),min( T.f18_char),max( T.f15_decimal) from T inner join T as Tjoin using (f1_int_unique) where T.f1_int_unique > 0 group by (T.f2_int_btree) having min(all T.f19_nchar) is not null";
CreatePreparedCommand "sel338" "select sum(distinct T.f4_bigint_unique),min( T.f7_float_unique),sum(distinct T.f14_decimal_btree) from (select * from T order by f1_int_unique limit 10) as T where f1_int_unique > 0 group by (T.f2_int_btree) having sum(distinct T.f22_bigint_unique) is not null";
PreparedCommand "sel338" [];
PreparedCommand "sel338" [];
ErasePreparedCommand "sel338";
Command "select sum( T.f11_decimal_unique),min(distinct T.f6_bigint),min(distinct T.f22_bigint_unique) from T where f2_int_btree > 0 group by (T.f2_int_btree) having max(all T.f17_char_btree) is not null";
Command "select max(all T.f17_char_btree),min(all T.f6_bigint),avg( T.f4_bigint_unique) from T inner join T as Tjoin using (f1_int_unique) group by (T.f2_int_btree) having avg( T.f1_int_unique) is not null";
Command "select max(all T.f17_char_btree),min( T.f18_char),count(all T.f18_char) from (select * from T order by f1_int_unique limit 10) as T group by (T.f1_int_unique) having sum(distinct T.f12_decimal) is not null";
CreatePreparedCommand "sel343" "select max(distinct T.f21_nchar_btree),min(all T.f16_char_unique),sum(distinct T.f2_int_btree) from T where f1_int_unique > 0 having sum(all T.f10_decimal_btree) is not null";
PreparedCommand "sel343" [];
PreparedCommand "sel343" [];
ErasePreparedCommand "sel343";
Command "select sum( T.f9_float),min(all T.f22_bigint_unique),max( T.f7_float_unique) from T inner join T as Tjoin using (f1_int_unique) where T.f2_int_btree > 0 group by (T.f2_int_btree) having max( T.f20_nchar_unique) is not null";
CreatePreparedCommand "sel346" "select sum(distinct T.f14_decimal_btree),min(distinct T.f3_int),max(distinct T.f22_bigint_unique) from T where f1_int_unique > 0 group by (T.f1_int_unique) having max(distinct T.f16_char_unique) is not null";
PreparedCommand "sel346" [];
PreparedCommand "sel346" [];
ErasePreparedCommand "sel346";
Command "select sum( T.f14_decimal_btree),count(distinct T.f10_decimal_btree),min( T.f13_decimal_unique) from T inner join T as Tjoin using (f1_int_unique) group by (T.f2_int_btree) having max(all T.f5_bigint_btree) is not null";
Command "select sum(all T.f2_int_btree),min( T.f20_nchar_unique),max( T.f12_decimal) from T inner join T as Tjoin using (f1_int_unique) group by (T.f2_int_btree) having min( T.f7_float_unique) is not null";
CreatePreparedCommand "sel351" "select sum(distinct T.f3_int),min( T.f22_bigint_unique),min(distinct T.f5_bigint_btree) from (select * from T order by f1_int_unique limit 10) as T where f1_int_unique > 0 group by (T.f2_int_btree) having min(distinct T.f17_char_btree) is not null";
PreparedCommand "sel351" [];
PreparedCommand "sel351" [];
ErasePreparedCommand "sel351";
CreatePreparedCommand "sel352" "select sum(distinct T.f4_bigint_unique),min(distinct T.f4_bigint_unique),max(distinct T.f19_nchar) from T inner join T as Tjoin using (f1_int_unique) where T.f2_int_btree > 0 group by (T.f1_int_unique) having min(all T.f3_int) is not null";
PreparedCommand "sel352" [];
PreparedCommand "sel352" [];
ErasePreparedCommand "sel352";
CreatePreparedCommand "sel353" "select sum(all T.f12_decimal),min(all T.f15_decimal),max( T.f21_nchar_btree) from (select * from T order by f1_int_unique limit 10) as T group by (T.f2_int_btree) having min(distinct T.f21_nchar_btree) is not null";
PreparedCommand "sel353" [];
PreparedCommand "sel353" [];
ErasePreparedCommand "sel353";
CreatePreparedCommand "sel355" "select sum(distinct T.f6_bigint),min(distinct T.f11_decimal_unique),sum( T.f9_float) from T where f2_int_btree > 0 group by (T.f1_int_unique) having min(distinct T.f16_char_unique) is not null";
PreparedCommand "sel355" [];
PreparedCommand "sel355" [];
ErasePreparedCommand "sel355";
Command "select max( T.f16_char_unique),min( T.f5_bigint_btree),sum(distinct T.f9_float) from T group by (T.f2_int_btree) having min( T.f18_char) is not null";
CreatePreparedCommand "sel357" "select max(all T.f21_nchar_btree),min(all T.f11_decimal_unique),max(all T.f19_nchar) from (select * from T order by f1_int_unique limit 10) as T where f1_int_unique > 0 having min(all T.f19_nchar) is not null";
PreparedCommand "sel357" [];
PreparedCommand "sel357" [];
ErasePreparedCommand "sel357";
CreatePreparedCommand "sel358" "select sum(all T.f22_bigint_unique),min(all T.f8_float_btree),sum(all T.f3_int) from T inner join T as Tjoin using (f1_int_unique) where T.f2_int_btree > 0 having count(distinct T.f16_char_unique) is not null";
PreparedCommand "sel358" [];
PreparedCommand "sel358" [];
ErasePreparedCommand "sel358";
Command "select sum(distinct T.f8_float_btree),min(distinct T.f12_decimal),sum( T.f2_int_btree) from T inner join T as Tjoin using (f1_int_unique) where T.f2_int_btree > 0 group by (T.f2_int_btree) having sum( T.f15_decimal) is not null";
Command "select sum(distinct T.f10_decimal_btree),min( T.f7_float_unique),max(distinct T.f17_char_btree) from T where f1_int_unique > 0 having max(all T.f6_bigint) is not null";
CreatePreparedCommand "sel361" "select sum( T.f15_decimal),max(all T.f18_char),avg(all T.f6_bigint) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 group by (T.f1_int_unique) having avg( T.f4_bigint_unique) is not null";
PreparedCommand "sel361" [];
PreparedCommand "sel361" [];
ErasePreparedCommand "sel361";
CreatePreparedCommand "sel362" "select sum(all T.f2_int_btree),sum(all T.f13_decimal_unique),sum(distinct T.f1_int_unique) from T where f1_int_unique > 0 having max(distinct T.f20_nchar_unique) is not null";
PreparedCommand "sel362" [];
PreparedCommand "sel362" [];
ErasePreparedCommand "sel362";
Command "select sum( T.f12_decimal),min(distinct T.f22_bigint_unique),sum( T.f15_decimal) from T inner join T as Tjoin using (f1_int_unique) group by (T.f1_int_unique) having min( T.f1_int_unique) is not null";
CreatePreparedCommand "sel364" "select sum(all T.f13_decimal_unique),min(all T.f2_int_btree),max(all T.f20_nchar_unique) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 group by (T.f1_int_unique) having count( T.f11_decimal_unique) is not null";
PreparedCommand "sel364" [];
PreparedCommand "sel364" [];
ErasePreparedCommand "sel364";
Command "select sum(distinct T.f11_decimal_unique),min(distinct T.f20_nchar_unique),sum( T.f4_bigint_unique) from (select * from T order by f1_int_unique limit 10) as T group by (T.f2_int_btree) having max(distinct T.f21_nchar_btree) is not null";
CreatePreparedCommand "sel366" "select max(all T.f16_char_unique),min( T.f17_char_btree),max(distinct T.f19_nchar) from (select * from T order by f1_int_unique limit 10) as T where f1_int_unique > 0 having avg(all T.f5_bigint_btree) is not null";
PreparedCommand "sel366" [];
PreparedCommand "sel366" [];
ErasePreparedCommand "sel366";
Command "select sum( T.f7_float_unique),min(all T.f17_char_btree),sum( T.f3_int) from T having sum( T.f14_decimal_btree) is not null";
CreatePreparedCommand "sel369" "select sum(all T.f8_float_btree),min(distinct T.f9_float),max(all T.f19_nchar) from (select * from T order by f1_int_unique limit 10) as T where f1_int_unique > 0 having count( T.f6_bigint) is not null";
PreparedCommand "sel369" [];
PreparedCommand "sel369" [];
ErasePreparedCommand "sel369";
CreatePreparedCommand "sel370" "select max(all T.f19_nchar),min( T.f1_int_unique),sum( T.f6_bigint) from T inner join T as Tjoin using (f1_int_unique) where T.f2_int_btree > 0 group by (T.f1_int_unique) having count(all T.f9_float) is not null";
PreparedCommand "sel370" [];
PreparedCommand "sel370" [];
ErasePreparedCommand "sel370";
Command "select sum(all T.f5_bigint_btree),min(distinct T.f14_decimal_btree),avg( T.f13_decimal_unique) from T inner join T as Tjoin using (f1_int_unique) where T.f1_int_unique > 0 having count(all T.f19_nchar) is not null";
CreatePreparedCommand "sel372" "select sum(all T.f5_bigint_btree),min( T.f1_int_unique),max(distinct T.f16_char_unique) from T where f2_int_btree > 0 having count(all T.f3_int) is not null";
PreparedCommand "sel372" [];
PreparedCommand "sel372" [];
ErasePreparedCommand "sel372";
Command "select sum(distinct T.f5_bigint_btree),min(distinct T.f12_decimal),avg(all T.f4_bigint_unique) from T inner join T as Tjoin using (f1_int_unique) where T.f1_int_unique > 0 group by (T.f2_int_btree) having count( T.f11_decimal_unique) is not null";
CreatePreparedCommand "sel375" "select sum(distinct T.f10_decimal_btree),max(all T.f17_char_btree),avg( T.f14_decimal_btree) from T group by (T.f2_int_btree) having avg(distinct T.f10_decimal_btree) is not null";
PreparedCommand "sel375" [];
PreparedCommand "sel375" [];
ErasePreparedCommand "sel375";
Command "select max( T.f17_char_btree),min( T.f1_int_unique),avg(distinct T.f7_float_unique) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 having count(all T.f19_nchar) is not null";
Command "select sum(all T.f15_decimal),min(all T.f19_nchar),avg( T.f9_float) from T group by (T.f1_int_unique) having count(distinct T.f6_bigint) is not null";
CreatePreparedCommand "sel379" "select sum( T.f13_decimal_unique),min(all T.f16_char_unique),avg(distinct T.f7_float_unique) from T inner join T as Tjoin using (f1_int_unique) where T.f1_int_unique > 0 having avg(all T.f3_int) is not null";
PreparedCommand "sel379" [];
PreparedCommand "sel379" [];
ErasePreparedCommand "sel379";
Command "select sum(distinct T.f4_bigint_unique),min( T.f16_char_unique),max( T.f21_nchar_btree) from T inner join T as Tjoin using (f1_int_unique) where T.f1_int_unique > 0 group by (T.f2_int_btree) having count( T.f14_decimal_btree) is not null";
Command "select sum( T.f10_decimal_btree),min(distinct T.f4_bigint_unique),max(distinct T.f16_char_unique) from (select * from T order by f1_int_unique limit 10) as T having sum(all T.f12_decimal) is not null";
Command "select sum(distinct T.f15_decimal),min( T.f6_bigint),max(distinct T.f20_nchar_unique) from T inner join T as Tjoin using (f1_int_unique) where T.f1_int_unique > 0 group by (T.f2_int_btree) having min(distinct T.f21_nchar_btree) is not null";
Command "select sum( T.f12_decimal),min(distinct T.f19_nchar),avg(all T.f1_int_unique) from (select * from T order by f1_int_unique limit 10) as T where f1_int_unique > 0 group by (T.f2_int_btree) having min( T.f4_bigint_unique) is not null";
CreatePreparedCommand "sel387" "select max(distinct T.f21_nchar_btree),min( T.f1_int_unique),avg(all T.f5_bigint_btree) from T group by (T.f1_int_unique) having count( T.f7_float_unique) is not null";
PreparedCommand "sel387" [];
PreparedCommand "sel387" [];
ErasePreparedCommand "sel387";
CreatePreparedCommand "sel389" "select sum(all T.f22_bigint_unique),min(distinct T.f13_decimal_unique),avg(all T.f2_int_btree) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 having max(distinct T.f11_decimal_unique) is not null";
PreparedCommand "sel389" [];
PreparedCommand "sel389" [];
ErasePreparedCommand "sel389";
CreatePreparedCommand "sel390" "select sum(all T.f22_bigint_unique),min(distinct T.f12_decimal),sum(distinct T.f11_decimal_unique) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 group by (T.f1_int_unique) having avg(distinct T.f8_float_btree) is not null";
PreparedCommand "sel390" [];
PreparedCommand "sel390" [];
ErasePreparedCommand "sel390";
CreatePreparedCommand "sel391" "select sum(all T.f22_bigint_unique),min(distinct T.f21_nchar_btree),avg(distinct T.f10_decimal_btree) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 having min(distinct T.f20_nchar_unique) is not null";
PreparedCommand "sel391" [];
PreparedCommand "sel391" [];
ErasePreparedCommand "sel391";
Command "select sum(all T.f1_int_unique),max(distinct T.f20_nchar_unique),min( T.f3_int) from T where f2_int_btree > 0 having max(distinct T.f17_char_btree) is not null";
CreatePreparedCommand "sel393" "select sum(distinct T.f11_decimal_unique),avg( T.f13_decimal_unique),sum(all T.f10_decimal_btree) from (select * from T order by f1_int_unique limit 10) as T where f1_int_unique > 0 group by (T.f1_int_unique) having max(distinct T.f5_bigint_btree) is not null";
PreparedCommand "sel393" [];
PreparedCommand "sel393" [];
ErasePreparedCommand "sel393";
Command "select sum(distinct T.f7_float_unique),min( T.f22_bigint_unique),max(all T.f21_nchar_btree) from T inner join T as Tjoin using (f1_int_unique) where T.f1_int_unique > 0 group by (T.f2_int_btree) having avg( T.f10_decimal_btree) is not null";
CreatePreparedCommand "sel395" "select max( T.f19_nchar),count(distinct T.f6_bigint),min(distinct T.f14_decimal_btree) from T group by (T.f2_int_btree) having max(distinct T.f20_nchar_unique) is not null";
PreparedCommand "sel395" [];
PreparedCommand "sel395" [];
ErasePreparedCommand "sel395";
CreatePreparedCommand "sel396" "select sum(distinct T.f7_float_unique),count(all T.f2_int_btree),min( T.f10_decimal_btree) from T inner join T as Tjoin using (f1_int_unique) having min( T.f16_char_unique) is not null";
PreparedCommand "sel396" [];
PreparedCommand "sel396" [];
ErasePreparedCommand "sel396";
CreatePreparedCommand "sel397" "select max(all T.f19_nchar),count(distinct T.f21_nchar_btree),min(distinct T.f21_nchar_btree) from T inner join T as Tjoin using (f1_int_unique) where T.f2_int_btree > 0 group by (T.f1_int_unique) having max(all T.f2_int_btree) is not null";
PreparedCommand "sel397" [];
PreparedCommand "sel397" [];
ErasePreparedCommand "sel397";
CreatePreparedCommand "sel399" "select max(distinct T.f16_char_unique),count(all T.f22_bigint_unique),min(all T.f1_int_unique) from T inner join T as Tjoin using (f1_int_unique) group by (T.f2_int_btree) having max( T.f21_nchar_btree) is not null";
PreparedCommand "sel399" [];
PreparedCommand "sel399" [];
ErasePreparedCommand "sel399";
CreatePreparedCommand "sel400" "select sum( T.f10_decimal_btree),count(distinct T.f11_decimal_unique),count(all T.f21_nchar_btree) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 group by (T.f1_int_unique) having sum( T.f8_float_btree) is not null";
PreparedCommand "sel400" [];
PreparedCommand "sel400" [];
ErasePreparedCommand "sel400";
CreatePreparedCommand "sel401" "select max(all T.f17_char_btree),count(all T.f2_int_btree),min(distinct T.f14_decimal_btree) from T where f1_int_unique > 0 having max(all T.f2_int_btree) is not null";
PreparedCommand "sel401" [];
PreparedCommand "sel401" [];
ErasePreparedCommand "sel401";
CreatePreparedCommand "sel402" "select max(distinct T.f21_nchar_btree),count( T.f8_float_btree),count( *) from T inner join T as Tjoin using (f1_int_unique) where T.f1_int_unique > 0 group by (T.f2_int_btree) having min(distinct T.f22_bigint_unique) is not null";
PreparedCommand "sel402" [];
PreparedCommand "sel402" [];
ErasePreparedCommand "sel402";
Command "select sum(all T.f12_decimal),count(all T.f2_int_btree),min(distinct T.f7_float_unique) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 having sum(distinct T.f6_bigint) is not null";
Command "select max( T.f17_char_btree),count( T.f5_bigint_btree),min( T.f10_decimal_btree) from T group by (T.f1_int_unique) having max(all T.f11_decimal_unique) is not null";
Command "select max(distinct T.f17_char_btree),min( T.f9_float),min(all T.f20_nchar_unique) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 group by (T.f1_int_unique) having avg( T.f7_float_unique) is not null";
CreatePreparedCommand "sel406" "select min(distinct T.f8_float_btree),count(distinct T.f13_decimal_unique),max(distinct T.f12_decimal) from T inner join T as Tjoin using (f1_int_unique) group by (T.f2_int_btree) having avg(all T.f3_int) is not null";
PreparedCommand "sel406" [];
PreparedCommand "sel406" [];
ErasePreparedCommand "sel406";
Command "select max(all T.f21_nchar_btree),sum(all T.f10_decimal_btree),sum( T.f4_bigint_unique) from T where f1_int_unique > 0 group by (T.f2_int_btree) having min(distinct T.f15_decimal) is not null";
Command "select avg(distinct T.f11_decimal_unique),count(all T.f11_decimal_unique),min(distinct T.f15_decimal) from T where f2_int_btree > 0 having count(all T.f3_int) is not null";
Command "select avg( T.f5_bigint_btree),count(distinct T.f6_bigint),avg( T.f10_decimal_btree) from T where f1_int_unique > 0 group by (T.f2_int_btree) having count(distinct T.f14_decimal_btree) is not null";
CreatePreparedCommand "sel410" "select sum(all T.f15_decimal),count(all T.f2_int_btree),count(all T.f3_int) from (select * from T order by f1_int_unique limit 10) as T where f1_int_unique > 0 having count( T.f8_float_btree) is not null";
PreparedCommand "sel410" [];
PreparedCommand "sel410" [];
ErasePreparedCommand "sel410";
CreatePreparedCommand "sel411" "select min( T.f12_decimal),count(distinct T.f21_nchar_btree),max(all T.f11_decimal_unique) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 having max( T.f2_int_btree) is not null";
PreparedCommand "sel411" [];
PreparedCommand "sel411" [];
ErasePreparedCommand "sel411";
CreatePreparedCommand "sel412" "select count(distinct T.f10_decimal_btree),sum(distinct T.f13_decimal_unique),count(all T.f5_bigint_btree) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 group by (T.f2_int_btree) having min(all T.f19_nchar) is not null";
PreparedCommand "sel412" [];
PreparedCommand "sel412" [];
ErasePreparedCommand "sel412";
Command "select count(all T.f10_decimal_btree),count( T.f5_bigint_btree),avg( T.f22_bigint_unique) from T inner join T as Tjoin using (f1_int_unique) group by (T.f1_int_unique) having sum( T.f15_decimal) is not null";
CreatePreparedCommand "sel415" "select max( T.f17_char_btree),count(all T.f4_bigint_unique),count(all T.f14_decimal_btree) from T inner join T as Tjoin using (f1_int_unique) group by (T.f1_int_unique) having count(distinct T.f22_bigint_unique) is not null";
PreparedCommand "sel415" [];
PreparedCommand "sel415" [];
ErasePreparedCommand "sel415";
CreatePreparedCommand "sel416" "select max(all T.f12_decimal),max( T.f16_char_unique),min(distinct T.f16_char_unique) from T where f1_int_unique > 0 group by (T.f1_int_unique) having sum( T.f22_bigint_unique) is not null";
PreparedCommand "sel416" [];
PreparedCommand "sel416" [];
ErasePreparedCommand "sel416";
CreatePreparedCommand "sel418" "select max( T.f12_decimal),sum(all T.f3_int),avg(all T.f2_int_btree) from (select * from T order by f1_int_unique limit 10) as T where f1_int_unique > 0 group by (T.f2_int_btree) having sum( T.f14_decimal_btree) is not null";
PreparedCommand "sel418" [];
PreparedCommand "sel418" [];
ErasePreparedCommand "sel418";
CreatePreparedCommand "sel419" "select max( T.f17_char_btree),max(all T.f17_char_btree),min(distinct T.f5_bigint_btree) from T group by (T.f1_int_unique) having sum(all T.f22_bigint_unique) is not null";
PreparedCommand "sel419" [];
PreparedCommand "sel419" [];
ErasePreparedCommand "sel419";
Command "select sum(distinct T.f12_decimal),sum( T.f4_bigint_unique),count(distinct T.f1_int_unique) from (select * from T order by f1_int_unique limit 10) as T where f1_int_unique > 0 having sum(all T.f5_bigint_btree) is not null";
CreatePreparedCommand "sel422" "select max(distinct T.f10_decimal_btree),max( T.f18_char),count(all T.f7_float_unique) from T inner join T as Tjoin using (f1_int_unique) group by (T.f1_int_unique) having max(distinct T.f16_char_unique) is not null";
PreparedCommand "sel422" [];
PreparedCommand "sel422" [];
ErasePreparedCommand "sel422";
Command "select max( T.f10_decimal_btree),count(distinct T.f21_nchar_btree),count(distinct T.f19_nchar) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 group by (T.f1_int_unique) having min(all T.f18_char) is not null";
Command "select max(distinct T.f18_char),min(all T.f19_nchar),count( T.f4_bigint_unique) from T inner join T as Tjoin using (f1_int_unique) where T.f1_int_unique > 0 group by (T.f2_int_btree) having max( T.f17_char_btree) is not null";
Command "select max( T.f18_char),avg( T.f1_int_unique),count(all T.f22_bigint_unique) from T having max( T.f7_float_unique) is not null";
CreatePreparedCommand "sel426" "select max(all T.f3_int),avg(distinct T.f8_float_btree),count( T.f16_char_unique) from T where f2_int_btree > 0 group by (T.f2_int_btree) having max(distinct T.f21_nchar_btree) is not null";
PreparedCommand "sel426" [];
PreparedCommand "sel426" [];
ErasePreparedCommand "sel426";
CreatePreparedCommand "sel427" "select max(distinct T.f20_nchar_unique),min(all T.f7_float_unique),sum(all T.f6_bigint) from T inner join T as Tjoin using (f1_int_unique) group by (T.f2_int_btree) having min(distinct T.f21_nchar_btree) is not null";
PreparedCommand "sel427" [];
PreparedCommand "sel427" [];
ErasePreparedCommand "sel427";
Command "select max(distinct T.f6_bigint),avg( T.f7_float_unique),count( *) from (select * from T order by f1_int_unique limit 10) as T group by (T.f2_int_btree) having avg(all T.f10_decimal_btree) is not null";
Command "select max(all T.f18_char),avg( T.f11_decimal_unique),count( T.f3_int) from T where f1_int_unique > 0 group by (T.f1_int_unique) having max(distinct T.f20_nchar_unique) is not null";
Command "select max( T.f3_int),count( T.f13_decimal_unique),count(distinct T.f20_nchar_unique) from T inner join T as Tjoin using (f1_int_unique) where T.f1_int_unique > 0 having avg( T.f7_float_unique) is not null";
CreatePreparedCommand "sel431" "select max(all T.f9_float),max(distinct T.f16_char_unique),count(distinct T.f6_bigint) from T inner join T as Tjoin using (f1_int_unique) where T.f2_int_btree > 0 group by (T.f2_int_btree) having max(distinct T.f21_nchar_btree) is not null";
PreparedCommand "sel431" [];
PreparedCommand "sel431" [];
ErasePreparedCommand "sel431";
Command "select max(all T.f18_char),count( T.f5_bigint_btree),max( T.f17_char_btree) from (select * from T order by f1_int_unique limit 10) as T having avg(all T.f13_decimal_unique) is not null";
Command "select sum( T.f14_decimal_btree),avg(all T.f2_int_btree),count(all T.f6_bigint) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 having max(all T.f19_nchar) is not null";
CreatePreparedCommand "sel434" "select max(distinct T.f20_nchar_unique),count( *),min(all T.f11_decimal_unique) from (select * from T order by f1_int_unique limit 10) as T where f1_int_unique > 0 group by (T.f1_int_unique) having max(all T.f19_nchar) is not null";
PreparedCommand "sel434" [];
PreparedCommand "sel434" [];
ErasePreparedCommand "sel434";
Command "select max(all T.f14_decimal_btree),sum(distinct T.f15_decimal),sum( T.f8_float_btree) from T where f2_int_btree > 0 having sum(all T.f11_decimal_unique) is not null";
CreatePreparedCommand "sel437" "select max(distinct T.f14_decimal_btree),avg(distinct T.f8_float_btree),avg(all T.f2_int_btree) from T group by (T.f1_int_unique) having avg( T.f15_decimal) is not null";
PreparedCommand "sel437" [];
PreparedCommand "sel437" [];
ErasePreparedCommand "sel437";
CreatePreparedCommand "sel438" "select max( T.f2_int_btree),count( T.f3_int),min(all T.f11_decimal_unique) from T where f2_int_btree > 0 group by (T.f2_int_btree) having count(distinct T.f6_bigint) is not null";
PreparedCommand "sel438" [];
PreparedCommand "sel438" [];
ErasePreparedCommand "sel438";
Command "select max(all T.f3_int),sum(all T.f14_decimal_btree),min(distinct T.f11_decimal_unique) from (select * from T order by f1_int_unique limit 10) as T where f1_int_unique > 0 having max(distinct T.f20_nchar_unique) is not null";
Command "select max( T.f18_char),sum( T.f3_int),count( T.f21_nchar_btree) from T inner join T as Tjoin using (f1_int_unique) having count(all T.f12_decimal) is not null";
Command "select max(distinct T.f18_char),sum( T.f4_bigint_unique),max(distinct T.f20_nchar_unique) from T inner join T as Tjoin using (f1_int_unique) where T.f2_int_btree > 0 having sum( T.f9_float) is not null";
Command "select max(distinct T.f4_bigint_unique),count(distinct T.f14_decimal_btree),min( T.f9_float) from T group by (T.f1_int_unique) having count( T.f15_decimal) is not null";
Command "select max( T.f2_int_btree),avg( T.f15_decimal),count(all T.f18_char) from T inner join T as Tjoin using (f1_int_unique) having avg(distinct T.f11_decimal_unique) is not null";
CreatePreparedCommand "sel445" "select max( T.f13_decimal_unique),avg( T.f1_int_unique),max( T.f18_char) from T inner join T as Tjoin using (f1_int_unique) group by (T.f1_int_unique) having max(distinct T.f4_bigint_unique) is not null";
PreparedCommand "sel445" [];
PreparedCommand "sel445" [];
ErasePreparedCommand "sel445";
Command "select max(all T.f13_decimal_unique),min(distinct T.f14_decimal_btree),max(all T.f19_nchar) from (select * from T order by f1_int_unique limit 10) as T where f1_int_unique > 0 group by (T.f1_int_unique) having min( T.f2_int_btree) is not null";
CreatePreparedCommand "sel447" "select max(distinct T.f18_char),avg( T.f8_float_btree),sum(all T.f5_bigint_btree) from T inner join T as Tjoin using (f1_int_unique) where T.f1_int_unique > 0 having count(all T.f14_decimal_btree) is not null";
PreparedCommand "sel447" [];
PreparedCommand "sel447" [];
ErasePreparedCommand "sel447";
CreatePreparedCommand "sel449" "select max(all T.f16_char_unique),avg( T.f1_int_unique),count(distinct T.f15_decimal) from T inner join T as Tjoin using (f1_int_unique) where T.f2_int_btree > 0 group by (T.f2_int_btree) having max(distinct T.f21_nchar_btree) is not null";
PreparedCommand "sel449" [];
PreparedCommand "sel449" [];
ErasePreparedCommand "sel449";
Command "select max(distinct T.f16_char_unique),avg( T.f12_decimal),sum(all T.f13_decimal_unique) from T inner join T as Tjoin using (f1_int_unique) where T.f2_int_btree > 0 group by (T.f1_int_unique) having count( T.f7_float_unique) is not null";
Command "select max(all T.f3_int),sum(distinct T.f12_decimal),max(all T.f19_nchar) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 group by (T.f1_int_unique) having count( *) is not null";
CreatePreparedCommand "sel454" "select max( T.f8_float_btree),sum(all T.f22_bigint_unique),max(distinct T.f8_float_btree) from (select * from T order by f1_int_unique limit 10) as T where f1_int_unique > 0 having max(all T.f19_nchar) is not null";
PreparedCommand "sel454" [];
PreparedCommand "sel454" [];
ErasePreparedCommand "sel454";
Command "select max( T.f8_float_btree),max(all T.f17_char_btree),max( T.f16_char_unique) from T where f1_int_unique > 0 group by (T.f2_int_btree) having count( T.f1_int_unique) is not null";
Command "select max(all T.f20_nchar_unique),sum(all T.f5_bigint_btree),max(distinct T.f3_int) from T having max(distinct T.f20_nchar_unique) is not null";
Command "select max(distinct T.f20_nchar_unique),sum( T.f1_int_unique),max( T.f14_decimal_btree) from T group by (T.f1_int_unique) having avg( T.f15_decimal) is not null";
Command "select max(distinct T.f8_float_btree),max(distinct T.f20_nchar_unique),max(distinct T.f11_decimal_unique) from T inner join T as Tjoin using (f1_int_unique) where T.f2_int_btree > 0 having max(all T.f12_decimal) is not null";
Command "select max( T.f8_float_btree),count( T.f19_nchar),min(all T.f18_char) from T inner join T as Tjoin using (f1_int_unique) group by (T.f2_int_btree) having min(distinct T.f13_decimal_unique) is not null";
CreatePreparedCommand "sel460" "select max(all T.f13_decimal_unique),count( T.f18_char),min(all T.f8_float_btree) from T where f1_int_unique > 0 group by (T.f1_int_unique) having count( T.f15_decimal) is not null";
PreparedCommand "sel460" [];
PreparedCommand "sel460" [];
ErasePreparedCommand "sel460";
Command "select max(distinct T.f5_bigint_btree),count(distinct T.f22_bigint_unique),min( T.f14_decimal_btree) from T inner join T as Tjoin using (f1_int_unique) where T.f2_int_btree > 0 group by (T.f2_int_btree) having max(distinct T.f17_char_btree) is not null";
CreatePreparedCommand "sel463" "select max( T.f5_bigint_btree),sum(distinct T.f10_decimal_btree),max(all T.f17_char_btree) from T where f1_int_unique > 0 group by (T.f2_int_btree) having avg(distinct T.f11_decimal_unique) is not null";
PreparedCommand "sel463" [];
PreparedCommand "sel463" [];
ErasePreparedCommand "sel463";
CreatePreparedCommand "sel464" "select max(all T.f21_nchar_btree),count(distinct T.f12_decimal),min(all T.f11_decimal_unique) from (select * from T order by f1_int_unique limit 10) as T where f1_int_unique > 0 having max(all T.f4_bigint_unique) is not null";
PreparedCommand "sel464" [];
PreparedCommand "sel464" [];
ErasePreparedCommand "sel464";
CreatePreparedCommand "sel465" "select max(all T.f11_decimal_unique),max( T.f18_char),min(all T.f2_int_btree) from (select * from T order by f1_int_unique limit 10) as T group by (T.f1_int_unique) having avg( T.f7_float_unique) is not null";
PreparedCommand "sel465" [];
PreparedCommand "sel465" [];
ErasePreparedCommand "sel465";
Command "select max(distinct T.f15_decimal),avg(distinct T.f4_bigint_unique),count(distinct T.f11_decimal_unique) from T where f2_int_btree > 0 having max(all T.f18_char) is not null";
Command "select max( T.f20_nchar_unique),max(distinct T.f16_char_unique),sum( T.f12_decimal) from T inner join T as Tjoin using (f1_int_unique) where T.f1_int_unique > 0 group by (T.f2_int_btree) having sum(all T.f9_float) is not null";
CreatePreparedCommand "sel469" "select max( T.f11_decimal_unique),min(all T.f3_int),count( T.f4_bigint_unique) from T where f1_int_unique > 0 having avg(all T.f8_float_btree) is not null";
PreparedCommand "sel469" [];
PreparedCommand "sel469" [];
ErasePreparedCommand "sel469";
Command "select max(distinct T.f6_bigint),count(all T.f8_float_btree),min(all T.f13_decimal_unique) from T inner join T as Tjoin using (f1_int_unique) where T.f2_int_btree > 0 having count(all T.f3_int) is not null";
Command "select sum(distinct T.f6_bigint),avg(distinct T.f12_decimal),max(all T.f21_nchar_btree) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 having count(all T.f2_int_btree) is not null";
Command "select max( T.f6_bigint),count(all T.f3_int),count(all T.f3_int) from T where f1_int_unique > 0 group by (T.f1_int_unique) having sum( T.f9_float) is not null";
Command "select max(distinct T.f6_bigint),count(all T.f22_bigint_unique),count(all T.f12_decimal) from T where f2_int_btree > 0 group by (T.f2_int_btree) having min( T.f16_char_unique) is not null";
Command "select max(distinct T.f6_bigint),count(all T.f16_char_unique),avg(all T.f5_bigint_btree) from T group by (T.f2_int_btree) having min(all T.f12_decimal) is not null";
CreatePreparedCommand "sel477" "select sum(all T.f7_float_unique),count(distinct T.f15_decimal),count(distinct T.f13_decimal_unique) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 group by (T.f1_int_unique) having count(all T.f5_bigint_btree) is not null";
PreparedCommand "sel477" [];
PreparedCommand "sel477" [];
ErasePreparedCommand "sel477";
Command "select max(distinct T.f1_int_unique),count( T.f14_decimal_btree),min( T.f6_bigint) from (select * from T order by f1_int_unique limit 10) as T where f1_int_unique > 0 having sum(distinct T.f1_int_unique) is not null";
Command "select max(distinct T.f14_decimal_btree),sum( T.f9_float),max( T.f1_int_unique) from (select * from T order by f1_int_unique limit 10) as T group by (T.f1_int_unique) having sum( T.f1_int_unique) is not null";
CreatePreparedCommand "sel480" "select max( T.f4_bigint_unique),sum(all T.f11_decimal_unique),min(distinct T.f10_decimal_btree) from T inner join T as Tjoin using (f1_int_unique) where T.f2_int_btree > 0 group by (T.f1_int_unique) having max(distinct T.f17_char_btree) is not null";
PreparedCommand "sel480" [];
PreparedCommand "sel480" [];
ErasePreparedCommand "sel480";
CreatePreparedCommand "sel481" "select max(all T.f16_char_unique),max(distinct T.f19_nchar),sum(distinct T.f10_decimal_btree) from T inner join T as Tjoin using (f1_int_unique) where T.f1_int_unique > 0 group by (T.f2_int_btree) having count(all T.f1_int_unique) is not null";
PreparedCommand "sel481" [];
PreparedCommand "sel481" [];
ErasePreparedCommand "sel481";
Command "select max(all T.f9_float),max(all T.f4_bigint_unique),min(distinct T.f15_decimal) from T group by (T.f1_int_unique) having count(distinct T.f20_nchar_unique) is not null";
Command "select max(distinct T.f14_decimal_btree),max(all T.f17_char_btree),max(all T.f5_bigint_btree) from T inner join T as Tjoin using (f1_int_unique) group by (T.f1_int_unique) having max(all T.f18_char) is not null";
CreatePreparedCommand "sel484" "select max(distinct T.f4_bigint_unique),min(all T.f13_decimal_unique),min( T.f4_bigint_unique) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 group by (T.f2_int_btree) having count( T.f16_char_unique) is not null";
PreparedCommand "sel484" [];
PreparedCommand "sel484" [];
ErasePreparedCommand "sel484";
Command "select max(distinct T.f3_int),avg(distinct T.f11_decimal_unique),avg( T.f1_int_unique) from (select * from T order by f1_int_unique limit 10) as T where f1_int_unique > 0 group by (T.f1_int_unique) having min(distinct T.f14_decimal_btree) is not null";
CreatePreparedCommand "sel489" "select max(all T.f4_bigint_unique),avg( T.f15_decimal),min(distinct T.f13_decimal_unique) from T inner join T as Tjoin using (f1_int_unique) where T.f1_int_unique > 0 group by (T.f1_int_unique) having min(all T.f7_float_unique) is not null";
PreparedCommand "sel489" [];
PreparedCommand "sel489" [];
ErasePreparedCommand "sel489";
CreatePreparedCommand "sel490" "select max(all T.f16_char_unique),max(all T.f20_nchar_unique),avg(distinct T.f2_int_btree) from T inner join T as Tjoin using (f1_int_unique) where T.f2_int_btree > 0 group by (T.f2_int_btree) having min( T.f16_char_unique) is not null";
PreparedCommand "sel490" [];
PreparedCommand "sel490" [];
ErasePreparedCommand "sel490";
Command "select max(distinct T.f16_char_unique),avg( T.f3_int),count( *) from T where f1_int_unique > 0 group by (T.f2_int_btree) having min(all T.f20_nchar_unique) is not null";
CreatePreparedCommand "sel492" "select max(distinct T.f4_bigint_unique),avg(distinct T.f8_float_btree),max(all T.f1_int_unique) from T inner join T as Tjoin using (f1_int_unique) where T.f1_int_unique > 0 group by (T.f2_int_btree) having max( T.f17_char_btree) is not null";
PreparedCommand "sel492" [];
PreparedCommand "sel492" [];
ErasePreparedCommand "sel492";
Command "select max( T.f14_decimal_btree),avg(distinct T.f6_bigint),max(all T.f11_decimal_unique) from T where f2_int_btree > 0 group by (T.f2_int_btree) having min(distinct T.f22_bigint_unique) is not null";
CreatePreparedCommand "sel494" "select max( T.f1_int_unique),max(distinct T.f21_nchar_btree),min( T.f13_decimal_unique) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 having min(all T.f6_bigint) is not null";
PreparedCommand "sel494" [];
PreparedCommand "sel494" [];
ErasePreparedCommand "sel494";
CreatePreparedCommand "sel495" "select max(all T.f7_float_unique),avg(all T.f8_float_btree),max(all T.f18_char) from T inner join T as Tjoin using (f1_int_unique) where T.f2_int_btree > 0 having min(distinct T.f8_float_btree) is not null";
PreparedCommand "sel495" [];
PreparedCommand "sel495" [];
ErasePreparedCommand "sel495";
Command "select max( T.f20_nchar_unique),sum(all T.f9_float),count(distinct T.f21_nchar_btree) from T inner join T as Tjoin using (f1_int_unique) where T.f2_int_btree > 0 group by (T.f1_int_unique) having sum( T.f1_int_unique) is not null";
Command "select max(distinct T.f1_int_unique),min( T.f7_float_unique),count(all T.f16_char_unique) from T inner join T as Tjoin using (f1_int_unique) where T.f1_int_unique > 0 group by (T.f2_int_btree) having min( T.f11_decimal_unique) is not null";
CreatePreparedCommand "sel498" "select max(all T.f9_float),count(distinct T.f17_char_btree),avg(distinct T.f8_float_btree) from T inner join T as Tjoin using (f1_int_unique) having min(all T.f21_nchar_btree) is not null";
PreparedCommand "sel498" [];
PreparedCommand "sel498" [];
ErasePreparedCommand "sel498";
CreatePreparedCommand "sel499" "select max(all T.f11_decimal_unique),sum(distinct T.f12_decimal),max(all T.f16_char_unique) from T inner join T as Tjoin using (f1_int_unique) where T.f1_int_unique > 0 group by (T.f2_int_btree) having max(all T.f17_char_btree) is not null";
PreparedCommand "sel499" [];
PreparedCommand "sel499" [];
ErasePreparedCommand "sel499";
Command "select max( T.f1_int_unique),avg(distinct T.f15_decimal),sum(distinct T.f7_float_unique) from T inner join T as Tjoin using (f1_int_unique) group by (T.f1_int_unique) having count(all T.f21_nchar_btree) is not null";
Command "select max(distinct T.f11_decimal_unique),sum(all T.f10_decimal_btree),min(distinct T.f3_int) from T where f2_int_btree > 0 having avg(distinct T.f6_bigint) is not null";
CreatePreparedCommand "sel503" "select max(distinct T.f3_int),count(all T.f15_decimal),count( T.f10_decimal_btree) from (select * from T order by f1_int_unique limit 10) as T group by (T.f1_int_unique) having count(distinct T.f10_decimal_btree) is not null";
PreparedCommand "sel503" [];
PreparedCommand "sel503" [];
ErasePreparedCommand "sel503";
CreatePreparedCommand "sel504" "select sum(distinct T.f8_float_btree),sum(all T.f2_int_btree),max(all T.f18_char) from T inner join T as Tjoin using (f1_int_unique) where T.f2_int_btree > 0 group by (T.f2_int_btree) having count( T.f14_decimal_btree) is not null";
PreparedCommand "sel504" [];
PreparedCommand "sel504" [];
ErasePreparedCommand "sel504";
Command "select count(distinct T.f2_int_btree),count(distinct T.f14_decimal_btree),count(all T.f7_float_unique) from T where f1_int_unique > 0 group by (T.f2_int_btree) having sum( T.f22_bigint_unique) is not null";
Command "select avg(distinct T.f2_int_btree),sum( T.f11_decimal_unique),avg(all T.f5_bigint_btree) from T group by (T.f1_int_unique) having min(all T.f9_float) is not null";
CreatePreparedCommand "sel508" "select sum( T.f15_decimal),max(distinct T.f21_nchar_btree),count( T.f22_bigint_unique) from T where f2_int_btree > 0 having sum(all T.f5_bigint_btree) is not null";
PreparedCommand "sel508" [];
PreparedCommand "sel508" [];
ErasePreparedCommand "sel508";
CreatePreparedCommand "sel509" "select count(all T.f21_nchar_btree),sum(all T.f4_bigint_unique),sum( T.f3_int) from T where f1_int_unique > 0 having min(all T.f19_nchar) is not null";
PreparedCommand "sel509" [];
PreparedCommand "sel509" [];
ErasePreparedCommand "sel509";
CreatePreparedCommand "sel510" "select max(distinct T.f21_nchar_btree),avg(distinct T.f6_bigint),count(distinct T.f21_nchar_btree) from T inner join T as Tjoin using (f1_int_unique) where T.f2_int_btree > 0 having max(distinct T.f16_char_unique) is not null";
PreparedCommand "sel510" [];
PreparedCommand "sel510" [];
ErasePreparedCommand "sel510";
CreatePreparedCommand "sel511" "select max(distinct T.f21_nchar_btree),avg(all T.f5_bigint_btree),count(distinct T.f13_decimal_unique) from T inner join T as Tjoin using (f1_int_unique) where T.f2_int_btree > 0 group by (T.f2_int_btree) having min(all T.f3_int) is not null";
PreparedCommand "sel511" [];
PreparedCommand "sel511" [];
ErasePreparedCommand "sel511";
CreatePreparedCommand "sel512" "select count(all T.f14_decimal_btree),min(distinct T.f19_nchar),max(all T.f19_nchar) from T inner join T as Tjoin using (f1_int_unique) where T.f2_int_btree > 0 group by (T.f2_int_btree) having sum(distinct T.f3_int) is not null";
PreparedCommand "sel512" [];
PreparedCommand "sel512" [];
ErasePreparedCommand "sel512";
CreatePreparedCommand "sel513" "select count(distinct T.f9_float),avg( T.f11_decimal_unique),count(distinct T.f1_int_unique) from (select * from T order by f1_int_unique limit 10) as T where f1_int_unique > 0 group by (T.f1_int_unique) having avg( T.f4_bigint_unique) is not null";
PreparedCommand "sel513" [];
PreparedCommand "sel513" [];
ErasePreparedCommand "sel513";
CreatePreparedCommand "sel514" "select count(distinct T.f9_float),sum( T.f10_decimal_btree),max(all T.f5_bigint_btree) from T group by (T.f1_int_unique) having min(all T.f5_bigint_btree) is not null";
PreparedCommand "sel514" [];
PreparedCommand "sel514" [];
ErasePreparedCommand "sel514";
Command "select count( T.f14_decimal_btree),count(distinct T.f18_char),sum(all T.f12_decimal) from T where f2_int_btree > 0 having sum(all T.f2_int_btree) is not null";
Command "select count(distinct T.f20_nchar_unique),count( T.f10_decimal_btree),sum(distinct T.f22_bigint_unique) from T group by (T.f2_int_btree) having avg( T.f9_float) is not null";
CreatePreparedCommand "sel518" "select count( T.f9_float),count( T.f13_decimal_unique),sum( T.f14_decimal_btree) from (select * from T order by f1_int_unique limit 10) as T group by (T.f1_int_unique) having max( T.f1_int_unique) is not null";
PreparedCommand "sel518" [];
PreparedCommand "sel518" [];
ErasePreparedCommand "sel518";
Command "select count(all T.f2_int_btree),count(distinct T.f10_decimal_btree),sum(distinct T.f8_float_btree) from T inner join T as Tjoin using (f1_int_unique) where T.f1_int_unique > 0 having avg( T.f14_decimal_btree) is not null";
Command "select avg(all T.f7_float_unique),min(all T.f20_nchar_unique),min(all T.f14_decimal_btree) from T where f2_int_btree > 0 group by (T.f2_int_btree) having min(distinct T.f11_decimal_unique) is not null";
Command "select count( T.f2_int_btree),count(distinct T.f4_bigint_unique),max(all T.f21_nchar_btree) from T inner join T as Tjoin using (f1_int_unique) where T.f2_int_btree > 0 having sum(distinct T.f22_bigint_unique) is not null";
Command "select count( T.f7_float_unique),sum( T.f1_int_unique),avg( T.f22_bigint_unique) from T group by (T.f1_int_unique) having min(distinct T.f13_decimal_unique) is not null";
CreatePreparedCommand "sel523" "select count( T.f2_int_btree),max( T.f16_char_unique),avg(all T.f15_decimal) from T inner join T as Tjoin using (f1_int_unique) where T.f1_int_unique > 0 group by (T.f1_int_unique) having max(all T.f5_bigint_btree) is not null";
PreparedCommand "sel523" [];
PreparedCommand "sel523" [];
ErasePreparedCommand "sel523";
Command "select count( T.f19_nchar),count(distinct T.f14_decimal_btree),max(all T.f18_char) from T where f2_int_btree > 0 group by (T.f2_int_btree) having min(distinct T.f6_bigint) is not null";
Command "select sum(distinct T.f12_decimal),count(distinct T.f6_bigint),sum(distinct T.f22_bigint_unique) from (select * from T order by f1_int_unique limit 10) as T having avg(distinct T.f3_int) is not null";
CreatePreparedCommand "sel526" "select max(distinct T.f18_char),count(distinct T.f20_nchar_unique),sum( T.f1_int_unique) from T inner join T as Tjoin using (f1_int_unique) where T.f1_int_unique > 0 group by (T.f2_int_btree) having count( T.f13_decimal_unique) is not null";
PreparedCommand "sel526" [];
PreparedCommand "sel526" [];
ErasePreparedCommand "sel526";
CreatePreparedCommand "sel527" "select count( T.f5_bigint_btree),max(distinct T.f18_char),count(all T.f1_int_unique) from T inner join T as Tjoin using (f1_int_unique) where T.f1_int_unique > 0 having sum(all T.f8_float_btree) is not null";
PreparedCommand "sel527" [];
PreparedCommand "sel527" [];
ErasePreparedCommand "sel527";
CreatePreparedCommand "sel528" "select count(all T.f3_int),sum(all T.f9_float),max( T.f6_bigint) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 group by (T.f1_int_unique) having max(distinct T.f19_nchar) is not null";
PreparedCommand "sel528" [];
PreparedCommand "sel528" [];
ErasePreparedCommand "sel528";
Command "select count(all T.f19_nchar),avg(distinct T.f10_decimal_btree),count(distinct T.f22_bigint_unique) from T inner join T as Tjoin using (f1_int_unique) having max(all T.f12_decimal) is not null";
CreatePreparedCommand "sel530" "select count(all T.f22_bigint_unique),min( T.f7_float_unique),avg(all T.f14_decimal_btree) from (select * from T order by f1_int_unique limit 10) as T group by (T.f2_int_btree) having avg(distinct T.f4_bigint_unique) is not null";
PreparedCommand "sel530" [];
PreparedCommand "sel530" [];
ErasePreparedCommand "sel530";
CreatePreparedCommand "sel532" "select avg(distinct T.f6_bigint),count(all T.f15_decimal),max( T.f20_nchar_unique) from T inner join T as Tjoin using (f1_int_unique) where T.f1_int_unique > 0 group by (T.f2_int_btree) having count(distinct T.f22_bigint_unique) is not null";
PreparedCommand "sel532" [];
PreparedCommand "sel532" [];
ErasePreparedCommand "sel532";
CreatePreparedCommand "sel533" "select count(all T.f13_decimal_unique),sum(all T.f8_float_btree),count( T.f6_bigint) from T inner join T as Tjoin using (f1_int_unique) where T.f2_int_btree > 0 group by (T.f1_int_unique) having sum(distinct T.f4_bigint_unique) is not null";
PreparedCommand "sel533" [];
PreparedCommand "sel533" [];
ErasePreparedCommand "sel533";
Command "select min(distinct T.f13_decimal_unique),avg(all T.f15_decimal),min(all T.f17_char_btree) from T inner join T as Tjoin using (f1_int_unique) group by (T.f1_int_unique) having max(distinct T.f18_char) is not null";
CreatePreparedCommand "sel535" "select avg( T.f1_int_unique),max(distinct T.f8_float_btree),min(all T.f12_decimal) from T inner join T as Tjoin using (f1_int_unique) where T.f2_int_btree > 0 having min(all T.f18_char) is not null";
PreparedCommand "sel535" [];
PreparedCommand "sel535" [];
ErasePreparedCommand "sel535";
Command "select avg(distinct T.f4_bigint_unique),sum(distinct T.f13_decimal_unique),min(distinct T.f22_bigint_unique) from T having avg(distinct T.f11_decimal_unique) is not null";
CreatePreparedCommand "sel538" "select avg(distinct T.f8_float_btree),min(all T.f11_decimal_unique),count( T.f6_bigint) from T inner join T as Tjoin using (f1_int_unique) where T.f2_int_btree > 0 group by (T.f1_int_unique) having count( T.f15_decimal) is not null";
PreparedCommand "sel538" [];
PreparedCommand "sel538" [];
ErasePreparedCommand "sel538";
CreatePreparedCommand "sel539" "select avg( T.f6_bigint),count(all T.f11_decimal_unique),max(all T.f7_float_unique) from T inner join T as Tjoin using (f1_int_unique) group by (T.f2_int_btree) having min( T.f8_float_btree) is not null";
PreparedCommand "sel539" [];
PreparedCommand "sel539" [];
ErasePreparedCommand "sel539";
CreatePreparedCommand "sel540" "select count(distinct T.f15_decimal),sum( T.f11_decimal_unique),max( T.f14_decimal_btree) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 group by (T.f2_int_btree) having max(all T.f1_int_unique) is not null";
PreparedCommand "sel540" [];
PreparedCommand "sel540" [];
ErasePreparedCommand "sel540";
CreatePreparedCommand "sel542" "select avg(distinct T.f14_decimal_btree),sum(distinct T.f4_bigint_unique),count( *) from T inner join T as Tjoin using (f1_int_unique) having sum(all T.f9_float) is not null";
PreparedCommand "sel542" [];
PreparedCommand "sel542" [];
ErasePreparedCommand "sel542";
Command "select max(distinct T.f20_nchar_unique),count(distinct T.f10_decimal_btree),max(distinct T.f17_char_btree) from T where f1_int_unique > 0 group by (T.f2_int_btree) having sum( T.f4_bigint_unique) is not null";
CreatePreparedCommand "sel545" "select max(distinct T.f20_nchar_unique),max(distinct T.f13_decimal_unique),avg(distinct T.f9_float) from T having sum(distinct T.f22_bigint_unique) is not null";
PreparedCommand "sel545" [];
PreparedCommand "sel545" [];
ErasePreparedCommand "sel545";
CreatePreparedCommand "sel546" "select count( T.f1_int_unique),count( T.f17_char_btree),sum(distinct T.f12_decimal) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 having sum(all T.f7_float_unique) is not null";
PreparedCommand "sel546" [];
PreparedCommand "sel546" [];
ErasePreparedCommand "sel546";
CreatePreparedCommand "sel547" "select count(distinct T.f9_float),max(distinct T.f10_decimal_btree),max(distinct T.f16_char_unique) from T inner join T as Tjoin using (f1_int_unique) where T.f1_int_unique > 0 group by (T.f1_int_unique) having count( T.f16_char_unique) is not null";
PreparedCommand "sel547" [];
PreparedCommand "sel547" [];
ErasePreparedCommand "sel547";
CreatePreparedCommand "sel549" "select avg(all T.f7_float_unique),min( T.f8_float_btree),count( T.f4_bigint_unique) from (select * from T order by f1_int_unique limit 10) as T having sum(distinct T.f12_decimal) is not null";
PreparedCommand "sel549" [];
PreparedCommand "sel549" [];
ErasePreparedCommand "sel549";
CreatePreparedCommand "sel550" "select min(distinct T.f2_int_btree),max( T.f8_float_btree),max(all T.f20_nchar_unique) from T inner join T as Tjoin using (f1_int_unique) where T.f2_int_btree > 0 having avg( T.f10_decimal_btree) is not null";
PreparedCommand "sel550" [];
PreparedCommand "sel550" [];
ErasePreparedCommand "sel550";
CreatePreparedCommand "sel551" "select max(all T.f21_nchar_btree),sum(distinct T.f10_decimal_btree),min(all T.f10_decimal_btree) from T inner join T as Tjoin using (f1_int_unique) where T.f1_int_unique > 0 group by (T.f2_int_btree) having sum(distinct T.f13_decimal_unique) is not null";
PreparedCommand "sel551" [];
PreparedCommand "sel551" [];
ErasePreparedCommand "sel551";
Command "select max(all T.f21_nchar_btree),avg(all T.f6_bigint),sum(distinct T.f6_bigint) from T inner join T as Tjoin using (f1_int_unique) having count(distinct T.f18_char) is not null";
Command "select max( T.f21_nchar_btree),max(all T.f4_bigint_unique),max(distinct T.f17_char_btree) from T inner join T as Tjoin using (f1_int_unique) where T.f1_int_unique > 0 having count(all T.f8_float_btree) is not null";
CreatePreparedCommand "sel554" "select max( T.f17_char_btree),avg(all T.f10_decimal_btree),max(distinct T.f19_nchar) from T where f2_int_btree > 0 group by (T.f2_int_btree) having max(all T.f8_float_btree) is not null";
PreparedCommand "sel554" [];
PreparedCommand "sel554" [];
ErasePreparedCommand "sel554";
Command "select count( T.f16_char_unique),max( T.f10_decimal_btree),avg(distinct T.f12_decimal) from T where f2_int_btree > 0 group by (T.f2_int_btree) having min(all T.f17_char_btree) is not null";
CreatePreparedCommand "sel557" "select max(distinct T.f20_nchar_unique),min( T.f7_float_unique),sum(all T.f2_int_btree) from (select * from T order by f1_int_unique limit 10) as T where f1_int_unique > 0 group by (T.f2_int_btree) having max(distinct T.f5_bigint_btree) is not null";
PreparedCommand "sel557" [];
PreparedCommand "sel557" [];
ErasePreparedCommand "sel557";
CreatePreparedCommand "sel558" "select count( T.f1_int_unique),sum(distinct T.f12_decimal),min( T.f9_float) from T inner join T as Tjoin using (f1_int_unique) having max( T.f14_decimal_btree) is not null";
PreparedCommand "sel558" [];
PreparedCommand "sel558" [];
ErasePreparedCommand "sel558";
CreatePreparedCommand "sel559" "select avg(all T.f15_decimal),max( T.f9_float),sum( T.f12_decimal) from T where f2_int_btree > 0 group by (T.f2_int_btree) having max(distinct T.f22_bigint_unique) is not null";
PreparedCommand "sel559" [];
PreparedCommand "sel559" [];
ErasePreparedCommand "sel559";
CreatePreparedCommand "sel560" "select max( T.f2_int_btree),max( T.f20_nchar_unique),max(distinct T.f17_char_btree) from (select * from T order by f1_int_unique limit 10) as T having count(distinct T.f21_nchar_btree) is not null";
PreparedCommand "sel560" [];
PreparedCommand "sel560" [];
ErasePreparedCommand "sel560";
CreatePreparedCommand "sel561" "select count( T.f12_decimal),max(distinct T.f1_int_unique),avg(distinct T.f13_decimal_unique) from T group by (T.f1_int_unique) having min( T.f14_decimal_btree) is not null";
PreparedCommand "sel561" [];
PreparedCommand "sel561" [];
ErasePreparedCommand "sel561";
Command "select max(distinct T.f12_decimal),avg(distinct T.f12_decimal),count(distinct T.f22_bigint_unique) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 having max( T.f17_char_btree) is not null";
Command "select count( T.f19_nchar),max( T.f18_char),count(all T.f10_decimal_btree) from T where f1_int_unique > 0 group by (T.f1_int_unique) having count(all T.f4_bigint_unique) is not null";
CreatePreparedCommand "sel564" "select max( T.f19_nchar),count(distinct T.f3_int),sum(all T.f9_float) from (select * from T order by f1_int_unique limit 10) as T group by (T.f1_int_unique) having max(all T.f10_decimal_btree) is not null";
PreparedCommand "sel564" [];
PreparedCommand "sel564" [];
ErasePreparedCommand "sel564";
Command "select sum(distinct T.f11_decimal_unique),max(all T.f5_bigint_btree),min( T.f14_decimal_btree) from (select * from T order by f1_int_unique limit 10) as T having count(all T.f12_decimal) is not null";
Command "select count( T.f20_nchar_unique),max( T.f21_nchar_btree),max(distinct T.f17_char_btree) from T inner join T as Tjoin using (f1_int_unique) where T.f2_int_btree > 0 having max(all T.f16_char_unique) is not null";
Command "select avg(distinct T.f3_int),sum( T.f9_float),sum( T.f2_int_btree) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 group by (T.f1_int_unique) having max(distinct T.f8_float_btree) is not null";
Command "select count(distinct T.f5_bigint_btree),max( T.f20_nchar_unique),min( T.f20_nchar_unique) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 group by (T.f2_int_btree) having min(all T.f5_bigint_btree) is not null";
Command "select avg(distinct T.f2_int_btree),count( T.f20_nchar_unique),max(distinct T.f16_char_unique) from T inner join T as Tjoin using (f1_int_unique) group by (T.f1_int_unique) having max(all T.f4_bigint_unique) is not null";
CreatePreparedCommand "sel570" "select max( T.f19_nchar),max(distinct T.f14_decimal_btree),avg(all T.f3_int) from T where f1_int_unique > 0 having max(all T.f18_char) is not null";
PreparedCommand "sel570" [];
PreparedCommand "sel570" [];
ErasePreparedCommand "sel570";
Command "select count(distinct T.f11_decimal_unique),max(all T.f19_nchar),max(all T.f15_decimal) from (select * from T order by f1_int_unique limit 10) as T where f1_int_unique > 0 group by (T.f1_int_unique) having avg(distinct T.f11_decimal_unique) is not null";
CreatePreparedCommand "sel572" "select max( T.f19_nchar),avg( T.f10_decimal_btree),min(distinct T.f12_decimal) from T where f1_int_unique > 0 having max(all T.f14_decimal_btree) is not null";
PreparedCommand "sel572" [];
PreparedCommand "sel572" [];
ErasePreparedCommand "sel572";
Command "select sum(distinct T.f22_bigint_unique),avg( T.f14_decimal_btree),min(all T.f5_bigint_btree) from T group by (T.f1_int_unique) having count( T.f8_float_btree) is not null";
CreatePreparedCommand "sel575" "select sum(all T.f8_float_btree),avg(distinct T.f6_bigint),max(distinct T.f1_int_unique) from T inner join T as Tjoin using (f1_int_unique) group by (T.f2_int_btree) having min( T.f9_float) is not null";
PreparedCommand "sel575" [];
PreparedCommand "sel575" [];
ErasePreparedCommand "sel575";
Command "select sum(all T.f13_decimal_unique),max(distinct T.f6_bigint),count(all T.f2_int_btree) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 group by (T.f1_int_unique) having count(distinct T.f9_float) is not null";
Command "select sum(all T.f14_decimal_btree),max(distinct T.f13_decimal_unique),count(distinct T.f1_int_unique) from T having min(distinct T.f6_bigint) is not null";
CreatePreparedCommand "sel579" "select sum(all T.f9_float),max(all T.f6_bigint),min( T.f18_char) from (select * from T order by f1_int_unique limit 10) as T where f1_int_unique > 0 group by (T.f1_int_unique) having max( T.f19_nchar) is not null";
PreparedCommand "sel579" [];
PreparedCommand "sel579" [];
ErasePreparedCommand "sel579";
Command "select count(distinct T.f14_decimal_btree),max( T.f8_float_btree),avg(all T.f22_bigint_unique) from T inner join T as Tjoin using (f1_int_unique) having max(distinct T.f4_bigint_unique) is not null";
Command "select avg(all T.f4_bigint_unique),count(distinct T.f4_bigint_unique),max(distinct T.f15_decimal) from T where f1_int_unique > 0 group by (T.f1_int_unique) having max(all T.f2_int_btree) is not null";
Command "select sum(all T.f22_bigint_unique),min(distinct T.f4_bigint_unique),min( T.f19_nchar) from T where f2_int_btree > 0 group by (T.f1_int_unique) having avg(all T.f11_decimal_unique) is not null";
CreatePreparedCommand "sel587" "select count(all T.f6_bigint),count( *),max( T.f10_decimal_btree) from T having max(distinct T.f18_char) is not null";
PreparedCommand "sel587" [];
PreparedCommand "sel587" [];
ErasePreparedCommand "sel587";
Command "select max(all T.f21_nchar_btree),max(all T.f2_int_btree),avg(distinct T.f5_bigint_btree) from T having min(distinct T.f6_bigint) is not null";
CreatePreparedCommand "sel590" "select max(all T.f18_char),max(all T.f2_int_btree),min( T.f6_bigint) from T inner join T as Tjoin using (f1_int_unique) group by (T.f2_int_btree) having max(distinct T.f13_decimal_unique) is not null";
PreparedCommand "sel590" [];
PreparedCommand "sel590" [];
ErasePreparedCommand "sel590";
Command "select max(distinct T.f17_char_btree),min(distinct T.f19_nchar),count(all T.f7_float_unique) from (select * from T order by f1_int_unique limit 10) as T where f1_int_unique > 0 group by (T.f2_int_btree) having min(all T.f5_bigint_btree) is not null";
Command "select count(all T.f16_char_unique),sum(all T.f15_decimal),count(distinct T.f6_bigint) from T inner join T as Tjoin using (f1_int_unique) where T.f1_int_unique > 0 group by (T.f1_int_unique) having avg(all T.f2_int_btree) is not null";
Command "select max( T.f17_char_btree),min(all T.f13_decimal_unique),min(distinct T.f6_bigint) from T group by (T.f2_int_btree) having avg(distinct T.f9_float) is not null";
Command "select max( T.f17_char_btree),avg( T.f8_float_btree),max(distinct T.f1_int_unique) from T inner join T as Tjoin using (f1_int_unique) having count( T.f16_char_unique) is not null";
CreatePreparedCommand "sel595" "select max(all T.f17_char_btree),min( T.f6_bigint),count( *) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 having max(all T.f15_decimal) is not null";
PreparedCommand "sel595" [];
PreparedCommand "sel595" [];
ErasePreparedCommand "sel595";
CreatePreparedCommand "sel596" "select max( T.f1_int_unique),max(distinct T.f10_decimal_btree),avg(distinct T.f11_decimal_unique) from T where f2_int_btree > 0 group by (T.f2_int_btree) having min( T.f9_float) is not null";
PreparedCommand "sel596" [];
PreparedCommand "sel596" [];
ErasePreparedCommand "sel596";
CreatePreparedCommand "sel597" "select count(all T.f20_nchar_unique),max(all T.f1_int_unique),min( T.f7_float_unique) from T where f2_int_btree > 0 group by (T.f1_int_unique) having count(distinct T.f11_decimal_unique) is not null";
PreparedCommand "sel597" [];
PreparedCommand "sel597" [];
ErasePreparedCommand "sel597";
CreatePreparedCommand "sel598" "select max(all T.f22_bigint_unique),max(all T.f22_bigint_unique),count( T.f15_decimal) from T having max( T.f18_char) is not null";
PreparedCommand "sel598" [];
PreparedCommand "sel598" [];
ErasePreparedCommand "sel598";
CreatePreparedCommand "sel599" "select sum(distinct T.f3_int),max(distinct T.f7_float_unique),max(distinct T.f17_char_btree) from (select * from T order by f1_int_unique limit 10) as T having sum(all T.f12_decimal) is not null";
PreparedCommand "sel599" [];
PreparedCommand "sel599" [];
ErasePreparedCommand "sel599";
Command "select avg( T.f5_bigint_btree),min(distinct T.f1_int_unique),max(distinct T.f19_nchar) from T where f2_int_btree > 0 group by (T.f2_int_btree) having avg( T.f9_float) is not null";
CreatePreparedCommand "sel601" "select avg( T.f5_bigint_btree),max(all T.f16_char_unique),max(distinct T.f18_char) from T where f1_int_unique > 0 group by (T.f1_int_unique) having sum(all T.f3_int) is not null";
PreparedCommand "sel601" [];
PreparedCommand "sel601" [];
ErasePreparedCommand "sel601";
Command "select avg(all T.f15_decimal),count(all T.f16_char_unique),avg(distinct T.f6_bigint) from T group by (T.f1_int_unique) having max(distinct T.f10_decimal_btree) is not null";
CreatePreparedCommand "sel603" "select sum(all T.f15_decimal),sum(distinct T.f12_decimal),avg( T.f13_decimal_unique) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 group by (T.f1_int_unique) having count( T.f12_decimal) is not null";
PreparedCommand "sel603" [];
PreparedCommand "sel603" [];
ErasePreparedCommand "sel603";
CreatePreparedCommand "sel604" "select sum(all T.f22_bigint_unique),count(all T.f2_int_btree),sum( T.f4_bigint_unique) from T having count(distinct T.f18_char) is not null";
PreparedCommand "sel604" [];
PreparedCommand "sel604" [];
ErasePreparedCommand "sel604";
Command "select count(distinct T.f22_bigint_unique),min(all T.f5_bigint_btree),max( T.f3_int) from T group by (T.f2_int_btree) having sum(distinct T.f3_int) is not null";
CreatePreparedCommand "sel606" "select count(all T.f2_int_btree),max( T.f5_bigint_btree),count(distinct T.f16_char_unique) from T where f1_int_unique > 0 having min(all T.f2_int_btree) is not null";
PreparedCommand "sel606" [];
PreparedCommand "sel606" [];
ErasePreparedCommand "sel606";
CreatePreparedCommand "sel607" "select count(distinct T.f16_char_unique),max(all T.f21_nchar_btree),sum( T.f7_float_unique) from (select * from T order by f1_int_unique limit 10) as T group by (T.f1_int_unique) having count( T.f12_decimal) is not null";
PreparedCommand "sel607" [];
PreparedCommand "sel607" [];
ErasePreparedCommand "sel607";
Command "select count(all T.f17_char_btree),min( T.f9_float),max(all T.f3_int) from (select * from T order by f1_int_unique limit 10) as T group by (T.f1_int_unique) having count(distinct T.f10_decimal_btree) is not null";
CreatePreparedCommand "sel609" "select max(distinct T.f18_char),avg(all T.f9_float),sum(distinct T.f14_decimal_btree) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 having min(distinct T.f14_decimal_btree) is not null";
PreparedCommand "sel609" [];
PreparedCommand "sel609" [];
ErasePreparedCommand "sel609";
CreatePreparedCommand "sel610" "select count(distinct T.f12_decimal),max( T.f20_nchar_unique),avg( T.f8_float_btree) from (select * from T order by f1_int_unique limit 10) as T group by (T.f1_int_unique) having count( T.f12_decimal) is not null";
PreparedCommand "sel610" [];
PreparedCommand "sel610" [];
ErasePreparedCommand "sel610";
CreatePreparedCommand "sel611" "select max(all T.f20_nchar_unique),avg( T.f8_float_btree),max(distinct T.f20_nchar_unique) from T where f2_int_btree > 0 group by (T.f1_int_unique) having sum( T.f6_bigint) is not null";
PreparedCommand "sel611" [];
PreparedCommand "sel611" [];
ErasePreparedCommand "sel611";
CreatePreparedCommand "sel612" "select count(all T.f18_char),avg( T.f8_float_btree),sum( T.f3_int) from T inner join T as Tjoin using (f1_int_unique) group by (T.f2_int_btree) having count(distinct T.f22_bigint_unique) is not null";
PreparedCommand "sel612" [];
PreparedCommand "sel612" [];
ErasePreparedCommand "sel612";
CreatePreparedCommand "sel613" "select max( T.f18_char),sum( T.f7_float_unique),max(distinct T.f19_nchar) from (select * from T order by f1_int_unique limit 10) as T where f1_int_unique > 0 group by (T.f1_int_unique) having avg( T.f6_bigint) is not null";
PreparedCommand "sel613" [];
PreparedCommand "sel613" [];
ErasePreparedCommand "sel613";
CreatePreparedCommand "sel615" "select max( T.f18_char),avg( T.f1_int_unique),avg(distinct T.f8_float_btree) from T inner join T as Tjoin using (f1_int_unique) where T.f2_int_btree > 0 group by (T.f1_int_unique) having sum(distinct T.f2_int_btree) is not null";
PreparedCommand "sel615" [];
PreparedCommand "sel615" [];
ErasePreparedCommand "sel615";
CreatePreparedCommand "sel616" "select count( T.f5_bigint_btree),avg(all T.f8_float_btree),max(distinct T.f14_decimal_btree) from (select * from T order by f1_int_unique limit 10) as T where f1_int_unique > 0 group by (T.f2_int_btree) having count(distinct T.f20_nchar_unique) is not null";
PreparedCommand "sel616" [];
PreparedCommand "sel616" [];
ErasePreparedCommand "sel616";
Command "select max( T.f3_int),min(distinct T.f18_char),count(distinct T.f13_decimal_unique) from T inner join T as Tjoin using (f1_int_unique) where T.f1_int_unique > 0 group by (T.f1_int_unique) having max(distinct T.f21_nchar_btree) is not null";
Command "select sum(all T.f15_decimal),max(all T.f18_char),min(all T.f14_decimal_btree) from (select * from T order by f1_int_unique limit 10) as T group by (T.f2_int_btree) having avg( T.f9_float) is not null";
Command "select sum( T.f2_int_btree),min( T.f18_char),max(distinct T.f19_nchar) from T inner join T as Tjoin using (f1_int_unique) group by (T.f1_int_unique) having max( T.f1_int_unique) is not null";
CreatePreparedCommand "sel621" "select count( T.f2_int_btree),max(all T.f1_int_unique),avg(distinct T.f6_bigint) from T group by (T.f1_int_unique) having count( T.f16_char_unique) is not null";
PreparedCommand "sel621" [];
PreparedCommand "sel621" [];
ErasePreparedCommand "sel621";
Command "select count(distinct T.f11_decimal_unique),avg( T.f1_int_unique),max(all T.f17_char_btree) from (select * from T order by f1_int_unique limit 10) as T group by (T.f1_int_unique) having count( T.f10_decimal_btree) is not null";
CreatePreparedCommand "sel623" "select max(all T.f20_nchar_unique),count(all T.f16_char_unique),count( T.f8_float_btree) from T inner join T as Tjoin using (f1_int_unique) where T.f1_int_unique > 0 group by (T.f1_int_unique) having sum( T.f13_decimal_unique) is not null";
PreparedCommand "sel623" [];
PreparedCommand "sel623" [];
ErasePreparedCommand "sel623";
Command "select max(all T.f5_bigint_btree),max( T.f18_char),avg(all T.f8_float_btree) from T inner join T as Tjoin using (f1_int_unique) where T.f1_int_unique > 0 group by (T.f1_int_unique) having count(distinct T.f18_char) is not null";
Command "select count( T.f5_bigint_btree),min( T.f5_bigint_btree),max(all T.f17_char_btree) from T inner join T as Tjoin using (f1_int_unique) group by (T.f1_int_unique) having count( T.f7_float_unique) is not null";
Command "select avg( T.f5_bigint_btree),min( T.f22_bigint_unique),max(all T.f13_decimal_unique) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 group by (T.f1_int_unique) having count( T.f16_char_unique) is not null";
Command "select avg( T.f5_bigint_btree),min(all T.f21_nchar_btree),min( T.f3_int) from (select * from T order by f1_int_unique limit 10) as T group by (T.f1_int_unique) having count( T.f14_decimal_btree) is not null";
CreatePreparedCommand "sel628" "select sum(distinct T.f5_bigint_btree),min( T.f9_float),max( T.f7_float_unique) from T group by (T.f2_int_btree) having count( T.f15_decimal) is not null";
PreparedCommand "sel628" [];
PreparedCommand "sel628" [];
ErasePreparedCommand "sel628";
CreatePreparedCommand "sel629" "select avg(all T.f15_decimal),max(all T.f5_bigint_btree),count(distinct T.f9_float) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 group by (T.f1_int_unique) having max( T.f11_decimal_unique) is not null";
PreparedCommand "sel629" [];
PreparedCommand "sel629" [];
ErasePreparedCommand "sel629";
Command "select avg( T.f2_int_btree),count(all T.f21_nchar_btree),sum(all T.f9_float) from T inner join T as Tjoin using (f1_int_unique) where T.f2_int_btree > 0 group by (T.f1_int_unique) having avg(distinct T.f8_float_btree) is not null";
Command "select avg( T.f2_int_btree),min(all T.f22_bigint_unique),max(all T.f3_int) from (select * from T order by f1_int_unique limit 10) as T where f1_int_unique > 0 having sum(distinct T.f7_float_unique) is not null";
Command "select count( T.f2_int_btree),min(all T.f7_float_unique),sum(distinct T.f7_float_unique) from T inner join T as Tjoin using (f1_int_unique) where T.f1_int_unique > 0 group by (T.f2_int_btree) having count( T.f14_decimal_btree) is not null";
CreatePreparedCommand "sel633" "select sum( T.f2_int_btree),count( T.f12_decimal),max(all T.f17_char_btree) from T inner join T as Tjoin using (f1_int_unique) where T.f2_int_btree > 0 having min(all T.f20_nchar_unique) is not null";
PreparedCommand "sel633" [];
PreparedCommand "sel633" [];
ErasePreparedCommand "sel633";
Command "select avg(all T.f2_int_btree),sum(all T.f9_float),avg(all T.f12_decimal) from T inner join T as Tjoin using (f1_int_unique) where T.f2_int_btree > 0 group by (T.f1_int_unique) having max( T.f18_char) is not null";
CreatePreparedCommand "sel635" "select avg( T.f2_int_btree),max( T.f18_char),min(distinct T.f20_nchar_unique) from T where f2_int_btree > 0 group by (T.f2_int_btree) having count(all T.f12_decimal) is not null";
PreparedCommand "sel635" [];
PreparedCommand "sel635" [];
ErasePreparedCommand "sel635";
Command "select max(all T.f2_int_btree),min(all T.f22_bigint_unique),max(distinct T.f19_nchar) from (select * from T order by f1_int_unique limit 10) as T where f1_int_unique > 0 group by (T.f2_int_btree) having max( T.f13_decimal_unique) is not null";
CreatePreparedCommand "sel637" "select avg( T.f2_int_btree),min( T.f22_bigint_unique),sum(all T.f12_decimal) from T where f2_int_btree > 0 group by (T.f2_int_btree) having max( T.f4_bigint_unique) is not null";
PreparedCommand "sel637" [];
PreparedCommand "sel637" [];
ErasePreparedCommand "sel637";
CreatePreparedCommand "sel638" "select avg(all T.f2_int_btree),min( T.f20_nchar_unique),sum(all T.f9_float) from (select * from T order by f1_int_unique limit 10) as T having max(distinct T.f19_nchar) is not null";
PreparedCommand "sel638" [];
PreparedCommand "sel638" [];
ErasePreparedCommand "sel638";
Command "select avg(all T.f2_int_btree),min( T.f5_bigint_btree),sum(distinct T.f7_float_unique) from (select * from T order by f1_int_unique limit 10) as T where f2_int_btree > 0 group by (T.f2_int_btree) having max( T.f1_int_unique) is not null";
Command "select avg(all T.f2_int_btree),max( T.f5_bigint_btree),max(all T.f21_nchar_btree) from T where f2_int_btree > 0 group by (T.f1_int_unique) having max(all T.f10_decimal_btree) is not null";
CreatePreparedCommand "sel641" "select avg(all T.f2_int_btree),min( T.f18_char),min( T.f22_bigint_unique) from T having max(distinct T.f15_decimal) is not null";
PreparedCommand "sel641" [];
PreparedCommand "sel641" [];
ErasePreparedCommand "sel641";
Command "select max(distinct T.f20_nchar_unique),max(all T.f12_decimal),count(all T.f4_bigint_unique) from T inner join T as Tjoin using (f1_int_unique) where T.f1_int_unique > 0 having sum(distinct T.f6_bigint) is not null";
TerminateSession;
InitializeSession  "TESTDB";
Command "drop database TESTDB";
TerminateSession;
Terminate;
End;
