Begin;
Initialize;
InitializeSession "TESTDB";
Command "create database TESTDB";
TerminateSession;
InitializeSession "TESTDB";
Command "create table T_2_0 (dec1 decimal(2,0))";
Command "insert T_2_0 values (null), (0), (1), (-1), (21), (-21), (65), (-65)";
Command "create table T_nclob_2_0 (nclob1 nclob)";
Command "insert T_nclob_2_0 values (null), ('0'), (' 65'), (' -65'), ('065'), ('-065'), ('21'), ('-21'), ('65'), ('-65')";
Command "select * from T_2_0, T_nclob_2_0 where T_2_0.dec1 < T_nclob_2_0.nclob1";
Command "select * from T_2_0 where dec1 < '21'";
Command "create table T_18_9 (dec1 decimal(18,9))";
Command "insert T_18_9 values (null), (0), (1), (-1), (210987654.321098765), (-210987654.321098765), (654321098.765432109), (-654321098.765432109)";
Command "select * from T_18_9, T_nclob_2_0 where T_nclob_2_0.nclob1 > T_18_9.dec1";
Command "select * from T_18_9 where '21' > dec1";
Command "create table T_ntext_2_1 (ntext1 ntext)";
Command "insert T_ntext_2_1 values (null), ('0'), (' 6.5'), (' -6.5'), ('06.5'), ('-06.5'), ('2.1'), ('-2.1'), ('6.5'), ('-6.5')";
Command "select * from T_2_0, T_ntext_2_1 where T_2_0.dec1 > T_ntext_2_1.ntext1";
Command "select * from T_2_0 where dec1 > '-6.5'";
Command "select * from T_18_9, T_ntext_2_1 where T_ntext_2_1.ntext1 < T_18_9.dec1";
Command "select * from T_18_9 where '-6.5' < dec1";
Command "create table T_nclob_18_9 (nclob1 nclob)";
Command "insert T_nclob_18_9 values (null), ('0'), ('         654321098.765432109'), ('         -654321098.765432109'), ('000000000654321098.765432109'), ('-000000000654321098.765432109'), ('210987654.321098765'), ('-210987654.321098765'), ('654321098.765432109'), ('-654321098.765432109')";
Command "select * from T_2_0, T_nclob_18_9 where T_nclob_18_9.nclob1 <= T_2_0.dec1";
Command "select * from T_2_0 where '-210987654.321098765' <= dec1";
Command "select * from T_18_9, T_nclob_18_9 where T_18_9.dec1 >= T_nclob_18_9.nclob1";
Command "select * from T_18_9 where dec1 >= '-210987654.321098765'";
Command "create table T_36_36 (dec1 decimal(36,36))";
Command "insert T_36_36 values (null), (0), (0.210987654321098765432109876543210987), (-0.210987654321098765432109876543210987), (0.654321098765432109876543210987654321), (-0.654321098765432109876543210987654321)";
Command "create table T_ntext_18_0 (ntext1 ntext)";
Command "insert T_ntext_18_0 values (null), ('0'), ('         654321098765432109'), ('         -654321098765432109'), ('000000000654321098765432109'), ('-000000000654321098765432109'), ('210987654321098765'), ('-210987654321098765'), ('654321098765432109'), ('-654321098765432109')";
Command "select * from T_36_36, T_ntext_18_0 where T_36_36.dec1 <= T_ntext_18_0.ntext1";
Command "select * from T_36_36 where dec1 <= '654321098765432109'";
Command "create table T_2_1 (dec1 decimal(2,1))";
Command "insert T_2_1 values (null), (0), (1), (-1), (2.1), (-2.1), (6.5), (-6.5)";
Command "select * from T_2_1, T_ntext_18_0 where T_ntext_18_0.ntext1 >= T_2_1.dec1";
Command "select * from T_2_1 where '654321098765432109' >= dec1";
Command "create table T_nclob_36_36 (nclob1 nclob)";
Command "insert T_nclob_36_36 values (null), ('0'), ('                  0.654321098765432109876543210987654321'), ('                  -0.654321098765432109876543210987654321'), ('0000000000000000000.654321098765432109876543210987654321'), ('-0000000000000000000.654321098765432109876543210987654321'), ('0.210987654321098765432109876543210987'), ('-0.210987654321098765432109876543210987'), ('0.654321098765432109876543210987654321'), ('-0.654321098765432109876543210987654321')";
Command "select * from T_36_36, T_nclob_36_36 where T_nclob_36_36.nclob1 = T_36_36.dec1";
Command "select * from T_36_36 where '                  0.654321098765432109876543210987654321' = dec1";
Command "select * from T_2_1, T_nclob_36_36 where T_2_1.dec1 != T_nclob_36_36.nclob1";
Command "select * from T_2_1 where dec1 != '                  0.654321098765432109876543210987654321'";
Command "create table T_18_0 (dec1 decimal(18,0))";
Command "insert T_18_0 values (null), (0), (1), (-1), (210987654321098765), (-210987654321098765), (654321098765432109), (-654321098765432109)";
Command "create table T_ntext_36_0 (ntext1 ntext)";
Command "insert T_ntext_36_0 values (null), ('0'), ('                  654321098765432109876543210987654321'), ('                  -654321098765432109876543210987654321'), ('000000000000000000654321098765432109876543210987654321'), ('-000000000000000000654321098765432109876543210987654321'), ('210987654321098765432109876543210987'), ('-210987654321098765432109876543210987'), ('654321098765432109876543210987654321'), ('-654321098765432109876543210987654321')";
Command "select * from T_18_0, T_ntext_36_0 where T_18_0.dec1 = T_ntext_36_0.ntext1";
Command "select * from T_18_0 where dec1 = '-000000000000000000654321098765432109876543210987654321'";
Command "select * from T_18_0, T_ntext_36_0 where T_ntext_36_0.ntext1 != T_18_0.dec1";
Command "select * from T_18_0 where '-000000000000000000654321098765432109876543210987654321' != dec1";
Command "create table T_ntext_72_36 (ntext1 ntext)";
Command "insert T_ntext_72_36 values (null), ('0'), ('                                    654321098765432109876543210987654321.098765432109876543210987654321098765'), ('                                    -654321098765432109876543210987654321.098765432109876543210987654321098765'), ('000000000000000000000000000000000000654321098765432109876543210987654321.098765432109876543210987654321098765'), ('-000000000000000000000000000000000000654321098765432109876543210987654321.098765432109876543210987654321098765'), ('210987654321098765432109876543210987.654321098765432109876543210987654321'), ('-210987654321098765432109876543210987.654321098765432109876543210987654321'), ('654321098765432109876543210987654321.098765432109876543210987654321098765'), ('-654321098765432109876543210987654321.098765432109876543210987654321098765')";
Command "select * from T_18_0, T_ntext_72_36 where T_ntext_72_36.ntext1 < T_18_0.dec1";
Command "select * from T_18_0 where '                                    654321098765432109876543210987654321.098765432109876543210987654321098765' < dec1";
Command "select * from T_18_0, T_ntext_72_36 where T_18_0.dec1 > T_ntext_72_36.ntext1";
Command "select * from T_18_0 where dec1 > '                                    654321098765432109876543210987654321.098765432109876543210987654321098765'";
Command "create table T_nclob_72_72 (nclob1 nclob)";
Command "insert T_nclob_72_72 values (null), ('0'), ('                                    0.654321098765432109876543210987654321098765432109876543210987654321098765'), ('                                    -0.654321098765432109876543210987654321098765432109876543210987654321098765'), ('0000000000000000000000000000000000000.654321098765432109876543210987654321098765432109876543210987654321098765'), ('-0000000000000000000000000000000000000.654321098765432109876543210987654321098765432109876543210987654321098765'), ('0.210987654321098765432109876543210987654321098765432109876543210987654321'), ('-0.210987654321098765432109876543210987654321098765432109876543210987654321'), ('0.654321098765432109876543210987654321098765432109876543210987654321098765'), ('-0.654321098765432109876543210987654321098765432109876543210987654321098765')";
Command "select * from T_36_36, T_nclob_72_72 where T_36_36.dec1 < T_nclob_72_72.nclob1";
Command "select * from T_36_36 where dec1 < '-0000000000000000000000000000000000000.654321098765432109876543210987654321098765432109876543210987654321098765'";
Command "create table T_36_18 (dec1 decimal(36,18))";
Command "insert T_36_18 values (null), (0), (1), (-1), (210987654321098765.432109876543210987), (-210987654321098765.432109876543210987), (654321098765432109.876543210987654321), (-654321098765432109.876543210987654321)";
Command "select * from T_36_18, T_nclob_72_72 where T_nclob_72_72.nclob1 > T_36_18.dec1";
Command "select * from T_36_18 where '-0000000000000000000000000000000000000.654321098765432109876543210987654321098765432109876543210987654321098765' > dec1";
Command "create table T_ntext_2_2 (ntext1 ntext)";
Command "insert T_ntext_2_2 values (null), ('0'), (' 0.65'), (' -0.65'), ('00.65'), ('-00.65'), ('0.21'), ('-0.21'), ('0.65'), ('-0.65')";
Command "select * from T_36_36, T_ntext_2_2 where T_ntext_2_2.ntext1 <= T_36_36.dec1";
Command "select * from T_36_36 where ' -0.65' <= dec1";
Command "select * from T_36_18, T_ntext_2_2 where T_36_18.dec1 >= T_ntext_2_2.ntext1";
Command "select * from T_36_18 where dec1 >= ' -0.65'";
Command "create table T_18_18 (dec1 decimal(18,18))";
Command "insert T_18_18 values (null), (0), (0.210987654321098765), (-0.210987654321098765), (0.654321098765432109), (-0.654321098765432109)";
Command "select * from T_18_18, T_nclob_18_9 where T_18_18.dec1 <= T_nclob_18_9.nclob1";
Command "select * from T_18_18 where dec1 <= '000000000654321098.765432109'";
Command "create table T_36_0 (dec1 decimal(36,0))";
Command "insert T_36_0 values (null), (0), (1), (-1), (210987654321098765432109876543210987), (-210987654321098765432109876543210987), (654321098765432109876543210987654321), (-654321098765432109876543210987654321)";
Command "select * from T_36_0, T_nclob_18_9 where T_nclob_18_9.nclob1 >= T_36_0.dec1";
Command "select * from T_36_0 where '000000000654321098.765432109' >= dec1";
Command "create table T_ntext_18_18 (ntext1 ntext)";
Command "insert T_ntext_18_18 values (null), ('0'), ('         0.654321098765432109'), ('         -0.654321098765432109'), ('0000000000.654321098765432109'), ('-0000000000.654321098765432109'), ('0.210987654321098765'), ('-0.210987654321098765'), ('0.654321098765432109'), ('-0.654321098765432109')";
Command "select * from T_18_18, T_ntext_18_18 where T_ntext_18_18.ntext1 = T_18_18.dec1";
Command "select * from T_18_18 where '0.210987654321098765' = dec1";
Command "select * from T_36_0, T_ntext_18_18 where T_36_0.dec1 != T_ntext_18_18.ntext1";
Command "select * from T_36_0 where dec1 != '0.210987654321098765'";
Command "create table T_nclob_36_18 (nclob1 nclob)";
Command "insert T_nclob_36_18 values (null), ('0'), ('                  654321098765432109.876543210987654321'), ('                  -654321098765432109.876543210987654321'), ('000000000000000000654321098765432109.876543210987654321'), ('-000000000000000000654321098765432109.876543210987654321'), ('210987654321098765.432109876543210987'), ('-210987654321098765.432109876543210987'), ('654321098765432109.876543210987654321'), ('-654321098765432109.876543210987654321')";
Command "select * from T_2_1, T_nclob_36_18 where T_2_1.dec1 = T_nclob_36_18.nclob1";
Command "select * from T_2_1 where dec1 = '-654321098765432109.876543210987654321'";
Command "select * from T_2_0, T_nclob_36_18 where T_nclob_36_18.nclob1 != T_2_0.dec1";
Command "select * from T_2_0 where '-654321098765432109.876543210987654321' != dec1";
Command "create table T_nclob_72_0 (nclob1 nclob)";
Command "insert T_nclob_72_0 values (null), ('0'), ('                                    654321098765432109876543210987654321098765432109876543210987654321098765'), ('                                    -654321098765432109876543210987654321098765432109876543210987654321098765'), ('000000000000000000000000000000000000654321098765432109876543210987654321098765432109876543210987654321098765'), ('-000000000000000000000000000000000000654321098765432109876543210987654321098765432109876543210987654321098765'), ('210987654321098765432109876543210987654321098765432109876543210987654321'), ('-210987654321098765432109876543210987654321098765432109876543210987654321'), ('654321098765432109876543210987654321098765432109876543210987654321098765'), ('-654321098765432109876543210987654321098765432109876543210987654321098765')";
Command "select * from T_2_1, T_nclob_72_0 where T_nclob_72_0.nclob1 < T_2_1.dec1";
Command "select * from T_2_1 where '654321098765432109876543210987654321098765432109876543210987654321098765' < dec1";
Command "select * from T_2_0, T_nclob_72_0 where T_2_0.dec1 > T_nclob_72_0.nclob1";
Command "select * from T_2_0 where dec1 > '654321098765432109876543210987654321098765432109876543210987654321098765'";
Command "select * from T_2_0, T_nclob_2_0 where T_nclob_2_0.nclob1 >= T_2_0.dec1";
Command "select * from T_2_0 where ' -65' >= dec1";
Command "select * from T_18_9, T_nclob_2_0 where T_18_9.dec1 <= T_nclob_2_0.nclob1";
Command "select * from T_18_9 where dec1 <= ' -65'";
Command "select * from T_36_36, T_ntext_36_0 where T_36_36.dec1 < T_ntext_36_0.ntext1";
Command "select * from T_36_36 where dec1 < '-210987654321098765432109876543210987'";
Command "select * from T_2_1, T_ntext_36_0 where T_ntext_36_0.ntext1 > T_2_1.dec1";
Command "select * from T_2_1 where '-210987654321098765432109876543210987' > dec1";
Command "select * from T_36_36, T_ntext_72_36 where T_ntext_72_36.ntext1 >= T_36_36.dec1";
Command "select * from T_36_36 where '-210987654321098765432109876543210987.654321098765432109876543210987654321' >= dec1";
Command "select * from T_2_1, T_ntext_72_36 where T_2_1.dec1 <= T_ntext_72_36.ntext1";
Command "select * from T_2_1 where dec1 <= '-210987654321098765432109876543210987.654321098765432109876543210987654321'";
Command "select * from T_18_0, T_ntext_2_2 where T_ntext_2_2.ntext1 <= T_18_0.dec1";
Command "select * from T_18_0 where '00.65' <= dec1";
Command "select * from T_18_0, T_ntext_2_2 where T_18_0.dec1 >= T_ntext_2_2.ntext1";
Command "select * from T_18_0 where dec1 >= '00.65'";
Command "create table T_nclob_18_18 (nclob1 nclob)";
Command "insert T_nclob_18_18 values (null), ('0'), ('         0.654321098765432109'), ('         -0.654321098765432109'), ('0000000000.654321098765432109'), ('-0000000000.654321098765432109'), ('0.210987654321098765'), ('-0.210987654321098765'), ('0.654321098765432109'), ('-0.654321098765432109')";
Command "select * from T_18_0, T_nclob_18_18 where T_18_0.dec1 != T_nclob_18_18.nclob1";
Command "select * from T_18_0 where dec1 != '-0.654321098765432109'";
Command "select * from T_18_0, T_nclob_18_18 where T_nclob_18_18.nclob1 = T_18_0.dec1";
Command "select * from T_18_0 where '-0.654321098765432109' = dec1";
Command "select * from T_36_36, T_ntext_18_0 where T_36_36.dec1 = T_ntext_18_0.ntext1";
Command "select * from T_36_36 where dec1 = '         -654321098765432109'";
Command "select * from T_36_18, T_ntext_18_0 where T_ntext_18_0.ntext1 != T_36_18.dec1";
Command "select * from T_36_18 where '         -654321098765432109' != dec1";
Command "select * from T_36_36, T_nclob_2_0 where T_nclob_2_0.nclob1 >= T_36_36.dec1";
Command "select * from T_36_36 where '21' >= dec1";
Command "select * from T_36_18, T_nclob_2_0 where T_36_18.dec1 <= T_nclob_2_0.nclob1";
Command "select * from T_36_18 where dec1 <= '21'";
Command "select * from T_18_18, T_ntext_2_1 where T_18_18.dec1 >= T_ntext_2_1.ntext1";
Command "select * from T_18_18 where dec1 >= '-6.5'";
Command "select * from T_36_0, T_ntext_2_1 where T_ntext_2_1.ntext1 <= T_36_0.dec1";
Command "select * from T_36_0 where '-6.5' <= dec1";
Command "select * from T_18_18, T_nclob_18_9 where T_nclob_18_9.nclob1 < T_18_18.dec1";
Command "select * from T_18_18 where '-210987654.321098765' < dec1";
Command "select * from T_36_0, T_nclob_18_9 where T_36_0.dec1 > T_nclob_18_9.nclob1";
Command "select * from T_36_0 where dec1 > '-210987654.321098765'";
Command "select * from T_2_1, T_ntext_18_0 where T_ntext_18_0.ntext1 > T_2_1.dec1";
Command "select * from T_2_1 where '654321098765432109' > dec1";
Command "select * from T_2_0, T_ntext_18_0 where T_2_0.dec1 < T_ntext_18_0.ntext1";
Command "select * from T_2_0 where dec1 < '654321098765432109'";
Command "select * from T_2_1, T_nclob_36_36 where T_2_1.dec1 <= T_nclob_36_36.nclob1";
Command "select * from T_2_1 where dec1 <= '                  0.654321098765432109876543210987654321'";
Command "select * from T_2_0, T_nclob_36_36 where T_nclob_36_36.nclob1 >= T_2_0.dec1";
Command "select * from T_2_0 where '                  0.654321098765432109876543210987654321' >= dec1";
Command "select * from T_2_0, T_ntext_36_0 where T_2_0.dec1 = T_ntext_36_0.ntext1";
Command "select * from T_2_0 where dec1 = '-000000000000000000654321098765432109876543210987654321'";
Command "select * from T_18_9, T_ntext_36_0 where T_ntext_36_0.ntext1 != T_18_9.dec1";
Command "select * from T_18_9 where '-000000000000000000654321098765432109876543210987654321' != dec1";
Command "select * from T_2_0, T_ntext_72_36 where T_ntext_72_36.ntext1 != T_2_0.dec1";
Command "select * from T_2_0 where '                                    654321098765432109876543210987654321.098765432109876543210987654321098765' != dec1";
Command "select * from T_18_9, T_ntext_72_36 where T_18_9.dec1 = T_ntext_72_36.ntext1";
Command "select * from T_18_9 where dec1 = '                                    654321098765432109876543210987654321.098765432109876543210987654321098765'";
Command "select * from T_36_36, T_nclob_72_72 where T_36_36.dec1 != T_nclob_72_72.nclob1";
Command "select * from T_36_36 where dec1 != '-0000000000000000000000000000000000000.654321098765432109876543210987654321098765432109876543210987654321098765'";
Command "select * from T_2_1, T_nclob_72_72 where T_nclob_72_72.nclob1 = T_2_1.dec1";
Command "select * from T_2_1 where '-0000000000000000000000000000000000000.654321098765432109876543210987654321098765432109876543210987654321098765' = dec1";
Command "select * from T_36_36, T_ntext_2_2 where T_ntext_2_2.ntext1 > T_36_36.dec1";
Command "select * from T_36_36 where ' -0.65' > dec1";
Command "select * from T_2_1, T_ntext_2_2 where T_2_1.dec1 < T_ntext_2_2.ntext1";
Command "select * from T_2_1 where dec1 < ' -0.65'";
Command "select * from T_18_0, T_nclob_18_9 where T_18_0.dec1 > T_nclob_18_9.nclob1";
Command "select * from T_18_0 where dec1 > '000000000654321098.765432109'";
Command "select * from T_18_0, T_nclob_18_9 where T_nclob_18_9.nclob1 < T_18_0.dec1";
Command "select * from T_18_0 where '000000000654321098.765432109' < dec1";
Command "select * from T_18_0, T_ntext_18_18 where T_ntext_18_18.ntext1 >= T_18_0.dec1";
Command "select * from T_18_0 where '0.210987654321098765' >= dec1";
Command "select * from T_18_0, T_ntext_18_18 where T_18_0.dec1 <= T_ntext_18_18.ntext1";
Command "select * from T_18_0 where dec1 <= '0.210987654321098765'";
Command "select * from T_36_36, T_nclob_36_18 where T_36_36.dec1 > T_nclob_36_18.nclob1";
Command "select * from T_36_36 where dec1 > '-654321098765432109.876543210987654321'";
Command "select * from T_36_18, T_nclob_36_18 where T_nclob_36_18.nclob1 < T_36_18.dec1";
Command "select * from T_36_18 where '-654321098765432109.876543210987654321' < dec1";
Command "select * from T_36_36, T_nclob_72_0 where T_nclob_72_0.nclob1 != T_36_36.dec1";
Command "select * from T_36_36 where '654321098765432109876543210987654321098765432109876543210987654321098765' != dec1";
Command "select * from T_36_18, T_nclob_72_0 where T_36_18.dec1 = T_nclob_72_0.nclob1";
Command "select * from T_36_18 where dec1 = '654321098765432109876543210987654321098765432109876543210987654321098765'";
Command "select * from T_18_18, T_nclob_2_0 where T_18_18.dec1 != T_nclob_2_0.nclob1";
Command "select * from T_18_18 where dec1 != ' -65'";
Command "select * from T_36_0, T_nclob_2_0 where T_nclob_2_0.nclob1 = T_36_0.dec1";
Command "select * from T_36_0 where ' -65' = dec1";
Command "select * from T_18_18, T_ntext_36_0 where T_ntext_36_0.ntext1 <= T_18_18.dec1";
Command "select * from T_18_18 where '-210987654321098765432109876543210987' <= dec1";
Command "select * from T_36_0, T_ntext_36_0 where T_36_0.dec1 >= T_ntext_36_0.ntext1";
Command "select * from T_36_0 where dec1 >= '-210987654321098765432109876543210987'";
Command "select * from T_2_1, T_ntext_72_36 where T_2_1.dec1 != T_ntext_72_36.ntext1";
Command "select * from T_2_1 where dec1 != '-210987654321098765432109876543210987.654321098765432109876543210987654321'";
Command "select * from T_2_0, T_ntext_72_36 where T_ntext_72_36.ntext1 = T_2_0.dec1";
Command "select * from T_2_0 where '-210987654321098765432109876543210987.654321098765432109876543210987654321' = dec1";
Command "select * from T_2_1, T_ntext_2_2 where T_ntext_2_2.ntext1 < T_2_1.dec1";
Command "select * from T_2_1 where '00.65' < dec1";
Command "select * from T_2_0, T_ntext_2_2 where T_2_0.dec1 > T_ntext_2_2.ntext1";
Command "select * from T_2_0 where dec1 > '00.65'";
Command "select * from T_18_18, T_nclob_18_18 where T_nclob_18_18.nclob1 > T_18_18.dec1";
Command "select * from T_18_18 where '-0.654321098765432109' > dec1";
Command "select * from T_36_0, T_nclob_18_18 where T_36_0.dec1 < T_nclob_18_18.nclob1";
Command "select * from T_36_0 where dec1 < '-0.654321098765432109'";
Command "select * from T_2_1, T_ntext_18_0 where T_2_1.dec1 >= T_ntext_18_0.ntext1";
Command "select * from T_2_1 where dec1 >= '         -654321098765432109'";
Command "select * from T_2_0, T_ntext_18_0 where T_ntext_18_0.ntext1 <= T_2_0.dec1";
Command "select * from T_2_0 where '         -654321098765432109' <= dec1";
Command "select * from T_36_36, T_nclob_2_0 where T_36_36.dec1 = T_nclob_2_0.nclob1";
Command "select * from T_36_36 where dec1 = '21'";
Command "select * from T_2_1, T_nclob_2_0 where T_nclob_2_0.nclob1 != T_2_1.dec1";
Command "select * from T_2_1 where '21' != dec1";
Command "select * from T_36_36, T_ntext_2_1 where T_ntext_2_1.ntext1 != T_36_36.dec1";
Command "select * from T_36_36 where '-6.5' != dec1";
Command "select * from T_2_1, T_ntext_2_1 where T_2_1.dec1 = T_ntext_2_1.ntext1";
Command "select * from T_2_1 where dec1 = '-6.5'";
Command "select * from T_18_0, T_nclob_18_9 where T_nclob_18_9.nclob1 = T_18_0.dec1";
Command "select * from T_18_0 where '-210987654.321098765' = dec1";
Command "select * from T_18_0, T_nclob_18_9 where T_18_0.dec1 != T_nclob_18_9.nclob1";
Command "select * from T_18_0 where dec1 != '-210987654.321098765'";
Command "select * from T_2_0, T_ntext_18_0 where T_ntext_18_0.ntext1 = T_2_0.dec1";
Command "select * from T_2_0 where '654321098765432109' = dec1";
Command "select * from T_18_9, T_ntext_18_0 where T_18_9.dec1 != T_ntext_18_0.ntext1";
Command "select * from T_18_9 where dec1 != '654321098765432109'";
Command "select * from T_2_0, T_nclob_36_36 where T_2_0.dec1 < T_nclob_36_36.nclob1";
Command "select * from T_2_0 where dec1 < '                  0.654321098765432109876543210987654321'";
Command "select * from T_18_9, T_nclob_36_36 where T_nclob_36_36.nclob1 > T_18_9.dec1";
Command "select * from T_18_9 where '                  0.654321098765432109876543210987654321' > dec1";
Command "select * from T_36_36, T_ntext_36_0 where T_ntext_36_0.ntext1 <= T_36_36.dec1";
Command "select * from T_36_36 where '-000000000000000000654321098765432109876543210987654321' <= dec1";
Command "select * from T_36_18, T_ntext_36_0 where T_36_18.dec1 >= T_ntext_36_0.ntext1";
Command "select * from T_36_18 where dec1 >= '-000000000000000000654321098765432109876543210987654321'";
Command "select * from T_36_36, T_ntext_72_36 where T_36_36.dec1 >= T_ntext_72_36.ntext1";
Command "select * from T_36_36 where dec1 >= '                                    654321098765432109876543210987654321.098765432109876543210987654321098765'";
Command "select * from T_36_18, T_ntext_72_36 where T_ntext_72_36.ntext1 <= T_36_18.dec1";
Command "select * from T_36_18 where '                                    654321098765432109876543210987654321.098765432109876543210987654321098765' <= dec1";
Command "select * from T_18_0, T_nclob_72_72 where T_18_0.dec1 <= T_nclob_72_72.nclob1";
Command "select * from T_18_0 where dec1 <= '-0000000000000000000000000000000000000.654321098765432109876543210987654321098765432109876543210987654321098765'";
Command "select * from T_18_0, T_nclob_72_72 where T_nclob_72_72.nclob1 >= T_18_0.dec1";
Command "select * from T_18_0 where '-0000000000000000000000000000000000000.654321098765432109876543210987654321098765432109876543210987654321098765' >= dec1";
Command "select * from T_18_18, T_ntext_2_2 where T_18_18.dec1 = T_ntext_2_2.ntext1";
Command "select * from T_18_18 where dec1 = ' -0.65'";
Command "select * from T_36_0, T_ntext_2_2 where T_ntext_2_2.ntext1 != T_36_0.dec1";
Command "select * from T_36_0 where ' -0.65' != dec1";
Command "select * from T_2_1, T_nclob_18_9 where T_nclob_18_9.nclob1 = T_2_1.dec1";
Command "select * from T_2_1 where '000000000654321098.765432109' = dec1";
Command "select * from T_2_0, T_nclob_18_9 where T_2_0.dec1 != T_nclob_18_9.nclob1";
Command "select * from T_2_0 where dec1 != '000000000654321098.765432109'";
Command "select * from T_2_0, T_ntext_18_18 where T_2_0.dec1 > T_ntext_18_18.ntext1";
Command "select * from T_2_0 where dec1 > '0.210987654321098765'";
Command "select * from T_18_9, T_ntext_18_18 where T_ntext_18_18.ntext1 < T_18_9.dec1";
Command "select * from T_18_9 where '0.210987654321098765' < dec1";
Command "select * from T_2_0, T_nclob_36_18 where T_nclob_36_18.nclob1 <= T_2_0.dec1";
Command "select * from T_2_0 where '-654321098765432109.876543210987654321' <= dec1";
Command "select * from T_18_9, T_nclob_36_18 where T_18_9.dec1 >= T_nclob_36_18.nclob1";
Command "select * from T_18_9 where dec1 >= '-654321098765432109.876543210987654321'";
Command "select * from T_36_36, T_nclob_72_0 where T_36_36.dec1 <= T_nclob_72_0.nclob1";
Command "select * from T_36_36 where dec1 <= '654321098765432109876543210987654321098765432109876543210987654321098765'";
Command "select * from T_2_1, T_nclob_72_0 where T_nclob_72_0.nclob1 >= T_2_1.dec1";
Command "select * from T_2_1 where '654321098765432109876543210987654321098765432109876543210987654321098765' >= dec1";
Command "select * from T_36_36, T_nclob_2_0 where T_nclob_2_0.nclob1 < T_36_36.dec1";
Command "select * from T_36_36 where ' -65' < dec1";
Command "select * from T_2_1, T_nclob_2_0 where T_2_1.dec1 > T_nclob_2_0.nclob1";
Command "select * from T_2_1 where dec1 > ' -65'";
Command "select * from T_18_0, T_ntext_36_0 where T_18_0.dec1 != T_ntext_36_0.ntext1";
Command "select * from T_18_0 where dec1 != '-210987654321098765432109876543210987'";
Command "select * from T_18_0, T_ntext_36_0 where T_ntext_36_0.ntext1 = T_18_0.dec1";
Command "select * from T_18_0 where '-210987654321098765432109876543210987' = dec1";
Command "select * from T_18_0, T_ntext_72_36 where T_ntext_72_36.ntext1 < T_18_0.dec1";
Command "select * from T_18_0 where '-210987654321098765432109876543210987.654321098765432109876543210987654321' < dec1";
Command "select * from T_18_0, T_ntext_72_36 where T_18_0.dec1 > T_ntext_72_36.ntext1";
Command "select * from T_18_0 where dec1 > '-210987654321098765432109876543210987.654321098765432109876543210987654321'";
Command "select * from T_36_36, T_ntext_2_2 where T_36_36.dec1 = T_ntext_2_2.ntext1";
Command "select * from T_36_36 where dec1 = '00.65'";
Command "select * from T_36_18, T_ntext_2_2 where T_ntext_2_2.ntext1 != T_36_18.dec1";
Command "select * from T_36_18 where '00.65' != dec1";
Command "select * from T_36_36, T_nclob_18_18 where T_nclob_18_18.nclob1 <= T_36_36.dec1";
Command "select * from T_36_36 where '-0.654321098765432109' <= dec1";
Command "select * from T_36_18, T_nclob_18_18 where T_36_18.dec1 >= T_nclob_18_18.nclob1";
Command "select * from T_36_18 where dec1 >= '-0.654321098765432109'";
Command "select * from T_18_18, T_ntext_18_0 where T_18_18.dec1 < T_ntext_18_0.ntext1";
Command "select * from T_18_18 where dec1 < '         -654321098765432109'";
Command "select * from T_36_0, T_ntext_18_0 where T_ntext_18_0.ntext1 > T_36_0.dec1";
Command "select * from T_36_0 where '         -654321098765432109' > dec1";
Command "select * from T_18_18, T_ntext_36_0 where T_ntext_36_0.ntext1 > T_18_18.dec1";
Command "select * from T_18_18 where '-000000000000000000654321098765432109876543210987654321' > dec1";
Command "select * from T_36_0, T_ntext_36_0 where T_36_0.dec1 < T_ntext_36_0.ntext1";
Command "select * from T_36_0 where dec1 < '-000000000000000000654321098765432109876543210987654321'";
Command "select * from T_2_1, T_nclob_2_0 where T_nclob_2_0.nclob1 > T_2_1.dec1";
Command "select * from T_2_1 where '21' > dec1";
Command "select * from T_2_0, T_nclob_2_0 where T_2_0.dec1 < T_nclob_2_0.nclob1";
Command "select * from T_2_0 where dec1 < '21'";
Command "select * from T_2_1, T_ntext_2_1 where T_2_1.dec1 <= T_ntext_2_1.ntext1";
Command "select * from T_2_1 where dec1 <= '-6.5'";
Command "select * from T_2_0, T_ntext_2_1 where T_ntext_2_1.ntext1 >= T_2_0.dec1";
Command "select * from T_2_0 where '-6.5' >= dec1";
Command "select * from T_36_36, T_nclob_18_9 where T_36_36.dec1 > T_nclob_18_9.nclob1";
Command "select * from T_36_36 where dec1 > '-210987654.321098765'";
Command "select * from T_2_1, T_nclob_18_9 where T_nclob_18_9.nclob1 < T_2_1.dec1";
Command "select * from T_2_1 where '-210987654.321098765' < dec1";
Command "select * from T_18_0, T_ntext_18_0 where T_ntext_18_0.ntext1 > T_18_0.dec1";
Command "select * from T_18_0 where '654321098765432109' > dec1";
Command "select * from T_18_0, T_ntext_18_0 where T_18_0.dec1 < T_ntext_18_0.ntext1";
Command "select * from T_18_0 where dec1 < '654321098765432109'";
Command "select * from T_18_0, T_nclob_36_36 where T_18_0.dec1 >= T_nclob_36_36.nclob1";
Command "select * from T_18_0 where dec1 >= '                  0.654321098765432109876543210987654321'";
Command "select * from T_18_0, T_nclob_36_36 where T_nclob_36_36.nclob1 <= T_18_0.dec1";
Command "select * from T_18_0 where '                  0.654321098765432109876543210987654321' <= dec1";
Command "select * from T_36_36, T_ntext_72_36 where T_ntext_72_36.ntext1 >= T_36_36.dec1";
Command "select * from T_36_36 where '                                    654321098765432109876543210987654321.098765432109876543210987654321098765' >= dec1";
Command "select * from T_2_1, T_ntext_72_36 where T_2_1.dec1 <= T_ntext_72_36.ntext1";
Command "select * from T_2_1 where dec1 <= '                                    654321098765432109876543210987654321.098765432109876543210987654321098765'";
Command "select * from T_2_0, T_nclob_72_72 where T_2_0.dec1 != T_nclob_72_72.nclob1";
Command "select * from T_2_0 where dec1 != '-0000000000000000000000000000000000000.654321098765432109876543210987654321098765432109876543210987654321098765'";
Command "select * from T_18_9, T_nclob_72_72 where T_nclob_72_72.nclob1 = T_18_9.dec1";
Command "select * from T_18_9 where '-0000000000000000000000000000000000000.654321098765432109876543210987654321098765432109876543210987654321098765' = dec1";
Command "select * from T_2_0, T_ntext_2_2 where T_ntext_2_2.ntext1 >= T_2_0.dec1";
Command "select * from T_2_0 where ' -0.65' >= dec1";
Command "select * from T_18_9, T_ntext_2_2 where T_18_9.dec1 <= T_ntext_2_2.ntext1";
Command "select * from T_18_9 where dec1 <= ' -0.65'";
Command "select * from T_36_36, T_nclob_18_9 where T_nclob_18_9.nclob1 != T_36_36.dec1";
Command "select * from T_36_36 where '000000000654321098.765432109' != dec1";
Command "select * from T_36_18, T_nclob_18_9 where T_36_18.dec1 = T_nclob_18_9.nclob1";
Command "select * from T_36_18 where dec1 = '000000000654321098.765432109'";
Command "select * from T_36_36, T_ntext_18_18 where T_36_36.dec1 < T_ntext_18_18.ntext1";
Command "select * from T_36_36 where dec1 < '0.210987654321098765'";
Command "select * from T_36_18, T_ntext_18_18 where T_ntext_18_18.ntext1 > T_36_18.dec1";
Command "select * from T_36_18 where '0.210987654321098765' > dec1";
Command "select * from T_18_18, T_nclob_36_18 where T_18_18.dec1 >= T_nclob_36_18.nclob1";
Command "select * from T_18_18 where dec1 >= '-654321098765432109.876543210987654321'";
Command "select * from T_36_0, T_nclob_36_18 where T_nclob_36_18.nclob1 <= T_36_0.dec1";
Command "select * from T_36_0 where '-654321098765432109.876543210987654321' <= dec1";
Command "select * from T_18_18, T_nclob_72_0 where T_nclob_72_0.nclob1 != T_18_18.dec1";
Command "select * from T_18_18 where '654321098765432109876543210987654321098765432109876543210987654321098765' != dec1";
Command "select * from T_36_0, T_nclob_72_0 where T_36_0.dec1 = T_nclob_72_0.nclob1";
Command "select * from T_36_0 where dec1 = '654321098765432109876543210987654321098765432109876543210987654321098765'";
Command "select * from T_2_1, T_nclob_2_0 where T_2_1.dec1 != T_nclob_2_0.nclob1";
Command "select * from T_2_1 where dec1 != ' -65'";
Command "select * from T_2_0, T_nclob_2_0 where T_nclob_2_0.nclob1 = T_2_0.dec1";
Command "select * from T_2_0 where ' -65' = dec1";
Command "select * from T_2_1, T_ntext_36_0 where T_ntext_36_0.ntext1 >= T_2_1.dec1";
Command "select * from T_2_1 where '-210987654321098765432109876543210987' >= dec1";
Command "select * from T_2_0, T_ntext_36_0 where T_2_0.dec1 <= T_ntext_36_0.ntext1";
Command "select * from T_2_0 where dec1 <= '-210987654321098765432109876543210987'";
Command "select * from T_36_36, T_ntext_72_36 where T_36_36.dec1 > T_ntext_72_36.ntext1";
Command "select * from T_36_36 where dec1 > '-210987654321098765432109876543210987.654321098765432109876543210987654321'";
Command "select * from T_36_18, T_ntext_72_36 where T_ntext_72_36.ntext1 < T_36_18.dec1";
Command "select * from T_36_18 where '-210987654321098765432109876543210987.654321098765432109876543210987654321' < dec1";
Command "select * from T_2_0, T_ntext_2_2 where T_2_0.dec1 < T_ntext_2_2.ntext1";
Command "select * from T_2_0 where dec1 < '00.65'";
Command "select * from T_18_9, T_ntext_2_2 where T_ntext_2_2.ntext1 > T_18_9.dec1";
Command "select * from T_18_9 where '00.65' > dec1";
Command "select * from T_2_0, T_nclob_18_18 where T_2_0.dec1 > T_nclob_18_18.nclob1";
Command "select * from T_2_0 where dec1 > '-0.654321098765432109'";
Command "select * from T_18_9, T_nclob_18_18 where T_nclob_18_18.nclob1 < T_18_9.dec1";
Command "select * from T_18_9 where '-0.654321098765432109' < dec1";
Command "select * from T_2_0, T_ntext_18_0 where T_ntext_18_0.ntext1 <= T_2_0.dec1";
Command "select * from T_2_0 where '         -654321098765432109' <= dec1";
Command "select * from T_18_9, T_ntext_18_0 where T_18_9.dec1 >= T_ntext_18_0.ntext1";
Command "select * from T_18_9 where dec1 >= '         -654321098765432109'";
Command "select * from T_18_0, T_nclob_2_0 where T_18_0.dec1 = T_nclob_2_0.nclob1";
Command "select * from T_18_0 where dec1 = '21'";
Command "select * from T_18_0, T_nclob_2_0 where T_nclob_2_0.nclob1 != T_18_0.dec1";
Command "select * from T_18_0 where '21' != dec1";
Command "select * from T_18_0, T_ntext_2_1 where T_18_0.dec1 != T_ntext_2_1.ntext1";
Command "select * from T_18_0 where dec1 != '-6.5'";
Command "select * from T_18_0, T_ntext_2_1 where T_ntext_2_1.ntext1 = T_18_0.dec1";
Command "select * from T_18_0 where '-6.5' = dec1";
Command "select * from T_36_36, T_nclob_18_9 where T_nclob_18_9.nclob1 >= T_36_36.dec1";
Command "select * from T_36_36 where '-210987654.321098765' >= dec1";
Command "select * from T_36_18, T_nclob_18_9 where T_36_18.dec1 <= T_nclob_18_9.nclob1";
Command "select * from T_36_18 where dec1 <= '-210987654.321098765'";
Command "select * from T_18_18, T_ntext_18_0 where T_ntext_18_0.ntext1 <= T_18_18.dec1";
Command "select * from T_18_18 where '654321098765432109' <= dec1";
Command "select * from T_36_0, T_ntext_18_0 where T_36_0.dec1 >= T_ntext_18_0.ntext1";
Command "select * from T_36_0 where dec1 >= '654321098765432109'";
Command "select * from T_18_18, T_nclob_36_36 where T_18_18.dec1 < T_nclob_36_36.nclob1";
Command "select * from T_18_18 where dec1 < '                  0.654321098765432109876543210987654321'";
Command "select * from T_36_0, T_nclob_36_36 where T_nclob_36_36.nclob1 > T_36_0.dec1";
Command "select * from T_36_0 where '                  0.654321098765432109876543210987654321' > dec1";
Command "select * from T_36_36, T_ntext_36_0 where T_ntext_36_0.ntext1 < T_36_36.dec1";
Command "select * from T_36_36 where '-000000000000000000654321098765432109876543210987654321' < dec1";
Command "select * from T_2_1, T_ntext_36_0 where T_2_1.dec1 > T_ntext_36_0.ntext1";
Command "select * from T_2_1 where dec1 > '-000000000000000000654321098765432109876543210987654321'";
Command "select * from T_2_1, T_ntext_72_36 where T_2_1.dec1 = T_ntext_72_36.ntext1";
Command "select * from T_2_1 where dec1 = '                                    654321098765432109876543210987654321.098765432109876543210987654321098765'";
Command "select * from T_2_0, T_ntext_72_36 where T_ntext_72_36.ntext1 != T_2_0.dec1";
Command "select * from T_2_0 where '                                    654321098765432109876543210987654321.098765432109876543210987654321098765' != dec1";
Command "select * from T_2_1, T_nclob_72_72 where T_nclob_72_72.nclob1 < T_2_1.dec1";
Command "select * from T_2_1 where '-0000000000000000000000000000000000000.654321098765432109876543210987654321098765432109876543210987654321098765' < dec1";
Command "select * from T_2_0, T_nclob_72_72 where T_2_0.dec1 > T_nclob_72_72.nclob1";
Command "select * from T_2_0 where dec1 > '-0000000000000000000000000000000000000.654321098765432109876543210987654321098765432109876543210987654321098765'";
Command "select * from T_18_0, T_ntext_2_2 where T_ntext_2_2.ntext1 = T_18_0.dec1";
Command "select * from T_18_0 where ' -0.65' = dec1";
Command "select * from T_18_0, T_ntext_2_2 where T_18_0.dec1 != T_ntext_2_2.ntext1";
Command "select * from T_18_0 where dec1 != ' -0.65'";
Command "select * from T_36_36, T_nclob_18_9 where T_nclob_18_9.nclob1 > T_36_36.dec1";
Command "select * from T_36_36 where '000000000654321098.765432109' > dec1";
Command "select * from T_2_1, T_nclob_18_9 where T_2_1.dec1 < T_nclob_18_9.nclob1";
Command "select * from T_2_1 where dec1 < '000000000654321098.765432109'";
Command "select * from T_36_36, T_ntext_18_18 where T_36_36.dec1 <= T_ntext_18_18.ntext1";
Command "select * from T_36_36 where dec1 <= '0.210987654321098765'";
Command "select * from T_2_1, T_ntext_18_18 where T_ntext_18_18.ntext1 >= T_2_1.dec1";
Command "select * from T_2_1 where '0.210987654321098765' >= dec1";
Command "select * from T_36_36, T_nclob_36_18 where T_36_36.dec1 = T_nclob_36_18.nclob1";
Command "select * from T_36_36 where dec1 = '-654321098765432109.876543210987654321'";
Command "select * from T_2_1, T_nclob_36_18 where T_nclob_36_18.nclob1 != T_2_1.dec1";
Command "select * from T_2_1 where '-654321098765432109.876543210987654321' != dec1";
Command "select * from T_2_0, T_nclob_72_0 where T_2_0.dec1 >= T_nclob_72_0.nclob1";
Command "select * from T_2_0 where dec1 >= '654321098765432109876543210987654321098765432109876543210987654321098765'";
Command "select * from T_18_9, T_nclob_72_0 where T_nclob_72_0.nclob1 <= T_18_9.dec1";
Command "select * from T_18_9 where '654321098765432109876543210987654321098765432109876543210987654321098765' <= dec1";
Command "select * from T_18_0, T_nclob_2_0 where T_nclob_2_0.nclob1 < T_18_0.dec1";
Command "select * from T_18_0 where ' -65' < dec1";
Command "select * from T_18_0, T_nclob_2_0 where T_18_0.dec1 > T_nclob_2_0.nclob1";
Command "select * from T_18_0 where dec1 > ' -65'";
Command "select * from T_2_0, T_ntext_36_0 where T_ntext_36_0.ntext1 = T_2_0.dec1";
Command "select * from T_2_0 where '-210987654321098765432109876543210987' = dec1";
Command "select * from T_18_9, T_ntext_36_0 where T_18_9.dec1 != T_ntext_36_0.ntext1";
Command "select * from T_18_9 where dec1 != '-210987654321098765432109876543210987'";
Command "select * from T_18_18, T_ntext_72_36 where T_18_18.dec1 >= T_ntext_72_36.ntext1";
Command "select * from T_18_18 where dec1 >= '-210987654321098765432109876543210987.654321098765432109876543210987654321'";
Command "select * from T_36_0, T_ntext_72_36 where T_ntext_72_36.ntext1 <= T_36_0.dec1";
Command "select * from T_36_0 where '-210987654321098765432109876543210987.654321098765432109876543210987654321' <= dec1";
Command "select * from T_18_18, T_ntext_2_2 where T_ntext_2_2.ntext1 = T_18_18.dec1";
Command "select * from T_18_18 where '00.65' = dec1";
Command "select * from T_36_0, T_ntext_2_2 where T_36_0.dec1 != T_ntext_2_2.ntext1";
Command "select * from T_36_0 where dec1 != '00.65'";
Command "select * from T_2_1, T_nclob_18_18 where T_2_1.dec1 <= T_nclob_18_18.nclob1";
Command "select * from T_2_1 where dec1 <= '-0.654321098765432109'";
Command "select * from T_2_0, T_nclob_18_18 where T_nclob_18_18.nclob1 >= T_2_0.dec1";
Command "select * from T_2_0 where '-0.654321098765432109' >= dec1";
Command "select * from T_36_36, T_ntext_18_0 where T_ntext_18_0.ntext1 != T_36_36.dec1";
Command "select * from T_36_36 where '         -654321098765432109' != dec1";
Command "select * from T_2_1, T_ntext_18_0 where T_2_1.dec1 = T_ntext_18_0.ntext1";
Command "select * from T_2_1 where dec1 = '         -654321098765432109'";
Command "select * from T_18_18, T_nclob_2_0 where T_18_18.dec1 <= T_nclob_2_0.nclob1";
Command "select * from T_18_18 where dec1 <= '21'";
Command "select * from T_36_0, T_nclob_2_0 where T_nclob_2_0.nclob1 >= T_36_0.dec1";
Command "select * from T_36_0 where '21' >= dec1";
Command "select * from T_36_36, T_ntext_2_1 where T_36_36.dec1 < T_ntext_2_1.ntext1";
Command "select * from T_36_36 where dec1 < '-6.5'";
Command "select * from T_36_18, T_ntext_2_1 where T_ntext_2_1.ntext1 > T_36_18.dec1";
Command "select * from T_36_18 where '-6.5' > dec1";
Command "select * from T_2_1, T_nclob_18_9 where T_nclob_18_9.nclob1 != T_2_1.dec1";
Command "select * from T_2_1 where '-210987654.321098765' != dec1";
Command "select * from T_2_0, T_nclob_18_9 where T_2_0.dec1 = T_nclob_18_9.nclob1";
Command "select * from T_2_0 where dec1 = '-210987654.321098765'";
Command "select * from T_36_36, T_ntext_18_0 where T_ntext_18_0.ntext1 = T_36_36.dec1";
Command "select * from T_36_36 where '654321098765432109' = dec1";
Command "select * from T_36_18, T_ntext_18_0 where T_36_18.dec1 != T_ntext_18_0.ntext1";
Command "select * from T_36_18 where dec1 != '654321098765432109'";
Command "select * from T_36_36, T_nclob_36_36 where T_36_36.dec1 != T_nclob_36_36.nclob1";
Command "select * from T_36_36 where dec1 != '                  0.654321098765432109876543210987654321'";
Command "select * from T_36_18, T_nclob_36_36 where T_nclob_36_36.nclob1 = T_36_18.dec1";
Command "select * from T_36_18 where '                  0.654321098765432109876543210987654321' = dec1";
Command "select * from T_2_1, T_ntext_36_0 where T_2_1.dec1 >= T_ntext_36_0.ntext1";
Command "select * from T_2_1 where dec1 >= '-000000000000000000654321098765432109876543210987654321'";
Command "select * from T_2_0, T_ntext_36_0 where T_ntext_36_0.ntext1 <= T_2_0.dec1";
Command "select * from T_2_0 where '-000000000000000000654321098765432109876543210987654321' <= dec1";
Command "select * from T_18_18, T_ntext_72_36 where T_ntext_72_36.ntext1 > T_18_18.dec1";
Command "select * from T_18_18 where '                                    654321098765432109876543210987654321.098765432109876543210987654321098765' > dec1";
Command "select * from T_36_0, T_ntext_72_36 where T_36_0.dec1 < T_ntext_72_36.ntext1";
Command "select * from T_36_0 where dec1 < '                                    654321098765432109876543210987654321.098765432109876543210987654321098765'";
Command "select * from T_18_18, T_nclob_72_72 where T_18_18.dec1 >= T_nclob_72_72.nclob1";
Command "select * from T_18_18 where dec1 >= '-0000000000000000000000000000000000000.654321098765432109876543210987654321098765432109876543210987654321098765'";
Command "select * from T_36_0, T_nclob_72_72 where T_nclob_72_72.nclob1 <= T_36_0.dec1";
Command "select * from T_36_0 where '-0000000000000000000000000000000000000.654321098765432109876543210987654321098765432109876543210987654321098765' <= dec1";
Command "select * from T_2_1, T_ntext_2_2 where T_2_1.dec1 > T_ntext_2_2.ntext1";
Command "select * from T_2_1 where dec1 > ' -0.65'";
Command "select * from T_2_0, T_ntext_2_2 where T_ntext_2_2.ntext1 < T_2_0.dec1";
Command "select * from T_2_0 where ' -0.65' < dec1";
Command "select * from T_2_0, T_nclob_18_9 where T_2_0.dec1 <= T_nclob_18_9.nclob1";
Command "select * from T_2_0 where dec1 <= '000000000654321098.765432109'";
Command "select * from T_18_9, T_nclob_18_9 where T_nclob_18_9.nclob1 >= T_18_9.dec1";
Command "select * from T_18_9 where '000000000654321098.765432109' >= dec1";
Command "select * from T_2_1, T_ntext_18_18 where T_2_1.dec1 = T_ntext_18_18.ntext1";
Command "select * from T_2_1 where dec1 = '0.210987654321098765'";
Command "select * from T_2_0, T_ntext_18_18 where T_ntext_18_18.ntext1 != T_2_0.dec1";
Command "select * from T_2_0 where '0.210987654321098765' != dec1";
Command "select * from T_18_0, T_nclob_36_18 where T_18_0.dec1 > T_nclob_36_18.nclob1";
Command "select * from T_18_0 where dec1 > '-654321098765432109.876543210987654321'";
Command "select * from T_18_0, T_nclob_36_18 where T_nclob_36_18.nclob1 < T_18_0.dec1";
Command "select * from T_18_0 where '-654321098765432109.876543210987654321' < dec1";
Command "select * from T_18_0, T_nclob_72_0 where T_18_0.dec1 < T_nclob_72_0.nclob1";
Command "select * from T_18_0 where dec1 < '654321098765432109876543210987654321098765432109876543210987654321098765'";
Command "select * from T_18_0, T_nclob_72_0 where T_nclob_72_0.nclob1 > T_18_0.dec1";
Command "select * from T_18_0 where '654321098765432109876543210987654321098765432109876543210987654321098765' > dec1";
Command "select * from T_36_36, T_nclob_2_0 where T_nclob_2_0.nclob1 <= T_36_36.dec1";
Command "select * from T_36_36 where ' -65' <= dec1";
Command "select * from T_36_18, T_nclob_2_0 where T_36_18.dec1 >= T_nclob_2_0.nclob1";
Command "select * from T_36_18 where dec1 >= ' -65'";
Command "select * from T_36_36, T_ntext_36_0 where T_36_36.dec1 > T_ntext_36_0.ntext1";
Command "select * from T_36_36 where dec1 > '-210987654321098765432109876543210987'";
Command "select * from T_36_18, T_ntext_36_0 where T_ntext_36_0.ntext1 < T_36_18.dec1";
Command "select * from T_36_18 where '-210987654321098765432109876543210987' < dec1";
Command "select * from T_2_0, T_ntext_72_36 where T_2_0.dec1 != T_ntext_72_36.ntext1";
Command "select * from T_2_0 where dec1 != '-210987654321098765432109876543210987.654321098765432109876543210987654321'";
Command "select * from T_18_9, T_ntext_72_36 where T_ntext_72_36.ntext1 = T_18_9.dec1";
Command "select * from T_18_9 where '-210987654321098765432109876543210987.654321098765432109876543210987654321' = dec1";
Command "select * from T_36_36, T_ntext_2_2 where T_ntext_2_2.ntext1 >= T_36_36.dec1";
Command "select * from T_36_36 where '00.65' >= dec1";
Command "select * from T_2_1, T_ntext_2_2 where T_2_1.dec1 <= T_ntext_2_2.ntext1";
Command "select * from T_2_1 where dec1 <= '00.65'";
Command "select * from T_36_36, T_nclob_18_18 where T_nclob_18_18.nclob1 = T_36_36.dec1";
Command "select * from T_36_36 where '-0.654321098765432109' = dec1";
Command "select * from T_2_1, T_nclob_18_18 where T_2_1.dec1 != T_nclob_18_18.nclob1";
Command "select * from T_2_1 where dec1 != '-0.654321098765432109'";
Command "select * from T_18_0, T_ntext_18_0 where T_18_0.dec1 > T_ntext_18_0.ntext1";
Command "select * from T_18_0 where dec1 > '         -654321098765432109'";
Command "select * from T_18_0, T_ntext_18_0 where T_ntext_18_0.ntext1 < T_18_0.dec1";
Command "select * from T_18_0 where '         -654321098765432109' < dec1";
Command "drop table T_18_0";
Command "drop table T_nclob_72_72";
Command "drop table T_ntext_36_0";
Command "drop table T_nclob_36_18";
Command "drop table T_ntext_2_1";
Command "drop table T_nclob_72_0";
Command "drop table T_36_0";
Command "drop table T_2_0";
Command "drop table T_36_18";
Command "drop table T_36_36";
Command "drop table T_nclob_18_9";
Command "drop table T_ntext_2_2";
Command "drop table T_ntext_18_18";
Command "drop table T_ntext_72_36";
Command "drop table T_ntext_18_0";
Command "drop table T_nclob_36_36";
Command "drop table T_2_1";
Command "drop table T_18_18";
Command "drop table T_18_9";
Command "drop table T_nclob_18_18";
Command "drop table T_nclob_2_0";
TerminateSession;
InitializeSession "TESTDB";
Command "drop database TESTDB";
TerminateSession;
Terminate;
End;
