# 障害票 1002, 2609
# Bitmap索引のテスト
# 32,837,408件以上いれると壊れる不具合のテスト用
# 実際にそんなにいれるのは大変なので、ページサイズを128にしてテストする
# 1ページに格納できるビット = (128 - 4(ヘッダー分)) * 8 = 992
# 1段のDirPageで格納できるBitmapPage = (128 - 4(ヘッダー分) / 4 = 31
# 992 x 31 = 30,752 なので、30,753 件以上挿入すればよい
# 本テストでは、その倍の 61,506 件挿入している
# 圧縮版も非圧縮版も同じ条件となる
# ただし、DEBUG版でしかこのパラメータは有効ではない

Begin;
SetSystemParameter "Bitmap_DebugPageSize" 128;
Initialize;
InitializeSession "TEST";
Command "create database TEST";
Command "create table T (F int array [no limit])";
#Command "create bitmap index T_F on T(F) hint 'compressed'";
Command "create bitmap index T_F on T(F)";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "insert into T values (array[0])";
Command "verify table T cascade continue";
Command "update T set F = null where rowid = 53259";
Command "update T set F = null where rowid = 20358";
Command "update T set F = null where rowid = 55427";
Command "update T set F = null where rowid = 25532";
Command "update T set F = null where rowid = 61210";
Command "update T set F = null where rowid = 52823";
Command "update T set F = null where rowid = 46545";
Command "update T set F = null where rowid = 50160";
Command "update T set F = null where rowid = 51907";
Command "update T set F = null where rowid = 45400";
Command "update T set F = null where rowid = 21728";
Command "update T set F = null where rowid = 38181";
Command "update T set F = null where rowid = 9273";
Command "update T set F = null where rowid = 38903";
Command "update T set F = null where rowid = 48703";
Command "update T set F = null where rowid = 44367";
Command "update T set F = null where rowid = 12610";
Command "update T set F = null where rowid = 61387";
Command "update T set F = null where rowid = 30009";
Command "update T set F = null where rowid = 42504";
Command "update T set F = null where rowid = 32455";
Command "update T set F = null where rowid = 43677";
Command "update T set F = null where rowid = 40961";
Command "update T set F = null where rowid = 32982";
Command "update T set F = null where rowid = 36860";
Command "update T set F = null where rowid = 43994";
Command "update T set F = null where rowid = 43445";
Command "update T set F = null where rowid = 10852";
Command "update T set F = null where rowid = 55565";
Command "update T set F = null where rowid = 19909";
Command "update T set F = null where rowid = 3294";
Command "update T set F = null where rowid = 8656";
Command "update T set F = null where rowid = 14671";
Command "update T set F = null where rowid = 6510";
Command "update T set F = null where rowid = 52840";
Command "update T set F = null where rowid = 24821";
Command "update T set F = null where rowid = 48109";
Command "update T set F = null where rowid = 47417";
Command "update T set F = null where rowid = 20317";
Command "update T set F = null where rowid = 60466";
Command "update T set F = null where rowid = 11183";
Command "update T set F = null where rowid = 38728";
Command "update T set F = null where rowid = 50665";
Command "update T set F = null where rowid = 14815";
Command "update T set F = null where rowid = 2926";
Command "update T set F = null where rowid = 30116";
Command "update T set F = null where rowid = 15943";
Command "update T set F = null where rowid = 46335";
Command "update T set F = null where rowid = 18660";
Command "update T set F = null where rowid = 55163";
Command "update T set F = null where rowid = 27571";
Command "update T set F = null where rowid = 57759";
Command "update T set F = null where rowid = 2170";
Command "update T set F = null where rowid = 11800";
Command "update T set F = null where rowid = 36040";
Command "update T set F = null where rowid = 55827";
Command "update T set F = null where rowid = 52410";
Command "update T set F = null where rowid = 39819";
Command "update T set F = null where rowid = 22793";
Command "update T set F = null where rowid = 21312";
Command "update T set F = null where rowid = 35369";
Command "update T set F = null where rowid = 27622";
Command "update T set F = null where rowid = 24243";
Command "update T set F = null where rowid = 37532";
Command "update T set F = null where rowid = 26446";
Command "update T set F = null where rowid = 47169";
Command "update T set F = null where rowid = 56385";
Command "update T set F = null where rowid = 6095";
Command "update T set F = null where rowid = 34201";
Command "update T set F = null where rowid = 3820";
Command "update T set F = null where rowid = 5982";
Command "update T set F = null where rowid = 32907";
Command "update T set F = null where rowid = 23870";
Command "update T set F = null where rowid = 18055";
Command "update T set F = null where rowid = 1972";
Command "update T set F = null where rowid = 19666";
Command "update T set F = null where rowid = 28252";
Command "update T set F = null where rowid = 22731";
Command "update T set F = null where rowid = 8649";
Command "update T set F = null where rowid = 37321";
Command "update T set F = null where rowid = 45186";
Command "update T set F = null where rowid = 20831";
Command "update T set F = null where rowid = 36913";
Command "update T set F = null where rowid = 32122";
Command "update T set F = null where rowid = 37642";
Command "update T set F = null where rowid = 9574";
Command "update T set F = null where rowid = 31925";
Command "update T set F = null where rowid = 56796";
Command "update T set F = null where rowid = 44902";
Command "update T set F = null where rowid = 18378";
Command "update T set F = null where rowid = 234";
Command "update T set F = null where rowid = 29313";
Command "update T set F = null where rowid = 37217";
Command "update T set F = null where rowid = 46670";
Command "update T set F = null where rowid = 43567";
Command "update T set F = null where rowid = 56173";
Command "update T set F = null where rowid = 11446";
Command "update T set F = null where rowid = 33764";
Command "update T set F = null where rowid = 1592";
Command "update T set F = null where rowid = 1884";
Command "update T set F = null where rowid = 22445";
Command "update T set F = null where rowid = 10690";
Command "update T set F = null where rowid = 33374";
Command "update T set F = null where rowid = 13364";
Command "update T set F = null where rowid = 24586";
Command "update T set F = null where rowid = 47536";
Command "update T set F = null where rowid = 55056";
Command "update T set F = null where rowid = 48429";
Command "update T set F = null where rowid = 25705";
Command "update T set F = null where rowid = 20083";
Command "update T set F = null where rowid = 50646";
Command "update T set F = null where rowid = 55324";
Command "update T set F = null where rowid = 33175";
Command "update T set F = null where rowid = 45662";
Command "update T set F = null where rowid = 19654";
Command "update T set F = null where rowid = 16728";
Command "update T set F = null where rowid = 14298";
Command "update T set F = null where rowid = 17498";
Command "update T set F = null where rowid = 39215";
Command "update T set F = null where rowid = 16507";
Command "update T set F = null where rowid = 13630";
Command "update T set F = null where rowid = 7946";
Command "update T set F = null where rowid = 58292";
Command "update T set F = null where rowid = 43746";
Command "update T set F = null where rowid = 11472";
Command "update T set F = null where rowid = 9149";
Command "update T set F = null where rowid = 48631";
Command "update T set F = null where rowid = 22766";
Command "update T set F = null where rowid = 15437";
Command "update T set F = null where rowid = 19188";
Command "update T set F = null where rowid = 41707";
Command "update T set F = null where rowid = 46751";
Command "update T set F = null where rowid = 45401";
Command "update T set F = null where rowid = 17399";
Command "update T set F = null where rowid = 8161";
Command "update T set F = null where rowid = 50521";
Command "update T set F = null where rowid = 15908";
Command "update T set F = null where rowid = 37902";
Command "update T set F = null where rowid = 3689";
Command "update T set F = null where rowid = 29536";
Command "update T set F = null where rowid = 17451";
Command "update T set F = null where rowid = 48981";
Command "update T set F = null where rowid = 28413";
Command "update T set F = null where rowid = 35357";
Command "update T set F = null where rowid = 30358";
Command "update T set F = null where rowid = 20852";
Command "update T set F = null where rowid = 43904";
Command "update T set F = null where rowid = 25973";
Command "update T set F = null where rowid = 48609";
Command "update T set F = null where rowid = 2324";
Command "update T set F = null where rowid = 19084";
Command "update T set F = null where rowid = 23490";
Command "update T set F = null where rowid = 15548";
Command "update T set F = null where rowid = 13712";
Command "update T set F = null where rowid = 29951";
Command "update T set F = null where rowid = 30289";
Command "update T set F = null where rowid = 61022";
Command "update T set F = null where rowid = 21846";
Command "update T set F = null where rowid = 34803";
Command "update T set F = null where rowid = 9417";
Command "update T set F = null where rowid = 22836";
Command "update T set F = null where rowid = 19725";
Command "update T set F = null where rowid = 43331";
Command "update T set F = null where rowid = 37889";
Command "update T set F = null where rowid = 46231";
Command "update T set F = null where rowid = 54964";
Command "update T set F = null where rowid = 12735";
Command "update T set F = null where rowid = 47997";
Command "update T set F = null where rowid = 39565";
Command "update T set F = null where rowid = 12123";
Command "update T set F = null where rowid = 12568";
Command "update T set F = null where rowid = 25545";
Command "update T set F = null where rowid = 6047";
Command "update T set F = null where rowid = 79";
Command "update T set F = null where rowid = 34113";
Command "update T set F = null where rowid = 39477";
Command "update T set F = null where rowid = 47036";
Command "update T set F = null where rowid = 16228";
Command "update T set F = null where rowid = 47652";
Command "update T set F = null where rowid = 37299";
Command "update T set F = null where rowid = 11686";
Command "update T set F = null where rowid = 43906";
Command "update T set F = null where rowid = 13544";
Command "update T set F = null where rowid = 52774";
Command "update T set F = null where rowid = 1518";
Command "update T set F = null where rowid = 41027";
Command "update T set F = null where rowid = 45363";
Command "update T set F = null where rowid = 3800";
Command "update T set F = null where rowid = 17591";
Command "update T set F = null where rowid = 56316";
Command "update T set F = null where rowid = 21351";
Command "update T set F = null where rowid = 61081";
Command "update T set F = null where rowid = 14880";
Command "update T set F = null where rowid = 19570";
Command "update T set F = null where rowid = 26546";
Command "update T set F = null where rowid = 11883";
Command "update T set F = null where rowid = 29067";
Command "update T set F = null where rowid = 38421";
Command "update T set F = null where rowid = 37114";
Command "update T set F = null where rowid = 2461";
Command "update T set F = null where rowid = 15536";
Command "update T set F = null where rowid = 56140";
Command "update T set F = null where rowid = 19752";
Command "update T set F = null where rowid = 9429";
Command "update T set F = null where rowid = 58187";
Command "update T set F = null where rowid = 19348";
Command "update T set F = null where rowid = 6842";
Command "update T set F = null where rowid = 47107";
Command "update T set F = null where rowid = 44528";
Command "update T set F = null where rowid = 35200";
Command "update T set F = null where rowid = 25061";
Command "update T set F = null where rowid = 31959";
Command "update T set F = null where rowid = 48912";
Command "update T set F = null where rowid = 51784";
Command "update T set F = null where rowid = 60685";
Command "update T set F = null where rowid = 18944";
Command "update T set F = null where rowid = 45727";
Command "update T set F = null where rowid = 59466";
Command "update T set F = null where rowid = 40894";
Command "update T set F = null where rowid = 29838";
Command "update T set F = null where rowid = 58086";
Command "update T set F = null where rowid = 57306";
Command "update T set F = null where rowid = 8976";
Command "update T set F = null where rowid = 31176";
Command "update T set F = null where rowid = 8351";
Command "update T set F = null where rowid = 47293";
Command "update T set F = null where rowid = 16705";
Command "update T set F = null where rowid = 20263";
Command "update T set F = null where rowid = 33136";
Command "update T set F = null where rowid = 13273";
Command "update T set F = null where rowid = 37703";
Command "update T set F = null where rowid = 30014";
Command "update T set F = null where rowid = 46279";
Command "update T set F = null where rowid = 19709";
Command "update T set F = null where rowid = 20873";
Command "update T set F = null where rowid = 18492";
Command "update T set F = null where rowid = 15024";
Command "update T set F = null where rowid = 13363";
Command "update T set F = null where rowid = 60848";
Command "update T set F = null where rowid = 47280";
Command "update T set F = null where rowid = 41403";
Command "update T set F = null where rowid = 2509";
Command "update T set F = null where rowid = 24507";
Command "update T set F = null where rowid = 27495";
Command "update T set F = null where rowid = 6793";
Command "update T set F = null where rowid = 39425";
Command "update T set F = null where rowid = 45628";
Command "update T set F = null where rowid = 25418";
Command "update T set F = null where rowid = 26851";
Command "update T set F = null where rowid = 26622";
Command "update T set F = null where rowid = 6935";
Command "update T set F = null where rowid = 17151";
Command "update T set F = null where rowid = 45472";
Command "update T set F = null where rowid = 40115";
Command "update T set F = null where rowid = 12470";
Command "update T set F = null where rowid = 60494";
Command "update T set F = null where rowid = 41315";
Command "update T set F = null where rowid = 56117";
Command "update T set F = null where rowid = 24315";
Command "update T set F = null where rowid = 19098";
Command "update T set F = null where rowid = 20152";
Command "update T set F = null where rowid = 5055";
Command "update T set F = null where rowid = 36167";
Command "update T set F = null where rowid = 10960";
Command "update T set F = null where rowid = 18616";
Command "update T set F = null where rowid = 15226";
Command "update T set F = null where rowid = 17998";
Command "update T set F = null where rowid = 22570";
Command "update T set F = null where rowid = 31283";
Command "update T set F = null where rowid = 26469";
Command "update T set F = null where rowid = 19223";
Command "update T set F = null where rowid = 45456";
Command "update T set F = null where rowid = 29382";
Command "update T set F = null where rowid = 9576";
Command "update T set F = null where rowid = 43398";
Command "update T set F = null where rowid = 51023";
Command "update T set F = null where rowid = 51682";
Command "update T set F = null where rowid = 27475";
Command "update T set F = null where rowid = 15346";
Command "update T set F = null where rowid = 54117";
Command "update T set F = null where rowid = 19605";
Command "update T set F = null where rowid = 7584";
Command "update T set F = null where rowid = 27084";
Command "update T set F = null where rowid = 45688";
Command "update T set F = null where rowid = 10066";
Command "update T set F = null where rowid = 13416";
Command "update T set F = null where rowid = 34303";
Command "update T set F = null where rowid = 2932";
Command "update T set F = null where rowid = 26057";
Command "update T set F = null where rowid = 38026";
Command "update T set F = null where rowid = 42780";
Command "update T set F = null where rowid = 52932";
Command "update T set F = null where rowid = 33340";
Command "update T set F = null where rowid = 32237";
Command "update T set F = null where rowid = 29272";
Command "update T set F = null where rowid = 883";
Command "update T set F = null where rowid = 42018";
Command "update T set F = null where rowid = 52124";
Command "update T set F = null where rowid = 36929";
Command "update T set F = null where rowid = 17434";
Command "update T set F = null where rowid = 13649";
Command "update T set F = null where rowid = 43730";
Command "update T set F = null where rowid = 7878";
Command "update T set F = null where rowid = 3979";
Command "update T set F = null where rowid = 24063";
Command "update T set F = null where rowid = 27222";
Command "update T set F = null where rowid = 16060";
Command "update T set F = null where rowid = 22697";
Command "update T set F = null where rowid = 26924";
Command "update T set F = null where rowid = 35234";
Command "update T set F = null where rowid = 41949";
Command "update T set F = null where rowid = 35783";
Command "update T set F = null where rowid = 273";
Command "update T set F = null where rowid = 25432";
Command "update T set F = null where rowid = 17278";
Command "update T set F = null where rowid = 19874";
Command "update T set F = null where rowid = 1129";
Command "update T set F = null where rowid = 51980";
Command "update T set F = null where rowid = 48052";
Command "update T set F = null where rowid = 38799";
Command "update T set F = null where rowid = 58267";
Command "update T set F = null where rowid = 17505";
Command "update T set F = null where rowid = 1632";
Command "update T set F = null where rowid = 17892";
Command "update T set F = null where rowid = 35761";
Command "update T set F = null where rowid = 14105";
Command "update T set F = null where rowid = 44762";
Command "update T set F = null where rowid = 8963";
Command "update T set F = null where rowid = 11700";
Command "update T set F = null where rowid = 43943";
Command "update T set F = null where rowid = 39361";
Command "update T set F = null where rowid = 32560";
Command "update T set F = null where rowid = 8066";
Command "update T set F = null where rowid = 37252";
Command "update T set F = null where rowid = 15088";
Command "update T set F = null where rowid = 52370";
Command "update T set F = null where rowid = 28860";
Command "update T set F = null where rowid = 10777";
Command "update T set F = null where rowid = 26044";
Command "update T set F = null where rowid = 7426";
Command "update T set F = null where rowid = 44086";
Command "update T set F = null where rowid = 38979";
Command "update T set F = null where rowid = 24783";
Command "update T set F = null where rowid = 54858";
Command "update T set F = null where rowid = 47763";
Command "update T set F = null where rowid = 49187";
Command "update T set F = null where rowid = 19512";
Command "update T set F = null where rowid = 42757";
Command "update T set F = null where rowid = 12016";
Command "update T set F = null where rowid = 21589";
Command "update T set F = null where rowid = 13614";
Command "update T set F = null where rowid = 24950";
Command "update T set F = null where rowid = 29465";
Command "update T set F = null where rowid = 23934";
Command "update T set F = null where rowid = 34522";
Command "update T set F = null where rowid = 49923";
Command "update T set F = null where rowid = 40427";
Command "update T set F = null where rowid = 14276";
Command "update T set F = null where rowid = 37484";
Command "update T set F = null where rowid = 28137";
Command "update T set F = null where rowid = 831";
Command "update T set F = null where rowid = 60800";
Command "update T set F = null where rowid = 4445";
Command "update T set F = null where rowid = 29286";
Command "update T set F = null where rowid = 15883";
Command "update T set F = null where rowid = 20042";
Command "update T set F = null where rowid = 38334";
Command "update T set F = null where rowid = 41263";
Command "update T set F = null where rowid = 37890";
Command "update T set F = null where rowid = 55868";
Command "update T set F = null where rowid = 43918";
Command "update T set F = null where rowid = 105";
Command "update T set F = null where rowid = 5544";
Command "update T set F = null where rowid = 53124";
Command "update T set F = null where rowid = 59576";
Command "update T set F = null where rowid = 55756";
Command "update T set F = null where rowid = 2278";
Command "update T set F = null where rowid = 40849";
Command "update T set F = null where rowid = 56739";
Command "update T set F = null where rowid = 59513";
Command "update T set F = null where rowid = 55514";
Command "update T set F = null where rowid = 16324";
Command "update T set F = null where rowid = 2402";
Command "update T set F = null where rowid = 27163";
Command "update T set F = null where rowid = 6969";
Command "update T set F = null where rowid = 35266";
Command "update T set F = null where rowid = 28417";
Command "update T set F = null where rowid = 5557";
Command "update T set F = null where rowid = 15355";
Command "update T set F = null where rowid = 48857";
Command "update T set F = null where rowid = 38404";
Command "update T set F = null where rowid = 19500";
Command "update T set F = null where rowid = 30273";
Command "update T set F = null where rowid = 52799";
Command "update T set F = null where rowid = 60241";
Command "update T set F = null where rowid = 58207";
Command "update T set F = null where rowid = 39505";
Command "update T set F = null where rowid = 54331";
Command "update T set F = null where rowid = 33872";
Command "update T set F = null where rowid = 52887";
Command "update T set F = null where rowid = 45994";
Command "update T set F = null where rowid = 52771";
Command "update T set F = null where rowid = 17852";
Command "update T set F = null where rowid = 27134";
Command "update T set F = null where rowid = 41821";
Command "update T set F = null where rowid = 17011";
Command "update T set F = null where rowid = 60406";
Command "update T set F = null where rowid = 336";
Command "update T set F = null where rowid = 43421";
Command "update T set F = null where rowid = 59910";
Command "update T set F = null where rowid = 30007";
Command "update T set F = null where rowid = 24037";
Command "update T set F = null where rowid = 10445";
Command "update T set F = null where rowid = 59210";
Command "update T set F = null where rowid = 21471";
Command "update T set F = null where rowid = 59223";
Command "update T set F = null where rowid = 49689";
Command "update T set F = null where rowid = 30468";
Command "update T set F = null where rowid = 31943";
Command "update T set F = null where rowid = 49579";
Command "update T set F = null where rowid = 29829";
Command "update T set F = null where rowid = 30154";
Command "update T set F = null where rowid = 29611";
Command "update T set F = null where rowid = 16825";
Command "update T set F = null where rowid = 53317";
Command "update T set F = null where rowid = 33423";
Command "update T set F = null where rowid = 58500";
Command "update T set F = null where rowid = 34357";
Command "update T set F = null where rowid = 50170";
Command "update T set F = null where rowid = 38213";
Command "update T set F = null where rowid = 29464";
Command "update T set F = null where rowid = 42285";
Command "update T set F = null where rowid = 40184";
Command "update T set F = null where rowid = 4141";
Command "update T set F = null where rowid = 7404";
Command "update T set F = null where rowid = 8088";
Command "update T set F = null where rowid = 27120";
Command "update T set F = null where rowid = 41372";
Command "update T set F = null where rowid = 27433";
Command "update T set F = null where rowid = 44474";
Command "update T set F = null where rowid = 13478";
Command "update T set F = null where rowid = 8844";
Command "update T set F = null where rowid = 19392";
Command "update T set F = null where rowid = 25421";
Command "update T set F = null where rowid = 26656";
Command "update T set F = null where rowid = 23549";
Command "update T set F = null where rowid = 37122";
Command "update T set F = null where rowid = 42484";
Command "update T set F = null where rowid = 44189";
Command "update T set F = null where rowid = 32274";
Command "update T set F = null where rowid = 10345";
Command "update T set F = null where rowid = 49584";
Command "update T set F = null where rowid = 59206";
Command "update T set F = null where rowid = 31053";
Command "update T set F = null where rowid = 22748";
Command "update T set F = null where rowid = 50193";
Command "update T set F = null where rowid = 55353";
Command "update T set F = null where rowid = 4129";
Command "update T set F = null where rowid = 18962";
Command "update T set F = null where rowid = 56334";
Command "update T set F = null where rowid = 44929";
Command "update T set F = null where rowid = 37825";
Command "update T set F = null where rowid = 49845";
Command "update T set F = null where rowid = 1272";
Command "update T set F = null where rowid = 4371";
Command "update T set F = null where rowid = 57357";
Command "update T set F = null where rowid = 58845";
Command "update T set F = null where rowid = 43509";
Command "update T set F = null where rowid = 13760";
Command "update T set F = null where rowid = 55165";
Command "update T set F = null where rowid = 37541";
Command "update T set F = null where rowid = 57026";
Command "update T set F = null where rowid = 22869";
Command "update T set F = null where rowid = 23783";
Command "update T set F = null where rowid = 23499";
Command "update T set F = null where rowid = 20206";
Command "update T set F = null where rowid = 39685";
Command "update T set F = null where rowid = 35613";
Command "update T set F = null where rowid = 56179";
Command "update T set F = null where rowid = 36365";
Command "update T set F = null where rowid = 29421";
Command "update T set F = null where rowid = 54033";
Command "update T set F = null where rowid = 51302";
Command "update T set F = null where rowid = 1266";
Command "update T set F = null where rowid = 29660";
Command "update T set F = null where rowid = 59999";
Command "update T set F = null where rowid = 33517";
Command "update T set F = null where rowid = 55615";
Command "update T set F = null where rowid = 38933";
Command "update T set F = null where rowid = 10900";
Command "update T set F = null where rowid = 23931";
Command "update T set F = null where rowid = 46876";
Command "update T set F = null where rowid = 57916";
Command "update T set F = null where rowid = 11409";
Command "update T set F = null where rowid = 6822";
Command "update T set F = null where rowid = 36771";
Command "update T set F = null where rowid = 32546";
Command "update T set F = null where rowid = 44567";
Command "update T set F = null where rowid = 56839";
Command "update T set F = null where rowid = 59464";
Command "update T set F = null where rowid = 3070";
Command "update T set F = null where rowid = 21785";
Command "update T set F = null where rowid = 34539";
Command "update T set F = null where rowid = 7861";
Command "update T set F = null where rowid = 9264";
Command "update T set F = null where rowid = 56213";
Command "update T set F = null where rowid = 24266";
Command "update T set F = null where rowid = 21371";
Command "update T set F = null where rowid = 7268";
Command "update T set F = null where rowid = 45406";
Command "update T set F = null where rowid = 24481";
Command "update T set F = null where rowid = 45950";
Command "update T set F = null where rowid = 43267";
Command "update T set F = null where rowid = 14827";
Command "update T set F = null where rowid = 4209";
Command "update T set F = null where rowid = 33349";
Command "update T set F = null where rowid = 11543";
Command "update T set F = null where rowid = 28856";
Command "update T set F = null where rowid = 4275";
Command "update T set F = null where rowid = 48839";
Command "update T set F = null where rowid = 41416";
Command "update T set F = null where rowid = 28955";
Command "update T set F = null where rowid = 13029";
Command "update T set F = null where rowid = 26760";
Command "update T set F = null where rowid = 10167";
Command "update T set F = null where rowid = 15503";
Command "update T set F = null where rowid = 49212";
Command "update T set F = null where rowid = 24583";
Command "update T set F = null where rowid = 59739";
Command "update T set F = null where rowid = 43479";
Command "update T set F = null where rowid = 5532";
Command "update T set F = null where rowid = 21364";
Command "update T set F = null where rowid = 8717";
Command "update T set F = null where rowid = 24793";
Command "update T set F = null where rowid = 47368";
Command "update T set F = null where rowid = 41480";
Command "update T set F = null where rowid = 22410";
Command "update T set F = null where rowid = 13115";
Command "update T set F = null where rowid = 54152";
Command "update T set F = null where rowid = 10568";
Command "update T set F = null where rowid = 30732";
Command "update T set F = null where rowid = 46151";
Command "update T set F = null where rowid = 11503";
Command "update T set F = null where rowid = 49932";
Command "update T set F = null where rowid = 2347";
Command "update T set F = null where rowid = 37119";
Command "update T set F = null where rowid = 24632";
Command "update T set F = null where rowid = 47377";
Command "update T set F = null where rowid = 24870";
Command "update T set F = null where rowid = 7299";
Command "update T set F = null where rowid = 27007";
Command "update T set F = null where rowid = 42891";
Command "update T set F = null where rowid = 51169";
Command "update T set F = null where rowid = 28831";
Command "update T set F = null where rowid = 41151";
Command "update T set F = null where rowid = 37978";
Command "update T set F = null where rowid = 12468";
Command "update T set F = null where rowid = 28605";
Command "update T set F = null where rowid = 12858";
Command "update T set F = null where rowid = 45798";
Command "update T set F = null where rowid = 481";
Command "update T set F = null where rowid = 22056";
Command "update T set F = null where rowid = 56235";
Command "update T set F = null where rowid = 10688";
Command "update T set F = null where rowid = 56473";
Command "update T set F = null where rowid = 31672";
Command "update T set F = null where rowid = 53168";
Command "update T set F = null where rowid = 13763";
Command "update T set F = null where rowid = 46988";
Command "update T set F = null where rowid = 60811";
Command "update T set F = null where rowid = 53325";
Command "update T set F = null where rowid = 48766";
Command "update T set F = null where rowid = 48740";
Command "update T set F = null where rowid = 21746";
Command "update T set F = null where rowid = 36847";
Command "update T set F = null where rowid = 55224";
Command "update T set F = null where rowid = 47726";
Command "update T set F = null where rowid = 34359";
Command "update T set F = null where rowid = 57716";
Command "update T set F = null where rowid = 23527";
Command "update T set F = null where rowid = 37038";
Command "update T set F = null where rowid = 48298";
Command "update T set F = null where rowid = 4547";
Command "update T set F = null where rowid = 27716";
Command "update T set F = null where rowid = 57385";
Command "update T set F = null where rowid = 49269";
Command "update T set F = null where rowid = 26745";
Command "update T set F = null where rowid = 58388";
Command "update T set F = null where rowid = 27014";
Command "update T set F = null where rowid = 21587";
Command "update T set F = null where rowid = 44191";
Command "update T set F = null where rowid = 10344";
Command "update T set F = null where rowid = 6483";
Command "update T set F = null where rowid = 50644";
Command "update T set F = null where rowid = 36267";
Command "update T set F = null where rowid = 2780";
Command "update T set F = null where rowid = 40793";
Command "update T set F = null where rowid = 13380";
Command "update T set F = null where rowid = 4684";
Command "update T set F = null where rowid = 26956";
Command "update T set F = null where rowid = 48438";
Command "update T set F = null where rowid = 2785";
Command "update T set F = null where rowid = 7265";
Command "update T set F = null where rowid = 9252";
Command "update T set F = null where rowid = 48143";
Command "update T set F = null where rowid = 54071";
Command "update T set F = null where rowid = 41177";
Command "update T set F = null where rowid = 14579";
Command "update T set F = null where rowid = 12155";
Command "update T set F = null where rowid = 29777";
Command "update T set F = null where rowid = 3641";
Command "update T set F = null where rowid = 16576";
Command "update T set F = null where rowid = 14175";
Command "update T set F = null where rowid = 42683";
Command "update T set F = null where rowid = 32377";
Command "update T set F = null where rowid = 3998";
Command "update T set F = null where rowid = 33166";
Command "update T set F = null where rowid = 47625";
Command "update T set F = null where rowid = 55598";
Command "update T set F = null where rowid = 12827";
Command "update T set F = null where rowid = 40584";
Command "update T set F = null where rowid = 45064";
Command "update T set F = null where rowid = 18446";
Command "update T set F = null where rowid = 58030";
Command "update T set F = null where rowid = 15384";
Command "update T set F = null where rowid = 53145";
Command "update T set F = null where rowid = 48732";
Command "update T set F = null where rowid = 48141";
Command "update T set F = null where rowid = 3403";
Command "update T set F = null where rowid = 19384";
Command "update T set F = null where rowid = 21313";
Command "update T set F = null where rowid = 26845";
Command "update T set F = null where rowid = 47329";
Command "update T set F = null where rowid = 1090";
Command "update T set F = null where rowid = 12666";
Command "update T set F = null where rowid = 29432";
Command "update T set F = null where rowid = 4315";
Command "update T set F = null where rowid = 5297";
Command "update T set F = null where rowid = 34631";
Command "update T set F = null where rowid = 37435";
Command "update T set F = null where rowid = 57654";
Command "update T set F = null where rowid = 21885";
Command "update T set F = null where rowid = 57785";
Command "update T set F = null where rowid = 57764";
Command "update T set F = null where rowid = 24746";
Command "update T set F = null where rowid = 39595";
Command "update T set F = null where rowid = 33285";
Command "update T set F = null where rowid = 23140";
Command "update T set F = null where rowid = 45151";
Command "update T set F = null where rowid = 41426";
Command "update T set F = null where rowid = 57286";
Command "update T set F = null where rowid = 55438";
Command "update T set F = null where rowid = 5118";
Command "update T set F = null where rowid = 21943";
Command "update T set F = null where rowid = 1546";
Command "update T set F = null where rowid = 52873";
Command "update T set F = null where rowid = 2214";
Command "update T set F = null where rowid = 9470";
Command "update T set F = null where rowid = 46969";
Command "update T set F = null where rowid = 46159";
Command "update T set F = null where rowid = 28937";
Command "update T set F = null where rowid = 16408";
Command "update T set F = null where rowid = 58698";
Command "update T set F = null where rowid = 12079";
Command "update T set F = null where rowid = 25172";
Command "update T set F = null where rowid = 38264";
Command "update T set F = null where rowid = 11504";
Command "update T set F = null where rowid = 40546";
Command "update T set F = null where rowid = 18451";
Command "update T set F = null where rowid = 23385";
Command "update T set F = null where rowid = 41036";
Command "update T set F = null where rowid = 29437";
Command "update T set F = null where rowid = 18990";
Command "update T set F = null where rowid = 4845";
Command "update T set F = null where rowid = 24987";
Command "update T set F = null where rowid = 52088";
Command "update T set F = null where rowid = 696";
Command "update T set F = null where rowid = 19845";
Command "update T set F = null where rowid = 57566";
Command "update T set F = null where rowid = 39873";
Command "update T set F = null where rowid = 18913";
Command "update T set F = null where rowid = 28236";
Command "update T set F = null where rowid = 57886";
Command "update T set F = null where rowid = 16457";
Command "update T set F = null where rowid = 39713";
Command "update T set F = null where rowid = 49037";
Command "update T set F = null where rowid = 18380";
Command "update T set F = null where rowid = 52757";
Command "update T set F = null where rowid = 5528";
Command "update T set F = null where rowid = 41274";
Command "update T set F = null where rowid = 54121";
Command "update T set F = null where rowid = 25872";
Command "update T set F = null where rowid = 198";
Command "update T set F = null where rowid = 22178";
Command "update T set F = null where rowid = 29484";
Command "update T set F = null where rowid = 44145";
Command "update T set F = null where rowid = 21221";
Command "update T set F = null where rowid = 52568";
Command "update T set F = null where rowid = 32138";
Command "update T set F = null where rowid = 11660";
Command "update T set F = null where rowid = 11814";
Command "update T set F = null where rowid = 3801";
Command "update T set F = null where rowid = 17308";
Command "update T set F = null where rowid = 20287";
Command "update T set F = null where rowid = 49516";
Command "update T set F = null where rowid = 19324";
Command "update T set F = null where rowid = 2202";
Command "update T set F = null where rowid = 42862";
Command "update T set F = null where rowid = 9818";
Command "update T set F = null where rowid = 39885";
Command "update T set F = null where rowid = 22138";
Command "update T set F = null where rowid = 34797";
Command "update T set F = null where rowid = 46832";
Command "update T set F = null where rowid = 27913";
Command "update T set F = null where rowid = 16032";
Command "update T set F = null where rowid = 40984";
Command "update T set F = null where rowid = 3741";
Command "update T set F = null where rowid = 21270";
Command "update T set F = null where rowid = 30997";
Command "update T set F = null where rowid = 25620";
Command "update T set F = null where rowid = 51781";
Command "update T set F = null where rowid = 49554";
Command "update T set F = null where rowid = 37530";
Command "update T set F = null where rowid = 44756";
Command "update T set F = null where rowid = 34713";
Command "update T set F = null where rowid = 42118";
Command "update T set F = null where rowid = 34015";
Command "update T set F = null where rowid = 6830";
Command "update T set F = null where rowid = 44015";
Command "update T set F = null where rowid = 7183";
Command "update T set F = null where rowid = 40729";
Command "update T set F = null where rowid = 33601";
Command "update T set F = null where rowid = 53630";
Command "update T set F = null where rowid = 35244";
Command "update T set F = null where rowid = 49787";
Command "update T set F = null where rowid = 60418";
Command "update T set F = null where rowid = 60036";
Command "update T set F = null where rowid = 48891";
Command "update T set F = null where rowid = 58202";
Command "update T set F = null where rowid = 7189";
Command "update T set F = null where rowid = 42456";
Command "update T set F = null where rowid = 7294";
Command "update T set F = null where rowid = 51012";
Command "update T set F = null where rowid = 13100";
Command "update T set F = null where rowid = 16093";
Command "update T set F = null where rowid = 17071";
Command "update T set F = null where rowid = 20708";
Command "update T set F = null where rowid = 41628";
Command "update T set F = null where rowid = 38785";
Command "update T set F = null where rowid = 28894";
Command "update T set F = null where rowid = 4555";
Command "update T set F = null where rowid = 54081";
Command "update T set F = null where rowid = 52455";
Command "update T set F = null where rowid = 46453";
Command "update T set F = null where rowid = 15681";
Command "update T set F = null where rowid = 25513";
Command "update T set F = null where rowid = 59077";
Command "update T set F = null where rowid = 54986";
Command "update T set F = null where rowid = 23204";
Command "update T set F = null where rowid = 31441";
Command "update T set F = null where rowid = 33714";
Command "update T set F = null where rowid = 39211";
Command "update T set F = null where rowid = 5307";
Command "update T set F = null where rowid = 26528";
Command "update T set F = null where rowid = 41358";
Command "update T set F = null where rowid = 19388";
Command "update T set F = null where rowid = 19032";
Command "update T set F = null where rowid = 51209";
Command "update T set F = null where rowid = 41997";
Command "update T set F = null where rowid = 41477";
Command "update T set F = null where rowid = 52952";
Command "update T set F = null where rowid = 7958";
Command "update T set F = null where rowid = 42117";
Command "update T set F = null where rowid = 47340";
Command "update T set F = null where rowid = 46793";
Command "update T set F = null where rowid = 28487";
Command "update T set F = null where rowid = 2683";
Command "update T set F = null where rowid = 52189";
Command "update T set F = null where rowid = 55378";
Command "update T set F = null where rowid = 48590";
Command "update T set F = null where rowid = 11281";
Command "update T set F = null where rowid = 11577";
Command "update T set F = null where rowid = 16508";
Command "update T set F = null where rowid = 42566";
Command "update T set F = null where rowid = 43483";
Command "update T set F = null where rowid = 50527";
Command "update T set F = null where rowid = 7130";
Command "update T set F = null where rowid = 45591";
Command "update T set F = null where rowid = 13420";
Command "update T set F = null where rowid = 39138";
Command "update T set F = null where rowid = 58209";
Command "update T set F = null where rowid = 33813";
Command "update T set F = null where rowid = 6981";
Command "update T set F = null where rowid = 10855";
Command "update T set F = null where rowid = 12137";
Command "update T set F = null where rowid = 38479";
Command "update T set F = null where rowid = 54516";
Command "update T set F = null where rowid = 33577";
Command "update T set F = null where rowid = 33038";
Command "update T set F = null where rowid = 17580";
Command "update T set F = null where rowid = 25646";
Command "update T set F = null where rowid = 18115";
Command "update T set F = null where rowid = 51708";
Command "update T set F = null where rowid = 36149";
Command "update T set F = null where rowid = 34030";
Command "update T set F = null where rowid = 2023";
Command "update T set F = null where rowid = 52188";
Command "update T set F = null where rowid = 25537";
Command "update T set F = null where rowid = 35639";
Command "update T set F = null where rowid = 35299";
Command "update T set F = null where rowid = 19154";
Command "update T set F = null where rowid = 59650";
Command "update T set F = null where rowid = 8435";
Command "update T set F = null where rowid = 46190";
Command "update T set F = null where rowid = 3569";
Command "update T set F = null where rowid = 48133";
Command "update T set F = null where rowid = 40540";
Command "update T set F = null where rowid = 5243";
Command "update T set F = null where rowid = 21818";
Command "update T set F = null where rowid = 23163";
Command "update T set F = null where rowid = 61311";
Command "update T set F = null where rowid = 51948";
Command "update T set F = null where rowid = 23700";
Command "update T set F = null where rowid = 41832";
Command "update T set F = null where rowid = 21439";
Command "update T set F = null where rowid = 10285";
Command "update T set F = null where rowid = 39352";
Command "update T set F = null where rowid = 18329";
Command "update T set F = null where rowid = 33913";
Command "update T set F = null where rowid = 2669";
Command "update T set F = null where rowid = 4551";
Command "update T set F = null where rowid = 23710";
Command "update T set F = null where rowid = 25488";
Command "update T set F = null where rowid = 38063";
Command "update T set F = null where rowid = 49602";
Command "update T set F = null where rowid = 59373";
Command "update T set F = null where rowid = 48614";
Command "update T set F = null where rowid = 36989";
Command "update T set F = null where rowid = 37437";
Command "update T set F = null where rowid = 36004";
Command "update T set F = null where rowid = 48033";
Command "update T set F = null where rowid = 16968";
Command "update T set F = null where rowid = 50391";
Command "update T set F = null where rowid = 53583";
Command "update T set F = null where rowid = 35997";
Command "update T set F = null where rowid = 7621";
Command "update T set F = null where rowid = 9883";
Command "update T set F = null where rowid = 14462";
Command "update T set F = null where rowid = 38162";
Command "update T set F = null where rowid = 23587";
Command "update T set F = null where rowid = 29768";
Command "update T set F = null where rowid = 47250";
Command "update T set F = null where rowid = 38936";
Command "update T set F = null where rowid = 39272";
Command "update T set F = null where rowid = 1282";
Command "update T set F = null where rowid = 7774";
Command "update T set F = null where rowid = 8044";
Command "update T set F = null where rowid = 48192";
Command "update T set F = null where rowid = 33830";
Command "update T set F = null where rowid = 1697";
Command "update T set F = null where rowid = 34320";
Command "update T set F = null where rowid = 50896";
Command "update T set F = null where rowid = 32963";
Command "update T set F = null where rowid = 27828";
Command "update T set F = null where rowid = 31044";
Command "update T set F = null where rowid = 59092";
Command "update T set F = null where rowid = 41204";
Command "update T set F = null where rowid = 42690";
Command "update T set F = null where rowid = 52622";
Command "update T set F = null where rowid = 11077";
Command "update T set F = null where rowid = 54662";
Command "update T set F = null where rowid = 7551";
Command "update T set F = null where rowid = 53101";
Command "update T set F = null where rowid = 27422";
Command "update T set F = null where rowid = 50591";
Command "update T set F = null where rowid = 24501";
Command "update T set F = null where rowid = 47515";
Command "update T set F = null where rowid = 50252";
Command "update T set F = null where rowid = 47734";
Command "update T set F = null where rowid = 26786";
Command "update T set F = null where rowid = 53960";
Command "update T set F = null where rowid = 18345";
Command "update T set F = null where rowid = 5548";
Command "update T set F = null where rowid = 44946";
Command "update T set F = null where rowid = 43373";
Command "update T set F = null where rowid = 30461";
Command "update T set F = null where rowid = 37683";
Command "update T set F = null where rowid = 51686";
Command "update T set F = null where rowid = 46737";
Command "update T set F = null where rowid = 57161";
Command "update T set F = null where rowid = 48878";
Command "update T set F = null where rowid = 23143";
Command "update T set F = null where rowid = 42742";
Command "update T set F = null where rowid = 12993";
Command "update T set F = null where rowid = 53087";
Command "update T set F = null where rowid = 37280";
Command "update T set F = null where rowid = 9126";
Command "update T set F = null where rowid = 25104";
Command "update T set F = null where rowid = 36904";
Command "update T set F = null where rowid = 8650";
Command "update T set F = null where rowid = 24017";
Command "update T set F = null where rowid = 6205";
Command "update T set F = null where rowid = 50572";
Command "update T set F = null where rowid = 39838";
Command "update T set F = null where rowid = 9646";
Command "update T set F = null where rowid = 46238";
Command "update T set F = null where rowid = 31621";
Command "update T set F = null where rowid = 12570";
Command "update T set F = null where rowid = 55479";
Command "update T set F = null where rowid = 41776";
Command "update T set F = null where rowid = 26356";
Command "update T set F = null where rowid = 8561";
Command "update T set F = null where rowid = 2513";
Command "update T set F = null where rowid = 61051";
Command "update T set F = null where rowid = 33852";
Command "update T set F = null where rowid = 42189";
Command "update T set F = null where rowid = 32481";
Command "update T set F = null where rowid = 55396";
Command "update T set F = null where rowid = 5824";
Command "update T set F = null where rowid = 38495";
Command "update T set F = null where rowid = 32772";
Command "update T set F = null where rowid = 33725";
Command "update T set F = null where rowid = 6760";
Command "update T set F = null where rowid = 23924";
Command "update T set F = null where rowid = 60575";
Command "update T set F = null where rowid = 17365";
Command "update T set F = null where rowid = 2841";
Command "update T set F = null where rowid = 20765";
Command "update T set F = null where rowid = 36114";
Command "update T set F = null where rowid = 12303";
Command "update T set F = null where rowid = 16615";
Command "update T set F = null where rowid = 15826";
Command "update T set F = null where rowid = 15003";
Command "update T set F = null where rowid = 57838";
Command "update T set F = null where rowid = 18165";
Command "update T set F = null where rowid = 1840";
Command "update T set F = null where rowid = 50475";
Command "update T set F = null where rowid = 19254";
Command "update T set F = null where rowid = 12994";
Command "update T set F = null where rowid = 42728";
Command "update T set F = null where rowid = 33148";
Command "update T set F = null where rowid = 43858";
Command "update T set F = null where rowid = 21619";
Command "update T set F = null where rowid = 21691";
Command "update T set F = null where rowid = 16868";
Command "update T set F = null where rowid = 9769";
Command "update T set F = null where rowid = 61400";
Command "update T set F = null where rowid = 59083";
Command "update T set F = null where rowid = 18980";
Command "update T set F = null where rowid = 9362";
Command "update T set F = null where rowid = 23944";
Command "update T set F = null where rowid = 29418";
Command "update T set F = null where rowid = 33492";
Command "update T set F = null where rowid = 40266";
Command "update T set F = null where rowid = 15833";
Command "update T set F = null where rowid = 10558";
Command "update T set F = null where rowid = 47609";
Command "update T set F = null where rowid = 5686";
Command "update T set F = null where rowid = 35887";
Command "update T set F = null where rowid = 11666";
Command "update T set F = null where rowid = 19778";
Command "update T set F = null where rowid = 2438";
Command "update T set F = null where rowid = 18109";
Command "update T set F = null where rowid = 31712";
Command "update T set F = null where rowid = 13645";
Command "update T set F = null where rowid = 44852";
Command "update T set F = null where rowid = 31121";
Command "update T set F = null where rowid = 25959";
Command "update T set F = null where rowid = 30584";
Command "update T set F = null where rowid = 53463";
Command "update T set F = null where rowid = 29019";
Command "update T set F = null where rowid = 14760";
Command "update T set F = null where rowid = 36430";
Command "update T set F = null where rowid = 55750";
Command "update T set F = null where rowid = 56541";
Command "update T set F = null where rowid = 35910";
Command "update T set F = null where rowid = 11599";
Command "update T set F = null where rowid = 7533";
Command "update T set F = null where rowid = 7043";
Command "update T set F = null where rowid = 9644";
Command "update T set F = null where rowid = 41295";
Command "update T set F = null where rowid = 11295";
Command "update T set F = null where rowid = 51769";
Command "update T set F = null where rowid = 41267";
Command "update T set F = null where rowid = 32892";
Command "update T set F = null where rowid = 57243";
Command "update T set F = null where rowid = 10786";
Command "update T set F = null where rowid = 29527";
Command "update T set F = null where rowid = 35278";
Command "update T set F = null where rowid = 59534";
Command "update T set F = null where rowid = 51804";
Command "update T set F = null where rowid = 57634";
Command "update T set F = null where rowid = 35962";
Command "update T set F = null where rowid = 60421";
Command "update T set F = null where rowid = 50088";
Command "update T set F = null where rowid = 38321";
Command "update T set F = null where rowid = 14183";
Command "update T set F = null where rowid = 3354";
Command "update T set F = null where rowid = 2656";
Command "update T set F = null where rowid = 37753";
Command "update T set F = null where rowid = 5146";
Command "update T set F = null where rowid = 46475";
Command "update T set F = null where rowid = 48401";
Command "update T set F = null where rowid = 39305";
Command "update T set F = null where rowid = 28024";
Command "update T set F = null where rowid = 48971";
Command "update T set F = null where rowid = 38513";
Command "update T set F = null where rowid = 54659";
Command "update T set F = null where rowid = 38577";
Command "update T set F = null where rowid = 15052";
Command "update T set F = null where rowid = 22416";
Command "update T set F = null where rowid = 3013";
Command "update T set F = null where rowid = 2996";
Command "update T set F = null where rowid = 57736";
Command "update T set F = null where rowid = 12882";
Command "update T set F = null where rowid = 54618";
Command "update T set F = null where rowid = 40361";
Command "update T set F = null where rowid = 12146";
Command "update T set F = null where rowid = 44071";
Command "update T set F = null where rowid = 4689";
Command "update T set F = null where rowid = 42981";
Command "update T set F = null where rowid = 56219";
Command "update T set F = null where rowid = 36099";
Command "update T set F = null where rowid = 41321";
Command "update T set F = null where rowid = 24389";
Command "update T set F = null where rowid = 10229";
Command "update T set F = null where rowid = 203";
Command "update T set F = null where rowid = 39324";
Command "update T set F = null where rowid = 45403";
Command "update T set F = null where rowid = 21888";
Command "update T set F = null where rowid = 35023";
Command "update T set F = null where rowid = 49299";
Command "update T set F = null where rowid = 17019";
Command "update T set F = null where rowid = 37894";
Command "update T set F = null where rowid = 26943";
Command "update T set F = null where rowid = 10072";
Command "update T set F = null where rowid = 38567";
Command "update T set F = null where rowid = 53301";
Command "update T set F = null where rowid = 58378";
Command "update T set F = null where rowid = 57616";
Command "update T set F = null where rowid = 1967";
Command "update T set F = null where rowid = 7969";
Command "update T set F = null where rowid = 25737";
Command "update T set F = null where rowid = 17752";
Command "update T set F = null where rowid = 56059";
Command "update T set F = null where rowid = 45661";
Command "update T set F = null where rowid = 26890";
Command "update T set F = null where rowid = 35029";
Command "update T set F = null where rowid = 46091";
Command "update T set F = null where rowid = 11951";
Command "update T set F = null where rowid = 46364";
Command "update T set F = null where rowid = 54777";
Command "update T set F = null where rowid = 41357";
Command "update T set F = null where rowid = 35316";
Command "update T set F = null where rowid = 36442";
Command "update T set F = null where rowid = 49483";
Command "update T set F = null where rowid = 49132";
Command "update T set F = null where rowid = 11322";
Command "update T set F = null where rowid = 39605";
Command "update T set F = null where rowid = 22533";
Command "update T set F = null where rowid = 12395";
Command "update T set F = null where rowid = 49095";
Command "update T set F = null where rowid = 47992";
Command "update T set F = null where rowid = 7367";
Command "update T set F = null where rowid = 46015";
Command "update T set F = null where rowid = 50949";
Command "update T set F = null where rowid = 40859";
Command "update T set F = null where rowid = 37466";
Command "update T set F = null where rowid = 34154";
Command "update T set F = null where rowid = 57240";
Command "update T set F = null where rowid = 14195";
Command "update T set F = null where rowid = 45840";
Command "update T set F = null where rowid = 60207";
Command "update T set F = null where rowid = 50079";
Command "update T set F = null where rowid = 34227";
Command "update T set F = null where rowid = 27492";
Command "update T set F = null where rowid = 50557";
Command "update T set F = null where rowid = 52960";
Command "update T set F = null where rowid = 36586";
Command "update T set F = null where rowid = 54860";
Command "update T set F = null where rowid = 56829";
Command "update T set F = null where rowid = 8012";
Command "update T set F = null where rowid = 51821";
Command "update T set F = null where rowid = 22002";
Command "update T set F = null where rowid = 44676";
Command "update T set F = null where rowid = 33162";
Command "update T set F = null where rowid = 37030";
Command "update T set F = null where rowid = 13471";
Command "update T set F = null where rowid = 11595";
Command "update T set F = null where rowid = 26343";
Command "update T set F = null where rowid = 21301";
Command "update T set F = null where rowid = 38276";
Command "update T set F = null where rowid = 58395";
Command "update T set F = null where rowid = 48347";
Command "update T set F = null where rowid = 43545";
Command "update T set F = null where rowid = 19089";
Command "update T set F = null where rowid = 34286";
Command "update T set F = null where rowid = 32199";
Command "update T set F = null where rowid = 16021";
Command "update T set F = null where rowid = 59344";
Command "update T set F = null where rowid = 53560";
Command "update T set F = null where rowid = 52227";
Command "update T set F = null where rowid = 9428";
Command "update T set F = null where rowid = 45696";
Command "update T set F = null where rowid = 58336";
Command "update T set F = null where rowid = 9444";
Command "update T set F = null where rowid = 50627";
Command "update T set F = null where rowid = 12237";
Command "update T set F = null where rowid = 46047";
Command "update T set F = null where rowid = 9675";
Command "update T set F = null where rowid = 52205";
Command "update T set F = null where rowid = 56273";
Command "update T set F = null where rowid = 23958";
Command "update T set F = null where rowid = 49004";
Command "update T set F = null where rowid = 32153";
Command "update T set F = null where rowid = 48745";
Command "update T set F = null where rowid = 5417";
Command "update T set F = null where rowid = 57282";
Command "update T set F = null where rowid = 59520";
Command "update T set F = null where rowid = 55826";
Command "update T set F = null where rowid = 57743";
Command "update T set F = null where rowid = 3115";
Command "update T set F = null where rowid = 20273";
Command "update T set F = null where rowid = 15574";
Command "update T set F = null where rowid = 30657";
Command "update T set F = null where rowid = 29258";
Command "update T set F = null where rowid = 42687";
Command "update T set F = null where rowid = 37963";
Command "update T set F = null where rowid = 6490";
Command "update T set F = null where rowid = 15590";
Command "update T set F = null where rowid = 39322";
Command "update T set F = null where rowid = 22908";
Command "update T set F = null where rowid = 59024";
Command "update T set F = null where rowid = 7432";
Command "update T set F = null where rowid = 18592";
Command "update T set F = null where rowid = 6986";
Command "update T set F = null where rowid = 24551";
Command "update T set F = null where rowid = 26362";
Command "update T set F = null where rowid = 24767";
Command "update T set F = null where rowid = 7959";
Command "update T set F = null where rowid = 42659";
Command "update T set F = null where rowid = 14675";
Command "update T set F = null where rowid = 39122";
Command "update T set F = null where rowid = 12970";
Command "update T set F = null where rowid = 59562";
Command "update T set F = null where rowid = 37698";
Command "update T set F = null where rowid = 37354";
Command "update T set F = null where rowid = 49833";
Command "update T set F = null where rowid = 48647";
Command "update T set F = null where rowid = 14935";
Command "update T set F = null where rowid = 15640";
Command "update T set F = null where rowid = 38583";
Command "update T set F = null where rowid = 2924";
Command "update T set F = null where rowid = 47846";
Command "update T set F = null where rowid = 51276";
Command "update T set F = null where rowid = 1538";
Command "update T set F = null where rowid = 51880";
Command "update T set F = null where rowid = 17129";
Command "update T set F = null where rowid = 56876";
Command "update T set F = null where rowid = 30721";
Command "update T set F = null where rowid = 724";
Command "update T set F = null where rowid = 2328";
Command "update T set F = null where rowid = 30545";
Command "update T set F = null where rowid = 25904";
Command "update T set F = null where rowid = 24729";
Command "update T set F = null where rowid = 59894";
Command "update T set F = null where rowid = 38378";
Command "update T set F = null where rowid = 60445";
Command "update T set F = null where rowid = 49241";
Command "update T set F = null where rowid = 20972";
Command "update T set F = null where rowid = 31055";
Command "update T set F = null where rowid = 52562";
Command "update T set F = null where rowid = 60880";
Command "update T set F = null where rowid = 5040";
Command "update T set F = null where rowid = 53474";
Command "update T set F = null where rowid = 46983";
Command "update T set F = null where rowid = 36133";
Command "update T set F = null where rowid = 32564";
Command "update T set F = null where rowid = 53348";
Command "update T set F = null where rowid = 20495";
Command "update T set F = null where rowid = 26225";
Command "update T set F = null where rowid = 37671";
Command "update T set F = null where rowid = 35216";
Command "update T set F = null where rowid = 29080";
Command "update T set F = null where rowid = 5514";
Command "update T set F = null where rowid = 20331";
Command "update T set F = null where rowid = 40685";
Command "update T set F = null where rowid = 17789";
Command "update T set F = null where rowid = 20172";
Command "update T set F = null where rowid = 10245";
Command "update T set F = null where rowid = 42950";
Command "update T set F = null where rowid = 55767";
Command "update T set F = null where rowid = 45655";
Command "update T set F = null where rowid = 61178";
Command "update T set F = null where rowid = 23524";
Command "update T set F = null where rowid = 53742";
Command "update T set F = null where rowid = 18757";
Command "update T set F = null where rowid = 55053";
Command "update T set F = null where rowid = 4400";
Command "update T set F = null where rowid = 42901";
Command "update T set F = null where rowid = 54203";
Command "update T set F = null where rowid = 30933";
Command "update T set F = null where rowid = 52989";
Command "update T set F = null where rowid = 53620";
Command "update T set F = null where rowid = 44440";
Command "update T set F = null where rowid = 7680";
Command "update T set F = null where rowid = 60957";
Command "update T set F = null where rowid = 40033";
Command "update T set F = null where rowid = 9357";
Command "update T set F = null where rowid = 48380";
Command "update T set F = null where rowid = 25548";
Command "update T set F = null where rowid = 46843";
Command "update T set F = null where rowid = 30450";
Command "update T set F = null where rowid = 4424";
Command "update T set F = null where rowid = 38607";
Command "update T set F = null where rowid = 16119";
Command "update T set F = null where rowid = 47682";
Command "update T set F = null where rowid = 12531";
Command "update T set F = null where rowid = 47851";
Command "update T set F = null where rowid = 34460";
Command "update T set F = null where rowid = 41292";
Command "update T set F = null where rowid = 23564";
Command "update T set F = null where rowid = 31801";
Command "update T set F = null where rowid = 146";
Command "update T set F = null where rowid = 51620";
Command "update T set F = null where rowid = 18951";
Command "update T set F = null where rowid = 616";
Command "update T set F = null where rowid = 943";
Command "update T set F = null where rowid = 59542";
Command "update T set F = null where rowid = 15696";
Command "update T set F = null where rowid = 32435";
Command "update T set F = null where rowid = 2300";
Command "update T set F = null where rowid = 7097";
Command "update T set F = null where rowid = 54788";
Command "update T set F = null where rowid = 42036";
Command "update T set F = null where rowid = 55994";
Command "update T set F = null where rowid = 44309";
Command "update T set F = null where rowid = 31219";
Command "update T set F = null where rowid = 42636";
Command "update T set F = null where rowid = 34462";
Command "update T set F = null where rowid = 18869";
Command "update T set F = null where rowid = 48478";
Command "update T set F = null where rowid = 37072";
Command "update T set F = null where rowid = 46538";
Command "update T set F = null where rowid = 217";
Command "update T set F = null where rowid = 16542";
Command "update T set F = null where rowid = 21281";
Command "update T set F = null where rowid = 44018";
Command "update T set F = null where rowid = 11998";
Command "update T set F = null where rowid = 46000";
Command "update T set F = null where rowid = 60755";
Command "update T set F = null where rowid = 35056";
Command "update T set F = null where rowid = 24559";
Command "update T set F = null where rowid = 27844";
Command "update T set F = null where rowid = 10914";
Command "update T set F = null where rowid = 47686";
Command "update T set F = null where rowid = 16494";
Command "update T set F = null where rowid = 4973";
Command "update T set F = null where rowid = 1191";
Command "update T set F = null where rowid = 2154";
Command "update T set F = null where rowid = 40396";
Command "update T set F = null where rowid = 24996";
Command "update T set F = null where rowid = 5698";
Command "update T set F = null where rowid = 45682";
Command "update T set F = null where rowid = 49436";
Command "update T set F = null where rowid = 21125";
Command "update T set F = null where rowid = 40861";
Command "update T set F = null where rowid = 3038";
Command "update T set F = null where rowid = 21459";
Command "update T set F = null where rowid = 1235";
Command "update T set F = null where rowid = 20035";
Command "update T set F = null where rowid = 17205";
Command "update T set F = null where rowid = 39454";
Command "update T set F = null where rowid = 41878";
Command "update T set F = null where rowid = 46922";
Command "update T set F = null where rowid = 31894";
Command "update T set F = null where rowid = 60278";
Command "update T set F = null where rowid = 53576";
Command "update T set F = null where rowid = 37232";
Command "update T set F = null where rowid = 20543";
Command "update T set F = null where rowid = 4490";
Command "update T set F = null where rowid = 28555";
Command "update T set F = null where rowid = 36628";
Command "update T set F = null where rowid = 60770";
Command "update T set F = null where rowid = 41850";
Command "update T set F = null where rowid = 60323";
Command "update T set F = null where rowid = 4593";
Command "update T set F = null where rowid = 61344";
Command "update T set F = null where rowid = 31842";
Command "update T set F = null where rowid = 31946";
Command "update T set F = null where rowid = 22173";
Command "update T set F = null where rowid = 35333";
Command "update T set F = null where rowid = 61209";
Command "update T set F = null where rowid = 18886";
Command "update T set F = null where rowid = 58911";
Command "update T set F = null where rowid = 58937";
Command "update T set F = null where rowid = 44190";
Command "update T set F = null where rowid = 55003";
Command "update T set F = null where rowid = 27384";
Command "update T set F = null where rowid = 33128";
Command "update T set F = null where rowid = 25072";
Command "update T set F = null where rowid = 26704";
Command "update T set F = null where rowid = 14766";
Command "update T set F = null where rowid = 44882";
Command "update T set F = null where rowid = 53091";
Command "update T set F = null where rowid = 27646";
Command "update T set F = null where rowid = 58619";
Command "update T set F = null where rowid = 4339";
Command "update T set F = null where rowid = 59195";
Command "update T set F = null where rowid = 33052";
Command "update T set F = null where rowid = 17545";
Command "update T set F = null where rowid = 54599";
Command "update T set F = null where rowid = 56416";
Command "update T set F = null where rowid = 12199";
Command "update T set F = null where rowid = 53918";
Command "update T set F = null where rowid = 4458";
Command "update T set F = null where rowid = 17199";
Command "update T set F = null where rowid = 14731";
Command "update T set F = null where rowid = 30020";
Command "update T set F = null where rowid = 1377";
Command "update T set F = null where rowid = 18684";
Command "update T set F = null where rowid = 33123";
Command "update T set F = null where rowid = 9840";
Command "update T set F = null where rowid = 18877";
Command "update T set F = null where rowid = 18524";
Command "update T set F = null where rowid = 8560";
Command "update T set F = null where rowid = 38863";
Command "update T set F = null where rowid = 56474";
Command "update T set F = null where rowid = 6233";
Command "update T set F = null where rowid = 25929";
Command "update T set F = null where rowid = 31895";
Command "update T set F = null where rowid = 46501";
Command "update T set F = null where rowid = 23248";
Command "update T set F = null where rowid = 23225";
Command "update T set F = null where rowid = 24977";
Command "update T set F = null where rowid = 53063";
Command "update T set F = null where rowid = 55703";
Command "update T set F = null where rowid = 41342";
Command "update T set F = null where rowid = 36568";
Command "update T set F = null where rowid = 19279";
Command "update T set F = null where rowid = 32104";
Command "update T set F = null where rowid = 8302";
Command "update T set F = null where rowid = 7100";
Command "update T set F = null where rowid = 11436";
Command "update T set F = null where rowid = 24305";
Command "update T set F = null where rowid = 46384";
Command "update T set F = null where rowid = 25734";
Command "update T set F = null where rowid = 19784";
Command "update T set F = null where rowid = 61255";
Command "update T set F = null where rowid = 6817";
Command "update T set F = null where rowid = 27999";
Command "update T set F = null where rowid = 37612";
Command "update T set F = null where rowid = 43378";
Command "update T set F = null where rowid = 59748";
Command "update T set F = null where rowid = 14668";
Command "update T set F = null where rowid = 13916";
Command "update T set F = null where rowid = 34547";
Command "update T set F = null where rowid = 36282";
Command "update T set F = null where rowid = 32834";
Command "update T set F = null where rowid = 53122";
Command "update T set F = null where rowid = 28446";
Command "update T set F = null where rowid = 58511";
Command "update T set F = null where rowid = 27593";
Command "update T set F = null where rowid = 8444";
Command "update T set F = null where rowid = 35347";
Command "update T set F = null where rowid = 23139";
Command "update T set F = null where rowid = 6844";
Command "update T set F = null where rowid = 58108";
Command "update T set F = null where rowid = 33651";
Command "update T set F = null where rowid = 27850";
Command "update T set F = null where rowid = 7650";
Command "update T set F = null where rowid = 46336";
Command "update T set F = null where rowid = 35614";
Command "update T set F = null where rowid = 10726";
Command "update T set F = null where rowid = 42666";
Command "update T set F = null where rowid = 57110";
Command "update T set F = null where rowid = 24983";
Command "update T set F = null where rowid = 11276";
Command "update T set F = null where rowid = 37595";
Command "update T set F = null where rowid = 61106";
Command "update T set F = null where rowid = 52218";
Command "update T set F = null where rowid = 37817";
Command "update T set F = null where rowid = 9806";
Command "update T set F = null where rowid = 11982";
Command "update T set F = null where rowid = 41009";
Command "update T set F = null where rowid = 22974";
Command "update T set F = null where rowid = 60977";
Command "update T set F = null where rowid = 37791";
Command "update T set F = null where rowid = 32981";
Command "update T set F = null where rowid = 39853";
Command "update T set F = null where rowid = 27070";
Command "update T set F = null where rowid = 4277";
Command "update T set F = null where rowid = 24911";
Command "update T set F = null where rowid = 47698";
Command "update T set F = null where rowid = 32269";
Command "update T set F = null where rowid = 8576";
Command "update T set F = null where rowid = 19187";
Command "update T set F = null where rowid = 56811";
Command "update T set F = null where rowid = 16797";
Command "update T set F = null where rowid = 25756";
Command "update T set F = null where rowid = 2395";
Command "update T set F = null where rowid = 21879";
Command "update T set F = null where rowid = 35192";
Command "update T set F = null where rowid = 20382";
Command "update T set F = null where rowid = 26498";
Command "update T set F = null where rowid = 51671";
Command "update T set F = null where rowid = 52570";
Command "update T set F = null where rowid = 60149";
Command "update T set F = null where rowid = 11944";
Command "update T set F = null where rowid = 46784";
Command "update T set F = null where rowid = 44763";
Command "update T set F = null where rowid = 39490";
Command "update T set F = null where rowid = 40979";
Command "update T set F = null where rowid = 46642";
Command "update T set F = null where rowid = 59165";
Command "update T set F = null where rowid = 40967";
Command "update T set F = null where rowid = 13412";
Command "update T set F = null where rowid = 35975";
Command "update T set F = null where rowid = 45550";
Command "update T set F = null where rowid = 49019";
Command "update T set F = null where rowid = 25775";
Command "update T set F = null where rowid = 59505";
Command "update T set F = null where rowid = 39000";
Command "update T set F = null where rowid = 1349";
Command "update T set F = null where rowid = 26488";
Command "update T set F = null where rowid = 28250";
Command "update T set F = null where rowid = 16311";
Command "update T set F = null where rowid = 57777";
Command "update T set F = null where rowid = 56136";
Command "update T set F = null where rowid = 5864";
Command "update T set F = null where rowid = 42674";
Command "update T set F = null where rowid = 36866";
Command "update T set F = null where rowid = 43985";
Command "update T set F = null where rowid = 6028";
Command "update T set F = null where rowid = 45073";
Command "update T set F = null where rowid = 11454";
Command "update T set F = null where rowid = 17669";
Command "update T set F = null where rowid = 20322";
Command "update T set F = null where rowid = 22467";
Command "update T set F = null where rowid = 25088";
Command "update T set F = null where rowid = 60252";
Command "update T set F = null where rowid = 19852";
Command "update T set F = null where rowid = 9588";
Command "update T set F = null where rowid = 42130";
Command "update T set F = null where rowid = 49914";
Command "update T set F = null where rowid = 2600";
Command "update T set F = null where rowid = 41271";
Command "update T set F = null where rowid = 44543";
Command "update T set F = null where rowid = 48896";
Command "update T set F = null where rowid = 46930";
Command "update T set F = null where rowid = 41090";
Command "update T set F = null where rowid = 47398";
Command "update T set F = null where rowid = 31628";
Command "update T set F = null where rowid = 27501";
Command "update T set F = null where rowid = 45103";
Command "update T set F = null where rowid = 61037";
Command "update T set F = null where rowid = 7408";
Command "update T set F = null where rowid = 21624";
Command "update T set F = null where rowid = 28325";
Command "update T set F = null where rowid = 4851";
Command "update T set F = null where rowid = 21759";
Command "update T set F = null where rowid = 2301";
Command "update T set F = null where rowid = 50609";
Command "update T set F = null where rowid = 16681";
Command "update T set F = null where rowid = 58246";
Command "update T set F = null where rowid = 55802";
Command "update T set F = null where rowid = 28095";
Command "update T set F = null where rowid = 1570";
Command "update T set F = null where rowid = 3160";
Command "update T set F = null where rowid = 34883";
Command "update T set F = null where rowid = 59954";
Command "update T set F = null where rowid = 23482";
Command "update T set F = null where rowid = 8993";
Command "update T set F = null where rowid = 14002";
Command "update T set F = null where rowid = 33210";
Command "update T set F = null where rowid = 46730";
Command "update T set F = null where rowid = 11768";
Command "update T set F = null where rowid = 23164";
Command "update T set F = null where rowid = 469";
Command "update T set F = null where rowid = 37718";
Command "update T set F = null where rowid = 23044";
Command "update T set F = null where rowid = 14621";
Command "update T set F = null where rowid = 60244";
Command "update T set F = null where rowid = 24087";
Command "update T set F = null where rowid = 41414";
Command "update T set F = null where rowid = 45142";
Command "update T set F = null where rowid = 12378";
Command "update T set F = null where rowid = 18671";
Command "update T set F = null where rowid = 12589";
Command "update T set F = null where rowid = 38537";
Command "update T set F = null where rowid = 21398";
Command "update T set F = null where rowid = 20020";
Command "update T set F = null where rowid = 8693";
Command "update T set F = null where rowid = 7966";
Command "update T set F = null where rowid = 25394";
Command "update T set F = null where rowid = 26210";
Command "update T set F = null where rowid = 38155";
Command "update T set F = null where rowid = 27149";
Command "update T set F = null where rowid = 39855";
Command "update T set F = null where rowid = 23041";
Command "update T set F = null where rowid = 31574";
Command "update T set F = null where rowid = 20040";
Command "update T set F = null where rowid = 55428";
Command "update T set F = null where rowid = 47540";
Command "update T set F = null where rowid = 60295";
Command "update T set F = null where rowid = 51420";
Command "update T set F = null where rowid = 24854";
Command "update T set F = null where rowid = 9533";
Command "update T set F = null where rowid = 14267";
Command "update T set F = null where rowid = 36121";
Command "update T set F = null where rowid = 18626";
Command "update T set F = null where rowid = 40169";
Command "update T set F = null where rowid = 56250";
Command "update T set F = null where rowid = 51826";
Command "update T set F = null where rowid = 57922";
Command "update T set F = null where rowid = 13492";
Command "update T set F = null where rowid = 2209";
Command "update T set F = null where rowid = 58125";
Command "update T set F = null where rowid = 12932";
Command "update T set F = null where rowid = 30423";
Command "update T set F = null where rowid = 43598";
Command "update T set F = null where rowid = 6193";
Command "update T set F = null where rowid = 6343";
Command "update T set F = null where rowid = 15327";
Command "update T set F = null where rowid = 5054";
Command "update T set F = null where rowid = 37590";
Command "update T set F = null where rowid = 43037";
Command "update T set F = null where rowid = 3045";
Command "update T set F = null where rowid = 7481";
Command "update T set F = null where rowid = 45549";
Command "update T set F = null where rowid = 49831";
Command "update T set F = null where rowid = 46101";
Command "update T set F = null where rowid = 51554";
Command "update T set F = null where rowid = 60565";
Command "update T set F = null where rowid = 5910";
Command "update T set F = null where rowid = 27710";
Command "update T set F = null where rowid = 52772";
Command "update T set F = null where rowid = 17173";
Command "update T set F = null where rowid = 21378";
Command "update T set F = null where rowid = 47529";
Command "update T set F = null where rowid = 49996";
Command "update T set F = null where rowid = 32616";
Command "update T set F = null where rowid = 50436";
Command "update T set F = null where rowid = 259";
Command "update T set F = null where rowid = 61218";
Command "update T set F = null where rowid = 27900";
Command "update T set F = null where rowid = 49863";
Command "update T set F = null where rowid = 40168";
Command "update T set F = null where rowid = 13639";
Command "update T set F = null where rowid = 43826";
Command "update T set F = null where rowid = 22319";
Command "update T set F = null where rowid = 4328";
Command "update T set F = null where rowid = 20539";
Command "update T set F = null where rowid = 28490";
Command "update T set F = null where rowid = 24098";
Command "update T set F = null where rowid = 24012";
Command "update T set F = null where rowid = 15222";
Command "update T set F = null where rowid = 18078";
Command "update T set F = null where rowid = 23287";
Command "update T set F = null where rowid = 35214";
Command "update T set F = null where rowid = 15093";
Command "update T set F = null where rowid = 32175";
Command "update T set F = null where rowid = 6651";
Command "update T set F = null where rowid = 31878";
Command "update T set F = null where rowid = 19729";
Command "update T set F = null where rowid = 23095";
Command "update T set F = null where rowid = 2232";
Command "update T set F = null where rowid = 32726";
Command "update T set F = null where rowid = 55629";
Command "update T set F = null where rowid = 58043";
Command "update T set F = null where rowid = 1471";
Command "update T set F = null where rowid = 48073";
Command "update T set F = null where rowid = 27623";
Command "update T set F = null where rowid = 35584";
Command "update T set F = null where rowid = 54793";
Command "update T set F = null where rowid = 30603";
Command "update T set F = null where rowid = 59766";
Command "update T set F = null where rowid = 22174";
Command "update T set F = null where rowid = 57075";
Command "update T set F = null where rowid = 30830";
Command "update T set F = null where rowid = 42798";
Command "update T set F = null where rowid = 24778";
Command "update T set F = null where rowid = 24715";
Command "update T set F = null where rowid = 55720";
Command "update T set F = null where rowid = 33859";
Command "update T set F = null where rowid = 34403";
Command "update T set F = null where rowid = 24116";
Command "update T set F = null where rowid = 18727";
Command "update T set F = null where rowid = 28372";
Command "update T set F = null where rowid = 56905";
Command "update T set F = null where rowid = 13208";
Command "update T set F = null where rowid = 36154";
Command "update T set F = null where rowid = 15291";
Command "update T set F = null where rowid = 1936";
Command "update T set F = null where rowid = 51988";
Command "update T set F = null where rowid = 29754";
Command "update T set F = null where rowid = 10848";
Command "update T set F = null where rowid = 29815";
Command "update T set F = null where rowid = 43759";
Command "update T set F = null where rowid = 12221";
Command "update T set F = null where rowid = 12064";
Command "update T set F = null where rowid = 34506";
Command "update T set F = null where rowid = 16309";
Command "update T set F = null where rowid = 22153";
Command "update T set F = null where rowid = 61123";
Command "update T set F = null where rowid = 47483";
Command "update T set F = null where rowid = 18907";
Command "update T set F = null where rowid = 53976";
Command "update T set F = null where rowid = 60250";
Command "update T set F = null where rowid = 56432";
Command "update T set F = null where rowid = 37598";
Command "update T set F = null where rowid = 60010";
Command "update T set F = null where rowid = 4169";
Command "update T set F = null where rowid = 13311";
Command "update T set F = null where rowid = 44372";
Command "update T set F = null where rowid = 48571";
Command "update T set F = null where rowid = 3261";
Command "update T set F = null where rowid = 36814";
Command "update T set F = null where rowid = 28310";
Command "update T set F = null where rowid = 18166";
Command "update T set F = null where rowid = 28023";
Command "update T set F = null where rowid = 31337";
Command "update T set F = null where rowid = 41239";
Command "update T set F = null where rowid = 47460";
Command "update T set F = null where rowid = 14289";
Command "update T set F = null where rowid = 2122";
Command "update T set F = null where rowid = 24961";
Command "update T set F = null where rowid = 28498";
Command "update T set F = null where rowid = 37918";
Command "update T set F = null where rowid = 3856";
Command "update T set F = null where rowid = 25397";
Command "update T set F = null where rowid = 37498";
Command "update T set F = null where rowid = 45144";
Command "update T set F = null where rowid = 26235";
Command "update T set F = null where rowid = 25582";
Command "update T set F = null where rowid = 44287";
Command "update T set F = null where rowid = 22129";
Command "update T set F = null where rowid = 33276";
Command "update T set F = null where rowid = 15880";
Command "update T set F = null where rowid = 10201";
Command "update T set F = null where rowid = 21866";
Command "update T set F = null where rowid = 59169";
Command "update T set F = null where rowid = 2125";
Command "update T set F = null where rowid = 35717";
Command "update T set F = null where rowid = 50678";
Command "update T set F = null where rowid = 11842";
Command "update T set F = null where rowid = 19003";
Command "update T set F = null where rowid = 56194";
Command "update T set F = null where rowid = 32559";
Command "update T set F = null where rowid = 18697";
Command "update T set F = null where rowid = 18007";
Command "update T set F = null where rowid = 11300";
Command "update T set F = null where rowid = 59237";
Command "update T set F = null where rowid = 20716";
Command "update T set F = null where rowid = 17954";
Command "update T set F = null where rowid = 6036";
Command "update T set F = null where rowid = 61260";
Command "update T set F = null where rowid = 38477";
Command "update T set F = null where rowid = 43561";
Command "update T set F = null where rowid = 23258";
Command "update T set F = null where rowid = 55830";
Command "update T set F = null where rowid = 48942";
Command "update T set F = null where rowid = 60721";
Command "update T set F = null where rowid = 308";
Command "update T set F = null where rowid = 42664";
Command "update T set F = null where rowid = 31643";
Command "update T set F = null where rowid = 52621";
Command "update T set F = null where rowid = 17313";
Command "update T set F = null where rowid = 60573";
Command "update T set F = null where rowid = 60842";
Command "update T set F = null where rowid = 50311";
Command "update T set F = null where rowid = 27888";
Command "update T set F = null where rowid = 35668";
Command "update T set F = null where rowid = 60213";
Command "update T set F = null where rowid = 17964";
Command "update T set F = null where rowid = 41323";
Command "update T set F = null where rowid = 34764";
Command "update T set F = null where rowid = 1925";
Command "update T set F = null where rowid = 30203";
Command "update T set F = null where rowid = 14781";
Command "update T set F = null where rowid = 14725";
Command "update T set F = null where rowid = 33520";
Command "update T set F = null where rowid = 4474";
Command "update T set F = null where rowid = 42924";
Command "update T set F = null where rowid = 31667";
Command "update T set F = null where rowid = 18584";
Command "update T set F = null where rowid = 59226";
Command "update T set F = null where rowid = 32646";
Command "update T set F = null where rowid = 7118";
Command "update T set F = null where rowid = 14770";
Command "update T set F = null where rowid = 44549";
Command "update T set F = null where rowid = 6785";
Command "update T set F = null where rowid = 13787";
Command "update T set F = null where rowid = 1830";
Command "update T set F = null where rowid = 21957";
Command "update T set F = null where rowid = 42265";
Command "update T set F = null where rowid = 13000";
Command "update T set F = null where rowid = 57169";
Command "update T set F = null where rowid = 30772";
Command "update T set F = null where rowid = 13500";
Command "update T set F = null where rowid = 27357";
Command "update T set F = null where rowid = 36239";
Command "update T set F = null where rowid = 8941";
Command "update T set F = null where rowid = 8646";
Command "update T set F = null where rowid = 19128";
Command "update T set F = null where rowid = 51658";
Command "update T set F = null where rowid = 10964";
Command "update T set F = null where rowid = 41607";
Command "update T set F = null where rowid = 60925";
Command "update T set F = null where rowid = 61171";
Command "update T set F = null where rowid = 53716";
Command "update T set F = null where rowid = 15933";
Command "update T set F = null where rowid = 13730";
Command "update T set F = null where rowid = 29362";
Command "update T set F = null where rowid = 24511";
Command "update T set F = null where rowid = 44890";
Command "update T set F = null where rowid = 31771";
Command "update T set F = null where rowid = 54536";
Command "update T set F = null where rowid = 24461";
Command "update T set F = null where rowid = 53998";
Command "update T set F = null where rowid = 2856";
Command "update T set F = null where rowid = 22978";
Command "update T set F = null where rowid = 20055";
Command "update T set F = null where rowid = 29804";
Command "update T set F = null where rowid = 38192";
Command "update T set F = null where rowid = 11868";
Command "update T set F = null where rowid = 45298";
Command "update T set F = null where rowid = 7839";
Command "update T set F = null where rowid = 41883";
Command "update T set F = null where rowid = 8642";
Command "update T set F = null where rowid = 28710";
Command "update T set F = null where rowid = 13995";
Command "update T set F = null where rowid = 34738";
Command "update T set F = null where rowid = 59635";
Command "update T set F = null where rowid = 61351";
Command "update T set F = null where rowid = 36669";
Command "update T set F = null where rowid = 10297";
Command "update T set F = null where rowid = 44167";
Command "update T set F = null where rowid = 42791";
Command "update T set F = null where rowid = 33242";
Command "update T set F = null where rowid = 11083";
Command "update T set F = null where rowid = 51080";
Command "update T set F = null where rowid = 53119";
Command "update T set F = null where rowid = 19830";
Command "update T set F = null where rowid = 4100";
Command "update T set F = null where rowid = 41449";
Command "update T set F = null where rowid = 18240";
Command "update T set F = null where rowid = 32209";
Command "update T set F = null where rowid = 12543";
Command "update T set F = null where rowid = 23558";
Command "update T set F = null where rowid = 52247";
Command "update T set F = null where rowid = 50611";
Command "update T set F = null where rowid = 47782";
Command "update T set F = null where rowid = 52255";
Command "update T set F = null where rowid = 42876";
Command "update T set F = null where rowid = 19211";
Command "update T set F = null where rowid = 55272";
Command "update T set F = null where rowid = 47047";
Command "update T set F = null where rowid = 33927";
Command "update T set F = null where rowid = 54785";
Command "update T set F = null where rowid = 33778";
Command "update T set F = null where rowid = 43977";
Command "update T set F = null where rowid = 21188";
Command "update T set F = null where rowid = 10695";
Command "update T set F = null where rowid = 30716";
Command "update T set F = null where rowid = 49287";
Command "update T set F = null where rowid = 20380";
Command "update T set F = null where rowid = 58026";
Command "update T set F = null where rowid = 50468";
Command "update T set F = null where rowid = 1556";
Command "update T set F = null where rowid = 33147";
Command "update T set F = null where rowid = 33153";
Command "update T set F = null where rowid = 10012";
Command "update T set F = null where rowid = 26457";
Command "update T set F = null where rowid = 10153";
Command "update T set F = null where rowid = 59250";
Command "update T set F = null where rowid = 16611";
Command "update T set F = null where rowid = 19383";
Command "update T set F = null where rowid = 28235";
Command "update T set F = null where rowid = 40389";
Command "update T set F = null where rowid = 5067";
Command "update T set F = null where rowid = 34387";
Command "update T set F = null where rowid = 46075";
Command "update T set F = null where rowid = 4280";
Command "update T set F = null where rowid = 61102";
Command "update T set F = null where rowid = 19111";
Command "update T set F = null where rowid = 24873";
Command "update T set F = null where rowid = 60896";
Command "update T set F = null where rowid = 33810";
Command "update T set F = null where rowid = 46048";
Command "update T set F = null where rowid = 18925";
Command "update T set F = null where rowid = 12915";
Command "update T set F = null where rowid = 9869";
Command "update T set F = null where rowid = 43163";
Command "update T set F = null where rowid = 37754";
Command "update T set F = null where rowid = 32867";
Command "update T set F = null where rowid = 50241";
Command "update T set F = null where rowid = 50995";
Command "update T set F = null where rowid = 29915";
Command "update T set F = null where rowid = 46654";
Command "update T set F = null where rowid = 9657";
Command "update T set F = null where rowid = 53282";
Command "update T set F = null where rowid = 46664";
Command "update T set F = null where rowid = 36336";
Command "update T set F = null where rowid = 52780";
Command "update T set F = null where rowid = 44903";
Command "update T set F = null where rowid = 26805";
Command "update T set F = null where rowid = 55931";
Command "update T set F = null where rowid = 59754";
Command "update T set F = null where rowid = 45322";
Command "update T set F = null where rowid = 18160";
Command "update T set F = null where rowid = 56520";
Command "update T set F = null where rowid = 6767";
Command "update T set F = null where rowid = 23665";
Command "update T set F = null where rowid = 10350";
Command "update T set F = null where rowid = 1382";
Command "update T set F = null where rowid = 20037";
Command "update T set F = null where rowid = 5680";
Command "update T set F = null where rowid = 32167";
Command "update T set F = null where rowid = 26525";
Command "update T set F = null where rowid = 47306";
Command "update T set F = null where rowid = 8301";
Command "update T set F = null where rowid = 39104";
Command "update T set F = null where rowid = 18388";
Command "update T set F = null where rowid = 33759";
Command "update T set F = null where rowid = 31386";
Command "update T set F = null where rowid = 14066";
Command "update T set F = null where rowid = 24683";
Command "update T set F = null where rowid = 21081";
Command "update T set F = null where rowid = 13659";
Command "update T set F = null where rowid = 30075";
Command "update T set F = null where rowid = 58674";
Command "update T set F = null where rowid = 2187";
Command "update T set F = null where rowid = 36558";
Command "update T set F = null where rowid = 57881";
Command "update T set F = null where rowid = 28044";
Command "update T set F = null where rowid = 49453";
Command "update T set F = null where rowid = 10084";
Command "update T set F = null where rowid = 43975";
Command "update T set F = null where rowid = 30485";
Command "update T set F = null where rowid = 9441";
Command "update T set F = null where rowid = 36926";
Command "update T set F = null where rowid = 25079";
Command "update T set F = null where rowid = 20143";
Command "update T set F = null where rowid = 61458";
Command "update T set F = null where rowid = 26368";
Command "update T set F = null where rowid = 23650";
Command "update T set F = null where rowid = 7523";
Command "update T set F = null where rowid = 57147";
Command "update T set F = null where rowid = 24153";
Command "update T set F = null where rowid = 9381";
Command "update T set F = null where rowid = 6739";
Command "update T set F = null where rowid = 45260";
Command "update T set F = null where rowid = 53077";
Command "update T set F = null where rowid = 28538";
Command "update T set F = null where rowid = 53344";
Command "update T set F = null where rowid = 44906";
Command "update T set F = null where rowid = 8782";
Command "update T set F = null where rowid = 58494";
Command "update T set F = null where rowid = 11016";
Command "update T set F = null where rowid = 22207";
Command "update T set F = null where rowid = 22950";
Command "update T set F = null where rowid = 33604";
Command "update T set F = null where rowid = 56472";
Command "update T set F = null where rowid = 9271";
Command "update T set F = null where rowid = 34097";
Command "update T set F = null where rowid = 7185";
Command "update T set F = null where rowid = 36671";
Command "update T set F = null where rowid = 25606";
Command "update T set F = null where rowid = 7170";
Command "update T set F = null where rowid = 46117";
Command "update T set F = null where rowid = 6678";
Command "update T set F = null where rowid = 46162";
Command "update T set F = null where rowid = 29719";
Command "update T set F = null where rowid = 24146";
Command "update T set F = null where rowid = 45723";
Command "update T set F = null where rowid = 19";
Command "update T set F = null where rowid = 10128";
Command "update T set F = null where rowid = 57968";
Command "update T set F = null where rowid = 18151";
Command "update T set F = null where rowid = 1159";
Command "update T set F = null where rowid = 59928";
Command "update T set F = null where rowid = 23991";
Command "update T set F = null where rowid = 11864";
Command "update T set F = null where rowid = 13591";
Command "update T set F = null where rowid = 49948";
Command "update T set F = null where rowid = 44531";
Command "update T set F = null where rowid = 28074";
Command "update T set F = null where rowid = 23023";
Command "update T set F = null where rowid = 60814";
Command "update T set F = null where rowid = 8485";
Command "update T set F = null where rowid = 12490";
Command "update T set F = null where rowid = 10820";
Command "update T set F = null where rowid = 9279";
Command "update T set F = null where rowid = 60186";
Command "update T set F = null where rowid = 34749";
Command "update T set F = null where rowid = 17273";
Command "update T set F = null where rowid = 39438";
Command "update T set F = null where rowid = 43952";
Command "update T set F = null where rowid = 27955";
Command "update T set F = null where rowid = 5072";
Command "update T set F = null where rowid = 28143";
Command "update T set F = null where rowid = 23965";
Command "update T set F = null where rowid = 2846";
Command "update T set F = null where rowid = 1330";
Command "update T set F = null where rowid = 49741";
Command "update T set F = null where rowid = 53515";
Command "update T set F = null where rowid = 20301";
Command "update T set F = null where rowid = 39881";
Command "update T set F = null where rowid = 50019";
Command "update T set F = null where rowid = 8181";
Command "update T set F = null where rowid = 21578";
Command "update T set F = null where rowid = 13955";
Command "update T set F = null where rowid = 628";
Command "update T set F = null where rowid = 34411";
Command "update T set F = null where rowid = 50261";
Command "update T set F = null where rowid = 8101";
Command "update T set F = null where rowid = 41178";
Command "update T set F = null where rowid = 8203";
Command "update T set F = null where rowid = 4357";
Command "update T set F = null where rowid = 53968";
Command "update T set F = null where rowid = 25868";
Command "update T set F = null where rowid = 16662";
Command "update T set F = null where rowid = 43581";
Command "update T set F = null where rowid = 61019";
Command "update T set F = null where rowid = 50638";
Command "update T set F = null where rowid = 20265";
Command "update T set F = null where rowid = 46077";
Command "update T set F = null where rowid = 34783";
Command "update T set F = null where rowid = 30143";
Command "update T set F = null where rowid = 6204";
Command "update T set F = null where rowid = 11261";
Command "update T set F = null where rowid = 56855";
Command "update T set F = null where rowid = 43531";
Command "update T set F = null where rowid = 48172";
Command "update T set F = null where rowid = 21958";
Command "update T set F = null where rowid = 43744";
Command "update T set F = null where rowid = 30335";
Command "update T set F = null where rowid = 57521";
Command "update T set F = null where rowid = 55632";
Command "update T set F = null where rowid = 58212";
Command "update T set F = null where rowid = 12612";
Command "update T set F = null where rowid = 47616";
Command "update T set F = null where rowid = 57746";
Command "update T set F = null where rowid = 3956";
Command "update T set F = null where rowid = 29905";
Command "update T set F = null where rowid = 30945";
Command "update T set F = null where rowid = 9331";
Command "update T set F = null where rowid = 24906";
Command "update T set F = null where rowid = 9558";
Command "update T set F = null where rowid = 38803";
Command "update T set F = null where rowid = 28990";
Command "update T set F = null where rowid = 34634";
Command "update T set F = null where rowid = 39803";
Command "update T set F = null where rowid = 17748";
Command "update T set F = null where rowid = 12609";
Command "update T set F = null where rowid = 52355";
Command "update T set F = null where rowid = 4595";
Command "update T set F = null where rowid = 43264";
Command "update T set F = null where rowid = 45838";
Command "update T set F = null where rowid = 26502";
Command "update T set F = null where rowid = 60852";
Command "update T set F = null where rowid = 52069";
Command "update T set F = null where rowid = 6999";
Command "update T set F = null where rowid = 4636";
Command "update T set F = null where rowid = 50143";
Command "update T set F = null where rowid = 50650";
Command "update T set F = null where rowid = 34533";
Command "update T set F = null where rowid = 46242";
Command "update T set F = null where rowid = 26837";
Command "update T set F = null where rowid = 56966";
Command "update T set F = null where rowid = 59783";
Command "update T set F = null where rowid = 27087";
Command "update T set F = null where rowid = 43174";
Command "update T set F = null where rowid = 15802";
Command "update T set F = null where rowid = 9830";
Command "update T set F = null where rowid = 33687";
Command "update T set F = null where rowid = 26688";
Command "update T set F = null where rowid = 11607";
Command "update T set F = null where rowid = 12349";
Command "update T set F = null where rowid = 28773";
Command "update T set F = null where rowid = 58557";
Command "update T set F = null where rowid = 44182";
Command "update T set F = null where rowid = 47389";
Command "update T set F = null where rowid = 6539";
Command "update T set F = null where rowid = 2044";
Command "update T set F = null where rowid = 6145";
Command "update T set F = null where rowid = 840";
Command "update T set F = null where rowid = 33088";
Command "update T set F = null where rowid = 51280";
Command "update T set F = null where rowid = 16417";
Command "update T set F = null where rowid = 1513";
Command "update T set F = null where rowid = 8654";
Command "update T set F = null where rowid = 24138";
Command "update T set F = null where rowid = 15319";
Command "update T set F = null where rowid = 13830";
Command "update T set F = null where rowid = 1966";
Command "update T set F = null where rowid = 4647";
Command "update T set F = null where rowid = 5916";
Command "update T set F = null where rowid = 44300";
Command "update T set F = null where rowid = 54694";
Command "update T set F = null where rowid = 23540";
Command "update T set F = null where rowid = 59873";
Command "update T set F = null where rowid = 57531";
Command "update T set F = null where rowid = 8440";
Command "update T set F = null where rowid = 22596";
Command "update T set F = null where rowid = 8570";
Command "update T set F = null where rowid = 42442";
Command "update T set F = null where rowid = 8982";
Command "update T set F = null where rowid = 8407";
Command "update T set F = null where rowid = 31076";
Command "update T set F = null where rowid = 30048";
Command "update T set F = null where rowid = 47571";
Command "update T set F = null where rowid = 46315";
Command "update T set F = null where rowid = 17412";
Command "update T set F = null where rowid = 51556";
Command "update T set F = null where rowid = 44099";
Command "update T set F = null where rowid = 29953";
Command "update T set F = null where rowid = 32192";
Command "update T set F = null where rowid = 4953";
Command "update T set F = null where rowid = 43065";
Command "update T set F = null where rowid = 20233";
Command "update T set F = null where rowid = 55111";
Command "update T set F = null where rowid = 7479";
Command "update T set F = null where rowid = 17965";
Command "update T set F = null where rowid = 14115";
Command "update T set F = null where rowid = 13495";
Command "update T set F = null where rowid = 60845";
Command "update T set F = null where rowid = 40580";
Command "update T set F = null where rowid = 27166";
Command "update T set F = null where rowid = 51877";
Command "update T set F = null where rowid = 44749";
Command "update T set F = null where rowid = 53652";
Command "update T set F = null where rowid = 19225";
Command "update T set F = null where rowid = 47972";
Command "update T set F = null where rowid = 54066";
Command "update T set F = null where rowid = 17603";
Command "update T set F = null where rowid = 12585";
Command "update T set F = null where rowid = 50280";
Command "update T set F = null where rowid = 13598";
Command "update T set F = null where rowid = 14661";
Command "update T set F = null where rowid = 41656";
Command "update T set F = null where rowid = 22258";
Command "update T set F = null where rowid = 33853";
Command "update T set F = null where rowid = 23461";
Command "update T set F = null where rowid = 58766";
Command "update T set F = null where rowid = 44113";
Command "update T set F = null where rowid = 17995";
Command "update T set F = null where rowid = 22700";
Command "update T set F = null where rowid = 53242";
Command "update T set F = null where rowid = 14177";
Command "update T set F = null where rowid = 34685";
Command "update T set F = null where rowid = 44825";
Command "update T set F = null where rowid = 29799";
Command "update T set F = null where rowid = 41066";
Command "update T set F = null where rowid = 45895";
Command "update T set F = null where rowid = 21161";
Command "update T set F = null where rowid = 37367";
Command "update T set F = null where rowid = 40917";
Command "update T set F = null where rowid = 26618";
Command "update T set F = null where rowid = 24095";
Command "update T set F = null where rowid = 44880";
Command "update T set F = null where rowid = 27530";
Command "update T set F = null where rowid = 4197";
Command "update T set F = null where rowid = 14610";
Command "update T set F = null where rowid = 43925";
Command "update T set F = null where rowid = 49308";
Command "update T set F = null where rowid = 26882";
Command "update T set F = null where rowid = 43781";
Command "update T set F = null where rowid = 11923";
Command "update T set F = null where rowid = 20983";
Command "update T set F = null where rowid = 58049";
Command "update T set F = null where rowid = 41062";
Command "update T set F = null where rowid = 51003";
Command "update T set F = null where rowid = 28351";
Command "update T set F = null where rowid = 26603";
Command "update T set F = null where rowid = 11593";
Command "update T set F = null where rowid = 57436";
Command "update T set F = null where rowid = 58091";
Command "update T set F = null where rowid = 55539";
Command "update T set F = null where rowid = 34739";
Command "update T set F = null where rowid = 44174";
Command "update T set F = null where rowid = 21597";
Command "update T set F = null where rowid = 39369";
Command "update T set F = null where rowid = 59035";
Command "update T set F = null where rowid = 46791";
Command "update T set F = null where rowid = 43856";
Command "update T set F = null where rowid = 38852";
Command "update T set F = null where rowid = 48997";
Command "update T set F = null where rowid = 45746";
Command "update T set F = null where rowid = 55164";
Command "update T set F = null where rowid = 56107";
Command "update T set F = null where rowid = 42804";
Command "update T set F = null where rowid = 45523";
Command "update T set F = null where rowid = 41646";
Command "update T set F = null where rowid = 49960";
Command "update T set F = null where rowid = 10662";
Command "update T set F = null where rowid = 41984";
Command "update T set F = null where rowid = 18802";
Command "update T set F = null where rowid = 31405";
Command "update T set F = null where rowid = 20517";
Command "update T set F = null where rowid = 37615";
Command "update T set F = null where rowid = 10420";
Command "update T set F = null where rowid = 56744";
Command "update T set F = null where rowid = 40369";
Command "update T set F = null where rowid = 13642";
Command "update T set F = null where rowid = 14674";
Command "update T set F = null where rowid = 52074";
Command "update T set F = null where rowid = 50340";
Command "update T set F = null where rowid = 50884";
Command "update T set F = null where rowid = 51144";
Command "update T set F = null where rowid = 33719";
Command "update T set F = null where rowid = 58375";
Command "update T set F = null where rowid = 4997";
Command "update T set F = null where rowid = 39281";
Command "update T set F = null where rowid = 11078";
Command "update T set F = null where rowid = 15626";
Command "update T set F = null where rowid = 40284";
Command "update T set F = null where rowid = 8762";
Command "update T set F = null where rowid = 60093";
Command "update T set F = null where rowid = 2323";
Command "update T set F = null where rowid = 28312";
Command "update T set F = null where rowid = 32305";
Command "update T set F = null where rowid = 31642";
Command "update T set F = null where rowid = 22337";
Command "update T set F = null where rowid = 2837";
Command "update T set F = null where rowid = 44691";
Command "update T set F = null where rowid = 19314";
Command "update T set F = null where rowid = 141";
Command "update T set F = null where rowid = 15013";
Command "update T set F = null where rowid = 30959";
Command "update T set F = null where rowid = 38258";
Command "update T set F = null where rowid = 18073";
Command "update T set F = null where rowid = 13320";
Command "update T set F = null where rowid = 59900";
Command "update T set F = null where rowid = 58507";
Command "update T set F = null where rowid = 28112";
Command "update T set F = null where rowid = 6939";
Command "update T set F = null where rowid = 29039";
Command "update T set F = null where rowid = 34635";
Command "update T set F = null where rowid = 12829";
Command "update T set F = null where rowid = 40510";
Command "update T set F = null where rowid = 9561";
Command "update T set F = null where rowid = 27703";
Command "update T set F = null where rowid = 52303";
Command "update T set F = null where rowid = 34140";
Command "update T set F = null where rowid = 47841";
Command "update T set F = null where rowid = 25010";
Command "update T set F = null where rowid = 11481";
Command "update T set F = null where rowid = 50028";
Command "update T set F = null where rowid = 40598";
Command "update T set F = null where rowid = 13794";
Command "update T set F = null where rowid = 51016";
Command "update T set F = null where rowid = 58997";
Command "update T set F = null where rowid = 36841";
Command "update T set F = null where rowid = 49087";
Command "update T set F = null where rowid = 45931";
Command "update T set F = null where rowid = 12805";
Command "update T set F = null where rowid = 40002";
Command "update T set F = null where rowid = 47500";
Command "update T set F = null where rowid = 4150";
Command "update T set F = null where rowid = 56882";
Command "update T set F = null where rowid = 16483";
Command "update T set F = null where rowid = 125";
Command "update T set F = null where rowid = 51742";
Command "update T set F = null where rowid = 40032";
Command "update T set F = null where rowid = 61017";
Command "update T set F = null where rowid = 45917";
Command "update T set F = null where rowid = 36854";
Command "update T set F = null where rowid = 22092";
Command "update T set F = null where rowid = 33559";
Command "update T set F = null where rowid = 14396";
Command "update T set F = null where rowid = 51346";
Command "update T set F = null where rowid = 5240";
Command "update T set F = null where rowid = 6703";
Command "update T set F = null where rowid = 60849";
Command "update T set F = null where rowid = 37446";
Command "update T set F = null where rowid = 55690";
Command "update T set F = null where rowid = 55306";
Command "update T set F = null where rowid = 52036";
Command "update T set F = null where rowid = 46206";
Command "update T set F = null where rowid = 19531";
Command "update T set F = null where rowid = 59409";
Command "update T set F = null where rowid = 47042";
Command "update T set F = null where rowid = 36166";
Command "update T set F = null where rowid = 4439";
Command "update T set F = null where rowid = 41252";
Command "update T set F = null where rowid = 12596";
Command "update T set F = null where rowid = 18758";
Command "update T set F = null where rowid = 12312";
Command "update T set F = null where rowid = 28152";
Command "update T set F = null where rowid = 50489";
Command "update T set F = null where rowid = 39923";
Command "update T set F = null where rowid = 55642";
Command "update T set F = null where rowid = 31610";
Command "update T set F = null where rowid = 45321";
Command "update T set F = null where rowid = 39112";
Command "update T set F = null where rowid = 25089";
Command "update T set F = null where rowid = 21234";
Command "update T set F = null where rowid = 38286";
Command "update T set F = null where rowid = 13514";
Command "update T set F = null where rowid = 38147";
Command "update T set F = null where rowid = 40722";
Command "update T set F = null where rowid = 41924";
Command "update T set F = null where rowid = 39011";
Command "update T set F = null where rowid = 59355";
Command "update T set F = null where rowid = 36673";
Command "update T set F = null where rowid = 60167";
Command "update T set F = null where rowid = 12228";
Command "update T set F = null where rowid = 11929";
Command "update T set F = null where rowid = 19719";
Command "update T set F = null where rowid = 9249";
Command "update T set F = null where rowid = 8115";
Command "update T set F = null where rowid = 14764";
Command "update T set F = null where rowid = 40110";
Command "update T set F = null where rowid = 48405";
Command "update T set F = null where rowid = 29726";
Command "update T set F = null where rowid = 12832";
Command "update T set F = null where rowid = 20599";
Command "update T set F = null where rowid = 26663";
Command "update T set F = null where rowid = 30778";
Command "update T set F = null where rowid = 14837";
Command "update T set F = null where rowid = 1735";
Command "update T set F = null where rowid = 19544";
Command "update T set F = null where rowid = 33626";
Command "update T set F = null where rowid = 14233";
Command "update T set F = null where rowid = 51757";
Command "update T set F = null where rowid = 59480";
Command "update T set F = null where rowid = 12381";
Command "update T set F = null where rowid = 6845";
Command "update T set F = null where rowid = 43403";
Command "update T set F = null where rowid = 6912";
Command "update T set F = null where rowid = 1752";
Command "update T set F = null where rowid = 23398";
Command "update T set F = null where rowid = 29962";
Command "update T set F = null where rowid = 60628";
Command "update T set F = null where rowid = 3904";
Command "update T set F = null where rowid = 34194";
Command "update T set F = null where rowid = 48823";
Command "update T set F = null where rowid = 52559";
Command "update T set F = null where rowid = 57800";
Command "update T set F = null where rowid = 39045";
Command "update T set F = null where rowid = 44981";
Command "update T set F = null where rowid = 41487";
Command "update T set F = null where rowid = 47242";
Command "update T set F = null where rowid = 3514";
Command "update T set F = null where rowid = 27049";
Command "update T set F = null where rowid = 19447";
Command "update T set F = null where rowid = 2963";
Command "update T set F = null where rowid = 55780";
Command "update T set F = null where rowid = 52687";
Command "update T set F = null where rowid = 19577";
Command "update T set F = null where rowid = 49956";
Command "update T set F = null where rowid = 36950";
Command "update T set F = null where rowid = 5805";
Command "update T set F = null where rowid = 57284";
Command "update T set F = null where rowid = 14252";
Command "update T set F = null where rowid = 58591";
Command "update T set F = null where rowid = 57587";
Command "update T set F = null where rowid = 31814";
Command "update T set F = null where rowid = 40804";
Command "update T set F = null where rowid = 31694";
Command "update T set F = null where rowid = 37288";
Command "update T set F = null where rowid = 45630";
Command "update T set F = null where rowid = 25038";
Command "update T set F = null where rowid = 2887";
Command "update T set F = null where rowid = 57046";
Command "update T set F = null where rowid = 4917";
Command "update T set F = null where rowid = 3330";
Command "update T set F = null where rowid = 40008";
Command "update T set F = null where rowid = 57320";
Command "update T set F = null where rowid = 12635";
Command "update T set F = null where rowid = 33821";
Command "update T set F = null where rowid = 14635";
Command "update T set F = null where rowid = 25865";
Command "update T set F = null where rowid = 40988";
Command "update T set F = null where rowid = 6920";
Command "update T set F = null where rowid = 22677";
Command "update T set F = null where rowid = 48460";
Command "update T set F = null where rowid = 57994";
Command "update T set F = null where rowid = 6444";
Command "update T set F = null where rowid = 41903";
Command "update T set F = null where rowid = 34817";
Command "update T set F = null where rowid = 26416";
Command "update T set F = null where rowid = 14239";
Command "update T set F = null where rowid = 49495";
Command "update T set F = null where rowid = 14693";
Command "update T set F = null where rowid = 45001";
Command "update T set F = null where rowid = 1873";
Command "update T set F = null where rowid = 27846";
Command "update T set F = null where rowid = 2375";
Command "update T set F = null where rowid = 3218";
Command "update T set F = null where rowid = 32833";
Command "update T set F = null where rowid = 53238";
Command "update T set F = null where rowid = 34968";
Command "update T set F = null where rowid = 10247";
Command "update T set F = null where rowid = 34519";
Command "update T set F = null where rowid = 61388";
Command "update T set F = null where rowid = 61095";
Command "update T set F = null where rowid = 28172";
Command "update T set F = null where rowid = 39552";
Command "update T set F = null where rowid = 11233";
Command "update T set F = null where rowid = 7948";
Command "update T set F = null where rowid = 38584";
Command "update T set F = null where rowid = 20966";
Command "update T set F = null where rowid = 18053";
Command "update T set F = null where rowid = 25629";
Command "update T set F = null where rowid = 44268";
Command "update T set F = null where rowid = 22701";
Command "update T set F = null where rowid = 58075";
Command "update T set F = null where rowid = 37962";
Command "update T set F = null where rowid = 10904";
Command "update T set F = null where rowid = 54245";
Command "update T set F = null where rowid = 20147";
Command "update T set F = null where rowid = 43504";
Command "update T set F = null where rowid = 53581";
Command "update T set F = null where rowid = 31866";
Command "update T set F = null where rowid = 34351";
Command "update T set F = null where rowid = 23547";
Command "update T set F = null where rowid = 32015";
Command "update T set F = null where rowid = 18830";
Command "update T set F = null where rowid = 42199";
Command "update T set F = null where rowid = 28698";
Command "update T set F = null where rowid = 56973";
Command "update T set F = null where rowid = 10292";
Command "update T set F = null where rowid = 38354";
Command "update T set F = null where rowid = 60804";
Command "update T set F = null where rowid = 58998";
Command "update T set F = null where rowid = 56893";
Command "update T set F = null where rowid = 28367";
Command "update T set F = null where rowid = 9054";
Command "update T set F = null where rowid = 7886";
Command "update T set F = null where rowid = 47914";
Command "update T set F = null where rowid = 16699";
Command "update T set F = null where rowid = 11179";
Command "update T set F = null where rowid = 10063";
Command "update T set F = null where rowid = 123";
Command "update T set F = null where rowid = 1652";
Command "update T set F = null where rowid = 43296";
Command "update T set F = null where rowid = 53526";
Command "update T set F = null where rowid = 9822";
Command "update T set F = null where rowid = 43622";
Command "update T set F = null where rowid = 5717";
Command "update T set F = null where rowid = 54946";
Command "update T set F = null where rowid = 49437";
Command "update T set F = null where rowid = 46043";
Command "update T set F = null where rowid = 56620";
Command "update T set F = null where rowid = 16113";
Command "update T set F = null where rowid = 28466";
Command "update T set F = null where rowid = 32003";
Command "update T set F = null where rowid = 24858";
Command "update T set F = null where rowid = 13263";
Command "update T set F = null where rowid = 9914";
Command "update T set F = null where rowid = 211";
Command "update T set F = null where rowid = 24725";
Command "update T set F = null where rowid = 48752";
Command "update T set F = null where rowid = 38623";
Command "update T set F = null where rowid = 52264";
Command "update T set F = null where rowid = 46667";
Command "update T set F = null where rowid = 49955";
Command "update T set F = null where rowid = 61274";
Command "update T set F = null where rowid = 36387";
Command "update T set F = null where rowid = 7884";
Command "update T set F = null where rowid = 38973";
Command "update T set F = null where rowid = 30046";
Command "update T set F = null where rowid = 12574";
Command "update T set F = null where rowid = 3337";
Command "update T set F = null where rowid = 32769";
Command "update T set F = null where rowid = 29868";
Command "update T set F = null where rowid = 24784";
Command "update T set F = null where rowid = 43475";
Command "update T set F = null where rowid = 6847";
Command "update T set F = null where rowid = 26696";
Command "update T set F = null where rowid = 45436";
Command "update T set F = null where rowid = 501";
Command "update T set F = null where rowid = 11474";
Command "update T set F = null where rowid = 46875";
Command "update T set F = null where rowid = 51057";
Command "update T set F = null where rowid = 3628";
Command "update T set F = null where rowid = 31542";
Command "update T set F = null where rowid = 18098";
Command "update T set F = null where rowid = 29839";
Command "update T set F = null where rowid = 50180";
Command "update T set F = null where rowid = 30996";
Command "update T set F = null where rowid = 37247";
Command "update T set F = null where rowid = 36171";
Command "update T set F = null where rowid = 27";
Command "update T set F = null where rowid = 26345";
Command "update T set F = null where rowid = 44968";
Command "update T set F = null where rowid = 11033";
Command "update T set F = null where rowid = 28956";
Command "update T set F = null where rowid = 36203";
Command "update T set F = null where rowid = 25892";
Command "update T set F = null where rowid = 22779";
Command "update T set F = null where rowid = 41708";
Command "update T set F = null where rowid = 29766";
Command "update T set F = null where rowid = 37535";
Command "update T set F = null where rowid = 43218";
Command "update T set F = null where rowid = 36264";
Command "update T set F = null where rowid = 51787";
Command "update T set F = null where rowid = 7820";
Command "update T set F = null where rowid = 17648";
Command "update T set F = null where rowid = 42022";
Command "update T set F = null where rowid = 12759";
Command "update T set F = null where rowid = 677";
Command "update T set F = null where rowid = 12420";
Command "update T set F = null where rowid = 1837";
Command "update T set F = null where rowid = 40379";
Command "update T set F = null where rowid = 5244";
Command "update T set F = null where rowid = 14991";
Command "update T set F = null where rowid = 55560";
Command "update T set F = null where rowid = 8933";
Command "update T set F = null where rowid = 59703";
Command "update T set F = null where rowid = 37865";
Command "update T set F = null where rowid = 49000";
Command "update T set F = null where rowid = 2139";
Command "update T set F = null where rowid = 58201";
Command "update T set F = null where rowid = 8611";
Command "update T set F = null where rowid = 1910";
Command "update T set F = null where rowid = 2687";
Command "update T set F = null where rowid = 22540";
Command "update T set F = null where rowid = 16654";
Command "update T set F = null where rowid = 343";
Command "update T set F = null where rowid = 17550";
Command "update T set F = null where rowid = 58250";
Command "update T set F = null where rowid = 50873";
Command "update T set F = null where rowid = 41347";
Command "update T set F = null where rowid = 29658";
Command "update T set F = null where rowid = 24549";
Command "update T set F = null where rowid = 15199";
Command "update T set F = null where rowid = 32217";
Command "update T set F = null where rowid = 50472";
Command "update T set F = null where rowid = 35384";
Command "update T set F = null where rowid = 43771";
Command "update T set F = null where rowid = 42361";
Command "update T set F = null where rowid = 1671";
Command "update T set F = null where rowid = 60264";
Command "update T set F = null where rowid = 28819";
Command "update T set F = null where rowid = 18971";
Command "update T set F = null where rowid = 18252";
Command "update T set F = null where rowid = 7751";
Command "update T set F = null where rowid = 60198";
Command "update T set F = null where rowid = 61333";
Command "update T set F = null where rowid = 29107";
Command "update T set F = null where rowid = 4456";
Command "update T set F = null where rowid = 36739";
Command "update T set F = null where rowid = 36260";
Command "update T set F = null where rowid = 19748";
Command "update T set F = null where rowid = 42112";
Command "update T set F = null where rowid = 20739";
Command "update T set F = null where rowid = 43367";
Command "update T set F = null where rowid = 54846";
Command "update T set F = null where rowid = 49228";
Command "update T set F = null where rowid = 28689";
Command "update T set F = null where rowid = 24739";
Command "update T set F = null where rowid = 53207";
Command "update T set F = null where rowid = 14045";
Command "update T set F = null where rowid = 19671";
Command "update T set F = null where rowid = 32191";
Command "update T set F = null where rowid = 12980";
Command "update T set F = null where rowid = 53695";
Command "update T set F = null where rowid = 21219";
Command "update T set F = null where rowid = 30281";
Command "update T set F = null where rowid = 6380";
Command "update T set F = null where rowid = 26777";
Command "update T set F = null where rowid = 29407";
Command "update T set F = null where rowid = 54625";
Command "update T set F = null where rowid = 42182";
Command "update T set F = null where rowid = 27959";
Command "update T set F = null where rowid = 10408";
Command "update T set F = null where rowid = 25645";
Command "update T set F = null where rowid = 24259";
Command "update T set F = null where rowid = 2737";
Command "update T set F = null where rowid = 27873";
Command "update T set F = null where rowid = 559";
Command "update T set F = null where rowid = 31968";
Command "update T set F = null where rowid = 7425";
Command "update T set F = null where rowid = 18144";
Command "update T set F = null where rowid = 43850";
Command "update T set F = null where rowid = 45548";
Command "update T set F = null where rowid = 31690";
Command "update T set F = null where rowid = 24914";
Command "update T set F = null where rowid = 42207";
Command "update T set F = null where rowid = 35462";
Command "update T set F = null where rowid = 22809";
Command "update T set F = null where rowid = 9996";
Command "update T set F = null where rowid = 44693";
Command "update T set F = null where rowid = 7983";
Command "update T set F = null where rowid = 59076";
Command "update T set F = null where rowid = 39942";
Command "update T set F = null where rowid = 58819";
Command "update T set F = null where rowid = 21158";
Command "update T set F = null where rowid = 20308";
Command "update T set F = null where rowid = 54728";
Command "update T set F = null where rowid = 34621";
Command "update T set F = null where rowid = 4734";
Command "update T set F = null where rowid = 15594";
Command "update T set F = null where rowid = 31877";
Command "update T set F = null where rowid = 16019";
Command "update T set F = null where rowid = 28175";
Command "update T set F = null where rowid = 11568";
Command "update T set F = null where rowid = 18356";
Command "update T set F = null where rowid = 53123";
Command "update T set F = null where rowid = 7673";
Command "update T set F = null where rowid = 15058";
Command "update T set F = null where rowid = 22330";
Command "update T set F = null where rowid = 40654";
Command "update T set F = null where rowid = 42971";
Command "update T set F = null where rowid = 25908";
Command "update T set F = null where rowid = 37989";
Command "update T set F = null where rowid = 57451";
Command "update T set F = null where rowid = 32076";
Command "update T set F = null where rowid = 2345";
Command "update T set F = null where rowid = 38527";
Command "update T set F = null where rowid = 12038";
Command "update T set F = null where rowid = 53432";
Command "update T set F = null where rowid = 32056";
Command "update T set F = null where rowid = 33194";
Command "update T set F = null where rowid = 48138";
Command "update T set F = null where rowid = 36936";
Command "update T set F = null where rowid = 26861";
Command "update T set F = null where rowid = 2597";
Command "update T set F = null where rowid = 46066";
Command "update T set F = null where rowid = 31200";
Command "update T set F = null where rowid = 40242";
Command "update T set F = null where rowid = 37386";
Command "update T set F = null where rowid = 18384";
Command "update T set F = null where rowid = 27063";
Command "update T set F = null where rowid = 52339";
Command "update T set F = null where rowid = 52055";
Command "update T set F = null where rowid = 61148";
Command "update T set F = null where rowid = 2820";
Command "update T set F = null where rowid = 33237";
Command "update T set F = null where rowid = 42325";
Command "update T set F = null where rowid = 39956";
Command "update T set F = null where rowid = 21136";
Command "update T set F = null where rowid = 46623";
Command "update T set F = null where rowid = 5774";
Command "update T set F = null where rowid = 6232";
Command "update T set F = null where rowid = 7177";
Command "update T set F = null where rowid = 32238";
Command "update T set F = null where rowid = 20199";
Command "update T set F = null where rowid = 26917";
Command "update T set F = null where rowid = 40392";
Command "update T set F = null where rowid = 3584";
Command "update T set F = null where rowid = 44960";
Command "update T set F = null where rowid = 16402";
Command "update T set F = null where rowid = 15665";
Command "update T set F = null where rowid = 20827";
Command "update T set F = null where rowid = 9072";
Command "update T set F = null where rowid = 29695";
Command "update T set F = null where rowid = 19054";
Command "update T set F = null where rowid = 32384";
Command "update T set F = null where rowid = 25628";
Command "update T set F = null where rowid = 55211";
Command "update T set F = null where rowid = 51998";
Command "update T set F = null where rowid = 48346";
Command "update T set F = null where rowid = 46860";
Command "update T set F = null where rowid = 20869";
Command "update T set F = null where rowid = 13634";
Command "update T set F = null where rowid = 39814";
Command "update T set F = null where rowid = 15432";
Command "update T set F = null where rowid = 44850";
Command "update T set F = null where rowid = 39703";
Command "update T set F = null where rowid = 27155";
Command "update T set F = null where rowid = 39015";
Command "update T set F = null where rowid = 59255";
Command "update T set F = null where rowid = 60401";
Command "update T set F = null where rowid = 3949";
Command "update T set F = null where rowid = 174";
Command "update T set F = null where rowid = 43784";
Command "update T set F = null where rowid = 20590";
Command "update T set F = null where rowid = 43385";
Command "update T set F = null where rowid = 17502";
Command "update T set F = null where rowid = 25829";
Command "update T set F = null where rowid = 36200";
Command "update T set F = null where rowid = 60023";
Command "update T set F = null where rowid = 13577";
Command "update T set F = null where rowid = 61299";
Command "update T set F = null where rowid = 24566";
Command "update T set F = null where rowid = 42864";
Command "update T set F = null where rowid = 19648";
Command "update T set F = null where rowid = 52134";
Command "update T set F = null where rowid = 60746";
Command "update T set F = null where rowid = 30540";
Command "update T set F = null where rowid = 23907";
Command "update T set F = null where rowid = 41459";
Command "update T set F = null where rowid = 28166";
Command "update T set F = null where rowid = 34667";
Command "update T set F = null where rowid = 42139";
Command "update T set F = null where rowid = 40981";
Command "update T set F = null where rowid = 30469";
Command "update T set F = null where rowid = 52654";
Command "update T set F = null where rowid = 55689";
Command "update T set F = null where rowid = 29101";
Command "update T set F = null where rowid = 60344";
Command "update T set F = null where rowid = 61332";
Command "update T set F = null where rowid = 9975";
Command "update T set F = null where rowid = 1599";
Command "update T set F = null where rowid = 48411";
Command "update T set F = null where rowid = 5445";
Command "update T set F = null where rowid = 56032";
Command "update T set F = null where rowid = 33518";
Command "update T set F = null where rowid = 51321";
Command "update T set F = null where rowid = 20568";
Command "update T set F = null where rowid = 48395";
Command "update T set F = null where rowid = 48509";
Command "update T set F = null where rowid = 54261";
Command "update T set F = null where rowid = 51403";
Command "update T set F = null where rowid = 544";
Command "update T set F = null where rowid = 29807";
Command "update T set F = null where rowid = 58019";
Command "update T set F = null where rowid = 25714";
Command "update T set F = null where rowid = 22168";
Command "update T set F = null where rowid = 28534";
Command "update T set F = null where rowid = 47244";
Command "update T set F = null where rowid = 47141";
Command "update T set F = null where rowid = 45396";
Command "update T set F = null where rowid = 19357";
Command "update T set F = null where rowid = 8778";
Command "update T set F = null where rowid = 35134";
Command "update T set F = null where rowid = 36402";
Command "update T set F = null where rowid = 46319";
Command "update T set F = null where rowid = 15382";
Command "update T set F = null where rowid = 54526";
Command "update T set F = null where rowid = 8441";
Command "update T set F = null where rowid = 13334";
Command "update T set F = null where rowid = 35969";
Command "update T set F = null where rowid = 27934";
Command "update T set F = null where rowid = 47600";
Command "update T set F = null where rowid = 37900";
Command "update T set F = null where rowid = 48778";
Command "update T set F = null where rowid = 33915";
Command "update T set F = null where rowid = 54646";
Command "update T set F = null where rowid = 21115";
Command "update T set F = null where rowid = 46798";
Command "update T set F = null where rowid = 56422";
Command "update T set F = null where rowid = 21393";
Command "update T set F = null where rowid = 9510";
Command "update T set F = null where rowid = 4373";
Command "update T set F = null where rowid = 61286";
Command "update T set F = null where rowid = 52910";
Command "update T set F = null where rowid = 58668";
Command "update T set F = null where rowid = 31229";
Command "update T set F = null where rowid = 56092";
Command "update T set F = null where rowid = 21527";
Command "update T set F = null where rowid = 20669";
Command "update T set F = null where rowid = 24964";
Command "update T set F = null where rowid = 52419";
Command "update T set F = null where rowid = 18644";
Command "update T set F = null where rowid = 61428";
Command "update T set F = null where rowid = 11031";
Command "update T set F = null where rowid = 27410";
Command "update T set F = null where rowid = 20431";
Command "update T set F = null where rowid = 14560";
Command "update T set F = null where rowid = 52024";
Command "update T set F = null where rowid = 40105";
Command "update T set F = null where rowid = 46573";
Command "update T set F = null where rowid = 61395";
Command "update T set F = null where rowid = 8472";
Command "update T set F = null where rowid = 43092";
Command "update T set F = null where rowid = 27980";
Command "update T set F = null where rowid = 6399";
Command "update T set F = null where rowid = 61301";
Command "update T set F = null where rowid = 49145";
Command "update T set F = null where rowid = 47785";
Command "update T set F = null where rowid = 53409";
Command "update T set F = null where rowid = 40916";
Command "update T set F = null where rowid = 3964";
Command "update T set F = null where rowid = 49586";
Command "update T set F = null where rowid = 31751";
Command "update T set F = null where rowid = 45466";
Command "update T set F = null where rowid = 15246";
Command "update T set F = null where rowid = 45208";
Command "update T set F = null where rowid = 40939";
Command "update T set F = null where rowid = 46723";
Command "update T set F = null where rowid = 9745";
Command "update T set F = null where rowid = 18551";
Command "update T set F = null where rowid = 11905";
Command "update T set F = null where rowid = 57567";
Command "update T set F = null where rowid = 10327";
Command "update T set F = null where rowid = 39954";
Command "update T set F = null where rowid = 9191";
Command "update T set F = null where rowid = 47834";
Command "update T set F = null where rowid = 49254";
Command "update T set F = null where rowid = 23051";
Command "update T set F = null where rowid = 55389";
Command "update T set F = null where rowid = 49969";
Command "update T set F = null where rowid = 58443";
Command "update T set F = null where rowid = 7446";
Command "update T set F = null where rowid = 47030";
Command "update T set F = null where rowid = 42088";
Command "update T set F = null where rowid = 16158";
Command "update T set F = null where rowid = 25041";
Command "update T set F = null where rowid = 42352";
Command "update T set F = null where rowid = 46790";
Command "update T set F = null where rowid = 52741";
Command "update T set F = null where rowid = 41848";
Command "update T set F = null where rowid = 1590";
Command "update T set F = null where rowid = 59404";
Command "update T set F = null where rowid = 964";
Command "update T set F = null where rowid = 57438";
Command "update T set F = null where rowid = 30648";
Command "update T set F = null where rowid = 29610";
Command "update T set F = null where rowid = 46376";
Command "update T set F = null where rowid = 30903";
Command "update T set F = null where rowid = 45233";
Command "update T set F = null where rowid = 6216";
Command "update T set F = null where rowid = 49735";
Command "update T set F = null where rowid = 49774";
Command "update T set F = null where rowid = 52500";
Command "update T set F = null where rowid = 15333";
Command "update T set F = null where rowid = 2265";
Command "update T set F = null where rowid = 21803";
Command "update T set F = null where rowid = 26454";
Command "update T set F = null where rowid = 3055";
Command "update T set F = null where rowid = 12707";
Command "update T set F = null where rowid = 42511";
Command "update T set F = null where rowid = 60682";
Command "update T set F = null where rowid = 41603";
Command "update T set F = null where rowid = 27421";
Command "update T set F = null where rowid = 20713";
Command "update T set F = null where rowid = 3507";
Command "update T set F = null where rowid = 46326";
Command "update T set F = null where rowid = 12963";
Command "update T set F = null where rowid = 14022";
Command "update T set F = null where rowid = 17495";
Command "update T set F = null where rowid = 19197";
Command "update T set F = null where rowid = 42597";
Command "update T set F = null where rowid = 46557";
Command "update T set F = null where rowid = 58514";
Command "update T set F = null where rowid = 6674";
Command "update T set F = null where rowid = 36815";
Command "update T set F = null where rowid = 24005";
Command "update T set F = null where rowid = 52460";
Command "update T set F = null where rowid = 44043";
Command "update T set F = null where rowid = 56700";
Command "update T set F = null where rowid = 51032";
Command "update T set F = null where rowid = 13678";
Command "update T set F = null where rowid = 46683";
Command "update T set F = null where rowid = 33051";
Command "update T set F = null where rowid = 51890";
Command "update T set F = null where rowid = 50366";
Command "update T set F = null where rowid = 22626";
Command "update T set F = null where rowid = 60525";
Command "update T set F = null where rowid = 19266";
Command "update T set F = null where rowid = 22135";
Command "update T set F = null where rowid = 4165";
Command "update T set F = null where rowid = 26740";
Command "update T set F = null where rowid = 33548";
Command "update T set F = null where rowid = 2987";
Command "update T set F = null where rowid = 2274";
Command "update T set F = null where rowid = 1802";
Command "update T set F = null where rowid = 54023";
Command "update T set F = null where rowid = 56720";
Command "update T set F = null where rowid = 2318";
Command "update T set F = null where rowid = 9458";
Command "update T set F = null where rowid = 49280";
Command "update T set F = null where rowid = 55225";
Command "update T set F = null where rowid = 35327";
Command "update T set F = null where rowid = 21723";
Command "update T set F = null where rowid = 8061";
Command "update T set F = null where rowid = 21004";
Command "update T set F = null where rowid = 59577";
Command "update T set F = null where rowid = 21241";
Command "update T set F = null where rowid = 17698";
Command "update T set F = null where rowid = 46919";
Command "update T set F = null where rowid = 29963";
Command "update T set F = null where rowid = 27969";
Command "update T set F = null where rowid = 60572";
Command "update T set F = null where rowid = 37298";
Command "update T set F = null where rowid = 36832";
Command "update T set F = null where rowid = 12781";
Command "update T set F = null where rowid = 55145";
Command "update T set F = null where rowid = 31020";
Command "update T set F = null where rowid = 11346";
Command "update T set F = null where rowid = 6110";
Command "update T set F = null where rowid = 19516";
Command "update T set F = null where rowid = 52716";
Command "update T set F = null where rowid = 51638";
Command "update T set F = null where rowid = 23538";
Command "update T set F = null where rowid = 6882";
Command "update T set F = null where rowid = 27406";
Command "update T set F = null where rowid = 47874";
Command "update T set F = null where rowid = 43513";
Command "update T set F = null where rowid = 8346";
Command "update T set F = null where rowid = 43893";
Command "update T set F = null where rowid = 52571";
Command "update T set F = null where rowid = 46433";
Command "update T set F = null where rowid = 15494";
Command "update T set F = null where rowid = 56139";
Command "update T set F = null where rowid = 59968";
Command "update T set F = null where rowid = 25297";
Command "update T set F = null where rowid = 11965";
Command "update T set F = null where rowid = 60094";
Command "update T set F = null where rowid = 54856";
Command "update T set F = null where rowid = 53665";
Command "update T set F = null where rowid = 28238";
Command "update T set F = null where rowid = 39698";
Command "update T set F = null where rowid = 35390";
Command "update T set F = null where rowid = 17939";
Command "update T set F = null where rowid = 7840";
Command "update T set F = null where rowid = 26961";
Command "update T set F = null where rowid = 59424";
Command "update T set F = null where rowid = 49675";
Command "update T set F = null where rowid = 34291";
Command "update T set F = null where rowid = 55222";
Command "update T set F = null where rowid = 5397";
Command "update T set F = null where rowid = 53264";
Command "update T set F = null where rowid = 20728";
Command "update T set F = null where rowid = 52206";
Command "update T set F = null where rowid = 2908";
Command "update T set F = null where rowid = 29769";
Command "update T set F = null where rowid = 12931";
Command "update T set F = null where rowid = 30641";
Command "update T set F = null where rowid = 18535";
Command "update T set F = null where rowid = 12227";
Command "update T set F = null where rowid = 24680";
Command "update T set F = null where rowid = 15584";
Command "update T set F = null where rowid = 18973";
Command "update T set F = null where rowid = 53224";
Command "update T set F = null where rowid = 40132";
Command "update T set F = null where rowid = 6581";
Command "update T set F = null where rowid = 16359";
Command "update T set F = null where rowid = 59951";
Command "update T set F = null where rowid = 56786";
Command "update T set F = null where rowid = 47345";
Command "update T set F = null where rowid = 8527";
Command "update T set F = null where rowid = 18849";
Command "update T set F = null where rowid = 31720";
Command "update T set F = null where rowid = 41281";
Command "update T set F = null where rowid = 6222";
Command "update T set F = null where rowid = 9517";
Command "update T set F = null where rowid = 11122";
Command "update T set F = null where rowid = 3464";
Command "update T set F = null where rowid = 17497";
Command "update T set F = null where rowid = 7406";
Command "update T set F = null where rowid = 15090";
Command "update T set F = null where rowid = 1380";
Command "update T set F = null where rowid = 10171";
Command "update T set F = null where rowid = 29847";
Command "update T set F = null where rowid = 38154";
Command "update T set F = null where rowid = 18024";
Command "update T set F = null where rowid = 30405";
Command "update T set F = null where rowid = 46788";
Command "update T set F = null where rowid = 56260";
Command "update T set F = null where rowid = 5750";
Command "update T set F = null where rowid = 39820";
Command "update T set F = null where rowid = 5209";
Command "update T set F = null where rowid = 7180";
Command "update T set F = null where rowid = 29714";
Command "update T set F = null where rowid = 1681";
Command "update T set F = null where rowid = 20366";
Command "update T set F = null where rowid = 37737";
Command "update T set F = null where rowid = 31727";
Command "update T set F = null where rowid = 23000";
Command "update T set F = null where rowid = 17724";
Command "update T set F = null where rowid = 42165";
Command "update T set F = null where rowid = 43779";
Command "update T set F = null where rowid = 37330";
Command "update T set F = null where rowid = 30237";
Command "update T set F = null where rowid = 27727";
Command "update T set F = null where rowid = 21750";
Command "update T set F = null where rowid = 20880";
Command "update T set F = null where rowid = 30426";
Command "update T set F = null where rowid = 53059";
Command "update T set F = null where rowid = 11684";
Command "update T set F = null where rowid = 18076";
Command "update T set F = null where rowid = 55005";
Command "update T set F = null where rowid = 26773";
Command "update T set F = null where rowid = 28076";
Command "update T set F = null where rowid = 31092";
Command "update T set F = null where rowid = 53759";
Command "update T set F = null where rowid = 32521";
Command "update T set F = null where rowid = 34984";
Command "update T set F = null where rowid = 24415";
Command "update T set F = null where rowid = 34271";
Command "update T set F = null where rowid = 51136";
Command "update T set F = null where rowid = 25583";
Command "update T set F = null where rowid = 41586";
Command "update T set F = null where rowid = 52914";
Command "update T set F = null where rowid = 24206";
Command "update T set F = null where rowid = 28133";
Command "update T set F = null where rowid = 15145";
Command "update T set F = null where rowid = 18064";
Command "update T set F = null where rowid = 47000";
Command "update T set F = null where rowid = 53631";
Command "update T set F = null where rowid = 52350";
Command "update T set F = null where rowid = 3134";
Command "update T set F = null where rowid = 56268";
Command "update T set F = null where rowid = 12374";
Command "update T set F = null where rowid = 5226";
Command "update T set F = null where rowid = 42879";
Command "update T set F = null where rowid = 54938";
Command "update T set F = null where rowid = 8447";
Command "update T set F = null where rowid = 28230";
Command "update T set F = null where rowid = 20460";
Command "update T set F = null where rowid = 13571";
Command "update T set F = null where rowid = 46941";
Command "update T set F = null where rowid = 21130";
Command "update T set F = null where rowid = 29559";
Command "update T set F = null where rowid = 18982";
Command "update T set F = null where rowid = 866";
Command "update T set F = null where rowid = 29051";
Command "update T set F = null where rowid = 24071";
Command "update T set F = null where rowid = 52491";
Command "update T set F = null where rowid = 29730";
Command "update T set F = null where rowid = 10986";
Command "update T set F = null where rowid = 59267";
Command "update T set F = null where rowid = 35724";
Command "update T set F = null where rowid = 6015";
Command "update T set F = null where rowid = 32696";
Command "update T set F = null where rowid = 7448";
Command "update T set F = null where rowid = 11312";
Command "update T set F = null where rowid = 9385";
Command "update T set F = null where rowid = 51773";
Command "update T set F = null where rowid = 60891";
Command "update T set F = null where rowid = 41681";
Command "update T set F = null where rowid = 61064";
Command "update T set F = null where rowid = 38616";
Command "update T set F = null where rowid = 50190";
Command "update T set F = null where rowid = 33678";
Command "update T set F = null where rowid = 13874";
Command "update T set F = null where rowid = 36010";
Command "update T set F = null where rowid = 18728";
Command "update T set F = null where rowid = 47995";
Command "update T set F = null where rowid = 45762";
Command "update T set F = null where rowid = 44457";
Command "update T set F = null where rowid = 21650";
Command "update T set F = null where rowid = 23084";
Command "update T set F = null where rowid = 13429";
Command "update T set F = null where rowid = 31769";
Command "update T set F = null where rowid = 19010";
Command "update T set F = null where rowid = 41461";
Command "update T set F = null where rowid = 16154";
Command "update T set F = null where rowid = 20357";
Command "update T set F = null where rowid = 28923";
Command "update T set F = null where rowid = 25806";
Command "update T set F = null where rowid = 17442";
Command "update T set F = null where rowid = 49117";
Command "update T set F = null where rowid = 7360";
Command "update T set F = null where rowid = 45978";
Command "update T set F = null where rowid = 22808";
Command "update T set F = null where rowid = 54487";
Command "update T set F = null where rowid = 21319";
Command "update T set F = null where rowid = 17632";
Command "update T set F = null where rowid = 58472";
Command "update T set F = null where rowid = 46309";
Command "update T set F = null where rowid = 58380";
Command "update T set F = null where rowid = 16620";
Command "update T set F = null where rowid = 8363";
Command "update T set F = null where rowid = 725";
Command "update T set F = null where rowid = 25444";
Command "update T set F = null where rowid = 26";
Command "update T set F = null where rowid = 48007";
Command "update T set F = null where rowid = 37184";
Command "update T set F = null where rowid = 8248";
Command "update T set F = null where rowid = 46177";
Command "update T set F = null where rowid = 24939";
Command "update T set F = null where rowid = 44430";
Command "update T set F = null where rowid = 35296";
Command "update T set F = null where rowid = 51831";
Command "update T set F = null where rowid = 18292";
Command "update T set F = null where rowid = 58797";
Command "update T set F = null where rowid = 48765";
Command "update T set F = null where rowid = 9281";
Command "update T set F = null where rowid = 48939";
Command "update T set F = null where rowid = 50025";
Command "update T set F = null where rowid = 22919";
Command "update T set F = null where rowid = 11909";
Command "update T set F = null where rowid = 35215";
Command "update T set F = null where rowid = 39199";
Command "update T set F = null where rowid = 19716";
Command "update T set F = null where rowid = 51711";
Command "update T set F = null where rowid = 8847";
Command "update T set F = null where rowid = 55781";
Command "update T set F = null where rowid = 28634";
Command "update T set F = null where rowid = 22717";
Command "update T set F = null where rowid = 1909";
Command "update T set F = null where rowid = 13206";
Command "update T set F = null where rowid = 21948";
Command "update T set F = null where rowid = 5325";
Command "update T set F = null where rowid = 8563";
Command "update T set F = null where rowid = 9302";
Command "update T set F = null where rowid = 21079";
Command "update T set F = null where rowid = 56534";
Command "update T set F = null where rowid = 29004";
Command "update T set F = null where rowid = 2621";
Command "update T set F = null where rowid = 22940";
Command "update T set F = null where rowid = 46289";
Command "update T set F = null where rowid = 56217";
Command "update T set F = null where rowid = 18196";
Command "update T set F = null where rowid = 35268";
Command "update T set F = null where rowid = 38478";
Command "update T set F = null where rowid = 21047";
Command "update T set F = null where rowid = 27069";
Command "update T set F = null where rowid = 47304";
Command "update T set F = null where rowid = 12256";
Command "update T set F = null where rowid = 25529";
Command "update T set F = null where rowid = 12890";
Command "update T set F = null where rowid = 36172";
Command "update T set F = null where rowid = 23829";
Command "update T set F = null where rowid = 42817";
Command "update T set F = null where rowid = 45438";
Command "update T set F = null where rowid = 12042";
Command "update T set F = null where rowid = 20604";
Command "update T set F = null where rowid = 36712";
Command "update T set F = null where rowid = 12267";
Command "update T set F = null where rowid = 15109";
Command "update T set F = null where rowid = 48592";
Command "update T set F = null where rowid = 33588";
Command "update T set F = null where rowid = 28116";
Command "update T set F = null where rowid = 17715";
Command "update T set F = null where rowid = 31960";
Command "update T set F = null where rowid = 36446";
Command "update T set F = null where rowid = 15135";
Command "update T set F = null where rowid = 56418";
Command "update T set F = null where rowid = 31115";
Command "update T set F = null where rowid = 11163";
Command "update T set F = null where rowid = 16344";
Command "update T set F = null where rowid = 37239";
Command "update T set F = null where rowid = 46469";
Command "update T set F = null where rowid = 16375";
Command "update T set F = null where rowid = 25745";
Command "update T set F = null where rowid = 6707";
Command "update T set F = null where rowid = 48990";
Command "update T set F = null where rowid = 21370";
Command "update T set F = null where rowid = 45077";
Command "update T set F = null where rowid = 8512";
Command "update T set F = null where rowid = 60082";
Command "update T set F = null where rowid = 32196";
Command "update T set F = null where rowid = 22668";
Command "update T set F = null where rowid = 27486";
Command "update T set F = null where rowid = 47741";
Command "update T set F = null where rowid = 36382";
Command "update T set F = null where rowid = 47127";
Command "update T set F = null where rowid = 22031";
Command "update T set F = null where rowid = 35271";
Command "update T set F = null where rowid = 28613";
Command "update T set F = null where rowid = 10766";
Command "update T set F = null where rowid = 23844";
Command "update T set F = null where rowid = 29854";
Command "update T set F = null where rowid = 22125";
Command "update T set F = null where rowid = 29812";
Command "update T set F = null where rowid = 13585";
Command "update T set F = null where rowid = 41986";
Command "update T set F = null where rowid = 56323";
Command "update T set F = null where rowid = 13979";
Command "update T set F = null where rowid = 27312";
Command "update T set F = null where rowid = 3458";
Command "update T set F = null where rowid = 33151";
Command "update T set F = null where rowid = 46213";
Command "update T set F = null where rowid = 45099";
Command "update T set F = null where rowid = 18812";
Command "update T set F = null where rowid = 11863";
Command "update T set F = null where rowid = 50337";
Command "update T set F = null where rowid = 50598";
Command "update T set F = null where rowid = 45777";
Command "update T set F = null where rowid = 37105";
Command "update T set F = null where rowid = 16539";
Command "update T set F = null where rowid = 9804";
Command "update T set F = null where rowid = 60012";
Command "update T set F = null where rowid = 10661";
Command "update T set F = null where rowid = 15315";
Command "update T set F = null where rowid = 39381";
Command "update T set F = null where rowid = 22057";
Command "update T set F = null where rowid = 31982";
Command "update T set F = null where rowid = 53810";
Command "update T set F = null where rowid = 28752";
Command "update T set F = null where rowid = 1390";
Command "update T set F = null where rowid = 53573";
Command "update T set F = null where rowid = 47825";
Command "update T set F = null where rowid = 10332";
Command "update T set F = null where rowid = 57854";
Command "update T set F = null where rowid = 41711";
Command "update T set F = null where rowid = 8801";
Command "update T set F = null where rowid = 45113";
Command "update T set F = null where rowid = 12157";
Command "update T set F = null where rowid = 17551";
Command "update T set F = null where rowid = 10579";
Command "update T set F = null where rowid = 44844";
Command "update T set F = null where rowid = 34559";
Command "update T set F = null where rowid = 31820";
Command "update T set F = null where rowid = 39567";
Command "update T set F = null where rowid = 1194";
Command "update T set F = null where rowid = 48398";
Command "update T set F = null where rowid = 6023";
Command "update T set F = null where rowid = 18529";
Command "update T set F = null where rowid = 59473";
Command "update T set F = null where rowid = 54453";
Command "update T set F = null where rowid = 4625";
Command "update T set F = null where rowid = 6944";
Command "update T set F = null where rowid = 45489";
Command "update T set F = null where rowid = 20656";
Command "update T set F = null where rowid = 43651";
Command "update T set F = null where rowid = 55084";
Command "update T set F = null where rowid = 54772";
Command "update T set F = null where rowid = 37979";
Command "update T set F = null where rowid = 9189";
Command "update T set F = null where rowid = 42076";
Command "update T set F = null where rowid = 35558";
Command "update T set F = null where rowid = 59882";
Command "update T set F = null where rowid = 32369";
Command "update T set F = null where rowid = 18553";
Command "update T set F = null where rowid = 60757";
Command "update T set F = null where rowid = 21740";
Command "update T set F = null where rowid = 48605";
Command "update T set F = null where rowid = 43201";
Command "update T set F = null where rowid = 24888";
Command "update T set F = null where rowid = 4524";
Command "update T set F = null where rowid = 20328";
Command "update T set F = null where rowid = 33612";
Command "update T set F = null where rowid = 19063";
Command "update T set F = null where rowid = 38268";
Command "update T set F = null where rowid = 44977";
Command "update T set F = null where rowid = 27345";
Command "update T set F = null where rowid = 38951";
Command "update T set F = null where rowid = 46037";
Command "update T set F = null where rowid = 40116";
Command "update T set F = null where rowid = 833";
Command "update T set F = null where rowid = 34878";
Command "update T set F = null where rowid = 60537";
Command "update T set F = null where rowid = 49319";
Command "update T set F = null where rowid = 1381";
Command "update T set F = null where rowid = 26494";
Command "update T set F = null where rowid = 33557";
Command "update T set F = null where rowid = 18586";
Command "update T set F = null where rowid = 18546";
Command "update T set F = null where rowid = 16384";
Command "update T set F = null where rowid = 46633";
Command "update T set F = null where rowid = 60872";
Command "update T set F = null where rowid = 25319";
Command "update T set F = null where rowid = 54424";
Command "update T set F = null where rowid = 32566";
Command "update T set F = null where rowid = 23966";
Command "update T set F = null where rowid = 48463";
Command "update T set F = null where rowid = 32373";
Command "update T set F = null where rowid = 869";
Command "update T set F = null where rowid = 1706";
Command "update T set F = null where rowid = 28161";
Command "update T set F = null where rowid = 28489";
Command "update T set F = null where rowid = 2642";
Command "update T set F = null where rowid = 46514";
Command "update T set F = null where rowid = 34643";
Command "update T set F = null where rowid = 18976";
Command "update T set F = null where rowid = 55846";
Command "update T set F = null where rowid = 2434";
Command "update T set F = null where rowid = 45965";
Command "update T set F = null where rowid = 43928";
Command "update T set F = null where rowid = 54284";
Command "update T set F = null where rowid = 36686";
Command "update T set F = null where rowid = 1902";
Command "update T set F = null where rowid = 58489";
Command "update T set F = null where rowid = 49532";
Command "update T set F = null where rowid = 36831";
Command "update T set F = null where rowid = 47614";
Command "update T set F = null where rowid = 32639";
Command "update T set F = null where rowid = 27836";
Command "update T set F = null where rowid = 56408";
Command "update T set F = null where rowid = 49661";
Command "update T set F = null where rowid = 15462";
Command "update T set F = null where rowid = 22661";
Command "update T set F = null where rowid = 13810";
Command "update T set F = null where rowid = 31970";
Command "update T set F = null where rowid = 54661";
Command "update T set F = null where rowid = 28093";
Command "update T set F = null where rowid = 43929";
Command "update T set F = null where rowid = 19644";
Command "update T set F = null where rowid = 10994";
Command "update T set F = null where rowid = 47584";
Command "update T set F = null where rowid = 52658";
Command "update T set F = null where rowid = 41791";
Command "update T set F = null where rowid = 31421";
Command "update T set F = null where rowid = 4125";
Command "update T set F = null where rowid = 46333";
Command "update T set F = null where rowid = 19674";
Command "update T set F = null where rowid = 22886";
Command "update T set F = null where rowid = 37914";
Command "update T set F = null where rowid = 54979";
Command "update T set F = null where rowid = 13917";
Command "update T set F = null where rowid = 15254";
Command "update T set F = null where rowid = 44692";
Command "update T set F = null where rowid = 32911";
Command "update T set F = null where rowid = 17405";
Command "update T set F = null where rowid = 5508";
Command "update T set F = null where rowid = 26490";
Command "update T set F = null where rowid = 45871";
Command "update T set F = null where rowid = 42214";
Command "update T set F = null where rowid = 39999";
Command "update T set F = null where rowid = 20214";
Command "update T set F = null where rowid = 26360";
Command "update T set F = null where rowid = 55723";
Command "update T set F = null where rowid = 60902";
Command "update T set F = null where rowid = 58277";
Command "update T set F = null where rowid = 38469";
Command "update T set F = null where rowid = 27821";
Command "update T set F = null where rowid = 28682";
Command "update T set F = null where rowid = 59687";
Command "update T set F = null where rowid = 33430";
Command "update T set F = null where rowid = 25924";
Command "update T set F = null where rowid = 22300";
Command "update T set F = null where rowid = 52734";
Command "update T set F = null where rowid = 22765";
Command "update T set F = null where rowid = 1052";
Command "update T set F = null where rowid = 42840";
Command "update T set F = null where rowid = 47372";
Command "update T set F = null where rowid = 216";
Command "update T set F = null where rowid = 8011";
Command "update T set F = null where rowid = 42178";
Command "update T set F = null where rowid = 28486";
Command "update T set F = null where rowid = 33890";
Command "update T set F = null where rowid = 10108";
Command "update T set F = null where rowid = 7216";
Command "update T set F = null where rowid = 20299";
Command "update T set F = null where rowid = 44456";
Command "update T set F = null where rowid = 23918";
Command "update T set F = null where rowid = 29735";
Command "update T set F = null where rowid = 49086";
Command "update T set F = null where rowid = 15949";
Command "update T set F = null where rowid = 37475";
Command "update T set F = null where rowid = 44396";
Command "update T set F = null where rowid = 47382";
Command "update T set F = null where rowid = 3905";
Command "update T set F = null where rowid = 42966";
Command "update T set F = null where rowid = 30604";
Command "update T set F = null where rowid = 26310";
Command "update T set F = null where rowid = 4610";
Command "update T set F = null where rowid = 24208";
Command "update T set F = null where rowid = 9085";
Command "update T set F = null where rowid = 7483";
Command "update T set F = null where rowid = 39513";
Command "update T set F = null where rowid = 21534";
Command "update T set F = null where rowid = 30494";
Command "update T set F = null where rowid = 39618";
Command "update T set F = null where rowid = 38437";
Command "update T set F = null where rowid = 50319";
Command "update T set F = null where rowid = 50610";
Command "update T set F = null where rowid = 47973";
Command "update T set F = null where rowid = 1359";
Command "update T set F = null where rowid = 50542";
Command "update T set F = null where rowid = 34706";
Command "update T set F = null where rowid = 45267";
Command "update T set F = null where rowid = 29557";
Command "update T set F = null where rowid = 1879";
Command "update T set F = null where rowid = 30141";
Command "update T set F = null where rowid = 57308";
Command "update T set F = null where rowid = 24447";
Command "update T set F = null where rowid = 19405";
Command "update T set F = null where rowid = 37591";
Command "update T set F = null where rowid = 34010";
Command "update T set F = null where rowid = 16263";
Command "update T set F = null where rowid = 58971";
Command "update T set F = null where rowid = 10178";
Command "update T set F = null where rowid = 6827";
Command "update T set F = null where rowid = 5301";
Command "update T set F = null where rowid = 56307";
Command "update T set F = null where rowid = 25221";
Command "update T set F = null where rowid = 8318";
Command "update T set F = null where rowid = 6511";
Command "update T set F = null where rowid = 6171";
Command "update T set F = null where rowid = 58454";
Command "update T set F = null where rowid = 8709";
Command "update T set F = null where rowid = 37757";
Command "update T set F = null where rowid = 2466";
Command "update T set F = null where rowid = 51595";
Command "update T set F = null where rowid = 19016";
Command "update T set F = null where rowid = 26485";
Command "update T set F = null where rowid = 26193";
Command "update T set F = null where rowid = 50255";
Command "update T set F = null where rowid = 30573";
Command "update T set F = null where rowid = 39888";
Command "update T set F = null where rowid = 11701";
Command "update T set F = null where rowid = 39997";
Command "update T set F = null where rowid = 58521";
Command "update T set F = null where rowid = 55852";
Command "update T set F = null where rowid = 6230";
Command "update T set F = null where rowid = 48331";
Command "update T set F = null where rowid = 27781";
Command "update T set F = null where rowid = 4536";
Command "update T set F = null where rowid = 10574";
Command "update T set F = null where rowid = 59641";
Command "update T set F = null where rowid = 41144";
Command "update T set F = null where rowid = 58118";
Command "update T set F = null where rowid = 47508";
Command "update T set F = null where rowid = 40136";
Command "update T set F = null where rowid = 15434";
Command "update T set F = null where rowid = 9000";
Command "update T set F = null where rowid = 41714";
Command "update T set F = null where rowid = 16696";
Command "update T set F = null where rowid = 26160";
Command "update T set F = null where rowid = 20324";
Command "update T set F = null where rowid = 18568";
Command "update T set F = null where rowid = 42396";
Command "update T set F = null where rowid = 55760";
Command "update T set F = null where rowid = 5377";
Command "update T set F = null where rowid = 59498";
Command "update T set F = null where rowid = 49739";
Command "update T set F = null where rowid = 44175";
Command "update T set F = null where rowid = 20486";
Command "update T set F = null where rowid = 43048";
Command "update T set F = null where rowid = 41203";
Command "update T set F = null where rowid = 30986";
Command "update T set F = null where rowid = 35309";
Command "update T set F = null where rowid = 21986";
Command "update T set F = null where rowid = 3794";
Command "update T set F = null where rowid = 56952";
Command "update T set F = null where rowid = 55206";
Command "update T set F = null where rowid = 26220";
Command "update T set F = null where rowid = 43076";
Command "update T set F = null where rowid = 60851";
Command "update T set F = null where rowid = 26671";
Command "update T set F = null where rowid = 47527";
Command "update T set F = null where rowid = 32509";
Command "update T set F = null where rowid = 41737";
Command "update T set F = null where rowid = 19442";
Command "update T set F = null where rowid = 2444";
Command "update T set F = null where rowid = 6151";
Command "update T set F = null where rowid = 35018";
Command "update T set F = null where rowid = 3112";
Command "update T set F = null where rowid = 48818";
Command "update T set F = null where rowid = 41895";
Command "update T set F = null where rowid = 9468";
Command "update T set F = null where rowid = 49064";
Command "update T set F = null where rowid = 80";
Command "update T set F = null where rowid = 8742";
Command "update T set F = null where rowid = 51778";
Command "update T set F = null where rowid = 33064";
Command "update T set F = null where rowid = 5032";
Command "update T set F = null where rowid = 7767";
Command "update T set F = null where rowid = 23073";
Command "update T set F = null where rowid = 49395";
Command "update T set F = null where rowid = 33816";
Command "update T set F = null where rowid = 34465";
Command "update T set F = null where rowid = 22060";
Command "update T set F = null where rowid = 31670";
Command "update T set F = null where rowid = 23131";
Command "update T set F = null where rowid = 45513";
Command "update T set F = null where rowid = 38641";
Command "update T set F = null where rowid = 30350";
Command "update T set F = null where rowid = 58473";
Command "update T set F = null where rowid = 14171";
Command "update T set F = null where rowid = 53407";
Command "update T set F = null where rowid = 42770";
Command "update T set F = null where rowid = 40451";
Command "update T set F = null where rowid = 23532";
Command "update T set F = null where rowid = 43507";
Command "update T set F = null where rowid = 13933";
Command "update T set F = null where rowid = 42927";
Command "update T set F = null where rowid = 42317";
Command "update T set F = null where rowid = 10008";
Command "update T set F = null where rowid = 24988";
Command "update T set F = null where rowid = 20142";
Command "update T set F = null where rowid = 39156";
Command "update T set F = null where rowid = 24696";
Command "update T set F = null where rowid = 8748";
Command "update T set F = null where rowid = 23002";
Command "update T set F = null where rowid = 40342";
Command "update T set F = null where rowid = 4772";
Command "update T set F = null where rowid = 32672";
Command "update T set F = null where rowid = 48104";
Command "update T set F = null where rowid = 8572";
Command "update T set F = null where rowid = 34256";
Command "update T set F = null where rowid = 56953";
Command "update T set F = null where rowid = 40194";
Command "update T set F = null where rowid = 44816";
Command "update T set F = null where rowid = 689";
Command "update T set F = null where rowid = 8390";
Command "update T set F = null where rowid = 17165";
Command "update T set F = null where rowid = 26655";
Command "update T set F = null where rowid = 61268";
Command "update T set F = null where rowid = 29199";
Command "update T set F = null where rowid = 205";
Command "update T set F = null where rowid = 48053";
Command "update T set F = null where rowid = 47016";
Command "update T set F = null where rowid = 11569";
Command "update T set F = null where rowid = 55013";
Command "update T set F = null where rowid = 34066";
Command "update T set F = null where rowid = 55771";
Command "update T set F = null where rowid = 53439";
Command "update T set F = null where rowid = 29992";
Command "update T set F = null where rowid = 40821";
Command "update T set F = null where rowid = 41327";
Command "update T set F = null where rowid = 55299";
Command "update T set F = null where rowid = 2577";
Command "update T set F = null where rowid = 20088";
Command "update T set F = null where rowid = 22018";
Command "update T set F = null where rowid = 59018";
Command "update T set F = null where rowid = 5298";
Command "update T set F = null where rowid = 57589";
Command "update T set F = null where rowid = 44646";
Command "update T set F = null where rowid = 53746";
Command "update T set F = null where rowid = 55341";
Command "update T set F = null where rowid = 24903";
Command "update T set F = null where rowid = 2040";
Command "update T set F = null where rowid = 46893";
Command "update T set F = null where rowid = 61413";
Command "update T set F = null where rowid = 56513";
Command "update T set F = null where rowid = 13487";
Command "update T set F = null where rowid = 5861";
Command "update T set F = null where rowid = 12588";
Command "update T set F = null where rowid = 10981";
Command "update T set F = null where rowid = 49257";
Command "update T set F = null where rowid = 59374";
Command "update T set F = null where rowid = 49456";
Command "update T set F = null where rowid = 51110";
Command "update T set F = null where rowid = 47495";
Command "update T set F = null where rowid = 50033";
Command "update T set F = null where rowid = 29455";
Command "update T set F = null where rowid = 59453";
Command "update T set F = null where rowid = 45813";
Command "update T set F = null where rowid = 40439";
Command "update T set F = null where rowid = 57091";
Command "update T set F = null where rowid = 53472";
Command "update T set F = null where rowid = 20256";
Command "update T set F = null where rowid = 36451";
Command "update T set F = null where rowid = 27641";
Command "update T set F = null where rowid = 35788";
Command "update T set F = null where rowid = 39414";
Command "update T set F = null where rowid = 18277";
Command "update T set F = null where rowid = 44007";
Command "update T set F = null where rowid = 43714";
Command "update T set F = null where rowid = 7056";
Command "update T set F = null where rowid = 45127";
Command "update T set F = null where rowid = 24267";
Command "update T set F = null where rowid = 24227";
Command "update T set F = null where rowid = 7730";
Command "update T set F = null where rowid = 23901";
Command "update T set F = null where rowid = 53745";
Command "update T set F = null where rowid = 2879";
Command "update T set F = null where rowid = 406";
Command "update T set F = null where rowid = 53100";
Command "update T set F = null where rowid = 19771";
Command "update T set F = null where rowid = 21697";
Command "update T set F = null where rowid = 50339";
Command "update T set F = null where rowid = 55088";
Command "update T set F = null where rowid = 30309";
Command "update T set F = null where rowid = 48015";
Command "update T set F = null where rowid = 172";
Command "update T set F = null where rowid = 29227";
Command "update T set F = null where rowid = 16091";
Command "update T set F = null where rowid = 9133";
Command "update T set F = null where rowid = 58428";
Command "update T set F = null where rowid = 39175";
Command "update T set F = null where rowid = 43790";
Command "update T set F = null where rowid = 16897";
Command "update T set F = null where rowid = 46835";
Command "update T set F = null where rowid = 18892";
Command "update T set F = null where rowid = 57467";
Command "update T set F = null where rowid = 41475";
Command "update T set F = null where rowid = 60839";
Command "update T set F = null where rowid = 20145";
Command "update T set F = null where rowid = 9962";
Command "update T set F = null where rowid = 46160";
Command "update T set F = null where rowid = 55824";
Command "update T set F = null where rowid = 25952";
Command "update T set F = null where rowid = 9969";
Command "update T set F = null where rowid = 14459";
Command "update T set F = null where rowid = 1618";
Command "update T set F = null where rowid = 48712";
Command "update T set F = null where rowid = 33761";
Command "update T set F = null where rowid = 4992";
Command "update T set F = null where rowid = 43393";
Command "update T set F = null where rowid = 14434";
Command "update T set F = null where rowid = 49594";
Command "update T set F = null where rowid = 13256";
Command "update T set F = null where rowid = 42065";
Command "update T set F = null where rowid = 52372";
Command "update T set F = null where rowid = 46999";
Command "update T set F = null where rowid = 23552";
Command "update T set F = null where rowid = 50165";
Command "update T set F = null where rowid = 34735";
Command "update T set F = null where rowid = 32642";
Command "update T set F = null where rowid = 978";
Command "update T set F = null where rowid = 12132";
Command "update T set F = null where rowid = 40996";
Command "update T set F = null where rowid = 4986";
Command "update T set F = null where rowid = 12948";
Command "update T set F = null where rowid = 373";
Command "update T set F = null where rowid = 11437";
Command "update T set F = null where rowid = 3986";
Command "update T set F = null where rowid = 54752";
Command "update T set F = null where rowid = 48720";
Command "update T set F = null where rowid = 37117";
Command "update T set F = null where rowid = 26533";
Command "update T set F = null where rowid = 434";
Command "update T set F = null where rowid = 32699";
Command "update T set F = null where rowid = 41679";
Command "update T set F = null where rowid = 50659";
Command "update T set F = null where rowid = 19960";
Command "update T set F = null where rowid = 17346";
Command "update T set F = null where rowid = 42872";
Command "update T set F = null where rowid = 53772";
Command "update T set F = null where rowid = 60043";
Command "update T set F = null where rowid = 17584";
Command "update T set F = null where rowid = 24931";
Command "update T set F = null where rowid = 52881";
Command "update T set F = null where rowid = 60150";
Command "update T set F = null where rowid = 40868";
Command "update T set F = null where rowid = 26183";
Command "update T set F = null where rowid = 414";
Command "update T set F = null where rowid = 43247";
Command "update T set F = null where rowid = 2479";
Command "update T set F = null where rowid = 35977";
Command "update T set F = null where rowid = 27918";
Command "update T set F = null where rowid = 5612";
Command "update T set F = null where rowid = 36214";
Command "update T set F = null where rowid = 43430";
Command "update T set F = null where rowid = 55713";
Command "update T set F = null where rowid = 41498";
Command "update T set F = null where rowid = 23676";
Command "update T set F = null where rowid = 23974";
Command "update T set F = null where rowid = 22052";
Command "update T set F = null where rowid = 15954";
Command "update T set F = null where rowid = 53575";
Command "update T set F = null where rowid = 46029";
Command "update T set F = null where rowid = 30307";
Command "update T set F = null where rowid = 15664";
Command "update T set F = null where rowid = 11632";
Command "update T set F = null where rowid = 34041";
Command "update T set F = null where rowid = 49328";
Command "update T set F = null where rowid = 31955";
Command "update T set F = null where rowid = 15081";
Command "update T set F = null where rowid = 38768";
Command "update T set F = null where rowid = 12556";
Command "update T set F = null where rowid = 46183";
Command "update T set F = null where rowid = 3681";
Command "update T set F = null where rowid = 3515";
Command "update T set F = null where rowid = 61398";
Command "update T set F = null where rowid = 8316";
Command "update T set F = null where rowid = 17712";
Command "update T set F = null where rowid = 27897";
Command "update T set F = null where rowid = 44637";
Command "update T set F = null where rowid = 34798";
Command "update T set F = null where rowid = 40832";
Command "update T set F = null where rowid = 25069";
Command "update T set F = null where rowid = 3827";
Command "update T set F = null where rowid = 39630";
Command "update T set F = null where rowid = 3589";
Command "update T set F = null where rowid = 45577";
Command "update T set F = null where rowid = 48200";
Command "update T set F = null where rowid = 7519";
Command "update T set F = null where rowid = 38802";
Command "update T set F = null where rowid = 35145";
Command "update T set F = null where rowid = 2171";
Command "update T set F = null where rowid = 7703";
Command "update T set F = null where rowid = 51363";
Command "update T set F = null where rowid = 60794";
Command "update T set F = null where rowid = 531";
Command "update T set F = null where rowid = 46879";
Command "update T set F = null where rowid = 49701";
Command "update T set F = null where rowid = 2204";
Command "update T set F = null where rowid = 56494";
Command "update T set F = null where rowid = 31059";
Command "update T set F = null where rowid = 31093";
Command "update T set F = null where rowid = 44510";
Command "update T set F = null where rowid = 50004";
Command "update T set F = null where rowid = 42819";
Command "update T set F = null where rowid = 38243";
Command "update T set F = null where rowid = 31918";
Command "update T set F = null where rowid = 50637";
Command "update T set F = null where rowid = 33259";
Command "update T set F = null where rowid = 36848";
Command "update T set F = null where rowid = 11653";
Command "update T set F = null where rowid = 6175";
Command "update T set F = null where rowid = 8603";
Command "update T set F = null where rowid = 54302";
Command "update T set F = null where rowid = 37693";
Command "update T set F = null where rowid = 35786";
Command "update T set F = null where rowid = 26875";
Command "update T set F = null where rowid = 15770";
Command "update T set F = null where rowid = 58280";
Command "update T set F = null where rowid = 57494";
Command "update T set F = null where rowid = 28891";
Command "update T set F = null where rowid = 41051";
Command "update T set F = null where rowid = 22314";
Command "update T set F = null where rowid = 28931";
Command "update T set F = null where rowid = 35835";
Command "update T set F = null where rowid = 15203";
Command "update T set F = null where rowid = 36098";
Command "update T set F = null where rowid = 30080";
Command "update T set F = null where rowid = 14710";
Command "update T set F = null where rowid = 45147";
Command "update T set F = null where rowid = 26425";
Command "update T set F = null where rowid = 19043";
Command "update T set F = null where rowid = 58274";
Command "update T set F = null where rowid = 35737";
Command "update T set F = null where rowid = 10512";
Command "update T set F = null where rowid = 37282";
Command "update T set F = null where rowid = 34613";
Command "update T set F = null where rowid = 34288";
Command "update T set F = null where rowid = 32244";
Command "update T set F = null where rowid = 32101";
Command "update T set F = null where rowid = 37929";
Command "update T set F = null where rowid = 16501";
Command "update T set F = null where rowid = 60430";
Command "update T set F = null where rowid = 3994";
Command "update T set F = null where rowid = 47501";
Command "update T set F = null where rowid = 33825";
Command "update T set F = null where rowid = 49288";
Command "update T set F = null where rowid = 55839";
Command "update T set F = null where rowid = 35967";
Command "update T set F = null where rowid = 34963";
Command "update T set F = null where rowid = 15530";
Command "update T set F = null where rowid = 17121";
Command "update T set F = null where rowid = 51874";
Command "update T set F = null where rowid = 61276";
Command "update T set F = null where rowid = 14541";
Command "update T set F = null where rowid = 29874";
Command "update T set F = null where rowid = 8525";
Command "update T set F = null where rowid = 2248";
Command "update T set F = null where rowid = 5643";
Command "update T set F = null where rowid = 6157";
Command "update T set F = null where rowid = 55076";
Command "update T set F = null where rowid = 21682";
Command "update T set F = null where rowid = 19393";
Command "update T set F = null where rowid = 12008";
Command "update T set F = null where rowid = 21895";
Command "update T set F = null where rowid = 24935";
Command "update T set F = null where rowid = 152";
Command "update T set F = null where rowid = 24902";
Command "update T set F = null where rowid = 6601";
Command "update T set F = null where rowid = 56031";
Command "update T set F = null where rowid = 7197";
Command "update T set F = null where rowid = 20887";
Command "update T set F = null where rowid = 12109";
Command "update T set F = null where rowid = 59689";
Command "update T set F = null where rowid = 40210";
Command "update T set F = null where rowid = 42272";
Command "update T set F = null where rowid = 49902";
Command "update T set F = null where rowid = 33324";
Command "update T set F = null where rowid = 46123";
Command "update T set F = null where rowid = 43240";
Command "update T set F = null where rowid = 17919";
Command "update T set F = null where rowid = 21092";
Command "update T set F = null where rowid = 2020";
Command "update T set F = null where rowid = 30524";
Command "update T set F = null where rowid = 3445";
Command "update T set F = null where rowid = 30234";
Command "update T set F = null where rowid = 12282";
Command "update T set F = null where rowid = 31177";
Command "update T set F = null where rowid = 26330";
Command "update T set F = null where rowid = 40762";
Command "update T set F = null where rowid = 17766";
Command "update T set F = null where rowid = 24973";
Command "update T set F = null where rowid = 50595";
Command "update T set F = null where rowid = 58931";
Command "update T set F = null where rowid = 38229";
Command "update T set F = null where rowid = 11986";
Command "update T set F = null where rowid = 47703";
Command "update T set F = null where rowid = 43465";
Command "update T set F = null where rowid = 45645";
Command "update T set F = null where rowid = 54401";
Command "update T set F = null where rowid = 757";
Command "update T set F = null where rowid = 53212";
Command "update T set F = null where rowid = 52564";
Command "update T set F = null where rowid = 53834";
Command "update T set F = null where rowid = 47956";
Command "update T set F = null where rowid = 23999";
Command "update T set F = null where rowid = 55513";
Command "update T set F = null where rowid = 28805";
Command "update T set F = null where rowid = 3035";
Command "update T set F = null where rowid = 19913";
Command "update T set F = null where rowid = 53126";
Command "update T set F = null where rowid = 38351";
Command "update T set F = null where rowid = 28474";
Command "update T set F = null where rowid = 32765";
Command "update T set F = null where rowid = 19379";
Command "update T set F = null where rowid = 47399";
Command "update T set F = null where rowid = 60112";
Command "update T set F = null where rowid = 7545";
Command "update T set F = null where rowid = 23542";
Command "update T set F = null where rowid = 33253";
Command "update T set F = null where rowid = 61220";
Command "update T set F = null where rowid = 29003";
Command "update T set F = null where rowid = 31297";
Command "update T set F = null where rowid = 32046";
Command "update T set F = null where rowid = 20025";
Command "update T set F = null where rowid = 3779";
Command "update T set F = null where rowid = 9647";
Command "update T set F = null where rowid = 21610";
Command "update T set F = null where rowid = 25818";
Command "update T set F = null where rowid = 43684";
Command "update T set F = null where rowid = 21165";
Command "update T set F = null where rowid = 48446";
Command "update T set F = null where rowid = 9535";
Command "update T set F = null where rowid = 12338";
Command "update T set F = null where rowid = 46709";
Command "update T set F = null where rowid = 39300";
Command "update T set F = null where rowid = 59492";
Command "update T set F = null where rowid = 6297";
Command "update T set F = null where rowid = 35522";
Command "update T set F = null where rowid = 54241";
Command "update T set F = null where rowid = 28307";
Command "update T set F = null where rowid = 3548";
Command "update T set F = null where rowid = 36626";
Command "update T set F = null where rowid = 48103";
Command "update T set F = null where rowid = 9475";
Command "update T set F = null where rowid = 26427";
Command "update T set F = null where rowid = 2440";
Command "update T set F = null where rowid = 42747";
Command "update T set F = null where rowid = 46980";
Command "update T set F = null where rowid = 56029";
Command "update T set F = null where rowid = 43794";
Command "update T set F = null where rowid = 27258";
Command "update T set F = null where rowid = 20500";
Command "update T set F = null where rowid = 28114";
Command "update T set F = null where rowid = 53349";
Command "update T set F = null where rowid = 53586";
Command "update T set F = null where rowid = 5815";
Command "update T set F = null where rowid = 12958";
Command "update T set F = null where rowid = 27048";
Command "update T set F = null where rowid = 4578";
Command "update T set F = null where rowid = 19115";
Command "update T set F = null where rowid = 29745";
Command "update T set F = null where rowid = 33462";
Command "update T set F = null where rowid = 11412";
Command "update T set F = null where rowid = 59444";
Command "update T set F = null where rowid = 14679";
Command "update T set F = null where rowid = 31272";
Command "update T set F = null where rowid = 34870";
Command "update T set F = null where rowid = 4049";
Command "update T set F = null where rowid = 30943";
Command "update T set F = null where rowid = 16813";
Command "update T set F = null where rowid = 12348";
Command "update T set F = null where rowid = 38476";
Command "update T set F = null where rowid = 35825";
Command "update T set F = null where rowid = 26459";
Command "update T set F = null where rowid = 34203";
Command "update T set F = null where rowid = 12135";
Command "update T set F = null where rowid = 51179";
Command "update T set F = null where rowid = 38993";
Command "update T set F = null where rowid = 17073";
Command "update T set F = null where rowid = 14209";
Command "update T set F = null where rowid = 31041";
Command "update T set F = null where rowid = 30553";
Command "update T set F = null where rowid = 33738";
Command "update T set F = null where rowid = 26509";
Command "update T set F = null where rowid = 30881";
Command "update T set F = null where rowid = 53075";
Command "update T set F = null where rowid = 12889";
Command "update T set F = null where rowid = 31465";
Command "update T set F = null where rowid = 16356";
Command "update T set F = null where rowid = 31039";
Command "update T set F = null where rowid = 46290";
Command "update T set F = null where rowid = 11715";
Command "update T set F = null where rowid = 27630";
Command "update T set F = null where rowid = 38405";
Command "update T set F = null where rowid = 20592";
Command "update T set F = null where rowid = 2331";
Command "update T set F = null where rowid = 339";
Command "update T set F = null where rowid = 37421";
Command "update T set F = null where rowid = 47669";
Command "update T set F = null where rowid = 53572";
Command "update T set F = null where rowid = 25438";
Command "update T set F = null where rowid = 2349";
Command "update T set F = null where rowid = 36613";
Command "update T set F = null where rowid = 39316";
Command "update T set F = null where rowid = 21698";
Command "update T set F = null where rowid = 24940";
Command "update T set F = null where rowid = 56086";
Command "update T set F = null where rowid = 53813";
Command "update T set F = null where rowid = 26294";
Command "update T set F = null where rowid = 59172";
Command "update T set F = null where rowid = 15273";
Command "update T set F = null where rowid = 50212";
Command "update T set F = null where rowid = 51337";
Command "update T set F = null where rowid = 40221";
Command "update T set F = null where rowid = 57364";
Command "update T set F = null where rowid = 8141";
Command "update T set F = null where rowid = 39358";
Command "update T set F = null where rowid = 2306";
Command "update T set F = null where rowid = 24275";
Command "update T set F = null where rowid = 33441";
Command "update T set F = null where rowid = 19586";
Command "update T set F = null where rowid = 59848";
Command "update T set F = null where rowid = 56242";
Command "update T set F = null where rowid = 54342";
Command "update T set F = null where rowid = 4671";
Command "update T set F = null where rowid = 52363";
Command "update T set F = null where rowid = 29200";
Command "update T set F = null where rowid = 24231";
Command "update T set F = null where rowid = 9909";
Command "update T set F = null where rowid = 36731";
Command "update T set F = null where rowid = 14008";
Command "update T set F = null where rowid = 22846";
Command "update T set F = null where rowid = 2920";
Command "update T set F = null where rowid = 35769";
Command "update T set F = null where rowid = 23033";
Command "update T set F = null where rowid = 30752";
Command "update T set F = null where rowid = 19209";
Command "update T set F = null where rowid = 23906";
Command "update T set F = null where rowid = 11945";
Command "update T set F = null where rowid = 10233";
Command "update T set F = null where rowid = 16515";
Command "update T set F = null where rowid = 48853";
Command "update T set F = null where rowid = 1604";
Command "update T set F = null where rowid = 36636";
Command "update T set F = null where rowid = 61356";
Command "update T set F = null where rowid = 6411";
Command "update T set F = null where rowid = 38490";
Command "update T set F = null where rowid = 15697";
Command "update T set F = null where rowid = 7558";
Command "update T set F = null where rowid = 24137";
Command "update T set F = null where rowid = 6038";
Command "update T set F = null where rowid = 35759";
Command "update T set F = null where rowid = 55384";
Command "update T set F = null where rowid = 45213";
Command "update T set F = null where rowid = 49762";
Command "update T set F = null where rowid = 29056";
Command "update T set F = null where rowid = 16017";
Command "update T set F = null where rowid = 14112";
Command "update T set F = null where rowid = 56985";
Command "update T set F = null where rowid = 44383";
Command "update T set F = null where rowid = 59609";
Command "update T set F = null where rowid = 43431";
Command "update T set F = null where rowid = 59898";
Command "update T set F = null where rowid = 37916";
Command "update T set F = null where rowid = 12188";
Command "update T set F = null where rowid = 42654";
Command "update T set F = null where rowid = 20039";
Command "update T set F = null where rowid = 9344";
Command "update T set F = null where rowid = 3875";
Command "update T set F = null where rowid = 38735";
Command "update T set F = null where rowid = 40777";
Command "update T set F = null where rowid = 24209";
Command "update T set F = null where rowid = 4192";
Command "update T set F = null where rowid = 31541";
Command "update T set F = null where rowid = 18598";
Command "update T set F = null where rowid = 45807";
Command "update T set F = null where rowid = 10795";
Command "update T set F = null where rowid = 25603";
Command "update T set F = null where rowid = 36535";
Command "update T set F = null where rowid = 14316";
Command "update T set F = null where rowid = 23107";
Command "update T set F = null where rowid = 29306";
Command "update T set F = null where rowid = 61125";
Command "update T set F = null where rowid = 32778";
Command "update T set F = null where rowid = 5969";
Command "update T set F = null where rowid = 51448";
Command "update T set F = null where rowid = 38159";
Command "update T set F = null where rowid = 32100";
Command "update T set F = null where rowid = 42685";
Command "update T set F = null where rowid = 34809";
Command "update T set F = null where rowid = 6166";
Command "update T set F = null where rowid = 50649";
Command "update T set F = null where rowid = 53050";
Command "update T set F = null where rowid = 32852";
Command "update T set F = null where rowid = 38161";
Command "update T set F = null where rowid = 38413";
Command "update T set F = null where rowid = 3770";
Command "update T set F = null where rowid = 44916";
Command "update T set F = null where rowid = 14676";
Command "update T set F = null where rowid = 42912";
Command "update T set F = null where rowid = 3393";
Command "update T set F = null where rowid = 27147";
Command "update T set F = null where rowid = 43338";
Command "update T set F = null where rowid = 6304";
Command "update T set F = null where rowid = 7797";
Command "update T set F = null where rowid = 47950";
Command "update T set F = null where rowid = 20918";
Command "update T set F = null where rowid = 43319";
Command "update T set F = null where rowid = 41455";
Command "update T set F = null where rowid = 23616";
Command "update T set F = null where rowid = 58828";
Command "update T set F = null where rowid = 31375";
Command "update T set F = null where rowid = 589";
Command "update T set F = null where rowid = 24438";
Command "update T set F = null where rowid = 4465";
Command "update T set F = null where rowid = 21113";
Command "update T set F = null where rowid = 33232";
Command "update T set F = null where rowid = 16458";
Command "update T set F = null where rowid = 16173";
Command "update T set F = null where rowid = 47352";
Command "update T set F = null where rowid = 59477";
Command "update T set F = null where rowid = 49450";
Command "update T set F = null where rowid = 18875";
Command "update T set F = null where rowid = 5563";
Command "update T set F = null where rowid = 136";
Command "update T set F = null where rowid = 11177";
Command "update T set F = null where rowid = 23992";
Command "update T set F = null where rowid = 60311";
Command "update T set F = null where rowid = 496";
Command "update T set F = null where rowid = 2631";
Command "update T set F = null where rowid = 16388";
Command "update T set F = null where rowid = 59557";
Command "update T set F = null where rowid = 39191";
Command "update T set F = null where rowid = 24706";
Command "update T set F = null where rowid = 23226";
Command "update T set F = null where rowid = 1626";
Command "update T set F = null where rowid = 57653";
Command "update T set F = null where rowid = 10873";
Command "update T set F = null where rowid = 33594";
Command "update T set F = null where rowid = 6184";
Command "update T set F = null where rowid = 52176";
Command "update T set F = null where rowid = 37213";
Command "update T set F = null where rowid = 7140";
Command "update T set F = null where rowid = 49907";
Command "update T set F = null where rowid = 24282";
Command "update T set F = null where rowid = 5168";
Command "update T set F = null where rowid = 4263";
Command "update T set F = null where rowid = 11532";
Command "update T set F = null where rowid = 60353";
Command "update T set F = null where rowid = 44969";
Command "update T set F = null where rowid = 27746";
Command "update T set F = null where rowid = 51971";
Command "update T set F = null where rowid = 22708";
Command "update T set F = null where rowid = 39895";
Command "update T set F = null where rowid = 9762";
Command "update T set F = null where rowid = 5704";
Command "update T set F = null where rowid = 36342";
Command "update T set F = null where rowid = 40828";
Command "update T set F = null where rowid = 47594";
Command "update T set F = null where rowid = 11983";
Command "update T set F = null where rowid = 30056";
Command "update T set F = null where rowid = 37697";
Command "update T set F = null where rowid = 39938";
Command "update T set F = null where rowid = 33282";
Command "update T set F = null where rowid = 2552";
Command "update T set F = null where rowid = 19242";
Command "update T set F = null where rowid = 47629";
Command "update T set F = null where rowid = 28073";
Command "update T set F = null where rowid = 18074";
Command "update T set F = null where rowid = 53326";
Command "update T set F = null where rowid = 25422";
Command "update T set F = null where rowid = 22535";
Command "update T set F = null where rowid = 37398";
Command "update T set F = null where rowid = 4128";
Command "update T set F = null where rowid = 8497";
Command "update T set F = null where rowid = 60782";
Command "update T set F = null where rowid = 27557";
Command "update T set F = null where rowid = 55429";
Command "update T set F = null where rowid = 6875";
Command "update T set F = null where rowid = 44690";
Command "update T set F = null where rowid = 33553";
Command "update T set F = null where rowid = 40339";
Command "update T set F = null where rowid = 41095";
Command "update T set F = null where rowid = 5651";
Command "update T set F = null where rowid = 3976";
Command "update T set F = null where rowid = 28469";
Command "update T set F = null where rowid = 18477";
Command "update T set F = null where rowid = 58661";
Command "update T set F = null where rowid = 20941";
Command "update T set F = null where rowid = 53389";
Command "update T set F = null where rowid = 52705";
Command "update T set F = null where rowid = 3520";
Command "update T set F = null where rowid = 25064";
Command "update T set F = null where rowid = 16045";
Command "update T set F = null where rowid = 60114";
Command "update T set F = null where rowid = 38287";
Command "update T set F = null where rowid = 52903";
Command "update T set F = null where rowid = 44695";
Command "update T set F = null where rowid = 32471";
Command "update T set F = null where rowid = 57593";
Command "update T set F = null where rowid = 16891";
Command "update T set F = null where rowid = 22492";
Command "update T set F = null where rowid = 12286";
Command "update T set F = null where rowid = 45785";
Command "update T set F = null where rowid = 18940";
Command "update T set F = null where rowid = 53056";
Command "update T set F = null where rowid = 44807";
Command "update T set F = null where rowid = 51583";
Command "update T set F = null where rowid = 2326";
Command "update T set F = null where rowid = 32681";
Command "update T set F = null where rowid = 39542";
Command "update T set F = null where rowid = 23314";
Command "update T set F = null where rowid = 34197";
Command "update T set F = null where rowid = 4538";
Command "update T set F = null where rowid = 19380";
Command "update T set F = null where rowid = 16918";
Command "update T set F = null where rowid = 31567";
Command "update T set F = null where rowid = 25765";
Command "update T set F = null where rowid = 55278";
Command "update T set F = null where rowid = 26414";
Command "update T set F = null where rowid = 16790";
Command "update T set F = null where rowid = 5938";
Command "update T set F = null where rowid = 26955";
Command "update T set F = null where rowid = 23651";
Command "update T set F = null where rowid = 7597";
Command "update T set F = null where rowid = 54470";
Command "update T set F = null where rowid = 14483";
Command "update T set F = null where rowid = 14997";
Command "update T set F = null where rowid = 59299";
Command "update T set F = null where rowid = 36710";
Command "update T set F = null where rowid = 47259";
Command "update T set F = null where rowid = 7875";
Command "update T set F = null where rowid = 37174";
Command "update T set F = null where rowid = 60497";
Command "update T set F = null where rowid = 57060";
Command "update T set F = null where rowid = 20836";
Command "update T set F = null where rowid = 28203";
Command "update T set F = null where rowid = 48538";
Command "update T set F = null where rowid = 51096";
Command "update T set F = null where rowid = 57141";
Command "update T set F = null where rowid = 42916";
Command "update T set F = null where rowid = 24763";
Command "update T set F = null where rowid = 48606";
Command "update T set F = null where rowid = 58204";
Command "update T set F = null where rowid = 37504";
Command "update T set F = null where rowid = 48664";
Command "update T set F = null where rowid = 31584";
Command "update T set F = null where rowid = 34789";
Command "update T set F = null where rowid = 55205";
Command "update T set F = null where rowid = 46161";
Command "update T set F = null where rowid = 32300";
Command "update T set F = null where rowid = 33946";
Command "update T set F = null where rowid = 10639";
Command "update T set F = null where rowid = 38889";
Command "update T set F = null where rowid = 29955";
Command "update T set F = null where rowid = 9847";
Command "update T set F = null where rowid = 7624";
Command "update T set F = null where rowid = 61341";
Command "update T set F = null where rowid = 9308";
Command "update T set F = null where rowid = 42030";
Command "update T set F = null where rowid = 60307";
Command "update T set F = null where rowid = 56957";
Command "update T set F = null where rowid = 13227";
Command "update T set F = null where rowid = 41272";
Command "update T set F = null where rowid = 12552";
Command "update T set F = null where rowid = 58422";
Command "update T set F = null where rowid = 25143";
Command "update T set F = null where rowid = 54755";
Command "update T set F = null where rowid = 4037";
Command "update T set F = null where rowid = 41557";
Command "update T set F = null where rowid = 47722";
Command "update T set F = null where rowid = 55251";
Command "update T set F = null where rowid = 55950";
Command "update T set F = null where rowid = 60937";
Command "update T set F = null where rowid = 59247";
Command "update T set F = null where rowid = 26383";
Command "update T set F = null where rowid = 32129";
Command "update T set F = null where rowid = 34639";
Command "update T set F = null where rowid = 40441";
Command "update T set F = null where rowid = 12817";
Command "update T set F = null where rowid = 22205";
Command "update T set F = null where rowid = 34799";
Command "update T set F = null where rowid = 55008";
Command "update T set F = null where rowid = 41146";
Command "update T set F = null where rowid = 45463";
Command "update T set F = null where rowid = 52382";
Command "update T set F = null where rowid = 39329";
Command "update T set F = null where rowid = 48004";
Command "update T set F = null where rowid = 1328";
Command "update T set F = null where rowid = 57401";
Command "update T set F = null where rowid = 25087";
Command "update T set F = null where rowid = 36572";
Command "update T set F = null where rowid = 35697";
Command "update T set F = null where rowid = 11888";
Command "update T set F = null where rowid = 38466";
Command "update T set F = null where rowid = 39274";
Command "update T set F = null where rowid = 53290";
Command "update T set F = null where rowid = 1376";
Command "update T set F = null where rowid = 47374";
Command "update T set F = null where rowid = 29458";
Command "update T set F = null where rowid = 35557";
Command "update T set F = null where rowid = 58124";
Command "update T set F = null where rowid = 8117";
Command "update T set F = null where rowid = 38295";
Command "update T set F = null where rowid = 46764";
Command "update T set F = null where rowid = 11899";
Command "update T set F = null where rowid = 54929";
Command "update T set F = null where rowid = 54572";
Command "update T set F = null where rowid = 18233";
Command "update T set F = null where rowid = 22774";
Command "update T set F = null where rowid = 60859";
Command "update T set F = null where rowid = 2710";
Command "update T set F = null where rowid = 61433";
Command "update T set F = null where rowid = 3081";
Command "update T set F = null where rowid = 35616";
Command "update T set F = null where rowid = 2069";
Command "update T set F = null where rowid = 4901";
Command "update T set F = null where rowid = 6701";
Command "update T set F = null where rowid = 46905";
Command "update T set F = null where rowid = 27022";
Command "update T set F = null where rowid = 22927";
Command "update T set F = null where rowid = 42340";
Command "update T set F = null where rowid = 54205";
Command "update T set F = null where rowid = 36275";
Command "update T set F = null where rowid = 58400";
Command "update T set F = null where rowid = 45124";
Command "update T set F = null where rowid = 12703";
Command "update T set F = null where rowid = 18735";
Command "update T set F = null where rowid = 49130";
Command "update T set F = null where rowid = 59465";
Command "update T set F = null where rowid = 52424";
Command "update T set F = null where rowid = 5117";
Command "update T set F = null where rowid = 8400";
Command "update T set F = null where rowid = 31420";
Command "update T set F = null where rowid = 55999";
Command "update T set F = null where rowid = 4379";
Command "update T set F = null where rowid = 4664";
Command "update T set F = null where rowid = 58824";
Command "update T set F = null where rowid = 12883";
Command "update T set F = null where rowid = 56525";
Command "update T set F = null where rowid = 4471";
Command "update T set F = null where rowid = 19890";
Command "update T set F = null where rowid = 44356";
Command "update T set F = null where rowid = 40124";
Command "update T set F = null where rowid = 36696";
Command "update T set F = null where rowid = 39500";
Command "update T set F = null where rowid = 54759";
Command "update T set F = null where rowid = 2432";
Command "update T set F = null where rowid = 8008";
Command "update T set F = null where rowid = 37741";
Command "update T set F = null where rowid = 53111";
Command "update T set F = null where rowid = 47093";
Command "update T set F = null where rowid = 22162";
Command "update T set F = null where rowid = 20561";
Command "update T set F = null where rowid = 41430";
Command "update T set F = null where rowid = 30558";
Command "update T set F = null where rowid = 40803";
Command "update T set F = null where rowid = 57176";
Command "update T set F = null where rowid = 30791";
Command "update T set F = null where rowid = 47588";
Command "update T set F = null where rowid = 37428";
Command "update T set F = null where rowid = 16268";
Command "update T set F = null where rowid = 47984";
Command "update T set F = null where rowid = 13318";
Command "update T set F = null where rowid = 22464";
Command "update T set F = null where rowid = 31450";
Command "update T set F = null where rowid = 2709";
Command "update T set F = null where rowid = 48006";
Command "update T set F = null where rowid = 51574";
Command "update T set F = null where rowid = 6118";
Command "update T set F = null where rowid = 41262";
Command "update T set F = null where rowid = 44962";
Command "update T set F = null where rowid = 25596";
Command "update T set F = null where rowid = 57475";
Command "update T set F = null where rowid = 51482";
Command "update T set F = null where rowid = 10226";
Command "update T set F = null where rowid = 58072";
Command "update T set F = null where rowid = 31637";
Command "update T set F = null where rowid = 44662";
Command "update T set F = null where rowid = 21950";
Command "update T set F = null where rowid = 39132";
Command "update T set F = null where rowid = 50945";
Command "update T set F = null where rowid = 26157";
Command "update T set F = null where rowid = 45386";
Command "update T set F = null where rowid = 7863";
Command "update T set F = null where rowid = 8164";
Command "update T set F = null where rowid = 51272";
Command "update T set F = null where rowid = 60203";
Command "update T set F = null where rowid = 103";
Command "update T set F = null where rowid = 58773";
Command "update T set F = null where rowid = 17493";
Command "update T set F = null where rowid = 58368";
Command "update T set F = null where rowid = 40624";
Command "update T set F = null where rowid = 18606";
Command "update T set F = null where rowid = 32815";
Command "update T set F = null where rowid = 20981";
Command "update T set F = null where rowid = 55367";
Command "update T set F = null where rowid = 14806";
Command "update T set F = null where rowid = 4820";
Command "update T set F = null where rowid = 49688";
Command "update T set F = null where rowid = 32453";
Command "update T set F = null where rowid = 24025";
Command "update T set F = null where rowid = 29503";
Command "update T set F = null where rowid = 14794";
Command "update T set F = null where rowid = 39293";
Command "update T set F = null where rowid = 40192";
Command "update T set F = null where rowid = 49729";
Command "update T set F = null where rowid = 48080";
Command "update T set F = null where rowid = 17065";
Command "update T set F = null where rowid = 12821";
Command "update T set F = null where rowid = 27006";
Command "update T set F = null where rowid = 48326";
Command "update T set F = null where rowid = 18409";
Command "update T set F = null where rowid = 20004";
Command "update T set F = null where rowid = 35474";
Command "update T set F = null where rowid = 12166";
Command "update T set F = null where rowid = 11148";
Command "update T set F = null where rowid = 19599";
Command "update T set F = null where rowid = 502";
Command "update T set F = null where rowid = 53766";
Command "update T set F = null where rowid = 2263";
Command "update T set F = null where rowid = 52091";
Command "update T set F = null where rowid = 14549";
Command "update T set F = null where rowid = 12630";
Command "update T set F = null where rowid = 36643";
Command "update T set F = null where rowid = 35912";
Command "update T set F = null where rowid = 45795";
Command "update T set F = null where rowid = 35650";
Command "update T set F = null where rowid = 57162";
Command "update T set F = null where rowid = 50892";
Command "update T set F = null where rowid = 44626";
Command "update T set F = null where rowid = 58474";
Command "update T set F = null where rowid = 11972";
Command "update T set F = null where rowid = 48017";
Command "update T set F = null where rowid = 29456";
Command "update T set F = null where rowid = 11574";
Command "update T set F = null where rowid = 22316";
Command "update T set F = null where rowid = 35531";
Command "update T set F = null where rowid = 15389";
Command "update T set F = null where rowid = 10357";
Command "update T set F = null where rowid = 6538";
Command "update T set F = null where rowid = 49201";
Command "update T set F = null where rowid = 45985";
Command "update T set F = null where rowid = 33198";
Command "update T set F = null where rowid = 51976";
Command "update T set F = null where rowid = 6658";
Command "update T set F = null where rowid = 31362";
Command "update T set F = null where rowid = 49680";
Command "update T set F = null where rowid = 22086";
Command "update T set F = null where rowid = 16027";
Command "update T set F = null where rowid = 37265";
Command "update T set F = null where rowid = 7152";
Command "update T set F = null where rowid = 38956";
Command "update T set F = null where rowid = 40864";
Command "update T set F = null where rowid = 12708";
Command "update T set F = null where rowid = 54332";
Command "update T set F = null where rowid = 40878";
Command "update T set F = null where rowid = 10168";
Command "update T set F = null where rowid = 52236";
Command "update T set F = null where rowid = 16445";
Command "update T set F = null where rowid = 6963";
Command "update T set F = null where rowid = 12938";
Command "update T set F = null where rowid = 36937";
Command "update T set F = null where rowid = 28339";
Command "update T set F = null where rowid = 47805";
Command "update T set F = null where rowid = 46778";
Command "update T set F = null where rowid = 6434";
Command "update T set F = null where rowid = 61379";
Command "update T set F = null where rowid = 52075";
Command "update T set F = null where rowid = 34572";
Command "update T set F = null where rowid = 37879";
Command "update T set F = null where rowid = 19792";
Command "update T set F = null where rowid = 14654";
Command "update T set F = null where rowid = 30617";
Command "update T set F = null where rowid = 52575";
Command "update T set F = null where rowid = 53551";
Command "update T set F = null where rowid = 58891";
Command "update T set F = null where rowid = 47597";
Command "update T set F = null where rowid = 7526";
Command "update T set F = null where rowid = 533";
Command "update T set F = null where rowid = 60910";
Command "update T set F = null where rowid = 27310";
Command "update T set F = null where rowid = 19684";
Command "update T set F = null where rowid = 1885";
Command "update T set F = null where rowid = 36701";
Command "update T set F = null where rowid = 6313";
Command "update T set F = null where rowid = 31641";
Command "update T set F = null where rowid = 49900";
Command "update T set F = null where rowid = 59022";
Command "update T set F = null where rowid = 12456";
Command "update T set F = null where rowid = 25001";
Command "update T set F = null where rowid = 3882";
Command "update T set F = null where rowid = 15142";
Command "update T set F = null where rowid = 17891";
Command "update T set F = null where rowid = 42032";
Command "update T set F = null where rowid = 58978";
Command "update T set F = null where rowid = 52898";
Command "update T set F = null where rowid = 25587";
Command "update T set F = null where rowid = 243";
Command "update T set F = null where rowid = 323";
Command "update T set F = null where rowid = 3197";
Command "update T set F = null where rowid = 1239";
Command "update T set F = null where rowid = 55531";
Command "update T set F = null where rowid = 1112";
Command "update T set F = null where rowid = 11088";
Command "update T set F = null where rowid = 9925";
Command "update T set F = null where rowid = 58687";
Command "update T set F = null where rowid = 53784";
Command "update T set F = null where rowid = 61063";
Command "update T set F = null where rowid = 43710";
Command "update T set F = null where rowid = 40333";
Command "update T set F = null where rowid = 3057";
Command "update T set F = null where rowid = 2770";
Command "update T set F = null where rowid = 49939";
Command "update T set F = null where rowid = 39038";
Command "update T set F = null where rowid = 39921";
Command "update T set F = null where rowid = 48866";
Command "update T set F = null where rowid = 26679";
Command "update T set F = null where rowid = 45624";
Command "update T set F = null where rowid = 15128";
Command "update T set F = null where rowid = 55906";
Command "update T set F = null where rowid = 19823";
Command "update T set F = null where rowid = 42027";
Command "update T set F = null where rowid = 45079";
Command "update T set F = null where rowid = 47130";
Command "update T set F = null where rowid = 19181";
Command "update T set F = null where rowid = 38431";
Command "update T set F = null where rowid = 9303";
Command "update T set F = null where rowid = 2572";
Command "update T set F = null where rowid = 57753";
Command "update T set F = null where rowid = 51191";
Command "update T set F = null where rowid = 38937";
Command "update T set F = null where rowid = 23644";
Command "update T set F = null where rowid = 44401";
Command "update T set F = null where rowid = 50824";
Command "update T set F = null where rowid = 51972";
Command "update T set F = null where rowid = 51358";
Command "update T set F = null where rowid = 5162";
Command "update T set F = null where rowid = 43148";
Command "update T set F = null where rowid = 11769";
Command "update T set F = null where rowid = 26011";
Command "update T set F = null where rowid = 7574";
Command "update T set F = null where rowid = 35550";
Command "update T set F = null where rowid = 7674";
Command "update T set F = null where rowid = 56665";
Command "update T set F = null where rowid = 23366";
Command "update T set F = null where rowid = 169";
Command "update T set F = null where rowid = 13021";
Command "update T set F = null where rowid = 46291";
Command "update T set F = null where rowid = 4449";
Command "update T set F = null where rowid = 23262";
Command "update T set F = null where rowid = 16731";
Command "update T set F = null where rowid = 31066";
Command "update T set F = null where rowid = 45328";
Command "update T set F = null where rowid = 31233";
Command "update T set F = null where rowid = 16008";
Command "update T set F = null where rowid = 26366";
Command "update T set F = null where rowid = 19677";
Command "update T set F = null where rowid = 52249";
Command "update T set F = null where rowid = 3137";
Command "update T set F = null where rowid = 17438";
Command "update T set F = null where rowid = 37736";
Command "update T set F = null where rowid = 12788";
Command "update T set F = null where rowid = 10379";
Command "update T set F = null where rowid = 57486";
Command "update T set F = null where rowid = 32748";
Command "update T set F = null where rowid = 33856";
Command "update T set F = null where rowid = 5447";
Command "update T set F = null where rowid = 21403";
Command "update T set F = null where rowid = 41273";
Command "update T set F = null where rowid = 8819";
Command "update T set F = null where rowid = 25242";
Command "update T set F = null where rowid = 49151";
Command "update T set F = null where rowid = 6209";
Command "update T set F = null where rowid = 6864";
Command "update T set F = null where rowid = 52464";
Command "update T set F = null where rowid = 35150";
Command "update T set F = null where rowid = 11635";
Command "update T set F = null where rowid = 45043";
Command "update T set F = null where rowid = 5467";
Command "update T set F = null where rowid = 19562";
Command "update T set F = null where rowid = 33634";
Command "update T set F = null where rowid = 57380";
Command "update T set F = null where rowid = 24118";
Command "update T set F = null where rowid = 52548";
Command "update T set F = null where rowid = 37662";
Command "update T set F = null where rowid = 35774";
Command "update T set F = null where rowid = 56963";
Command "update T set F = null where rowid = 20956";
Command "update T set F = null where rowid = 6781";
Command "update T set F = null where rowid = 12055";
Command "update T set F = null where rowid = 53019";
Command "update T set F = null where rowid = 59955";
Command "update T set F = null where rowid = 26673";
Command "update T set F = null where rowid = 48589";
Command "update T set F = null where rowid = 35838";
Command "update T set F = null where rowid = 44520";
Command "update T set F = null where rowid = 61438";
Command "update T set F = null where rowid = 14312";
Command "update T set F = null where rowid = 44202";
Command "update T set F = null where rowid = 39";
Command "update T set F = null where rowid = 41169";
Command "update T set F = null where rowid = 27598";
Command "update T set F = null where rowid = 19171";
Command "update T set F = null where rowid = 22670";
Command "update T set F = null where rowid = 1684";
Command "update T set F = null where rowid = 59219";
Command "update T set F = null where rowid = 23486";
Command "update T set F = null where rowid = 55503";
Command "update T set F = null where rowid = 42923";
Command "update T set F = null where rowid = 37208";
Command "update T set F = null where rowid = 41520";
Command "update T set F = null where rowid = 4882";
Command "update T set F = null where rowid = 56491";
Command "update T set F = null where rowid = 9763";
Command "update T set F = null where rowid = 22642";
Command "update T set F = null where rowid = 36123";
Command "update T set F = null where rowid = 16392";
Command "update T set F = null where rowid = 9095";
Command "update T set F = null where rowid = 14582";
Command "update T set F = null where rowid = 45936";
Command "update T set F = null where rowid = 41037";
Command "update T set F = null where rowid = 35128";
Command "update T set F = null where rowid = 51378";
Command "update T set F = null where rowid = 15778";
Command "update T set F = null where rowid = 40802";
Command "update T set F = null where rowid = 1525";
Command "update T set F = null where rowid = 48577";
Command "update T set F = null where rowid = 35953";
Command "update T set F = null where rowid = 3340";
Command "update T set F = null where rowid = 47331";
Command "update T set F = null where rowid = 53469";
Command "update T set F = null where rowid = 19189";
Command "update T set F = null where rowid = 59064";
Command "update T set F = null where rowid = 23956";
Command "update T set F = null where rowid = 22488";
Command "update T set F = null where rowid = 16956";
Command "update T set F = null where rowid = 37124";
Command "update T set F = null where rowid = 24179";
Command "update T set F = null where rowid = 54157";
Command "update T set F = null where rowid = 50488";
Command "update T set F = null where rowid = 10524";
Command "update T set F = null where rowid = 17577";
Command "update T set F = null where rowid = 37553";
Command "update T set F = null where rowid = 30586";
Command "update T set F = null where rowid = 22693";
Command "update T set F = null where rowid = 1171";
Command "update T set F = null where rowid = 34450";
Command "update T set F = null where rowid = 4980";
Command "update T set F = null where rowid = 4302";
Command "update T set F = null where rowid = 60750";
Command "update T set F = null where rowid = 40625";
Command "update T set F = null where rowid = 44592";
Command "update T set F = null where rowid = 702";
Command "update T set F = null where rowid = 20733";
Command "update T set F = null where rowid = 6213";
Command "update T set F = null where rowid = 49683";
Command "update T set F = null where rowid = 27307";
Command "update T set F = null where rowid = 38942";
Command "update T set F = null where rowid = 33118";
Command "update T set F = null where rowid = 61292";
Command "update T set F = null where rowid = 23454";
Command "update T set F = null where rowid = 7805";
Command "update T set F = null where rowid = 4137";
Command "update T set F = null where rowid = 44512";
Command "update T set F = null where rowid = 25527";
Command "update T set F = null where rowid = 27814";
Command "update T set F = null where rowid = 35221";
Command "update T set F = null where rowid = 52178";
Command "update T set F = null where rowid = 19135";
Command "update T set F = null where rowid = 41862";
Command "update T set F = null where rowid = 10104";
Command "update T set F = null where rowid = 13328";
Command "update T set F = null where rowid = 58840";
Command "update T set F = null where rowid = 33824";
Command "update T set F = null where rowid = 11424";
Command "update T set F = null where rowid = 16950";
Command "update T set F = null where rowid = 14504";
Command "update T set F = null where rowid = 35577";
Command "update T set F = null where rowid = 19102";
Command "update T set F = null where rowid = 14013";
Command "update T set F = null where rowid = 5314";
Command "update T set F = null where rowid = 50406";
Command "update T set F = null where rowid = 51091";
Command "update T set F = null where rowid = 21480";
Command "update T set F = null where rowid = 54530";
Command "update T set F = null where rowid = 36243";
Command "update T set F = null where rowid = 2237";
Command "update T set F = null where rowid = 12656";
Command "update T set F = null where rowid = 44350";
Command "update T set F = null where rowid = 55631";
Command "update T set F = null where rowid = 2774";
Command "update T set F = null where rowid = 28212";
Command "update T set F = null where rowid = 14465";
Command "update T set F = null where rowid = 45925";
Command "update T set F = null where rowid = 8868";
Command "update T set F = null where rowid = 55699";
Command "update T set F = null where rowid = 5095";
Command "update T set F = null where rowid = 7769";
Command "update T set F = null where rowid = 41682";
Command "update T set F = null where rowid = 33616";
Command "update T set F = null where rowid = 24513";
Command "update T set F = null where rowid = 7036";
Command "update T set F = null where rowid = 500";
Command "update T set F = null where rowid = 30829";
Command "update T set F = null where rowid = 28406";
Command "update T set F = null where rowid = 2308";
Command "update T set F = null where rowid = 14865";
Command "update T set F = null where rowid = 15422";
Command "update T set F = null where rowid = 50076";
Command "update T set F = null where rowid = 45367";
Command "update T set F = null where rowid = 8761";
Command "update T set F = null where rowid = 38125";
Command "update T set F = null where rowid = 9729";
Command "update T set F = null where rowid = 48372";
Command "update T set F = null where rowid = 39411";
Command "update T set F = null where rowid = 11529";
Command "update T set F = null where rowid = 34555";
Command "update T set F = null where rowid = 30888";
Command "update T set F = null where rowid = 33815";
Command "update T set F = null where rowid = 47385";
Command "update T set F = null where rowid = 19302";
Command "update T set F = null where rowid = 51600";
Command "update T set F = null where rowid = 56277";
Command "update T set F = null where rowid = 20444";
Command "update T set F = null where rowid = 2682";
Command "update T set F = null where rowid = 61152";
Command "update T set F = null where rowid = 43767";
Command "update T set F = null where rowid = 9236";
Command "update T set F = null where rowid = 37787";
Command "update T set F = null where rowid = 35135";
Command "update T set F = null where rowid = 35605";
Command "update T set F = null where rowid = 9950";
Command "update T set F = null where rowid = 33972";
Command "update T set F = null where rowid = 5676";
Command "update T set F = null where rowid = 55376";
Command "update T set F = null where rowid = 31183";
Command "update T set F = null where rowid = 39080";
Command "update T set F = null where rowid = 16202";
Command "update T set F = null where rowid = 34632";
Command "update T set F = null where rowid = 51754";
Command "update T set F = null where rowid = 37022";
Command "update T set F = null where rowid = 4650";
Command "update T set F = null where rowid = 20738";
Command "update T set F = null where rowid = 2334";
Command "update T set F = null where rowid = 57409";
Command "update T set F = null where rowid = 39603";
Command "update T set F = null where rowid = 2180";
Command "update T set F = null where rowid = 50913";
Command "update T set F = null where rowid = 45631";
Command "update T set F = null where rowid = 337";
Command "update T set F = null where rowid = 4690";
Command "update T set F = null where rowid = 49990";
Command "update T set F = null where rowid = 28390";
Command "update T set F = null where rowid = 41905";
Command "update T set F = null where rowid = 55746";
Command "update T set F = null where rowid = 23553";
Command "update T set F = null where rowid = 46691";
Command "update T set F = null where rowid = 59395";
Command "update T set F = null where rowid = 1774";
Command "update T set F = null where rowid = 45468";
Command "update T set F = null where rowid = 18938";
Command "update T set F = null where rowid = 13785";
Command "update T set F = null where rowid = 58468";
Command "update T set F = null where rowid = 7724";
Command "update T set F = null where rowid = 44357";
Command "update T set F = null where rowid = 48329";
Command "update T set F = null where rowid = 50308";
Command "update T set F = null where rowid = 60883";
Command "update T set F = null where rowid = 18634";
Command "update T set F = null where rowid = 33115";
Command "update T set F = null where rowid = 46386";
Command "update T set F = null where rowid = 24585";
Command "update T set F = null where rowid = 45819";
Command "update T set F = null where rowid = 353";
Command "update T set F = null where rowid = 48559";
Command "update T set F = null where rowid = 22606";
Command "update T set F = null where rowid = 53293";
Command "update T set F = null where rowid = 46812";
Command "update T set F = null where rowid = 46419";
Command "update T set F = null where rowid = 54813";
Command "update T set F = null where rowid = 1595";
Command "update T set F = null where rowid = 50507";
Command "update T set F = null where rowid = 60591";
Command "update T set F = null where rowid = 26638";
Command "update T set F = null where rowid = 57120";
Command "update T set F = null where rowid = 27575";
Command "update T set F = null where rowid = 23565";
Command "update T set F = null where rowid = 27658";
Command "update T set F = null where rowid = 567";
Command "update T set F = null where rowid = 58912";
Command "update T set F = null where rowid = 58602";
Command "update T set F = null where rowid = 10987";
Command "update T set F = null where rowid = 43587";
Command "update T set F = null where rowid = 45454";
Command "update T set F = null where rowid = 98";
Command "update T set F = null where rowid = 45000";
Command "update T set F = null where rowid = 31125";
Command "update T set F = null where rowid = 36390";
Command "update T set F = null where rowid = 47438";
Command "update T set F = null where rowid = 15739";
Command "update T set F = null where rowid = 21097";
Command "update T set F = null where rowid = 57187";
Command "update T set F = null where rowid = 8513";
Command "update T set F = null where rowid = 57954";
Command "update T set F = null where rowid = 20578";
Command "update T set F = null where rowid = 45074";
Command "update T set F = null where rowid = 8401";
Command "update T set F = null where rowid = 57359";
Command "update T set F = null where rowid = 22273";
Command "update T set F = null where rowid = 30534";
Command "update T set F = null where rowid = 37440";
Command "update T set F = null where rowid = 19866";
Command "update T set F = null where rowid = 5996";
Command "update T set F = null where rowid = 39599";
Command "update T set F = null where rowid = 24129";
Command "update T set F = null where rowid = 23056";
Command "update T set F = null where rowid = 49334";
Command "update T set F = null where rowid = 37219";
Command "update T set F = null where rowid = 21372";
Command "update T set F = null where rowid = 1827";
Command "update T set F = null where rowid = 20049";
Command "update T set F = null where rowid = 44736";
Command "update T set F = null where rowid = 4391";
Command "update T set F = null where rowid = 50273";
Command "update T set F = null where rowid = 45464";
Command "update T set F = null where rowid = 17815";
Command "update T set F = null where rowid = 54479";
Command "update T set F = null where rowid = 50006";
Command "update T set F = null where rowid = 50886";
Command "update T set F = null where rowid = 4733";
Command "update T set F = null where rowid = 14430";
Command "update T set F = null where rowid = 26687";
Command "update T set F = null where rowid = 7008";
Command "update T set F = null where rowid = 21730";
Command "update T set F = null where rowid = 54236";
Command "update T set F = null where rowid = 8723";
Command "update T set F = null where rowid = 17069";
Command "update T set F = null where rowid = 43005";
Command "update T set F = null where rowid = 48820";
Command "update T set F = null where rowid = 32671";
Command "update T set F = null where rowid = 32809";
Command "update T set F = null where rowid = 47108";
Command "update T set F = null where rowid = 39337";
Command "update T set F = null where rowid = 50694";
Command "update T set F = null where rowid = 10634";
Command "update T set F = null where rowid = 54808";
Command "update T set F = null where rowid = 33991";
Command "update T set F = null where rowid = 44467";
Command "update T set F = null where rowid = 56833";
Command "update T set F = null where rowid = 7733";
Command "update T set F = null where rowid = 4899";
Command "update T set F = null where rowid = 21267";
Command "update T set F = null where rowid = 24235";
Command "update T set F = null where rowid = 26959";
Command "update T set F = null where rowid = 43501";
Command "update T set F = null where rowid = 42292";
Command "update T set F = null where rowid = 47097";
Command "update T set F = null where rowid = 10679";
Command "update T set F = null where rowid = 52602";
Command "update T set F = null where rowid = 31363";
Command "update T set F = null where rowid = 6682";
Command "update T set F = null where rowid = 17969";
Command "update T set F = null where rowid = 30852";
Command "update T set F = null where rowid = 1986";
Command "update T set F = null where rowid = 21018";
Command "update T set F = null where rowid = 45748";
Command "update T set F = null where rowid = 53550";
Command "update T set F = null where rowid = 24038";
Command "update T set F = null where rowid = 23674";
Command "update T set F = null where rowid = 9678";
Command "update T set F = null where rowid = 59867";
Command "update T set F = null where rowid = 39001";
Command "update T set F = null where rowid = 8204";
Command "update T set F = null where rowid = 39420";
Command "update T set F = null where rowid = 38177";
Command "update T set F = null where rowid = 20192";
Command "update T set F = null where rowid = 58850";
Command "update T set F = null where rowid = 453";
Command "update T set F = null where rowid = 52929";
Command "update T set F = null where rowid = 20335";
Command "update T set F = null where rowid = 47945";
Command "update T set F = null where rowid = 1489";
Command "update T set F = null where rowid = 12748";
Command "update T set F = null where rowid = 54094";
Command "update T set F = null where rowid = 50974";
Command "update T set F = null where rowid = 14077";
Command "update T set F = null where rowid = 27423";
Command "update T set F = null where rowid = 8937";
Command "update T set F = null where rowid = 35635";
Command "update T set F = null where rowid = 43181";
Command "update T set F = null where rowid = 34250";
Command "update T set F = null where rowid = 44898";
Command "update T set F = null where rowid = 30364";
Command "update T set F = null where rowid = 38694";
Command "update T set F = null where rowid = 6540";
Command "update T set F = null where rowid = 3479";
Command "update T set F = null where rowid = 1388";
Command "update T set F = null where rowid = 58077";
Command "update T set F = null where rowid = 20363";
Command "update T set F = null where rowid = 56917";
Command "update T set F = null where rowid = 57386";
Command "update T set F = null where rowid = 6825";
Command "update T set F = null where rowid = 25161";
Command "update T set F = null where rowid = 35180";
Command "update T set F = null where rowid = 57821";
Command "update T set F = null where rowid = 58890";
Command "update T set F = null where rowid = 5014";
Command "update T set F = null where rowid = 42766";
Command "update T set F = null where rowid = 36730";
Command "update T set F = null where rowid = 33286";
Command "update T set F = null where rowid = 55004";
Command "update T set F = null where rowid = 29018";
Command "update T set F = null where rowid = 47066";
Command "update T set F = null where rowid = 12059";
Command "update T set F = null where rowid = 34779";
Command "update T set F = null where rowid = 40081";
Command "update T set F = null where rowid = 6385";
Command "update T set F = null where rowid = 47576";
Command "update T set F = null where rowid = 34889";
Command "update T set F = null where rowid = 42406";
Command "update T set F = null where rowid = 32320";
Command "update T set F = null where rowid = 26455";
Command "update T set F = null where rowid = 33489";
Command "update T set F = null where rowid = 59750";
Command "update T set F = null where rowid = 24510";
Command "update T set F = null where rowid = 13716";
Command "update T set F = null where rowid = 30962";
Command "update T set F = null where rowid = 16133";
Command "update T set F = null where rowid = 20167";
Command "update T set F = null where rowid = 9";
Command "update T set F = null where rowid = 50388";
Command "update T set F = null where rowid = 1400";
Command "update T set F = null where rowid = 27268";
Command "update T set F = null where rowid = 8624";
Command "update T set F = null where rowid = 32541";
Command "update T set F = null where rowid = 35233";
Command "update T set F = null where rowid = 44486";
Command "update T set F = null where rowid = 12247";
Command "update T set F = null where rowid = 7753";
Command "update T set F = null where rowid = 55512";
Command "update T set F = null where rowid = 56937";
Command "update T set F = null where rowid = 41152";
Command "update T set F = null where rowid = 11836";
Command "update T set F = null where rowid = 38104";
Command "update T set F = null where rowid = 38199";
Command "update T set F = null where rowid = 34410";
Command "update T set F = null where rowid = 22331";
Command "update T set F = null where rowid = 47677";
Command "update T set F = null where rowid = 31760";
Command "update T set F = null where rowid = 28573";
Command "update T set F = null where rowid = 28704";
Command "update T set F = null where rowid = 32655";
Command "update T set F = null where rowid = 39338";
Command "update T set F = null where rowid = 29825";
Command "update T set F = null where rowid = 41913";
Command "update T set F = null where rowid = 21562";
Command "update T set F = null where rowid = 50083";
Command "update T set F = null where rowid = 57488";
Command "update T set F = null where rowid = 17266";
Command "update T set F = null where rowid = 56508";
Command "update T set F = null where rowid = 52146";
Command "update T set F = null where rowid = 58232";
Command "update T set F = null where rowid = 13968";
Command "update T set F = null where rowid = 57847";
Command "update T set F = null where rowid = 59451";
Command "update T set F = null where rowid = 59443";
Command "update T set F = null where rowid = 48501";
Command "update T set F = null where rowid = 2666";
Command "update T set F = null where rowid = 8893";
Command "update T set F = null where rowid = 52934";
Command "update T set F = null where rowid = 9838";
Command "update T set F = null where rowid = 35617";
Command "update T set F = null where rowid = 18065";
Command "update T set F = null where rowid = 44087";
Command "update T set F = null where rowid = 55675";
Command "update T set F = null where rowid = 57008";
Command "update T set F = null where rowid = 46382";
Command "update T set F = null where rowid = 46253";
Command "update T set F = null where rowid = 30929";
Command "update T set F = null where rowid = 51861";
Command "update T set F = null where rowid = 19797";
Command "update T set F = null where rowid = 2196";
Command "update T set F = null where rowid = 38864";
Command "update T set F = null where rowid = 18602";
Command "update T set F = null where rowid = 44682";
Command "update T set F = null where rowid = 29956";
Command "update T set F = null where rowid = 10656";
Command "update T set F = null where rowid = 1316";
Command "update T set F = null where rowid = 27015";
Command "update T set F = null where rowid = 1883";
Command "update T set F = null where rowid = 58358";
Command "update T set F = null where rowid = 61312";
Command "update T set F = null where rowid = 33383";
Command "update T set F = null where rowid = 14132";
Command "update T set F = null where rowid = 1768";
Command "update T set F = null where rowid = 3591";
Command "update T set F = null where rowid = 1069";
Command "update T set F = null where rowid = 48482";
Command "update T set F = null where rowid = 31228";
Command "update T set F = null where rowid = 37627";
Command "update T set F = null where rowid = 15916";
Command "update T set F = null where rowid = 5880";
Command "update T set F = null where rowid = 5077";
Command "update T set F = null where rowid = 21945";
Command "update T set F = null where rowid = 60143";
Command "update T set F = null where rowid = 23452";
Command "update T set F = null where rowid = 9605";
Command "update T set F = null where rowid = 56245";
Command "update T set F = null where rowid = 21707";
Command "update T set F = null where rowid = 15253";
Command "update T set F = null where rowid = 54620";
Command "update T set F = null where rowid = 58932";
Command "update T set F = null where rowid = 55524";
Command "update T set F = null where rowid = 1455";
Command "update T set F = null where rowid = 8586";
Command "update T set F = null where rowid = 38828";
Command "update T set F = null where rowid = 49120";
Command "update T set F = null where rowid = 52035";
Command "update T set F = null where rowid = 21847";
Command "update T set F = null where rowid = 6605";
Command "update T set F = null where rowid = 43437";
Command "update T set F = null where rowid = 17655";
Command "update T set F = null where rowid = 57535";
Command "update T set F = null where rowid = 1407";
Command "update T set F = null where rowid = 57640";
Command "update T set F = null where rowid = 47091";
Command "update T set F = null where rowid = 10988";
Command "update T set F = null where rowid = 5744";
Command "update T set F = null where rowid = 4751";
Command "update T set F = null where rowid = 12933";
Command "update T set F = null where rowid = 36561";
Command "update T set F = null where rowid = 9980";
Command "update T set F = null where rowid = 5770";
Command "update T set F = null where rowid = 36266";
Command "update T set F = null where rowid = 23013";
Command "update T set F = null where rowid = 51503";
Command "update T set F = null where rowid = 33607";
Command "update T set F = null where rowid = 9093";
Command "update T set F = null where rowid = 10687";
Command "update T set F = null where rowid = 4598";
Command "update T set F = null where rowid = 53173";
Command "update T set F = null where rowid = 50501";
Command "update T set F = null where rowid = 17816";
Command "update T set F = null where rowid = 31518";
Command "update T set F = null where rowid = 47646";
Command "update T set F = null where rowid = 15458";
Command "update T set F = null where rowid = 24325";
Command "update T set F = null where rowid = 11141";
Command "update T set F = null where rowid = 59899";
Command "update T set F = null where rowid = 61501";
Command "update T set F = null where rowid = 58648";
Command "update T set F = null where rowid = 35431";
Command "update T set F = null where rowid = 46609";
Command "update T set F = null where rowid = 59336";
Command "update T set F = null where rowid = 12951";
Command "update T set F = null where rowid = 11862";
Command "update T set F = null where rowid = 54555";
Command "update T set F = null where rowid = 54247";
Command "update T set F = null where rowid = 3156";
Command "update T set F = null where rowid = 37970";
Command "update T set F = null where rowid = 14647";
Command "update T set F = null where rowid = 46125";
Command "update T set F = null where rowid = 31632";
Command "update T set F = null where rowid = 10133";
Command "update T set F = null where rowid = 47209";
Command "update T set F = null where rowid = 33424";
Command "update T set F = null where rowid = 20879";
Command "update T set F = null where rowid = 45675";
Command "update T set F = null where rowid = 19943";
Command "update T set F = null where rowid = 54678";
Command "update T set F = null where rowid = 59314";
Command "update T set F = null where rowid = 44618";
Command "update T set F = null where rowid = 24512";
Command "update T set F = null where rowid = 2489";
Command "update T set F = null where rowid = 29132";
Command "update T set F = null where rowid = 6182";
Command "update T set F = null where rowid = 7132";
Command "update T set F = null where rowid = 7302";
Command "update T set F = null where rowid = 17085";
Command "update T set F = null where rowid = 55430";
Command "update T set F = null where rowid = 8949";
Command "update T set F = null where rowid = 17072";
Command "update T set F = null where rowid = 25211";
Command "update T set F = null where rowid = 24752";
Command "update T set F = null where rowid = 45362";
Command "update T set F = null where rowid = 306";
Command "update T set F = null where rowid = 28295";
Command "update T set F = null where rowid = 39029";
Command "update T set F = null where rowid = 21177";
Command "update T set F = null where rowid = 51377";
Command "update T set F = null where rowid = 13121";
Command "update T set F = null where rowid = 9900";
Command "update T set F = null where rowid = 13356";
Command "update T set F = null where rowid = 35642";
Command "update T set F = null where rowid = 58647";
Command "update T set F = null where rowid = 15452";
Command "update T set F = null where rowid = 6524";
Command "update T set F = null where rowid = 9608";
Command "update T set F = null where rowid = 5375";
Command "update T set F = null where rowid = 61339";
Command "update T set F = null where rowid = 58398";
Command "update T set F = null where rowid = 7689";
Command "update T set F = null where rowid = 17232";
Command "update T set F = null where rowid = 30181";
Command "update T set F = null where rowid = 54089";
Command "update T set F = null where rowid = 20662";
Command "update T set F = null where rowid = 53011";
Command "update T set F = null where rowid = 18419";
Command "update T set F = null where rowid = 6249";
Command "update T set F = null where rowid = 11366";
Command "update T set F = null where rowid = 32093";
Command "update T set F = null where rowid = 26868";
Command "update T set F = null where rowid = 18248";
Command "update T set F = null where rowid = 29071";
Command "update T set F = null where rowid = 41657";
Command "update T set F = null where rowid = 41394";
Command "update T set F = null where rowid = 45122";
Command "update T set F = null where rowid = 36067";
Command "update T set F = null where rowid = 30465";
Command "update T set F = null where rowid = 36179";
Command "update T set F = null where rowid = 47465";
Command "update T set F = null where rowid = 9259";
Command "update T set F = null where rowid = 34656";
Command "update T set F = null where rowid = 41945";
Command "update T set F = null where rowid = 54143";
Command "update T set F = null where rowid = 4979";
Command "update T set F = null where rowid = 52639";
Command "update T set F = null where rowid = 59220";
Command "update T set F = null where rowid = 9494";
Command "update T set F = null where rowid = 41106";
Command "update T set F = null where rowid = 12719";
Command "update T set F = null where rowid = 51410";
Command "update T set F = null where rowid = 42604";
Command "update T set F = null where rowid = 16477";
Command "update T set F = null where rowid = 39638";
Command "update T set F = null where rowid = 22595";
Command "update T set F = null where rowid = 39049";
Command "update T set F = null where rowid = 10517";
Command "update T set F = null where rowid = 39319";
Command "update T set F = null where rowid = 21504";
Command "update T set F = null where rowid = 58504";
Command "update T set F = null where rowid = 17656";
Command "update T set F = null where rowid = 40523";
Command "update T set F = null where rowid = 52987";
Command "update T set F = null where rowid = 39121";
Command "update T set F = null where rowid = 16231";
Command "update T set F = null where rowid = 22093";
Command "update T set F = null where rowid = 14478";
Command "update T set F = null where rowid = 4573";
Command "update T set F = null where rowid = 51946";
Command "update T set F = null where rowid = 54744";
Command "update T set F = null where rowid = 59291";
Command "update T set F = null where rowid = 25180";
Command "update T set F = null where rowid = 24694";
Command "update T set F = null where rowid = 18905";
Command "update T set F = null where rowid = 13484";
Command "update T set F = null where rowid = 10553";
Command "update T set F = null where rowid = 19880";
Command "update T set F = null where rowid = 32066";
Command "update T set F = null where rowid = 47769";
Command "update T set F = null where rowid = 43939";
Command "update T set F = null where rowid = 6564";
Command "update T set F = null where rowid = 57029";
Command "update T set F = null where rowid = 50185";
Command "update T set F = null where rowid = 48724";
Command "update T set F = null where rowid = 34926";
Command "update T set F = null where rowid = 13536";
Command "update T set F = null where rowid = 61354";
Command "update T set F = null where rowid = 18707";
Command "update T set F = null where rowid = 17761";
Command "update T set F = null where rowid = 15082";
Command "update T set F = null where rowid = 7815";
Command "update T set F = null where rowid = 6974";
Command "update T set F = null where rowid = 3945";
Command "update T set F = null where rowid = 59614";
Command "update T set F = null where rowid = 31852";
Command "update T set F = null where rowid = 36044";
Command "update T set F = null where rowid = 52603";
Command "update T set F = null where rowid = 30858";
Command "update T set F = null where rowid = 30460";
Command "update T set F = null where rowid = 24899";
Command "update T set F = null where rowid = 19779";
Command "update T set F = null where rowid = 55876";
Command "update T set F = null where rowid = 40240";
Command "update T set F = null where rowid = 1691";
Command "update T set F = null where rowid = 7320";
Command "update T set F = null where rowid = 1627";
Command "update T set F = null where rowid = 33458";
Command "update T set F = null where rowid = 15782";
Command "update T set F = null where rowid = 39867";
Command "update T set F = null where rowid = 25383";
Command "update T set F = null where rowid = 2756";
Command "update T set F = null where rowid = 15241";
Command "update T set F = null where rowid = 9152";
Command "update T set F = null where rowid = 11097";
Command "update T set F = null where rowid = 35478";
Command "update T set F = null where rowid = 18725";
Command "update T set F = null where rowid = 35413";
Command "update T set F = null where rowid = 19375";
Command "update T set F = null where rowid = 25190";
Command "update T set F = null where rowid = 23737";
Command "update T set F = null where rowid = 5901";
Command "update T set F = null where rowid = 31358";
Command "update T set F = null where rowid = 33951";
Command "update T set F = null where rowid = 51803";
Command "update T set F = null where rowid = 24747";
Command "update T set F = null where rowid = 47843";
Command "update T set F = null where rowid = 3836";
Command "update T set F = null where rowid = 10580";
Command "update T set F = null where rowid = 57252";
Command "update T set F = null where rowid = 39986";
Command "update T set F = null where rowid = 15188";
Command "update T set F = null where rowid = 5050";
Command "update T set F = null where rowid = 46731";
Command "update T set F = null where rowid = 24855";
Command "update T set F = null where rowid = 6039";
Command "update T set F = null where rowid = 31400";
Command "update T set F = null where rowid = 43428";
Command "update T set F = null where rowid = 35796";
Command "update T set F = null where rowid = 4242";
Command "update T set F = null where rowid = 54709";
Command "update T set F = null where rowid = 42946";
Command "update T set F = null where rowid = 55490";
Command "update T set F = null where rowid = 60557";
Command "update T set F = null where rowid = 42311";
Command "update T set F = null where rowid = 21939";
Command "update T set F = null where rowid = 27639";
Command "update T set F = null where rowid = 44883";
Command "update T set F = null where rowid = 37204";
Command "update T set F = null where rowid = 3367";
Command "update T set F = null where rowid = 7537";
Command "update T set F = null where rowid = 11630";
Command "update T set F = null where rowid = 49239";
Command "update T set F = null where rowid = 21812";
Command "update T set F = null where rowid = 37784";
Command "update T set F = null where rowid = 59826";
Command "update T set F = null where rowid = 58906";
Command "update T set F = null where rowid = 47730";
Command "update T set F = null where rowid = 31875";
Command "update T set F = null where rowid = 9585";
Command "update T set F = null where rowid = 660";
Command "update T set F = null where rowid = 51710";
Command "update T set F = null where rowid = 57808";
Command "update T set F = null where rowid = 23222";
Command "update T set F = null where rowid = 17143";
Command "update T set F = null where rowid = 46128";
Command "update T set F = null where rowid = 39136";
Command "update T set F = null where rowid = 13636";
Command "update T set F = null where rowid = 56557";
Command "update T set F = null where rowid = 47955";
Command "update T set F = null where rowid = 51504";
Command "update T set F = null where rowid = 49895";
Command "update T set F = null where rowid = 7277";
Command "update T set F = null where rowid = 20157";
Command "update T set F = null where rowid = 50103";
Command "update T set F = null where rowid = 50952";
Command "update T set F = null where rowid = 3546";
Command "update T set F = null where rowid = 6018";
Command "update T set F = null where rowid = 40862";
Command "update T set F = null where rowid = 5180";
Command "update T set F = null where rowid = 12905";
Command "update T set F = null where rowid = 10401";
Command "update T set F = null where rowid = 3227";
Command "update T set F = null where rowid = 30781";
Command "update T set F = null where rowid = 51421";
Command "update T set F = null where rowid = 55966";
Command "update T set F = null where rowid = 19975";
Command "update T set F = null where rowid = 55496";
Command "update T set F = null where rowid = 2558";
Command "update T set F = null where rowid = 25822";
Command "update T set F = null where rowid = 21025";
Command "update T set F = null where rowid = 46907";
Command "update T set F = null where rowid = 6428";
Command "update T set F = null where rowid = 51077";
Command "update T set F = null where rowid = 49431";
Command "update T set F = null where rowid = 15044";
Command "update T set F = null where rowid = 15275";
Command "update T set F = null where rowid = 16650";
Command "update T set F = null where rowid = 27932";
Command "update T set F = null where rowid = 31263";
Command "update T set F = null where rowid = 6850";
Command "update T set F = null where rowid = 42539";
Command "update T set F = null where rowid = 30981";
Command "update T set F = null where rowid = 44705";
Command "update T set F = null where rowid = 9609";
Command "update T set F = null where rowid = 56549";
Command "update T set F = null where rowid = 5888";
Command "update T set F = null where rowid = 45888";
Command "update T set F = null where rowid = 33172";
Command "update T set F = null where rowid = 40099";
Command "update T set F = null where rowid = 33848";
Command "update T set F = null where rowid = 165";
Command "update T set F = null where rowid = 38720";
Command "update T set F = null where rowid = 57870";
Command "update T set F = null where rowid = 7683";
Command "update T set F = null where rowid = 27012";
Command "update T set F = null where rowid = 9121";
Command "update T set F = null where rowid = 36248";
Command "update T set F = null where rowid = 19353";
Command "update T set F = null where rowid = 30910";
Command "update T set F = null where rowid = 38839";
Command "update T set F = null where rowid = 49558";
Command "update T set F = null where rowid = 38963";
Command "update T set F = null where rowid = 8420";
Command "update T set F = null where rowid = 34039";
Command "update T set F = null where rowid = 24999";
Command "update T set F = null where rowid = 21116";
Command "update T set F = null where rowid = 49141";
Command "update T set F = null where rowid = 52519";
Command "update T set F = null where rowid = 23922";
Command "update T set F = null where rowid = 4098";
Command "update T set F = null where rowid = 58586";
Command "update T set F = null where rowid = 59181";
Command "update T set F = null where rowid = 23636";
Command "update T set F = null where rowid = 21525";
Command "update T set F = null where rowid = 32413";
Command "update T set F = null where rowid = 30162";
Command "update T set F = null where rowid = 22044";
Command "update T set F = null where rowid = 23917";
Command "update T set F = null where rowid = 55151";
Command "update T set F = null where rowid = 13862";
Command "update T set F = null where rowid = 9434";
Command "update T set F = null where rowid = 58074";
Command "update T set F = null where rowid = 34894";
Command "update T set F = null where rowid = 38591";
Command "update T set F = null where rowid = 50998";
Command "update T set F = null where rowid = 42082";
Command "update T set F = null where rowid = 55290";
Command "update T set F = null where rowid = 8822";
Command "update T set F = null where rowid = 49339";
Command "update T set F = null where rowid = 49690";
Command "update T set F = null where rowid = 37158";
Command "update T set F = null where rowid = 28518";
Command "update T set F = null where rowid = 15282";
Command "update T set F = null where rowid = 58283";
Command "update T set F = null where rowid = 56946";
Command "update T set F = null where rowid = 54197";
Command "update T set F = null where rowid = 32763";
Command "update T set F = null where rowid = 21039";
Command "update T set F = null where rowid = 37289";
Command "update T set F = null where rowid = 30767";
Command "update T set F = null where rowid = 21285";
Command "update T set F = null where rowid = 20416";
Command "update T set F = null where rowid = 57738";
Command "update T set F = null where rowid = 56894";
Command "update T set F = null where rowid = 50744";
Command "update T set F = null where rowid = 33794";
Command "update T set F = null where rowid = 16523";
Command "update T set F = null where rowid = 38680";
Command "update T set F = null where rowid = 26988";
Command "update T set F = null where rowid = 54978";
Command "update T set F = null where rowid = 39245";
Command "update T set F = null where rowid = 26217";
Command "update T set F = null where rowid = 9553";
Command "update T set F = null where rowid = 56608";
Command "update T set F = null where rowid = 60119";
Command "update T set F = null where rowid = 59697";
Command "update T set F = null where rowid = 40153";
Command "update T set F = null where rowid = 47493";
Command "update T set F = null where rowid = 9282";
Command "update T set F = null where rowid = 461";
Command "update T set F = null where rowid = 35789";
Command "update T set F = null where rowid = 32380";
Command "update T set F = null where rowid = 13831";
Command "update T set F = null where rowid = 17344";
Command "update T set F = null where rowid = 5825";
Command "update T set F = null where rowid = 11497";
Command "update T set F = null where rowid = 57452";
Command "update T set F = null where rowid = 33524";
Command "update T set F = null where rowid = 17246";
Command "update T set F = null where rowid = 58137";
Command "update T set F = null where rowid = 46200";
Command "update T set F = null where rowid = 35050";
Command "update T set F = null where rowid = 56868";
Command "update T set F = null where rowid = 13927";
Command "update T set F = null where rowid = 28720";
Command "update T set F = null where rowid = 47174";
Command "update T set F = null where rowid = 18945";
Command "update T set F = null where rowid = 58578";
Command "update T set F = null where rowid = 43072";
Command "update T set F = null where rowid = 31509";
Command "update T set F = null where rowid = 45104";
Command "update T set F = null where rowid = 37353";
Command "update T set F = null where rowid = 39817";
Command "update T set F = null where rowid = 28680";
Command "update T set F = null where rowid = 30874";
Command "update T set F = null where rowid = 17762";
Command "update T set F = null where rowid = 51818";
Command "update T set F = null where rowid = 29919";
Command "update T set F = null where rowid = 41661";
Command "update T set F = null where rowid = 29774";
Command "update T set F = null where rowid = 25960";
Command "update T set F = null where rowid = 26237";
Command "update T set F = null where rowid = 17602";
Command "update T set F = null where rowid = 29575";
Command "update T set F = null where rowid = 33460";
Command "update T set F = null where rowid = 14546";
Command "update T set F = null where rowid = 31168";
Command "update T set F = null where rowid = 54493";
Command "update T set F = null where rowid = 24637";
Command "update T set F = null where rowid = 49196";
Command "update T set F = null where rowid = 40420";
Command "update T set F = null where rowid = 52229";
Command "update T set F = null where rowid = 45101";
Command "update T set F = null where rowid = 39773";
Command "update T set F = null where rowid = 6640";
Command "update T set F = null where rowid = 33684";
Command "update T set F = null where rowid = 706";
Command "update T set F = null where rowid = 5087";
Command "update T set F = null where rowid = 20882";
Command "update T set F = null where rowid = 20588";
Command "update T set F = null where rowid = 15510";
Command "update T set F = null where rowid = 43250";
Command "update T set F = null where rowid = 56731";
Command "update T set F = null where rowid = 21492";
Command "update T set F = null where rowid = 45248";
Command "update T set F = null where rowid = 35587";
Command "update T set F = null where rowid = 537";
Command "update T set F = null where rowid = 38714";
Command "update T set F = null where rowid = 42730";
Command "update T set F = null where rowid = 15581";
Command "update T set F = null where rowid = 9225";
Command "update T set F = null where rowid = 52992";
Command "update T set F = null where rowid = 20580";
Command "update T set F = null where rowid = 38252";
Command "update T set F = null where rowid = 51082";
Command "update T set F = null where rowid = 26930";
Command "update T set F = null where rowid = 45388";
Command "update T set F = null where rowid = 4178";
Command "update T set F = null where rowid = 13978";
Command "update T set F = null where rowid = 20369";
Command "update T set F = null where rowid = 42153";
Command "update T set F = null where rowid = 47423";
Command "update T set F = null where rowid = 18673";
Command "update T set F = null where rowid = 23173";
Command "update T set F = null where rowid = 14136";
Command "update T set F = null where rowid = 53713";
Command "update T set F = null where rowid = 9020";
Command "update T set F = null where rowid = 9244";
Command "update T set F = null where rowid = 43189";
Command "update T set F = null where rowid = 34913";
Command "update T set F = null where rowid = 46115";
Command "update T set F = null where rowid = 25675";
Command "update T set F = null where rowid = 24492";
Command "update T set F = null where rowid = 12187";
Command "update T set F = null where rowid = 6496";
Command "update T set F = null where rowid = 27208";
Command "update T set F = null where rowid = 7892";
Command "update T set F = null where rowid = 28994";
Command "update T set F = null where rowid = 42561";
Command "update T set F = null where rowid = 2227";
Command "update T set F = null where rowid = 45782";
Command "update T set F = null where rowid = 427";
Command "update T set F = null where rowid = 23670";
Command "update T set F = null where rowid = 9349";
Command "update T set F = null where rowid = 41555";
Command "update T set F = null where rowid = 42129";
Command "update T set F = null where rowid = 24399";
Command "update T set F = null where rowid = 5242";
Command "update T set F = null where rowid = 42094";
Command "update T set F = null where rowid = 1692";
Command "update T set F = null where rowid = 2221";
Command "update T set F = null where rowid = 1965";
Command "update T set F = null where rowid = 16633";
Command "update T set F = null where rowid = 4035";
Command "update T set F = null where rowid = 16335";
Command "update T set F = null where rowid = 27235";
Command "update T set F = null where rowid = 11609";
Command "update T set F = null where rowid = 15247";
Command "update T set F = null where rowid = 20989";
Command "update T set F = null where rowid = 33024";
Command "update T set F = null where rowid = 17240";
Command "update T set F = null where rowid = 2776";
Command "update T set F = null where rowid = 9638";
Command "update T set F = null where rowid = 18264";
Command "update T set F = null where rowid = 34606";
Command "update T set F = null where rowid = 41048";
Command "update T set F = null where rowid = 20982";
Command "update T set F = null where rowid = 8299";
Command "update T set F = null where rowid = 4473";
Command "update T set F = null where rowid = 46481";
Command "update T set F = null where rowid = 48048";
Command "update T set F = null where rowid = 53236";
Command "update T set F = null where rowid = 58499";
Command "update T set F = null where rowid = 51537";
Command "update T set F = null where rowid = 51165";
Command "update T set F = null where rowid = 25731";
Command "update T set F = null where rowid = 30318";
Command "update T set F = null where rowid = 3182";
Command "update T set F = null where rowid = 41049";
Command "update T set F = null where rowid = 26223";
Command "update T set F = null where rowid = 53482";
Command "update T set F = null where rowid = 48512";
Command "update T set F = null where rowid = 9616";
Command "update T set F = null where rowid = 60363";
Command "update T set F = null where rowid = 30980";
Command "update T set F = null where rowid = 36217";
Command "update T set F = null where rowid = 36467";
Command "update T set F = null where rowid = 6164";
Command "update T set F = null where rowid = 16058";
Command "update T set F = null where rowid = 22381";
Command "update T set F = null where rowid = 33817";
Command "update T set F = null where rowid = 52809";
Command "update T set F = null where rowid = 8220";
Command "update T set F = null where rowid = 46071";
Command "update T set F = null where rowid = 4252";
Command "update T set F = null where rowid = 30030";
Command "update T set F = null where rowid = 4991";
Command "update T set F = null where rowid = 26271";
Command "update T set F = null where rowid = 45797";
Command "update T set F = null where rowid = 55425";
Command "update T set F = null where rowid = 21722";
Command "update T set F = null where rowid = 61043";
Command "update T set F = null where rowid = 31339";
Command "update T set F = null where rowid = 43564";
Command "update T set F = null where rowid = 13348";
Command "update T set F = null where rowid = 31350";
Command "update T set F = null where rowid = 38000";
Command "update T set F = null where rowid = 9136";
Command "update T set F = null where rowid = 52558";
Command "update T set F = null where rowid = 25771";
Command "update T set F = null where rowid = 31313";
Command "update T set F = null where rowid = 23640";
Command "update T set F = null where rowid = 49797";
Command "update T set F = null where rowid = 60475";
Command "update T set F = null where rowid = 46219";
Command "update T set F = null where rowid = 19137";
Command "update T set F = null where rowid = 9269";
Command "update T set F = null where rowid = 3878";
Command "update T set F = null where rowid = 24642";
Command "update T set F = null where rowid = 52637";
Command "update T set F = null where rowid = 3030";
Command "update T set F = null where rowid = 46724";
Command "update T set F = null where rowid = 44651";
Command "update T set F = null where rowid = 58168";
Command "update T set F = null where rowid = 14948";
Command "update T set F = null where rowid = 27754";
Command "update T set F = null where rowid = 60611";
Command "update T set F = null where rowid = 9485";
Command "update T set F = null where rowid = 49992";
Command "update T set F = null where rowid = 20645";
Command "update T set F = null where rowid = 52844";
Command "update T set F = null where rowid = 149";
Command "update T set F = null where rowid = 58176";
Command "update T set F = null where rowid = 40126";
Command "update T set F = null where rowid = 20223";
Command "update T set F = null where rowid = 28933";
Command "update T set F = null where rowid = 48251";
Command "update T set F = null where rowid = 5669";
Command "update T set F = null where rowid = 22400";
Command "update T set F = null where rowid = 32411";
Command "update T set F = null where rowid = 25738";
Command "update T set F = null where rowid = 47115";
Command "update T set F = null where rowid = 38394";
Command "update T set F = null where rowid = 46439";
Command "update T set F = null where rowid = 2256";
Command "update T set F = null where rowid = 43912";
Command "update T set F = null where rowid = 53055";
Command "update T set F = null where rowid = 50629";
Command "update T set F = null where rowid = 10751";
Command "update T set F = null where rowid = 51277";
Command "update T set F = null where rowid = 25362";
Command "update T set F = null where rowid = 49713";
Command "update T set F = null where rowid = 33832";
Command "update T set F = null where rowid = 18648";
Command "update T set F = null where rowid = 4648";
Command "update T set F = null where rowid = 4900";
Command "update T set F = null where rowid = 10926";
Command "update T set F = null where rowid = 18238";
Command "update T set F = null where rowid = 57674";
Command "update T set F = null where rowid = 2578";
Command "update T set F = null where rowid = 35359";
Command "update T set F = null where rowid = 17746";
Command "update T set F = null where rowid = 60808";
Command "update T set F = null where rowid = 27285";
Command "update T set F = null where rowid = 24002";
Command "update T set F = null where rowid = 29232";
Command "update T set F = null where rowid = 21503";
Command "update T set F = null where rowid = 946";
Command "update T set F = null where rowid = 43687";
Command "update T set F = null where rowid = 58470";
Command "update T set F = null where rowid = 5319";
Command "update T set F = null where rowid = 51244";
Command "update T set F = null where rowid = 43579";
Command "update T set F = null where rowid = 54918";
Command "update T set F = null where rowid = 19877";
Command "update T set F = null where rowid = 39606";
Command "update T set F = null where rowid = 7967";
Command "update T set F = null where rowid = 52649";
Command "update T set F = null where rowid = 27841";
Command "update T set F = null where rowid = 57371";
Command "update T set F = null where rowid = 40435";
Command "update T set F = null where rowid = 21349";
Command "update T set F = null where rowid = 25663";
Command "update T set F = null where rowid = 34863";
Command "update T set F = null where rowid = 552";
Command "update T set F = null where rowid = 59221";
Command "update T set F = null where rowid = 59568";
Command "update T set F = null where rowid = 56100";
Command "update T set F = null where rowid = 4074";
Command "update T set F = null where rowid = 28134";
Command "update T set F = null where rowid = 46781";
Command "update T set F = null where rowid = 54763";
Command "update T set F = null where rowid = 15338";
Command "update T set F = null where rowid = 12110";
Command "update T set F = null where rowid = 14102";
Command "update T set F = null where rowid = 26311";
Command "update T set F = null where rowid = 49666";
Command "update T set F = null where rowid = 14447";
Command "update T set F = null where rowid = 42973";
Command "update T set F = null where rowid = 6921";
Command "update T set F = null where rowid = 58284";
Command "update T set F = null where rowid = 5601";
Command "update T set F = null where rowid = 28019";
Command "update T set F = null where rowid = 27522";
Command "update T set F = null where rowid = 19548";
Command "update T set F = null where rowid = 31971";
Command "update T set F = null where rowid = 18734";
Command "update T set F = null where rowid = 55471";
Command "update T set F = null where rowid = 36945";
Command "update T set F = null where rowid = 35794";
Command "update T set F = null where rowid = 44921";
Command "update T set F = null where rowid = 29114";
Command "update T set F = null where rowid = 57365";
Command "update T set F = null where rowid = 28610";
Command "update T set F = null where rowid = 20935";
Command "update T set F = null where rowid = 56592";
Command "update T set F = null where rowid = 29861";
Command "update T set F = null where rowid = 13590";
Command "update T set F = null where rowid = 53006";
Command "update T set F = null where rowid = 30000";
Command "update T set F = null where rowid = 46261";
Command "update T set F = null where rowid = 1481";
Command "update T set F = null where rowid = 10117";
Command "update T set F = null where rowid = 30385";
Command "update T set F = null where rowid = 48349";
Command "update T set F = null where rowid = 46589";
Command "update T set F = null where rowid = 56742";
Command "update T set F = null where rowid = 51238";
Command "update T set F = null where rowid = 12194";
Command "update T set F = null where rowid = 57018";
Command "update T set F = null where rowid = 35869";
Command "update T set F = null where rowid = 42914";
Command "update T set F = null where rowid = 8017";
Command "update T set F = null where rowid = 48205";
Command "update T set F = null where rowid = 56142";
Command "update T set F = null where rowid = 60513";
Command "update T set F = null where rowid = 27108";
Command "update T set F = null where rowid = 55407";
Command "update T set F = null where rowid = 268";
Command "update T set F = null where rowid = 17709";
Command "update T set F = null where rowid = 58308";
Command "update T set F = null where rowid = 21309";
Command "update T set F = null where rowid = 12077";
Command "update T set F = null where rowid = 3472";
Command "update T set F = null where rowid = 26630";
Command "update T set F = null where rowid = 24265";
Command "update T set F = null where rowid = 15266";
Command "update T set F = null where rowid = 60102";
Command "update T set F = null where rowid = 35489";
Command "update T set F = null where rowid = 14914";
Command "update T set F = null where rowid = 8935";
Command "update T set F = null where rowid = 15712";
Command "update T set F = null where rowid = 41966";
Command "update T set F = null where rowid = 51535";
Command "update T set F = null where rowid = 20913";
Command "update T set F = null where rowid = 4399";
Command "update T set F = null where rowid = 45444";
Command "update T set F = null where rowid = 945";
Command "update T set F = null where rowid = 1175";
Command "update T set F = null where rowid = 27144";
Command "update T set F = null where rowid = 37319";
Command "update T set F = null where rowid = 24574";
Command "update T set F = null where rowid = 6475";
Command "update T set F = null where rowid = 39431";
Command "update T set F = null where rowid = 60722";
Command "update T set F = null where rowid = 388";
Command "update T set F = null where rowid = 18571";
Command "update T set F = null where rowid = 51548";
Command "update T set F = null where rowid = 36580";
Command "update T set F = null where rowid = 58217";
Command "update T set F = null where rowid = 23703";
Command "update T set F = null where rowid = 41809";
Command "update T set F = null where rowid = 56655";
Command "update T set F = null where rowid = 32961";
Command "update T set F = null where rowid = 38651";
Command "update T set F = null where rowid = 6302";
Command "update T set F = null where rowid = 39306";
Command "update T set F = null where rowid = 10548";
Command "update T set F = null where rowid = 43537";
Command "update T set F = null where rowid = 52589";
Command "update T set F = null where rowid = 34128";
Command "update T set F = null where rowid = 13043";
Command "update T set F = null where rowid = 55100";
Command "update T set F = null where rowid = 48218";
Command "update T set F = null where rowid = 27176";
Command "update T set F = null where rowid = 30908";
Command "update T set F = null where rowid = 29638";
Command "update T set F = null where rowid = 35633";
Command "update T set F = null where rowid = 26976";
Command "update T set F = null where rowid = 48058";
Command "update T set F = null where rowid = 102";
Command "update T set F = null where rowid = 35263";
Command "update T set F = null where rowid = 25741";
Command "update T set F = null where rowid = 45381";
Command "update T set F = null where rowid = 11817";
Command "update T set F = null where rowid = 59801";
Command "update T set F = null where rowid = 35778";
Command "update T set F = null where rowid = 15194";
Command "update T set F = null where rowid = 60803";
Command "update T set F = null where rowid = 17779";
Command "update T set F = null where rowid = 34108";
Command "update T set F = null where rowid = 33043";
Command "update T set F = null where rowid = 13142";
Command "update T set F = null where rowid = 44204";
Command "update T set F = null where rowid = 14567";
Command "update T set F = null where rowid = 59306";
Command "update T set F = null where rowid = 1332";
Command "update T set F = null where rowid = 20212";
Command "update T set F = null where rowid = 23725";
Command "update T set F = null where rowid = 22986";
Command "update T set F = null where rowid = 39747";
Command "update T set F = null where rowid = 11750";
Command "update T set F = null where rowid = 47228";
Command "update T set F = null where rowid = 54741";
Command "update T set F = null where rowid = 6502";
Command "update T set F = null where rowid = 60216";
Command "update T set F = null where rowid = 17166";
Command "update T set F = null where rowid = 30001";
Command "update T set F = null where rowid = 51969";
Command "update T set F = null where rowid = 7045";
Command "update T set F = null where rowid = 42611";
Command "update T set F = null where rowid = 3858";
Command "update T set F = null where rowid = 52708";
Command "update T set F = null where rowid = 31161";
Command "update T set F = null where rowid = 44970";
Command "update T set F = null where rowid = 25387";
Command "update T set F = null where rowid = 27059";
Command "update T set F = null where rowid = 26085";
Command "update T set F = null where rowid = 2419";
Command "update T set F = null where rowid = 12709";
Command "update T set F = null where rowid = 30303";
Command "update T set F = null where rowid = 18778";
Command "update T set F = null where rowid = 48795";
Command "update T set F = null where rowid = 30529";
Command "update T set F = null where rowid = 21033";
Command "update T set F = null where rowid = 51905";
Command "update T set F = null where rowid = 58969";
Command "update T set F = null where rowid = 58372";
Command "update T set F = null where rowid = 29989";
Command "update T set F = null where rowid = 54792";
Command "update T set F = null where rowid = 55734";
Command "update T set F = null where rowid = 39962";
Command "update T set F = null where rowid = 46051";
Command "update T set F = null where rowid = 60689";
Command "update T set F = null where rowid = 9545";
Command "update T set F = null where rowid = 44114";
Command "update T set F = null where rowid = 51958";
Command "update T set F = null where rowid = 41566";
Command "update T set F = null where rowid = 58546";
Command "update T set F = null where rowid = 41996";
Command "update T set F = null where rowid = 57343";
Command "update T set F = null where rowid = 49488";
Command "update T set F = null where rowid = 44385";
Command "update T set F = null where rowid = 17241";
Command "update T set F = null where rowid = 21523";
Command "update T set F = null where rowid = 3074";
Command "update T set F = null where rowid = 42320";
Command "update T set F = null where rowid = 46431";
Command "update T set F = null where rowid = 35399";
Command "update T set F = null where rowid = 3757";
Command "update T set F = null where rowid = 45428";
Command "update T set F = null where rowid = 19954";
Command "update T set F = null where rowid = 12986";
Command "update T set F = null where rowid = 38035";
Command "update T set F = null where rowid = 9094";
Command "update T set F = null where rowid = 32349";
Command "update T set F = null where rowid = 13329";
Command "update T set F = null where rowid = 24900";
Command "update T set F = null where rowid = 41979";
Command "update T set F = null where rowid = 53508";
Command "update T set F = null where rowid = 34347";
Command "update T set F = null where rowid = 58247";
Command "update T set F = null where rowid = 14281";
Command "update T set F = null where rowid = 29242";
Command "update T set F = null where rowid = 30492";
Command "update T set F = null where rowid = 46600";
Command "update T set F = null where rowid = 59457";
Command "update T set F = null where rowid = 51610";
Command "update T set F = null where rowid = 10239";
Command "update T set F = null where rowid = 17107";
Command "update T set F = null where rowid = 28432";
Command "update T set F = null where rowid = 24028";
Command "update T set F = null where rowid = 53013";
Command "update T set F = null where rowid = 49304";
Command "update T set F = null where rowid = 11758";
Command "update T set F = null where rowid = 12244";
Command "update T set F = null where rowid = 10931";
Command "update T set F = null where rowid = 40936";
Command "update T set F = null where rowid = 378";
Command "update T set F = null where rowid = 15870";
Command "update T set F = null where rowid = 35377";
Command "update T set F = null where rowid = 60289";
Command "update T set F = null where rowid = 21933";
Command "update T set F = null where rowid = 26573";
Command "update T set F = null where rowid = 13496";
Command "update T set F = null where rowid = 698";
Command "update T set F = null where rowid = 47160";
Command "update T set F = null where rowid = 42949";
Command "update T set F = null where rowid = 47617";
Command "update T set F = null where rowid = 450";
Command "update T set F = null where rowid = 52054";
Command "update T set F = null where rowid = 31568";
Command "update T set F = null where rowid = 10689";
Command "update T set F = null where rowid = 4709";
Command "update T set F = null where rowid = 47502";
Command "update T set F = null where rowid = 38553";
Command "update T set F = null where rowid = 19928";
Command "update T set F = null where rowid = 30502";
Command "update T set F = null where rowid = 19133";
Command "update T set F = null where rowid = 15200";
Command "update T set F = null where rowid = 52182";
Command "update T set F = null where rowid = 18631";
Command "update T set F = null where rowid = 57237";
Command "update T set F = null where rowid = 21699";
Command "update T set F = null where rowid = 27232";
Command "update T set F = null where rowid = 13357";
Command "update T set F = null where rowid = 7925";
Command "update T set F = null where rowid = 43621";
Command "update T set F = null where rowid = 35446";
Command "update T set F = null where rowid = 45021";
Command "update T set F = null where rowid = 8973";
Command "update T set F = null where rowid = 11237";
Command "update T set F = null where rowid = 51673";
Command "update T set F = null where rowid = 52171";
Command "update T set F = null where rowid = 55804";
Command "update T set F = null where rowid = 12813";
Command "update T set F = null where rowid = 36856";
Command "update T set F = null where rowid = 29864";
Command "update T set F = null where rowid = 22373";
Command "update T set F = null where rowid = 9073";
Command "update T set F = null where rowid = 53994";
Command "update T set F = null where rowid = 47124";
Command "update T set F = null where rowid = 13250";
Command "update T set F = null where rowid = 42816";
Command "update T set F = null where rowid = 49830";
Command "update T set F = null where rowid = 32088";
Command "update T set F = null where rowid = 24249";
Command "update T set F = null where rowid = 55292";
Command "update T set F = null where rowid = 55067";
Command "update T set F = null where rowid = 33545";
Command "update T set F = null where rowid = 51628";
Command "update T set F = null where rowid = 34987";
Command "update T set F = null where rowid = 29300";
Command "update T set F = null where rowid = 49954";
Command "update T set F = null where rowid = 36124";
Command "update T set F = null where rowid = 53379";
Command "update T set F = null where rowid = 30855";
Command "update T set F = null where rowid = 31933";
Command "update T set F = null where rowid = 42777";
Command "update T set F = null where rowid = 2218";
Command "update T set F = null where rowid = 25341";
Command "update T set F = null where rowid = 11695";
Command "update T set F = null where rowid = 26071";
Command "update T set F = null where rowid = 29848";
Command "update T set F = null where rowid = 32230";
Command "update T set F = null where rowid = 40239";
Command "update T set F = null where rowid = 19620";
Command "update T set F = null where rowid = 24805";
Command "update T set F = null where rowid = 32670";
Command "update T set F = null where rowid = 10469";
Command "update T set F = null where rowid = 45866";
Command "update T set F = null where rowid = 13967";
Command "update T set F = null where rowid = 54554";
Command "update T set F = null where rowid = 42846";
Command "update T set F = null where rowid = 32814";
Command "update T set F = null where rowid = 33593";
Command "update T set F = null where rowid = 30436";
Command "update T set F = null where rowid = 40586";
Command "update T set F = null where rowid = 51406";
Command "update T set F = null where rowid = 57754";
Command "update T set F = null where rowid = 22221";
Command "update T set F = null where rowid = 34182";
Command "update T set F = null where rowid = 60995";
Command "update T set F = null where rowid = 56629";
Command "update T set F = null where rowid = 46758";
Command "update T set F = null where rowid = 19065";
Command "update T set F = null where rowid = 5264";
Command "update T set F = null where rowid = 13046";
Command "update T set F = null where rowid = 49396";
Command "update T set F = null where rowid = 6873";
Command "update T set F = null where rowid = 11244";
Command "update T set F = null where rowid = 10363";
Command "update T set F = null where rowid = 22222";
Command "update T set F = null where rowid = 28178";
Command "update T set F = null where rowid = 49242";
Command "update T set F = null where rowid = 37383";
Command "update T set F = null where rowid = 20888";
Command "update T set F = null where rowid = 11089";
Command "update T set F = null where rowid = 44638";
Command "update T set F = null where rowid = 46652";
Command "update T set F = null where rowid = 132";
Command "update T set F = null where rowid = 40052";
Command "update T set F = null where rowid = 7842";
Command "update T set F = null where rowid = 11232";
Command "update T set F = null where rowid = 58862";
Command "update T set F = null where rowid = 13207";
Command "update T set F = null where rowid = 60306";
Command "update T set F = null where rowid = 47321";
Command "update T set F = null where rowid = 46517";
Command "update T set F = null where rowid = 1117";
Command "update T set F = null where rowid = 16947";
Command "update T set F = null where rowid = 32275";
Command "update T set F = null where rowid = 33722";
Command "update T set F = null where rowid = 56462";
Command "update T set F = null where rowid = 50580";
Command "update T set F = null where rowid = 3533";
Command "update T set F = null where rowid = 17928";
Command "update T set F = null where rowid = 22230";
Command "update T set F = null where rowid = 20064";
Command "update T set F = null where rowid = 7460";
Command "update T set F = null where rowid = 47932";
Command "update T set F = null where rowid = 53240";
Command "update T set F = null where rowid = 39718";
Command "update T set F = null where rowid = 52004";
Command "update T set F = null where rowid = 20985";
Command "update T set F = null where rowid = 49338";
Command "update T set F = null where rowid = 9853";
Command "update T set F = null where rowid = 18587";
Command "update T set F = null where rowid = 29029";
Command "update T set F = null where rowid = 51819";
Command "update T set F = null where rowid = 3158";
Command "update T set F = null where rowid = 59799";
Command "update T set F = null where rowid = 7301";
Command "update T set F = null where rowid = 50431";
Command "update T set F = null where rowid = 4145";
Command "update T set F = null where rowid = 14157";
Command "update T set F = null where rowid = 61251";
Command "update T set F = null where rowid = 30249";
Command "update T set F = null where rowid = 58141";
Command "update T set F = null where rowid = 39769";
Command "update T set F = null where rowid = 9500";
Command "update T set F = null where rowid = 31615";
Command "update T set F = null where rowid = 13428";
Command "update T set F = null where rowid = 33592";
Command "update T set F = null where rowid = 53563";
Command "update T set F = null where rowid = 32517";
Command "update T set F = null where rowid = 30706";
Command "update T set F = null where rowid = 24186";
Command "update T set F = null where rowid = 34624";
Command "update T set F = null where rowid = 3204";
Command "update T set F = null where rowid = 54653";
Command "update T set F = null where rowid = 14662";
Command "update T set F = null where rowid = 30226";
Command "update T set F = null where rowid = 6995";
Command "update T set F = null where rowid = 8384";
Command "update T set F = null where rowid = 17557";
Command "update T set F = null where rowid = 32169";
Command "update T set F = null where rowid = 12085";
Command "update T set F = null where rowid = 9555";
Command "update T set F = null where rowid = 1010";
Command "update T set F = null where rowid = 11282";
Command "update T set F = null where rowid = 4705";
Command "update T set F = null where rowid = 51161";
Command "update T set F = null where rowid = 42343";
Command "update T set F = null where rowid = 6691";
Command "update T set F = null where rowid = 57073";
Command "update T set F = null where rowid = 21563";
Command "update T set F = null where rowid = 10071";
Command "update T set F = null where rowid = 52279";
Command "update T set F = null where rowid = 12865";
Command "update T set F = null where rowid = 24822";
Command "update T set F = null where rowid = 59177";
Command "update T set F = null where rowid = 44765";
Command "update T set F = null where rowid = 37121";
Command "update T set F = null where rowid = 17629";
Command "update T set F = null where rowid = 45212";
Command "update T set F = null where rowid = 9721";
Command "update T set F = null where rowid = 33243";
Command "update T set F = null where rowid = 1748";
Command "update T set F = null where rowid = 9752";
Command "update T set F = null where rowid = 40839";
Command "update T set F = null where rowid = 4880";
Command "update T set F = null where rowid = 52129";
Command "update T set F = null where rowid = 34726";
Command "update T set F = null where rowid = 49250";
Command "update T set F = null where rowid = 48333";
Command "update T set F = null where rowid = 58503";
Command "update T set F = null where rowid = 58147";
Command "update T set F = null where rowid = 32367";
Command "update T set F = null where rowid = 6474";
Command "update T set F = null where rowid = 11999";
Command "update T set F = null where rowid = 23158";
Command "update T set F = null where rowid = 59757";
Command "update T set F = null where rowid = 21001";
Command "update T set F = null where rowid = 30310";
Command "update T set F = null where rowid = 36829";
Command "update T set F = null where rowid = 54317";
Command "update T set F = null where rowid = 18262";
Command "update T set F = null where rowid = 15400";
Command "update T set F = null where rowid = 54637";
Command "update T set F = null where rowid = 17631";
Command "update T set F = null where rowid = 14855";
Command "update T set F = null where rowid = 2927";
Command "update T set F = null where rowid = 56095";
Command "update T set F = null where rowid = 54404";
Command "update T set F = null where rowid = 1211";
Command "update T set F = null where rowid = 4146";
Command "update T set F = null where rowid = 58098";
Command "update T set F = null where rowid = 35297";
Command "update T set F = null where rowid = 6582";
Command "update T set F = null where rowid = 51934";
Command "update T set F = null where rowid = 49227";
Command "update T set F = null where rowid = 48451";
Command "update T set F = null where rowid = 47797";
Command "update T set F = null where rowid = 21853";
Command "update T set F = null where rowid = 60647";
Command "update T set F = null where rowid = 5827";
Command "update T set F = null where rowid = 35156";
Command "update T set F = null where rowid = 54064";
Command "update T set F = null where rowid = 37648";
Command "update T set F = null where rowid = 25637";
Command "update T set F = null where rowid = 49884";
Command "update T set F = null where rowid = 32499";
Command "update T set F = null where rowid = 36790";
Command "update T set F = null where rowid = 25328";
Command "update T set F = null where rowid = 28917";
Command "update T set F = null where rowid = 3900";
Command "update T set F = null where rowid = 39075";
Command "update T set F = null where rowid = 27998";
Command "update T set F = null where rowid = 52154";
Command "update T set F = null where rowid = 21692";
Command "update T set F = null where rowid = 44102";
Command "update T set F = null where rowid = 58703";
Command "update T set F = null where rowid = 1160";
Command "update T set F = null where rowid = 38617";
Command "update T set F = null where rowid = 33980";
Command "update T set F = null where rowid = 24214";
Command "update T set F = null where rowid = 59462";
Command "update T set F = null where rowid = 51805";
Command "update T set F = null where rowid = 5469";
Command "update T set F = null where rowid = 7430";
Command "update T set F = null where rowid = 54047";
Command "update T set F = null where rowid = 54735";
Command "update T set F = null where rowid = 21470";
Command "update T set F = null where rowid = 20359";
Command "update T set F = null where rowid = 31094";
Command "update T set F = null where rowid = 49775";
Command "update T set F = null where rowid = 56611";
Command "update T set F = null where rowid = 24031";
Command "update T set F = null where rowid = 26363";
Command "update T set F = null where rowid = 18879";
Command "update T set F = null where rowid = 48297";
Command "update T set F = null where rowid = 47437";
Command "update T set F = null where rowid = 53636";
Command "update T set F = null where rowid = 20266";
Command "update T set F = null where rowid = 13032";
Command "update T set F = null where rowid = 8755";
Command "update T set F = null where rowid = 8350";
Command "update T set F = null where rowid = 44267";
Command "update T set F = null where rowid = 430";
Command "update T set F = null where rowid = 13098";
Command "update T set F = null where rowid = 16949";
Command "update T set F = null where rowid = 26690";
Command "update T set F = null where rowid = 13281";
Command "update T set F = null where rowid = 36897";
Command "update T set F = null where rowid = 42663";
Command "update T set F = null where rowid = 31293";
Command "update T set F = null where rowid = 17697";
Command "update T set F = null where rowid = 18407";
Command "update T set F = null where rowid = 13835";
Command "update T set F = null where rowid = 35079";
Command "update T set F = null where rowid = 46417";
Command "update T set F = null where rowid = 30156";
Command "update T set F = null where rowid = 47792";
Command "update T set F = null where rowid = 31260";
Command "update T set F = null where rowid = 9578";
Command "update T set F = null where rowid = 59675";
Command "update T set F = null where rowid = 38473";
Command "update T set F = null where rowid = 35529";
Command "update T set F = null where rowid = 60455";
Command "update T set F = null where rowid = 51832";
Command "update T set F = null where rowid = 16393";
Command "update T set F = null where rowid = 59845";
Command "update T set F = null where rowid = 25251";
Command "update T set F = null where rowid = 36073";
Command "update T set F = null where rowid = 2068";
Command "update T set F = null where rowid = 41317";
Command "update T set F = null where rowid = 12239";
Command "update T set F = null where rowid = 18537";
Command "update T set F = null where rowid = 15843";
Command "update T set F = null where rowid = 4518";
Command "update T set F = null where rowid = 40143";
Command "update T set F = null where rowid = 8158";
Command "update T set F = null where rowid = 14626";
Command "update T set F = null where rowid = 13715";
Command "update T set F = null where rowid = 31793";
Command "update T set F = null where rowid = 1183";
Command "update T set F = null where rowid = 40150";
Command "update T set F = null where rowid = 50330";
Command "update T set F = null where rowid = 31364";
Command "update T set F = null where rowid = 25748";
Command "update T set F = null where rowid = 51564";
Command "update T set F = null where rowid = 56486";
Command "update T set F = null where rowid = 8063";
Command "update T set F = null where rowid = 48578";
Command "update T set F = null where rowid = 5124";
Command "update T set F = null where rowid = 38842";
Command "update T set F = null where rowid = 31664";
Command "update T set F = null where rowid = 4890";
Command "update T set F = null where rowid = 38908";
Command "update T set F = null where rowid = 25823";
Command "update T set F = null where rowid = 42875";
Command "update T set F = null where rowid = 49102";
Command "update T set F = null where rowid = 34762";
Command "update T set F = null where rowid = 33231";
Command "update T set F = null where rowid = 51466";
Command "update T set F = null where rowid = 49370";
Command "update T set F = null where rowid = 55141";
Command "update T set F = null where rowid = 61059";
Command "update T set F = null where rowid = 55665";
Command "update T set F = null where rowid = 11197";
Command "update T set F = null where rowid = 30341";
Command "update T set F = null where rowid = 35906";
Command "update T set F = null where rowid = 3236";
Command "update T set F = null where rowid = 48391";
Command "update T set F = null where rowid = 57178";
Command "update T set F = null where rowid = 23498";
Command "update T set F = null where rowid = 41621";
Command "update T set F = null where rowid = 7125";
Command "update T set F = null where rowid = 31647";
Command "update T set F = null where rowid = 28936";
Command "update T set F = null where rowid = 13991";
Command "update T set F = null where rowid = 8978";
Command "update T set F = null where rowid = 5777";
Command "update T set F = null where rowid = 27318";
Command "update T set F = null where rowid = 7800";
Command "update T set F = null where rowid = 40645";
Command "update T set F = null where rowid = 40288";
Command "update T set F = null where rowid = 8110";
Command "update T set F = null where rowid = 41261";
Command "update T set F = null where rowid = 18687";
Command "update T set F = null where rowid = 35933";
Command "update T set F = null where rowid = 14789";
Command "update T set F = null where rowid = 20394";
Command "update T set F = null where rowid = 42240";
Command "update T set F = null where rowid = 14824";
Command "update T set F = null where rowid = 52907";
Command "update T set F = null where rowid = 18864";
Command "update T set F = null where rowid = 36373";
Command "update T set F = null where rowid = 55825";
Command "update T set F = null where rowid = 41844";
Command "update T set F = null where rowid = 53619";
Command "update T set F = null where rowid = 34788";
Command "update T set F = null where rowid = 19742";
Command "update T set F = null where rowid = 38069";
Command "update T set F = null where rowid = 15525";
Command "update T set F = null where rowid = 59324";
Command "update T set F = null where rowid = 2958";
Command "update T set F = null where rowid = 28896";
Command "update T set F = null where rowid = 2613";
Command "update T set F = null where rowid = 60041";
Command "update T set F = null where rowid = 61317";
Command "update T set F = null where rowid = 56842";
Command "update T set F = null where rowid = 34029";
Command "update T set F = null where rowid = 49983";
Command "update T set F = null where rowid = 35915";
Command "update T set F = null where rowid = 1838";
Command "update T set F = null where rowid = 12036";
Command "update T set F = null where rowid = 33281";
Command "update T set F = null where rowid = 58817";
Command "update T set F = null where rowid = 10425";
Command "update T set F = null where rowid = 18516";
Command "update T set F = null where rowid = 6956";
Command "update T set F = null where rowid = 33998";
Command "update T set F = null where rowid = 23535";
Command "update T set F = null where rowid = 44667";
Command "update T set F = null where rowid = 49003";
Command "update T set F = null where rowid = 58903";
Command "update T set F = null where rowid = 12049";
Command "update T set F = null where rowid = 13303";
Command "update T set F = null where rowid = 23893";
Command "update T set F = null where rowid = 53706";
Command "update T set F = null where rowid = 56072";
Command "update T set F = null where rowid = 58984";
Command "update T set F = null where rowid = 25935";
Command "update T set F = null where rowid = 3011";
Command "update T set F = null where rowid = 10135";
Command "update T set F = null where rowid = 19899";
Command "update T set F = null where rowid = 14455";
Command "update T set F = null where rowid = 2173";
Command "update T set F = null where rowid = 60375";
Command "update T set F = null where rowid = 16329";
Command "update T set F = null where rowid = 47198";
Command "update T set F = null where rowid = 47913";
Command "update T set F = null where rowid = 8362";
Command "update T set F = null where rowid = 9421";
Command "update T set F = null where rowid = 28844";
Command "update T set F = null where rowid = 27536";
Command "update T set F = null where rowid = 39833";
Command "update T set F = null where rowid = 15638";
Command "update T set F = null where rowid = 33261";
Command "update T set F = null where rowid = 43876";
Command "update T set F = null where rowid = 55343";
Command "update T set F = null where rowid = 48974";
Command "update T set F = null where rowid = 29698";
Command "update T set F = null where rowid = 32148";
Command "update T set F = null where rowid = 41340";
Command "update T set F = null where rowid = 46110";
Command "update T set F = null where rowid = 28497";
Command "update T set F = null where rowid = 50224";
Command "update T set F = null where rowid = 57199";
Command "update T set F = null where rowid = 17127";
Command "update T set F = null where rowid = 24073";
Command "update T set F = null where rowid = 9981";
Command "update T set F = null where rowid = 39966";
Command "update T set F = null where rowid = 49327";
Command "update T set F = null where rowid = 43831";
Command "update T set F = null where rowid = 15974";
Command "update T set F = null where rowid = 34830";
Command "update T set F = null where rowid = 16757";
Command "update T set F = null where rowid = 13192";
Command "update T set F = null where rowid = 60701";
Command "update T set F = null where rowid = 42803";
Command "update T set F = null where rowid = 18372";
Command "update T set F = null where rowid = 39366";
Command "update T set F = null where rowid = 18105";
Command "update T set F = null where rowid = 31001";
Command "update T set F = null where rowid = 57047";
Command "update T set F = null where rowid = 14751";
Command "update T set F = null where rowid = 22009";
Command "update T set F = null where rowid = 7203";
Command "update T set F = null where rowid = 26984";
Command "update T set F = null where rowid = 29981";
Command "update T set F = null where rowid = 25271";
Command "update T set F = null where rowid = 17198";
Command "update T set F = null where rowid = 61007";
Command "update T set F = null where rowid = 51202";
Command "update T set F = null where rowid = 57660";
Command "update T set F = null where rowid = 9526";
Command "update T set F = null where rowid = 16812";
Command "update T set F = null where rowid = 22351";
Command "update T set F = null where rowid = 33235";
Command "update T set F = null where rowid = 6277";
Command "update T set F = null where rowid = 27121";
Command "update T set F = null where rowid = 6140";
Command "update T set F = null where rowid = 29808";
Command "update T set F = null where rowid = 2964";
Command "update T set F = null where rowid = 57675";
Command "update T set F = null where rowid = 50887";
Command "update T set F = null where rowid = 50423";
Command "update T set F = null where rowid = 59621";
Command "update T set F = null where rowid = 33077";
Command "update T set F = null where rowid = 45867";
Command "update T set F = null where rowid = 41085";
Command "update T set F = null where rowid = 1676";
Command "update T set F = null where rowid = 58590";
Command "update T set F = null where rowid = 61143";
Command "update T set F = null where rowid = 24565";
Command "update T set F = null where rowid = 34455";
Command "update T set F = null where rowid = 37551";
Command "update T set F = null where rowid = 16370";
Command "update T set F = null where rowid = 20639";
Command "update T set F = null where rowid = 20659";
Command "update T set F = null where rowid = 46215";
Command "update T set F = null where rowid = 31597";
Command "update T set F = null where rowid = 17868";
Command "update T set F = null where rowid = 34311";
Command "update T set F = null where rowid = 15736";
Command "update T set F = null where rowid = 5981";
Command "update T set F = null where rowid = 58737";
Command "update T set F = null where rowid = 17745";
Command "update T set F = null where rowid = 7108";
Command "update T set F = null where rowid = 49100";
Command "update T set F = null where rowid = 34212";
Command "update T set F = null where rowid = 10467";
Command "update T set F = null where rowid = 5576";
Command "update T set F = null where rowid = 32808";
Command "update T set F = null where rowid = 12649";
Command "update T set F = null where rowid = 1162";
Command "update T set F = null where rowid = 58957";
Command "update T set F = null where rowid = 37350";
Command "update T set F = null where rowid = 35080";
Command "update T set F = null where rowid = 55002";
Command "update T set F = null where rowid = 32212";
Command "update T set F = null where rowid = 13376";
Command "update T set F = null where rowid = 16811";
Command "update T set F = null where rowid = 14927";
Command "update T set F = null where rowid = 56737";
Command "update T set F = null where rowid = 59559";
Command "update T set F = null where rowid = 41637";
Command "update T set F = null where rowid = 4337";
Command "update T set F = null where rowid = 6472";
Command "update T set F = null where rowid = 4291";
Command "update T set F = null where rowid = 32558";
Command "update T set F = null where rowid = 6382";
Command "update T set F = null where rowid = 57941";
Command "update T set F = null where rowid = 45666";
Command "update T set F = null where rowid = 34427";
Command "update T set F = null where rowid = 50096";
Command "update T set F = null where rowid = 54325";
Command "update T set F = null where rowid = 56066";
Command "update T set F = null where rowid = 40578";
Command "update T set F = null where rowid = 49219";
Command "update T set F = null where rowid = 32420";
Command "update T set F = null where rowid = 60308";
Command "update T set F = null where rowid = 57606";
Command "update T set F = null where rowid = 16952";
Command "update T set F = null where rowid = 18164";
Command "update T set F = null where rowid = 53840";
Command "update T set F = null where rowid = 50132";
Command "update T set F = null where rowid = 21928";
Command "update T set F = null where rowid = 52022";
Command "update T set F = null where rowid = 18445";
Command "update T set F = null where rowid = 55557";
Command "update T set F = null where rowid = 29058";
Command "update T set F = null where rowid = 12392";
Command "update T set F = null where rowid = 10881";
Command "update T set F = null where rowid = 11178";
Command "update T set F = null where rowid = 6692";
Command "update T set F = null where rowid = 12434";
Command "update T set F = null where rowid = 33302";
Command "update T set F = null where rowid = 1153";
Command "update T set F = null where rowid = 31326";
Command "update T set F = null where rowid = 46678";
Command "update T set F = null where rowid = 59861";
Command "update T set F = null where rowid = 23614";
Command "update T set F = null where rowid = 53051";
Command "update T set F = null where rowid = 20730";
Command "update T set F = null where rowid = 18819";
Command "update T set F = null where rowid = 5116";
Command "update T set F = null where rowid = 36062";
Command "update T set F = null where rowid = 39772";
Command "update T set F = null where rowid = 60559";
Command "update T set F = null where rowid = 42067";
Command "update T set F = null where rowid = 36687";
Command "update T set F = null where rowid = 37690";
Command "update T set F = null where rowid = 7027";
Command "update T set F = null where rowid = 6067";
Command "update T set F = null where rowid = 18108";
Command "update T set F = null where rowid = 40623";
Command "update T set F = null where rowid = 36323";
Command "update T set F = null where rowid = 48847";
Command "update T set F = null where rowid = 32154";
Command "update T set F = null where rowid = 4232";
Command "update T set F = null where rowid = 24330";
Command "update T set F = null where rowid = 54213";
Command "update T set F = null where rowid = 43935";
Command "update T set F = null where rowid = 4066";
Command "update T set F = null where rowid = 4761";
Command "update T set F = null where rowid = 6521";
Command "update T set F = null where rowid = 16669";
Command "update T set F = null where rowid = 51731";
Command "update T set F = null where rowid = 42799";
Command "update T set F = null where rowid = 20925";
Command "update T set F = null where rowid = 41111";
Command "update T set F = null where rowid = 9493";
Command "update T set F = null where rowid = 4911";
Command "update T set F = null where rowid = 55662";
Command "update T set F = null where rowid = 6617";
Command "update T set F = null where rowid = 27349";
Command "update T set F = null where rowid = 20829";
Command "update T set F = null where rowid = 61309";
Command "update T set F = null where rowid = 8934";
Command "update T set F = null where rowid = 16191";
Command "update T set F = null where rowid = 24197";
Command "update T set F = null where rowid = 4140";
Command "update T set F = null where rowid = 18107";
Command "update T set F = null where rowid = 49152";
Command "update T set F = null where rowid = 36339";
Command "update T set F = null where rowid = 13048";
Command "update T set F = null where rowid = 26007";
Command "update T set F = null where rowid = 20793";
Command "update T set F = null where rowid = 14231";
Command "update T set F = null where rowid = 45851";
Command "update T set F = null where rowid = 10659";
Command "update T set F = null where rowid = 36075";
Command "update T set F = null where rowid = 36537";
Command "update T set F = null where rowid = 46454";
Command "update T set F = null where rowid = 56512";
Command "update T set F = null where rowid = 17583";
Command "update T set F = null where rowid = 57156";
Command "update T set F = null where rowid = 11655";
Command "update T set F = null where rowid = 54255";
Command "update T set F = null where rowid = 31537";
Command "update T set F = null where rowid = 53704";
Command "update T set F = null where rowid = 58120";
Command "update T set F = null where rowid = 15535";
Command "update T set F = null where rowid = 54397";
Command "update T set F = null where rowid = 47477";
Command "update T set F = null where rowid = 9809";
Command "update T set F = null where rowid = 13906";
Command "update T set F = null where rowid = 49749";
Command "update T set F = null where rowid = 31095";
Command "update T set F = null where rowid = 47933";
Command "update T set F = null where rowid = 31836";
Command "update T set F = null where rowid = 11220";
Command "update T set F = null where rowid = 49986";
Command "update T set F = null where rowid = 4331";
Command "update T set F = null where rowid = 31004";
Command "update T set F = null where rowid = 43673";
Command "update T set F = null where rowid = 18379";
Command "update T set F = null where rowid = 61039";
Command "update T set F = null where rowid = 101";
Command "update T set F = null where rowid = 54913";
Command "update T set F = null where rowid = 42443";
Command "update T set F = null where rowid = 47975";
Command "update T set F = null where rowid = 20163";
Command "update T set F = null where rowid = 37746";
Command "update T set F = null where rowid = 46577";
Command "update T set F = null where rowid = 51692";
Command "update T set F = null where rowid = 14866";
Command "update T set F = null where rowid = 6270";
Command "update T set F = null where rowid = 59652";
Command "update T set F = null where rowid = 6453";
Command "update T set F = null where rowid = 8399";
Command "update T set F = null where rowid = 9764";
Command "update T set F = null where rowid = 49402";
Command "update T set F = null where rowid = 39187";
Command "update T set F = null where rowid = 11306";
Command "update T set F = null where rowid = 51627";
Command "update T set F = null where rowid = 23606";
Command "update T set F = null where rowid = 4731";
Command "update T set F = null where rowid = 48623";
Command "update T set F = null where rowid = 14690";
Command "update T set F = null where rowid = 23712";
Command "update T set F = null where rowid = 6356";
Command "update T set F = null where rowid = 6770";
Command "update T set F = null where rowid = 251";
Command "update T set F = null where rowid = 39694";
Command "update T set F = null where rowid = 14896";
Command "update T set F = null where rowid = 2005";
Command "update T set F = null where rowid = 42813";
Command "update T set F = null where rowid = 50162";
Command "update T set F = null where rowid = 30428";
Command "update T set F = null where rowid = 53275";
Command "update T set F = null where rowid = 569";
Command "update T set F = null where rowid = 19833";
Command "update T set F = null where rowid = 17983";
Command "update T set F = null where rowid = 2449";
Command "update T set F = null where rowid = 55553";
Command "update T set F = null where rowid = 51226";
Command "update T set F = null where rowid = 61053";
Command "update T set F = null where rowid = 5235";
Command "update T set F = null where rowid = 59448";
Command "update T set F = null where rowid = 25059";
Command "update T set F = null where rowid = 29187";
Command "update T set F = null where rowid = 57051";
Command "update T set F = null where rowid = 4847";
Command "update T set F = null where rowid = 39991";
Command "update T set F = null where rowid = 3101";
Command "update T set F = null where rowid = 40269";
Command "update T set F = null where rowid = 18874";
Command "update T set F = null where rowid = 12299";
Command "update T set F = null where rowid = 41629";
Command "update T set F = null where rowid = 37974";
Command "update T set F = null where rowid = 35976";
Command "update T set F = null where rowid = 42194";
Command "update T set F = null where rowid = 9961";
Command "update T set F = null where rowid = 40482";
Command "update T set F = null where rowid = 1101";
Command "update T set F = null where rowid = 34153";
Command "update T set F = null where rowid = 19994";
Command "update T set F = null where rowid = 39914";
Command "update T set F = null where rowid = 3573";
Command "update T set F = null where rowid = 3174";
Command "update T set F = null where rowid = 19628";
Command "update T set F = null where rowid = 9905";
Command "update T set F = null where rowid = 15983";
Command "update T set F = null where rowid = 52346";
Command "update T set F = null where rowid = 51739";
Command "update T set F = null where rowid = 53502";
Command "update T set F = null where rowid = 51639";
Command "update T set F = null where rowid = 44650";
Command "update T set F = null where rowid = 51904";
Command "update T set F = null where rowid = 31648";
Command "update T set F = null where rowid = 22013";
Command "update T set F = null where rowid = 4707";
Command "update T set F = null where rowid = 5431";
Command "update T set F = null where rowid = 42246";
Command "update T set F = null where rowid = 32617";
Command "update T set F = null where rowid = 44335";
Command "update T set F = null where rowid = 60542";
Command "update T set F = null where rowid = 53393";
Command "update T set F = null where rowid = 3716";
Command "update T set F = null where rowid = 52926";
Command "update T set F = null where rowid = 41546";
Command "update T set F = null where rowid = 50793";
Command "update T set F = null where rowid = 51328";
Command "update T set F = null where rowid = 46813";
Command "update T set F = null where rowid = 41129";
Command "update T set F = null where rowid = 58574";
Command "update T set F = null where rowid = 54217";
Command "update T set F = null where rowid = 11155";
Command "update T set F = null where rowid = 36930";
Command "update T set F = null where rowid = 20137";
Command "update T set F = null where rowid = 14987";
Command "update T set F = null where rowid = 15658";
Command "update T set F = null where rowid = 17055";
Command "update T set F = null where rowid = 57842";
Command "update T set F = null where rowid = 3254";
Command "update T set F = null where rowid = 26098";
Command "update T set F = null where rowid = 41723";
Command "update T set F = null where rowid = 41576";
Command "update T set F = null where rowid = 48277";
Command "update T set F = null where rowid = 45968";
Command "update T set F = null where rowid = 59561";
Command "update T set F = null where rowid = 396";
Command "update T set F = null where rowid = 47236";
Command "update T set F = null where rowid = 55256";
Command "update T set F = null where rowid = 60372";
Command "update T set F = null where rowid = 43089";
Command "update T set F = null where rowid = 36447";
Command "update T set F = null where rowid = 11941";
Command "update T set F = null where rowid = 27865";
Command "update T set F = null where rowid = 61263";
Command "update T set F = null where rowid = 20365";
Command "update T set F = null where rowid = 41720";
Command "update T set F = null where rowid = 30622";
Command "update T set F = null where rowid = 47139";
Command "update T set F = null where rowid = 10922";
Command "update T set F = null where rowid = 37276";
Command "update T set F = null where rowid = 10815";
Command "update T set F = null where rowid = 44447";
Command "update T set F = null where rowid = 26764";
Command "update T set F = null where rowid = 15204";
Command "update T set F = null where rowid = 25098";
Command "update T set F = null where rowid = 1736";
Command "update T set F = null where rowid = 34929";
Command "update T set F = null where rowid = 5634";
Command "update T set F = null where rowid = 37540";
Command "update T set F = null where rowid = 17847";
Command "update T set F = null where rowid = 2490";
Command "update T set F = null where rowid = 54874";
Command "update T set F = null where rowid = 18572";
Command "update T set F = null where rowid = 37603";
Command "update T set F = null where rowid = 34654";
Command "update T set F = null where rowid = 9742";
Command "update T set F = null where rowid = 15381";
Command "update T set F = null where rowid = 36772";
Command "update T set F = null where rowid = 42046";
Command "update T set F = null where rowid = 40974";
Command "update T set F = null where rowid = 18016";
Command "update T set F = null where rowid = 48332";
Command "update T set F = null where rowid = 60669";
Command "update T set F = null where rowid = 33572";
Command "update T set F = null where rowid = 50809";
Command "update T set F = null where rowid = 37138";
Command "update T set F = null where rowid = 6114";
Command "update T set F = null where rowid = 11376";
Command "update T set F = null where rowid = 36917";
Command "update T set F = null where rowid = 6274";
Command "update T set F = null where rowid = 11877";
Command "update T set F = null where rowid = 27650";
Command "update T set F = null where rowid = 39767";
Command "update T set F = null where rowid = 18145";
Command "update T set F = null where rowid = 29104";
Command "update T set F = null where rowid = 17048";
Command "update T set F = null where rowid = 50673";
Command "update T set F = null where rowid = 49053";
Command "update T set F = null where rowid = 1438";
Command "update T set F = null where rowid = 55447";
Command "update T set F = null where rowid = 53887";
Command "update T set F = null where rowid = 39481";
Command "update T set F = null where rowid = 6577";
Command "update T set F = null where rowid = 17463";
Command "update T set F = null where rowid = 7903";
Command "update T set F = null where rowid = 57414";
Command "update T set F = null where rowid = 23053";
Command "update T set F = null where rowid = 25914";
Command "update T set F = null where rowid = 18564";
Command "update T set F = null where rowid = 27429";
Command "update T set F = null where rowid = 53016";
Command "update T set F = null where rowid = 49204";
Command "update T set F = null where rowid = 52063";
Command "update T set F = null where rowid = 59507";
Command "update T set F = null where rowid = 42424";
Command "update T set F = null where rowid = 10336";
Command "update T set F = null where rowid = 3317";
Command "update T set F = null where rowid = 38460";
Command "update T set F = null where rowid = 25549";
Command "update T set F = null where rowid = 6816";
Command "update T set F = null where rowid = 4916";
Command "update T set F = null where rowid = 8859";
Command "update T set F = null where rowid = 19938";
Command "update T set F = null where rowid = 13259";
Command "update T set F = null where rowid = 27823";
Command "update T set F = null where rowid = 61146";
Command "update T set F = null where rowid = 1719";
Command "update T set F = null where rowid = 42154";
Command "update T set F = null where rowid = 2042";
Command "update T set F = null where rowid = 15807";
Command "update T set F = null where rowid = 1164";
Command "update T set F = null where rowid = 52967";
Command "update T set F = null where rowid = 42142";
Command "update T set F = null where rowid = 55232";
Command "update T set F = null where rowid = 26900";
Command "update T set F = null where rowid = 32166";
Command "update T set F = null where rowid = 12369";
Command "update T set F = null where rowid = 5832";
Command "update T set F = null where rowid = 46331";
Command "update T set F = null where rowid = 42714";
Command "update T set F = null where rowid = 29705";
Command "update T set F = null where rowid = 42970";
Command "update T set F = null where rowid = 61253";
Command "update T set F = null where rowid = 51070";
Command "update T set F = null where rowid = 29840";
Command "update T set F = null where rowid = 31469";
Command "update T set F = null where rowid = 25613";
Command "update T set F = null where rowid = 56698";
Command "update T set F = null where rowid = 56062";
Command "update T set F = null where rowid = 6451";
Command "update T set F = null where rowid = 54515";
Command "update T set F = null where rowid = 22228";
Command "update T set F = null where rowid = 52356";
Command "update T set F = null where rowid = 20101";
Command "update T set F = null where rowid = 28598";
Command "update T set F = null where rowid = 51989";
Command "update T set F = null where rowid = 19718";
Command "update T set F = null where rowid = 36640";
Command "update T set F = null where rowid = 3434";
Command "update T set F = null where rowid = 42107";
Command "update T set F = null where rowid = 14065";
Command "update T set F = null where rowid = 46671";
Command "update T set F = null where rowid = 52749";
Command "update T set F = null where rowid = 18593";
Command "update T set F = null where rowid = 31941";
Command "update T set F = null where rowid = 1025";
Command "update T set F = null where rowid = 56281";
Command "update T set F = null where rowid = 823";
Command "update T set F = null where rowid = 72";
Command "update T set F = null where rowid = 17596";
Command "update T set F = null where rowid = 30848";
Command "update T set F = null where rowid = 53811";
Command "update T set F = null where rowid = 9142";
Command "update T set F = null where rowid = 44878";
Command "update T set F = null where rowid = 8213";
Command "update T set F = null where rowid = 39600";
Command "update T set F = null where rowid = 40166";
Command "update T set F = null where rowid = 30378";
Command "update T set F = null where rowid = 52157";
Command "update T set F = null where rowid = 11487";
Command "update T set F = null where rowid = 55616";
Command "update T set F = null where rowid = 30973";
Command "update T set F = null where rowid = 45452";
Command "update T set F = null where rowid = 3108";
Command "update T set F = null where rowid = 51170";
Command "update T set F = null where rowid = 40514";
Command "update T set F = null where rowid = 32698";
Command "update T set F = null where rowid = 321";
Command "update T set F = null where rowid = 53589";
Command "update T set F = null where rowid = 16499";
Command "update T set F = null where rowid = 53910";
Command "update T set F = null where rowid = 41345";
Command "update T set F = null where rowid = 17558";
Command "update T set F = null where rowid = 18403";
Command "update T set F = null where rowid = 27562";
Command "update T set F = null where rowid = 24173";
Command "update T set F = null where rowid = 9625";
Command "update T set F = null where rowid = 20367";
Command "update T set F = null where rowid = 22368";
Command "update T set F = null where rowid = 3853";
Command "update T set F = null where rowid = 34135";
Command "update T set F = null where rowid = 47761";
Command "update T set F = null where rowid = 17136";
Command "update T set F = null where rowid = 38730";
Command "update T set F = null where rowid = 23377";
Command "update T set F = null where rowid = 46661";
Command "update T set F = null where rowid = 46817";
Command "update T set F = null where rowid = 33933";
Command "update T set F = null where rowid = 60151";
Command "update T set F = null where rowid = 33320";
Command "update T set F = null where rowid = 49754";
Command "update T set F = null where rowid = 42016";
Command "update T set F = null where rowid = 47370";
Command "update T set F = null where rowid = 40561";
Command "update T set F = null where rowid = 58135";
Command "update T set F = null where rowid = 15455";
Command "update T set F = null where rowid = 19235";
Command "update T set F = null where rowid = 18589";
Command "update T set F = null where rowid = 11652";
Command "update T set F = null where rowid = 7669";
Command "update T set F = null where rowid = 42800";
Command "update T set F = null where rowid = 39219";
Command "update T set F = null where rowid = 29520";
Command "update T set F = null where rowid = 24043";
Command "update T set F = null where rowid = 43676";
Command "update T set F = null where rowid = 6465";
Command "update T set F = null where rowid = 16167";
Command "update T set F = null where rowid = 22923";
Command "update T set F = null where rowid = 7908";
Command "update T set F = null where rowid = 18353";
Command "update T set F = null where rowid = 14270";
Command "update T set F = null where rowid = 55181";
Command "update T set F = null where rowid = 34391";
Command "update T set F = null where rowid = 9033";
Command "update T set F = null where rowid = 17401";
Command "update T set F = null where rowid = 45877";
Command "update T set F = null where rowid = 38558";
Command "update T set F = null where rowid = 25379";
Command "update T set F = null where rowid = 17611";
Command "update T set F = null where rowid = 15749";
Command "update T set F = null where rowid = 5461";
Command "update T set F = null where rowid = 35044";
Command "update T set F = null where rowid = 47427";
Command "update T set F = null where rowid = 54037";
Command "update T set F = null where rowid = 30990";
Command "update T set F = null where rowid = 12920";
Command "update T set F = null where rowid = 11452";
Command "update T set F = null where rowid = 44711";
Command "update T set F = null where rowid = 37947";
Command "update T set F = null where rowid = 58618";
Command "update T set F = null where rowid = 2281";
Command "update T set F = null where rowid = 43057";
Command "update T set F = null where rowid = 10759";
Command "update T set F = null where rowid = 41179";
Command "update T set F = null where rowid = 9129";
Command "update T set F = null where rowid = 37519";
Command "update T set F = null where rowid = 10380";
Command "update T set F = null where rowid = 51677";
Command "update T set F = null where rowid = 60426";
Command "update T set F = null where rowid = 37149";
Command "update T set F = null where rowid = 34531";
Command "update T set F = null where rowid = 17501";
Command "update T set F = null where rowid = 14120";
Command "update T set F = null where rowid = 44080";
Command "update T set F = null where rowid = 43590";
Command "update T set F = null where rowid = 34373";
Command "update T set F = null where rowid = 50166";
Command "update T set F = null where rowid = 2584";
Command "update T set F = null where rowid = 22970";
Command "update T set F = null where rowid = 47177";
Command "update T set F = null where rowid = 29174";
Command "update T set F = null where rowid = 25177";
Command "update T set F = null where rowid = 24233";
Command "update T set F = null where rowid = 22751";
Command "update T set F = null where rowid = 56546";
Command "update T set F = null where rowid = 32086";
Command "update T set F = null where rowid = 51224";
Command "update T set F = null where rowid = 40061";
Command "update T set F = null where rowid = 6252";
Command "update T set F = null where rowid = 39969";
Command "update T set F = null where rowid = 11649";
Command "update T set F = null where rowid = 30400";
Command "update T set F = null where rowid = 14692";
Command "update T set F = null where rowid = 20191";
Command "update T set F = null where rowid = 44270";
Command "update T set F = null where rowid = 9182";
Command "update T set F = null where rowid = 44213";
Command "update T set F = null where rowid = 92";
Command "update T set F = null where rowid = 51433";
Command "update T set F = null where rowid = 29406";
Command "update T set F = null where rowid = 24958";
Command "update T set F = null where rowid = 16385";
Command "update T set F = null where rowid = 1799";
Command "update T set F = null where rowid = 7202";
Command "update T set F = null where rowid = 20661";
Command "update T set F = null where rowid = 19946";
Command "update T set F = null where rowid = 48875";
Command "update T set F = null where rowid = 53975";
Command "update T set F = null where rowid = 55031";
Command "update T set F = null where rowid = 49468";
Command "update T set F = null where rowid = 52158";
Command "update T set F = null where rowid = 4021";
Command "update T set F = null where rowid = 43832";
Command "update T set F = null where rowid = 37877";
Command "update T set F = null where rowid = 45594";
Command "update T set F = null where rowid = 18502";
Command "update T set F = null where rowid = 57969";
Command "update T set F = null where rowid = 44136";
Command "update T set F = null where rowid = 44373";
Command "update T set F = null where rowid = 50055";
Command "update T set F = null where rowid = 55898";
Command "update T set F = null where rowid = 37987";
Command "update T set F = null where rowid = 40281";
Command "update T set F = null where rowid = 36846";
Command "update T set F = null where rowid = 13037";
Command "update T set F = null where rowid = 29677";
Command "update T set F = null where rowid = 49044";
Command "update T set F = null where rowid = 38813";
Command "update T set F = null where rowid = 9314";
Command "update T set F = null where rowid = 3084";
Command "update T set F = null where rowid = 58700";
Command "update T set F = null where rowid = 12340";
Command "update T set F = null where rowid = 47205";
Command "update T set F = null where rowid = 44119";
Command "update T set F = null where rowid = 46836";
Command "update T set F = null where rowid = 26174";
Command "update T set F = null where rowid = 42621";
Command "update T set F = null where rowid = 20268";
Command "update T set F = null where rowid = 46591";
Command "update T set F = null where rowid = 29514";
Command "update T set F = null where rowid = 6672";
Command "update T set F = null where rowid = 1245";
Command "update T set F = null where rowid = 16325";
Command "update T set F = null where rowid = 42257";
Command "update T set F = null where rowid = 57130";
Command "update T set F = null where rowid = 42569";
Command "update T set F = null where rowid = 21034";
Command "update T set F = null where rowid = 51568";
Command "update T set F = null where rowid = 51798";
Command "update T set F = null where rowid = 34344";
Command "update T set F = null where rowid = 30847";
Command "update T set F = null where rowid = 25132";
Command "update T set F = null where rowid = 31396";
Command "update T set F = null where rowid = 61443";
Command "update T set F = null where rowid = 30906";
Command "update T set F = null where rowid = 33317";
Command "update T set F = null where rowid = 26292";
Command "update T set F = null where rowid = 4383";
Command "update T set F = null where rowid = 33042";
Command "update T set F = null where rowid = 56779";
Command "update T set F = null where rowid = 59649";
Command "update T set F = null where rowid = 39675";
Command "update T set F = null where rowid = 25471";
Command "update T set F = null where rowid = 52700";
Command "update T set F = null where rowid = 16804";
Command "update T set F = null where rowid = 553";
Command "update T set F = null where rowid = 22124";
Command "update T set F = null where rowid = 20278";
Command "update T set F = null where rowid = 51256";
Command "update T set F = null where rowid = 49694";
Command "update T set F = null where rowid = 6083";
Command "update T set F = null where rowid = 19934";
Command "update T set F = null where rowid = 31966";
Command "update T set F = null where rowid = 38259";
Command "update T set F = null where rowid = 28948";
Command "update T set F = null where rowid = 41525";
Command "update T set F = null where rowid = 9060";
Command "update T set F = null where rowid = 32256";
Command "update T set F = null where rowid = 52921";
Command "update T set F = null where rowid = 34035";
Command "update T set F = null where rowid = 37366";
Command "update T set F = null where rowid = 48139";
Command "update T set F = null where rowid = 3543";
Command "update T set F = null where rowid = 59994";
Command "update T set F = null where rowid = 60397";
Command "update T set F = null where rowid = 13748";
Command "update T set F = null where rowid = 12139";
Command "update T set F = null where rowid = 44304";
Command "update T set F = null where rowid = 60085";
Command "update T set F = null where rowid = 41792";
Command "update T set F = null where rowid = 23422";
Command "update T set F = null where rowid = 14418";
Command "update T set F = null where rowid = 51264";
Command "update T set F = null where rowid = 4243";
Command "update T set F = null where rowid = 11566";
Command "update T set F = null where rowid = 54582";
Command "update T set F = null where rowid = 36820";
Command "update T set F = null where rowid = 4380";
Command "update T set F = null where rowid = 21832";
Command "update T set F = null where rowid = 20432";
Command "update T set F = null where rowid = 35541";
Command "update T set F = null where rowid = 17430";
Command "update T set F = null where rowid = 12884";
Command "update T set F = null where rowid = 48284";
Command "update T set F = null where rowid = 32938";
Command "update T set F = null where rowid = 51487";
Command "update T set F = null where rowid = 23076";
Command "update T set F = null where rowid = 49668";
Command "update T set F = null where rowid = 42393";
Command "update T set F = null where rowid = 25919";
Command "update T set F = null where rowid = 1849";
Command "update T set F = null where rowid = 4290";
Command "update T set F = null where rowid = 5439";
Command "update T set F = null where rowid = 50318";
Command "update T set F = null where rowid = 51104";
Command "update T set F = null where rowid = 34385";
Command "update T set F = null where rowid = 36448";
Command "update T set F = null where rowid = 3451";
Command "update T set F = null where rowid = 36321";
Command "update T set F = null where rowid = 5381";
Command "update T set F = null where rowid = 27605";
Command "update T set F = null where rowid = 28539";
Command "update T set F = null where rowid = 40101";
Command "update T set F = null where rowid = 28708";
Command "update T set F = null where rowid = 27705";
Command "update T set F = null where rowid = 40360";
Command "update T set F = null where rowid = 27242";
Command "update T set F = null where rowid = 42225";
Command "update T set F = null where rowid = 38055";
Command "update T set F = null where rowid = 8951";
Command "update T set F = null where rowid = 40608";
Command "update T set F = null where rowid = 15502";
Command "update T set F = null where rowid = 27399";
Command "update T set F = null where rowid = 49585";
Command "update T set F = null where rowid = 56027";
Command "update T set F = null where rowid = 26159";
Command "update T set F = null where rowid = 31780";
Command "update T set F = null where rowid = 18019";
Command "update T set F = null where rowid = 17214";
Command "update T set F = null where rowid = 23580";
Command "update T set F = null where rowid = 16316";
Command "update T set F = null where rowid = 11354";
Command "update T set F = null where rowid = 43959";
Command "update T set F = null where rowid = 26996";
Command "update T set F = null where rowid = 27724";
Command "update T set F = null where rowid = 21916";
Command "update T set F = null where rowid = 50229";
Command "update T set F = null where rowid = 5393";
Command "update T set F = null where rowid = 15442";
Command "update T set F = null where rowid = 55159";
Command "update T set F = null where rowid = 4758";
Command "update T set F = null where rowid = 41260";
Command "update T set F = null where rowid = 16287";
Command "update T set F = null where rowid = 46558";
Command "update T set F = null where rowid = 12518";
Command "update T set F = null where rowid = 23886";
Command "update T set F = null where rowid = 4537";
Command "update T set F = null where rowid = 9665";
Command "update T set F = null where rowid = 58791";
Command "update T set F = null where rowid = 6705";
Command "update T set F = null where rowid = 4201";
Command "update T set F = null where rowid = 60577";
Command "update T set F = null where rowid = 7188";
Command "update T set F = null where rowid = 22043";
Command "update T set F = null where rowid = 60907";
Command "update T set F = null where rowid = 14172";
Command "update T set F = null where rowid = 40944";
Command "update T set F = null where rowid = 35329";
Command "update T set F = null where rowid = 43721";
Command "update T set F = null where rowid = 6450";
Command "update T set F = null where rowid = 22784";
Command "update T set F = null where rowid = 37859";
Command "update T set F = null where rowid = 43848";
Command "update T set F = null where rowid = 55660";
Command "update T set F = null where rowid = 19397";
Command "update T set F = null where rowid = 6537";
Command "update T set F = null where rowid = 6149";
Command "update T set F = null where rowid = 40172";
Command "update T set F = null where rowid = 21367";
Command "update T set F = null where rowid = 25029";
Command "update T set F = null where rowid = 13102";
Command "update T set F = null where rowid = 53309";
Command "update T set F = null where rowid = 4810";
Command "update T set F = null where rowid = 14134";
Command "update T set F = null where rowid = 38312";
Command "update T set F = null where rowid = 32738";
Command "update T set F = null where rowid = 56449";
Command "update T set F = null where rowid = 56858";
Command "update T set F = null where rowid = 17203";
Command "update T set F = null where rowid = 18949";
Command "update T set F = null where rowid = 56663";
Command "update T set F = null where rowid = 50982";
Command "update T set F = null where rowid = 39137";
Command "update T set F = null where rowid = 60588";
Command "update T set F = null where rowid = 49077";
Command "update T set F = null where rowid = 16710";
Command "update T set F = null where rowid = 35984";
Command "update T set F = null where rowid = 18480";
Command "update T set F = null where rowid = 14451";
Command "update T set F = null where rowid = 4815";
Command "update T set F = null where rowid = 28600";
Command "update T set F = null where rowid = 48907";
Command "update T set F = null where rowid = 35515";
Command "update T set F = null where rowid = 51712";
Command "update T set F = null where rowid = 59176";
Command "update T set F = null where rowid = 44297";
Command "update T set F = null where rowid = 54932";
Command "update T set F = null where rowid = 25670";
Command "update T set F = null where rowid = 31650";
Command "update T set F = null where rowid = 45561";
Command "update T set F = null where rowid = 59021";
Command "update T set F = null where rowid = 57315";
Command "update T set F = null where rowid = 39068";
Command "update T set F = null where rowid = 14375";
Command "update T set F = null where rowid = 29393";
Command "update T set F = null where rowid = 48384";
Command "update T set F = null where rowid = 18346";
Command "update T set F = null where rowid = 27379";
Command "update T set F = null where rowid = 52107";
Command "update T set F = null where rowid = 21708";
Command "update T set F = null where rowid = 19621";
Command "update T set F = null where rowid = 13054";
Command "update T set F = null where rowid = 44154";
Command "update T set F = null where rowid = 47754";
Command "update T set F = null where rowid = 17093";
Command "update T set F = null where rowid = 6536";
Command "update T set F = null where rowid = 7623";
Command "update T set F = null where rowid = 25535";
Command "update T set F = null where rowid = 51690";
Command "update T set F = null where rowid = 37732";
Command "update T set F = null where rowid = 18581";
Command "update T set F = null where rowid = 26393";
Command "update T set F = null where rowid = 15467";
Command "update T set F = null where rowid = 19488";
Command "update T set F = null where rowid = 49510";
Command "update T set F = null where rowid = 34991";
Command "update T set F = null where rowid = 48710";
Command "update T set F = null where rowid = 15698";
Command "update T set F = null where rowid = 40320";
Command "update T set F = null where rowid = 1480";
Command "update T set F = null where rowid = 20563";
Command "update T set F = null where rowid = 29293";
Command "update T set F = null where rowid = 2919";
Command "update T set F = null where rowid = 34640";
Command "update T set F = null where rowid = 35072";
Command "update T set F = null where rowid = 59362";
Command "update T set F = null where rowid = 8870";
Command "update T set F = null where rowid = 41283";
Command "update T set F = null where rowid = 45137";
Command "update T set F = null where rowid = 53478";
Command "update T set F = null where rowid = 5289";
Command "update T set F = null where rowid = 54447";
Command "update T set F = null where rowid = 27037";
Command "update T set F = null where rowid = 59840";
Command "update T set F = null where rowid = 54376";
Command "update T set F = null where rowid = 35452";
Command "update T set F = null where rowid = 14097";
Command "update T set F = null where rowid = 8991";
Command "update T set F = null where rowid = 7880";
Command "update T set F = null where rowid = 28369";
Command "update T set F = null where rowid = 21718";
Command "update T set F = null where rowid = 4799";
Command "update T set F = null where rowid = 20106";
Command "update T set F = null where rowid = 18";
Command "update T set F = null where rowid = 13413";
Command "update T set F = null where rowid = 14516";
Command "update T set F = null where rowid = 4611";
Command "update T set F = null where rowid = 12845";
Command "update T set F = null where rowid = 2844";
Command "update T set F = null where rowid = 31964";
Command "update T set F = null where rowid = 43654";
Command "update T set F = null where rowid = 37230";
Command "update T set F = null where rowid = 10959";
Command "update T set F = null where rowid = 43233";
Command "update T set F = null where rowid = 37494";
Command "update T set F = null where rowid = 56166";
Command "update T set F = null where rowid = 38018";
Command "update T set F = null where rowid = 14095";
Command "update T set F = null where rowid = 58041";
Command "update T set F = null where rowid = 20857";
Command "update T set F = null where rowid = 50654";
Command "update T set F = null where rowid = 12402";
Command "update T set F = null where rowid = 14219";
Command "update T set F = null where rowid = 33445";
Command "update T set F = null where rowid = 8095";
Command "update T set F = null where rowid = 53072";
Command "update T set F = null where rowid = 31152";
Command "update T set F = null where rowid = 36280";
Command "update T set F = null where rowid = 20184";
Command "update T set F = null where rowid = 3022";
Command "update T set F = null where rowid = 11023";
Command "update T set F = null where rowid = 37402";
Command "update T set F = null where rowid = 43085";
Command "update T set F = null where rowid = 6541";
Command "update T set F = null where rowid = 41359";
Command "update T set F = null where rowid = 5972";
Command "update T set F = null where rowid = 21965";
Command "update T set F = null where rowid = 16506";
Command "update T set F = null where rowid = 23792";
Command "update T set F = null where rowid = 46327";
Command "update T set F = null where rowid = 3388";
Command "update T set F = null where rowid = 47632";
Command "update T set F = null where rowid = 12398";
Command "update T set F = null where rowid = 30557";
Command "update T set F = null where rowid = 20472";
Command "update T set F = null where rowid = 17447";
Command "update T set F = null where rowid = 17010";
Command "update T set F = null where rowid = 17897";
Command "update T set F = null where rowid = 46358";
Command "update T set F = null where rowid = 29420";
Command "update T set F = null where rowid = 21341";
Command "update T set F = null where rowid = 35008";
Command "update T set F = null where rowid = 48014";
Command "update T set F = null where rowid = 60472";
Command "update T set F = null where rowid = 27350";
Command "update T set F = null where rowid = 23436";
Command "update T set F = null where rowid = 23418";
Command "update T set F = null where rowid = 14830";
Command "update T set F = null where rowid = 51204";
Command "update T set F = null where rowid = 4605";
Command "update T set F = null where rowid = 27780";
Command "update T set F = null where rowid = 37141";
Command "update T set F = null where rowid = 46874";
Command "update T set F = null where rowid = 31289";
Command "update T set F = null where rowid = 2425";
Command "update T set F = null where rowid = 4077";
Command "update T set F = null where rowid = 4735";
Command "update T set F = null where rowid = 31438";
Command "update T set F = null where rowid = 43902";
Command "update T set F = null where rowid = 5388";
Command "update T set F = null where rowid = 18496";
Command "update T set F = null where rowid = 1908";
Command "update T set F = null where rowid = 33672";
Command "update T set F = null where rowid = 36548";
Command "update T set F = null where rowid = 30559";
Command "update T set F = null where rowid = 46662";
Command "update T set F = null where rowid = 59364";
Command "update T set F = null where rowid = 22460";
Command "update T set F = null where rowid = 29100";
Command "update T set F = null where rowid = 8028";
Command "update T set F = null where rowid = 49048";
Command "update T set F = null where rowid = 28335";
Command "update T set F = null where rowid = 7467";
Command "update T set F = null where rowid = 51766";
Command "update T set F = null where rowid = 17870";
Command "update T set F = null where rowid = 3932";
Command "update T set F = null where rowid = 43176";
Command "update T set F = null where rowid = 48087";
Command "update T set F = null where rowid = 59400";
Command "update T set F = null where rowid = 3171";
Command "update T set F = null where rowid = 6783";
Command "update T set F = null where rowid = 8230";
Command "update T set F = null where rowid = 58558";
Command "update T set F = null where rowid = 17366";
Command "update T set F = null where rowid = 11003";
Command "update T set F = null where rowid = 46598";
Command "update T set F = null where rowid = 20337";
Command "update T set F = null where rowid = 57900";
Command "update T set F = null where rowid = 51118";
Command "update T set F = null where rowid = 31231";
Command "update T set F = null where rowid = 51318";
Command "update T set F = null where rowid = 50326";
Command "update T set F = null where rowid = 41268";
Command "update T set F = null where rowid = 36685";
Command "update T set F = null where rowid = 11533";
Command "update T set F = null where rowid = 8152";
Command "update T set F = null where rowid = 36116";
Command "update T set F = null where rowid = 32429";
Command "update T set F = null where rowid = 14028";
Command "update T set F = null where rowid = 18276";
Command "update T set F = null where rowid = 54286";
Command "update T set F = null where rowid = 13868";
Command "update T set F = null where rowid = 56399";
Command "update T set F = null where rowid = 49295";
Command "update T set F = null where rowid = 58464";
Command "update T set F = null where rowid = 31006";
Command "update T set F = null where rowid = 53321";
Command "update T set F = null where rowid = 34917";
Command "update T set F = null where rowid = 6079";
Command "update T set F = null where rowid = 12642";
Command "update T set F = null where rowid = 28151";
Command "update T set F = null where rowid = 5856";
Command "update T set F = null where rowid = 4289";
Command "update T set F = null where rowid = 24166";
Command "update T set F = null where rowid = 52904";
Command "update T set F = null where rowid = 14605";
Command "update T set F = null where rowid = 38228";
Command "update T set F = null where rowid = 35603";
Command "update T set F = null where rowid = 21712";
Command "update T set F = null where rowid = 25648";
Command "update T set F = null where rowid = 5037";
Command "update T set F = null where rowid = 37352";
Command "update T set F = null where rowid = 3955";
Command "update T set F = null where rowid = 57981";
Command "update T set F = null where rowid = 50617";
Command "update T set F = null where rowid = 4957";
Command "update T set F = null where rowid = 27130";
Command "update T set F = null where rowid = 9656";
Command "update T set F = null where rowid = 56261";
Command "update T set F = null where rowid = 11954";
Command "update T set F = null where rowid = 19471";
Command "update T set F = null where rowid = 7236";
Command "update T set F = null where rowid = 3364";
Command "update T set F = null where rowid = 24682";
Command "update T set F = null where rowid = 25358";
Command "update T set F = null where rowid = 21611";
Command "update T set F = null where rowid = 16879";
Command "update T set F = null where rowid = 26438";
Command "update T set F = null where rowid = 27529";
Command "update T set F = null where rowid = 42554";
Command "update T set F = null where rowid = 33814";
Command "update T set F = null where rowid = 10578";
Command "update T set F = null where rowid = 28627";
Command "update T set F = null where rowid = 25839";
Command "update T set F = null where rowid = 17898";
Command "update T set F = null where rowid = 7985";
Command "update T set F = null where rowid = 8128";
Command "update T set F = null where rowid = 32831";
Command "update T set F = null where rowid = 36997";
Command "update T set F = null where rowid = 6560";
Command "update T set F = null where rowid = 24860";
Command "update T set F = null where rowid = 48936";
Command "update T set F = null where rowid = 9489";
Command "update T set F = null where rowid = 13617";
Command "update T set F = null where rowid = 6142";
Command "update T set F = null where rowid = 53701";
Command "update T set F = null where rowid = 36156";
Command "update T set F = null where rowid = 44509";
Command "update T set F = null where rowid = 42493";
Command "update T set F = null where rowid = 35868";
Command "update T set F = null where rowid = 34652";
Command "update T set F = null where rowid = 8148";
Command "update T set F = null where rowid = 42818";
Command "update T set F = null where rowid = 38455";
Command "update T set F = null where rowid = 12500";
Command "update T set F = null where rowid = 11204";
Command "update T set F = null where rowid = 9532";
Command "update T set F = null where rowid = 16490";
Command "update T set F = null where rowid = 8814";
Command "update T set F = null where rowid = 12511";
Command "update T set F = null where rowid = 8907";
Command "update T set F = null where rowid = 30138";
Command "update T set F = null where rowid = 24059";
Command "update T set F = null where rowid = 25477";
Command "update T set F = null where rowid = 60245";
Command "update T set F = null where rowid = 43843";
Command "update T set F = null where rowid = 47931";
Command "update T set F = null where rowid = 6967";
Command "update T set F = null where rowid = 17001";
Command "update T set F = null where rowid = 25428";
Command "update T set F = null where rowid = 25359";
Command "update T set F = null where rowid = 56803";
Command "update T set F = null where rowid = 2739";
Command "update T set F = null where rowid = 10684";
Command "update T set F = null where rowid = 18159";
Command "update T set F = null where rowid = 29911";
Command "update T set F = null where rowid = 8221";
Command "update T set F = null where rowid = 31899";
Command "update T set F = null where rowid = 55229";
Command "update T set F = null where rowid = 60998";
Command "update T set F = null where rowid = 37102";
Command "update T set F = null where rowid = 41103";
Command "update T set F = null where rowid = 50013";
Command "update T set F = null where rowid = 49149";
Command "update T set F = null where rowid = 36143";
Command "update T set F = null where rowid = 31464";
Command "update T set F = null where rowid = 52777";
Command "update T set F = null where rowid = 164";
Command "update T set F = null where rowid = 49550";
Command "update T set F = null where rowid = 9935";
Command "update T set F = null where rowid = 53523";
Command "update T set F = null where rowid = 42762";
Command "update T set F = null where rowid = 26726";
Command "update T set F = null where rowid = 36705";
Command "update T set F = null where rowid = 42301";
Command "update T set F = null where rowid = 42206";
Command "update T set F = null where rowid = 31485";
Command "update T set F = null where rowid = 9776";
Command "update T set F = null where rowid = 52660";
Command "update T set F = null where rowid = 61166";
Command "update T set F = null where rowid = 8916";
Command "update T set F = null where rowid = 47853";
Command "update T set F = null where rowid = 14167";
Command "update T set F = null where rowid = 19721";
Command "update T set F = null where rowid = 25050";
Command "update T set F = null where rowid = 30064";
Command "update T set F = null where rowid = 53342";
Command "update T set F = null where rowid = 6081";
Command "update T set F = null where rowid = 33533";
Command "update T set F = null where rowid = 29809";
Command "update T set F = null where rowid = 404";
Command "update T set F = null where rowid = 27633";
Command "update T set F = null where rowid = 16860";
Command "update T set F = null where rowid = 6751";
Command "update T set F = null where rowid = 4600";
Command "update T set F = null where rowid = 54833";
Command "update T set F = null where rowid = 52937";
Command "update T set F = null where rowid = 31786";
Command "update T set F = null where rowid = 26399";
Command "update T set F = null where rowid = 39656";
Command "update T set F = null where rowid = 416";
Command "update T set F = null where rowid = 9233";
Command "update T set F = null where rowid = 2535";
Command "update T set F = null where rowid = 9173";
Command "update T set F = null where rowid = 41680";
Command "update T set F = null where rowid = 38420";
Command "update T set F = null where rowid = 38134";
Command "update T set F = null where rowid = 48643";
Command "update T set F = null where rowid = 31870";
Command "update T set F = null where rowid = 29228";
Command "update T set F = null where rowid = 53674";
Command "update T set F = null where rowid = 11011";
Command "update T set F = null where rowid = 27560";
Command "update T set F = null where rowid = 37870";
Command "update T set F = null where rowid = 58582";
Command "update T set F = null where rowid = 13962";
Command "update T set F = null where rowid = 49521";
Command "update T set F = null where rowid = 14902";
Command "update T set F = null where rowid = 14978";
Command "update T set F = null where rowid = 26628";
Command "update T set F = null where rowid = 12325";
Command "update T set F = null where rowid = 50875";
Command "update T set F = null where rowid = 22113";
Command "update T set F = null where rowid = 12462";
Command "update T set F = null where rowid = 16839";
Command "update T set F = null where rowid = 12705";
Command "update T set F = null where rowid = 9527";
Command "update T set F = null where rowid = 40809";
Command "update T set F = null where rowid = 31733";
Command "update T set F = null where rowid = 54297";
Command "update T set F = null where rowid = 18333";
Command "update T set F = null where rowid = 30808";
Command "update T set F = null where rowid = 17775";
Command "update T set F = null where rowid = 12058";
Command "update T set F = null where rowid = 36019";
Command "update T set F = null where rowid = 14480";
Command "update T set F = null where rowid = 29052";
Command "update T set F = null where rowid = 33619";
Command "update T set F = null where rowid = 7059";
Command "update T set F = null where rowid = 17453";
Command "update T set F = null where rowid = 32421";
Command "update T set F = null where rowid = 34512";
Command "update T set F = null where rowid = 37060";
Command "update T set F = null where rowid = 42938";
Command "update T set F = null where rowid = 60599";
Command "update T set F = null where rowid = 30355";
Command "update T set F = null where rowid = 32368";
Command "update T set F = null where rowid = 10244";
Command "update T set F = null where rowid = 57537";
Command "update T set F = null where rowid = 12982";
Command "update T set F = null where rowid = 25681";
Command "update T set F = null where rowid = 56452";
Command "update T set F = null where rowid = 32262";
Command "update T set F = null where rowid = 53320";
Command "update T set F = null where rowid = 1340";
Command "update T set F = null where rowid = 10058";
Command "update T set F = null where rowid = 1078";
Command "update T set F = null where rowid = 47901";
Command "update T set F = null where rowid = 40029";
Command "update T set F = null where rowid = 11298";
Command "update T set F = null where rowid = 28069";
Command "update T set F = null where rowid = 50276";
Command "update T set F = null where rowid = 38755";
Command "update T set F = null where rowid = 60135";
Command "update T set F = null where rowid = 18170";
Command "update T set F = null where rowid = 9300";
Command "update T set F = null where rowid = 21380";
Command "update T set F = null where rowid = 31471";
Command "update T set F = null where rowid = 48045";
Command "update T set F = null where rowid = 12439";
Command "update T set F = null where rowid = 58750";
Command "update T set F = null where rowid = 40779";
Command "update T set F = null where rowid = 7295";
Command "update T set F = null where rowid = 27702";
Command "update T set F = null where rowid = 31883";
Command "update T set F = null where rowid = 55891";
Command "update T set F = null where rowid = 27545";
Command "update T set F = null where rowid = 14640";
Command "update T set F = null where rowid = 45094";
Command "update T set F = null where rowid = 15791";
Command "update T set F = null where rowid = 53418";
Command "update T set F = null where rowid = 48603";
Command "update T set F = null where rowid = 44687";
Command "update T set F = null where rowid = 6503";
Command "update T set F = null where rowid = 37248";
Command "update T set F = null where rowid = 57569";
Command "update T set F = null where rowid = 50042";
Command "update T set F = null where rowid = 8886";
Command "update T set F = null where rowid = 127";
Command "update T set F = null where rowid = 51694";
Command "update T set F = null where rowid = 15197";
Command "update T set F = null where rowid = 27467";
Command "update T set F = null where rowid = 9143";
Command "update T set F = null where rowid = 34348";
Command "update T set F = null where rowid = 37584";
Command "update T set F = null where rowid = 17582";
Command "update T set F = null where rowid = 39470";
Command "update T set F = null where rowid = 54150";
Command "update T set F = null where rowid = 34673";
Command "update T set F = null where rowid = 6256";
Command "update T set F = null where rowid = 31798";
Command "update T set F = null where rowid = 18666";
Command "update T set F = null where rowid = 35249";
Command "update T set F = null where rowid = 40555";
Command "update T set F = null where rowid = 51614";
Command "update T set F = null where rowid = 58356";
Command "update T set F = null where rowid = 34207";
Command "update T set F = null where rowid = 57549";
Command "update T set F = null where rowid = 23793";
Command "update T set F = null where rowid = 48968";
Command "update T set F = null where rowid = 11038";
Command "update T set F = null where rowid = 38664";
Command "update T set F = null where rowid = 35045";
Command "update T set F = null where rowid = 221";
Command "update T set F = null where rowid = 54175";
Command "update T set F = null where rowid = 38168";
Command "update T set F = null where rowid = 55855";
Command "update T set F = null where rowid = 46944";
Command "update T set F = null where rowid = 11009";
Command "update T set F = null where rowid = 13140";
Command "update T set F = null where rowid = 3728";
Command "update T set F = null where rowid = 56852";
Command "update T set F = null where rowid = 42928";
Command "update T set F = null where rowid = 41699";
Command "update T set F = null where rowid = 10064";
Command "update T set F = null where rowid = 244";
Command "update T set F = null where rowid = 19660";
Command "update T set F = null where rowid = 16283";
Command "update T set F = null where rowid = 31046";
Command "update T set F = null where rowid = 39965";
Command "update T set F = null where rowid = 14832";
Command "update T set F = null where rowid = 41648";
Command "update T set F = null where rowid = 52727";
Command "update T set F = null where rowid = 3715";
Command "update T set F = null where rowid = 3100";
Command "update T set F = null where rowid = 33754";
Command "update T set F = null where rowid = 59001";
Command "update T set F = null where rowid = 38220";
Command "update T set F = null where rowid = 29386";
Command "update T set F = null where rowid = 6835";
Command "update T set F = null where rowid = 34551";
Command "update T set F = null where rowid = 35807";
Command "update T set F = null where rowid = 25039";
Command "update T set F = null where rowid = 53158";
Command "update T set F = null where rowid = 21702";
Command "update T set F = null where rowid = 19219";
Command "update T set F = null where rowid = 5566";
Command "update T set F = null where rowid = 57973";
Command "update T set F = null where rowid = 23299";
Command "update T set F = null where rowid = 22402";
Command "update T set F = null where rowid = 11738";
Command "update T set F = null where rowid = 39357";
Command "update T set F = null where rowid = 19484";
Command "update T set F = null where rowid = 51750";
Command "update T set F = null where rowid = 35231";
Command "update T set F = null where rowid = 3198";
Command "update T set F = null where rowid = 33561";
Command "update T set F = null where rowid = 35240";
Command "update T set F = null where rowid = 30320";
Command "update T set F = null where rowid = 5957";
Command "update T set F = null where rowid = 54690";
Command "update T set F = null where rowid = 8749";
Command "update T set F = null where rowid = 9216";
Command "update T set F = null where rowid = 25993";
Command "update T set F = null where rowid = 57006";
Command "update T set F = null where rowid = 20279";
Command "update T set F = null where rowid = 8064";
Command "update T set F = null where rowid = 53421";
Command "update T set F = null where rowid = 3885";
Command "update T set F = null where rowid = 51618";
Command "update T set F = null where rowid = 53506";
Command "update T set F = null where rowid = 26823";
Command "update T set F = null where rowid = 15373";
Command "update T set F = null where rowid = 21487";
Command "update T set F = null where rowid = 2880";
Command "update T set F = null where rowid = 18364";
Command "update T set F = null where rowid = 59944";
Command "update T set F = null where rowid = 35793";
Command "update T set F = null where rowid = 3695";
Command "update T set F = null where rowid = 46396";
Command "update T set F = null where rowid = 42026";
Command "update T set F = null where rowid = 55410";
Command "update T set F = null where rowid = 51320";
Command "update T set F = null where rowid = 52701";
Command "update T set F = null where rowid = 5170";
Command "update T set F = null where rowid = 16424";
Command "update T set F = null where rowid = 52736";
Command "update T set F = null where rowid = 12640";
Command "update T set F = null where rowid = 50136";
Command "update T set F = null where rowid = 58044";
Command "update T set F = null where rowid = 54870";
Command "update T set F = null where rowid = 40038";
Command "update T set F = null where rowid = 59174";
Command "update T set F = null where rowid = 41383";
Command "update T set F = null where rowid = 2467";
Command "update T set F = null where rowid = 338";
Command "update T set F = null where rowid = 28647";
Command "update T set F = null where rowid = 197";
Command "update T set F = null where rowid = 25226";
Command "update T set F = null where rowid = 58369";
Command "update T set F = null where rowid = 49440";
Command "update T set F = null where rowid = 34282";
Command "update T set F = null where rowid = 529";
Command "update T set F = null where rowid = 2893";
Command "update T set F = null where rowid = 53470";
Command "update T set F = null where rowid = 26334";
Command "update T set F = null where rowid = 58102";
Command "update T set F = null where rowid = 20238";
Command "update T set F = null where rowid = 57680";
Command "update T set F = null where rowid = 33449";
Command "update T set F = null where rowid = 57546";
Command "update T set F = null where rowid = 952";
Command "update T set F = null where rowid = 551";
Command "update T set F = null where rowid = 46847";
Command "update T set F = null where rowid = 2344";
Command "update T set F = null where rowid = 10267";
Command "update T set F = null where rowid = 45157";
Command "update T set F = null where rowid = 46337";
Command "update T set F = null where rowid = 25878";
Command "update T set F = null where rowid = 2294";
Command "update T set F = null where rowid = 28658";
Command "update T set F = null where rowid = 46831";
Command "update T set F = null where rowid = 37019";
Command "update T set F = null where rowid = 19177";
Command "update T set F = null where rowid = 57815";
Command "update T set F = null where rowid = 12475";
Command "update T set F = null where rowid = 29494";
Command "update T set F = null where rowid = 4241";
Command "update T set F = null where rowid = 28561";
Command "update T set F = null where rowid = 28402";
Command "update T set F = null where rowid = 56010";
Command "update T set F = null where rowid = 57511";
Command "update T set F = null where rowid = 60030";
Command "update T set F = null where rowid = 1038";
Command "update T set F = null where rowid = 9338";
Command "update T set F = null where rowid = 2930";
Command "update T set F = null where rowid = 4174";
Command "update T set F = null where rowid = 48394";
Command "update T set F = null where rowid = 51251";
Command "update T set F = null where rowid = 19007";
Command "update T set F = null where rowid = 28233";
Command "update T set F = null where rowid = 18847";
Command "update T set F = null where rowid = 9199";
Command "update T set F = null where rowid = 12063";
Command "update T set F = null where rowid = 22211";
Command "update T set F = null where rowid = 25220";
Command "update T set F = null where rowid = 35109";
Command "update T set F = null where rowid = 11994";
Command "update T set F = null where rowid = 26382";
Command "update T set F = null where rowid = 48161";
Command "update T set F = null where rowid = 5370";
Command "update T set F = null where rowid = 45837";
Command "update T set F = null where rowid = 44908";
Command "update T set F = null where rowid = 26282";
Command "update T set F = null where rowid = 8619";
Command "update T set F = null where rowid = 20715";
Command "update T set F = null where rowid = 57044";
Command "update T set F = null where rowid = 43724";
Command "update T set F = null where rowid = 34469";
Command "update T set F = null where rowid = 55101";
Command "update T set F = null where rowid = 13089";
Command "update T set F = null where rowid = 297";
Command "update T set F = null where rowid = 34131";
Command "update T set F = null where rowid = 12091";
Command "update T set F = null where rowid = 5131";
Command "update T set F = null where rowid = 36228";
Command "update T set F = null where rowid = 43236";
Command "update T set F = null where rowid = 48767";
Command "update T set F = null where rowid = 36377";
Command "update T set F = null where rowid = 27480";
Command "update T set F = null where rowid = 21815";
Command "update T set F = null where rowid = 1233";
Command "update T set F = null where rowid = 5836";
Command "update T set F = null where rowid = 15196";
Command "update T set F = null where rowid = 2811";
Command "update T set F = null where rowid = 27581";
Command "update T set F = null where rowid = 57275";
Command "update T set F = null where rowid = 38510";
Command "update T set F = null where rowid = 2316";
Command "update T set F = null where rowid = 24960";
Command "update T set F = null where rowid = 20570";
Command "update T set F = null where rowid = 54537";
Command "update T set F = null where rowid = 52180";
Command "update T set F = null where rowid = 57782";
Command "update T set F = null where rowid = 36028";
Command "update T set F = null where rowid = 16292";
Command "update T set F = null where rowid = 57366";
Command "update T set F = null where rowid = 19281";
Command "update T set F = null where rowid = 9926";
Command "update T set F = null where rowid = 35366";
Command "update T set F = null where rowid = 28264";
Command "update T set F = null where rowid = 45660";
Command "update T set F = null where rowid = 55563";
Command "update T set F = null where rowid = 53249";
Command "update T set F = null where rowid = 50131";
Command "update T set F = null where rowid = 57472";
Command "update T set F = null where rowid = 57655";
Command "update T set F = null where rowid = 1753";
Command "update T set F = null where rowid = 57233";
Command "update T set F = null where rowid = 49297";
Command "update T set F = null where rowid = 60174";
Command "update T set F = null where rowid = 6124";
Command "update T set F = null where rowid = 24486";
Command "update T set F = null where rowid = 28324";
Command "update T set F = null where rowid = 56443";
Command "update T set F = null where rowid = 40869";
Command "update T set F = null where rowid = 20677";
Command "update T set F = null where rowid = 44405";
Command "update T set F = null where rowid = 13247";
Command "update T set F = null where rowid = 3239";
Command "update T set F = null where rowid = 37686";
Command "update T set F = null where rowid = 18138";
Command "update T set F = null where rowid = 39560";
Command "update T set F = null where rowid = 11873";
Command "update T set F = null where rowid = 34084";
Command "update T set F = null where rowid = 34849";
Command "update T set F = null where rowid = 8509";
Command "update T set F = null where rowid = 49109";
Command "update T set F = null where rowid = 34976";
Command "update T set F = null where rowid = 17474";
Command "update T set F = null where rowid = 3280";
Command "update T set F = null where rowid = 7215";
Command "update T set F = null where rowid = 51789";
Command "update T set F = null where rowid = 17464";
Command "update T set F = null where rowid = 23141";
Command "update T set F = null where rowid = 57931";
Command "update T set F = null where rowid = 35524";
Command "update T set F = null where rowid = 50272";
Command "update T set F = null where rowid = 8191";
Command "update T set F = null where rowid = 19956";
Command "update T set F = null where rowid = 17660";
Command "update T set F = null where rowid = 28721";
Command "update T set F = null where rowid = 19598";
Command "update T set F = null where rowid = 57173";
Command "update T set F = null where rowid = 60181";
Command "update T set F = null where rowid = 11696";
Command "update T set F = null where rowid = 27933";
Command "update T set F = null where rowid = 52630";
Command "update T set F = null where rowid = 50615";
Command "update T set F = null where rowid = 25308";
Command "update T set F = null where rowid = 5459";
Command "update T set F = null where rowid = 4743";
Command "update T set F = null where rowid = 27753";
Command "update T set F = null where rowid = 51147";
Command "update T set F = null where rowid = 22819";
Command "update T set F = null where rowid = 60895";
Command "update T set F = null where rowid = 29381";
Command "update T set F = null where rowid = 28092";
Command "update T set F = null where rowid = 11056";
Command "update T set F = null where rowid = 40826";
Command "update T set F = null where rowid = 23985";
Command "update T set F = null where rowid = 4442";
Command "update T set F = null where rowid = 22781";
Command "update T set F = null where rowid = 13370";
Command "update T set F = null where rowid = 52056";
Command "update T set F = null where rowid = 61453";
Command "update T set F = null where rowid = 6259";
Command "update T set F = null where rowid = 60304";
Command "update T set F = null where rowid = 22206";
Command "update T set F = null where rowid = 28132";
Command "update T set F = null where rowid = 33700";
Command "update T set F = null where rowid = 53544";
Command "update T set F = null where rowid = 14470";
Command "update T set F = null where rowid = 48579";
Command "update T set F = null where rowid = 52286";
Command "update T set F = null where rowid = 5250";
Command "update T set F = null where rowid = 15875";
Command "update T set F = null where rowid = 7101";
Command "update T set F = null where rowid = 2529";
Command "update T set F = null where rowid = 2243";
Command "update T set F = null where rowid = 40054";
Command "update T set F = null where rowid = 748";
Command "update T set F = null where rowid = 1250";
Command "update T set F = null where rowid = 20622";
Command "update T set F = null where rowid = 1371";
Command "update T set F = null where rowid = 18522";
Command "update T set F = null where rowid = 22762";
Command "update T set F = null where rowid = 10802";
Command "update T set F = null where rowid = 1431";
Command "update T set F = null where rowid = 16222";
Command "update T set F = null where rowid = 39658";
Command "update T set F = null where rowid = 37343";
Command "update T set F = null where rowid = 7212";
Command "update T set F = null where rowid = 52573";
Command "update T set F = null where rowid = 43352";
Command "update T set F = null where rowid = 27316";
Command "update T set F = null where rowid = 56236";
Command "update T set F = null where rowid = 23145";
Command "update T set F = null where rowid = 24220";
Command "update T set F = null where rowid = 22823";
Command "update T set F = null where rowid = 12035";
Command "update T set F = null where rowid = 181";
Command "update T set F = null where rowid = 11539";
Command "update T set F = null where rowid = 13016";
Command "update T set F = null where rowid = 19939";
Command "update T set F = null where rowid = 6359";
Command "update T set F = null where rowid = 45516";
Command "update T set F = null where rowid = 26931";
Command "update T set F = null where rowid = 30200";
Command "update T set F = null where rowid = 12702";
Command "update T set F = null where rowid = 57165";
Command "update T set F = null where rowid = 53761";
Command "update T set F = null where rowid = 20670";
Command "update T set F = null where rowid = 38524";
Command "update T set F = null where rowid = 432";
Command "update T set F = null where rowid = 43934";
Command "update T set F = null where rowid = 58293";
Command "update T set F = null where rowid = 17070";
Command "update T set F = null where rowid = 14378";
Command "update T set F = null where rowid = 2618";
Command "update T set F = null where rowid = 43743";
Command "update T set F = null where rowid = 17575";
Command "update T set F = null where rowid = 45753";
Command "update T set F = null where rowid = 7254";
Command "update T set F = null where rowid = 26658";
Command "update T set F = null where rowid = 24228";
Command "update T set F = null where rowid = 35666";
Command "update T set F = null where rowid = 32457";
Command "update T set F = null where rowid = 16800";
Command "update T set F = null where rowid = 12783";
Command "update T set F = null where rowid = 58386";
Command "update T set F = null where rowid = 52253";
Command "update T set F = null where rowid = 34675";
Command "update T set F = null where rowid = 26465";
Command "update T set F = null where rowid = 48846";
Command "update T set F = null where rowid = 31939";
Command "update T set F = null where rowid = 18491";
Command "update T set F = null where rowid = 52516";
Command "update T set F = null where rowid = 9151";
Command "update T set F = null where rowid = 2524";
Command "update T set F = null where rowid = 44919";
Command "update T set F = null where rowid = 22579";
Command "update T set F = null where rowid = 28739";
Command "update T set F = null where rowid = 28162";
Command "update T set F = null where rowid = 10115";
Command "update T set F = null where rowid = 52521";
Command "update T set F = null where rowid = 58573";
Command "update T set F = null where rowid = 774";
Command "update T set F = null where rowid = 43747";
Command "update T set F = null where rowid = 45138";
Command "update T set F = null where rowid = 39976";
Command "update T set F = null where rowid = 3316";
Command "update T set F = null where rowid = 57400";
Command "update T set F = null where rowid = 59148";
Command "update T set F = null where rowid = 25658";
Command "update T set F = null where rowid = 21198";
Command "update T set F = null where rowid = 33962";
Command "update T set F = null where rowid = 47562";
Command "update T set F = null where rowid = 61060";
Command "update T set F = null where rowid = 9521";
Command "update T set F = null where rowid = 9607";
Command "update T set F = null where rowid = 47715";
Command "update T set F = null where rowid = 37842";
Command "update T set F = null where rowid = 58882";
Command "update T set F = null where rowid = 18457";
Command "update T set F = null where rowid = 41773";
Command "update T set F = null where rowid = 11759";
Command "update T set F = null where rowid = 56465";
Command "update T set F = null where rowid = 47699";
Command "update T set F = null where rowid = 14421";
Command "update T set F = null where rowid = 51416";
Command "update T set F = null where rowid = 49240";
Command "update T set F = null where rowid = 50915";
Command "update T set F = null where rowid = 38519";
Command "update T set F = null where rowid = 43442";
Command "update T set F = null where rowid = 28566";
Command "update T set F = null where rowid = 31215";
Command "update T set F = null where rowid = 27514";
Command "update T set F = null where rowid = 3058";
Command "update T set F = null where rowid = 25520";
Command "update T set F = null where rowid = 52447";
Command "update T set F = null where rowid = 22262";
Command "update T set F = null where rowid = 5906";
Command "update T set F = null where rowid = 37774";
Command "update T set F = null where rowid = 35659";
Command "update T set F = null where rowid = 41061";
Command "update T set F = null where rowid = 18675";
Command "update T set F = null where rowid = 11570";
Command "update T set F = null where rowid = 36733";
Command "update T set F = null where rowid = 33116";
Command "update T set F = null where rowid = 43543";
Command "update T set F = null where rowid = 24134";
Command "update T set F = null where rowid = 29681";
Command "update T set F = null where rowid = 19305";
Command "update T set F = null where rowid = 32853";
Command "update T set F = null where rowid = 5332";
Command "update T set F = null where rowid = 24591";
Command "update T set F = null where rowid = 4711";
Command "update T set F = null where rowid = 38015";
Command "update T set F = null where rowid = 31552";
Command "update T set F = null where rowid = 16024";
Command "update T set F = null where rowid = 34470";
Command "update T set F = null where rowid = 27174";
Command "update T set F = null where rowid = 42823";
Command "update T set F = null where rowid = 3056";
Command "update T set F = null where rowid = 32915";
Command "update T set F = null where rowid = 10665";
Command "update T set F = null where rowid = 9040";
Command "update T set F = null where rowid = 3617";
Command "update T set F = null where rowid = 39940";
Command "update T set F = null where rowid = 6414";
Command "update T set F = null where rowid = 32412";
Command "update T set F = null where rowid = 1635";
Command "update T set F = null where rowid = 38324";
Command "update T set F = null where rowid = 36840";
Command "update T set F = null where rowid = 35255";
Command "update T set F = null where rowid = 5099";
Command "update T set F = null where rowid = 737";
Command "update T set F = null where rowid = 28292";
Command "update T set F = null where rowid = 17783";
Command "update T set F = null where rowid = 55271";
Command "update T set F = null where rowid = 59341";
Command "update T set F = null where rowid = 35890";
Command "update T set F = null where rowid = 58004";
Command "update T set F = null where rowid = 59006";
Command "update T set F = null where rowid = 60968";
Command "update T set F = null where rowid = 44839";
Command "update T set F = null where rowid = 44098";
Command "update T set F = null where rowid = 3635";
Command "update T set F = null where rowid = 49345";
Command "update T set F = null where rowid = 58221";
Command "update T set F = null where rowid = 12544";
Command "update T set F = null where rowid = 40271";
Command "update T set F = null where rowid = 22175";
Command "update T set F = null where rowid = 19414";
Command "update T set F = null where rowid = 57763";
Command "update T set F = null where rowid = 8055";
Command "update T set F = null where rowid = 22151";
Command "update T set F = null where rowid = 5806";
Command "update T set F = null where rowid = 54184";
Command "update T set F = null where rowid = 12537";
Command "update T set F = null where rowid = 10989";
Command "update T set F = null where rowid = 58547";
Command "update T set F = null where rowid = 52034";
Command "update T set F = null where rowid = 55624";
Command "update T set F = null where rowid = 32933";
Command "update T set F = null where rowid = 25811";
Command "update T set F = null where rowid = 24423";
Command "update T set F = null where rowid = 35155";
Command "update T set F = null where rowid = 4607";
Command "update T set F = null where rowid = 16240";
Command "update T set F = null where rowid = 36807";
Command "update T set F = null where rowid = 39515";
Command "update T set F = null where rowid = 34283";
Command "update T set F = null where rowid = 46463";
Command "update T set F = null where rowid = 36423";
Command "update T set F = null where rowid = 11304";
Command "update T set F = null where rowid = 231";
Command "update T set F = null where rowid = 44835";
Command "update T set F = null where rowid = 57585";
Command "update T set F = null where rowid = 48722";
Command "update T set F = null where rowid = 21068";
Command "update T set F = null where rowid = 37201";
Command "update T set F = null where rowid = 56514";
Command "update T set F = null where rowid = 2258";
Command "update T set F = null where rowid = 30699";
Command "update T set F = null where rowid = 56635";
Command "update T set F = null where rowid = 3983";
Command "update T set F = null where rowid = 10997";
Command "update T set F = null where rowid = 9864";
Command "update T set F = null where rowid = 25649";
Command "update T set F = null where rowid = 52541";
Command "update T set F = null where rowid = 4546";
Command "update T set F = null where rowid = 7525";
Command "update T set F = null where rowid = 30252";
Command "update T set F = null where rowid = 35731";
Command "update T set F = null where rowid = 58282";
Command "update T set F = null where rowid = 54471";
Command "update T set F = null where rowid = 1405";
Command "update T set F = null where rowid = 16944";
Command "update T set F = null where rowid = 7025";
Command "update T set F = null where rowid = 45324";
Command "update T set F = null where rowid = 59203";
Command "update T set F = null where rowid = 23663";
Command "update T set F = null where rowid = 18172";
Command "update T set F = null where rowid = 40400";
Command "update T set F = null where rowid = 53774";
Command "update T set F = null where rowid = 8178";
Command "update T set F = null where rowid = 11189";
Command "update T set F = null where rowid = 7332";
Command "update T set F = null where rowid = 18532";
Command "update T set F = null where rowid = 22752";
Command "update T set F = null where rowid = 35897";
Command "update T set F = null where rowid = 39564";
Command "update T set F = null where rowid = 2091";
Command "update T set F = null where rowid = 38751";
Command "update T set F = null where rowid = 3766";
Command "update T set F = null where rowid = 37988";
Command "update T set F = null where rowid = 9524";
Command "update T set F = null where rowid = 52901";
Command "update T set F = null where rowid = 55340";
Command "update T set F = null where rowid = 2374";
Command "update T set F = null where rowid = 23750";
Command "update T set F = null where rowid = 55459";
Command "update T set F = null where rowid = 12894";
Command "update T set F = null where rowid = 9399";
Command "update T set F = null where rowid = 4787";
Command "update T set F = null where rowid = 23957";
Command "update T set F = null where rowid = 52093";
Command "update T set F = null where rowid = 10272";
Command "update T set F = null where rowid = 5988";
Command "update T set F = null where rowid = 52430";
Command "update T set F = null where rowid = 41533";
Command "update T set F = null where rowid = 53272";
Command "update T set F = null where rowid = 26606";
Command "update T set F = null where rowid = 53280";
Command "update T set F = null where rowid = 39524";
Command "update T set F = null where rowid = 55258";
Command "update T set F = null where rowid = 40907";
Command "update T set F = null where rowid = 24442";
Command "update T set F = null where rowid = 32197";
Command "update T set F = null where rowid = 26871";
Command "update T set F = null where rowid = 54722";
Command "update T set F = null where rowid = 9740";
Command "update T set F = null where rowid = 55167";
Command "update T set F = null where rowid = 57153";
Command "update T set F = null where rowid = 34058";
Command "update T set F = null where rowid = 7208";
Command "update T set F = null where rowid = 24970";
Command "update T set F = null where rowid = 2628";
Command "update T set F = null where rowid = 28354";
Command "update T set F = null where rowid = 9539";
Command "update T set F = null where rowid = 56660";
Command "update T set F = null where rowid = 35026";
Command "update T set F = null where rowid = 57245";
Command "update T set F = null where rowid = 41166";
Command "update T set F = null where rowid = 14092";
Command "update T set F = null where rowid = 17304";
Command "update T set F = null where rowid = 45481";
Command "update T set F = null where rowid = 4385";
Command "update T set F = null where rowid = 54039";
Command "update T set F = null where rowid = 29366";
Command "update T set F = null where rowid = 16985";
Command "update T set F = null where rowid = 21632";
Command "update T set F = null where rowid = 28668";
Command "update T set F = null where rowid = 1186";
Command "update T set F = null where rowid = 9734";
Command "update T set F = null where rowid = 13740";
Command "update T set F = null where rowid = 54817";
Command "update T set F = null where rowid = 28329";
Command "update T set F = null where rowid = 58067";
Command "update T set F = null where rowid = 60263";
Command "update T set F = null where rowid = 25068";
Command "update T set F = null where rowid = 43297";
Command "update T set F = null where rowid = 50899";
Command "update T set F = null where rowid = 52462";
Command "update T set F = null where rowid = 32861";
Command "update T set F = null where rowid = 38543";
Command "update T set F = null where rowid = 6121";
Command "update T set F = null where rowid = 10768";
Command "update T set F = null where rowid = 10437";
Command "update T set F = null where rowid = 36066";
Command "update T set F = null where rowid = 5830";
Command "update T set F = null where rowid = 25975";
Command "update T set F = null where rowid = 7735";
Command "update T set F = null where rowid = 4432";
Command "update T set F = null where rowid = 14355";
Command "update T set F = null where rowid = 52725";
Command "update T set F = null where rowid = 20521";
Command "update T set F = null where rowid = 13864";
Command "update T set F = null where rowid = 39696";
Command "update T set F = null where rowid = 6911";
Command "update T set F = null where rowid = 43190";
Command "update T set F = null where rowid = 39330";
Command "update T set F = null where rowid = 49081";
Command "update T set F = null where rowid = 55784";
Command "update T set F = null where rowid = 60705";
Command "update T set F = null where rowid = 55918";
Command "update T set F = null where rowid = 32484";
Command "update T set F = null where rowid = 57515";
Command "update T set F = null where rowid = 27628";
Command "update T set F = null where rowid = 1962";
Command "update T set F = null where rowid = 23341";
Command "update T set F = null where rowid = 42708";
Command "update T set F = null where rowid = 39957";
Command "update T set F = null where rowid = 6043";
Command "update T set F = null where rowid = 49252";
Command "update T set F = null where rowid = 9378";
Command "update T set F = null where rowid = 49677";
Command "update T set F = null where rowid = 9487";
Command "update T set F = null where rowid = 50767";
Command "update T set F = null where rowid = 30068";
Command "update T set F = null where rowid = 47804";
Command "update T set F = null where rowid = 3187";
Command "update T set F = null where rowid = 49874";
Command "update T set F = null where rowid = 31370";
Command "update T set F = null where rowid = 21359";
Command "update T set F = null where rowid = 58562";
Command "update T set F = null where rowid = 26948";
Command "update T set F = null where rowid = 57170";
Command "update T set F = null where rowid = 25780";
Command "update T set F = null where rowid = 50770";
Command "update T set F = null where rowid = 43228";
Command "update T set F = null where rowid = 24175";
Command "update T set F = null where rowid = 12660";
Command "update T set F = null where rowid = 52031";
Command "update T set F = null where rowid = 29805";
Command "update T set F = null where rowid = 26295";
Command "update T set F = null where rowid = 58239";
Command "update T set F = null where rowid = 5403";
Command "update T set F = null where rowid = 29312";
Command "update T set F = null where rowid = 37601";
Command "update T set F = null where rowid = 33985";
Command "update T set F = null where rowid = 38465";
Command "update T set F = null where rowid = 42014";
Command "update T set F = null where rowid = 59669";
Command "update T set F = null where rowid = 58080";
Command "update T set F = null where rowid = 55473";
Command "update T set F = null where rowid = 59961";
Command "update T set F = null where rowid = 52683";
Command "update T set F = null where rowid = 7262";
Command "update T set F = null where rowid = 23404";
Command "update T set F = null where rowid = 57608";
Command "update T set F = null where rowid = 36407";
Command "update T set F = null where rowid = 4352";
Command "update T set F = null where rowid = 4885";
Command "update T set F = null where rowid = 36369";
Command "update T set F = null where rowid = 5656";
Command "update T set F = null where rowid = 31963";
Command "update T set F = null where rowid = 4287";
Command "update T set F = null where rowid = 16151";
Command "update T set F = null where rowid = 10865";
Command "update T set F = null where rowid = 38805";
Command "update T set F = null where rowid = 5145";
Command "update T set F = null where rowid = 45441";
Command "update T set F = null where rowid = 1087";
Command "update T set F = null where rowid = 60983";
Command "update T set F = null where rowid = 26097";
Command "update T set F = null where rowid = 30793";
Command "update T set F = null where rowid = 50182";
Command "update T set F = null where rowid = 33009";
Command "update T set F = null where rowid = 60885";
Command "update T set F = null where rowid = 38949";
Command "update T set F = null where rowid = 17195";
Command "update T set F = null where rowid = 61248";
Command "update T set F = null where rowid = 39709";
Command "update T set F = null where rowid = 35839";
Command "update T set F = null where rowid = 34062";
Command "update T set F = null where rowid = 52120";
Command "update T set F = null where rowid = 60099";
Command "update T set F = null where rowid = 24327";
Command "update T set F = null where rowid = 15978";
Command "update T set F = null where rowid = 40066";
Command "update T set F = null where rowid = 8287";
Command "update T set F = null where rowid = 38118";
Command "update T set F = null where rowid = 61215";
Command "update T set F = null where rowid = 33491";
Command "update T set F = null where rowid = 16708";
Command "update T set F = null where rowid = 29545";
Command "update T set F = null where rowid = 13386";
Command "update T set F = null where rowid = 56976";
Command "update T set F = null where rowid = 55146";
Command "update T set F = null where rowid = 57715";
Command "update T set F = null where rowid = 135";
Command "update T set F = null where rowid = 29457";
Command "update T set F = null where rowid = 58316";
Command "update T set F = null where rowid = 52618";
Command "update T set F = null where rowid = 31346";
Command "update T set F = null where rowid = 19647";
Command "update T set F = null where rowid = 6696";
Command "update T set F = null where rowid = 28507";
Command "update T set F = null where rowid = 28340";
Command "update T set F = null where rowid = 52923";
Command "update T set F = null where rowid = 25600";
Command "update T set F = null where rowid = 33215";
Command "update T set F = null where rowid = 7710";
Command "update T set F = null where rowid = 41943";
Command "update T set F = null where rowid = 57768";
Command "update T set F = null where rowid = 6553";
Command "update T set F = null where rowid = 20132";
Command "update T set F = null where rowid = 19971";
Command "update T set F = null where rowid = 776";
Command "update T set F = null where rowid = 14984";
Command "update T set F = null where rowid = 14861";
Command "update T set F = null where rowid = 44019";
Command "update T set F = null where rowid = 42464";
Command "update T set F = null where rowid = 59904";
Command "update T set F = null where rowid = 57741";
Command "update T set F = null where rowid = 10847";
Command "update T set F = null where rowid = 40533";
Command "update T set F = null where rowid = 25145";
Command "update T set F = null where rowid = 35374";
Command "update T set F = null where rowid = 20321";
Command "update T set F = null where rowid = 19095";
Command "update T set F = null where rowid = 46001";
Command "update T set F = null where rowid = 11763";
Command "update T set F = null where rowid = 25274";
Command "update T set F = null where rowid = 6446";
Command "update T set F = null where rowid = 1028";
Command "update T set F = null where rowid = 56068";
Command "update T set F = null where rowid = 43035";
Command "update T set F = null where rowid = 16061";
Command "update T set F = null where rowid = 7694";
Command "update T set F = null where rowid = 15644";
Command "update T set F = null where rowid = 48637";
Command "update T set F = null where rowid = 58617";
Command "update T set F = null where rowid = 49357";
Command "update T set F = null where rowid = 35211";
Command "update T set F = null where rowid = 18531";
Command "update T set F = null where rowid = 25580";
Command "update T set F = null where rowid = 864";
Command "update T set F = null where rowid = 35742";
Command "update T set F = null where rowid = 4984";
Command "update T set F = null where rowid = 36360";
Command "update T set F = null where rowid = 12750";
Command "update T set F = null where rowid = 36271";
Command "update T set F = null where rowid = 2207";
Command "update T set F = null where rowid = 17840";
Command "update T set F = null where rowid = 21481";
Command "update T set F = null where rowid = 6970";
Command "update T set F = null where rowid = 32714";
Command "update T set F = null where rowid = 24606";
Command "update T set F = null where rowid = 51127";
Command "update T set F = null where rowid = 3612";
Command "update T set F = null where rowid = 21517";
Command "update T set F = null where rowid = 49824";
Command "update T set F = null where rowid = 18771";
Command "update T set F = null where rowid = 7520";
Command "update T set F = null where rowid = 46830";
Command "update T set F = null where rowid = 40023";
Command "update T set F = null where rowid = 22335";
Command "update T set F = null where rowid = 27001";
Command "update T set F = null where rowid = 13497";
Command "update T set F = null where rowid = 199";
Command "update T set F = null where rowid = 56050";
Command "update T set F = null where rowid = 1460";
Command "update T set F = null where rowid = 9934";
Command "update T set F = null where rowid = 58254";
Command "update T set F = null where rowid = 9096";
Command "update T set F = null where rowid = 31752";
Command "update T set F = null where rowid = 20491";
Command "update T set F = null where rowid = 57528";
Command "update T set F = null where rowid = 22457";
Command "update T set F = null where rowid = 54731";
Command "update T set F = null where rowid = 39998";
Command "update T set F = null where rowid = 60185";
Command "update T set F = null where rowid = 40593";
Command "update T set F = null where rowid = 46374";
Command "update T set F = null where rowid = 14508";
Command "update T set F = null where rowid = 26865";
Command "update T set F = null where rowid = 41927";
Command "update T set F = null where rowid = 46455";
Command "update T set F = null where rowid = 52360";
Command "update T set F = null where rowid = 17523";
Command "update T set F = null where rowid = 20226";
Command "update T set F = null where rowid = 37523";
Command "update T set F = null where rowid = 56360";
Command "update T set F = null where rowid = 50975";
Command "update T set F = null where rowid = 13114";
Command "update T set F = null where rowid = 21548";
Command "update T set F = null where rowid = 57707";
Command "update T set F = null where rowid = 28645";
Command "update T set F = null where rowid = 5348";
Command "update T set F = null where rowid = 52750";
Command "update T set F = null where rowid = 57909";
Command "update T set F = null where rowid = 30083";
Command "update T set F = null where rowid = 10192";
Command "update T set F = null where rowid = 37910";
Command "update T set F = null where rowid = 50172";
Command "update T set F = null where rowid = 1537";
Command "update T set F = null where rowid = 11597";
Command "update T set F = null where rowid = 21704";
Command "update T set F = null where rowid = 51083";
Command "update T set F = null where rowid = 33706";
Command "update T set F = null where rowid = 46882";
Command "update T set F = null where rowid = 22418";
Command "update T set F = null where rowid = 936";
Command "update T set F = null where rowid = 398";
Command "update T set F = null where rowid = 25941";
Command "update T set F = null where rowid = 60175";
Command "update T set F = null where rowid = 14857";
Command "update T set F = null where rowid = 15018";
Command "update T set F = null where rowid = 9477";
Command "update T set F = null where rowid = 10956";
Command "update T set F = null where rowid = 5121";
Command "update T set F = null where rowid = 22017";
Command "update T set F = null where rowid = 54609";
Command "update T set F = null where rowid = 43127";
Command "update T set F = null where rowid = 17909";
Command "update T set F = null where rowid = 52003";
Command "update T set F = null where rowid = 51514";
Command "update T set F = null where rowid = 35016";
Command "update T set F = null where rowid = 8372";
Command "update T set F = null where rowid = 7329";
Command "update T set F = null where rowid = 45638";
Command "update T set F = null where rowid = 42344";
Command "update T set F = null where rowid = 53839";
Command "update T set F = null where rowid = 9870";
Command "update T set F = null where rowid = 41378";
Command "update T set F = null where rowid = 37985";
Command "update T set F = null where rowid = 3517";
Command "update T set F = null where rowid = 42123";
Command "update T set F = null where rowid = 29353";
Command "update T set F = null where rowid = 21350";
Command "update T set F = null where rowid = 18130";
Command "update T set F = null where rowid = 16223";
Command "update T set F = null where rowid = 33028";
Command "update T set F = null where rowid = 2571";
Command "update T set F = null where rowid = 25174";
Command "update T set F = null where rowid = 43765";
Command "update T set F = null where rowid = 53113";
Command "update T set F = null where rowid = 38211";
Command "update T set F = null where rowid = 22829";
Command "update T set F = null where rowid = 23808";
Command "update T set F = null where rowid = 25863";
Command "update T set F = null where rowid = 46965";
Command "update T set F = null where rowid = 47308";
Command "update T set F = null where rowid = 41469";
Command "update T set F = null where rowid = 4144";
Command "update T set F = null where rowid = 35499";
Command "update T set F = null where rowid = 6161";
Command "update T set F = null where rowid = 48400";
Command "update T set F = null where rowid = 2762";
Command "update T set F = null where rowid = 36953";
Command "update T set F = null where rowid = 55314";
Command "update T set F = null where rowid = 42997";
Command "update T set F = null where rowid = 38208";
Command "update T set F = null where rowid = 45647";
Command "update T set F = null where rowid = 19362";
Command "update T set F = null where rowid = 41541";
Command "update T set F = null where rowid = 52531";
Command "update T set F = null where rowid = 18117";
Command "update T set F = null where rowid = 30396";
Command "update T set F = null where rowid = 32190";
Command "update T set F = null where rowid = 50265";
Command "update T set F = null where rowid = 18953";
Command "update T set F = null where rowid = 44003";
Command "update T set F = null where rowid = 28232";
Command "update T set F = null where rowid = 8896";
Command "update T set F = null where rowid = 18722";
Command "update T set F = null where rowid = 17760";
Command "update T set F = null where rowid = 23119";
Command "update T set F = null where rowid = 25953";
Command "update T set F = null where rowid = 3924";
Command "update T set F = null where rowid = 41258";
Command "update T set F = null where rowid = 55065";
Command "update T set F = null where rowid = 42845";
Command "update T set F = null where rowid = 7996";
Command "update T set F = null where rowid = 52191";
Command "update T set F = null where rowid = 53684";
Command "update T set F = null where rowid = 56898";
Command "update T set F = null where rowid = 8040";
Command "update T set F = null where rowid = 25218";
Command "update T set F = null where rowid = 11974";
Command "update T set F = null where rowid = 13565";
Command "update T set F = null where rowid = 36225";
Command "update T set F = null where rowid = 11710";
Command "update T set F = null where rowid = 31840";
Command "update T set F = null where rowid = 44351";
Command "update T set F = null where rowid = 12480";
Command "update T set F = null where rowid = 16875";
Command "update T set F = null where rowid = 55958";
Command "update T set F = null where rowid = 41777";
Command "update T set F = null where rowid = 32851";
Command "update T set F = null where rowid = 31467";
Command "update T set F = null where rowid = 12488";
Command "update T set F = null where rowid = 36746";
Command "update T set F = null where rowid = 32715";
Command "update T set F = null where rowid = 44879";
Command "update T set F = null where rowid = 59714";
Command "update T set F = null where rowid = 11778";
Command "update T set F = null where rowid = 50477";
Command "update T set F = null where rowid = 17728";
Command "update T set F = null where rowid = 48833";
Command "update T set F = null where rowid = 39639";
Command "update T set F = null where rowid = 35534";
Command "update T set F = null where rowid = 22197";
Command "update T set F = null where rowid = 2599";
Command "update T set F = null where rowid = 36491";
Command "update T set F = null where rowid = 32342";
Command "update T set F = null where rowid = 60210";
Command "update T set F = null where rowid = 35695";
Command "update T set F = null where rowid = 52246";
Command "update T set F = null where rowid = 1311";
Command "update T set F = null where rowid = 37449";
Command "update T set F = null where rowid = 36550";
Command "update T set F = null where rowid = 56548";
Command "update T set F = null where rowid = 47429";
Command "update T set F = null where rowid = 54108";
Command "update T set F = null where rowid = 16088";
Command "update T set F = null where rowid = 14294";
Command "update T set F = null where rowid = 33438";
Command "update T set F = null where rowid = 31888";
Command "update T set F = null where rowid = 46409";
Command "update T set F = null where rowid = 684";
Command "update T set F = null where rowid = 36223";
Command "update T set F = null where rowid = 7065";
Command "update T set F = null where rowid = 14652";
Command "update T set F = null where rowid = 11910";
Command "update T set F = null where rowid = 46377";
Command "update T set F = null where rowid = 57163";
Command "update T set F = null where rowid = 4680";
Command "update T set F = null where rowid = 13093";
Command "update T set F = null where rowid = 5745";
Command "update T set F = null where rowid = 51248";
Command "update T set F = null where rowid = 48024";
Command "update T set F = null where rowid = 37520";
Command "update T set F = null where rowid = 20170";
Command "update T set F = null where rowid = 57208";
Command "update T set F = null where rowid = 60005";
Command "update T set F = null where rowid = 49237";
Command "update T set F = null where rowid = 50877";
Command "update T set F = null where rowid = 23129";
Command "update T set F = null where rowid = 19564";
Command "update T set F = null where rowid = 43040";
Command "update T set F = null where rowid = 4529";
Command "update T set F = null where rowid = 59885";
Command "update T set F = null where rowid = 53144";
Command "update T set F = null where rowid = 43854";
Command "update T set F = null where rowid = 41492";
Command "update T set F = null where rowid = 38727";
Command "update T set F = null where rowid = 34173";
Command "update T set F = null where rowid = 11790";
Command "update T set F = null where rowid = 24414";
Command "update T set F = null where rowid = 18029";
Command "update T set F = null where rowid = 43376";
Command "update T set F = null where rowid = 44961";
Command "update T set F = null where rowid = 42355";
Command "update T set F = null where rowid = 11456";
Command "update T set F = null where rowid = 23595";
Command "update T set F = null where rowid = 32090";
Command "update T set F = null where rowid = 42053";
Command "update T set F = null where rowid = 26516";
Command "update T set F = null where rowid = 9857";
Command "update T set F = null where rowid = 56944";
Command "update T set F = null where rowid = 53700";
Command "update T set F = null where rowid = 27408";
Command "update T set F = null where rowid = 10947";
Command "update T set F = null where rowid = 52217";
Command "update T set F = null where rowid = 33451";
Command "update T set F = null where rowid = 11175";
Command "update T set F = null where rowid = 16338";
Command "update T set F = null where rowid = 21477";
Command "update T set F = null where rowid = 29770";
Command "update T set F = null where rowid = 52295";
Command "update T set F = null where rowid = 37277";
Command "update T set F = null where rowid = 9799";
Command "update T set F = null where rowid = 55409";
Command "update T set F = null where rowid = 59200";
Command "update T set F = null where rowid = 28788";
Command "update T set F = null where rowid = 39026";
Command "update T set F = null where rowid = 1578";
Command "update T set F = null where rowid = 50888";
Command "update T set F = null where rowid = 40688";
Command "update T set F = null where rowid = 6697";
Command "update T set F = null where rowid = 31074";
Command "update T set F = null where rowid = 56970";
Command "update T set F = null where rowid = 47355";
Command "update T set F = null where rowid = 36744";
Command "update T set F = null where rowid = 56602";
Command "update T set F = null where rowid = 37357";
Command "update T set F = null where rowid = 3454";
Command "update T set F = null where rowid = 35069";
Command "update T set F = null where rowid = 18527";
Command "update T set F = null where rowid = 7773";
Command "update T set F = null where rowid = 32742";
Command "update T set F = null where rowid = 26341";
Command "update T set F = null where rowid = 7979";
Command "update T set F = null where rowid = 8922";
Command "update T set F = null where rowid = 56903";
Command "update T set F = null where rowid = 45942";
Command "update T set F = null where rowid = 33495";
Command "update T set F = null where rowid = 12425";
Command "update T set F = null where rowid = 11143";
Command "update T set F = null where rowid = 24311";
Command "update T set F = null where rowid = 34671";
Command "update T set F = null where rowid = 7331";
Command "update T set F = null where rowid = 48750";
Command "update T set F = null where rowid = 39692";
Command "update T set F = null where rowid = 25972";
Command "update T set F = null where rowid = 28083";
Command "update T set F = null where rowid = 44461";
Command "update T set F = null where rowid = 19926";
Command "update T set F = null where rowid = 59253";
Command "update T set F = null where rowid = 23555";
Command "update T set F = null where rowid = 24904";
Command "update T set F = null where rowid = 45843";
Command "update T set F = null where rowid = 16488";
Command "update T set F = null where rowid = 54258";
Command "update T set F = null where rowid = 39461";
Command "update T set F = null where rowid = 48203";
Command "update T set F = null where rowid = 38029";
Command "update T set F = null where rowid = 35850";
Command "update T set F = null where rowid = 45442";
Command "update T set F = null where rowid = 44644";
Command "update T set F = null where rowid = 39028";
Command "update T set F = null where rowid = 35939";
Command "update T set F = null where rowid = 19585";
Command "update T set F = null where rowid = 25653";
Command "update T set F = null where rowid = 48182";
Command "update T set F = null where rowid = 4033";
Command "update T set F = null where rowid = 56904";
Command "update T set F = null where rowid = 2286";
Command "update T set F = null where rowid = 6156";
Command "update T set F = null where rowid = 34505";
Command "update T set F = null where rowid = 31349";
Command "update T set F = null where rowid = 12504";
Command "update T set F = null where rowid = 23684";
Command "update T set F = null where rowid = 17565";
Command "update T set F = null where rowid = 36597";
Command "update T set F = null where rowid = 55637";
Command "update T set F = null where rowid = 55630";
Command "update T set F = null where rowid = 25639";
Command "update T set F = null where rowid = 42652";
Command "update T set F = null where rowid = 22456";
Command "update T set F = null where rowid = 40749";
Command "update T set F = null where rowid = 47234";
Command "update T set F = null where rowid = 2390";
Command "update T set F = null where rowid = 55593";
Command "update T set F = null where rowid = 14131";
Command "update T set F = null where rowid = 44241";
Command "update T set F = null where rowid = 611";
Command "update T set F = null where rowid = 21460";
Command "update T set F = null where rowid = 11822";
Command "update T set F = null where rowid = 49277";
Command "update T set F = null where rowid = 25954";
Command "update T set F = null where rowid = 58303";
Command "update T set F = null where rowid = 43700";
Command "update T set F = null where rowid = 9987";
Command "update T set F = null where rowid = 8540";
Command "update T set F = null where rowid = 19936";
Command "update T set F = null where rowid = 29686";
Command "update T set F = null where rowid = 45770";
Command "update T set F = null where rowid = 48489";
Command "update T set F = null where rowid = 53771";
Command "update T set F = null where rowid = 13469";
Command "update T set F = null where rowid = 29795";
Command "update T set F = null where rowid = 47663";
Command "update T set F = null where rowid = 57748";
Command "update T set F = null where rowid = 1549";
Command "update T set F = null where rowid = 15634";
Command "update T set F = null where rowid = 46059";
Command "update T set F = null where rowid = 28940";
Command "update T set F = null where rowid = 18167";
Command "update T set F = null where rowid = 3347";
Command "update T set F = null where rowid = 31764";
Command "update T set F = null where rowid = 6870";
Command "update T set F = null where rowid = 27931";
Command "update T set F = null where rowid = 46438";
Command "update T set F = null where rowid = 9301";
Command "update T set F = null where rowid = 26496";
Command "update T set F = null where rowid = 23828";
Command "update T set F = null where rowid = 28000";
Command "update T set F = null where rowid = 60973";
Command "update T set F = null where rowid = 14734";
Command "update T set F = null where rowid = 35386";
Command "update T set F = null where rowid = 2869";
Command "update T set F = null where rowid = 2699";
Command "update T set F = null where rowid = 49987";
Command "update T set F = null where rowid = 5347";
Command "update T set F = null where rowid = 44886";
Command "update T set F = null where rowid = 24951";
Command "update T set F = null where rowid = 9405";
Command "update T set F = null where rowid = 42348";
Command "update T set F = null where rowid = 56338";
Command "update T set F = null where rowid = 57865";
Command "update T set F = null where rowid = 15185";
Command "update T set F = null where rowid = 45911";
Command "update T set F = null where rowid = 7628";
Command "update T set F = null where rowid = 38076";
Command "update T set F = null where rowid = 1473";
Command "update T set F = null where rowid = 60049";
Command "update T set F = null where rowid = 44696";
Command "update T set F = null where rowid = 43845";
Command "update T set F = null where rowid = 36660";
Command "update T set F = null where rowid = 58079";
Command "update T set F = null where rowid = 10633";
Command "update T set F = null where rowid = 34447";
Command "update T set F = null where rowid = 38982";
Command "update T set F = null where rowid = 3246";
Command "update T set F = null where rowid = 43029";
Command "update T set F = null where rowid = 37634";
Command "update T set F = null where rowid = 17952";
Command "update T set F = null where rowid = 45710";
Command "update T set F = null where rowid = 26916";
Command "update T set F = null where rowid = 57843";
Command "update T set F = null where rowid = 23168";
Command "update T set F = null where rowid = 77";
Command "update T set F = null where rowid = 53257";
Command "update T set F = null where rowid = 3663";
Command "update T set F = null where rowid = 17207";
Command "update T set F = null where rowid = 34162";
Command "update T set F = null where rowid = 45199";
Command "update T set F = null where rowid = 38184";
Command "update T set F = null where rowid = 12014";
Command "update T set F = null where rowid = 60129";
Command "update T set F = null where rowid = 46126";
Command "update T set F = null where rowid = 33920";
Command "update T set F = null where rowid = 5511";
Command "update T set F = null where rowid = 48245";
Command "update T set F = null where rowid = 57304";
Command "update T set F = null where rowid = 40684";
Command "update T set F = null where rowid = 9984";
Command "update T set F = null where rowid = 8122";
Command "update T set F = null where rowid = 45629";
Command "update T set F = null where rowid = 33278";
Command "update T set F = null where rowid = 20116";
Command "update T set F = null where rowid = 3414";
Command "update T set F = null where rowid = 45680";
Command "update T set F = null where rowid = 42920";
Command "update T set F = null where rowid = 22161";
Command "update T set F = null where rowid = 21851";
Command "update T set F = null where rowid = 19082";
Command "update T set F = null where rowid = 16647";
Command "update T set F = null where rowid = 12417";
Command "update T set F = null where rowid = 21447";
Command "update T set F = null where rowid = 11113";
Command "update T set F = null where rowid = 40286";
Command "update T set F = null where rowid = 57160";
Command "update T set F = null where rowid = 26442";
Command "update T set F = null where rowid = 46923";
Command "update T set F = null where rowid = 7933";
Command "update T set F = null where rowid = 55885";
Command "update T set F = null where rowid = 5756";
Command "update T set F = null where rowid = 47478";
Command "update T set F = null where rowid = 30563";
Command "update T set F = null where rowid = 32583";
Command "update T set F = null where rowid = 29055";
Command "update T set F = null where rowid = 21238";
Command "update T set F = null where rowid = 53875";
Command "update T set F = null where rowid = 26456";
Command "update T set F = null where rowid = 37837";
Command "update T set F = null where rowid = 29579";
Command "update T set F = null where rowid = 60906";
Command "update T set F = null where rowid = 50922";
Command "update T set F = null where rowid = 41293";
Command "update T set F = null where rowid = 54281";
Command "update T set F = null where rowid = 14315";
Command "update T set F = null where rowid = 22536";
Command "update T set F = null where rowid = 23021";
Command "update T set F = null where rowid = 51719";
Command "update T set F = null where rowid = 24972";
Command "update T set F = null where rowid = 54794";
Command "update T set F = null where rowid = 45590";
Command "update T set F = null where rowid = 41206";
Command "update T set F = null where rowid = 46684";
Command "update T set F = null where rowid = 29158";
Command "update T set F = null where rowid = 24237";
Command "update T set F = null where rowid = 9190";
Command "update T set F = null where rowid = 8544";
Command "update T set F = null where rowid = 30284";
Command "update T set F = null where rowid = 52453";
Command "update T set F = null where rowid = 4139";
Command "update T set F = null where rowid = 25991";
Command "update T set F = null where rowid = 5269";
Command "update T set F = null where rowid = 57887";
Command "update T set F = null where rowid = 13879";
Command "update T set F = null where rowid = 14519";
Command "update T set F = null where rowid = 47866";
Command "update T set F = null where rowid = 31864";
Command "update T set F = null where rowid = 12393";
Command "update T set F = null where rowid = 35469";
Command "update T set F = null where rowid = 26602";
Command "update T set F = null where rowid = 33732";
Command "update T set F = null where rowid = 43272";
Command "update T set F = null where rowid = 59371";
Command "update T set F = null where rowid = 19829";
Command "update T set F = null where rowid = 13556";
Command "update T set F = null where rowid = 43557";
Command "update T set F = null where rowid = 49978";
Command "update T set F = null where rowid = 20017";
Command "update T set F = null where rowid = 30753";
Command "update T set F = null where rowid = 54464";
Command "update T set F = null where rowid = 2772";
Command "update T set F = null where rowid = 1054";
Command "update T set F = null where rowid = 28526";
Command "update T set F = null where rowid = 38418";
Command "update T set F = null where rowid = 31935";
Command "update T set F = null where rowid = 42634";
Command "update T set F = null where rowid = 56225";
Command "update T set F = null where rowid = 49970";
Command "update T set F = null where rowid = 1062";
Command "update T set F = null where rowid = 15242";
Command "update T set F = null where rowid = 39400";
Command "update T set F = null where rowid = 41816";
Command "update T set F = null where rowid = 12271";
Command "update T set F = null where rowid = 48040";
Command "update T set F = null where rowid = 39287";
Command "update T set F = null where rowid = 38336";
Command "update T set F = null where rowid = 29245";
Command "update T set F = null where rowid = 36445";
Command "update T set F = null where rowid = 5329";
Command "update T set F = null where rowid = 14208";
Command "update T set F = null where rowid = 50523";
Command "update T set F = null where rowid = 45090";
Command "update T set F = null where rowid = 38223";
Command "update T set F = null where rowid = 38625";
Command "update T set F = null where rowid = 27109";
Command "update T set F = null where rowid = 8929";
Command "update T set F = null where rowid = 52399";
Command "update T set F = null where rowid = 3916";
Command "update T set F = null where rowid = 97";
Command "update T set F = null where rowid = 4227";
Command "update T set F = null where rowid = 30566";
Command "update T set F = null where rowid = 33350";
Command "update T set F = null where rowid = 42183";
Command "update T set F = null where rowid = 60727";
Command "update T set F = null where rowid = 49024";
Command "update T set F = null where rowid = 44538";
Command "update T set F = null where rowid = 25";
Command "update T set F = null where rowid = 59204";
Command "update T set F = null where rowid = 42908";
Command "update T set F = null where rowid = 312";
Command "update T set F = null where rowid = 7542";
Command "update T set F = null where rowid = 24666";
Command "update T set F = null where rowid = 55153";
Command "update T set F = null where rowid = 30206";
Command "update T set F = null where rowid = 11612";
Command "update T set F = null where rowid = 37042";
Command "update T set F = null where rowid = 17004";
Command "update T set F = null where rowid = 6316";
Command "update T set F = null where rowid = 60631";
Command "update T set F = null where rowid = 38947";
Command "update T set F = null where rowid = 44011";
Command "update T set F = null where rowid = 24850";
Command "update T set F = null where rowid = 60766";
Command "update T set F = null where rowid = 30069";
Command "update T set F = null where rowid = 45262";
Command "update T set F = null where rowid = 32050";
Command "update T set F = null where rowid = 45581";
Command "update T set F = null where rowid = 14688";
Command "update T set F = null where rowid = 44653";
Command "update T set F = null where rowid = 8772";
Command "update T set F = null where rowid = 11912";
Command "update T set F = null where rowid = 309";
Command "update T set F = null where rowid = 27711";
Command "update T set F = null where rowid = 61045";
Command "update T set F = null where rowid = 37135";
Command "update T set F = null where rowid = 32871";
Command "update T set F = null where rowid = 19736";
Command "update T set F = null where rowid = 25170";
Command "update T set F = null where rowid = 12514";
Command "update T set F = null where rowid = 52554";
Command "update T set F = null where rowid = 15784";
Command "update T set F = null where rowid = 28799";
Command "update T set F = null where rowid = 2361";
Command "update T set F = null where rowid = 28884";
Command "update T set F = null where rowid = 21733";
Command "update T set F = null where rowid = 33180";
Command "update T set F = null where rowid = 58128";
Command "update T set F = null where rowid = 60524";
Command "update T set F = null where rowid = 19735";
Command "update T set F = null where rowid = 3513";
Command "update T set F = null where rowid = 53934";
Command "update T set F = null where rowid = 47146";
Command "update T set F = null where rowid = 6592";
Command "update T set F = null where rowid = 39648";
Command "update T set F = null where rowid = 40574";
Command "update T set F = null where rowid = 7372";
Command "update T set F = null where rowid = 28970";
Command "update T set F = null where rowid = 2719";
Command "update T set F = null where rowid = 25464";
Command "update T set F = null where rowid = 33329";
Command "update T set F = null where rowid = 14638";
Command "update T set F = null where rowid = 22569";
Command "update T set F = null where rowid = 12311";
Command "update T set F = null where rowid = 15882";
Command "update T set F = null where rowid = 15864";
Command "update T set F = null where rowid = 21793";
Command "update T set F = null where rowid = 43452";
Command "update T set F = null where rowid = 23150";
Command "update T set F = null where rowid = 1287";
Command "update T set F = null where rowid = 32930";
Command "update T set F = null where rowid = 11469";
Command "update T set F = null where rowid = 37815";
Command "update T set F = null where rowid = 27647";
Command "update T set F = null where rowid = 9584";
Command "update T set F = null where rowid = 1769";
Command "update T set F = null where rowid = 7775";
Command "update T set F = null where rowid = 32097";
Command "update T set F = null where rowid = 2916";
Command "update T set F = null where rowid = 36502";
Command "update T set F = null where rowid = 32222";
Command "update T set F = null where rowid = 6178";
Command "update T set F = null where rowid = 3373";
Command "update T set F = null where rowid = 36859";
Command "update T set F = null where rowid = 58357";
Command "update T set F = null where rowid = 42289";
Command "update T set F = null where rowid = 39905";
Command "update T set F = null where rowid = 59000";
Command "update T set F = null where rowid = 2725";
Command "update T set F = null where rowid = 55681";
Command "update T set F = null where rowid = 34586";
Command "update T set F = null where rowid = 50299";
Command "update T set F = null where rowid = 14587";
Command "update T set F = null where rowid = 40908";
Command "update T set F = null where rowid = 52620";
Command "update T set F = null where rowid = 3474";
Command "update T set F = null where rowid = 35963";
Command "update T set F = null where rowid = 50263";
Command "update T set F = null where rowid = 49696";
Command "update T set F = null where rowid = 13646";
Command "update T set F = null where rowid = 5924";
Command "update T set F = null where rowid = 15073";
Command "update T set F = null where rowid = 53545";
Command "update T set F = null where rowid = 14646";
Command "update T set F = null where rowid = 49300";
Command "update T set F = null where rowid = 37552";
Command "update T set F = null where rowid = 12499";
Command "update T set F = null where rowid = 5607";
Command "update T set F = null where rowid = 43871";
Command "update T set F = null where rowid = 20270";
Command "update T set F = null where rowid = 39423";
Command "update T set F = null where rowid = 16286";
Command "update T set F = null where rowid = 45578";
Command "update T set F = null where rowid = 27709";
Command "update T set F = null where rowid = 31807";
Command "update T set F = null where rowid = 55652";
Command "update T set F = null where rowid = 9021";
Command "update T set F = null where rowid = 3709";
Command "update T set F = null where rowid = 39218";
Command "update T set F = null where rowid = 22679";
Command "update T set F = null where rowid = 6591";
Command "update T set F = null where rowid = 1999";
Command "update T set F = null where rowid = 48695";
Command "update T set F = null where rowid = 14733";
Command "update T set F = null where rowid = 14788";
Command "update T set F = null where rowid = 60246";
Command "update T set F = null where rowid = 35728";
Command "update T set F = null where rowid = 60993";
Command "update T set F = null where rowid = 61362";
Command "update T set F = null where rowid = 22721";
Command "update T set F = null where rowid = 30887";
Command "update T set F = null where rowid = 17620";
Command "update T set F = null where rowid = 55882";
Command "update T set F = null where rowid = 30982";
Command "update T set F = null where rowid = 32189";
Command "update T set F = null where rowid = 42903";
Command "update T set F = null where rowid = 33347";
Command "update T set F = null where rowid = 43835";
Command "update T set F = null where rowid = 2882";
Command "update T set F = null where rowid = 968";
Command "update T set F = null where rowid = 36757";
Command "update T set F = null where rowid = 11203";
Command "update T set F = null where rowid = 9725";
Command "update T set F = null where rowid = 27566";
Command "update T set F = null where rowid = 10866";
Command "update T set F = null where rowid = 50483";
Command "update T set F = null where rowid = 29176";
Command "update T set F = null where rowid = 41365";
Command "update T set F = null where rowid = 14099";
Command "update T set F = null where rowid = 1269";
Command "update T set F = null where rowid = 35041";
Command "update T set F = null where rowid = 10967";
Command "update T set F = null where rowid = 26758";
Command "update T set F = null where rowid = 46615";
Command "update T set F = null where rowid = 15380";
Command "update T set F = null where rowid = 21352";
Command "update T set F = null where rowid = 5470";
Command "update T set F = null where rowid = 51228";
Command "update T set F = null where rowid = 47191";
Command "update T set F = null where rowid = 56367";
Command "update T set F = null where rowid = 47854";
Command "update T set F = null where rowid = 16194";
Command "update T set F = null where rowid = 41865";
Command "update T set F = null where rowid = 29149";
Command "update T set F = null where rowid = 19338";
Command "update T set F = null where rowid = 26626";
Command "update T set F = null where rowid = 53457";
Command "update T set F = null where rowid = 39031";
Command "update T set F = null where rowid = 50197";
Command "update T set F = null where rowid = 9387";
Command "update T set F = null where rowid = 35708";
Command "update T set F = null where rowid = 32512";
Command "update T set F = null where rowid = 48731";
Command "update T set F = null where rowid = 3010";
Command "update T set F = null where rowid = 7383";
Command "update T set F = null where rowid = 201";
Command "update T set F = null where rowid = 40640";
Command "update T set F = null where rowid = 34456";
Command "update T set F = null where rowid = 36458";
Command "update T set F = null where rowid = 14295";
Command "update T set F = null where rowid = 52631";
Command "update T set F = null where rowid = 28670";
Command "update T set F = null where rowid = 45289";
Command "update T set F = null where rowid = 51687";
Command "update T set F = null where rowid = 46208";
Command "update T set F = null where rowid = 3559";
Command "update T set F = null where rowid = 8255";
Command "update T set F = null where rowid = 3631";
Command "update T set F = null where rowid = 15761";
Command "update T set F = null where rowid = 14278";
Command "update T set F = null where rowid = 2813";
Command "update T set F = null where rowid = 50469";
Command "update T set F = null where rowid = 44750";
Command "update T set F = null where rowid = 52760";
Command "update T set F = null where rowid = 10668";
Command "update T set F = null where rowid = 33539";
Command "update T set F = null where rowid = 41437";
Command "update T set F = null where rowid = 23047";
Command "update T set F = null where rowid = 41597";
Command "update T set F = null where rowid = 8048";
Command "update T set F = null where rowid = 2506";
Command "update T set F = null where rowid = 59248";
Command "update T set F = null where rowid = 34811";
Command "update T set F = null where rowid = 10387";
Command "update T set F = null where rowid = 4818";
Command "update T set F = null where rowid = 9717";
Command "update T set F = null where rowid = 23297";
Command "update T set F = null where rowid = 39094";
Command "update T set F = null where rowid = 51365";
Command "update T set F = null where rowid = 43206";
Command "update T set F = null where rowid = 8093";
Command "update T set F = null where rowid = 54619";
Command "update T set F = null where rowid = 26338";
Command "update T set F = null where rowid = 50614";
Command "update T set F = null where rowid = 18783";
Command "update T set F = null where rowid = 24722";
Command "update T set F = null where rowid = 29283";
Command "update T set F = null where rowid = 59772";
Command "update T set F = null where rowid = 43669";
Command "update T set F = null where rowid = 57913";
Command "update T set F = null where rowid = 18718";
Command "update T set F = null where rowid = 37990";
Command "update T set F = null where rowid = 14168";
Command "update T set F = null where rowid = 46449";
Command "update T set F = null where rowid = 20794";
Command "update T set F = null where rowid = 31692";
Command "update T set F = null where rowid = 57053";
Command "update T set F = null where rowid = 57833";
Command "update T set F = null where rowid = 13354";
Command "update T set F = null where rowid = 1113";
Command "update T set F = null where rowid = 47007";
Command "update T set F = null where rowid = 50164";
Command "update T set F = null where rowid = 52626";
Command "update T set F = null where rowid = 57450";
Command "update T set F = null where rowid = 35028";
Command "update T set F = null where rowid = 796";
Command "update T set F = null where rowid = 15472";
Command "update T set F = null where rowid = 17887";
Command "update T set F = null where rowid = 34487";
Command "update T set F = null where rowid = 33994";
Command "update T set F = null where rowid = 17548";
Command "update T set F = null where rowid = 51071";
Command "update T set F = null where rowid = 26725";
Command "update T set F = null where rowid = 52364";
Command "update T set F = null where rowid = 41330";
Command "update T set F = null where rowid = 48337";
Command "update T set F = null where rowid = 50356";
Command "update T set F = null where rowid = 7325";
Command "update T set F = null where rowid = 48393";
Command "update T set F = null where rowid = 5786";
Command "update T set F = null where rowid = 25159";
Command "update T set F = null where rowid = 44983";
Command "update T set F = null where rowid = 59969";
Command "update T set F = null where rowid = 769";
Command "update T set F = null where rowid = 52431";
Command "update T set F = null where rowid = 8945";
Command "update T set F = null where rowid = 3610";
Command "update T set F = null where rowid = 36947";
Command "update T set F = null where rowid = 8828";
Command "update T set F = null where rowid = 58063";
Command "update T set F = null where rowid = 61107";
Command "update T set F = null where rowid = 23179";
Command "update T set F = null where rowid = 13065";
Command "update T set F = null where rowid = 2463";
Command "update T set F = null where rowid = 54945";
Command "update T set F = null where rowid = 16472";
Command "update T set F = null where rowid = 18087";
Command "update T set F = null where rowid = 29211";
Command "update T set F = null where rowid = 19624";
Command "update T set F = null where rowid = 16043";
Command "update T set F = null where rowid = 4463";
Command "update T set F = null where rowid = 23754";
Command "update T set F = null where rowid = 52440";
Command "update T set F = null where rowid = 34558";
Command "update T set F = null where rowid = 27618";
Command "update T set F = null where rowid = 53279";
Command "update T set F = null where rowid = 48153";
Command "update T set F = null where rowid = 13587";
Command "update T set F = null where rowid = 45209";
Command "update T set F = null where rowid = 14026";
Command "update T set F = null where rowid = 28389";
Command "update T set F = null where rowid = 37799";
Command "update T set F = null where rowid = 37169";
Command "update T set F = null where rowid = 11371";
Command "update T set F = null where rowid = 33597";
Command "update T set F = null where rowid = 19900";
Command "update T set F = null where rowid = 46487";
Command "update T set F = null where rowid = 32645";
Command "update T set F = null where rowid = 55074";
Command "update T set F = null where rowid = 26014";
Command "update T set F = null where rowid = 8732";
Command "update T set F = null where rowid = 7050";
Command "update T set F = null where rowid = 31239";
Command "update T set F = null where rowid = 46870";
Command "update T set F = null where rowid = 30463";
Command "update T set F = null where rowid = 54100";
Command "update T set F = null where rowid = 17616";
Command "update T set F = null where rowid = 32108";
Command "update T set F = null where rowid = 42106";
Command "update T set F = null where rowid = 16001";
Command "update T set F = null where rowid = 10289";
Command "update T set F = null where rowid = 3046";
Command "update T set F = null where rowid = 58096";
Command "update T set F = null where rowid = 58220";
Command "update T set F = null where rowid = 37823";
Command "update T set F = null where rowid = 28954";
Command "update T set F = null where rowid = 57223";
Command "update T set F = null where rowid = 29591";
Command "update T set F = null where rowid = 3947";
Command "update T set F = null where rowid = 26650";
Command "update T set F = null where rowid = 16719";
Command "update T set F = null where rowid = 25739";
Command "update T set F = null where rowid = 10801";
Command "update T set F = null where rowid = 36129";
Command "update T set F = null where rowid = 7566";
Command "update T set F = null where rowid = 33187";
Command "update T set F = null where rowid = 35055";
Command "update T set F = null where rowid = 46176";
Command "update T set F = null where rowid = 36244";
Command "update T set F = null where rowid = 33344";
Command "update T set F = null where rowid = 54876";
Command "update T set F = null where rowid = 3423";
Command "update T set F = null where rowid = 45240";
Command "update T set F = null where rowid = 15123";
Command "update T set F = null where rowid = 14716";
Command "update T set F = null where rowid = 32442";
Command "update T set F = null where rowid = 37633";
Command "update T set F = null where rowid = 37719";
Command "update T set F = null where rowid = 13489";
Command "update T set F = null where rowid = 3901";
Command "update T set F = null where rowid = 23973";
Command "update T set F = null where rowid = 53962";
Command "update T set F = null where rowid = 12808";
Command "update T set F = null where rowid = 10214";
Command "update T set F = null where rowid = 12917";
Command "update T set F = null where rowid = 41612";
Command "update T set F = null where rowid = 24776";
Command "update T set F = null where rowid = 27607";
Command "update T set F = null where rowid = 21255";
Command "update T set F = null where rowid = 18609";
Command "update T set F = null where rowid = 15132";
Command "update T set F = null where rowid = 25406";
Command "update T set F = null where rowid = 33673";
Command "update T set F = null where rowid = 55115";
Command "update T set F = null where rowid = 32099";
Command "update T set F = null where rowid = 33522";
Command "update T set F = null where rowid = 57460";
Command "update T set F = null where rowid = 15270";
Command "update T set F = null where rowid = 493";
Command "update T set F = null where rowid = 60276";
Command "update T set F = null where rowid = 57996";
Command "update T set F = null where rowid = 57493";
Command "update T set F = null where rowid = 14885";
Command "update T set F = null where rowid = 30124";
Command "update T set F = null where rowid = 3831";
Command "update T set F = null where rowid = 9550";
Command "update T set F = null where rowid = 55980";
Command "update T set F = null where rowid = 1448";
Command "update T set F = null where rowid = 58399";
Command "update T set F = null where rowid = 38100";
Command "update T set F = null where rowid = 14544";
Command "update T set F = null where rowid = 45982";
Command "update T set F = null where rowid = 30551";
Command "update T set F = null where rowid = 26035";
Command "update T set F = null where rowid = 17720";
Command "update T set F = null where rowid = 58922";
Command "update T set F = null where rowid = 52800";
Command "update T set F = null where rowid = 29068";
Command "update T set F = null where rowid = 33272";
Command "update T set F = null where rowid = 7191";
Command "update T set F = null where rowid = 40946";
Command "update T set F = null where rowid = 45356";
Command "update T set F = null where rowid = 4336";
Command "update T set F = null where rowid = 17637";
Command "update T set F = null where rowid = 49428";
Command "update T set F = null where rowid = 45991";
Command "update T set F = null where rowid = 43572";
Command "update T set F = null where rowid = 19948";
Command "update T set F = null where rowid = 46486";
Command "update T set F = null where rowid = 35713";
Command "update T set F = null where rowid = 2623";
Command "update T set F = null where rowid = 23214";
Command "update T set F = null where rowid = 22843";
Command "update T set F = null where rowid = 3329";
Command "update T set F = null where rowid = 51113";
Command "update T set F = null where rowid = 986";
Command "update T set F = null where rowid = 14772";
Command "update T set F = null where rowid = 33034";
Command "update T set F = null where rowid = 24222";
Command "update T set F = null where rowid = 52629";
Command "update T set F = null where rowid = 60116";
Command "update T set F = null where rowid = 23989";
Command "update T set F = null where rowid = 43528";
Command "update T set F = null where rowid = 43013";
Command "update T set F = null where rowid = 31355";
Command "update T set F = null where rowid = 2112";
Command "update T set F = null where rowid = 32083";
Command "update T set F = null where rowid = 27216";
Command "update T set F = null where rowid = 48390";
Command "update T set F = null where rowid = 8194";
Command "update T set F = null where rowid = 45612";
Command "update T set F = null where rowid = 14604";
Command "update T set F = null where rowid = 34787";
Command "update T set F = null where rowid = 51762";
Command "update T set F = null where rowid = 25510";
Command "update T set F = null where rowid = 52463";
Command "update T set F = null where rowid = 34099";
Command "update T set F = null where rowid = 53527";
Command "update T set F = null where rowid = 28350";
Command "update T set F = null where rowid = 24934";
Command "update T set F = null where rowid = 22770";
Command "update T set F = null where rowid = 11087";
Command "update T set F = null where rowid = 55254";
Command "update T set F = null where rowid = 37082";
Command "update T set F = null where rowid = 48215";
Command "update T set F = null where rowid = 7630";
Command "update T set F = null where rowid = 33450";
Command "update T set F = null where rowid = 20885";
Command "update T set F = null where rowid = 41035";
Command "update T set F = null where rowid = 5670";
Command "update T set F = null where rowid = 10859";
Command "update T set F = null where rowid = 8902";
Command "update T set F = null where rowid = 27304";
Command "update T set F = null where rowid = 36810";
Command "update T set F = null where rowid = 48522";
Command "update T set F = null where rowid = 21848";
Command "update T set F = null where rowid = 40662";
Command "update T set F = null where rowid = 58236";
Command "update T set F = null where rowid = 54943";
Command "update T set F = null where rowid = 49658";
Command "update T set F = null where rowid = 23367";
Command "update T set F = null where rowid = 2680";
Command "update T set F = null where rowid = 25627";
Command "update T set F = null where rowid = 47582";
Command "update T set F = null where rowid = 42702";
Command "update T set F = null where rowid = 21336";
Command "update T set F = null where rowid = 41732";
Command "update T set F = null where rowid = 30717";
Command "update T set F = null where rowid = 22158";
Command "update T set F = null where rowid = 37652";
Command "update T set F = null where rowid = 60627";
Command "update T set F = null where rowid = 27869";
Command "update T set F = null where rowid = 60735";
Command "update T set F = null where rowid = 50101";
Command "update T set F = null where rowid = 24509";
Command "update T set F = null where rowid = 28260";
Command "update T set F = null where rowid = 58501";
Command "update T set F = null where rowid = 38791";
Command "update T set F = null where rowid = 39705";
Command "update T set F = null where rowid = 15790";
Command "update T set F = null where rowid = 58459";
Command "update T set F = null where rowid = 21362";
Command "update T set F = null where rowid = 2350";
Command "update T set F = null where rowid = 27298";
Command "update T set F = null where rowid = 60645";
Command "update T set F = null where rowid = 3034";
Command "update T set F = null where rowid = 38880";
Command "update T set F = null where rowid = 37224";
Command "update T set F = null where rowid = 3051";
Command "update T set F = null where rowid = 47078";
Command "update T set F = null where rowid = 56804";
Command "update T set F = null where rowid = 12941";
Command "update T set F = null where rowid = 47697";
Command "update T set F = null where rowid = 49529";
Command "update T set F = null where rowid = 30103";
Command "update T set F = null where rowid = 10570";
Command "update T set F = null where rowid = 42167";
Command "update T set F = null where rowid = 12736";
Command "update T set F = null where rowid = 23132";
Command "update T set F = null where rowid = 22805";
Command "update T set F = null where rowid = 40196";
Command "update T set F = null where rowid = 34155";
Command "update T set F = null where rowid = 54771";
Command "update T set F = null where rowid = 24161";
Command "update T set F = null where rowid = 45171";
Command "update T set F = null where rowid = 60471";
Command "update T set F = null where rowid = 21224";
Command "update T set F = null where rowid = 60969";
Command "update T set F = null where rowid = 35831";
Command "update T set F = null where rowid = 6363";
Command "update T set F = null where rowid = 4550";
Command "update T set F = null where rowid = 41244";
Command "update T set F = null where rowid = 2249";
Command "update T set F = null where rowid = 28540";
Command "update T set F = null where rowid = 50538";
Command "update T set F = null where rowid = 21456";
Command "update T set F = null where rowid = 1535";
Command "update T set F = null where rowid = 14409";
Command "update T set F = null where rowid = 2503";
Command "update T set F = null where rowid = 26700";
Command "update T set F = null where rowid = 16337";
Command "update T set F = null where rowid = 5542";
Command "update T set F = null where rowid = 23057";
Command "update T set F = null where rowid = 18467";
Command "update T set F = null where rowid = 58827";
Command "update T set F = null where rowid = 52011";
Command "update T set F = null where rowid = 12929";
Command "update T set F = null where rowid = 11042";
Command "update T set F = null where rowid = 32556";
Command "update T set F = null where rowid = 43930";
Command "update T set F = null where rowid = 61204";
Command "update T set F = null where rowid = 29585";
Command "update T set F = null where rowid = 36727";
Command "update T set F = null where rowid = 24744";
Command "update T set F = null where rowid = 34699";
Command "update T set F = null where rowid = 17732";
Command "update T set F = null where rowid = 6189";
Command "update T set F = null where rowid = 47149";
Command "update T set F = null where rowid = 13682";
Command "update T set F = null where rowid = 30695";
Command "update T set F = null where rowid = 8079";
Command "update T set F = null where rowid = 28437";
Command "update T set F = null where rowid = 58035";
Command "update T set F = null where rowid = 34365";
Command "update T set F = null where rowid = 53302";
Command "update T set F = null where rowid = 5323";
Command "update T set F = null where rowid = 33932";
Command "update T set F = null where rowid = 13876";
Command "update T set F = null where rowid = 45257";
Command "update T set F = null where rowid = 59418";
Command "update T set F = null where rowid = 50105";
Command "update T set F = null where rowid = 20168";
Command "update T set F = null where rowid = 38008";
Command "update T set F = null where rowid = 56610";
Command "update T set F = null where rowid = 35133";
Command "update T set F = null where rowid = 50968";
Command "update T set F = null where rowid = 43625";
Command "update T set F = null where rowid = 34481";
Command "update T set F = null where rowid = 24768";
Command "update T set F = null where rowid = 50047";
Command "update T set F = null where rowid = 43894";
Command "update T set F = null where rowid = 39875";
Command "update T set F = null where rowid = 1897";
Command "update T set F = null where rowid = 43397";
Command "update T set F = null where rowid = 42505";
Command "update T set F = null where rowid = 9146";
Command "update T set F = null where rowid = 21993";
Command "update T set F = null where rowid = 45930";
Command "update T set F = null where rowid = 44986";
Command "update T set F = null where rowid = 22447";
Command "update T set F = null where rowid = 3602";
Command "update T set F = null where rowid = 40267";
Command "update T set F = null where rowid = 53717";
Command "update T set F = null where rowid = 29998";
Command "update T set F = null where rowid = 11421";
Command "update T set F = null where rowid = 36591";
Command "update T set F = null where rowid = 44072";
Command "update T set F = null where rowid = 17811";
Command "update T set F = null where rowid = 28867";
Command "update T set F = null where rowid = 27236";
Command "update T set F = null where rowid = 18821";
Command "update T set F = null where rowid = 7095";
Command "update T set F = null where rowid = 22439";
Command "update T set F = null where rowid = 54507";
Command "update T set F = null where rowid = 35262";
Command "update T set F = null where rowid = 61456";
Command "update T set F = null where rowid = 39501";
Command "update T set F = null where rowid = 52211";
Command "update T set F = null where rowid = 39446";
Command "update T set F = null where rowid = 46398";
Command "update T set F = null where rowid = 60946";
Command "update T set F = null where rowid = 26429";
Command "update T set F = null where rowid = 44183";
Command "update T set F = null where rowid = 23209";
Command "update T set F = null where rowid = 57335";
Command "update T set F = null where rowid = 1600";
Command "update T set F = null where rowid = 31445";
Command "update T set F = null where rowid = 46264";
Command "update T set F = null where rowid = 15425";
Command "update T set F = null where rowid = 61091";
Command "update T set F = null where rowid = 41639";
Command "update T set F = null where rowid = 32044";
Command "update T set F = null where rowid = 7028";
Command "update T set F = null where rowid = 53195";
Command "update T set F = null where rowid = 8381";
Command "update T set F = null where rowid = 40216";
Command "update T set F = null where rowid = 14494";
Command "update T set F = null where rowid = 31103";
Command "update T set F = null where rowid = 42945";
Command "update T set F = null where rowid = 18338";
Command "update T set F = null where rowid = 59215";
Command "update T set F = null where rowid = 26810";
Command "update T set F = null where rowid = 54784";
Command "update T set F = null where rowid = 40133";
Command "update T set F = null where rowid = 5948";
Command "update T set F = null where rowid = 55080";
Command "update T set F = null where rowid = 16270";
Command "update T set F = null where rowid = 55860";
Command "update T set F = null where rowid = 25493";
Command "update T set F = null where rowid = 16182";
Command "update T set F = null where rowid = 44799";
Command "update T set F = null where rowid = 48407";
Command "update T set F = null where rowid = 41914";
Command "update T set F = null where rowid = 15236";
Command "update T set F = null where rowid = 36528";
Command "update T set F = null where rowid = 53953";
Command "update T set F = null where rowid = 26721";
Command "update T set F = null where rowid = 7487";
Command "update T set F = null where rowid = 41663";
Command "update T set F = null where rowid = 7174";
Command "update T set F = null where rowid = 41854";
Command "update T set F = null where rowid = 58389";
Command "update T set F = null where rowid = 11571";
Command "update T set F = null where rowid = 3512";
Command "update T set F = null where rowid = 26569";
Command "update T set F = null where rowid = 11483";
Command "update T set F = null where rowid = 21850";
Command "update T set F = null where rowid = 60208";
Command "update T set F = null where rowid = 45600";
Command "update T set F = null where rowid = 16023";
Command "update T set F = null where rowid = 60943";
Command "update T set F = null where rowid = 3985";
Command "update T set F = null where rowid = 58109";
Command "update T set F = null where rowid = 873";
Command "update T set F = null where rowid = 30384";
Command "update T set F = null where rowid = 11018";
Command "update T set F = null where rowid = 29578";
Command "update T set F = null where rowid = 55633";
Command "update T set F = null where rowid = 59377";
Command "update T set F = null where rowid = 50811";
Command "update T set F = null where rowid = 31593";
Command "update T set F = null where rowid = 16783";
Command "update T set F = null where rowid = 24878";
Command "update T set F = null where rowid = 51001";
Command "update T set F = null where rowid = 42384";
Command "update T set F = null where rowid = 21770";
Command "update T set F = null where rowid = 9622";
Command "update T set F = null where rowid = 5167";
Command "update T set F = null where rowid = 26124";
Command "update T set F = null where rowid = 38393";
Command "update T set F = null where rowid = 7390";
Command "update T set F = null where rowid = 50377";
Command "update T set F = null where rowid = 49518";
Command "update T set F = null where rowid = 56400";
Command "update T set F = null where rowid = 47642";
Command "update T set F = null where rowid = 30947";
Command "update T set F = null where rowid = 16756";
Command "update T set F = null where rowid = 46233";
Command "update T set F = null where rowid = 14461";
Command "update T set F = null where rowid = 5931";
Command "update T set F = null where rowid = 57259";
Command "update T set F = null where rowid = 58024";
Command "update T set F = null where rowid = 58065";
Command "update T set F = null where rowid = 27668";
Command "update T set F = null where rowid = 16592";
Command "update T set F = null where rowid = 53422";
Command "update T set F = null where rowid = 24430";
Command "update T set F = null where rowid = 60441";
Command "update T set F = null where rowid = 30027";
Command "update T set F = null where rowid = 32463";
Command "update T set F = null where rowid = 50905";
Command "update T set F = null where rowid = 705";
Command "update T set F = null where rowid = 44413";
Command "update T set F = null where rowid = 55373";
Command "update T set F = null where rowid = 43116";
Command "update T set F = null where rowid = 44478";
Command "update T set F = null where rowid = 48566";
Command "update T set F = null where rowid = 16665";
Command "update T set F = null where rowid = 42256";
Command "update T set F = null where rowid = 4842";
Command "update T set F = null where rowid = 35606";
Command "update T set F = null where rowid = 57290";
Command "update T set F = null where rowid = 29842";
Command "update T set F = null where rowid = 25495";
Command "update T set F = null where rowid = 22420";
Command "update T set F = null where rowid = 28651";
Command "update T set F = null where rowid = 36722";
Command "update T set F = null where rowid = 47512";
Command "update T set F = null where rowid = 22385";
Command "update T set F = null where rowid = 10122";
Command "update T set F = null where rowid = 29307";
Command "update T set F = null where rowid = 3448";
Command "update T set F = null where rowid = 15603";
Command "update T set F = null where rowid = 31255";
Command "update T set F = null where rowid = 8809";
Command "update T set F = null where rowid = 39984";
Command "update T set F = null where rowid = 38911";
Command "update T set F = null where rowid = 35208";
Command "update T set F = null where rowid = 35934";
Command "update T set F = null where rowid = 301";
Command "update T set F = null where rowid = 57862";
Command "update T set F = null where rowid = 22912";
Command "update T set F = null where rowid = 17034";
Command "update T set F = null where rowid = 60141";
Command "update T set F = null where rowid = 59437";
Command "update T set F = null where rowid = 39953";
Command "update T set F = null where rowid = 59726";
Command "update T set F = null where rowid = 34290";
Command "update T set F = null where rowid = 35698";
Command "update T set F = null where rowid = 27259";
Command "update T set F = null where rowid = 59197";
Command "update T set F = null where rowid = 11278";
Command "update T set F = null where rowid = 46434";
Command "update T set F = null where rowid = 3763";
Command "update T set F = null where rowid = 28796";
Command "update T set F = null where rowid = 29350";
Command "update T set F = null where rowid = 9792";
Command "update T set F = null where rowid = 2476";
Command "update T set F = null where rowid = 21290";
Command "update T set F = null where rowid = 10203";
Command "update T set F = null where rowid = 7589";
Command "update T set F = null where rowid = 13552";
Command "update T set F = null where rowid = 24339";
Command "update T set F = null where rowid = 16078";
Command "update T set F = null where rowid = 43609";
Command "update T set F = null where rowid = 15618";
Command "update T set F = null where rowid = 27751";
Command "update T set F = null where rowid = 33448";
Command "update T set F = null where rowid = 44727";
Command "update T set F = null where rowid = 33696";
Command "update T set F = null where rowid = 32591";
Command "update T set F = null where rowid = 24628";
Command "update T set F = null where rowid = 61385";
Command "update T set F = null where rowid = 17064";
Command "update T set F = null where rowid = 18515";
Command "update T set F = null where rowid = 1104";
Command "update T set F = null where rowid = 10694";
Command "update T set F = null where rowid = 13406";
Command "update T set F = null where rowid = 52944";
Command "update T set F = null where rowid = 36213";
Command "update T set F = null where rowid = 28758";
Command "update T set F = null where rowid = 15395";
Command "update T set F = null where rowid = 33870";
Command "update T set F = null where rowid = 12536";
Command "update T set F = null where rowid = 24010";
Command "update T set F = null where rowid = 35157";
Command "update T set F = null where rowid = 56556";
Command "update T set F = null where rowid = 9803";
Command "update T set F = null where rowid = 10081";
Command "update T set F = null where rowid = 55726";
Command "update T set F = null where rowid = 31873";
Command "update T set F = null where rowid = 36865";
Command "update T set F = null where rowid = 37521";
Command "update T set F = null where rowid = 8730";
Command "update T set F = null where rowid = 13436";
Command "update T set F = null where rowid = 15687";
Command "update T set F = null where rowid = 44660";
Command "update T set F = null where rowid = 58699";
Command "update T set F = null where rowid = 11477";
Command "update T set F = null where rowid = 51265";
Command "update T set F = null where rowid = 1727";
Command "update T set F = null where rowid = 4609";
Command "update T set F = null where rowid = 59786";
Command "update T set F = null where rowid = 22624";
Command "update T set F = null where rowid = 20008";
Command "update T set F = null where rowid = 50355";
Command "update T set F = null where rowid = 31394";
Command "update T set F = null where rowid = 25448";
Command "update T set F = null where rowid = 2821";
Command "update T set F = null where rowid = 23419";
Command "update T set F = null where rowid = 45818";
Command "update T set F = null where rowid = 56539";
Command "update T set F = null where rowid = 26397";
Command "update T set F = null where rowid = 6945";
Command "update T set F = null where rowid = 24044";
Command "update T set F = null where rowid = 33361";
Command "update T set F = null where rowid = 3498";
Command "update T set F = null where rowid = 17382";
Command "update T set F = null where rowid = 56296";
Command "update T set F = null where rowid = 58159";
Command "update T set F = null where rowid = 18811";
Command "update T set F = null where rowid = 26584";
Command "update T set F = null where rowid = 7200";
Command "update T set F = null where rowid = 20914";
Command "update T set F = null where rowid = 7855";
Command "update T set F = null where rowid = 4";
Command "update T set F = null where rowid = 11724";
Command "update T set F = null where rowid = 59782";
Command "update T set F = null where rowid = 41836";
Command "update T set F = null where rowid = 25113";
Command "update T set F = null where rowid = 54123";
Command "update T set F = null where rowid = 15469";
Command "update T set F = null where rowid = 57234";
Command "update T set F = null where rowid = 39650";
Command "update T set F = null where rowid = 18793";
Command "update T set F = null where rowid = 55434";
Command "update T set F = null where rowid = 7077";
Command "update T set F = null where rowid = 5081";
Command "update T set F = null where rowid = 52751";
Command "update T set F = null where rowid = 17314";
Command "update T set F = null where rowid = 42298";
Command "update T set F = null where rowid = 51108";
Command "update T set F = null where rowid = 32147";
Command "update T set F = null where rowid = 59790";
Command "update T set F = null where rowid = 56480";
Command "update T set F = null where rowid = 52825";
Command "update T set F = null where rowid = 15989";
Command "update T set F = null where rowid = 25928";
Command "update T set F = null where rowid = 5232";
Command "update T set F = null where rowid = 23738";
Command "update T set F = null where rowid = 38080";
Command "update T set F = null where rowid = 15122";
Command "update T set F = null where rowid = 35250";
Command "update T set F = null where rowid = 54060";
Command "update T set F = null where rowid = 13421";
Command "update T set F = null where rowid = 51485";
Command "update T set F = null where rowid = 40457";
Command "update T set F = null where rowid = 57700";
Command "update T set F = null where rowid = 21878";
Command "update T set F = null where rowid = 42069";
Command "update T set F = null where rowid = 8033";
Command "update T set F = null where rowid = 50365";
Command "update T set F = null where rowid = 7679";
Command "update T set F = null where rowid = 27524";
Command "update T set F = null where rowid = 32679";
Command "update T set F = null where rowid = 29787";
Command "update T set F = null where rowid = 38760";
Command "update T set F = null where rowid = 26902";
Command "update T set F = null where rowid = 15599";
Command "update T set F = null where rowid = 58218";
Command "update T set F = null where rowid = 27413";
Command "update T set F = null where rowid = 30751";
Command "update T set F = null where rowid = 38916";
Command "update T set F = null where rowid = 7749";
Command "update T set F = null where rowid = 38946";
Command "update T set F = null where rowid = 59852";
Command "update T set F = null where rowid = 32819";
Command "update T set F = null where rowid = 27788";
Command "update T set F = null where rowid = 48252";
Command "update T set F = null where rowid = 4230";
Command "update T set F = null where rowid = 41874";
Command "update T set F = null where rowid = 29189";
Command "update T set F = null where rowid = 6804";
Command "update T set F = null where rowid = 27988";
Command "update T set F = null where rowid = 56259";
Command "update T set F = null where rowid = 30860";
Command "update T set F = null where rowid = 16932";
Command "update T set F = null where rowid = 53172";
Command "update T set F = null where rowid = 11718";
Command "update T set F = null where rowid = 27194";
Command "update T set F = null where rowid = 30635";
Command "update T set F = null where rowid = 16229";
Command "update T set F = null where rowid = 50421";
Command "update T set F = null where rowid = 8805";
Command "update T set F = null where rowid = 26018";
Command "update T set F = null where rowid = 27624";
Command "update T set F = null where rowid = 30271";
Command "update T set F = null where rowid = 22551";
Command "update T set F = null where rowid = 40589";
Command "update T set F = null where rowid = 36272";
Command "update T set F = null where rowid = 13120";
Command "update T set F = null where rowid = 48646";
Command "update T set F = null where rowid = 37339";
Command "update T set F = null where rowid = 51180";
Command "update T set F = null where rowid = 9260";
Command "update T set F = null where rowid = 53943";
Command "update T set F = null where rowid = 3668";
Command "update T set F = null where rowid = 48442";
Command "update T set F = null where rowid = 41065";
Command "update T set F = null where rowid = 32184";
Command "update T set F = null where rowid = 25345";
Command "update T set F = null where rowid = 27455";
Command "update T set F = null where rowid = 31917";
Command "update T set F = null where rowid = 29662";
Command "update T set F = null where rowid = 20300";
Command "update T set F = null where rowid = 38576";
Command "update T set F = null where rowid = 29502";
Command "update T set F = null where rowid = 54649";
Command "update T set F = null where rowid = 31";
Command "update T set F = null where rowid = 55688";
Command "update T set F = null where rowid = 33263";
Command "update T set F = null where rowid = 20631";
Command "update T set F = null where rowid = 53687";
Command "update T set F = null where rowid = 36571";
Command "update T set F = null where rowid = 35692";
Command "update T set F = null where rowid = 34101";
Command "update T set F = null where rowid = 50686";
Command "update T set F = null where rowid = 52327";
Command "update T set F = null where rowid = 47856";
Command "update T set F = null where rowid = 12782";
Command "update T set F = null where rowid = 22256";
Command "update T set F = null where rowid = 59406";
Command "update T set F = null where rowid = 6598";
Command "update T set F = null where rowid = 16555";
Command "update T set F = null where rowid = 1360";
Command "update T set F = null where rowid = 8365";
Command "update T set F = null where rowid = 33256";
Command "update T set F = null where rowid = 23393";
Command "update T set F = null where rowid = 40483";
Command "update T set F = null where rowid = 39196";
Command "update T set F = null where rowid = 28943";
Command "update T set F = null where rowid = 4354";
Command "update T set F = null where rowid = 32721";
Command "update T set F = null where rowid = 25760";
Command "update T set F = null where rowid = 21325";
Command "update T set F = null where rowid = 38658";
Command "update T set F = null where rowid = 58943";
Command "update T set F = null where rowid = 8193";
Command "update T set F = null where rowid = 5206";
Command "update T set F = null where rowid = 24468";
Command "update T set F = null where rowid = 54027";
Command "update T set F = null where rowid = 22960";
Command "update T set F = null where rowid = 59257";
Command "update T set F = null where rowid = 35947";
Command "update T set F = null where rowid = 3496";
Command "update T set F = null where rowid = 3651";
Command "update T set F = null where rowid = 813";
Command "update T set F = null where rowid = 54103";
Command "update T set F = null where rowid = 19438";
Command "update T set F = null where rowid = 14222";
Command "update T set F = null where rowid = 53535";
Command "update T set F = null where rowid = 26421";
Command "update T set F = null where rowid = 21405";
Command "update T set F = null where rowid = 46380";
Command "update T set F = null where rowid = 38406";
Command "update T set F = null where rowid = 27778";
Command "update T set F = null where rowid = 24930";
Command "update T set F = null where rowid = 53134";
Command "update T set F = null where rowid = 36045";
Command "update T set F = null where rowid = 56167";
Command "update T set F = null where rowid = 59045";
Command "update T set F = null where rowid = 61467";
Command "update T set F = null where rowid = 36867";
Command "update T set F = null where rowid = 10307";
Command "update T set F = null where rowid = 52233";
Command "update T set F = null where rowid = 35039";
Command "update T set F = null where rowid = 9130";
Command "update T set F = null where rowid = 53064";
Command "update T set F = null where rowid = 27540";
Command "update T set F = null where rowid = 15508";
Command "update T set F = null where rowid = 16554";
Command "update T set F = null where rowid = 27802";
Command "update T set F = null where rowid = 35438";
Command "update T set F = null where rowid = 30125";
Command "update T set F = null where rowid = 51790";
Command "update T set F = null where rowid = 45129";
Command "update T set F = null where rowid = 10215";
Command "update T set F = null where rowid = 7274";
Command "update T set F = null where rowid = 46853";
Command "update T set F = null where rowid = 57381";
Command "update T set F = null where rowid = 50737";
Command "update T set F = null where rowid = 7283";
Command "update T set F = null where rowid = 22267";
Command "update T set F = null where rowid = 57280";
Command "update T set F = null where rowid = 55909";
Command "update T set F = null where rowid = 44205";
Command "update T set F = null where rowid = 25452";
Command "update T set F = null where rowid = 35815";
Command "update T set F = null where rowid = 32596";
Command "update T set F = null where rowid = 19832";
Command "update T set F = null where rowid = 11742";
Command "update T set F = null where rowid = 32794";
Command "update T set F = null where rowid = 49618";
Command "update T set F = null where rowid = 28139";
Command "update T set F = null where rowid = 44500";
Command "update T set F = null where rowid = 28218";
Command "update T set F = null where rowid = 49113";
Command "update T set F = null where rowid = 28126";
Command "update T set F = null where rowid = 51345";
Command "update T set F = null where rowid = 56331";
Command "update T set F = null where rowid = 5112";
Command "update T set F = null where rowid = 61111";
Command "update T set F = null where rowid = 13276";
Command "update T set F = null where rowid = 37253";
Command "update T set F = null where rowid = 12814";
Command "update T set F = null where rowid = 27027";
Command "update T set F = null where rowid = 22871";
Command "update T set F = null where rowid = 51195";
Command "update T set F = null where rowid = 55520";
Command "update T set F = null where rowid = 34973";
Command "update T set F = null where rowid = 27899";
Command "update T set F = null where rowid = 11692";
Command "update T set F = null where rowid = 55729";
Command "update T set F = null where rowid = 17098";
Command "update T set F = null where rowid = 25137";
Command "update T set F = null where rowid = 5538";
Command "update T set F = null where rowid = 55959";
Command "update T set F = null where rowid = 11435";
Command "update T set F = null where rowid = 18374";
Command "update T set F = null where rowid = 25704";
Command "update T set F = null where rowid = 27450";
Command "update T set F = null where rowid = 7469";
Command "update T set F = null where rowid = 32638";
Command "update T set F = null where rowid = 556";
Command "update T set F = null where rowid = 29207";
Command "update T set F = null where rowid = 60178";
Command "update T set F = null where rowid = 51724";
Command "update T set F = null where rowid = 18717";
Command "update T set F = null where rowid = 4725";
Command "update T set F = null where rowid = 57019";
Command "update T set F = null where rowid = 2864";
Command "update T set F = null where rowid = 27631";
Command "update T set F = null where rowid = 33511";
Command "update T set F = null where rowid = 14331";
Command "update T set F = null where rowid = 30424";
Command "update T set F = null where rowid = 16799";
Command "update T set F = null where rowid = 57209";
Command "update T set F = null where rowid = 19131";
Command "update T set F = null where rowid = 13815";
Command "update T set F = null where rowid = 41488";
Command "update T set F = null where rowid = 40137";
Command "update T set F = null where rowid = 34620";
Command "update T set F = null where rowid = 16969";
Command "update T set F = null where rowid = 48317";
Command "update T set F = null where rowid = 58064";
Command "update T set F = null where rowid = 20633";
Command "update T set F = null where rowid = 28732";
Command "update T set F = null where rowid = 16086";
Command "update T set F = null where rowid = 59385";
Command "update T set F = null where rowid = 5092";
Command "update T set F = null where rowid = 48354";
Command "update T set F = null where rowid = 46459";
Command "update T set F = null where rowid = 22659";
Command "update T set F = null where rowid = 38051";
Command "update T set F = null where rowid = 28215";
Command "update T set F = null where rowid = 43683";
Command "update T set F = null where rowid = 26053";
Command "update T set F = null where rowid = 50211";
Command "update T set F = null where rowid = 18043";
Command "update T set F = null where rowid = 27265";
Command "update T set F = null where rowid = 54992";
Command "update T set F = null where rowid = 27874";
Command "update T set F = null where rowid = 32895";
Command "update T set F = null where rowid = 38459";
Command "update T set F = null where rowid = 52661";
Command "update T set F = null where rowid = 1214";
Command "update T set F = null where rowid = 12385";
Command "update T set F = null where rowid = 2775";
Command "update T set F = null where rowid = 23969";
Command "update T set F = null where rowid = 52509";
Command "update T set F = null where rowid = 19203";
Command "update T set F = null where rowid = 9087";
Command "update T set F = null where rowid = 20069";
Command "update T set F = null where rowid = 38260";
Command "update T set F = null where rowid = 27554";
Command "update T set F = null where rowid = 36821";
Command "update T set F = null where rowid = 7994";
Command "update T set F = null where rowid = 52619";
Command "update T set F = null where rowid = 19300";
Command "update T set F = null where rowid = 40121";
Command "update T set F = null where rowid = 2108";
Command "update T set F = null where rowid = 683";
Command "update T set F = null where rowid = 42413";
Command "update T set F = null where rowid = 31205";
Command "update T set F = null where rowid = 9671";
Command "update T set F = null where rowid = 21338";
Command "update T set F = null where rowid = 32135";
Command "update T set F = null where rowid = 43602";
Command "update T set F = null where rowid = 41889";
Command "update T set F = null where rowid = 45123";
Command "update T set F = null where rowid = 13605";
Command "update T set F = null where rowid = 29155";
Command "update T set F = null where rowid = 53667";
Command "update T set F = null where rowid = 56974";
Command "update T set F = null where rowid = 31343";
Command "update T set F = null where rowid = 17812";
Command "update T set F = null where rowid = 46858";
Command "update T set F = null where rowid = 15841";
Command "update T set F = null where rowid = 55216";
Command "update T set F = null where rowid = 17717";
Command "update T set F = null where rowid = 54872";
Command "update T set F = null where rowid = 51695";
Command "update T set F = null where rowid = 42494";
Command "update T set F = null where rowid = 30489";
Command "update T set F = null where rowid = 20217";
Command "update T set F = null where rowid = 13211";
Command "update T set F = null where rowid = 20098";
Command "update T set F = null where rowid = 22095";
Command "update T set F = null where rowid = 12960";
Command "update T set F = null where rowid = 46305";
Command "update T set F = null where rowid = 28084";
Command "update T set F = null where rowid = 22689";
Command "update T set F = null where rowid = 13826";
Command "update T set F = null where rowid = 29764";
Command "update T set F = null where rowid = 326";
Command "update T set F = null where rowid = 41967";
Command "update T set F = null where rowid = 10129";
Command "update T set F = null where rowid = 13615";
Command "update T set F = null where rowid = 27848";
Command "update T set F = null where rowid = 2437";
Command "update T set F = null where rowid = 3131";
Command "update T set F = null where rowid = 39344";
Command "update T set F = null where rowid = 57149";
Command "update T set F = null where rowid = 34476";
Command "update T set F = null where rowid = 1533";
Command "update T set F = null where rowid = 48313";
Command "update T set F = null where rowid = 38748";
Command "update T set F = null where rowid = 2778";
Command "update T set F = null where rowid = 29525";
Command "update T set F = null where rowid = 12565";
Command "update T set F = null where rowid = 2485";
Command "update T set F = null where rowid = 48537";
Command "update T set F = null where rowid = 29415";
Command "update T set F = null where rowid = 44201";
Command "update T set F = null where rowid = 42388";
Command "update T set F = null where rowid = 21600";
Command "update T set F = null where rowid = 32408";
Command "update T set F = null where rowid = 39032";
Command "update T set F = null where rowid = 61275";
Command "update T set F = null where rowid = 47279";
Command "update T set F = null where rowid = 26479";
Command "update T set F = null where rowid = 30091";
Command "update T set F = null where rowid = 37724";
Command "update T set F = null where rowid = 32826";
Command "update T set F = null where rowid = 5705";
Command "update T set F = null where rowid = 60065";
Command "update T set F = null where rowid = 12632";
Command "update T set F = null where rowid = 2092";
Command "update T set F = null where rowid = 9959";
Command "update T set F = null where rowid = 36796";
Command "update T set F = null where rowid = 57959";
Command "update T set F = null where rowid = 45852";
Command "update T set F = null where rowid = 45276";
Command "update T set F = null where rowid = 15264";
Command "update T set F = null where rowid = 58240";
Command "update T set F = null where rowid = 58062";
Command "update T set F = null where rowid = 45883";
Command "update T set F = null where rowid = 21391";
Command "update T set F = null where rowid = 30822";
Command "update T set F = null where rowid = 16267";
Command "update T set F = null where rowid = 42712";
Command "update T set F = null where rowid = 39065";
Command "update T set F = null where rowid = 41885";
Command "update T set F = null where rowid = 41864";
Command "update T set F = null where rowid = 42719";
Command "update T set F = null where rowid = 47287";
Command "update T set F = null where rowid = 2015";
Command "update T set F = null where rowid = 2542";
Command "update T set F = null where rowid = 10216";
Command "update T set F = null where rowid = 9793";
Command "update T set F = null where rowid = 12293";
Command "update T set F = null where rowid = 22514";
Command "update T set F = null where rowid = 35573";
Command "update T set F = null where rowid = 56591";
Command "update T set F = null where rowid = 35993";
Command "update T set F = null where rowid = 25019";
Command "update T set F = null where rowid = 31961";
Command "update T set F = null where rowid = 50277";
Command "update T set F = null where rowid = 56515";
Command "update T set F = null where rowid = 60318";
Command "update T set F = null where rowid = 35808";
Command "update T set F = null where rowid = 503";
Command "update T set F = null where rowid = 24167";
Command "update T set F = null where rowid = 37971";
Command "update T set F = null where rowid = 49819";
Command "update T set F = null where rowid = 35643";
Command "update T set F = null where rowid = 33069";
Command "update T set F = null where rowid = 18597";
Command "update T set F = null where rowid = 13594";
Command "update T set F = null where rowid = 15814";
Command "update T set F = null where rowid = 8959";
Command "update T set F = null where rowid = 16570";
Command "update T set F = null where rowid = 50070";
Command "update T set F = null where rowid = 53160";
Command "update T set F = null where rowid = 52731";
Command "update T set F = null where rowid = 38171";
Command "update T set F = null where rowid = 5392";
Command "update T set F = null where rowid = 31505";
Command "update T set F = null where rowid = 12457";
Command "update T set F = null where rowid = 19589";
Command "update T set F = null where rowid = 37250";
Command "update T set F = null where rowid = 19269";
Command "update T set F = null where rowid = 46507";
Command "update T set F = null where rowid = 24174";
Command "update T set F = null where rowid = 60253";
Command "update T set F = null where rowid = 42723";
Command "update T set F = null where rowid = 13780";
Command "update T set F = null where rowid = 41662";
Command "update T set F = null where rowid = 60257";
Command "update T set F = null where rowid = 35235";
Command "update T set F = null where rowid = 4574";
Command "update T set F = null where rowid = 14536";
Command "update T set F = null where rowid = 23635";
Command "update T set F = null where rowid = 12262";
Command "update T set F = null where rowid = 53191";
Command "update T set F = null where rowid = 31328";
Command "update T set F = null where rowid = 46694";
Command "update T set F = null where rowid = 42451";
Command "update T set F = null where rowid = 36324";
Command "update T set F = null where rowid = 45091";
Command "update T set F = null where rowid = 58090";
Command "update T set F = null where rowid = 42696";
Command "update T set F = null where rowid = 61350";
Command "update T set F = null where rowid = 50791";
Command "update T set F = null where rowid = 18361";
Command "update T set F = null where rowid = 41259";
Command "update T set F = null where rowid = 28454";
Command "update T set F = null where rowid = 24356";
Command "update T set F = null where rowid = 24770";
Command "update T set F = null where rowid = 47310";
Command "update T set F = null where rowid = 38893";
Command "update T set F = null where rowid = 7255";
Command "update T set F = null where rowid = 9694";
Command "update T set F = null where rowid = 13904";
Command "update T set F = null where rowid = 40261";
Command "update T set F = null where rowid = 37341";
Command "update T set F = null where rowid = 47447";
Command "update T set F = null where rowid = 9808";
Command "update T set F = null where rowid = 4347";
Command "update T set F = null where rowid = 49528";
Command "update T set F = null where rowid = 40761";
Command "update T set F = null where rowid = 5225";
Command "update T set F = null where rowid = 26135";
Command "update T set F = null where rowid = 39482";
Command "update T set F = null where rowid = 58802";
Command "update T set F = null where rowid = 57814";
Command "update T set F = null where rowid = 58663";
Command "update T set F = null where rowid = 8490";
Command "update T set F = null where rowid = 48022";
Command "update T set F = null where rowid = 6364";
Command "update T set F = null where rowid = 52982";
Command "update T set F = null where rowid = 51951";
Command "update T set F = null where rowid = 21826";
Command "update T set F = null where rowid = 13182";
Command "update T set F = null where rowid = 25169";
Command "update T set F = null where rowid = 32736";
Command "update T set F = null where rowid = 52722";
Command "update T set F = null where rowid = 40450";
Command "update T set F = null where rowid = 42474";
Command "update T set F = null where rowid = 40131";
Command "update T set F = null where rowid = 15625";
Command "update T set F = null where rowid = 49481";
Command "update T set F = null where rowid = 13557";
Command "update T set F = null where rowid = 33513";
Command "update T set F = null where rowid = 42993";
Command "update T set F = null where rowid = 38509";
Command "update T set F = null where rowid = 45889";
Command "update T set F = null where rowid = 54411";
Command "update T set F = null where rowid = 55387";
Command "update T set F = null where rowid = 52862";
Command "update T set F = null where rowid = 14804";
Command "update T set F = null where rowid = 39131";
Command "update T set F = null where rowid = 18096";
Command "update T set F = null where rowid = 35829";
Command "update T set F = null where rowid = 41583";
Command "update T set F = null where rowid = 43869";
Command "update T set F = null where rowid = 15559";
Command "update T set F = null where rowid = 47260";
Command "update T set F = null where rowid = 21369";
Command "update T set F = null where rowid = 15094";
Command "update T set F = null where rowid = 5213";
Command "update T set F = null where rowid = 18663";
Command "update T set F = null where rowid = 51055";
Command "update T set F = null where rowid = 46974";
Command "update T set F = null where rowid = 38983";
Command "update T set F = null where rowid = 14845";
Command "update T set F = null where rowid = 1662";
Command "update T set F = null where rowid = 29190";
Command "update T set F = null where rowid = 56252";
Command "update T set F = null where rowid = 32310";
Command "update T set F = null where rowid = 7184";
Command "update T set F = null where rowid = 37750";
Command "update T set F = null where rowid = 52667";
Command "update T set F = null where rowid = 53562";
Command "update T set F = null where rowid = 29119";
Command "update T set F = null where rowid = 51213";
Command "update T set F = null where rowid = 6834";
Command "update T set F = null where rowid = 42226";
Command "update T set F = null where rowid = 48747";
Command "update T set F = null where rowid = 31051";
Command "update T set F = null where rowid = 29274";
Command "update T set F = null where rowid = 6954";
Command "update T set F = null where rowid = 12502";
Command "update T set F = null where rowid = 58257";
Command "update T set F = null where rowid = 20377";
Command "update T set F = null where rowid = 30993";
Command "update T set F = null where rowid = 19087";
Command "update T set F = null where rowid = 49712";
Command "update T set F = null where rowid = 42126";
Command "update T set F = null where rowid = 40558";
Command "update T set F = null where rowid = 31118";
Command "update T set F = null where rowid = 13540";
Command "update T set F = null where rowid = 3005";
Command "update T set F = null where rowid = 40610";
Command "update T set F = null where rowid = 30174";
Command "update T set F = null where rowid = 6815";
Command "update T set F = null where rowid = 54392";
Command "update T set F = null where rowid = 743";
Command "update T set F = null where rowid = 52875";
Command "update T set F = null where rowid = 44276";
Command "update T set F = null where rowid = 19256";
Command "update T set F = null where rowid = 13860";
Command "update T set F = null where rowid = 55497";
Command "update T set F = null where rowid = 54698";
Command "update T set F = null where rowid = 17799";
Command "update T set F = null where rowid = 53106";
Command "update T set F = null where rowid = 31691";
Command "update T set F = null where rowid = 53873";
Command "update T set F = null where rowid = 30757";
Command "update T set F = null where rowid = 58310";
Command "update T set F = null where rowid = 26264";
Command "update T set F = null where rowid = 7269";
Command "update T set F = null where rowid = 14242";
Command "update T set F = null where rowid = 38236";
Command "update T set F = null where rowid = 60569";
Command "update T set F = null where rowid = 4685";
Command "update T set F = null where rowid = 4699";
Command "update T set F = null where rowid = 26185";
Command "update T set F = null where rowid = 8523";
Command "update T set F = null where rowid = 14193";
Command "update T set F = null where rowid = 41769";
Command "update T set F = null where rowid = 61429";
Command "update T set F = null where rowid = 4297";
Command "update T set F = null where rowid = 30773";
Command "update T set F = null where rowid = 46540";
Command "update T set F = null where rowid = 12956";
Command "update T set F = null where rowid = 48009";
Command "update T set F = null where rowid = 30518";
Command "update T set F = null where rowid = 3684";
Command "update T set F = null where rowid = 50826";
Command "update T set F = null where rowid = 7175";
Command "update T set F = null where rowid = 23045";
Command "update T set F = null where rowid = 6683";
Command "update T set F = null where rowid = 8300";
Command "update T set F = null where rowid = 23513";
Command "update T set F = null where rowid = 428";
Command "update T set F = null where rowid = 38568";
Command "update T set F = null where rowid = 39758";
Command "update T set F = null where rowid = 35537";
Command "update T set F = null where rowid = 51684";
Command "update T set F = null where rowid = 23371";
Command "update T set F = null where rowid = 76";
Command "update T set F = null where rowid = 56684";
Command "update T set F = null where rowid = 24476";
Command "update T set F = null where rowid = 19963";
Command "update T set F = null where rowid = 29797";
Command "update T set F = null where rowid = 25785";
Command "update T set F = null where rowid = 7351";
Command "update T set F = null where rowid = 32553";
Command "update T set F = null where rowid = 37566";
Command "update T set F = null where rowid = 43404";
Command "update T set F = null where rowid = 26063";
Command "update T set F = null where rowid = 632";
Command "update T set F = null where rowid = 57803";
Command "update T set F = null where rowid = 59530";
Command "update T set F = null where rowid = 3318";
Command "update T set F = null where rowid = 9392";
Command "update T set F = null where rowid = 55913";
Command "update T set F = null where rowid = 52617";
Command "update T set F = null where rowid = 44893";
Command "update T set F = null where rowid = 27799";
Command "update T set F = null where rowid = 41518";
Command "update T set F = null where rowid = 55202";
Command "update T set F = null where rowid = 5414";
Command "update T set F = null where rowid = 52142";
Command "update T set F = null where rowid = 29673";
Command "update T set F = null where rowid = 54656";
Command "update T set F = null where rowid = 24731";
Command "update T set F = null where rowid = 40575";
Command "update T set F = null where rowid = 1205";
Command "update T set F = null where rowid = 7530";
Command "update T set F = null where rowid = 10861";
Command "update T set F = null where rowid = 5739";
Command "update T set F = null where rowid = 40841";
Command "update T set F = null where rowid = 1067";
Command "update T set F = null where rowid = 38693";
Command "update T set F = null where rowid = 60265";
Command "update T set F = null where rowid = 2966";
Command "update T set F = null where rowid = 15787";
Command "update T set F = null where rowid = 16517";
Command "update T set F = null where rowid = 15063";
Command "update T set F = null where rowid = 8199";
Command "update T set F = null where rowid = 14043";
Command "update T set F = null where rowid = 5288";
Command "update T set F = null where rowid = 6507";
Command "update T set F = null where rowid = 59866";
Command "update T set F = null where rowid = 29244";
Command "update T set F = null where rowid = 5904";
Command "update T set F = null where rowid = 41786";
Command "update T set F = null where rowid = 55038";
Command "update T set F = null where rowid = 20854";
Command "update T set F = null where rowid = 31926";
Command "update T set F = null where rowid = 34472";
Command "update T set F = null where rowid = 4879";
Command "update T set F = null where rowid = 3343";
Command "update T set F = null where rowid = 6389";
Command "update T set F = null where rowid = 9577";
Command "update T set F = null where rowid = 21056";
Command "update T set F = null where rowid = 50805";
Command "update T set F = null where rowid = 52123";
Command "update T set F = null where rowid = 21614";
Command "update T set F = null where rowid = 28908";
Command "update T set F = null where rowid = 21467";
Command "update T set F = null where rowid = 42871";
Command "update T set F = null where rowid = 14907";
Command "update T set F = null where rowid = 40341";
Command "update T set F = null where rowid = 60538";
Command "update T set F = null where rowid = 3325";
Command "update T set F = null where rowid = 34102";
Command "update T set F = null where rowid = 20478";
Command "update T set F = null where rowid = 55119";
Command "update T set F = null where rowid = 7001";
Command "update T set F = null where rowid = 38332";
Command "update T set F = null where rowid = 51246";
Command "update T set F = null where rowid = 25399";
Command "update T set F = null where rowid = 48078";
Command "update T set F = null where rowid = 57108";
Command "update T set F = null where rowid = 32137";
Command "update T set F = null where rowid = 19221";
Command "update T set F = null where rowid = 51409";
Command "update T set F = null where rowid = 60197";
Command "update T set F = null where rowid = 2971";
Command "update T set F = null where rowid = 53756";
Command "update T set F = null where rowid = 47241";
Command "update T set F = null where rowid = 2483";
Command "update T set F = null where rowid = 4154";
Command "update T set F = null where rowid = 32531";
Command "update T set F = null where rowid = 30871";
Command "update T set F = null where rowid = 19659";
Command "update T set F = null where rowid = 52015";
Command "update T set F = null where rowid = 21960";
Command "update T set F = null where rowid = 4657";
Command "update T set F = null where rowid = 48386";
Command "update T set F = null where rowid = 40911";
Command "update T set F = null where rowid = 28850";
Command "update T set F = null where rowid = 31562";
Command "update T set F = null where rowid = 28639";
Command "update T set F = null where rowid = 19074";
Command "update T set F = null where rowid = 12302";
Command "update T set F = null where rowid = 2453";
Command "update T set F = null where rowid = 16809";
Command "update T set F = null where rowid = 50317";
Command "update T set F = null where rowid = 6570";
Command "update T set F = null where rowid = 14117";
Command "update T set F = null where rowid = 34241";
Command "update T set F = null where rowid = 51376";
Command "update T set F = null where rowid = 57016";
Command "update T set F = null where rowid = 51657";
Command "update T set F = null where rowid = 43514";
Command "update T set F = null where rowid = 55744";
Command "update T set F = null where rowid = 43842";
Command "update T set F = null where rowid = 5009";
Command "update T set F = null where rowid = 49296";
Command "update T set F = null where rowid = 51000";
Command "update T set F = null where rowid = 46827";
Command "update T set F = null where rowid = 37866";
Command "update T set F = null where rowid = 30638";
Command "update T set F = null where rowid = 28888";
Command "update T set F = null where rowid = 56582";
Command "update T set F = null where rowid = 30696";
Command "update T set F = null where rowid = 39577";
Command "update T set F = null where rowid = 22644";
Command "update T set F = null where rowid = 38310";
Command "update T set F = null where rowid = 1854";
Command "update T set F = null where rowid = 30843";
Command "update T set F = null where rowid = 51567";
Command "update T set F = null where rowid = 41930";
Command "update T set F = null where rowid = 46500";
Command "update T set F = null where rowid = 9181";
Command "update T set F = null where rowid = 36220";
Command "update T set F = null where rowid = 27050";
Command "update T set F = null where rowid = 56818";
Command "update T set F = null where rowid = 52820";
Command "update T set F = null where rowid = 45801";
Command "update T set F = null where rowid = 46387";
Command "update T set F = null where rowid = 58897";
Command "update T set F = null where rowid = 2587";
Command "update T set F = null where rowid = 6728";
Command "update T set F = null where rowid = 39125";
Command "update T set F = null where rowid = 16293";
Command "update T set F = null where rowid = 23582";
Command "update T set F = null where rowid = 1801";
Command "update T set F = null where rowid = 29216";
Command "update T set F = null where rowid = 32988";
Command "update T set F = null where rowid = 45042";
Command "update T set F = null where rowid = 31422";
Command "update T set F = null where rowid = 9080";
Command "update T set F = null where rowid = 50332";
Command "update T set F = null where rowid = 54036";
Command "update T set F = null where rowid = 21701";
Command "update T set F = null where rowid = 40279";
Command "update T set F = null where rowid = 53981";
Command "update T set F = null where rowid = 39735";
Command "update T set F = null where rowid = 50237";
Command "update T set F = null where rowid = 46561";
Command "update T set F = null where rowid = 41828";
Command "update T set F = null where rowid = 61411";
Command "update T set F = null where rowid = 3657";
Command "update T set F = null where rowid = 16706";
Command "update T set F = null where rowid = 8659";
Command "update T set F = null where rowid = 48908";
Command "update T set F = null where rowid = 21893";
Command "update T set F = null where rowid = 20636";
Command "update T set F = null where rowid = 24411";
Command "update T set F = null where rowid = 7615";
Command "update T set F = null where rowid = 19198";
Command "update T set F = null where rowid = 49551";
Command "update T set F = null where rowid = 13499";
Command "update T set F = null where rowid = 38355";
Command "update T set F = null where rowid = 29614";
Command "update T set F = null where rowid = 46173";
Command "update T set F = null where rowid = 58023";
Command "update T set F = null where rowid = 57681";
Command "update T set F = null where rowid = 46116";
Command "update T set F = null where rowid = 26643";
Command "update T set F = null where rowid = 28256";
Command "update T set F = null where rowid = 48626";
Command "update T set F = null where rowid = 29734";
Command "update T set F = null where rowid = 35523";
Command "update T set F = null where rowid = 60561";
Command "update T set F = null where rowid = 53237";
Command "update T set F = null where rowid = 25686";
Command "update T set F = null where rowid = 50394";
Command "update T set F = null where rowid = 41833";
Command "update T set F = null where rowid = 51755";
Command "update T set F = null where rowid = 20315";
Command "update T set F = null where rowid = 54746";
Command "update T set F = null where rowid = 37480";
Command "update T set F = null where rowid = 15217";
Command "update T set F = null where rowid = 56791";
Command "update T set F = null where rowid = 23721";
Command "update T set F = null where rowid = 42282";
Command "update T set F = null where rowid = 27526";
Command "update T set F = null where rowid = 3510";
Command "update T set F = null where rowid = 51814";
Command "update T set F = null where rowid = 9379";
Command "update T set F = null where rowid = 52893";
Command "update T set F = null where rowid = 49906";
Command "update T set F = null where rowid = 43165";
Command "update T set F = null where rowid = 58179";
Command "update T set F = null where rowid = 3170";
Command "update T set F = null where rowid = 42506";
Command "update T set F = null where rowid = 34185";
Command "update T set F = null where rowid = 41495";
Command "update T set F = null where rowid = 22170";
Command "update T set F = null where rowid = 42827";
Command "update T set F = null where rowid = 57007";
Command "update T set F = null where rowid = 11095";
Command "update T set F = null where rowid = 7080";
Command "update T set F = null where rowid = 5879";
Command "update T set F = null where rowid = 9076";
Command "update T set F = null where rowid = 21399";
Command "update T set F = null where rowid = 18458";
Command "update T set F = null where rowid = 32149";
Command "update T set F = null where rowid = 19626";
Command "update T set F = null where rowid = 11468";
Command "update T set F = null where rowid = 57260";
Command "update T set F = null where rowid = 18889";
Command "update T set F = null where rowid = 36631";
Command "update T set F = null where rowid = 26081";
Command "update T set F = null where rowid = 24963";
Command "update T set F = null where rowid = 6011";
Command "update T set F = null where rowid = 14670";
Command "update T set F = null where rowid = 44633";
Command "update T set F = null where rowid = 38849";
Command "update T set F = null where rowid = 32060";
Command "update T set F = null where rowid = 20808";
Command "update T set F = null where rowid = 21591";
Command "update T set F = null where rowid = 24076";
Command "update T set F = null where rowid = 28323";
Command "update T set F = null where rowid = 49179";
Command "update T set F = null where rowid = 23251";
Command "update T set F = null where rowid = 10560";
Command "update T set F = null where rowid = 59119";
Command "update T set F = null where rowid = 2773";
Command "update T set F = null where rowid = 19983";
Command "update T set F = null where rowid = 39399";
Command "update T set F = null where rowid = 44507";
Command "update T set F = null where rowid = 8766";
Command "update T set F = null where rowid = 54871";
Command "update T set F = null where rowid = 60613";
Command "update T set F = null where rowid = 24286";
Command "update T set F = null where rowid = 41175";
Command "update T set F = null where rowid = 60905";
Command "update T set F = null where rowid = 8179";
Command "update T set F = null where rowid = 37041";
Command "update T set F = null where rowid = 41080";
Command "update T set F = null where rowid = 21794";
Command "update T set F = null where rowid = 30950";
Command "update T set F = null where rowid = 12442";
Command "update T set F = null where rowid = 18549";
Command "update T set F = null where rowid = 58540";
Command "update T set F = null where rowid = 59447";
Command "update T set F = null where rowid = 25930";
Command "update T set F = null where rowid = 45602";
Command "update T set F = null where rowid = 4067";
Command "update T set F = null where rowid = 51247";
Command "update T set F = null where rowid = 56594";
Command "update T set F = null where rowid = 32403";
Command "update T set F = null where rowid = 45905";
Command "update T set F = null where rowid = 46673";
Command "update T set F = null where rowid = 36288";
Command "update T set F = null where rowid = 30311";
Command "update T set F = null where rowid = 5476";
Command "update T set F = null where rowid = 42720";
Command "update T set F = null where rowid = 27420";
Command "update T set F = null where rowid = 20801";
Command "update T set F = null where rowid = 28500";
Command "update T set F = null where rowid = 19146";
Command "update T set F = null where rowid = 60336";
Command "update T set F = null where rowid = 31366";
Command "update T set F = null where rowid = 31920";
Command "update T set F = null where rowid = 27984";
Command "update T set F = null where rowid = 11665";
Command "update T set F = null where rowid = 34569";
Command "update T set F = null where rowid = 1948";
Command "update T set F = null where rowid = 33653";
Command "update T set F = null where rowid = 61065";
Command "update T set F = null where rowid = 52337";
Command "update T set F = null where rowid = 59681";
Command "update T set F = null where rowid = 52911";
Command "update T set F = null where rowid = 42428";
Command "update T set F = null where rowid = 19127";
Command "update T set F = null where rowid = 1354";
Command "update T set F = null where rowid = 39628";
Command "update T set F = null where rowid = 21257";
Command "update T set F = null where rowid = 16057";
Command "update T set F = null where rowid = 57099";
Command "update T set F = null where rowid = 41509";
Command "update T set F = null where rowid = 9123";
Command "update T set F = null where rowid = 16672";
Command "update T set F = null where rowid = 37610";
Command "update T set F = null where rowid = 49016";
Command "update T set F = null where rowid = 36968";
Command "update T set F = null where rowid = 18157";
Command "update T set F = null where rowid = 28550";
Command "update T set F = null where rowid = 58490";
Command "update T set F = null where rowid = 43516";
Command "update T set F = null where rowid = 29990";
Command "update T set F = null where rowid = 48808";
Command "update T set F = null where rowid = 19136";
Command "update T set F = null where rowid = 51598";
Command "update T set F = null where rowid = 51090";
Command "update T set F = null where rowid = 30837";
Command "update T set F = null where rowid = 25466";
Command "update T set F = null where rowid = 37725";
Command "update T set F = null where rowid = 51808";
Command "update T set F = null where rowid = 56080";
Command "update T set F = null where rowid = 37210";
Command "update T set F = null where rowid = 8383";
Command "update T set F = null where rowid = 26759";
Command "update T set F = null where rowid = 36268";
Command "update T set F = null where rowid = 52652";
Command "update T set F = null where rowid = 32214";
Command "update T set F = null where rowid = 10613";
Command "update T set F = null where rowid = 20741";
Command "update T set F = null where rowid = 24441";
Command "update T set F = null where rowid = 17389";
Command "update T set F = null where rowid = 52933";
Command "update T set F = null where rowid = 53820";
Command "update T set F = null where rowid = 56375";
Command "update T set F = null where rowid = 34095";
Command "update T set F = null where rowid = 50011";
Command "update T set F = null where rowid = 50498";
Command "update T set F = null where rowid = 18823";
Command "update T set F = null where rowid = 42904";
Command "update T set F = null where rowid = 58015";
Command "update T set F = null where rowid = 4651";
Command "update T set F = null where rowid = 17659";
Command "update T set F = null where rowid = 389";
Command "update T set F = null where rowid = 22725";
Command "update T set F = null where rowid = 60337";
Command "update T set F = null where rowid = 32793";
Command "update T set F = null where rowid = 3258";
Command "update T set F = null where rowid = 50908";
Command "update T set F = null where rowid = 54382";
Command "update T set F = null where rowid = 12436";
Command "update T set F = null where rowid = 30179";
Command "update T set F = null where rowid = 17668";
Command "update T set F = null where rowid = 40366";
Command "update T set F = null where rowid = 27004";
Command "update T set F = null where rowid = 57799";
Command "update T set F = null where rowid = 17348";
Command "update T set F = null where rowid = 17168";
Command "update T set F = null where rowid = 3931";
Command "update T set F = null where rowid = 58190";
Command "update T set F = null where rowid = 8360";
Command "update T set F = null where rowid = 19475";
Command "update T set F = null where rowid = 38222";
Command "update T set F = null where rowid = 49059";
Command "update T set F = null where rowid = 7906";
Command "update T set F = null where rowid = 34721";
Command "update T set F = null where rowid = 59333";
Command "update T set F = null where rowid = 59704";
Command "update T set F = null where rowid = 14010";
Command "update T set F = null where rowid = 7700";
Command "update T set F = null where rowid = 27609";
Command "update T set F = null where rowid = 19886";
Command "update T set F = null where rowid = 48474";
Command "update T set F = null where rowid = 246";
Command "update T set F = null where rowid = 29141";
Command "update T set F = null where rowid = 14210";
Command "update T set F = null where rowid = 60719";
Command "update T set F = null where rowid = 54971";
Command "update T set F = null where rowid = 12405";
Command "update T set F = null where rowid = 24678";
Command "update T set F = null where rowid = 26999";
Command "update T set F = null where rowid = 37355";
Command "update T set F = null where rowid = 52694";
Command "update T set F = null where rowid = 4133";
Command "update T set F = null where rowid = 4773";
Command "update T set F = null where rowid = 25138";
Command "update T set F = null where rowid = 27011";
Command "update T set F = null where rowid = 20635";
Command "update T set F = null where rowid = 15671";
Command "update T set F = null where rowid = 57501";
Command "update T set F = null where rowid = 46451";
Command "update T set F = null where rowid = 9715";
Command "update T set F = null where rowid = 48881";
Command "update T set F = null where rowid = 23803";
Command "update T set F = null where rowid = 19196";
Command "update T set F = null where rowid = 32399";
Command "update T set F = null where rowid = 6181";
Command "update T set F = null where rowid = 16980";
Command "update T set F = null where rowid = 29980";
Command "update T set F = null where rowid = 39738";
Command "update T set F = null where rowid = 25758";
Command "update T set F = null where rowid = 20576";
Command "update T set F = null where rowid = 60916";
Command "update T set F = null where rowid = 14976";
Command "update T set F = null where rowid = 59485";
Command "update T set F = null where rowid = 40997";
Command "update T set F = null where rowid = 37568";
Command "update T set F = null where rowid = 41172";
Command "update T set F = null where rowid = 15427";
Command "update T set F = null where rowid = 52226";
Command "update T set F = null where rowid = 59673";
Command "update T set F = null where rowid = 50722";
Command "update T set F = null where rowid = 27755";
Command "update T set F = null where rowid = 45865";
Command "update T set F = null where rowid = 15938";
Command "update T set F = null where rowid = 34093";
Command "update T set F = null where rowid = 29449";
Command "update T set F = null where rowid = 26610";
Command "update T set F = null where rowid = 45325";
Command "update T set F = null where rowid = 22703";
Command "update T set F = null where rowid = 2536";
Command "update T set F = null where rowid = 36059";
Command "update T set F = null where rowid = 27178";
Command "update T set F = null where rowid = 51896";
Command "update T set F = null where rowid = 60623";
Command "update T set F = null where rowid = 40429";
Command "update T set F = null where rowid = 1095";
Command "update T set F = null where rowid = 23981";
Command "update T set F = null where rowid = 54134";
Command "update T set F = null where rowid = 59269";
Command "update T set F = null where rowid = 35445";
Command "update T set F = null where rowid = 19813";
Command "update T set F = null where rowid = 30914";
Command "update T set F = null where rowid = 41243";
Command "update T set F = null where rowid = 24065";
Command "update T set F = null where rowid = 43941";
Command "update T set F = null where rowid = 22519";
Command "update T set F = null where rowid = 57140";
Command "update T set F = null where rowid = 16858";
Command "update T set F = null where rowid = 23505";
Command "update T set F = null where rowid = 6070";
Command "update T set F = null where rowid = 57632";
Command "update T set F = null where rowid = 55451";
Command "update T set F = null where rowid = 6716";
Command "update T set F = null where rowid = 50675";
Command "update T set F = null where rowid = 61009";
Command "update T set F = null where rowid = 13352";
Command "update T set F = null where rowid = 8864";
Command "update T set F = null where rowid = 20005";
Command "update T set F = null where rowid = 41145";
Command "update T set F = null where rowid = 12112";
Command "update T set F = null where rowid = 56807";
Command "update T set F = null where rowid = 60601";
Command "update T set F = null where rowid = 11588";
Command "update T set F = null where rowid = 24941";
Command "update T set F = null where rowid = 24403";
Command "update T set F = null where rowid = 41654";
Command "update T set F = null where rowid = 60415";
Command "update T set F = null where rowid = 14665";
Command "update T set F = null where rowid = 34504";
Command "update T set F = null where rowid = 59834";
Command "update T set F = null where rowid = 4069";
Command "update T set F = null where rowid = 43866";
Command "update T set F = null where rowid = 26244";
Command "update T set F = null where rowid = 40375";
Command "update T set F = null where rowid = 34491";
Command "update T set F = null where rowid = 10942";
Command "update T set F = null where rowid = 35031";
Command "update T set F = null where rowid = 39239";
Command "update T set F = null where rowid = 28759";
Command "update T set F = null where rowid = 32221";
Command "update T set F = null where rowid = 54329";
Command "update T set F = null where rowid = 32829";
Command "update T set F = null where rowid = 5419";
Command "update T set F = null where rowid = 30608";
Command "update T set F = null where rowid = 13754";
Command "update T set F = null where rowid = 3417";
Command "update T set F = null where rowid = 30183";
Command "update T set F = null where rowid = 32940";
Command "update T set F = null where rowid = 15061";
Command "update T set F = null where rowid = 39193";
Command "update T set F = null where rowid = 43471";
Command "update T set F = null where rowid = 30883";
Command "update T set F = null where rowid = 49548";
Command "update T set F = null where rowid = 35123";
Command "update T set F = null where rowid = 30918";
Command "update T set F = null where rowid = 35089";
Command "update T set F = null where rowid = 28375";
Command "update T set F = null where rowid = 15445";
Command "update T set F = null where rowid = 35952";
Command "update T set F = null where rowid = 7353";
Command "update T set F = null where rowid = 14202";
Command "update T set F = null where rowid = 59081";
Command "update T set F = null where rowid = 12034";
Command "update T set F = null where rowid = 5504";
Command "update T set F = null where rowid = 42279";
Command "update T set F = null where rowid = 15483";
Command "update T set F = null where rowid = 11858";
Command "update T set F = null where rowid = 43257";
Command "update T set F = null where rowid = 45560";
Command "update T set F = null where rowid = 21925";
Command "update T set F = null where rowid = 10939";
Command "update T set F = null where rowid = 6818";
Command "update T set F = null where rowid = 19435";
Command "update T set F = null where rowid = 24504";
Command "update T set F = null where rowid = 61318";
Command "update T set F = null where rowid = 17860";
Command "update T set F = null where rowid = 49798";
Command "update T set F = null where rowid = 6594";
Command "update T set F = null where rowid = 3087";
Command "update T set F = null where rowid = 23647";
Command "update T set F = null where rowid = 28930";
Command "update T set F = null where rowid = 22964";
Command "update T set F = null where rowid = 36799";
Command "update T set F = null where rowid = 39789";
Command "update T set F = null where rowid = 54484";
Command "update T set F = null where rowid = 4402";
Command "update T set F = null where rowid = 14521";
Command "update T set F = null where rowid = 41590";
Command "update T set F = null where rowid = 33855";
Command "update T set F = null where rowid = 7039";
Command "update T set F = null where rowid = 12291";
Command "update T set F = null where rowid = 29752";
Command "update T set F = null where rowid = 15410";
Command "update T set F = null where rowid = 46797";
Command "update T set F = null where rowid = 20325";
Command "update T set F = null where rowid = 34276";
Command "update T set F = null where rowid = 25139";
Command "update T set F = null where rowid = 46769";
Command "update T set F = null where rowid = 33149";
Command "update T set F = null where rowid = 24192";
Command "update T set F = null where rowid = 19789";
Command "update T set F = null where rowid = 8415";
Command "update T set F = null where rowid = 4786";
Command "update T set F = null where rowid = 36556";
Command "update T set F = null where rowid = 2870";
Command "update T set F = null where rowid = 58027";
Command "update T set F = null where rowid = 2358";
Command "update T set F = null where rowid = 57244";
Command "update T set F = null where rowid = 1791";
Command "update T set F = null where rowid = 18828";
Command "update T set F = null where rowid = 48322";
Command "update T set F = null where rowid = 8743";
Command "update T set F = null where rowid = 40695";
Command "update T set F = null where rowid = 8806";
Command "update T set F = null where rowid = 48790";
Command "update T set F = null where rowid = 32459";
Command "update T set F = null where rowid = 17153";
Command "update T set F = null where rowid = 34025";
Command "update T set F = null where rowid = 25339";
Command "update T set F = null where rowid = 27516";
Command "update T set F = null where rowid = 57508";
Command "update T set F = null where rowid = 41538";
Command "update T set F = null where rowid = 34013";
Command "update T set F = null where rowid = 49822";
Command "update T set F = null where rowid = 47358";
Command "update T set F = null where rowid = 55693";
Command "update T set F = null where rowid = 38032";
Command "update T set F = null where rowid = 17881";
Command "update T set F = null where rowid = 19543";
Command "update T set F = null where rowid = 50027";
Command "update T set F = null where rowid = 2559";
Command "update T set F = null where rowid = 56499";
Command "update T set F = null where rowid = 21104";
Command "update T set F = null where rowid = 12861";
Command "update T set F = null where rowid = 1368";
Command "update T set F = null where rowid = 12131";
Command "update T set F = null where rowid = 22406";
Command "update T set F = null where rowid = 39906";
Command "update T set F = null where rowid = 53782";
Command "update T set F = null where rowid = 7476";
Command "update T set F = null where rowid = 30288";
Command "update T set F = null where rowid = 11406";
Command "update T set F = null where rowid = 54552";
Command "update T set F = null where rowid = 61431";
Command "update T set F = null where rowid = 1188";
Command "update T set F = null where rowid = 49383";
Command "update T set F = null where rowid = 18773";
Command "update T set F = null where rowid = 34345";
Command "update T set F = null where rowid = 5622";
Command "update T set F = null where rowid = 412";
Command "update T set F = null where rowid = 2556";
Command "update T set F = null where rowid = 303";
Command "update T set F = null where rowid = 48278";
Command "update T set F = null where rowid = 34837";
Command "update T set F = null where rowid = 28462";
Command "update T set F = null where rowid = 7402";
Command "update T set F = null where rowid = 12533";
Command "update T set F = null where rowid = 33978";
Command "update T set F = null where rowid = 56753";
Command "update T set F = null where rowid = 54888";
Command "update T set F = null where rowid = 16440";
Command "update T set F = null where rowid = 3256";
Command "update T set F = null where rowid = 11770";
Command "update T set F = null where rowid = 33343";
Command "update T set F = null where rowid = 12910";
Command "update T set F = null where rowid = 15892";
Command "update T set F = null where rowid = 2645";
Command "update T set F = null where rowid = 35928";
Command "update T set F = null where rowid = 50814";
Command "update T set F = null where rowid = 47679";
Command "update T set F = null where rowid = 39298";
Command "update T set F = null where rowid = 2251";
Command "update T set F = null where rowid = 47061";
Command "update T set F = null where rowid = 36036";
Command "update T set F = null where rowid = 26866";
Command "update T set F = null where rowid = 38721";
Command "update T set F = null where rowid = 58453";
Command "update T set F = null where rowid = 51820";
Command "update T set F = null where rowid = 57042";
Command "update T set F = null where rowid = 42878";
Command "update T set F = null where rowid = 40290";
Command "update T set F = null where rowid = 40909";
Command "update T set F = null where rowid = 23777";
Command "update T set F = null where rowid = 37677";
Command "update T set F = null where rowid = 21109";
Command "update T set F = null where rowid = 37548";
Command "update T set F = null where rowid = 50669";
Command "update T set F = null where rowid = 20841";
Command "update T set F = null where rowid = 16863";
Command "update T set F = null where rowid = 9915";
Command "update T set F = null where rowid = 3335";
Command "update T set F = null where rowid = 18271";
Command "update T set F = null where rowid = 24533";
Command "update T set F = null where rowid = 19727";
Command "update T set F = null where rowid = 58326";
Command "update T set F = null where rowid = 48991";
Command "update T set F = null where rowid = 14300";
Command "update T set F = null where rowid = 31517";
Command "update T set F = null where rowid = 48829";
Command "update T set F = null where rowid = 28859";
Command "update T set F = null where rowid = 24419";
Command "update T set F = null where rowid = 38320";
Command "update T set F = null where rowid = 46767";
Command "update T set F = null where rowid = 16852";
Command "update T set F = null where rowid = 50433";
Command "update T set F = null where rowid = 30352";
Command "update T set F = null where rowid = 58633";
Command "update T set F = null where rowid = 45185";
Command "update T set F = null where rowid = 18544";
Command "update T set F = null where rowid = 23235";
Command "update T set F = null where rowid = 22875";
Command "update T set F = null where rowid = 31744";
Command "update T set F = null where rowid = 35198";
Command "update T set F = null where rowid = 56892";
Command "update T set F = null where rowid = 697";
Command "update T set F = null where rowid = 50051";
Command "update T set F = null where rowid = 58567";
Command "update T set F = null where rowid = 8374";
Command "update T set F = null where rowid = 50556";
Command "update T set F = null where rowid = 25881";
Command "update T set F = null where rowid = 47034";
Command "update T set F = null where rowid = 20552";
Command "update T set F = null where rowid = 1881";
Command "update T set F = null where rowid = 26958";
Command "update T set F = null where rowid = 20547";
Command "update T set F = null where rowid = 5295";
Command "update T set F = null where rowid = 50336";
Command "update T set F = null where rowid = 18652";
Command "update T set F = null where rowid = 44775";
Command "update T set F = null where rowid = 26592";
Command "update T set F = null where rowid = 2702";
Command "update T set F = null where rowid = 6548";
Command "update T set F = null where rowid = 53971";
Command "update T set F = null where rowid = 4093";
Command "update T set F = null where rowid = 47004";
Command "update T set F = null where rowid = 1182";
Command "update T set F = null where rowid = 45959";
Command "update T set F = null where rowid = 27036";
Command "update T set F = null where rowid = 32623";
Command "update T set F = null where rowid = 44358";
Command "update T set F = null where rowid = 31962";
Command "update T set F = null where rowid = 55403";
Command "update T set F = null where rowid = 56076";
Command "update T set F = null where rowid = 57911";
Command "update T set F = null where rowid = 31722";
Command "update T set F = null where rowid = 29061";
Command "update T set F = null where rowid = 10140";
Command "update T set F = null where rowid = 39602";
Command "update T set F = null where rowid = 2692";
Command "update T set F = null where rowid = 29504";
Command "update T set F = null where rowid = 5126";
Command "update T set F = null where rowid = 11465";
Command "update T set F = null where rowid = 58961";
Command "update T set F = null where rowid = 38817";
Command "update T set F = null where rowid = 31040";
Command "update T set F = null where rowid = 40949";
Command "update T set F = null where rowid = 2839";
Command "update T set F = null where rowid = 47855";
Command "update T set F = null where rowid = 49188";
Command "update T set F = null where rowid = 44854";
Command "update T set F = null where rowid = 55801";
Command "update T set F = null where rowid = 51579";
Command "update T set F = null where rowid = 58114";
Command "update T set F = null where rowid = 47532";
Command "update T set F = null where rowid = 23361";
Command "update T set F = null where rowid = 8593";
Command "update T set F = null where rowid = 10733";
Command "update T set F = null where rowid = 23607";
Command "update T set F = null where rowid = 51672";
Command "update T set F = null where rowid = 8071";
Command "update T set F = null where rowid = 41369";
Command "update T set F = null where rowid = 35733";
Command "update T set F = null where rowid = 37192";
Command "update T set F = null where rowid = 43640";
Command "update T set F = null where rowid = 8113";
Command "update T set F = null where rowid = 44116";
Command "update T set F = null where rowid = 16840";
Command "update T set F = null where rowid = 36001";
Command "update T set F = null where rowid = 14460";
Command "update T set F = null where rowid = 4204";
Command "update T set F = null where rowid = 41054";
Command "update T set F = null where rowid = 33527";
Command "update T set F = null where rowid = 10000";
Command "update T set F = null where rowid = 52232";
Command "update T set F = null where rowid = 3701";
Command "update T set F = null where rowid = 32450";
Command "update T set F = null where rowid = 32970";
Command "update T set F = null where rowid = 6323";
Command "update T set F = null where rowid = 11638";
Command "update T set F = null where rowid = 58353";
Command "update T set F = null where rowid = 45920";
Command "update T set F = null where rowid = 15520";
Command "update T set F = null where rowid = 60154";
Command "update T set F = null where rowid = 33468";
Command "update T set F = null where rowid = 37932";
Command "update T set F = null where rowid = 52149";
Command "update T set F = null where rowid = 55728";
Command "update T set F = null where rowid = 39233";
Command "update T set F = null where rowid = 34828";
Command "update T set F = null where rowid = 44390";
Command "update T set F = null where rowid = 28368";
Command "update T set F = null where rowid = 7078";
Command "update T set F = null where rowid = 41094";
Command "update T set F = null where rowid = 48101";
Command "update T set F = null where rowid = 892";
Command "update T set F = null where rowid = 21412";
Command "update T set F = null where rowid = 26143";
Command "update T set F = null where rowid = 44621";
Command "update T set F = null where rowid = 1047";
Command "update T set F = null where rowid = 28734";
Command "update T set F = null where rowid = 48135";
Command "update T set F = null where rowid = 30659";
Command "update T set F = null where rowid = 10323";
Command "update T set F = null where rowid = 14111";
Command "update T set F = null where rowid = 30992";
Command "update T set F = null where rowid = 28394";
Command "update T set F = null where rowid = 46680";
Command "update T set F = null where rowid = 27547";
Command "update T set F = null where rowid = 17041";
Command "update T set F = null where rowid = 20630";
Command "update T set F = null where rowid = 5160";
Command "update T set F = null where rowid = 21546";
Command "update T set F = null where rowid = 10740";
Command "update T set F = null where rowid = 41521";
Command "update T set F = null where rowid = 12222";
Command "update T set F = null where rowid = 46968";
Command "update T set F = null where rowid = 48510";
Command "update T set F = null where rowid = 9100";
Command "update T set F = null where rowid = 49963";
Command "update T set F = null where rowid = 55859";
Command "update T set F = null where rowid = 16209";
Command "update T set F = null where rowid = 15991";
Command "update T set F = null where rowid = 42096";
Command "update T set F = null where rowid = 12396";
Command "update T set F = null where rowid = 49354";
Command "update T set F = null where rowid = 48388";
Command "update T set F = null where rowid = 33076";
Command "update T set F = null where rowid = 7501";
Command "update T set F = null where rowid = 2470";
Command "update T set F = null where rowid = 39585";
Command "update T set F = null where rowid = 8900";
Command "update T set F = null where rowid = 38158";
Command "update T set F = null where rowid = 14831";
Command "update T set F = null where rowid = 53406";
Command "update T set F = null where rowid = 12277";
Command "update T set F = null where rowid = 47076";
Command "update T set F = null where rowid = 37222";
Command "update T set F = null where rowid = 41149";
Command "update T set F = null where rowid = 47364";
Command "update T set F = null where rowid = 28662";
Command "update T set F = null where rowid = 38752";
Command "update T set F = null where rowid = 20797";
Command "update T set F = null where rowid = 43318";
Command "update T set F = null where rowid = 7058";
Command "update T set F = null where rowid = 50240";
Command "update T set F = null where rowid = 31678";
Command "update T set F = null where rowid = 20984";
Command "update T set F = null where rowid = 40108";
Command "update T set F = null where rowid = 32251";
Command "update T set F = null where rowid = 27944";
Command "update T set F = null where rowid = 30418";
Command "update T set F = null where rowid = 28334";
Command "update T set F = null where rowid = 60459";
Command "update T set F = null where rowid = 54995";
Command "update T set F = null where rowid = 50510";
Command "update T set F = null where rowid = 29148";
Command "update T set F = null where rowid = 13134";
Command "update T set F = null where rowid = 9868";
Command "update T set F = null where rowid = 56570";
Command "update T set F = null where rowid = 54877";
Command "update T set F = null where rowid = 54450";
Command "update T set F = null where rowid = 48121";
Command "update T set F = null where rowid = 3840";
Command "update T set F = null where rowid = 23613";
Command "update T set F = null where rowid = 45218";
Command "update T set F = null where rowid = 35679";
Command "update T set F = null where rowid = 47113";
Command "update T set F = null where rowid = 58042";
Command "update T set F = null where rowid = 47976";
Command "update T set F = null where rowid = 1651";
Command "update T set F = null where rowid = 57523";
Command "update T set F = null where rowid = 27341";
Command "update T set F = null where rowid = 43363";
Command "update T set F = null where rowid = 25568";
Command "update T set F = null where rowid = 43265";
Command "update T set F = null where rowid = 8379";
Command "update T set F = null where rowid = 26077";
Command "update T set F = null where rowid = 7172";
Command "update T set F = null where rowid = 11157";
Command "update T set F = null where rowid = 8684";
Command "update T set F = null where rowid = 25498";
Command "update T set F = null where rowid = 8001";
Command "update T set F = null where rowid = 10654";
Command "update T set F = null where rowid = 15763";
Command "update T set F = null where rowid = 23605";
Command "update T set F = null where rowid = 32144";
Command "update T set F = null where rowid = 53303";
Command "update T set F = null where rowid = 50980";
Command "update T set F = null where rowid = 20923";
Command "update T set F = null where rowid = 17937";
Command "update T set F = null where rowid = 27750";
Command "update T set F = null where rowid = 10470";
Command "update T set F = null where rowid = 56666";
Command "update T set F = null where rowid = 43763";
Command "update T set F = null where rowid = 27649";
Command "update T set F = null where rowid = 14732";
Command "update T set F = null where rowid = 292";
Command "update T set F = null where rowid = 1792";
Command "update T set F = null where rowid = 4131";
Command "update T set F = null where rowid = 15069";
Command "update T set F = null where rowid = 5547";
Command "update T set F = null where rowid = 3811";
Command "update T set F = null where rowid = 42230";
Command "update T set F = null where rowid = 37980";
Command "update T set F = null where rowid = 28945";
Command "update T set F = null where rowid = 23578";
Command "update T set F = null where rowid = 18731";
Command "update T set F = null where rowid = 1574";
Command "update T set F = null where rowid = 33035";
Command "update T set F = null where rowid = 42843";
Command "update T set F = null where rowid = 11149";
Command "update T set F = null where rowid = 32663";
Command "update T set F = null where rowid = 22141";
Command "update T set F = null where rowid = 46967";
Command "update T set F = null where rowid = 56106";
Command "update T set F = null where rowid = 27474";
Command "update T set F = null where rowid = 60224";
Command "update T set F = null where rowid = 9512";
Command "update T set F = null where rowid = 16914";
Command "update T set F = null where rowid = 47611";
Command "update T set F = null where rowid = 3682";
Command "update T set F = null where rowid = 25696";
Command "update T set F = null where rowid = 27517";
Command "update T set F = null where rowid = 56767";
Command "update T set F = null where rowid = 26892";
Command "update T set F = null where rowid = 32225";
Command "update T set F = null where rowid = 47831";
Command "update T set F = null where rowid = 12323";
Command "update T set F = null where rowid = 5109";
Command "update T set F = null where rowid = 40999";
Command "update T set F = null where rowid = 47315";
Command "update T set F = null where rowid = 21776";
Command "update T set F = null where rowid = 31796";
Command "update T set F = null where rowid = 29276";
Command "update T set F = null where rowid = 25506";
Command "update T set F = null where rowid = 59072";
Command "update T set F = null where rowid = 20991";
Command "update T set F = null where rowid = 20699";
Command "update T set F = null where rowid = 40905";
Command "update T set F = null where rowid = 33465";
Command "update T set F = null where rowid = 4390";
Command "update T set F = null where rowid = 25947";
Command "update T set F = null where rowid = 32240";
Command "update T set F = null where rowid = 15447";
Command "update T set F = null where rowid = 43058";
Command "update T set F = null where rowid = 44481";
Command "update T set F = null where rowid = 59512";
Command "update T set F = null where rowid = 897";
Command "update T set F = null where rowid = 18266";
Command "update T set F = null where rowid = 19058";
Command "update T set F = null where rowid = 13728";
Command "update T set F = null where rowid = 42772";
Command "update T set F = null where rowid = 20354";
Command "update T set F = null where rowid = 1500";
Command "update T set F = null where rowid = 2689";
Command "update T set F = null where rowid = 4516";
Command "update T set F = null where rowid = 45955";
Command "update T set F = null where rowid = 44586";
Command "update T set F = null where rowid = 26431";
Command "update T set F = null where rowid = 13154";
Command "update T set F = null where rowid = 15583";
Command "update T set F = null where rowid = 21644";
Command "update T set F = null where rowid = 49864";
Command "update T set F = null where rowid = 433";
Command "update T set F = null where rowid = 33466";
Command "update T set F = null where rowid = 49424";
Command "update T set F = null where rowid = 41313";
Command "update T set F = null where rowid = 1365";
Command "update T set F = null where rowid = 5503";
Command "update T set F = null where rowid = 10032";
Command "update T set F = null where rowid = 60897";
Command "update T set F = null where rowid = 49490";
Command "update T set F = null where rowid = 48071";
Command "update T set F = null where rowid = 56368";
Command "update T set F = null where rowid = 13694";
Command "update T set F = null where rowid = 34954";
Command "update T set F = null where rowid = 58435";
Command "update T set F = null where rowid = 53442";
Command "update T set F = null where rowid = 37098";
Command "update T set F = null where rowid = 41232";
Command "update T set F = null where rowid = 8588";
Command "update T set F = null where rowid = 30678";
Command "update T set F = null where rowid = 43080";
Command "update T set F = null where rowid = 37816";
Command "update T set F = null where rowid = 50221";
Command "update T set F = null where rowid = 31553";
Command "update T set F = null where rowid = 41675";
Command "update T set F = null where rowid = 20968";
Command "update T set F = null where rowid = 58480";
Command "update T set F = null where rowid = 8005";
Command "update T set F = null where rowid = 60922";
Command "update T set F = null where rowid = 59897";
Command "update T set F = null where rowid = 8526";
Command "update T set F = null where rowid = 9404";
Command "update T set F = null where rowid = 57151";
Command "update T set F = null where rowid = 40231";
Command "update T set F = null where rowid = 32041";
Command "update T set F = null where rowid = 44559";
Command "update T set F = null where rowid = 38603";
Command "update T set F = null where rowid = 38699";
Command "update T set F = null where rowid = 41672";
Command "update T set F = null where rowid = 37441";
Command "update T set F = null where rowid = 38299";
Command "update T set F = null where rowid = 49422";
Command "update T set F = null where rowid = 37999";
Command "update T set F = null where rowid = 54151";
Command "update T set F = null where rowid = 14445";
Command "update T set F = null where rowid = 3981";
Command "update T set F = null where rowid = 37434";
Command "update T set F = null where rowid = 11902";
Command "update T set F = null where rowid = 3259";
Command "update T set F = null where rowid = 21010";
Command "update T set F = null where rowid = 21318";
Command "update T set F = null where rowid = 15848";
Command "update T set F = null where rowid = 5811";
Command "update T set F = null where rowid = 2713";
Command "update T set F = null where rowid = 12508";
Command "update T set F = null where rowid = 52917";
Command "update T set F = null where rowid = 54489";
Command "update T set F = null where rowid = 56425";
Command "update T set F = null where rowid = 49991";
Command "update T set F = null where rowid = 12633";
Command "update T set F = null where rowid = 37407";
Command "update T set F = null where rowid = 28078";
Command "update T set F = null where rowid = 53891";
Command "update T set F = null where rowid = 32554";
Command "update T set F = null where rowid = 23622";
Command "update T set F = null where rowid = 60612";
Command "update T set F = null where rowid = 27353";
Command "update T set F = null where rowid = 54965";
Command "update T set F = null where rowid = 32074";
Command "update T set F = null where rowid = 60045";
Command "update T set F = null where rowid = 59663";
Command "update T set F = null where rowid = 40157";
Command "update T set F = null where rowid = 5851";
Command "update T set F = null where rowid = 28090";
Command "update T set F = null where rowid = 43637";
Command "update T set F = null where rowid = 32213";
Command "update T set F = null where rowid = 6374";
Command "update T set F = null where rowid = 33649";
Command "update T set F = null where rowid = 35597";
Command "update T set F = null where rowid = 43686";
Command "update T set F = null where rowid = 36008";
Command "update T set F = null where rowid = 8877";
Command "update T set F = null where rowid = 44525";
Command "update T set F = null where rowid = 14884";
Command "update T set F = null where rowid = 28338";
Command "update T set F = null where rowid = 37915";
Command "update T set F = null where rowid = 44465";
Command "update T set F = null where rowid = 6362";
Command "update T set F = null where rowid = 46366";
Command "update T set F = null where rowid = 57758";
Command "update T set F = null where rowid = 60465";
Command "update T set F = null where rowid = 34829";
Command "update T set F = null where rowid = 4597";
Command "update T set F = null where rowid = 22810";
Command "update T set F = null where rowid = 49080";
Command "update T set F = null where rowid = 26364";
Command "update T set F = null where rowid = 39489";
Command "update T set F = null where rowid = 19403";
Command "update T set F = null where rowid = 29026";
Command "update T set F = null where rowid = 54663";
Command "update T set F = null where rowid = 36372";
Command "update T set F = null where rowid = 56123";
Command "update T set F = null where rowid = 19741";
Command "update T set F = null where rowid = 17321";
Command "update T set F = null where rowid = 24547";
Command "update T set F = null where rowid = 40390";
Command "update T set F = null where rowid = 57579";
Command "update T set F = null where rowid = 53148";
Command "update T set F = null where rowid = 19200";
Command "update T set F = null where rowid = 3542";
Command "update T set F = null where rowid = 58598";
Command "update T set F = null where rowid = 56475";
Command "update T set F = null where rowid = 32338";
Command "update T set F = null where rowid = 4961";
Command "update T set F = null where rowid = 13903";
Command "update T set F = null where rowid = 2561";
Command "update T set F = null where rowid = 59332";
Command "update T set F = null where rowid = 38531";
Command "update T set F = null where rowid = 2259";
Command "update T set F = null where rowid = 35049";
Command "update T set F = null where rowid = 8282";
Command "update T set F = null where rowid = 5024";
Command "update T set F = null where rowid = 18894";
Command "update T set F = null where rowid = 24431";
Command "update T set F = null where rowid = 33779";
Command "update T set F = null where rowid = 6566";
Command "update T set F = null where rowid = 15115";
Command "update T set F = null where rowid = 90";
Command "update T set F = null where rowid = 33332";
Command "update T set F = null where rowid = 3157";
Command "update T set F = null where rowid = 52427";
Command "update T set F = null where rowid = 11153";
Command "update T set F = null where rowid = 14165";
Command "update T set F = null where rowid = 27448";
Command "update T set F = null where rowid = 56542";
Command "update T set F = null where rowid = 46595";
Command "update T set F = null where rowid = 54125";
Command "update T set F = null where rowid = 54631";
Command "update T set F = null where rowid = 32389";
Command "update T set F = null where rowid = 38597";
Command "update T set F = null where rowid = 2007";
Command "update T set F = null where rowid = 52535";
Command "update T set F = null where rowid = 52479";
Command "update T set F = null where rowid = 27019";
Command "update T set F = null where rowid = 53903";
Command "update T set F = null where rowid = 24290";
Command "update T set F = null where rowid = 33909";
Command "update T set F = null where rowid = 52880";
Command "update T set F = null where rowid = 46650";
Command "update T set F = null where rowid = 39993";
Command "update T set F = null where rowid = 51010";
Command "update T set F = null where rowid = 39152";
Command "update T set F = null where rowid = 25252";
Command "update T set F = null where rowid = 24156";
Command "update T set F = null where rowid = 9791";
Command "update T set F = null where rowid = 16046";
Command "update T set F = null where rowid = 26575";
Command "update T set F = null where rowid = 55096";
Command "update T set F = null where rowid = 42974";
Command "update T set F = null where rowid = 13477";
Command "update T set F = null where rowid = 47439";
Command "update T set F = null where rowid = 33652";
Command "update T set F = null where rowid = 53579";
Command "update T set F = null where rowid = 59571";
Command "update T set F = null where rowid = 38832";
Command "update T set F = null where rowid = 51947";
Command "update T set F = null where rowid = 22016";
Command "update T set F = null where rowid = 55212";
Command "update T set F = null where rowid = 13337";
Command "update T set F = null where rowid = 44631";
Command "update T set F = null where rowid = 60534";
Command "update T set F = null where rowid = 15206";
Command "update T set F = null where rowid = 18294";
Command "update T set F = null where rowid = 12962";
Command "update T set F = null where rowid = 240";
Command "update T set F = null where rowid = 13232";
Command "update T set F = null where rowid = 1158";
Command "update T set F = null where rowid = 10026";
Command "update T set F = null where rowid = 4835";
Command "update T set F = null where rowid = 57138";
Command "update T set F = null where rowid = 60044";
Command "update T set F = null where rowid = 28274";
Command "update T set F = null where rowid = 46462";
Command "update T set F = null where rowid = 30569";
Command "update T set F = null where rowid = 43192";
Command "update T set F = null where rowid = 42068";
Command "update T set F = null where rowid = 56153";
Command "update T set F = null where rowid = 8487";
Command "update T set F = null where rowid = 10996";
Command "update T set F = null where rowid = 56394";
Command "update T set F = null where rowid = 35169";
Command "update T set F = null where rowid = 50396";
Command "update T set F = null where rowid = 40915";
Command "update T set F = null where rowid = 976";
Command "update T set F = null where rowid = 22299";
Command "update T set F = null where rowid = 25618";
Command "update T set F = null where rowid = 53567";
Command "update T set F = null where rowid = 20747";
Command "update T set F = null where rowid = 33670";
Command "update T set F = null where rowid = 11826";
Command "update T set F = null where rowid = 31460";
Command "update T set F = null where rowid = 38296";
Command "update T set F = null where rowid = 59392";
Command "update T set F = null where rowid = 33111";
Command "update T set F = null where rowid = 19974";
Command "update T set F = null where rowid = 45360";
Command "update T set F = null where rowid = 2857";
Command "update T set F = null where rowid = 47407";
Command "update T set F = null where rowid = 33784";
Command "update T set F = null where rowid = 2626";
Command "update T set F = null where rowid = 20141";
Command "update T set F = null where rowid = 58463";
Command "update T set F = null where rowid = 37912";
Command "update T set F = null where rowid = 5428";
Command "update T set F = null where rowid = 21373";
Command "update T set F = null where rowid = 46772";
Command "update T set F = null where rowid = 43693";
Command "update T set F = null where rowid = 53281";
Command "update T set F = null where rowid = 49533";
Command "update T set F = null where rowid = 53295";
Command "update T set F = null where rowid = 41053";
Command "update T set F = null where rowid = 2660";
Command "update T set F = null where rowid = 20333";
Command "update T set F = null where rowid = 9872";
Command "update T set F = null where rowid = 52457";
Command "update T set F = null where rowid = 39373";
Command "update T set F = null where rowid = 44060";
Command "update T set F = null where rowid = 9350";
Command "update T set F = null where rowid = 58461";
Command "update T set F = null where rowid = 20154";
Command "update T set F = null where rowid = 16277";
Command "update T set F = null where rowid = 10638";
Command "update T set F = null where rowid = 47604";
Command "update T set F = null where rowid = 25625";
Command "update T set F = null where rowid = 33675";
Command "update T set F = null where rowid = 15532";
Command "update T set F = null where rowid = 45809";
Command "update T set F = null where rowid = 20977";
Command "update T set F = null where rowid = 47212";
Command "update T set F = null where rowid = 50078";
Command "update T set F = null where rowid = 40855";
Command "update T set F = null where rowid = 12152";
Command "update T set F = null where rowid = 28405";
Command "update T set F = null where rowid = 35314";
Command "update T set F = null where rowid = 15764";
Command "update T set F = null where rowid = 32359";
Command "update T set F = null where rowid = 55816";
Command "update T set F = null where rowid = 47795";
Command "update T set F = null where rowid = 59435";
Command "update T set F = null where rowid = 13674";
Command "update T set F = null where rowid = 1222";
Command "update T set F = null where rowid = 16015";
Command "update T set F = null where rowid = 25205";
Command "update T set F = null where rowid = 47522";
Command "update T set F = null where rowid = 25442";
Command "update T set F = null where rowid = 21118";
Command "update T set F = null where rowid = 52467";
Command "update T set F = null where rowid = 44552";
Command "update T set F = null where rowid = 34536";
Command "update T set F = null where rowid = 49258";
Command "update T set F = null where rowid = 46063";
Command "update T set F = null where rowid = 4965";
Command "update T set F = null where rowid = 59822";
Command "update T set F = null where rowid = 50398";
Command "update T set F = null where rowid = 41021";
Command "update T set F = null where rowid = 27818";
Command "update T set F = null where rowid = 25326";
Command "update T set F = null where rowid = 22427";
Command "update T set F = null where rowid = 45068";
Command "update T set F = null where rowid = 32643";
Command "update T set F = null where rowid = 31080";
Command "update T set F = null where rowid = 36299";
Command "update T set F = null where rowid = 47924";
Command "update T set F = null where rowid = 23523";
Command "update T set F = null where rowid = 14657";
Command "update T set F = null where rowid = 17903";
Command "update T set F = null where rowid = 48868";
Command "update T set F = null where rowid = 15639";
Command "update T set F = null where rowid = 20904";
Command "update T set F = null where rowid = 45772";
Command "update T set F = null where rowid = 57563";
Command "update T set F = null where rowid = 13798";
Command "update T set F = null where rowid = 57796";
Command "update T set F = null where rowid = 25459";
Command "update T set F = null where rowid = 59695";
Command "update T set F = null where rowid = 23181";
Command "update T set F = null where rowid = 47760";
Command "update T set F = null where rowid = 26817";
Command "update T set F = null where rowid = 32788";
Command "update T set F = null where rowid = 32775";
Command "update T set F = null where rowid = 42008";
Command "update T set F = null where rowid = 42111";
Command "update T set F = null where rowid = 8630";
Command "update T set F = null where rowid = 49537";
Command "update T set F = null where rowid = 61027";
Command "update T set F = null where rowid = 27188";
Command "update T set F = null where rowid = 11130";
Command "update T set F = null where rowid = 26768";
Command "update T set F = null where rowid = 24013";
Command "update T set F = null where rowid = 35926";
Command "update T set F = null where rowid = 19271";
Command "update T set F = null where rowid = 673";
Command "update T set F = null where rowid = 108";
Command "update T set F = null where rowid = 37588";
Command "update T set F = null where rowid = 13735";
Command "update T set F = null where rowid = 16042";
Command "update T set F = null where rowid = 56186";
Command "update T set F = null where rowid = 55606";
Command "update T set F = null where rowid = 45430";
Command "update T set F = null where rowid = 35245";
Command "update T set F = null where rowid = 8727";
Command "update T set F = null where rowid = 1254";
Command "update T set F = null where rowid = 13451";
Command "update T set F = null where rowid = 40509";
Command "update T set F = null where rowid = 6005";
Command "update T set F = null where rowid = 46353";
Command "update T set F = null where rowid = 32115";
Command "update T set F = null where rowid = 36819";
Command "update T set F = null where rowid = 53944";
Command "update T set F = null where rowid = 16996";
Command "update T set F = null where rowid = 57628";
Command "update T set F = null where rowid = 47416";
Command "update T set F = null where rowid = 27482";
Command "update T set F = null where rowid = 38595";
Command "update T set F = null where rowid = 42490";
Command "update T set F = null where rowid = 29782";
Command "update T set F = null where rowid = 12423";
Command "update T set F = null where rowid = 56089";
Command "update T set F = null where rowid = 5107";
Command "update T set F = null where rowid = 19514";
Command "update T set F = null where rowid = 982";
Command "update T set F = null where rowid = 22910";
Command "update T set F = null where rowid = 11908";
Command "update T set F = null where rowid = 51476";
Command "update T set F = null where rowid = 19726";
Command "update T set F = null where rowid = 32395";
Command "update T set F = null where rowid = 31412";
Command "update T set F = null where rowid = 16097";
Command "update T set F = null where rowid = 7732";
Command "update T set F = null where rowid = 14856";
Command "update T set F = null where rowid = 46224";
Command "update T set F = null where rowid = 61112";
Command "update T set F = null where rowid = 31429";
Command "update T set F = null where rowid = 20868";
Command "update T set F = null where rowid = 47823";
Command "update T set F = null where rowid = 33254";
Command "update T set F = null where rowid = 59798";
Command "update T set F = null where rowid = 44281";
Command "update T set F = null where rowid = 32675";
Command "update T set F = null where rowid = 27485";
Command "update T set F = null where rowid = 21617";
Command "update T set F = null where rowid = 12797";
Command "update T set F = null where rowid = 27852";
Command "update T set F = null where rowid = 54334";
Command "update T set F = null where rowid = 51176";
Command "update T set F = null where rowid = 1415";
Command "update T set F = null where rowid = 57021";
Command "update T set F = null where rowid = 50497";
Command "update T set F = null where rowid = 32654";
Command "update T set F = null where rowid = 26986";
Command "update T set F = null where rowid = 5258";
Command "update T set F = null where rowid = 35979";
Command "update T set F = null where rowid = 59742";
Command "update T set F = null where rowid = 2468";
Command "update T set F = null where rowid = 2872";
Command "update T set F = null where rowid = 38742";
Command "update T set F = null where rowid = 22527";
Command "update T set F = null where rowid = 19822";
Command "update T set F = null where rowid = 9693";
Command "update T set F = null where rowid = 24309";
Command "update T set F = null where rowid = 61335";
Command "update T set F = null where rowid = 44904";
Command "update T set F = null where rowid = 23812";
Command "update T set F = null where rowid = 1130";
Command "update T set F = null where rowid = 20850";
Command "update T set F = null where rowid = 24750";
Command "update T set F = null where rowid = 50736";
Command "update T set F = null where rowid = 39508";
Command "update T set F = null where rowid = 53703";
Command "update T set F = null where rowid = 49291";
Command "update T set F = null where rowid = 37106";
Command "update T set F = null where rowid = 33293";
Command "update T set F = null where rowid = 36804";
Command "update T set F = null where rowid = 5645";
Command "update T set F = null where rowid = 43309";
Command "update T set F = null where rowid = 39535";
Command "update T set F = null where rowid = 46203";
Command "update T set F = null where rowid = 51870";
Command "update T set F = null where rowid = 17253";
Command "update T set F = null where rowid = 48951";
Command "update T set F = null where rowid = 47850";
Command "update T set F = null where rowid = 55499";
Command "update T set F = null where rowid = 57155";
Command "update T set F = null where rowid = 58816";
Command "update T set F = null where rowid = 46692";
Command "update T set F = null where rowid = 20089";
Command "update T set F = null where rowid = 21700";
Command "update T set F = null where rowid = 14868";
Command "update T set F = null where rowid = 13914";
Command "update T set F = null where rowid = 28374";
Command "update T set F = null where rowid = 9770";
Command "update T set F = null where rowid = 1994";
Command "update T set F = null where rowid = 9008";
Command "update T set F = null where rowid = 55054";
Command "update T set F = null where rowid = 47702";
Command "update T set F = null where rowid = 32202";
Command "update T set F = null where rowid = 2496";
Command "update T set F = null where rowid = 58908";
Command "update T set F = null where rowid = 9960";
Command "update T set F = null where rowid = 10735";
Command "update T set F = null where rowid = 41811";
Command "update T set F = null where rowid = 12841";
Command "update T set F = null where rowid = 41834";
Command "update T set F = null where rowid = 35894";
Command "update T set F = null where rowid = 57664";
Command "update T set F = null where rowid = 45297";
Command "update T set F = null where rowid = 8626";
Command "update T set F = null where rowid = 39578";
Command "update T set F = null where rowid = 40248";
Command "update T set F = null where rowid = 46150";
Command "update T set F = null where rowid = 6245";
Command "update T set F = null where rowid = 49435";
Command "update T set F = null where rowid = 59489";
Command "update T set F = null where rowid = 33168";
Command "update T set F = null where rowid = 39671";
Command "update T set F = null where rowid = 42810";
Command "update T set F = null where rowid = 25688";
Command "update T set F = null where rowid = 56377";
Command "update T set F = null where rowid = 2282";
Command "update T set F = null where rowid = 55421";
Command "update T set F = null where rowid = 37887";
Command "update T set F = null where rowid = 19398";
Command "update T set F = null where rowid = 55812";
Command "update T set F = null where rowid = 36286";
Command "update T set F = null where rowid = 38359";
Command "update T set F = null where rowid = 50855";
Command "update T set F = null where rowid = 26951";
Command "update T set F = null where rowid = 27364";
Command "update T set F = null where rowid = 3842";
Command "update T set F = null where rowid = 45976";
Command "update T set F = null where rowid = 24688";
Command "update T set F = null where rowid = 4107";
Command "update T set F = null where rowid = 25979";
Command "update T set F = null where rowid = 12296";
Command "update T set F = null where rowid = 21753";
Command "update T set F = null where rowid = 21478";
Command "update T set F = null where rowid = 26304";
Command "update T set F = null where rowid = 33534";
Command "update T set F = null where rowid = 21992";
Command "update T set F = null where rowid = 56081";
Command "update T set F = null where rowid = 5991";
Command "update T set F = null where rowid = 27061";
Command "update T set F = null where rowid = 45309";
Command "update T set F = null where rowid = 43375";
Command "update T set F = null where rowid = 41783";
Command "update T set F = null where rowid = 45637";
Command "update T set F = null where rowid = 32048";
Command "update T set F = null where rowid = 53012";
Command "update T set F = null where rowid = 37905";
Command "update T set F = null where rowid = 24199";
Command "update T set F = null where rowid = 30376";
Command "update T set F = null where rowid = 48863";
Command "update T set F = null where rowid = 11895";
Command "update T set F = null where rowid = 15027";
Command "update T set F = null where rowid = 13482";
Command "update T set F = null where rowid = 1042";
Command "update T set F = null where rowid = 18306";
Command "update T set F = null where rowid = 13861";
Command "update T set F = null where rowid = 32424";
Command "update T set F = null where rowid = 2815";
Command "update T set F = null where rowid = 43014";
Command "update T set F = null where rowid = 49941";
Command "update T set F = null where rowid = 49504";
Command "update T set F = null where rowid = 48819";
Command "update T set F = null where rowid = 43518";
Command "update T set F = null where rowid = 30813";
Command "update T set F = null where rowid = 59590";
Command "update T set F = null where rowid = 50017";
Command "update T set F = null where rowid = 31034";
Command "update T set F = null where rowid = 24780";
Command "update T set F = null where rowid = 56057";
Command "update T set F = null where rowid = 55486";
Command "update T set F = null where rowid = 24004";
Command "update T set F = null where rowid = 41748";
Command "update T set F = null where rowid = 2799";
Command "update T set F = null where rowid = 39294";
Command "update T set F = null where rowid = 51756";
Command "update T set F = null where rowid = 22723";
Command "update T set F = null where rowid = 9940";
Command "update T set F = null where rowid = 37653";
Command "update T set F = null where rowid = 32492";
Command "update T set F = null where rowid = 58440";
Command "update T set F = null where rowid = 59974";
Command "update T set F = null where rowid = 57299";
Command "update T set F = null where rowid = 53629";
Command "update T set F = null where rowid = 34400";
Command "update T set F = null where rowid = 27250";
Command "update T set F = null where rowid = 35259";
Command "update T set F = null where rowid = 12446";
Command "update T set F = null where rowid = 14719";
Command "update T set F = null where rowid = 11224";
Command "update T set F = null where rowid = 38298";
Command "update T set F = null where rowid = 11255";
Command "update T set F = null where rowid = 11192";
Command "update T set F = null where rowid = 26970";
Command "update T set F = null where rowid = 44700";
Command "update T set F = null where rowid = 57360";
Command "update T set F = null where rowid = 12701";
Command "update T set F = null where rowid = 44485";
Command "update T set F = null where rowid = 33363";
Command "update T set F = null where rowid = 14485";
Command "update T set F = null where rowid = 26776";
Command "update T set F = null where rowid = 22189";
Command "update T set F = null where rowid = 1192";
Command "update T set F = null where rowid = 809";
Command "update T set F = null where rowid = 59540";
Command "update T set F = null where rowid = 60382";
Command "update T set F = null where rowid = 17280";
Command "update T set F = null where rowid = 51698";
Command "update T set F = null where rowid = 1184";
Command "update T set F = null where rowid = 56616";
Command "update T set F = null where rowid = 59977";
Command "update T set F = null where rowid = 12319";
Command "update T set F = null where rowid = 7688";
Command "update T set F = null where rowid = 260";
Command "update T set F = null where rowid = 46323";
Command "update T set F = null where rowid = 50786";
Command "update T set F = null where rowid = 52103";
Command "update T set F = null where rowid = 48542";
Command "update T set F = null where rowid = 32918";
Command "update T set F = null where rowid = 60710";
Command "update T set F = null where rowid = 15415";
Command "update T set F = null where rowid = 53897";
Command "update T set F = null where rowid = 3841";
Command "update T set F = null where rowid = 25191";
Command "update T set F = null where rowid = 25163";
Command "update T set F = null where rowid = 36587";
Command "update T set F = null where rowid = 11531";
Command "update T set F = null where rowid = 60234";
Command "update T set F = null where rowid = 12215";
Command "update T set F = null where rowid = 34059";
Command "update T set F = null where rowid = 10686";
Command "update T set F = null where rowid = 55975";
Command "update T set F = null where rowid = 47021";
Command "update T set F = null where rowid = 6117";
Command "update T set F = null where rowid = 55942";
Command "update T set F = null where rowid = 1146";
Command "update T set F = null where rowid = 31608";
Command "update T set F = null where rowid = 43899";
Command "update T set F = null where rowid = 53253";
Command "update T set F = null where rowid = 21903";
Command "update T set F = null where rowid = 31811";
Command "update T set F = null where rowid = 43185";
Command "update T set F = null where rowid = 23883";
Command "update T set F = null where rowid = 9365";
Command "update T set F = null where rowid = 26379";
Command "update T set F = null where rowid = 41328";
Command "update T set F = null where rowid = 35096";
Command "update T set F = null where rowid = 55989";
Command "update T set F = null where rowid = 16848";
Command "update T set F = null where rowid = 23439";
Command "update T set F = null where rowid = 27394";
Command "update T set F = null where rowid = 9088";
Command "update T set F = null where rowid = 20493";
Command "update T set F = null where rowid = 32795";
Command "update T set F = null where rowid = 52518";
Command "update T set F = null where rowid = 22756";
Command "update T set F = null where rowid = 24612";
Command "update T set F = null where rowid = 40772";
Command "update T set F = null where rowid = 23617";
Command "update T set F = null where rowid = 19073";
Command "update T set F = null where rowid = 1614";
Command "update T set F = null where rowid = 14308";
Command "update T set F = null where rowid = 45791";
Command "update T set F = null where rowid = 51060";
Command "update T set F = null where rowid = 894";
Command "update T set F = null where rowid = 16770";
Command "update T set F = null where rowid = 26578";
Command "update T set F = null where rowid = 42629";
Command "update T set F = null where rowid = 49031";
Command "update T set F = null where rowid = 10946";
Command "update T set F = null where rowid = 219";
Command "update T set F = null where rowid = 27690";
Command "update T set F = null where rowid = 43411";
Command "update T set F = null where rowid = 29150";
Command "update T set F = null where rowid = 34082";
Command "update T set F = null where rowid = 54384";
Command "update T set F = null where rowid = 20150";
Command "update T set F = null where rowid = 43028";
Command "update T set F = null where rowid = 59297";
Command "update T set F = null where rowid = 31958";
Command "update T set F = null where rowid = 5618";
Command "update T set F = null where rowid = 30505";
Command "update T set F = null where rowid = 37675";
Command "update T set F = null where rowid = 31060";
Command "update T set F = null where rowid = 30488";
Command "update T set F = null where rowid = 4323";
Command "update T set F = null where rowid = 10813";
Command "update T set F = null where rowid = 46249";
Command "update T set F = null where rowid = 2285";
Command "update T set F = null where rowid = 24090";
Command "update T set F = null where rowid = 50202";
Command "update T set F = null where rowid = 21178";
Command "update T set F = null where rowid = 3000";
Command "update T set F = null where rowid = 48124";
Command "update T set F = null where rowid = 37886";
Command "update T set F = null where rowid = 10094";
Command "update T set F = null where rowid = 47869";
Command "update T set F = null where rowid = 61421";
Command "update T set F = null where rowid = 32552";
Command "update T set F = null where rowid = 42784";
Command "update T set F = null where rowid = 39748";
Command "update T set F = null where rowid = 727";
Command "update T set F = null where rowid = 46100";
Command "update T set F = null where rowid = 33015";
Command "update T set F = null where rowid = 19635";
Command "update T set F = null where rowid = 54508";
Command "update T set F = null where rowid = 54159";
Command "update T set F = null where rowid = 52688";
Command "update T set F = null where rowid = 58913";
Command "update T set F = null where rowid = 46354";
Command "update T set F = null where rowid = 24058";
Command "update T set F = null where rowid = 39110";
Command "update T set F = null where rowid = 19595";
Command "update T set F = null where rowid = 24124";
Command "update T set F = null where rowid = 26395";
Command "update T set F = null where rowid = 38855";
Command "update T set F = null where rowid = 31435";
Command "update T set F = null where rowid = 27398";
Command "update T set F = null where rowid = 6391";
Command "update T set F = null where rowid = 1361";
Command "update T set F = null where rowid = 34697";
Command "update T set F = null where rowid = 40246";
Command "update T set F = null where rowid = 37654";
Command "update T set F = null where rowid = 10803";
Command "update T set F = null where rowid = 21839";
Command "update T set F = null where rowid = 7474";
Command "update T set F = null where rowid = 39594";
Command "update T set F = null where rowid = 12939";
Command "update T set F = null where rowid = 15117";
Command "update T set F = null where rowid = 17657";
Command "update T set F = null where rowid = 56206";
Command "update T set F = null where rowid = 49965";
Command "update T set F = null where rowid = 47190";
Command "update T set F = null where rowid = 51019";
Command "update T set F = null where rowid = 21444";
Command "update T set F = null where rowid = 28730";
Command "update T set F = null where rowid = 20589";
Command "update T set F = null where rowid = 57321";
Command "update T set F = null where rowid = 20209";
Command "update T set F = null where rowid = 1786";
Command "update T set F = null where rowid = 34668";
Command "update T set F = null where rowid = 53511";
Command "update T set F = null where rowid = 52762";
Command "update T set F = null where rowid = 49363";
Command "update T set F = null where rowid = 48353";
Command "update T set F = null where rowid = 9232";
Command "update T set F = null where rowid = 39913";
Command "update T set F = null where rowid = 13960";
Command "update T set F = null where rowid = 43259";
Command "update T set F = null where rowid = 25173";
Command "update T set F = null where rowid = 44164";
Command "update T set F = null where rowid = 40524";
Command "update T set F = null where rowid = 55029";
Command "update T set F = null where rowid = 33628";
Command "update T set F = null where rowid = 44663";
Command "update T set F = null where rowid = 41153";
Command "update T set F = null where rowid = 19005";
Command "update T set F = null where rowid = 8855";
Command "update T set F = null where rowid = 33591";
Command "update T set F = null where rowid = 38775";
Command "update T set F = null where rowid = 39036";
Command "update T set F = null where rowid = 24932";
Command "update T set F = null where rowid = 58066";
Command "update T set F = null where rowid = 597";
Command "update T set F = null where rowid = 55766";
Command "update T set F = null where rowid = 44877";
Command "update T set F = null where rowid = 20000";
Command "update T set F = null where rowid = 33288";
Command "update T set F = null where rowid = 51693";
Command "update T set F = null where rowid = 51681";
Command "update T set F = null where rowid = 23183";
Command "update T set F = null where rowid = 42196";
Command "update T set F = null where rowid = 9601";
Command "update T set F = null where rowid = 52130";
Command "update T set F = null where rowid = 20979";
Command "update T set F = null where rowid = 44219";
Command "update T set F = null where rowid = 16828";
Command "update T set F = null where rowid = 38289";
Command "update T set F = null where rowid = 16513";
Command "update T set F = null where rowid = 47164";
Command "update T set F = null where rowid = 1281";
Command "update T set F = null where rowid = 43229";
Command "update T set F = null where rowid = 44752";
Command "update T set F = null where rowid = 57181";
Command "update T set F = null where rowid = 4888";
Command "update T set F = null where rowid = 12497";
Command "update T set F = null where rowid = 45223";
Command "update T set F = null where rowid = 19108";
Command "update T set F = null where rowid = 34599";
Command "update T set F = null where rowid = 53254";
Command "update T set F = null where rowid = 61440";
Command "update T set F = null where rowid = 50752";
Command "update T set F = null where rowid = 49376";
Command "update T set F = null where rowid = 60954";
Command "update T set F = null where rowid = 55849";
Command "update T set F = null where rowid = 36424";
Command "update T set F = null where rowid = 38075";
Command "update T set F = null where rowid = 10230";
Command "update T set F = null where rowid = 10315";
Command "update T set F = null where rowid = 1961";
Command "update T set F = null where rowid = 37120";
Command "update T set F = null where rowid = 48253";
Command "update T set F = null where rowid = 44157";
Command "update T set F = null where rowid = 53524";
Command "update T set F = null where rowid = 9168";
Command "update T set F = null where rowid = 4325";
Command "update T set F = null where rowid = 8970";
Command "update T set F = null where rowid = 32188";
Command "update T set F = null where rowid = 20657";
Command "update T set F = null where rowid = 47742";
Command "update T set F = null where rowid = 22718";
Command "update T set F = null where rowid = 25916";
Command "update T set F = null where rowid = 51822";
Command "update T set F = null where rowid = 60740";
Command "update T set F = null where rowid = 20917";
Command "update T set F = null where rowid = 4308";
Command "update T set F = null where rowid = 799";
Command "update T set F = null where rowid = 21689";
Command "update T set F = null where rowid = 28199";
Command "update T set F = null where rowid = 55694";
Command "update T set F = null where rowid = 36421";
Command "update T set F = null where rowid = 31294";
Command "update T set F = null where rowid = 30165";
Command "update T set F = null where rowid = 20423";
Command "update T set F = null where rowid = 3401";
Command "update T set F = null where rowid = 41674";
Command "update T set F = null where rowid = 7587";
Command "update T set F = null where rowid = 61140";
Command "update T set F = null where rowid = 25420";
Command "update T set F = null where rowid = 45434";
Command "update T set F = null where rowid = 15745";
Command "update T set F = null where rowid = 4525";
Command "update T set F = null where rowid = 54844";
Command "update T set F = null where rowid = 3327";
Command "update T set F = null where rowid = 14658";
Command "update T set F = null where rowid = 18143";
Command "update T set F = null where rowid = 55346";
Command "update T set F = null where rowid = 39105";
Command "update T set F = null where rowid = 40912";
Command "update T set F = null where rowid = 27002";
Command "update T set F = null where rowid = 52234";
Command "update T set F = null where rowid = 34629";
Command "update T set F = null where rowid = 31175";
Command "update T set F = null where rowid = 3104";
Command "update T set F = null where rowid = 43417";
Command "update T set F = null where rowid = 4933";
Command "update T set F = null where rowid = 17953";
Command "update T set F = null where rowid = 22714";
Command "update T set F = null where rowid = 36793";
Command "update T set F = null where rowid = 18754";
Command "update T set F = null where rowid = 52187";
Command "update T set F = null where rowid = 40468";
Command "update T set F = null where rowid = 13091";
Command "update T set F = null where rowid = 50408";
Command "update T set F = null where rowid = 21288";
Command "update T set F = null where rowid = 31114";
Command "update T set F = null where rowid = 12372";
Command "update T set F = null where rowid = 31481";
Command "update T set F = null where rowid = 39828";
Command "update T set F = null where rowid = 37939";
Command "update T set F = null where rowid = 3910";
Command "update T set F = null where rowid = 59539";
Command "update T set F = null where rowid = 46511";
Command "update T set F = null where rowid = 12062";
Command "update T set F = null where rowid = 36134";
Command "update T set F = null where rowid = 24246";
Command "update T set F = null where rowid = 45508";
Command "update T set F = null where rowid = 12674";
Command "update T set F = null where rowid = 15967";
Command "update T set F = null where rowid = 18452";
Command "update T set F = null where rowid = 28359";
Command "update T set F = null where rowid = 21625";
Command "update T set F = null where rowid = 42649";
Command "update T set F = null where rowid = 24625";
Command "update T set F = null where rowid = 40370";
Command "update T set F = null where rowid = 52147";
Command "update T set F = null where rowid = 57440";
Command "update T set F = null where rowid = 16401";
Command "update T set F = null where rowid = 39862";
Command "update T set F = null where rowid = 5157";
Command "update T set F = null where rowid = 49294";
Command "update T set F = null where rowid = 50863";
Command "update T set F = null where rowid = 3287";
Command "update T set F = null where rowid = 26290";
Command "update T set F = null where rowid = 21575";
Command "update T set F = null where rowid = 2430";
Command "update T set F = null where rowid = 17328";
Command "update T set F = null where rowid = 52315";
Command "update T set F = null where rowid = 4693";
Command "update T set F = null where rowid = 12513";
Command "update T set F = null where rowid = 28673";
Command "update T set F = null where rowid = 6758";
Command "update T set F = null where rowid = 49922";
Command "update T set F = null where rowid = 14158";
Command "update T set F = null where rowid = 4365";
Command "update T set F = null where rowid = 55792";
Command "update T set F = null where rowid = 15497";
Command "update T set F = null where rowid = 5281";
Command "update T set F = null where rowid = 23543";
Command "update T set F = null where rowid = 48259";
Command "update T set F = null where rowid = 22049";
Command "update T set F = null where rowid = 45654";
Command "update T set F = null where rowid = 16475";
Command "update T set F = null where rowid = 36488";
Command "update T set F = null where rowid = 29348";
Command "update T set F = null where rowid = 44416";
Command "update T set F = null where rowid = 24892";
Command "update T set F = null where rowid = 15220";
Command "update T set F = null where rowid = 55628";
Command "update T set F = null where rowid = 30859";
Command "update T set F = null where rowid = 25695";
Command "update T set F = null where rowid = 14958";
Command "update T set F = null where rowid = 45858";
Command "update T set F = null where rowid = 44861";
Command "update T set F = null where rowid = 53162";
Command "update T set F = null where rowid = 26056";
Command "update T set F = null where rowid = 45857";
Command "update T set F = null where rowid = 15840";
Command "update T set F = null where rowid = 6506";
Command "update T set F = null where rowid = 24668";
Command "update T set F = null where rowid = 44630";
Command "update T set F = null where rowid = 33345";
Command "update T set F = null where rowid = 54279";
Command "update T set F = null where rowid = 27532";
Command "update T set F = null where rowid = 11882";
Command "update T set F = null where rowid = 46921";
Command "update T set F = null where rowid = 6338";
Command "update T set F = null where rowid = 57631";
Command "update T set F = null where rowid = 14259";
Command "update T set F = null where rowid = 1970";
Command "update T set F = null where rowid = 31826";
Command "update T set F = null where rowid = 11101";
Command "update T set F = null where rowid = 56023";
Command "update T set F = null where rowid = 59354";
Command "update T set F = null where rowid = 25037";
Command "update T set F = null where rowid = 25372";
Command "update T set F = null where rowid = 28661";
Command "update T set F = null where rowid = 59580";
Command "update T set F = null where rowid = 58991";
Command "update T set F = null where rowid = 277";
Command "update T set F = null where rowid = 46543";
Command "update T set F = null where rowid = 41113";
Command "update T set F = null where rowid = 49915";
Command "update T set F = null where rowid = 25018";
Command "update T set F = null where rowid = 2016";
Command "update T set F = null where rowid = 23193";
Command "update T set F = null where rowid = 2809";
Command "update T set F = null where rowid = 15049";
Command "update T set F = null where rowid = 37134";
Command "update T set F = null where rowid = 20079";
Command "update T set F = null where rowid = 2863";
Command "update T set F = null where rowid = 21834";
Command "update T set F = null where rowid = 16103";
Command "update T set F = null where rowid = 56975";
Command "update T set F = null where rowid = 53433";
Command "update T set F = null where rowid = 6838";
Command "update T set F = null where rowid = 25847";
Command "update T set F = null where rowid = 19853";
Command "update T set F = null where rowid = 41580";
Command "update T set F = null where rowid = 54957";
Command "update T set F = null where rowid = 22487";
Command "update T set F = null where rowid = 42837";
Command "update T set F = null where rowid = 12458";
Command "update T set F = null where rowid = 38434";
Command "update T set F = null where rowid = 59191";
Command "update T set F = null where rowid = 47039";
Command "update T set F = null where rowid = 42437";
Command "update T set F = null where rowid = 7989";
Command "update T set F = null where rowid = 15881";
Command "update T set F = null where rowid = 25025";
Command "update T set F = null where rowid = 23796";
Command "update T set F = null where rowid = 32493";
Command "update T set F = null where rowid = 9231";
Command "update T set F = null where rowid = 16341";
Command "update T set F = null where rowid = 49039";
Command "update T set F = null where rowid = 5013";
Command "update T set F = null where rowid = 27595";
Command "update T set F = null where rowid = 29966";
Command "update T set F = null where rowid = 54199";
Command "update T set F = null where rowid = 17833";
Command "update T set F = null where rowid = 25755";
Command "update T set F = null where rowid = 5342";
Command "update T set F = null where rowid = 16656";
Command "update T set F = null where rowid = 13393";
Command "update T set F = null where rowid = 7037";
Command "update T set F = null where rowid = 53227";
Command "update T set F = null where rowid = 865";
Command "update T set F = null where rowid = 2206";
Command "update T set F = null where rowid = 9618";
Command "update T set F = null where rowid = 54349";
Command "update T set F = null where rowid = 51101";
Command "update T set F = null where rowid = 25982";
Command "update T set F = null where rowid = 53611";
Command "update T set F = null where rowid = 45230";
Command "update T set F = null where rowid = 43702";
Command "update T set F = null where rowid = 43140";
Command "update T set F = null where rowid = 47716";
Command "update T set F = null where rowid = 24823";
Command "update T set F = null where rowid = 51507";
Command "update T set F = null where rowid = 58087";
Command "update T set F = null where rowid = 10491";
Command "update T set F = null where rowid = 47440";
Command "update T set F = null where rowid = 53628";
Command "update T set F = null where rowid = 54701";
Command "update T set F = null where rowid = 55677";
Command "update T set F = null where rowid = 39886";
Command "update T set F = null where rowid = 38887";
Command "update T set F = null where rowid = 48963";
Command "update T set F = null where rowid = 15901";
Command "update T set F = null where rowid = 59216";
Command "update T set F = null where rowid = 30209";
Command "update T set F = null where rowid = 61237";
Command "update T set F = null where rowid = 28755";
Command "update T set F = null where rowid = 53155";
Command "update T set F = null where rowid = 9257";
Command "update T set F = null where rowid = 1221";
Command "update T set F = null where rowid = 16423";
Command "update T set F = null where rowid = 39971";
Command "update T set F = null where rowid = 57221";
Command "update T set F = null where rowid = 28626";
Command "update T set F = null where rowid = 6092";
Command "update T set F = null where rowid = 3529";
Command "update T set F = null where rowid = 11939";
Command "update T set F = null where rowid = 39894";
Command "update T set F = null where rowid = 53370";
Command "update T set F = null where rowid = 48513";
Command "update T set F = null where rowid = 34694";
Command "update T set F = null where rowid = 6408";
Command "update T set F = null where rowid = 21274";
Command "update T set F = null where rowid = 94";
Command "update T set F = null where rowid = 33771";
Command "update T set F = null where rowid = 27843";
Command "update T set F = null where rowid = 45774";
Command "update T set F = null where rowid = 523";
Command "update T set F = null where rowid = 40306";
Command "update T set F = null where rowid = 49905";
Command "update T set F = null where rowid = 53608";
Command "update T set F = null where rowid = 24082";
Command "update T set F = null where rowid = 120";
Command "update T set F = null where rowid = 21096";
Command "update T set F = null where rowid = 37140";
Command "update T set F = null where rowid = 38638";
Command "update T set F = null where rowid = 36715";
Command "update T set F = null where rowid = 29621";
Command "update T set F = null where rowid = 46155";
Command "update T set F = null where rowid = 9889";
Command "update T set F = null where rowid = 25885";
Command "update T set F = null where rowid = 36389";
Command "update T set F = null where rowid = 8296";
Command "update T set F = null where rowid = 56488";
Command "update T set F = null where rowid = 29296";
Command "update T set F = null where rowid = 17138";
Command "update T set F = null where rowid = 47225";
Command "update T set F = null where rowid = 50907";
Command "update T set F = null where rowid = 34853";
Command "update T set F = null where rowid = 10875";
Command "update T set F = null where rowid = 21604";
Command "update T set F = null where rowid = 3951";
Command "update T set F = null where rowid = 52151";
Command "update T set F = null where rowid = 45098";
Command "update T set F = null where rowid = 25689";
Command "update T set F = null where rowid = 16752";
Command "update T set F = null where rowid = 34717";
Command "update T set F = null where rowid = 21775";
Command "update T set F = null where rowid = 1764";
Command "update T set F = null where rowid = 11774";
Command "update T set F = null where rowid = 26524";
Command "update T set F = null where rowid = 33505";
Command "update T set F = null where rowid = 3380";
Command "update T set F = null where rowid = 14590";
Command "update T set F = null where rowid = 48113";
Command "update T set F = null where rowid = 31813";
Command "update T set F = null where rowid = 7190";
Command "update T set F = null where rowid = 35092";
Command "update T set F = null where rowid = 52590";
Command "update T set F = null where rowid = 37064";
Command "update T set F = null where rowid = 55492";
Command "update T set F = null where rowid = 651";
Command "update T set F = null where rowid = 29008";
Command "update T set F = null where rowid = 10961";
Command "update T set F = null where rowid = 41163";
Command "update T set F = null where rowid = 59043";
Command "update T set F = null where rowid = 7239";
Command "update T set F = null where rowid = 34906";
Command "update T set F = null where rowid = 10477";
Command "update T set F = null where rowid = 3120";
Command "update T set F = null where rowid = 10438";
Command "update T set F = null where rowid = 5271";
Command "update T set F = null where rowid = 42922";
Command "update T set F = null where rowid = 59810";
Command "update T set F = null where rowid = 19643";
Command "update T set F = null where rowid = 4967";
Command "update T set F = null where rowid = 31731";
Command "update T set F = null where rowid = 37271";
Command "update T set F = null where rowid = 9391";
Command "update T set F = null where rowid = 34158";
Command "update T set F = null where rowid = 11307";
Command "update T set F = null where rowid = 34160";
Command "update T set F = null where rowid = 16217";
Command "update T set F = null where rowid = 22279";
Command "update T set F = null where rowid = 48797";
Command "update T set F = null where rowid = 26612";
Command "update T set F = null where rowid = 30219";
Command "update T set F = null where rowid = 5522";
Command "update T set F = null where rowid = 60145";
Command "update T set F = null where rowid = 3526";
Command "update T set F = null where rowid = 8524";
Command "update T set F = null where rowid = 6355";
Command "update T set F = null where rowid = 30353";
Command "update T set F = null where rowid = 4448";
Command "update T set F = null where rowid = 24466";
Command "update T set F = null where rowid = 13110";
Command "update T set F = null where rowid = 59232";
Command "update T set F = null where rowid = 45745";
Command "update T set F = null where rowid = 59575";
Command "update T set F = null where rowid = 49457";
Command "update T set F = null where rowid = 48129";
Command "update T set F = null where rowid = 52730";
Command "update T set F = null where rowid = 4771";
Command "update T set F = null where rowid = 51924";
Command "update T set F = null where rowid = 26997";
Command "update T set F = null where rowid = 17506";
Command "update T set F = null where rowid = 54179";
Command "update T set F = null where rowid = 27842";
Command "update T set F = null where rowid = 60407";
Command "update T set F = null where rowid = 3566";
Command "update T set F = null where rowid = 46714";
Command "update T set F = null where rowid = 45206";
Command "update T set F = null where rowid = 11915";
Command "update T set F = null where rowid = 9167";
Command "update T set F = null where rowid = 2235";
Command "update T set F = null where rowid = 37245";
Command "update T set F = null where rowid = 51547";
Command "update T set F = null where rowid = 3764";
Command "update T set F = null where rowid = 52397";
Command "update T set F = null where rowid = 24363";
Command "update T set F = null where rowid = 21346";
Command "update T set F = null where rowid = 38689";
Command "update T set F = null where rowid = 20542";
Command "update T set F = null where rowid = 20395";
Command "update T set F = null where rowid = 14322";
Command "update T set F = null where rowid = 59184";
Command "update T set F = null where rowid = 48480";
Command "update T set F = null where rowid = 45553";
Command "update T set F = null where rowid = 16603";
Command "update T set F = null where rowid = 41409";
Command "update T set F = null where rowid = 34965";
Command "update T set F = null where rowid = 12700";
Command "update T set F = null where rowid = 22678";
Command "update T set F = null where rowid = 59274";
Command "update T set F = null where rowid = 23655";
Command "update T set F = null where rowid = 43270";
Command "update T set F = null where rowid = 28373";
Command "update T set F = null where rowid = 44427";
Command "update T set F = null where rowid = 11186";
Command "update T set F = null where rowid = 2084";
Command "update T set F = null where rowid = 12838";
Command "update T set F = null where rowid = 28257";
Command "update T set F = null where rowid = 55889";
Command "update T set F = null where rowid = 36249";
Command "update T set F = null where rowid = 44524";
Command "update T set F = null where rowid = 26149";
Command "update T set F = null where rowid = 51286";
Command "update T set F = null where rowid = 40461";
Command "update T set F = null where rowid = 6535";
Command "update T set F = null where rowid = 52323";
Command "update T set F = null where rowid = 39876";
Command "update T set F = null where rowid = 41427";
Command "update T set F = null where rowid = 39499";
Command "update T set F = null where rowid = 16639";
Command "update T set F = null where rowid = 44049";
Command "update T set F = null where rowid = 17216";
Command "update T set F = null where rowid = 56353";
Command "update T set F = null where rowid = 6484";
Command "update T set F = null where rowid = 2788";
Command "update T set F = null where rowid = 36962";
Command "update T set F = null where rowid = 38919";
Command "update T set F = null where rowid = 26025";
Command "update T set F = null where rowid = 35841";
Command "update T set F = null where rowid = 17249";
Command "update T set F = null where rowid = 47848";
Command "update T set F = null where rowid = 30149";
Command "update T set F = null where rowid = 61288";
Command "update T set F = null where rowid = 30184";
Command "update T set F = null where rowid = 53808";
Command "update T set F = null where rowid = 59548";
Command "update T set F = null where rowid = 37171";
Command "update T set F = null where rowid = 15942";
Command "update T set F = null where rowid = 42866";
Command "update T set F = null where rowid = 17690";
Command "update T set F = null where rowid = 15299";
Command "update T set F = null where rowid = 10149";
Command "update T set F = null where rowid = 20381";
Command "update T set F = null where rowid = 15392";
Command "update T set F = null where rowid = 54775";
Command "update T set F = null where rowid = 15097";
Command "update T set F = null where rowid = 58439";
Command "update T set F = null where rowid = 27340";
Command "update T set F = null where rowid = 10025";
Command "update T set F = null where rowid = 31882";
Command "update T set F = null where rowid = 17420";
Command "update T set F = null where rowid = 13223";
Command "update T set F = null where rowid = 36995";
Command "update T set F = null where rowid = 50792";
Command "update T set F = null where rowid = 48476";
Command "update T set F = null where rowid = 30374";
Command "update T set F = null where rowid = 58016";
Command "update T set F = null where rowid = 45393";
Command "update T set F = null where rowid = 52432";
Command "update T set F = null where rowid = 56869";
Command "update T set F = null where rowid = 11482";
Command "update T set F = null where rowid = 21621";
Command "update T set F = null where rowid = 38092";
Command "update T set F = null where rowid = 47859";
Command "update T set F = null where rowid = 58806";
Command "update T set F = null where rowid = 58265";
Command "update T set F = null where rowid = 18481";
Command "update T set F = null where rowid = 28775";
Command "update T set F = null where rowid = 22630";
Command "update T set F = null where rowid = 55406";
Command "update T set F = null where rowid = 10784";
Command "update T set F = null where rowid = 60989";
Command "update T set F = null where rowid = 6726";
Command "update T set F = null where rowid = 33446";
Command "update T set F = null where rowid = 16837";
Command "update T set F = null where rowid = 6314";
Command "update T set F = null where rowid = 1396";
Command "update T set F = null where rowid = 28039";
Command "update T set F = null where rowid = 14771";
Command "update T set F = null where rowid = 47564";
Command "update T set F = null where rowid = 24064";
Command "update T set F = null where rowid = 23451";
Command "update T set F = null where rowid = 9569";
Command "update T set F = null where rowid = 2252";
Command "update T set F = null where rowid = 37091";
Command "update T set F = null where rowid = 5282";
Command "update T set F = null where rowid = 11231";
Command "update T set F = null where rowid = 13340";
Command "update T set F = null where rowid = 41543";
Command "update T set F = null where rowid = 5222";
Command "update T set F = null where rowid = 9612";
Command "update T set F = null where rowid = 6261";
Command "update T set F = null where rowid = 29399";
Command "update T set F = null where rowid = 61348";
Command "update T set F = null where rowid = 8418";
Command "update T set F = null where rowid = 31072";
Command "update T set F = null where rowid = 13470";
Command "update T set F = null where rowid = 8719";
Command "update T set F = null where rowid = 36378";
Command "update T set F = null where rowid = 1793";
Command "update T set F = null where rowid = 50941";
Command "update T set F = null where rowid = 8013";
Command "update T set F = null where rowid = 4257";
Command "update T set F = null where rowid = 34170";
Command "update T set F = null where rowid = 34814";
Command "update T set F = null where rowid = 27294";
Command "update T set F = null where rowid = 49933";
Command "update T set F = null where rowid = 17063";
Command "update T set F = null where rowid = 57825";
Command "update T set F = null where rowid = 42758";
Command "update T set F = null where rowid = 8323";
Command "update T set F = null where rowid = 29169";
Command "update T set F = null where rowid = 23426";
Command "update T set F = null where rowid = 36497";
Command "update T set F = null where rowid = 12272";
Command "update T set F = null where rowid = 52569";
Command "update T set F = null where rowid = 33432";
Command "update T set F = null where rowid = 40744";
Command "update T set F = null where rowid = 6610";
Command "update T set F = null where rowid = 17716";
Command "update T set F = null where rowid = 19276";
Command "update T set F = null where rowid = 27508";
Command "update T set F = null where rowid = 43846";
Command "update T set F = null where rowid = 1646";
Command "update T set F = null where rowid = 19364";
Command "update T set F = null where rowid = 9147";
Command "update T set F = null where rowid = 21630";
Command "update T set F = null where rowid = 39179";
Command "update T set F = null where rowid = 13053";
Command "update T set F = null where rowid = 18081";
Command "update T set F = null where rowid = 48228";
Command "update T set F = null where rowid = 51607";
Command "update T set F = null where rowid = 18646";
Command "update T set F = null where rowid = 61357";
Command "update T set F = null where rowid = 8416";
Command "update T set F = null where rowid = 55108";
Command "update T set F = null where rowid = 57737";
Command "update T set F = null where rowid = 2745";
Command "update T set F = null where rowid = 46916";
Command "update T set F = null where rowid = 6849";
Command "update T set F = null where rowid = 5361";
Command "update T set F = null where rowid = 29077";
Command "update T set F = null where rowid = 8948";
Command "update T set F = null where rowid = 9681";
Command "update T set F = null where rowid = 41008";
Command "update T set F = null where rowid = 55228";
Command "update T set F = null where rowid = 10773";
Command "update T set F = null where rowid = 45462";
Command "update T set F = null where rowid = 38111";
Command "update T set F = null where rowid = 18498";
Command "update T set F = null where rowid = 11379";
Command "update T set F = null where rowid = 39336";
Command "update T set F = null where rowid = 38114";
Command "update T set F = null where rowid = 21263";
Command "update T set F = null where rowid = 31900";
Command "update T set F = null where rowid = 11784";
Command "update T set F = null where rowid = 1804";
Command "update T set F = null where rowid = 45934";
Command "update T set F = null where rowid = 35747";
Command "update T set F = null where rowid = 6097";
Command "update T set F = null where rowid = 24496";
Command "update T set F = null where rowid = 3581";
Command "update T set F = null where rowid = 45265";
Command "update T set F = null where rowid = 22269";
Command "update T set F = null where rowid = 12403";
Command "update T set F = null where rowid = 37657";
Command "update T set F = null where rowid = 41397";
Command "update T set F = null where rowid = 41142";
Command "update T set F = null where rowid = 3936";
Command "update T set F = null where rowid = 19107";
Command "update T set F = null where rowid = 4219";
Command "update T set F = null where rowid = 54847";
Command "update T set F = null where rowid = 13467";
Command "update T set F = null where rowid = 39478";
Command "update T set F = null where rowid = 1566";
Command "update T set F = null where rowid = 9661";
Command "update T set F = null where rowid = 23746";
Command "update T set F = null where rowid = 23195";
Command "update T set F = null where rowid = 57868";
Command "update T set F = null where rowid = 52010";
Command "update T set F = null where rowid = 14394";
Command "update T set F = null where rowid = 39975";
Command "update T set F = null where rowid = 43998";
Command "update T set F = null where rowid = 11247";
Command "update T set F = null where rowid = 35680";
Command "update T set F = null where rowid = 40968";
Command "update T set F = null where rowid = 54423";
Command "update T set F = null where rowid = 47135";
Command "update T set F = null where rowid = 34665";
Command "update T set F = null where rowid = 356";
Command "update T set F = null where rowid = 35247";
Command "update T set F = null where rowid = 48662";
Command "update T set F = null where rowid = 17782";
Command "update T set F = null where rowid = 49038";
Command "update T set F = null where rowid = 25883";
Command "update T set F = null where rowid = 6045";
Command "update T set F = null where rowid = 35691";
Command "update T set F = null where rowid = 58169";
Command "update T set F = null where rowid = 29890";
Command "update T set F = null where rowid = 46811";
Command "update T set F = null where rowid = 9649";
Command "update T set F = null where rowid = 15934";
Command "update T set F = null where rowid = 49760";
Command "update T set F = null where rowid = 57554";
Command "update T set F = null where rowid = 60604";
Command "update T set F = null where rowid = 16634";
Command "update T set F = null where rowid = 19027";
Command "update T set F = null where rowid = 51851";
Command "update T set F = null where rowid = 45730";
Command "update T set F = null where rowid = 3225";
Command "update T set F = null where rowid = 46370";
Command "update T set F = null where rowid = 11948";
Command "update T set F = null where rowid = 60521";
Command "update T set F = null where rowid = 34650";
Command "update T set F = null where rowid = 46414";
Command "update T set F = null where rowid = 31088";
Command "update T set F = null where rowid = 59";
Command "update T set F = null where rowid = 37347";
Command "update T set F = null where rowid = 6926";
Command "update T set F = null where rowid = 15284";
Command "update T set F = null where rowid = 11";
Command "update T set F = null where rowid = 58519";
Command "update T set F = null where rowid = 32551";
Command "update T set F = null where rowid = 3478";
Command "update T set F = null where rowid = 33393";
Command "update T set F = null where rowid = 26228";
Command "update T set F = null where rowid = 26711";
Command "update T set F = null where rowid = 33975";
Command "update T set F = null where rowid = 33942";
Command "update T set F = null where rowid = 49448";
Command "update T set F = null where rowid = 44133";
Command "update T set F = null where rowid = 4819";
Command "update T set F = null where rowid = 13261";
Command "update T set F = null where rowid = 26325";
Command "update T set F = null where rowid = 2445";
Command "update T set F = null where rowid = 26176";
Command "update T set F = null where rowid = 30770";
Command "update T set F = null where rowid = 21685";
Command "update T set F = null where rowid = 47041";
Command "update T set F = null where rowid = 52814";
Command "update T set F = null where rowid = 21189";
Command "update T set F = null where rowid = 39351";
Command "update T set F = null where rowid = 12758";
Command "update T set F = null where rowid = 30299";
Command "update T set F = null where rowid = 48933";
Command "update T set F = null where rowid = 27203";
Command "update T set F = null where rowid = 21052";
Command "update T set F = null where rowid = 12383";
Command "update T set F = null where rowid = 28557";
Command "update T set F = null where rowid = 25693";
Command "update T set F = null where rowid = 41069";
Command "update T set F = null where rowid = 47103";
Command "update T set F = null where rowid = 35809";
Command "update T set F = null where rowid = 3130";
Command "update T set F = null where rowid = 55291";
Command "update T set F = null where rowid = 8535";
Command "update T set F = null where rowid = 47452";
Command "update T set F = null where rowid = 10533";
Command "update T set F = null where rowid = 4616";
Command "update T set F = null where rowid = 39103";
Command "update T set F = null where rowid = 2851";
Command "update T set F = null where rowid = 11855";
Command "update T set F = null where rowid = 13465";
Command "update T set F = null where rowid = 36664";
Command "update T set F = null where rowid = 17362";
Command "update T set F = null where rowid = 59478";
Command "update T set F = null where rowid = 55488";
Command "update T set F = null where rowid = 20376";
Command "update T set F = null where rowid = 52304";
Command "update T set F = null where rowid = 23111";
Command "update T set F = null where rowid = 21514";
Command "update T set F = null where rowid = 56448";
Command "update T set F = null where rowid = 14797";
Command "update T set F = null where rowid = 56476";
Command "update T set F = null where rowid = 10119";
Command "update T set F = null where rowid = 4515";
Command "update T set F = null where rowid = 26957";
Command "update T set F = null where rowid = 56799";
Command "update T set F = null where rowid = 29792";
Command "update T set F = null where rowid = 34234";
Command "update T set F = null where rowid = 40079";
Command "update T set F = null where rowid = 13819";
Command "update T set F = null where rowid = 38971";
Command "update T set F = null where rowid = 42040";
Command "update T set F = null where rowid = 24135";
Command "update T set F = null where rowid = 25129";
Command "update T set F = null where rowid = 45834";
Command "update T set F = null where rowid = 50349";
Command "update T set F = null where rowid = 21457";
Command "update T set F = null where rowid = 3587";
Command "update T set F = null where rowid = 59415";
Command "update T set F = null where rowid = 122";
Command "update T set F = null where rowid = 46245";
Command "update T set F = null where rowid = 46576";
Command "update T set F = null where rowid = 3159";
Command "update T set F = null where rowid = 40199";
Command "update T set F = null where rowid = 60764";
Command "update T set F = null where rowid = 58550";
Command "update T set F = null where rowid = 34808";
Command "update T set F = null where rowid = 16559";
Command "update T set F = null where rowid = 33114";
Command "update T set F = null where rowid = 6644";
Command "update T set F = null where rowid = 55441";
Command "update T set F = null where rowid = 36242";
Command "update T set F = null where rowid = 57057";
Command "update T set F = null where rowid = 37602";
Command "update T set F = null where rowid = 60003";
Command "update T set F = null where rowid = 12613";
Command "update T set F = null where rowid = 26676";
Command "update T set F = null where rowid = 27603";
Command "update T set F = null where rowid = 20671";
Command "update T set F = null where rowid = 47341";
Command "update T set F = null where rowid = 2659";
Command "update T set F = null where rowid = 5814";
Command "update T set F = null where rowid = 5989";
Command "update T set F = null where rowid = 53156";
Command "update T set F = null where rowid = 41225";
Command "update T set F = null where rowid = 28438";
Command "update T set F = null where rowid = 46163";
Command "update T set F = null where rowid = 7006";
Command "update T set F = null where rowid = 50207";
Command "update T set F = null where rowid = 2771";
Command "update T set F = null where rowid = 23827";
Command "update T set F = null where rowid = 28589";
Command "update T set F = null where rowid = 40377";
Command "update T set F = null where rowid = 45339";
Command "update T set F = null where rowid = 2781";
Command "update T set F = null where rowid = 56521";
Command "update T set F = null where rowid = 55541";
Command "update T set F = null where rowid = 20556";
Command "update T set F = null where rowid = 10416";
Command "update T set F = null where rowid = 19511";
Command "update T set F = null where rowid = 475";
Command "update T set F = null where rowid = 46118";
Command "update T set F = null where rowid = 21799";
Command "update T set F = null where rowid = 55811";
Command "update T set F = null where rowid = 21521";
Command "update T set F = null where rowid = 42865";
Command "update T set F = null where rowid = 38978";
Command "update T set F = null where rowid = 59787";
Command "update T set F = null where rowid = 970";
Command "update T set F = null where rowid = 21612";
Command "update T set F = null where rowid = 50782";
Command "update T set F = null where rowid = 19796";
Command "update T set F = null where rowid = 21639";
Command "update T set F = null where rowid = 6558";
Command "update T set F = null where rowid = 32035";
Command "update T set F = null where rowid = 29371";
Command "update T set F = null where rowid = 38819";
Command "update T set F = null where rowid = 55621";
Command "update T set F = null where rowid = 55247";
Command "update T set F = null where rowid = 7313";
Command "update T set F = null where rowid = 16887";
Command "update T set F = null where rowid = 29154";
Command "update T set F = null where rowid = 38017";
Command "update T set F = null where rowid = 1634";
Command "update T set F = null where rowid = 1568";
Command "update T set F = null where rowid = 28149";
Command "update T set F = null where rowid = 36287";
Command "update T set F = null where rowid = 50196";
Command "update T set F = null where rowid = 10436";
Command "update T set F = null where rowid = 4012";
Command "update T set F = null where rowid = 46278";
Command "update T set F = null where rowid = 12416";
Command "update T set F = null where rowid = 6008";
Command "update T set F = null where rowid = 42836";
Command "update T set F = null where rowid = 42576";
Command "update T set F = null where rowid = 46955";
Command "update T set F = null where rowid = 58645";
Command "update T set F = null where rowid = 32393";
Command "update T set F = null where rowid = 61068";
Command "update T set F = null where rowid = 42852";
Command "update T set F = null where rowid = 12608";
Command "update T set F = null where rowid = 34008";
Command "update T set F = null where rowid = 24700";
Command "update T set F = null where rowid = 33617";
Command "update T set F = null where rowid = 26126";
Command "update T set F = null where rowid = 9097";
Command "update T set F = null where rowid = 3279";
Command "update T set F = null where rowid = 41921";
Command "update T set F = null where rowid = 15002";
Command "update T set F = null where rowid = 38482";
Command "update T set F = null where rowid = 19355";
Command "update T set F = null where rowid = 31781";
Command "update T set F = null where rowid = 38555";
Command "update T set F = null where rowid = 50861";
Command "update T set F = null where rowid = 29134";
Command "update T set F = null where rowid = 21646";
Command "update T set F = null where rowid = 18158";
Command "update T set F = null where rowid = 11046";
Command "update T set F = null where rowid = 27599";
Command "update T set F = null where rowid = 38143";
Command "update T set F = null where rowid = 52184";
Command "update T set F = null where rowid = 60451";
Command "update T set F = null where rowid = 40646";
Command "update T set F = null where rowid = 58355";
Command "update T set F = null where rowid = 9733";
Command "update T set F = null where rowid = 379";
Command "update T set F = null where rowid = 19569";
Command "update T set F = null where rowid = 38327";
Command "update T set F = null where rowid = 50583";
Command "update T set F = null where rowid = 51360";
Command "update T set F = null where rowid = 2805";
Command "update T set F = null where rowid = 8579";
Command "update T set F = null where rowid = 403";
Command "update T set F = null where rowid = 9052";
Command "update T set F = null where rowid = 58294";
Command "update T set F = null where rowid = 17941";
Command "update T set F = null where rowid = 25736";
Command "update T set F = null where rowid = 22882";
Command "update T set F = null where rowid = 35790";
Command "update T set F = null where rowid = 20178";
Command "update T set F = null where rowid = 23060";
Command "update T set F = null where rowid = 25400";
Command "update T set F = null where rowid = 54525";
Command "update T set F = null where rowid = 48540";
Command "update T set F = null where rowid = 5143";
Command "update T set F = null where rowid = 17757";
Command "update T set F = null where rowid = 9082";
Command "update T set F = null where rowid = 25198";
Command "update T set F = null where rowid = 4624";
Command "update T set F = null where rowid = 45288";
Command "update T set F = null where rowid = 61078";
Command "update T set F = null where rowid = 15985";
Command "update T set F = null where rowid = 51869";
Command "update T set F = null where rowid = 35119";
Command "update T set F = null where rowid = 6226";
Command "update T set F = null where rowid = 40830";
Command "update T set F = null where rowid = 30995";
Command "update T set F = null where rowid = 24572";
Command "update T set F = null where rowid = 9679";
Command "update T set F = null where rowid = 13795";
Command "update T set F = null where rowid = 31508";
Command "update T set F = null where rowid = 39098";
Command "update T set F = null where rowid = 19088";
Command "update T set F = null where rowid = 43424";
Command "update T set F = null where rowid = 45690";
Command "update T set F = null where rowid = 48072";
Command "update T set F = null where rowid = 17633";
Command "update T set F = null where rowid = 29308";
Command "update T set F = null where rowid = 60439";
Command "update T set F = null where rowid = 40707";
Command "update T set F = null where rowid = 25735";
Command "update T set F = null where rowid = 7222";
Command "update T set F = null where rowid = 16077";
Command "update T set F = null where rowid = 55453";
Command "update T set F = null where rowid = 41575";
Command "update T set F = null where rowid = 17022";
Command "update T set F = null where rowid = 56205";
Command "update T set F = null where rowid = 19382";
Command "update T set F = null where rowid = 40437";
Command "update T set F = null where rowid = 8237";
Command "update T set F = null where rowid = 5390";
Command "update T set F = null where rowid = 37813";
Command "update T set F = null where rowid = 56846";
Command "update T set F = null where rowid = 6621";
Command "update T set F = null where rowid = 39323";
Command "update T set F = null where rowid = 8975";
Command "update T set F = null where rowid = 49600";
Command "update T set F = null where rowid = 42906";
Command "update T set F = null where rowid = 25803";
Command "update T set F = null where rowid = 27791";
Command "update T set F = null where rowid = 36426";
Command "update T set F = null where rowid = 17566";
Command "update T set F = null where rowid = 34218";
Command "update T set F = null where rowid = 20481";
Command "update T set F = null where rowid = 54750";
Command "update T set F = null where rowid = 7974";
Command "update T set F = null where rowid = 11471";
Command "update T set F = null where rowid = 23800";
Command "update T set F = null where rowid = 4384";
Command "update T set F = null where rowid = 9333";
Command "update T set F = null where rowid = 32431";
Command "update T set F = null where rowid = 40243";
Command "update T set F = null where rowid = 54851";
Command "update T set F = null where rowid = 9597";
Command "update T set F = null where rowid = 4170";
Command "update T set F = null where rowid = 47118";
Command "update T set F = null where rowid = 7777";
Command "update T set F = null where rowid = 60716";
Command "update T set F = null where rowid = 52386";
Command "update T set F = null where rowid = 2657";
Command "update T set F = null where rowid = 24915";
Command "update T set F = null where rowid = 44998";
Command "update T set F = null where rowid = 8474";
Command "update T set F = null where rowid = 30885";
Command "update T set F = null where rowid = 8566";
Command "update T set F = null where rowid = 33258";
Command "update T set F = null where rowid = 18377";
Command "update T set F = null where rowid = 26389";
Command "update T set F = null where rowid = 17111";
Command "update T set F = null where rowid = 11505";
Command "update T set F = null where rowid = 3534";
Command "update T set F = null where rowid = 50889";
Command "update T set F = null where rowid = 30010";
Command "update T set F = null where rowid = 10536";
Command "update T set F = null where rowid = 54757";
Command "update T set F = null where rowid = 45423";
Command "update T set F = null where rowid = 40280";
Command "update T set F = null where rowid = 11886";
Command "update T set F = null where rowid = 21064";
Command "update T set F = null where rowid = 35700";
Command "update T set F = null where rowid = 46742";
Command "update T set F = null where rowid = 56696";
Command "update T set F = null where rowid = 10884";
Command "update T set F = null where rowid = 7412";
Command "update T set F = null where rowid = 36736";
Command "update T set F = null where rowid = 39292";
Command "update T set F = null where rowid = 28110";
Command "update T set F = null where rowid = 45635";
Command "update T set F = null where rowid = 50086";
Command "update T set F = null where rowid = 26251";
Command "update T set F = null where rowid = 57623";
Command "update T set F = null where rowid = 30787";
Command "update T set F = null where rowid = 50404";
Command "update T set F = null where rowid = 44966";
Command "update T set F = null where rowid = 49235";
Command "update T set F = null where rowid = 27860";
Command "update T set F = null where rowid = 35800";
Command "update T set F = null where rowid = 49514";
Command "update T set F = null where rowid = 36588";
Command "update T set F = null where rowid = 26252";
Command "update T set F = null where rowid = 43722";
Command "update T set F = null where rowid = 9491";
Command "update T set F = null where rowid = 36632";
Command "update T set F = null where rowid = 11955";
Command "update T set F = null where rowid = 18604";
Command "update T set F = null where rowid = 13714";
Command "update T set F = null where rowid = 24969";
Command "update T set F = null where rowid = 41805";
Command "update T set F = null where rowid = 43738";
Command "update T set F = null where rowid = 87";
Command "update T set F = null where rowid = 38898";
Command "update T set F = null where rowid = 60339";
Command "update T set F = null where rowid = 2832";
Command "update T set F = null where rowid = 55135";
Command "update T set F = null where rowid = 7682";
Command "update T set F = null where rowid = 48035";
Command "update T set F = null where rowid = 841";
Command "update T set F = null where rowid = 47636";
Command "update T set F = null where rowid = 61300";
Command "update T set F = null where rowid = 59943";
Command "update T set F = null where rowid = 7500";
Command "update T set F = null where rowid = 25800";
Command "update T set F = null where rowid = 20679";
Command "update T set F = null where rowid = 28177";
Command "update T set F = null where rowid = 47261";
Command "update T set F = null where rowid = 54991";
Command "update T set F = null where rowid = 48793";
Command "update T set F = null where rowid = 48238";
Command "update T set F = null where rowid = 1550";
Command "update T set F = null where rowid = 53623";
Command "update T set F = null where rowid = 42795";
Command "update T set F = null where rowid = 57950";
Command "update T set F = null where rowid = 18969";
Command "update T set F = null where rowid = 28835";
Command "update T set F = null where rowid = 42233";
Command "update T set F = null where rowid = 27789";
Command "update T set F = null where rowid = 11631";
Command "update T set F = null where rowid = 52454";
Command "update T set F = null where rowid = 51774";
Command "update T set F = null where rowid = 25962";
Command "update T set F = null where rowid = 35310";
Command "update T set F = null where rowid = 57497";
Command "update T set F = null where rowid = 56437";
Command "update T set F = null where rowid = 31728";
Command "update T set F = null where rowid = 43834";
Command "update T set F = null where rowid = 59662";
Command "update T set F = null where rowid = 57874";
Command "update T set F = null where rowid = 8838";
Command "update T set F = null where rowid = 4876";
Command "update T set F = null where rowid = 57215";
Command "update T set F = null where rowid = 52225";
Command "update T set F = null where rowid = 49665";
Command "update T set F = null where rowid = 26500";
Command "update T set F = null where rowid = 31282";
Command "update T set F = null where rowid = 29090";
Command "update T set F = null where rowid = 60871";
Command "update T set F = null where rowid = 53598";
Command "update T set F = null where rowid = 15919";
Command "update T set F = null where rowid = 1315";
Command "update T set F = null where rowid = 33121";
Command "update T set F = null where rowid = 23634";
Command "update T set F = null where rowid = 33578";
Command "update T set F = null where rowid = 60052";
Command "update T set F = null where rowid = 35432";
Command "update T set F = null where rowid = 59118";
Command "update T set F = null where rowid = 51319";
Command "update T set F = null where rowid = 24702";
Command "update T set F = null where rowid = 23342";
Command "update T set F = null where rowid = 18464";
Command "update T set F = null where rowid = 28832";
Command "update T set F = null where rowid = 8832";
Command "update T set F = null where rowid = 3250";
Command "update T set F = null where rowid = 27338";
Command "update T set F = null where rowid = 20569";
Command "update T set F = null where rowid = 55213";
Command "update T set F = null where rowid = 59702";
Command "update T set F = null where rowid = 18936";
Command "update T set F = null where rowid = 57576";
Command "update T set F = null where rowid = 12776";
Command "update T set F = null where rowid = 40506";
Command "update T set F = null where rowid = 29701";
Command "update T set F = null where rowid = 13045";
Command "update T set F = null where rowid = 6893";
Command "update T set F = null where rowid = 29085";
Command "update T set F = null where rowid = 19083";
Command "update T set F = null where rowid = 13161";
Command "update T set F = null where rowid = 21659";
Command "update T set F = null where rowid = 35735";
Command "update T set F = null where rowid = 2766";
Command "update T set F = null where rowid = 28522";
Command "update T set F = null where rowid = 4514";
Command "update T set F = null where rowid = 27212";
Command "update T set F = null where rowid = 16025";
Command "update T set F = null where rowid = 30743";
Command "update T set F = null where rowid = 44605";
Command "update T set F = null where rowid = 55355";
Command "update T set F = null where rowid = 24324";
Command "update T set F = null where rowid = 58309";
Command "update T set F = null where rowid = 25890";
Command "update T set F = null where rowid = 47894";
Command "update T set F = null where rowid = 32106";
Command "update T set F = null where rowid = 42161";
Command "update T set F = null where rowid = 48123";
Command "update T set F = null where rowid = 52520";
Command "update T set F = null where rowid = 11401";
Command "update T set F = null where rowid = 44996";
Command "update T set F = null where rowid = 3082";
Command "update T set F = null where rowid = 61417";
Command "update T set F = null where rowid = 10009";
Command "update T set F = null where rowid = 25478";
Command "update T set F = null where rowid = 39941";
Command "update T set F = null where rowid = 24629";
Command "update T set F = null where rowid = 55390";
Command "update T set F = null where rowid = 22852";
Command "update T set F = null where rowid = 17842";
Command "update T set F = null where rowid = 46795";
Command "update T set F = null where rowid = 24640";
Command "update T set F = null where rowid = 35688";
Command "update T set F = null where rowid = 791";
Command "update T set F = null where rowid = 58323";
Command "update T set F = null where rowid = 24077";
Command "update T set F = null where rowid = 53095";
Command "update T set F = null where rowid = 21640";
Command "update T set F = null where rowid = 47237";
Command "update T set F = null where rowid = 16396";
Command "update T set F = null where rowid = 54214";
Command "update T set F = null where rowid = 24856";
Command "update T set F = null where rowid = 13039";
Command "update T set F = null where rowid = 51380";
Command "update T set F = null where rowid = 14091";
Command "update T set F = null where rowid = 51722";
Command "update T set F = null where rowid = 13573";
Command "update T set F = null where rowid = 54900";
Command "update T set F = null where rowid = 19723";
Command "update T set F = null where rowid = 56775";
Command "update T set F = null where rowid = 32258";
Command "update T set F = null where rowid = 34369";
Command "update T set F = null where rowid = 5456";
Command "update T set F = null where rowid = 11062";
Command "update T set F = null where rowid = 22868";
Command "update T set F = null where rowid = 27045";
Command "update T set F = null where rowid = 6733";
Command "update T set F = null where rowid = 31929";
Command "update T set F = null where rowid = 33912";
Command "update T set F = null where rowid = 13621";
Command "update T set F = null where rowid = 45475";
Command "update T set F = null where rowid = 11428";
Command "update T set F = null where rowid = 34910";
Command "update T set F = null where rowid = 54827";
Command "update T set F = null where rowid = 2779";
Command "update T set F = null where rowid = 43697";
Command "update T set F = null where rowid = 27262";
Command "update T set F = null where rowid = 43519";
Command "update T set F = null where rowid = 28097";
Command "update T set F = null where rowid = 10945";
Command "update T set F = null where rowid = 44059";
Command "update T set F = null where rowid = 41387";
Command "update T set F = null where rowid = 41952";
Command "update T set F = null where rowid = 44198";
Command "update T set F = null where rowid = 18370";
Command "update T set F = null where rowid = 18709";
Command "update T set F = null where rowid = 57212";
Command "update T set F = null where rowid = 56159";
Command "update T set F = null where rowid = 3678";
Command "update T set F = null where rowid = 12397";
Command "update T set F = null where rowid = 36982";
Command "update T set F = null where rowid = 61160";
Command "update T set F = null where rowid = 27820";
Command "update T set F = null where rowid = 29234";
Command "update T set F = null where rowid = 56615";
Command "update T set F = null where rowid = 28915";
Command "update T set F = null where rowid = 3177";
Command "update T set F = null where rowid = 26831";
Command "update T set F = null where rowid = 36518";
Command "update T set F = null where rowid = 35294";
Command "update T set F = null where rowid = 16595";
Command "update T set F = null where rowid = 13212";
Command "update T set F = null where rowid = 3421";
Command "update T set F = null where rowid = 48502";
Command "update T set F = null where rowid = 42619";
Command "update T set F = null where rowid = 38874";
Command "update T set F = null where rowid = 32226";
Command "update T set F = null where rowid = 52051";
Command "update T set F = null where rowid = 40259";
Command "update T set F = null where rowid = 42921";
Command "update T set F = null where rowid = 4805";
Command "update T set F = null where rowid = 14471";
Command "update T set F = null where rowid = 34985";
Command "update T set F = null where rowid = 16029";
Command "update T set F = null where rowid = 40178";
Command "update T set F = null where rowid = 18536";
Command "update T set F = null where rowid = 48397";
Command "update T set F = null where rowid = 42948";
Command "update T set F = null where rowid = 42638";
Command "update T set F = null where rowid = 27320";
Command "update T set F = null where rowid = 5405";
Command "update T set F = null where rowid = 11559";
Command "update T set F = null where rowid = 53198";
Command "update T set F = null where rowid = 58736";
Command "update T set F = null where rowid = 6319";
Command "update T set F = null where rowid = 57399";
Command "update T set F = null where rowid = 55977";
Command "update T set F = null where rowid = 56083";
Command "update T set F = null where rowid = 9215";
Command "update T set F = null where rowid = 6668";
Command "update T set F = null where rowid = 20893";
Command "update T set F = null where rowid = 52673";
Command "update T set F = null where rowid = 58343";
Command "update T set F = null where rowid = 6765";
Command "update T set F = null where rowid = 6202";
Command "update T set F = null where rowid = 21021";
Command "update T set F = null where rowid = 6019";
Command "update T set F = null where rowid = 33301";
Command "update T set F = null where rowid = 22375";
Command "update T set F = null where rowid = 60539";
Command "update T set F = null where rowid = 36310";
Command "update T set F = null where rowid = 52754";
Command "update T set F = null where rowid = 466";
Command "update T set F = null where rowid = 33703";
Command "update T set F = null where rowid = 48785";
Command "update T set F = null where rowid = 38255";
Command "update T set F = null where rowid = 60223";
Command "update T set F = null where rowid = 3623";
Command "update T set F = null where rowid = 43617";
Command "update T set F = null where rowid = 29907";
Command "update T set F = null where rowid = 7900";
Command "update T set F = null where rowid = 27578";
Command "update T set F = null where rowid = 31430";
Command "update T set F = null where rowid = 9509";
Command "update T set F = null where rowid = 14507";
Command "update T set F = null where rowid = 46645";
Command "update T set F = null where rowid = 53702";
Command "update T set F = null where rowid = 17458";
Command "update T set F = null where rowid = 36056";
Command "update T set F = null where rowid = 17918";
Command "update T set F = null where rowid = 10503";
Command "update T set F = null where rowid = 34944";
Command "update T set F = null where rowid = 35405";
Command "update T set F = null where rowid = 546";
Command "update T set F = null where rowid = 35152";
Command "update T set F = null where rowid = 33541";
Command "update T set F = null where rowid = 27184";
Command "update T set F = null where rowid = 59854";
Command "update T set F = null where rowid = 8479";
Command "update T set F = null where rowid = 41308";
Command "update T set F = null where rowid = 11746";
Command "update T set F = null where rowid = 57382";
Command "update T set F = null where rowid = 45543";
Command "update T set F = null where rowid = 39393";
Command "update T set F = null where rowid = 926";
Command "update T set F = null where rowid = 40805";
Command "update T set F = null where rowid = 23332";
Command "update T set F = null where rowid = 15589";
Command "update T set F = null where rowid = 33027";
Command "update T set F = null where rowid = 5102";
Command "update T set F = null where rowid = 21297";
Command "update T set F = null where rowid = 10422";
Command "update T set F = null where rowid = 26963";
Command "update T set F = null where rowid = 17932";
Command "update T set F = null where rowid = 32345";
Command "update T set F = null where rowid = 29439";
Command "update T set F = null where rowid = 26729";
Command "update T set F = null where rowid = 45938";
Command "update T set F = null where rowid = 60614";
Command "update T set F = null where rowid = 44376";
Command "update T set F = null where rowid = 51341";
Command "update T set F = null where rowid = 48059";
Command "update T set F = null where rowid = 18711";
Command "update T set F = null where rowid = 58942";
Command "update T set F = null where rowid = 40757";
Command "update T set F = null where rowid = 24219";
Command "update T set F = null where rowid = 41389";
Command "update T set F = null where rowid = 30078";
Command "update T set F = null where rowid = 41866";
Command "update T set F = null where rowid = 8037";
Command "update T set F = null where rowid = 51557";
Command "update T set F = null where rowid = 47203";
Command "update T set F = null where rowid = 40955";
Command "update T set F = null where rowid = 37110";
Command "update T set F = null where rowid = 37712";
Command "update T set F = null where rowid = 24708";
Command "update T set F = null where rowid = 35019";
Command "update T set F = null where rowid = 163";
Command "update T set F = null where rowid = 921";
Command "update T set F = null where rowid = 35525";
Command "update T set F = null where rowid = 41999";
Command "update T set F = null where rowid = 3838";
Command "update T set F = null where rowid = 10706";
Command "update T set F = null where rowid = 39168";
Command "update T set F = null where rowid = 21340";
Command "update T set F = null where rowid = 27796";
Command "update T set F = null where rowid = 10737";
Command "update T set F = null where rowid = 13589";
Command "update T set F = null where rowid = 3881";
Command "update T set F = null where rowid = 31134";
Command "update T set F = null where rowid = 27016";
Command "update T set F = null where rowid = 3450";
Command "update T set F = null where rowid = 10923";
Command "update T set F = null where rowid = 60773";
Command "update T set F = null where rowid = 1378";
Command "update T set F = null where rowid = 58214";
Command "update T set F = null where rowid = 11502";
Command "update T set F = null where rowid = 15852";
Command "update T set F = null where rowid = 14602";
Command "update T set F = null where rowid = 38028";
Command "update T set F = null where rowid = 57558";
Command "update T set F = null where rowid = 50568";
Command "update T set F = null where rowid = 16564";
Command "update T set F = null where rowid = 59351";
Command "update T set F = null where rowid = 48422";
Command "update T set F = null where rowid = 24180";
Command "update T set F = null where rowid = 18399";
Command "update T set F = null where rowid = 23289";
Command "update T set F = null where rowid = 32164";
Command "update T set F = null where rowid = 25141";
Command "update T set F = null where rowid = 620";
Command "update T set F = null where rowid = 1463";
Command "update T set F = null where rowid = 9635";
Command "update T set F = null where rowid = 52375";
Command "update T set F = null where rowid = 29322";
Command "update T set F = null where rowid = 35898";
Command "update T set F = null where rowid = 33728";
Command "update T set F = null where rowid = 47637";
Command "update T set F = null where rowid = 52585";
Command "update T set F = null where rowid = 33058";
Command "update T set F = null where rowid = 47583";
Command "update T set F = null where rowid = 41638";
Command "update T set F = null where rowid = 32684";
Command "update T set F = null where rowid = 46348";
Command "update T set F = null where rowid = 29832";
Command "update T set F = null where rowid = 39217";
Command "update T set F = null where rowid = 60158";
Command "update T set F = null where rowid = 45616";
Command "update T set F = null where rowid = 46512";
Command "update T set F = null where rowid = 13948";
Command "update T set F = null where rowid = 25889";
Command "update T set F = null where rowid = 45336";
Command "update T set F = null where rowid = 3501";
Command "update T set F = null where rowid = 33381";
Command "update T set F = null where rowid = 29949";
Command "update T set F = null where rowid = 7746";
Command "update T set F = null where rowid = 59924";
Command "update T set F = null where rowid = 32896";
Command "update T set F = null where rowid = 19508";
Command "update T set F = null where rowid = 10828";
Command "update T set F = null where rowid = 56343";
Command "update T set F = null where rowid = 59906";
Command "update T set F = null where rowid = 25690";
Command "update T set F = null where rowid = 27169";
Command "update T set F = null where rowid = 220";
Command "update T set F = null where rowid = 31280";
Command "update T set F = null where rowid = 7113";
Command "update T set F = null where rowid = 34975";
Command "update T set F = null where rowid = 44779";
Command "update T set F = null where rowid = 18677";
Command "update T set F = null where rowid = 23433";
Command "update T set F = null where rowid = 53601";
Command "update T set F = null where rowid = 51404";
Command "update T set F = null where rowid = 38462";
Command "update T set F = null where rowid = 49950";
Command "update T set F = null where rowid = 56191";
Command "update T set F = null where rowid = 59851";
Command "update T set F = null where rowid = 39111";
Command "update T set F = null where rowid = 11348";
Command "update T set F = null where rowid = 46690";
Command "update T set F = null where rowid = 27080";
Command "update T set F = null where rowid = 54198";
Command "update T set F = null where rowid = 32057";
Command "update T set F = null where rowid = 23866";
Command "update T set F = null where rowid = 5272";
Command "update T set F = null where rowid = 11835";
Command "update T set F = null where rowid = 60553";
Command "update T set F = null where rowid = 1842";
Command "update T set F = null where rowid = 10566";
Command "update T set F = null where rowid = 59130";
Command "update T set F = null where rowid = 41990";
Command "update T set F = null where rowid = 38835";
Command "update T set F = null where rowid = 35034";
Command "update T set F = null where rowid = 8000";
Command "update T set F = null where rowid = 22196";
Command "update T set F = null where rowid = 54724";
Command "update T set F = null where rowid = 35395";
Command "update T set F = null where rowid = 5652";
Command "update T set F = null where rowid = 11476";
Command "update T set F = null where rowid = 36211";
Command "update T set F = null where rowid = 12211";
Command "update T set F = null where rowid = 7668";
Command "update T set F = null where rowid = 36110";
Command "update T set F = null where rowid = 40786";
Command "update T set F = null where rowid = 25717";
Command "update T set F = null where rowid = 56899";
Command "update T set F = null where rowid = 12341";
Command "update T set F = null where rowid = 4466";
Command "update T set F = null where rowid = 42521";
Command "update T set F = null where rowid = 34931";
Command "update T set F = null where rowid = 29443";
Command "update T set F = null where rowid = 17359";
Command "update T set F = null where rowid = 11081";
Command "update T set F = null where rowid = 58424";
Command "update T set F = null where rowid = 16510";
Command "update T set F = null where rowid = 17252";
Command "update T set F = null where rowid = 58675";
Command "update T set F = null where rowid = 42007";
Command "update T set F = null where rowid = 3810";
Command "update T set F = null where rowid = 2868";
Command "update T set F = null where rowid = 28711";
Command "update T set F = null where rowid = 4124";
Command "update T set F = null where rowid = 18101";
Command "update T set F = null where rowid = 10131";
Command "update T set F = null where rowid = 22563";
Command "update T set F = null where rowid = 27292";
Command "update T set F = null where rowid = 509";
Command "update T set F = null where rowid = 45031";
Command "update T set F = null where rowid = 53627";
Command "update T set F = null where rowid = 43864";
Command "update T set F = null where rowid = 5395";
Command "update T set F = null where rowid = 24453";
Command "update T set F = null where rowid = 31407";
Command "update T set F = null where rowid = 5337";
Command "update T set F = null where rowid = 58688";
Command "update T set F = null where rowid = 54426";
Command "update T set F = null where rowid = 10575";
Command "update T set F = null where rowid = 38655";
Command "update T set F = null where rowid = 43822";
Command "update T set F = null where rowid = 11682";
Command "update T set F = null where rowid = 14917";
Command "update T set F = null where rowid = 47094";
Command "update T set F = null where rowid = 22945";
Command "update T set F = null where rowid = 36614";
Command "update T set F = null where rowid = 61049";
Command "update T set F = null where rowid = 22217";
Command "update T set F = null where rowid = 12682";
Command "update T set F = null where rowid = 28424";
Command "update T set F = null where rowid = 1542";
Command "update T set F = null where rowid = 48906";
Command "update T set F = null where rowid = 43227";
Command "update T set F = null where rowid = 29153";
Command "update T set F = null where rowid = 40200";
Command "update T set F = null where rowid = 16303";
Command "update T set F = null where rowid = 52066";
Command "update T set F = null where rowid = 45287";
Command "update T set F = null where rowid = 58775";
Command "update T set F = null where rowid = 21259";
Command "update T set F = null where rowid = 3869";
Command "update T set F = null where rowid = 21031";
Command "update T set F = null where rowid = 8210";
Command "update T set F = null where rowid = 43480";
Command "update T set F = null where rowid = 51356";
Command "update T set F = null where rowid = 43979";
Command "update T set F = null where rowid = 15051";
Command "update T set F = null where rowid = 27046";
Command "update T set F = null where rowid = 447";
Command "update T set F = null where rowid = 6020";
Command "update T set F = null where rowid = 10099";
Command "update T set F = null where rowid = 58223";
Command "update T set F = null where rowid = 13064";
Command "update T set F = null where rowid = 24120";
Command "update T set F = null where rowid = 34130";
Command "update T set F = null where rowid = 4322";
Command "update T set F = null where rowid = 56171";
Command "update T set F = null where rowid = 41918";
Command "update T set F = null where rowid = 15219";
Command "update T set F = null where rowid = 59588";
Command "update T set F = null where rowid = 532";
Command "update T set F = null where rowid = 58445";
Command "update T set F = null where rowid = 28709";
Command "update T set F = null where rowid = 3077";
Command "update T set F = null where rowid = 16667";
Command "update T set F = null where rowid = 35660";
Command "update T set F = null where rowid = 2037";
Command "update T set F = null where rowid = 49674";
Command "update T set F = null where rowid = 15165";
Command "update T set F = null where rowid = 40612";
Command "update T set F = null where rowid = 37225";
Command "update T set F = null where rowid = 43476";
Command "update T set F = null where rowid = 37439";
Command "update T set F = null where rowid = 4913";
Command "update T set F = null where rowid = 54948";
Command "update T set F = null where rowid = 19208";
Command "update T set F = null where rowid = 16678";
Command "update T set F = null where rowid = 23410";
Command "update T set F = null where rowid = 12601";
Command "update T set F = null where rowid = 2134";
Command "update T set F = null where rowid = 41912";
Command "update T set F = null where rowid = 21977";
Command "update T set F = null where rowid = 24409";
Command "update T set F = null where rowid = 34602";
Command "update T set F = null where rowid = 21134";
Command "update T set F = null where rowid = 3306";
Command "update T set F = null where rowid = 36308";
Command "update T set F = null where rowid = 40947";
Command "update T set F = null where rowid = 29078";
Command "update T set F = null where rowid = 6766";
Command "update T set F = null where rowid = 55777";
Command "update T set F = null where rowid = 19387";
Command "update T set F = null where rowid = 44048";
Command "update T set F = null where rowid = 34509";
Command "update T set F = null where rowid = 54445";
Command "update T set F = null where rowid = 2589";
Command "update T set F = null where rowid = 30223";
Command "update T set F = null where rowid = 1990";
Command "update T set F = null where rowid = 41589";
Command "update T set F = null where rowid = 37316";
Command "update T set F = null where rowid = 20447";
Command "update T set F = null where rowid = 42234";
Command "update T set F = null where rowid = 57005";
Command "update T set F = null where rowid = 9587";
Command "update T set F = null where rowid = 54756";
Command "update T set F = null where rowid = 59439";
Command "update T set F = null where rowid = 22969";
Command "update T set F = null where rowid = 39256";
Command "update T set F = null where rowid = 451";
Command "update T set F = null where rowid = 9851";
Command "update T set F = null where rowid = 992";
Command "update T set F = null where rowid = 40009";
Command "update T set F = null where rowid = 49720";
Command "update T set F = null where rowid = 33677";
Command "update T set F = null where rowid = 32155";
Command "update T set F = null where rowid = 31659";
Command "update T set F = null where rowid = 39810";
Command "update T set F = null where rowid = 15957";
Command "update T set F = null where rowid = 20134";
Command "update T set F = null where rowid = 43415";
Command "update T set F = null where rowid = 4481";
Command "update T set F = null where rowid = 51074";
Command "update T set F = null where rowid = 49947";
Command "update T set F = null where rowid = 14486";
Command "update T set F = null where rowid = 43055";
Command "update T set F = null where rowid = 57020";
Command "update T set F = null where rowid = 37527";
Command "update T set F = null where rowid = 57663";
Command "update T set F = null where rowid = 5671";
Command "update T set F = null where rowid = 57867";
Command "update T set F = null where rowid = 45357";
Command "update T set F = null where rowid = 7563";
Command "update T set F = null where rowid = 47";
Command "update T set F = null where rowid = 56178";
Command "update T set F = null where rowid = 20006";
Command "update T set F = null where rowid = 43032";
Command "update T set F = null where rowid = 12337";
Command "update T set F = null where rowid = 11243";
Command "update T set F = null where rowid = 35922";
Command "update T set F = null where rowid = 46896";
Command "update T set F = null where rowid = 51955";
Command "update T set F = null where rowid = 48339";
Command "update T set F = null where rowid = 31230";
Command "update T set F = null where rowid = 43366";
Command "update T set F = null where rowid = 919";
Command "update T set F = null where rowid = 14423";
Command "update T set F = null where rowid = 46273";
Command "update T set F = null where rowid = 8085";
Command "update T set F = null where rowid = 46849";
Command "update T set F = null where rowid = 30126";
Command "update T set F = null where rowid = 31198";
Command "update T set F = null where rowid = 3228";
Command "update T set F = null where rowid = 53991";
Command "update T set F = null where rowid = 51357";
Command "update T set F = null where rowid = 55712";
Command "update T set F = null where rowid = 42136";
Command "update T set F = null where rowid = 56843";
Command "update T set F = null where rowid = 57551";
Command "update T set F = null where rowid = 46553";
Command "update T set F = null where rowid = 41300";
Command "update T set F = null where rowid = 13148";
Command "update T set F = null where rowid = 56035";
Command "update T set F = null where rowid = 904";
Command "update T set F = null where rowid = 24021";
Command "update T set F = null where rowid = 14882";
Command "update T set F = null where rowid = 18110";
Command "update T set F = null where rowid = 50602";
Command "update T set F = null where rowid = 2967";
Command "update T set F = null where rowid = 13139";
Command "update T set F = null where rowid = 34211";
Command "update T set F = null where rowid = 22097";
Command "update T set F = null where rowid = 13498";
Command "update T set F = null where rowid = 8169";
Command "update T set F = null where rowid = 43956";
Command "update T set F = null where rowid = 53475";
Command "update T set F = null where rowid = 49755";
Command "update T set F = null where rowid = 41190";
Command "update T set F = null where rowid = 41870";
Command "update T set F = null where rowid = 57049";
Command "update T set F = null where rowid = 5506";
Command "update T set F = null where rowid = 3745";
Command "update T set F = null where rowid = 47269";
Command "update T set F = null where rowid = 10541";
Command "update T set F = null where rowid = 51331";
Command "update T set F = null where rowid = 15926";
Command "update T set F = null where rowid = 51361";
Command "update T set F = null where rowid = 58117";
Command "update T set F = null where rowid = 47193";
Command "update T set F = null where rowid = 19799";
Command "update T set F = null where rowid = 14113";
Command "update T set F = null where rowid = 42675";
Command "update T set F = null where rowid = 6218";
Command "update T set F = null where rowid = 35293";
Command "update T set F = null where rowid = 714";
Command "update T set F = null where rowid = 40069";
Command "update T set F = null where rowid = 40098";
Command "update T set F = null where rowid = 20771";
Command "update T set F = null where rowid = 46194";
Command "update T set F = null where rowid = 27269";
Command "update T set F = null where rowid = 30636";
Command "update T set F = null where rowid = 57899";
Command "update T set F = null where rowid = 23197";
Command "update T set F = null where rowid = 57023";
Command "update T set F = null where rowid = 55470";
Command "update T set F = null where rowid = 1997";
Command "update T set F = null where rowid = 52913";
Command "update T set F = null where rowid = 41176";
Command "update T set F = null where rowid = 57982";
Command "update T set F = null where rowid = 47152";
Command "update T set F = null where rowid = 60463";
Command "update T set F = null where rowid = 41026";
Command "update T set F = null where rowid = 13306";
Command "update T set F = null where rowid = 1017";
Command "update T set F = null where rowid = 12620";
Command "update T set F = null where rowid = 52168";
Command "update T set F = null where rowid = 27493";
Command "update T set F = null where rowid = 10644";
Command "update T set F = null where rowid = 57604";
Command "update T set F = null where rowid = 30842";
Command "update T set F = null where rowid = 25048";
Command "update T set F = null where rowid = 23726";
Command "update T set F = null where rowid = 44941";
Command "update T set F = null where rowid = 6111";
Command "update T set F = null where rowid = 44228";
Command "update T set F = null where rowid = 51197";
Command "update T set F = null where rowid = 29960";
Command "update T set F = null where rowid = 39717";
Command "update T set F = null where rowid = 12764";
Command "update T set F = null where rowid = 33204";
Command "update T set F = null where rowid = 21110";
Command "update T set F = null where rowid = 58767";
Command "update T set F = null where rowid = 42321";
Command "update T set F = null where rowid = 33117";
Command "update T set F = null where rowid = 15734";
Command "update T set F = null where rowid = 40380";
Command "update T set F = null where rowid = 23536";
Command "update T set F = null where rowid = 41091";
Command "update T set F = null where rowid = 27107";
Command "update T set F = null where rowid = 2097";
Command "update T set F = null where rowid = 54601";
Command "update T set F = null where rowid = 20292";
Command "update T set F = null where rowid = 20277";
Command "update T set F = null where rowid = 1297";
Command "update T set F = null where rowid = 19351";
Command "update T set F = null where rowid = 2065";
Command "update T set F = null where rowid = 47290";
Command "update T set F = null where rowid = 47765";
Command "update T set F = null where rowid = 50621";
Command "update T set F = null where rowid = 8515";
Command "update T set F = null where rowid = 32985";
Command "update T set F = null where rowid = 12169";
Command "update T set F = null where rowid = 44860";
Command "update T set F = null where rowid = 50590";
Command "update T set F = null where rowid = 16618";
Command "update T set F = null where rowid = 25264";
Command "update T set F = null where rowid = 11470";
Command "update T set F = null where rowid = 2500";
Command "update T set F = null where rowid = 23264";
Command "update T set F = null where rowid = 3283";
Command "update T set F = null where rowid = 10471";
Command "update T set F = null where rowid = 40159";
Command "update T set F = null where rowid = 33877";
Command "update T set F = null where rowid = 14376";
Command "update T set F = null where rowid = 19811";
Command "update T set F = null where rowid = 54685";
Command "update T set F = null where rowid = 10851";
Command "update T set F = null where rowid = 37123";
Command "update T set F = null where rowid = 21409";
Command "update T set F = null where rowid = 7864";
Command "update T set F = null where rowid = 44065";
Command "update T set F = null where rowid = 44444";
Command "update T set F = null where rowid = 19374";
Command "update T set F = null where rowid = 13112";
Command "update T set F = null where rowid = 15580";
Command "update T set F = null where rowid = 34852";
Command "update T set F = null where rowid = 3719";
Command "update T set F = null where rowid = 25925";
Command "update T set F = null where rowid = 15549";
Command "update T set F = null where rowid = 44329";
Command "update T set F = null where rowid = 26191";
Command "update T set F = null where rowid = 6137";
Command "update T set F = null where rowid = 53357";
Command "update T set F = null where rowid = 33283";
Command "update T set F = null where rowid = 38886";
Command "update T set F = null where rowid = 39113";
Command "update T set F = null where rowid = 41801";
Command "update T set F = null where rowid = 40364";
Command "update T set F = null where rowid = 56012";
Command "update T set F = null where rowid = 39764";
Command "update T set F = null where rowid = 23263";
Command "update T set F = null where rowid = 33442";
Command "update T set F = null where rowid = 47799";
Command "update T set F = null where rowid = 43489";
Command "update T set F = null where rowid = 47274";
Command "update T set F = null where rowid = 59152";
Command "update T set F = null where rowid = 13284";
Command "update T set F = null where rowid = 58745";
Command "update T set F = null where rowid = 5976";
Command "update T set F = null where rowid = 37427";
Command "update T set F = null where rowid = 34368";
Command "update T set F = null where rowid = 36293";
Command "update T set F = null where rowid = 42713";
Command "update T set F = null where rowid = 43153";
Command "update T set F = null where rowid = 31054";
Command "update T set F = null where rowid = 38811";
Command "update T set F = null where rowid = 59316";
Command "update T set F = null where rowid = 55248";
Command "update T set F = null where rowid = 15009";
Command "update T set F = null where rowid = 40405";
Command "update T set F = null where rowid = 59893";
Command "update T set F = null where rowid = 35321";
Command "update T set F = null where rowid = 35022";
Command "update T set F = null where rowid = 2417";
Command "update T set F = null where rowid = 40614";
Command "update T set F = null where rowid = 34330";
Command "update T set F = null where rowid = 5714";
Command "update T set F = null where rowid = 29629";
Command "update T set F = null where rowid = 19464";
Command "update T set F = null where rowid = 22694";
Command "update T set F = null where rowid = 24157";
Command "update T set F = null where rowid = 1092";
Command "update T set F = null where rowid = 25259";
Command "update T set F = null where rowid = 36952";
Command "update T set F = null where rowid = 51192";
Command "update T set F = null where rowid = 5063";
Command "update T set F = null where rowid = 55019";
Command "update T set F = null where rowid = 48158";
Command "update T set F = null where rowid = 15622";
Command "update T set F = null where rowid = 21576";
Command "update T set F = null where rowid = 19590";
Command "update T set F = null where rowid = 47002";
Command "update T set F = null where rowid = 45128";
Command "update T set F = null where rowid = 21495";
Command "update T set F = null where rowid = 41721";
Command "update T set F = null where rowid = 60829";
Command "update T set F = null where rowid = 12578";
Command "update T set F = null where rowid = 11020";
Command "update T set F = null where rowid = 12816";
Command "update T set F = null where rowid = 7929";
Command "update T set F = null where rowid = 1218";
Command "update T set F = null where rowid = 38974";
Command "update T set F = null where rowid = 56654";
Command "update T set F = null where rowid = 29215";
Command "update T set F = null where rowid = 55419";
Command "update T set F = null where rowid = 44925";
Command "update T set F = null where rowid = 27146";
Command "update T set F = null where rowid = 2923";
Command "update T set F = null where rowid = 23068";
Command "update T set F = null where rowid = 11162";
Command "update T set F = null where rowid = 57885";
Command "update T set F = null where rowid = 2008";
Command "update T set F = null where rowid = 42440";
Command "update T set F = null where rowid = 58059";
Command "update T set F = null where rowid = 33967";
Command "update T set F = null where rowid = 4662";
Command "update T set F = null where rowid = 38879";
Command "update T set F = null where rowid = 11032";
Command "update T set F = null where rowid = 26503";
Command "update T set F = null where rowid = 53365";
Command "update T set F = null where rowid = 26133";
Command "update T set F = null where rowid = 36517";
Command "update T set F = null where rowid = 60962";
Command "update T set F = null where rowid = 55330";
Command "update T set F = null where rowid = 53007";
Command "update T set F = null where rowid = 20709";
Command "update T set F = null where rowid = 38596";
Command "update T set F = null where rowid = 12339";
Command "update T set F = null where rowid = 44913";
Command "update T set F = null where rowid = 31749";
Command "update T set F = null where rowid = 12151";
Command "update T set F = null where rowid = 51783";
Command "update T set F = null where rowid = 41540";
Command "update T set F = null where rowid = 16959";
Command "update T set F = null where rowid = 4696";
Command "update T set F = null where rowid = 42420";
Command "update T set F = null where rowid = 11272";
Command "update T set F = null where rowid = 10529";
Command "update T set F = null where rowid = 11245";
Command "update T set F = null where rowid = 35086";
Command "update T set F = null where rowid = 57905";
Command "update T set F = null where rowid = 20814";
Command "update T set F = null where rowid = 18421";
Command "update T set F = null where rowid = 39401";
Command "update T set F = null where rowid = 54390";
Command "update T set F = null where rowid = 41571";
Command "update T set F = null where rowid = 51617";
Command "update T set F = null where rowid = 30891";
Command "update T set F = null where rowid = 38858";
Command "update T set F = null where rowid = 361";
Command "update T set F = null where rowid = 26611";
Command "update T set F = null where rowid = 42483";
Command "update T set F = null where rowid = 23232";
Command "update T set F = null where rowid = 31652";
Command "update T set F = null where rowid = 15300";
Command "update T set F = null where rowid = 41122";
Command "update T set F = null where rowid = 14347";
Command "update T set F = null where rowid = 6139";
Command "update T set F = null where rowid = 18293";
Command "update T set F = null where rowid = 24484";
Command "update T set F = null where rowid = 35591";
Command "update T set F = null where rowid = 48028";
Command "update T set F = null where rowid = 7472";
Command "update T set F = null where rowid = 54417";
Command "update T set F = null where rowid = 452";
Command "update T set F = null where rowid = 10308";
Command "update T set F = null where rowid = 52079";
Command "update T set F = null where rowid = 1372";
Command "update T set F = null where rowid = 59877";
Command "update T set F = null where rowid = 42492";
Command "update T set F = null where rowid = 60014";
Command "update T set F = null where rowid = 30523";
Command "update T set F = null where rowid = 56709";
Command "update T set F = null where rowid = 15500";
Command "update T set F = null where rowid = 8530";
Command "update T set F = null where rowid = 18048";
Command "update T set F = null where rowid = 38586";
Command "update T set F = null where rowid = 27257";
Command "update T set F = null where rowid = 38002";
Command "update T set F = null where rowid = 57083";
Command "update T set F = null where rowid = 12107";
Command "update T set F = null where rowid = 49404";
Command "update T set F = null where rowid = 46325";
Command "update T set F = null where rowid = 49847";
Command "update T set F = null where rowid = 11953";
Command "update T set F = null where rowid = 56237";
Command "update T set F = null where rowid = 56782";
Command "update T set F = null where rowid = 60826";
Command "update T set F = null where rowid = 40113";
Command "update T set F = null where rowid = 14348";
Command "update T set F = null where rowid = 39497";
Command "update T set F = null where rowid = 49921";
Command "update T set F = null where rowid = 57445";
Command "update T set F = null where rowid = 50666";
Command "update T set F = null where rowid = 34590";
Command "update T set F = null where rowid = 61042";
Command "update T set F = null where rowid = 58306";
Command "update T set F = null where rowid = 60546";
Command "update T set F = null where rowid = 25950";
Command "update T set F = null where rowid = 11333";
Command "update T set F = null where rowid = 1586";
Command "update T set F = null where rowid = 27447";
Command "update T set F = null where rowid = 19086";
Command "update T set F = null where rowid = 54377";
Command "update T set F = null where rowid = 28585";
Command "update T set F = null where rowid = 41837";
Command "update T set F = null where rowid = 54359";
Command "update T set F = null where rowid = 50756";
Command "update T set F = null where rowid = 2629";
Command "update T set F = null where rowid = 7928";
Command "update T set F = null where rowid = 12208";
Command "update T set F = null where rowid = 6662";
Command "update T set F = null where rowid = 10418";
Command "update T set F = null where rowid = 16711";
Command "update T set F = null where rowid = 7981";
Command "update T set F = null where rowid = 15244";
Command "update T set F = null where rowid = 9633";
Command "update T set F = null where rowid = 36269";
Command "update T set F = null where rowid = 23960";
Command "update T set F = null where rowid = 4834";
Command "update T set F = null where rowid = 15079";
Command "update T set F = null where rowid = 43709";
Command "update T set F = null where rowid = 49795";
Command "update T set F = null where rowid = 5458";
Command "update T set F = null where rowid = 34440";
Command "update T set F = null where rowid = 34307";
Command "update T set F = null where rowid = 58438";
Command "update T set F = null where rowid = 9435";
Command "update T set F = null where rowid = 15095";
Command "update T set F = null where rowid = 10014";
Command "update T set F = null where rowid = 43372";
Command "update T set F = null where rowid = 33603";
Command "update T set F = null where rowid = 25579";
Command "update T set F = null where rowid = 53401";
Command "update T set F = null where rowid = 20678";
Command "update T set F = null where rowid = 7308";
Command "update T set F = null where rowid = 46061";
Command "update T set F = null where rowid = 8703";
Command "update T set F = null where rowid = 4831";
Command "update T set F = null where rowid = 38821";
Command "update T set F = null where rowid = 13186";
Command "update T set F = null where rowid = 41470";
Command "update T set F = null where rowid = 14895";
Command "update T set F = null where rowid = 59795";
Command "update T set F = null where rowid = 2270";
Command "update T set F = null where rowid = 44716";
Command "update T set F = null where rowid = 52465";
Command "update T set F = null where rowid = 29837";
Command "update T set F = null where rowid = 36863";
Command "update T set F = null where rowid = 47575";
Command "update T set F = null where rowid = 25926";
Command "update T set F = null where rowid = 45541";
Command "update T set F = null where rowid = 60297";
Command "update T set F = null where rowid = 25835";
Command "update T set F = null where rowid = 46368";
Command "update T set F = null where rowid = 7951";
Command "update T set F = null where rowid = 36688";
Command "update T set F = null where rowid = 27961";
Command "update T set F = null where rowid = 60206";
Command "update T set F = null where rowid = 55789";
Command "update T set F = null where rowid = 43380";
Command "update T set F = null where rowid = 49190";
Command "update T set F = null where rowid = 25261";
Command "update T set F = null where rowid = 44082";
Command "update T set F = null where rowid = 6957";
Command "update T set F = null where rowid = 59117";
Command "update T set F = null where rowid = 45700";
Command "update T set F = null where rowid = 45757";
Command "update T set F = null where rowid = 21544";
Command "update T set F = null where rowid = 36598";
Command "update T set F = null where rowid = 1199";
Command "update T set F = null where rowid = 22598";
Command "update T set F = null where rowid = 35877";
Command "update T set F = null where rowid = 33112";
Command "update T set F = null where rowid = 38734";
Command "update T set F = null where rowid = 57154";
Command "update T set F = null where rowid = 58670";
Command "update T set F = null where rowid = 29291";
Command "update T set F = null where rowid = 47627";
Command "update T set F = null where rowid = 39538";
Command "update T set F = null where rowid = 53400";
Command "update T set F = null where rowid = 29110";
Command "update T set F = null where rowid = 51659";
Command "update T set F = null where rowid = 28683";
Command "update T set F = null where rowid = 51294";
Command "update T set F = null where rowid = 9683";
Command "update T set F = null where rowid = 56758";
Command "update T set F = null where rowid = 6809";
Command "update T set F = null where rowid = 18570";
Command "update T set F = null where rowid = 31194";
Command "update T set F = null where rowid = 3638";
Command "update T set F = null where rowid = 22646";
Command "update T set F = null where rowid = 35182";
Command "update T set F = null where rowid = 10755";
Command "update T set F = null where rowid = 56434";
Command "update T set F = null where rowid = 56871";
Command "update T set F = null where rowid = 21230";
Command "update T set F = null where rowid = 54431";
Command "update T set F = null where rowid = 31490";
Command "update T set F = null where rowid = 23438";
Command "update T set F = null where rowid = 4450";
Command "update T set F = null where rowid = 36345";
Command "update T set F = null where rowid = 29518";
Command "update T set F = null where rowid = 50142";
Command "update T set F = null where rowid = 26286";
Command "update T set F = null where rowid = 47025";
Command "update T set F = null where rowid = 24341";
Command "update T set F = null where rowid = 15314";
Command "update T set F = null where rowid = 45552";
Command "update T set F = null where rowid = 37560";
Command "update T set F = null where rowid = 25907";
Command "update T set F = null where rowid = 31930";
Command "update T set F = null where rowid = 23594";
Command "update T set F = null where rowid = 32257";
Command "update T set F = null where rowid = 10832";
Command "update T set F = null where rowid = 33047";
Command "update T set F = null where rowid = 55894";
Command "update T set F = null where rowid = 33474";
Command "update T set F = null where rowid = 43601";
Command "update T set F = null where rowid = 4692";
Command "update T set F = null where rowid = 49758";
Command "update T set F = null where rowid = 25092";
Command "update T set F = null where rowid = 51040";
Command "update T set F = null where rowid = 39537";
Command "update T set F = null where rowid = 38538";
Command "update T set F = null where rowid = 59691";
Command "update T set F = null where rowid = 49856";
Command "update T set F = null where rowid = 11415";
Command "update T set F = null where rowid = 44282";
Command "update T set F = null where rowid = 32904";
Command "update T set F = null where rowid = 50684";
Command "update T set F = null where rowid = 58184";
Command "update T set F = null where rowid = 61202";
Command "update T set F = null where rowid = 49904";
Command "update T set F = null where rowid = 56906";
Command "update T set F = null where rowid = 27625";
Command "update T set F = null where rowid = 58738";
Command "update T set F = null where rowid = 26513";
Command "update T set F = null where rowid = 34222";
Command "update T set F = null where rowid = 30129";
Command "update T set F = null where rowid = 39275";
Command "update T set F = null where rowid = 41618";
Command "update T set F = null where rowid = 55672";
Command "update T set F = null where rowid = 24218";
Command "update T set F = null where rowid = 37758";
Command "update T set F = null where rowid = 35066";
Command "update T set F = null where rowid = 18230";
Command "update T set F = null where rowid = 30354";
Command "update T set F = null where rowid = 27946";
Command "update T set F = null where rowid = 34229";
Command "update T set F = null where rowid = 23727";
Command "update T set F = null where rowid = 10013";
Command "update T set F = null where rowid = 19367";
Command "update T set F = null where rowid = 44255";
Command "update T set F = null where rowid = 50439";
Command "update T set F = null where rowid = 41910";
Command "update T set F = null where rowid = 30775";
Command "update T set F = null where rowid = 22241";
Command "update T set F = null where rowid = 15817";
Command "update T set F = null where rowid = 29999";
Command "update T set F = null where rowid = 31646";
Command "update T set F = null where rowid = 50441";
Command "update T set F = null where rowid = 19096";
Command "update T set F = null where rowid = 55544";
Command "update T set F = null where rowid = 55046";
Command "update T set F = null where rowid = 32586";
Command "update T set F = null where rowid = 53569";
Command "update T set F = null where rowid = 55749";
Command "update T set F = null where rowid = 16007";
Command "update T set F = null where rowid = 46783";
Command "update T set F = null where rowid = 30515";
Command "update T set F = null where rowid = 5463";
Command "update T set F = null where rowid = 13290";
Command "update T set F = null where rowid = 22253";
Command "update T set F = null where rowid = 47750";
Command "update T set F = null where rowid = 55654";
Command "update T set F = null where rowid = 41238";
Command "update T set F = null where rowid = 352";
Command "update T set F = null where rowid = 1293";
Command "update T set F = null where rowid = 28757";
Command "update T set F = null where rowid = 23414";
Command "update T set F = null where rowid = 29124";
Command "update T set F = null where rowid = 4838";
Command "update T set F = null where rowid = 20121";
Command "update T set F = null where rowid = 45914";
Command "update T set F = null where rowid = 19627";
Command "update T set F = null where rowid = 26118";
Command "update T set F = null where rowid = 20110";
Command "update T set F = null where rowid = 20752";
Command "update T set F = null where rowid = 56257";
Command "update T set F = null where rowid = 15507";
Command "update T set F = null where rowid = 45229";
Command "update T set F = null where rowid = 43812";
Command "update T set F = null where rowid = 13241";
Command "update T set F = null where rowid = 39576";
Command "update T set F = null where rowid = 26245";
Command "update T set F = null where rowid = 52442";
Command "update T set F = null where rowid = 39081";
Command "update T set F = null where rowid = 48949";
Command "update T set F = null where rowid = 18633";
Command "update T set F = null where rowid = 45370";
Command "update T set F = null where rowid = 4436";
Command "update T set F = null where rowid = 6854";
Command "update T set F = null where rowid = 19113";
Command "update T set F = null where rowid = 34337";
Command "update T set F = null where rowid = 11025";
Command "update T set F = null where rowid = 20788";
Command "update T set F = null where rowid = 32091";
Command "update T set F = null where rowid = 32288";
Command "update T set F = null where rowid = 36054";
Command "update T set F = null where rowid = 2548";
Command "update T set F = null where rowid = 22340";
Command "update T set F = null where rowid = 35148";
Command "update T set F = null where rowid = 39930";
Command "update T set F = null where rowid = 46846";
Command "update T set F = null where rowid = 4762";
Command "update T set F = null where rowid = 26564";
Command "update T set F = null where rowid = 53980";
Command "update T set F = null where rowid = 36322";
Command "update T set F = null where rowid = 56322";
Command "update T set F = null where rowid = 34421";
Command "update T set F = null where rowid = 14999";
Command "update T set F = null where rowid = 51508";
Command "update T set F = null where rowid = 32652";
Command "update T set F = null where rowid = 3894";
Command "update T set F = null where rowid = 51923";
Command "update T set F = null where rowid = 5028";
Command "update T set F = null where rowid = 11783";
Command "update T set F = null where rowid = 19679";
Command "update T set F = null where rowid = 59890";
Command "update T set F = null where rowid = 7471";
Command "update T set F = null where rowid = 5690";
Command "update T set F = null where rowid = 8235";
Command "update T set F = null where rowid = 36434";
Command "update T set F = null where rowid = 33382";
Command "update T set F = null where rowid = 60668";
Command "update T set F = null where rowid = 33613";
Command "update T set F = null where rowid = 51311";
Command "update T set F = null where rowid = 40738";
Command "update T set F = null where rowid = 53434";
Command "update T set F = null where rowid = 56943";
Command "update T set F = null where rowid = 24427";
Command "update T set F = null where rowid = 28008";
Command "update T set F = null where rowid = 43636";
Command "update T set F = null where rowid = 47579";
Command "update T set F = null where rowid = 7218";
Command "update T set F = null where rowid = 57158";
Command "update T set F = null where rowid = 21307";
Command "update T set F = null where rowid = 16847";
Command "update T set F = null where rowid = 49676";
Command "update T set F = null where rowid = 44068";
Command "update T set F = null where rowid = 53412";
Command "update T set F = null where rowid = 31874";
Command "update T set F = null where rowid = 12010";
Command "update T set F = null where rowid = 35588";
Command "update T set F = null where rowid = 7423";
Command "update T set F = null where rowid = 29821";
Command "update T set F = null where rowid = 16111";
Command "update T set F = null where rowid = 43916";
Command "update T set F = null where rowid = 21638";
Command "update T set F = null where rowid = 27177";
Command "update T set F = null where rowid = 22778";
Command "update T set F = null where rowid = 58982";
Command "update T set F = null where rowid = 19315";
Command "update T set F = null where rowid = 36823";
Command "update T set F = null where rowid = 16418";
Command "update T set F = null where rowid = 45907";
Command "update T set F = null where rowid = 15012";
Command "update T set F = null where rowid = 358";
Command "update T set F = null where rowid = 36884";
Command "update T set F = null where rowid = 7233";
Command "update T set F = null where rowid = 17318";
Command "update T set F = null where rowid = 13891";
Command "update T set F = null where rowid = 22753";
Command "update T set F = null where rowid = 19481";
Command "update T set F = null where rowid = 31108";
Command "update T set F = null where rowid = 868";
Command "update T set F = null where rowid = 30261";
Command "update T set F = null where rowid = 42991";
Command "update T set F = null where rowid = 26849";
Command "update T set F = null where rowid = 19744";
Command "update T set F = null where rowid = 4071";
Command "update T set F = null where rowid = 46937";
Command "update T set F = null where rowid = 48250";
Command "update T set F = null where rowid = 15542";
Command "update T set F = null where rowid = 19611";
Command "update T set F = null where rowid = 18054";
Command "update T set F = null where rowid = 52393";
Command "update T set F = null where rowid = 31853";
Command "update T set F = null where rowid = 779";
Command "update T set F = null where rowid = 59495";
Command "update T set F = null where rowid = 14985";
Command "update T set F = null where rowid = 9296";
Command "update T set F = null where rowid = 8628";
Command "update T set F = null where rowid = 3793";
Command "update T set F = null where rowid = 48315";
Command "update T set F = null where rowid = 59515";
Command "update T set F = null where rowid = 53543";
Command "update T set F = null where rowid = 51020";
Command "update T set F = null where rowid = 21543";
Command "update T set F = null where rowid = 7275";
Command "update T set F = null where rowid = 13513";
Command "update T set F = null where rowid = 39569";
Command "update T set F = null where rowid = 12622";
Command "update T set F = null where rowid = 57362";
Command "update T set F = null where rowid = 45766";
Command "update T set F = null where rowid = 28492";
Command "update T set F = null where rowid = 14953";
Command "update T set F = null where rowid = 44734";
Command "update T set F = null where rowid = 36333";
Command "update T set F = null where rowid = 54031";
Command "update T set F = null where rowid = 48687";
Command "update T set F = null where rowid = 43877";
Command "update T set F = null where rowid = 25317";
Command "update T set F = null where rowid = 43198";
Command "update T set F = null where rowid = 9141";
Command "update T set F = null where rowid = 15147";
Command "update T set F = null where rowid = 14482";
Command "update T set F = null where rowid = 61284";
Command "update T set F = null where rowid = 24035";
Command "update T set F = null where rowid = 2178";
Command "update T set F = null where rowid = 23770";
Command "update T set F = null where rowid = 56999";
Command "update T set F = null where rowid = 21497";
Command "update T set F = null where rowid = 45172";
Command "update T set F = null where rowid = 22070";
Command "update T set F = null where rowid = 47346";
Command "update T set F = null where rowid = 11015";
Command "update T set F = null where rowid = 29639";
Command "update T set F = null where rowid = 2574";
Command "update T set F = null where rowid = 4489";
Command "update T set F = null where rowid = 41606";
Command "update T set F = null where rowid = 59633";
Command "update T set F = null where rowid = 24791";
Command "update T set F = null where rowid = 30825";
Command "update T set F = null where rowid = 48508";
Command "update T set F = null where rowid = 58331";
Command "update T set F = null where rowid = 35362";
Command "update T set F = null where rowid = 11104";
Command "update T set F = null where rowid = 11732";
Command "update T set F = null where rowid = 30546";
Command "update T set F = null where rowid = 14129";
Command "update T set F = null where rowid = 23137";
Command "update T set F = null where rowid = 61227";
Command "update T set F = null where rowid = 20719";
Command "update T set F = null where rowid = 33429";
Command "update T set F = null where rowid = 2748";
Command "update T set F = null where rowid = 5773";
Command "update T set F = null where rowid = 31812";
Command "update T set F = null where rowid = 576";
Command "update T set F = null where rowid = 41041";
Command "update T set F = null where rowid = 18781";
Command "update T set F = null where rowid = 39059";
Command "update T set F = null where rowid = 22845";
Command "update T set F = null where rowid = 43260";
Command "update T set F = null where rowid = 25824";
Command "update T set F = null where rowid = 12755";
Command "update T set F = null where rowid = 10243";
Command "update T set F = null where rowid = 52587";
Command "update T set F = null where rowid = 9637";
Command "update T set F = null where rowid = 47090";
Command "update T set F = null where rowid = 23884";
Command "update T set F = null where rowid = 40886";
Command "update T set F = null where rowid = 508";
Command "update T set F = null where rowid = 7309";
Command "update T set F = null where rowid = 28468";
Command "update T set F = null where rowid = 16793";
Command "update T set F = null where rowid = 48050";
Command "update T set F = null where rowid = 58279";
Command "update T set F = null where rowid = 32922";
Command "update T set F = null where rowid = 41379";
Command "update T set F = null where rowid = 8205";
Command "update T set F = null where rowid = 9718";
Command "update T set F = null where rowid = 50881";
Command "update T set F = null where rowid = 26978";
Command "update T set F = null where rowid = 38789";
Command "update T set F = null where rowid = 30160";
Command "update T set F = null where rowid = 238";
Command "update T set F = null where rowid = 29367";
Command "update T set F = null where rowid = 40225";
Command "update T set F = null where rowid = 14148";
Command "update T set F = null where rowid = 6968";
Command "update T set F = null where rowid = 36735";
Command "update T set F = null where rowid = 39405";
Command "update T set F = null where rowid = 49430";
Command "update T set F = null where rowid = 617";
Command "update T set F = null where rowid = 9032";
Command "update T set F = null where rowid = 39682";
Command "update T set F = null where rowid = 47201";
Command "update T set F = null where rowid = 4111";
Command "update T set F = null where rowid = 42294";
Command "update T set F = null where rowid = 35492";
Command "update T set F = null where rowid = 32082";
Command "update T set F = null where rowid = 18456";
Command "update T set F = null where rowid = 47912";
Command "update T set F = null where rowid = 59262";
Command "update T set F = null where rowid = 22833";
Command "update T set F = null where rowid = 27142";
Command "update T set F = null where rowid = 33709";
Command "update T set F = null where rowid = 26983";
Command "update T set F = null where rowid = 18289";
Command "update T set F = null where rowid = 10296";
Command "update T set F = null where rowid = 8667";
Command "update T set F = null where rowid = 31827";
Command "update T set F = null where rowid = 46620";
Command "update T set F = null where rowid = 35443";
Command "update T set F = null where rowid = 37380";
Command "update T set F = null where rowid = 23576";
Command "update T set F = null where rowid = 1312";
Command "update T set F = null where rowid = 31949";
Command "update T set F = null where rowid = 47351";
Command "update T set F = null where rowid = 45966";
Command "update T set F = null where rowid = 43655";
Command "update T set F = null where rowid = 13082";
Command "update T set F = null where rowid = 10626";
Command "update T set F = null where rowid = 15124";
Command "update T set F = null where rowid = 1442";
Command "update T set F = null where rowid = 60410";
Command "update T set F = null where rowid = 26991";
Command "update T set F = null where rowid = 32619";
Command "update T set F = null where rowid = 35543";
Command "update T set F = null where rowid = 31776";
Command "update T set F = null where rowid = 26644";
Command "update T set F = null where rowid = 34477";
Command "update T set F = null where rowid = 2245";
Command "update T set F = null where rowid = 741";
Command "update T set F = null where rowid = 61409";
Command "update T set F = null where rowid = 23110";
Command "update T set F = null where rowid = 25804";
Command "update T set F = null where rowid = 48713";
Command "update T set F = null where rowid = 36704";
Command "update T set F = null where rowid = 61426";
Command "update T set F = null where rowid = 58360";
Command "update T set F = null where rowid = 899";
Command "update T set F = null where rowid = 17295";
Command "update T set F = null where rowid = 808";
Command "update T set F = null where rowid = 31683";
Command "update T set F = null where rowid = 7098";
Command "update T set F = null where rowid = 22909";
Command "update T set F = null where rowid = 45114";
Command "update T set F = null where rowid = 41222";
Command "update T set F = null where rowid = 59982";
Command "update T set F = null where rowid = 47739";
Command "update T set F = null where rowid = 25034";
Command "update T set F = null where rowid = 21980";
Command "update T set F = null where rowid = 6279";
Command "update T set F = null where rowid = 42530";
Command "update T set F = null where rowid = 25476";
Command "update T set F = null where rowid = 50618";
Command "update T set F = null where rowid = 50540";
Command "update T set F = null where rowid = 17424";
Command "update T set F = null where rowid = 8257";
Command "update T set F = null where rowid = 37608";
Command "update T set F = null where rowid = 52796";
Command "update T set F = null where rowid = 29584";
Command "update T set F = null where rowid = 47800";
Command "update T set F = null where rowid = 7258";
Command "update T set F = null where rowid = 14922";
Command "update T set F = null where rowid = 16683";
Command "update T set F = null where rowid = 8769";
Command "update T set F = null where rowid = 56073";
Command "update T set F = null where rowid = 17200";
Command "update T set F = null where rowid = 47993";
Command "update T set F = null where rowid = 44273";
Command "update T set F = null where rowid = 20190";
Command "update T set F = null where rowid = 35030";
Command "update T set F = null where rowid = 3873";
Command "update T set F = null where rowid = 16314";
Command "update T set F = null where rowid = 44001";
Command "update T set F = null where rowid = 27935";
Command "update T set F = null where rowid = 60738";
Command "update T set F = null where rowid = 56669";
Command "update T set F = null where rowid = 18041";
Command "update T set F = null where rowid = 49793";
Command "update T set F = null where rowid = 36227";
Command "update T set F = null where rowid = 44873";
Command "update T set F = null where rowid = 45013";
Command "update T set F = null where rowid = 42893";
Command "update T set F = null where rowid = 8738";
Command "update T set F = null where rowid = 52642";
Command "update T set F = null where rowid = 39666";
Command "update T set F = null where rowid = 1813";
Command "update T set F = null where rowid = 43016";
Command "update T set F = null where rowid = 2840";
Command "update T set F = null where rowid = 60254";
Command "update T set F = null where rowid = 17426";
Command "update T set F = null where rowid = 55528";
Command "update T set F = null where rowid = 41517";
Command "update T set F = null where rowid = 53411";
Command "update T set F = null where rowid = 46056";
Command "update T set F = null where rowid = 20870";
Command "update T set F = null where rowid = 53616";
Command "update T set F = null where rowid = 36838";
Command "update T set F = null where rowid = 33183";
Command "update T set F = null where rowid = 4726";
Command "update T set F = null where rowid = 25871";
Command "update T set F = null where rowid = 41998";
Command "update T set F = null where rowid = 4995";
Command "update T set F = null where rowid = 32540";
Command "update T set F = null where rowid = 50496";
Command "update T set F = null where rowid = 30602";
Command "update T set F = null where rowid = 397";
Command "update T set F = null where rowid = 36514";
Command "update T set F = null where rowid = 12722";
Command "update T set F = null where rowid = 25782";
Command "update T set F = null where rowid = 22918";
Command "update T set F = null where rowid = 23568";
Command "update T set F = null where rowid = 31569";
Command "update T set F = null where rowid = 55113";
Command "update T set F = null where rowid = 3272";
Command "update T set F = null where rowid = 36505";
Command "update T set F = null where rowid = 32621";
Command "update T set F = null where rowid = 34009";
Command "update T set F = null where rowid = 34970";
Command "update T set F = null where rowid = 28562";
Command "update T set F = null where rowid = 5655";
Command "update T set F = null where rowid = 61369";
Command "update T set F = null where rowid = 11054";
Command "update T set F = null where rowid = 46903";
Command "update T set F = null where rowid = 22704";
Command "update T set F = null where rowid = 9862";
Command "update T set F = null where rowid = 30212";
Command "update T set F = null where rowid = 53332";
Command "update T set F = null where rowid = 44553";
Command "update T set F = null where rowid = 2970";
Command "update T set F = null where rowid = 10723";
Command "update T set F = null where rowid = 56505";
Command "update T set F = null where rowid = 50622";
Command "update T set F = null where rowid = 54684";
Command "update T set F = null where rowid = 25856";
Command "update T set F = null where rowid = 27226";
Command "update T set F = null where rowid = 33525";
Command "update T set F = null where rowid = 48304";
Command "update T set F = null where rowid = 21108";
Command "update T set F = null where rowid = 52254";
Command "update T set F = null where rowid = 29635";
Command "update T set F = null where rowid = 40927";
Command "update T set F = null where rowid = 54436";
Command "update T set F = null where rowid = 11221";
Command "update T set F = null where rowid = 52839";
Command "update T set F = null where rowid = 19494";
Command "update T set F = null where rowid = 1276";
Command "update T set F = null where rowid = 56351";
Command "update T set F = null where rowid = 43389";
Command "update T set F = null where rowid = 32837";
Command "update T set F = null where rowid = 40227";
Command "update T set F = null where rowid = 12636";
Command "update T set F = null where rowid = 61085";
Command "update T set F = null where rowid = 57411";
Command "update T set F = null where rowid = 58552";
Command "update T set F = null where rowid = 43025";
Command "update T set F = null where rowid = 37991";
Command "update T set F = null where rowid = 48640";
Command "update T set F = null where rowid = 22462";
Command "update T set F = null where rowid = 21797";
Command "update T set F = null where rowid = 33571";
Command "update T set F = null where rowid = 19630";
Command "update T set F = null where rowid = 42235";
Command "update T set F = null where rowid = 15444";
Command "update T set F = null where rowid = 48541";
Command "update T set F = null where rowid = 12264";
Command "update T set F = null where rowid = 37211";
Command "update T set F = null where rowid = 34904";
Command "update T set F = null where rowid = 2001";
Command "update T set F = null where rowid = 58205";
Command "update T set F = null where rowid = 60341";
Command "update T set F = null where rowid = 21966";
Command "update T set F = null where rowid = 55485";
Command "update T set F = null where rowid = 19968";
Command "update T set F = null where rowid = 2892";
Command "update T set F = null where rowid = 42989";
Command "update T set F = null where rowid = 12731";
Command "update T set F = null where rowid = 11809";
Command "update T set F = null where rowid = 28854";
Command "update T set F = null where rowid = 8162";
Command "update T set F = null where rowid = 18385";
Command "update T set F = null where rowid = 29500";
Command "update T set F = null where rowid = 26342";
Command "update T set F = null where rowid = 36500";
Command "update T set F = null where rowid = 30585";
Command "update T set F = null where rowid = 515";
Command "update T set F = null where rowid = 28768";
Command "update T set F = null where rowid = 13966";
Command "update T set F = null where rowid = 10337";
Command "update T set F = null where rowid = 13522";
Command "update T set F = null where rowid = 20980";
Command "update T set F = null where rowid = 23940";
Command "update T set F = null where rowid = 52961";
Command "update T set F = null where rowid = 6889";
Command "update T set F = null where rowid = 45667";
Command "update T set F = null where rowid = 39005";
Command "update T set F = null where rowid = 53755";
Command "update T set F = null where rowid = 31087";
Command "update T set F = null where rowid = 27100";
Command "update T set F = null where rowid = 37392";
Command "update T set F = null where rowid = 47227";
Command "update T set F = null where rowid = 9958";
Command "update T set F = null where rowid = 27354";
Command "update T set F = null where rowid = 8129";
Command "update T set F = null where rowid = 36489";
Command "update T set F = null where rowid = 38403";
Command "update T set F = null where rowid = 15310";
Command "update T set F = null where rowid = 55487";
Command "update T set F = null where rowid = 25346";
Command "update T set F = null where rowid = 39632";
Command "update T set F = null where rowid = 23427";
Command "update T set F = null where rowid = 38428";
Command "update T set F = null where rowid = 59947";
Command "update T set F = null where rowid = 9178";
Command "update T set F = null where rowid = 36388";
Command "update T set F = null where rowid = 18425";
Command "update T set F = null where rowid = 15245";
Command "update T set F = null where rowid = 17021";
Command "update T set F = null where rowid = 17150";
Command "update T set F = null where rowid = 35126";
Command "update T set F = null where rowid = 40464";
Command "update T set F = null where rowid = 40745";
Command "update T set F = null where rowid = 16339";
Command "update T set F = null where rowid = 34560";
Command "update T set F = null where rowid = 15486";
Command "update T set F = null where rowid = 44477";
Command "update T set F = null where rowid = 25965";
Command "update T set F = null where rowid = 45227";
Command "update T set F = null where rowid = 26649";
Command "update T set F = null where rowid = 29193";
Command "update T set F = null where rowid = 5119";
Command "update T set F = null where rowid = 60367";
Command "update T set F = null where rowid = 86";
Command "update T set F = null where rowid = 3014";
Command "update T set F = null where rowid = 52563";
Command "update T set F = null where rowid = 23335";
Command "update T set F = null where rowid = 30840";
Command "update T set F = null where rowid = 2688";
Command "update T set F = null where rowid = 43815";
Command "update T set F = null where rowid = 18210";
Command "update T set F = null where rowid = 55264";
Command "update T set F = null where rowid = 4202";
Command "update T set F = null where rowid = 53209";
Command "update T set F = null where rowid = 15113";
Command "update T set F = null where rowid = 11493";
Command "update T set F = null where rowid = 33621";
Command "update T set F = null where rowid = 55548";
Command "update T set F = null where rowid = 58242";
Command "update T set F = null where rowid = 32283";
Command "update T set F = null where rowid = 26434";
Command "update T set F = null where rowid = 40274";
Command "update T set F = null where rowid = 30351";
Command "update T set F = null where rowid = 45017";
Command "update T set F = null where rowid = 37361";
Command "update T set F = null where rowid = 52459";
Command "update T set F = null where rowid = 10004";
Command "update T set F = null where rowid = 56122";
Command "update T set F = null where rowid = 42640";
Command "update T set F = null where rowid = 39519";
Command "update T set F = null where rowid = 27042";
Command "update T set F = null where rowid = 17730";
Command "update T set F = null where rowid = 16644";
Command "update T set F = null where rowid = 9418";
Command "update T set F = null where rowid = 1722";
Command "update T set F = null where rowid = 10113";
Command "update T set F = null where rowid = 38943";
Command "update T set F = null where rowid = 30387";
Command "update T set F = null where rowid = 12129";
Command "update T set F = null where rowid = 40872";
Command "update T set F = null where rowid = 58164";
Command "update T set F = null where rowid = 1229";
Command "update T set F = null where rowid = 24194";
Command "update T set F = null where rowid = 13737";
Command "update T set F = null where rowid = 32483";
Command "update T set F = null where rowid = 34510";
Command "update T set F = null where rowid = 9891";
Command "update T set F = null where rowid = 4173";
Command "update T set F = null where rowid = 6064";
Command "update T set F = null where rowid = 57145";
Command "update T set F = null where rowid = 25559";
Command "update T set F = null where rowid = 42909";
Command "update T set F = null where rowid = 29280";
Command "update T set F = null where rowid = 2610";
Command "update T set F = null where rowid = 31909";
Command "update T set F = null where rowid = 37571";
Command "update T set F = null where rowid = 36359";
Command "update T set F = null where rowid = 24531";
Command "update T set F = null where rowid = 36417";
Command "update T set F = null where rowid = 39909";
Command "update T set F = null where rowid = 33608";
Command "update T set F = null where rowid = 35460";
Command "update T set F = null where rowid = 59592";
Command "update T set F = null where rowid = 59685";
Command "update T set F = null where rowid = 48070";
Command "update T set F = null where rowid = 32010";
Command "update T set F = null where rowid = 1687";
Command "update T set F = null where rowid = 47928";
Command "update T set F = null where rowid = 59031";
Command "update T set F = null where rowid = 11904";
Command "update T set F = null where rowid = 19924";
Command "update T set F = null where rowid = 20603";
Command "update T set F = null where rowid = 22026";
Command "update T set F = null where rowid = 25009";
Command "update T set F = null where rowid = 17311";
Command "update T set F = null where rowid = 46859";
Command "update T set F = null where rowid = 7349";
Command "update T set F = null where rowid = 12984";
Command "update T set F = null where rowid = 16450";
Command "update T set F = null where rowid = 792";
Command "update T set F = null where rowid = 28918";
Command "update T set F = null where rowid = 43305";
Command "update T set F = null where rowid = 55896";
Command "update T set F = null where rowid = 32996";
Command "update T set F = null where rowid = 60635";
Command "update T set F = null where rowid = 22463";
Command "update T set F = null where rowid = 5967";
Command "update T set F = null where rowid = 37200";
Command "update T set F = null where rowid = 28648";
Command "update T set F = null where rowid = 7618";
Command "update T set F = null where rowid = 21090";
Command "update T set F = null where rowid = 17877";
Command "update T set F = null where rowid = 44132";
Command "update T set F = null where rowid = 22503";
Command "update T set F = null where rowid = 53459";
Command "update T set F = null where rowid = 30392";
Command "update T set F = null where rowid = 14063";
Command "update T set F = null where rowid = 57377";
Command "update T set F = null where rowid = 25127";
Command "update T set F = null where rowid = 37871";
Command "update T set F = null where rowid = 59499";
Command "update T set F = null where rowid = 31017";
Command "update T set F = null where rowid = 6022";
Command "update T set F = null where rowid = 59275";
Command "update T set F = null where rowid = 57940";
Command "update T set F = null where rowid = 35412";
Command "update T set F = null where rowid = 19973";
Command "update T set F = null where rowid = 34112";
Command "update T set F = null where rowid = 6071";
Command "update T set F = null where rowid = 18495";
Command "update T set F = null where rowid = 17563";
Command "update T set F = null where rowid = 19024";
Command "update T set F = null where rowid = 13692";
Command "update T set F = null where rowid = 39750";
Command "update T set F = null where rowid = 53417";
Command "update T set F = null where rowid = 23946";
Command "update T set F = null where rowid = 6587";
Command "update T set F = null where rowid = 3863";
Command "update T set F = null where rowid = 42684";
Command "update T set F = null where rowid = 46480";
Command "update T set F = null where rowid = 54540";
Command "update T set F = null where rowid = 26042";
Command "update T set F = null where rowid = 30063";
Command "update T set F = null where rowid = 32523";
Command "update T set F = null where rowid = 8322";
Command "update T set F = null where rowid = 12678";
Command "update T set F = null where rowid = 54380";
Command "update T set F = null where rowid = 37942";
Command "update T set F = null where rowid = 29182";
Command "update T set F = null where rowid = 9066";
Command "update T set F = null where rowid = 32271";
Command "update T set F = null where rowid = 1201";
Command "update T set F = null where rowid = 16816";
Command "update T set F = null where rowid = 17943";
Command "update T set F = null where rowid = 26813";
Command "update T set F = null where rowid = 14613";
Command "update T set F = null where rowid = 22516";
Command "update T set F = null where rowid = 30674";
Command "update T set F = null where rowid = 22667";
Command "update T set F = null where rowid = 7859";
Command "update T set F = null where rowid = 5101";
Command "update T set F = null where rowid = 32941";
Command "update T set F = null where rowid = 1002";
Command "update T set F = null where rowid = 49311";
Command "update T set F = null where rowid = 269";
Command "update T set F = null where rowid = 23228";
Command "update T set F = null where rowid = 20389";
Command "update T set F = null where rowid = 31178";
Command "update T set F = null where rowid = 57398";
Command "update T set F = null where rowid = 42646";
Command "update T set F = null where rowid = 24896";
Command "update T set F = null where rowid = 57527";
Command "update T set F = null where rowid = 7365";
Command "update T set F = null where rowid = 45183";
Command "update T set F = null where rowid = 12867";
Command "update T set F = null where rowid = 33974";
Command "update T set F = null where rowid = 5194";
Command "update T set F = null where rowid = 33510";
Command "update T set F = null where rowid = 38551";
Command "update T set F = null where rowid = 51931";
Command "update T set F = null where rowid = 20664";
Command "update T set F = null where rowid = 39174";
Command "update T set F = null where rowid = 54787";
Command "update T set F = null where rowid = 49770";
Command "update T set F = null where rowid = 16213";
Command "update T set F = null where rowid = 11846";
Command "update T set F = null where rowid = 32731";
Command "update T set F = null where rowid = 7246";
Command "update T set F = null where rowid = 57394";
Command "update T set F = null where rowid = 42894";
Command "update T set F = null where rowid = 1454";
Command "update T set F = null where rowid = 54119";
Command "update T set F = null where rowid = 341";
Command "update T set F = null where rowid = 13853";
Command "update T set F = null where rowid = 37759";
Command "update T set F = null where rowid = 14862";
Command "update T set F = null where rowid = 59581";
Command "update T set F = null where rowid = 57552";
Command "update T set F = null where rowid = 36922";
Command "update T set F = null where rowid = 39563";
Command "update T set F = null where rowid = 29363";
Command "update T set F = null where rowid = 49911";
Command "update T set F = null where rowid = 44518";
Command "update T set F = null where rowid = 46842";
Command "update T set F = null where rowid = 5695";
Command "update T set F = null where rowid = 32747";
Command "update T set F = null where rowid = 39133";
Command "update T set F = null where rowid = 25353";
Command "update T set F = null where rowid = 34672";
Command "update T set F = null where rowid = 27246";
Command "update T set F = null where rowid = 50553";
Command "update T set F = null where rowid = 25936";
Command "update T set F = null where rowid = 3387";
Command "update T set F = null where rowid = 25165";
Command "update T set F = null where rowid = 48340";
Command "update T set F = null where rowid = 12498";
Command "update T set F = null where rowid = 7723";
Command "update T set F = null where rowid = 28201";
Command "update T set F = null where rowid = 2484";
Command "update T set F = null where rowid = 34117";
Command "update T set F = null where rowid = 47350";
Command "update T set F = null where rowid = 55770";
Command "update T set F = null where rowid = 17740";
Command "update T set F = null where rowid = 40528";
Command "update T set F = null where rowid = 51853";
Command "update T set F = null where rowid = 11932";
Command "update T set F = null where rowid = 12021";
Command "update T set F = null where rowid = 54076";
Command "update T set F = null where rowid = 17684";
Command "update T set F = null where rowid = 15905";
Command "update T set F = null where rowid = 9237";
Command "update T set F = null where rowid = 23942";
Command "update T set F = null where rowid = 27239";
Command "update T set F = null where rowid = 2124";
Command "update T set F = null where rowid = 24040";
Command "update T set F = null where rowid = 26184";
Command "update T set F = null where rowid = 38853";
Command "update T set F = null where rowid = 30161";
Command "update T set F = null where rowid = 14156";
Command "update T set F = null where rowid = 45556";
Command "update T set F = null where rowid = 9103";
Command "update T set F = null where rowid = 38560";
Command "update T set F = null where rowid = 11121";
Command "update T set F = null where rowid = 50885";
Command "update T set F = null where rowid = 16904";
Command "update T set F = null where rowid = 60945";
Command "update T set F = null where rowid = 24184";
Command "update T set F = null where rowid = 37876";
Command "update T set F = null where rowid = 50517";
Command "update T set F = null where rowid = 13778";
Command "update T set F = null where rowid = 40125";
Command "update T set F = null where rowid = 7725";
Command "update T set F = null where rowid = 53351";
Command "update T set F = null where rowid = 51095";
Command "update T set F = null where rowid = 38741";
Command "update T set F = null where rowid = 28313";
Command "update T set F = null where rowid = 24144";
Command "update T set F = null where rowid = 33686";
Command "update T set F = null where rowid = 49918";
Command "update T set F = null where rowid = 54901";
Command "update T set F = null where rowid = 39669";
Command "update T set F = null where rowid = 20294";
Command "update T set F = null where rowid = 30533";
Command "update T set F = null where rowid = 54084";
Command "update T set F = null where rowid = 58299";
Command "update T set F = null where rowid = 56933";
Command "update T set F = null where rowid = 54378";
Command "update T set F = null where rowid = 37306";
Command "update T set F = null where rowid = 44834";
Command "update T set F = null where rowid = 56736";
Command "update T set F = null where rowid = 33211";
Command "update T set F = null where rowid = 32068";
Command "update T set F = null where rowid = 52271";
Command "update T set F = null where rowid = 20319";
Command "update T set F = null where rowid = 56659";
Command "update T set F = null where rowid = 49820";
Command "update T set F = null where rowid = 38397";
Command "update T set F = null where rowid = 42630";
Command "update T set F = null where rowid = 2018";
Command "update T set F = null where rowid = 15243";
Command "update T set F = null where rowid = 30941";
Command "update T set F = null where rowid = 20846";
Command "update T set F = null where rowid = 19911";
Command "update T set F = null where rowid = 39079";
Command "update T set F = null where rowid = 37000";
Command "update T set F = null where rowid = 21720";
Command "update T set F = null where rowid = 3150";
Command "update T set F = null where rowid = 18985";
Command "update T set F = null where rowid = 984";
Command "update T set F = null where rowid = 36973";
Command "update T set F = null where rowid = 346";
Command "update T set F = null where rowid = 55301";
Command "update T set F = null where rowid = 56598";
Command "update T set F = null where rowid = 145";
Command "update T set F = null where rowid = 20019";
Command "update T set F = null where rowid = 33633";
Command "update T set F = null where rowid = 3620";
Command "update T set F = null where rowid = 45636";
Command "update T set F = null where rowid = 8297";
Command "update T set F = null where rowid = 18776";
Command "update T set F = null where rowid = 31428";
Command "update T set F = null where rowid = 6448";
Command "update T set F = null where rowid = 2123";
Command "update T set F = null where rowid = 21123";
Command "update T set F = null where rowid = 36752";
Command "update T set F = null where rowid = 30711";
Command "update T set F = null where rowid = 57235";
Command "update T set F = null where rowid = 22441";
Command "update T set F = null where rowid = 6105";
Command "update T set F = null where rowid = 59603";
Command "update T set F = null where rowid = 31847";
Command "update T set F = null where rowid = 23025";
Command "update T set F = null where rowid = 43343";
Command "update T set F = null where rowid = 14672";
Command "update T set F = null where rowid = 36706";
Command "update T set F = null where rowid = 17934";
Command "update T set F = null where rowid = 51484";
Command "update T set F = null where rowid = 27396";
Command "update T set F = null where rowid = 25031";
Command "update T set F = null where rowid = 48267";
Command "update T set F = null where rowid = 16926";
Command "update T set F = null where rowid = 19020";
Command "update T set F = null where rowid = 10253";
Command "update T set F = null where rowid = 47243";
Command "update T set F = null where rowid = 21805";
Command "update T set F = null where rowid = 18209";
Command "update T set F = null where rowid = 14570";
Command "update T set F = null where rowid = 57841";
Command "update T set F = null where rowid = 57853";
Command "update T set F = null where rowid = 7496";
Command "update T set F = null where rowid = 12880";
Command "update T set F = null where rowid = 30954";
Command "update T set F = null where rowid = 14523";
Command "update T set F = null where rowid = 21053";
Command "update T set F = null where rowid = 8752";
Command "update T set F = null where rowid = 2674";
Command "update T set F = null where rowid = 24803";
Command "update T set F = null where rowid = 60512";
Command "update T set F = null where rowid = 42379";
Command "update T set F = null where rowid = 43107";
Command "update T set F = null where rowid = 26896";
Command "update T set F = null where rowid = 13629";
Command "update T set F = null where rowid = 31156";
Command "update T set F = null where rowid = 16751";
Command "update T set F = null where rowid = 47184";
Command "update T set F = null where rowid = 8219";
Command "update T set F = null where rowid = 29703";
Command "update T set F = null where rowid = 51467";
Command "update T set F = null where rowid = 44572";
Command "update T set F = null where rowid = 56770";
Command "update T set F = null where rowid = 59594";
Command "update T set F = null where rowid = 17141";
Command "update T set F = null where rowid = 9183";
Command "update T set F = null where rowid = 40651";
Command "update T set F = null where rowid = 25102";
Command "update T set F = null where rowid = 38912";
Command "update T set F = null where rowid = 58543";
Command "update T set F = null where rowid = 55791";
Command "update T set F = null where rowid = 3068";
Command "update T set F = null where rowid = 38366";
Command "update T set F = null where rowid = 41788";
Command "update T set F = null where rowid = 6044";
Command "update T set F = null where rowid = 27889";
Command "update T set F = null where rowid = 55423";
Command "update T set F = null where rowid = 9514";
Command "update T set F = null where rowid = 26255";
Command "update T set F = null where rowid = 14302";
Command "update T set F = null where rowid = 2714";
Command "update T set F = null where rowid = 4369";
Command "update T set F = null where rowid = 50624";
Command "update T set F = null where rowid = 36328";
Command "update T set F = null where rowid = 45253";
Command "update T set F = null where rowid = 52841";
Command "update T set F = null where rowid = 26881";
Command "update T set F = null where rowid = 44127";
Command "update T set F = null where rowid = 15463";
Command "update T set F = null where rowid = 7042";
Command "update T set F = null where rowid = 34444";
Command "update T set F = null where rowid = 54799";
Command "update T set F = null where rowid = 7456";
Command "update T set F = null where rowid = 18443";
Command "update T set F = null where rowid = 46524";
Command "update T set F = null where rowid = 61295";
Command "update T set F = null where rowid = 23257";
Command "update T set F = null where rowid = 47618";
Command "update T set F = null where rowid = 1100";
Command "update T set F = null where rowid = 57795";
Command "update T set F = null where rowid = 56574";
Command "update T set F = null where rowid = 40544";
Command "update T set F = null where rowid = 10882";
Command "update T set F = null where rowid = 31312";
Command "update T set F = null where rowid = 42582";
Command "update T set F = null where rowid = 22179";
Command "update T set F = null where rowid = 18208";
Command "update T set F = null where rowid = 21676";
Command "update T set F = null where rowid = 40215";
Command "update T set F = null where rowid = 10890";
Command "update T set F = null where rowid = 18471";
Command "update T set F = null where rowid = 14800";
Command "update T set F = null where rowid = 59140";
Command "update T set F = null where rowid = 19873";
Command "update T set F = null where rowid = 31611";
Command "update T set F = null where rowid = 35354";
Command "update T set F = null where rowid = 51432";
Command "update T set F = null where rowid = 58000";
Command "update T set F = null where rowid = 39449";
Command "update T set F = null where rowid = 11480";
Command "update T set F = null where rowid = 34389";
Command "update T set F = null where rowid = 44800";
Command "update T set F = null where rowid = 14150";
Command "update T set F = null where rowid = 31417";
Command "update T set F = null where rowid = 40362";
Command "update T set F = null where rowid = 28554";
Command "update T set F = null where rowid = 32183";
Command "update T set F = null where rowid = 28559";
Command "update T set F = null where rowid = 54880";
Command "update T set F = null where rowid = 22432";
Command "update T set F = null where rowid = 38823";
Command "update T set F = null where rowid = 56619";
Command "update T set F = null where rowid = 30040";
Command "update T set F = null where rowid = 32092";
Command "update T set F = null where rowid = 57667";
Command "update T set F = null where rowid = 19239";
Command "update T set F = null where rowid = 18867";
Command "update T set F = null where rowid = 363";
Command "update T set F = null where rowid = 3997";
Command "update T set F = null where rowid = 39830";
Command "update T set F = null where rowid = 29063";
Command "update T set F = null where rowid = 48737";
Command "update T set F = null where rowid = 43577";
Command "update T set F = null where rowid = 43967";
Command "update T set F = null where rowid = 46564";
Command "update T set F = null where rowid = 43813";
Command "update T set F = null where rowid = 10190";
Command "update T set F = null where rowid = 17288";
Command "update T set F = null where rowid = 43648";
Command "update T set F = null where rowid = 14535";
Command "update T set F = null where rowid = 8542";
Command "update T set F = null where rowid = 38424";
Command "update T set F = null where rowid = 34637";
Command "update T set F = null where rowid = 26350";
Command "update T set F = null where rowid = 58658";
Command "update T set F = null where rowid = 18319";
Command "update T set F = null where rowid = 9888";
Command "update T set F = null where rowid = 15297";
Command "update T set F = null where rowid = 15101";
Command "update T set F = null where rowid = 54107";
Command "update T set F = null where rowid = 15110";
Command "update T set F = null where rowid = 18410";
Command "update T set F = null where rowid = 54087";
Command "update T set F = null where rowid = 56458";
Command "update T set F = null where rowid = 53522";
Command "update T set F = null where rowid = 50845";
Command "update T set F = null where rowid = 34233";
Command "update T set F = null where rowid = 7160";
Command "update T set F = null where rowid = 15231";
Command "update T set F = null where rowid = 37451";
Command "update T set F = null where rowid = 60199";
Command "update T set F = null where rowid = 368";
Command "update T set F = null where rowid = 50016";
Command "update T set F = null where rowid = 22490";
Command "update T set F = null where rowid = 4477";
Command "update T set F = null where rowid = 35779";
Command "update T set F = null where rowid = 56699";
Command "update T set F = null where rowid = 32991";
Command "update T set F = null where rowid = 42900";
Command "update T set F = null where rowid = 2782";
Command "update T set F = null where rowid = 6147";
Command "update T set F = null where rowid = 57816";
Command "update T set F = null where rowid = 21355";
Command "update T set F = null where rowid = 40445";
Command "update T set F = null where rowid = 43090";
Command "update T set F = null where rowid = 43505";
Command "update T set F = null where rowid = 583";
Command "update T set F = null where rowid = 37452";
Command "update T set F = null where rowid = 25199";
Command "update T set F = null where rowid = 7373";
Command "update T set F = null where rowid = 3739";
Command "update T set F = null where rowid = 19240";
Command "update T set F = null where rowid = 36391";
Command "update T set F = null where rowid = 32631";
Command "update T set F = null where rowid = 54834";
Command "update T set F = null where rowid = 13956";
Command "update T set F = null where rowid = 24795";
Command "update T set F = null where rowid = 48784";
Command "update T set F = null where rowid = 36827";
Command "update T set F = null where rowid = 6589";
Command "update T set F = null where rowid = 1413";
Command "update T set F = null where rowid = 59273";
Command "update T set F = null where rowid = 21549";
Command "update T set F = null where rowid = 39304";
Command "update T set F = null where rowid = 6983";
Command "update T set F = null where rowid = 35527";
Command "update T set F = null where rowid = 24319";
Command "update T set F = null where rowid = 11624";
Command "update T set F = null where rowid = 55508";
Command "update T set F = null where rowid = 24372";
Command "update T set F = null where rowid = 60412";
Command "update T set F = null where rowid = 56439";
Command "update T set F = null where rowid = 13025";
Command "update T set F = null where rowid = 5943";
Command "update T set F = null where rowid = 15495";
Command "update T set F = null where rowid = 28193";
Command "update T set F = null where rowid = 52087";
Command "update T set F = null where rowid = 43520";
Command "update T set F = null where rowid = 11339";
Command "update T set F = null where rowid = 59849";
Command "update T set F = null where rowid = 48065";
Command "update T set F = null where rowid = 43911";
Command "update T set F = null where rowid = 36022";
Command "update T set F = null where rowid = 19862";
Command "update T set F = null where rowid = 54500";
Command "update T set F = null where rowid = 42004";
Command "update T set F = null where rowid = 24244";
Command "update T set F = null where rowid = 8338";
Command "update T set F = null where rowid = 36877";
Command "update T set F = null where rowid = 48661";
Command "update T set F = null where rowid = 41932";
Command "update T set F = null where rowid = 4745";
Command "update T set F = null where rowid = 20781";
Command "update T set F = null where rowid = 10776";
Command "update T set F = null where rowid = 675";
Command "update T set F = null where rowid = 60743";
Command "update T set F = null where rowid = 56528";
Command "update T set F = null where rowid = 53031";
Command "update T set F = null where rowid = 50920";
Command "update T set F = null where rowid = 23283";
Command "update T set F = null where rowid = 41524";
Command "update T set F = null where rowid = 42937";
Command "update T set F = null where rowid = 50987";
Command "update T set F = null where rowid = 10630";
Command "update T set F = null where rowid = 32024";
Command "update T set F = null where rowid = 9867";
Command "update T set F = null where rowid = 33506";
Command "update T set F = null where rowid = 4420";
Command "update T set F = null where rowid = 8817";
Command "update T set F = null where rowid = 15120";
Command "update T set F = null where rowid = 59421";
Command "update T set F = null where rowid = 24000";
Command "update T set F = null where rowid = 19259";
Command "update T set F = null where rowid = 52333";
Command "update T set F = null where rowid = 47144";
Command "update T set F = null where rowid = 31164";
Command "update T set F = null where rowid = 26206";
Command "update T set F = null where rowid = 19019";
Command "update T set F = null where rowid = 24561";
Command "update T set F = null where rowid = 28484";
Command "update T set F = null where rowid = 45695";
Command "update T set F = null where rowid = 27461";
Command "update T set F = null where rowid = 45392";
Command "update T set F = null where rowid = 24923";
Command "update T set F = null where rowid = 43634";
Command "update T set F = null where rowid = 31470";
Command "update T set F = null where rowid = 42099";
Command "update T set F = null where rowid = 57017";
Command "update T set F = null where rowid = 49173";
Command "update T set F = null where rowid = 47736";
Command "update T set F = null where rowid = 3633";
Command "update T set F = null where rowid = 5413";
Command "update T set F = null where rowid = 17944";
Command "update T set F = null where rowid = 6449";
Command "update T set F = null where rowid = 31406";
Command "update T set F = null where rowid = 24089";
Command "update T set F = null where rowid = 12869";
Command "update T set F = null where rowid = 7085";
Command "update T set F = null where rowid = 5062";
Command "update T set F = null where rowid = 20574";
Command "update T set F = null where rowid = 33689";
Command "update T set F = null where rowid = 5178";
Command "update T set F = null where rowid = 14234";
Command "update T set F = null where rowid = 40900";
Command "update T set F = null where rowid = 27901";
Command "update T set F = null where rowid = 31186";
Command "update T set F = null where rowid = 49007";
Command "update T set F = null where rowid = 59922";
Command "update T set F = null where rowid = 39981";
Command "update T set F = null where rowid = 4839";
Command "update T set F = null where rowid = 10146";
Command "update T set F = null where rowid = 56404";
Command "update T set F = null where rowid = 36676";
Command "update T set F = null where rowid = 16380";
Command "update T set F = null where rowid = 7873";
Command "update T set F = null where rowid = 57056";
Command "update T set F = null where rowid = 9611";
Command "update T set F = null where rowid = 22847";
Command "update T set F = null where rowid = 24131";
Command "update T set F = null where rowid = 35549";
Command "update T set F = null where rowid = 18887";
Command "update T set F = null where rowid = 7972";
Command "update T set F = null where rowid = 31580";
Command "update T set F = null where rowid = 1391";
Command "update T set F = null where rowid = 20789";
Command "update T set F = null where rowid = 17319";
Command "update T set F = null where rowid = 47918";
Command "update T set F = null where rowid = 19412";
Command "update T set F = null where rowid = 23585";
Command "update T set F = null where rowid = 28221";
Command "update T set F = null where rowid = 47949";
Command "update T set F = null where rowid = 26608";
Command "update T set F = null where rowid = 3404";
Command "update T set F = null where rowid = 20802";
Command "update T set F = null where rowid = 49085";
Command "update T set F = null where rowid = 50379";
Command "update T set F = null where rowid = 6982";
Command "update T set F = null where rowid = 8437";
Command "update T set F = null where rowid = 1401";
Command "update T set F = null where rowid = 4909";
Command "update T set F = null where rowid = 55704";
Command "update T set F = null where rowid = 17396";
Command "update T set F = null where rowid = 34562";
Command "update T set F = null where rowid = 31729";
Command "update T set F = null where rowid = 46801";
Command "update T set F = null where rowid = 29076";
Command "update T set F = null where rowid = 7984";
Command "update T set F = null where rowid = 17846";
Command "update T set F = null where rowid = 38746";
Command "update T set F = null where rowid = 32324";
Command "update T set F = null where rowid = 5038";
Command "update T set F = null where rowid = 49123";
Command "update T set F = null where rowid = 57139";
Command "update T set F = null where rowid = 27996";
Command "update T set F = null where rowid = 43750";
Command "update T set F = null where rowid = 13986";
Command "update T set F = null where rowid = 47767";
Command "update T set F = null where rowid = 56345";
Command "update T set F = null where rowid = 59573";
Command "update T set F = null where rowid = 35068";
Command "update T set F = null where rowid = 29298";
Command "update T set F = null where rowid = 8744";
Command "update T set F = null where rowid = 4235";
Command "update T set F = null where rowid = 33312";
Command "update T set F = null where rowid = 31598";
Command "update T set F = null where rowid = 8781";
Command "update T set F = null where rowid = 38020";
Command "update T set F = null where rowid = 971";
Command "update T set F = null where rowid = 19750";
Command "update T set F = null where rowid = 44573";
Command "update T set F = null where rowid = 39779";
Command "update T set F = null where rowid = 21306";
Command "update T set F = null where rowid = 11328";
Command "update T set F = null where rowid = 28403";
Command "update T set F = null where rowid = 35932";
Command "update T set F = null where rowid = 49310";
Command "update T set F = null where rowid = 50728";
Command "update T set F = null where rowid = 2471";
Command "update T set F = null where rowid = 55311";
Command "update T set F = null where rowid = 52045";
Command "update T set F = null where rowid = 52538";
Command "update T set F = null where rowid = 19656";
Command "update T set F = null where rowid = 7266";
Command "update T set F = null where rowid = 26527";
Command "update T set F = null where rowid = 36689";
Command "update T set F = null where rowid = 21703";
Command "update T set F = null where rowid = 27642";
Command "update T set F = null where rowid = 54963";
Command "update T set F = null where rowid = 3048";
Command "update T set F = null where rowid = 10312";
Command "update T set F = null where rowid = 37549";
Command "update T set F = null where rowid = 23345";
Command "update T set F = null where rowid = 7441";
Command "update T set F = null where rowid = 59700";
Command "update T set F = null where rowid = 57217";
Command "update T set F = null where rowid = 60381";
Command "update T set F = null where rowid = 54887";
Command "update T set F = null where rowid = 44257";
Command "update T set F = null where rowid = 1845";
Command "update T set F = null where rowid = 14118";
Command "update T set F = null where rowid = 43314";
Command "update T set F = null where rowid = 31554";
Command "update T set F = null where rowid = 4393";
Command "update T set F = null where rowid = 36057";
Command "update T set F = null where rowid = 28547";
Command "update T set F = null where rowid = 39775";
Command "update T set F = null where rowid = 27071";
Command "update T set F = null where rowid = 49322";
Command "update T set F = null where rowid = 21739";
Command "update T set F = null where rowid = 56253";
Command "update T set F = null where rowid = 27564";
Command "update T set F = null where rowid = 1226";
Command "update T set F = null where rowid = 60047";
Command "update T set F = null where rowid = 180";
Command "update T set F = null where rowid = 45222";
Command "update T set F = null where rowid = 16604";
Command "update T set F = null where rowid = 27256";
Command "update T set F = null where rowid = 23591";
Command "update T set F = null where rowid = 52943";
Command "update T set F = null where rowid = 728";
Command "update T set F = null where rowid = 6932";
Command "update T set F = null where rowid = 60155";
Command "update T set F = null where rowid = 30467";
Command "update T set F = null where rowid = 47822";
Command "update T set F = null where rowid = 27213";
Command "update T set F = null where rowid = 30824";
Command "update T set F = null where rowid = 54358";
Command "update T set F = null where rowid = 49750";
Command "update T set F = null where rowid = 17867";
Command "update T set F = null where rowid = 57778";
Command "update T set F = null where rowid = 1959";
Command "update T set F = null where rowid = 19631";
Command "update T set F = null where rowid = 49703";
Command "update T set F = null where rowid = 45728";
Command "update T set F = null where rowid = 1744";
Command "update T set F = null where rowid = 21243";
Command "update T set F = null where rowid = 28294";
Command "update T set F = null where rowid = 16175";
Command "update T set F = null where rowid = 41601";
Command "update T set F = null where rowid = 18866";
Command "update T set F = null where rowid = 54187";
Command "update T set F = null where rowid = 22247";
Command "update T set F = null where rowid = 18187";
Command "update T set F = null where rowid = 42882";
Command "update T set F = null where rowid = 10765";
Command "update T set F = null where rowid = 13872";
Command "update T set F = null where rowid = 13462";
Command "update T set F = null where rowid = 19109";
Command "update T set F = null where rowid = 5127";
Command "update T set F = null where rowid = 61328";
Command "update T set F = null where rowid = 21434";
Command "update T set F = null where rowid = 55435";
Command "update T set F = null where rowid = 17885";
Command "update T set F = null where rowid = 8370";
Command "update T set F = null where rowid = 55070";
Command "update T set F = null where rowid = 1429";
Command "update T set F = null where rowid = 37312";
Command "update T set F = null where rowid = 14936";
Command "update T set F = null where rowid = 41431";
Command "update T set F = null where rowid = 11145";
Command "update T set F = null where rowid = 22186";
Command "update T set F = null where rowid = 2";
Command "update T set F = null where rowid = 47043";
Command "update T set F = null where rowid = 54010";
Command "update T set F = null where rowid = 22341";
Command "update T set F = null where rowid = 48224";
Command "update T set F = null where rowid = 50549";
Command "update T set F = null where rowid = 18856";
Command "update T set F = null where rowid = 59249";
Command "update T set F = null where rowid = 47587";
Command "update T set F = null where rowid = 26748";
Command "update T set F = null where rowid = 30071";
Command "update T set F = null where rowid = 27336";
Command "update T set F = null where rowid = 33059";
Command "update T set F = null where rowid = 53933";
Command "update T set F = null where rowid = 38976";
Command "update T set F = null where rowid = 48155";
Command "update T set F = null where rowid = 18061";
Command "update T set F = null where rowid = 58025";
Command "update T set F = null where rowid = 6654";
Command "update T set F = null where rowid = 9410";
Command "update T set F = null where rowid = 56769";
Command "update T set F = null where rowid = 2847";
Command "update T set F = null where rowid = 60749";
Command "update T set F = null where rowid = 47172";
Command "update T set F = null where rowid = 5490";
Command "update T set F = null where rowid = 39291";
Command "update T set F = null where rowid = 26265";
Command "update T set F = null where rowid = 58711";
Command "update T set F = null where rowid = 55370";
Command "update T set F = null where rowid = 55864";
Command "update T set F = null where rowid = 18621";
Command "update T set F = null where rowid = 18137";
Command "update T set F = null where rowid = 17988";
Command "update T set F = null where rowid = 40356";
Command "update T set F = null where rowid = 54917";
Command "update T set F = null where rowid = 19697";
Command "update T set F = null where rowid = 52788";
Command "update T set F = null where rowid = 39386";
Command "update T set F = null where rowid = 36844";
Command "update T set F = null where rowid = 1920";
Command "update T set F = null where rowid = 16476";
Command "update T set F = null where rowid = 8470";
Command "update T set F = null where rowid = 45971";
Command "update T set F = null where rowid = 60189";
Command "update T set F = null where rowid = 52288";
Command "update T set F = null where rowid = 17758";
Command "update T set F = null where rowid = 31201";
Command "update T set F = null where rowid = 61137";
Command "update T set F = null where rowid = 41302";
Command "update T set F = null where rowid = 48128";
Command "update T set F = null where rowid = 39444";
Command "update T set F = null where rowid = 30361";
Command "update T set F = null where rowid = 52828";
Command "update T set F = null where rowid = 45736";
Command "update T set F = null where rowid = 29337";
Command "update T set F = null where rowid = 43770";
Command "update T set F = null where rowid = 6721";
Command "update T set F = null where rowid = 39720";
Command "update T set F = null where rowid = 29127";
Command "update T set F = null where rowid = 7339";
Command "update T set F = null where rowid = 24287";
Command "update T set F = null where rowid = 52527";
Command "update T set F = null where rowid = 59724";
Command "update T set F = null where rowid = 34895";
Command "update T set F = null where rowid = 54381";
Command "update T set F = null where rowid = 45497";
Command "update T set F = null where rowid = 36398";
Command "update T set F = null where rowid = 57677";
Command "update T set F = null where rowid = 13635";
Command "update T set F = null where rowid = 51285";
Command "update T set F = null where rowid = 18986";
Command "update T set F = null where rowid = 18367";
Command "update T set F = null where rowid = 18563";
Command "update T set F = null where rowid = 36145";
Command "update T set F = null where rowid = 4763";
Command "update T set F = null where rowid = 30241";
Command "update T set F = null where rowid = 12326";
Command "update T set F = null where rowid = 18545";
Command "update T set F = null where rowid = 2696";
Command "update T set F = null where rowid = 22699";
Command "update T set F = null where rowid = 1501";
Command "update T set F = null where rowid = 12233";
Command "update T set F = null where rowid = 23381";
Command "update T set F = null where rowid = 26940";
Command "update T set F = null where rowid = 11847";
Command "update T set F = null where rowid = 31393";
Command "update T set F = null where rowid = 24188";
Command "update T set F = null where rowid = 2242";
Command "update T set F = null where rowid = 17725";
Command "update T set F = null where rowid = 25718";
Command "update T set F = null where rowid = 8846";
Command "update T set F = null where rowid = 29049";
Command "update T set F = null where rowid = 28866";
Command "update T set F = null where rowid = 50244";
Command "update T set F = null where rowid = 57084";
Command "update T set F = null where rowid = 53860";
Command "update T set F = null where rowid = 52610";
Command "update T set F = null where rowid = 21024";
Command "update T set F = null where rowid = 11285";
Command "update T set F = null where rowid = 40903";
Command "update T set F = null where rowid = 21555";
Command "update T set F = null where rowid = 59838";
Command "update T set F = null where rowid = 19031";
Command "update T set F = null where rowid = 31606";
Command "update T set F = null where rowid = 43298";
Command "update T set F = null where rowid = 853";
Command "update T set F = null where rowid = 7918";
Command "update T set F = null where rowid = 50362";
Command "update T set F = null where rowid = 59631";
Command "update T set F = null where rowid = 45912";
Command "update T set F = null where rowid = 23005";
Command "update T set F = null where rowid = 9346";
Command "update T set F = null where rowid = 7619";
Command "update T set F = null where rowid = 34662";
Command "update T set F = null where rowid = 54481";
Command "update T set F = null where rowid = 44298";
Command "update T set F = null where rowid = 28144";
Command "update T set F = null where rowid = 3411";
Command "update T set F = null where rowid = 5359";
Command "update T set F = null where rowid = 16990";
Command "update T set F = null where rowid = 51034";
Command "update T set F = null where rowid = 8312";
Command "update T set F = null where rowid = 2066";
Command "update T set F = null where rowid = 54944";
Command "update T set F = null where rowid = 44009";
Command "update T set F = null where rowid = 6764";
Command "update T set F = null where rowid = 23761";
Command "update T set F = null where rowid = 18194";
Command "update T set F = null where rowid = 15611";
Command "update T set F = null where rowid = 51400";
Command "update T set F = null where rowid = 46774";
Command "update T set F = null where rowid = 51529";
Command "update T set F = null where rowid = 9092";
Command "update T set F = null where rowid = 38179";
Command "update T set F = null where rowid = 6855";
Command "update T set F = null where rowid = 16687";
Command "update T set F = null where rowid = 9778";
Command "update T set F = null where rowid = 45237";
Command "update T set F = null where rowid = 52607";
Command "update T set F = null where rowid = 8451";
Command "update T set F = null where rowid = 24848";
Command "update T set F = null where rowid = 39365";
Command "update T set F = null where rowid = 26164";
Command "update T set F = null where rowid = 19517";
Command "update T set F = null where rowid = 61329";
Command "update T set F = null where rowid = 37458";
Command "update T set F = null where rowid = 43502";
Command "update T set F = null where rowid = 40013";
Command "update T set F = null where rowid = 32774";
Command "update T set F = null where rowid = 15528";
Command "update T set F = null where rowid = 25336";
Command "update T set F = null where rowid = 41779";
Command "update T set F = null where rowid = 37920";
Command "update T set F = null where rowid = 26037";
Command "update T set F = null where rowid = 2157";
Command "update T set F = null where rowid = 35676";
Command "update T set F = null where rowid = 60448";
Command "update T set F = null where rowid = 13367";
Command "update T set F = null where rowid = 42905";
Command "update T set F = null where rowid = 49443";
Command "update T set F = null where rowid = 51655";
Command "update T set F = null where rowid = 11305";
Command "update T set F = null where rowid = 52659";
Command "update T set F = null where rowid = 51872";
Command "update T set F = null where rowid = 20086";
Command "update T set F = null where rowid = 42528";
Command "update T set F = null where rowid = 59260";
Command "update T set F = null where rowid = 25722";
Command "update T set F = null where rowid = 8897";
Command "update T set F = null where rowid = 43419";
Command "update T set F = null where rowid = 25672";
Command "update T set F = null where rowid = 17224";
Command "update T set F = null where rowid = 15884";
Command "update T set F = null where rowid = 48399";
Command "update T set F = null where rowid = 38907";
Command "update T set F = null where rowid = 3630";
Command "update T set F = null where rowid = 3902";
Command "update T set F = null where rowid = 29203";
Command "update T set F = null where rowid = 49281";
Command "update T set F = null where rowid = 57852";
Command "update T set F = null where rowid = 60528";
Command "update T set F = null where rowid = 53017";
Command "update T set F = null where rowid = 52331";
Command "update T set F = null where rowid = 18636";
Command "update T set F = null where rowid = 37641";
Command "update T set F = null where rowid = 27306";
Command "update T set F = null where rowid = 53121";
Command "update T set F = null where rowid = 33472";
Command "update T set F = null where rowid = 53615";
Command "update T set F = null where rowid = 27936";
Command "update T set F = null where rowid = 33587";
Command "update T set F = null where rowid = 10443";
Command "update T set F = null where rowid = 2310";
Command "update T set F = null where rowid = 26112";
Command "update T set F = null where rowid = 27663";
Command "update T set F = null where rowid = 2257";
Command "update T set F = null where rowid = 59293";
Command "update T set F = null where rowid = 42552";
Command "update T set F = null where rowid = 27460";
Command "update T set F = null where rowid = 7901";
Command "update T set F = null where rowid = 18128";
Command "update T set F = null where rowid = 54574";
Command "update T set F = null where rowid = 47158";
Command "update T set F = null where rowid = 20385";
Command "update T set F = null where rowid = 2639";
Command "update T set F = null where rowid = 60571";
Command "update T set F = null where rowid = 14349";
Command "update T set F = null where rowid = 29566";
Command "update T set F = null where rowid = 7521";
Command "update T set F = null where rowid = 54737";
Command "update T set F = null where rowid = 50156";
Command "update T set F = null where rowid = 26061";
Command "update T set F = null where rowid = 55495";
Command "update T set F = null where rowid = 21975";
Command "update T set F = null where rowid = 30835";
Command "update T set F = null where rowid = 478";
Command "update T set F = null where rowid = 31224";
Command "update T set F = null where rowid = 45118";
Command "update T set F = null where rowid = 25217";
Command "update T set F = null where rowid = 59097";
Command "update T set F = null where rowid = 8337";
Command "update T set F = null where rowid = 30287";
Command "update T set F = null where rowid = 20031";
Command "update T set F = null where rowid = 47922";
Command "update T set F = null where rowid = 36811";
Command "update T set F = null where rowid = 60231";
Command "update T set F = null where rowid = 23520";
Command "update T set F = null where rowid = 60519";
Command "update T set F = null where rowid = 34413";
Command "update T set F = null where rowid = 13721";
Command "update T set F = null where rowid = 47524";
Command "update T set F = null where rowid = 842";
Command "update T set F = null where rowid = 52738";
Command "update T set F = null where rowid = 46521";
Command "update T set F = null where rowid = 29933";
Command "update T set F = null where rowid = 25777";
Command "update T set F = null where rowid = 16697";
Command "update T set F = null where rowid = 27496";
Command "update T set F = null where rowid = 42200";
Command "update T set F = null where rowid = 52121";
Command "update T set F = null where rowid = 35291";
Command "update T set F = null where rowid = 13997";
Command "update T set F = null where rowid = 60156";
Command "update T set F = null where rowid = 45081";
Command "update T set F = null where rowid = 5641";
Command "update T set F = null where rowid = 730";
Command "update T set F = null where rowid = 16786";
Command "update T set F = null where rowid = 33602";
Command "update T set F = null where rowid = 41286";
Command "update T set F = null where rowid = 51354";
Command "update T set F = null where rowid = 15066";
Command "update T set F = null where rowid = 23058";
Command "update T set F = null where rowid = 50269";
Command "update T set F = null where rowid = 12411";
Command "update T set F = null where rowid = 33099";
Command "update T set F = null where rowid = 51536";
Command "update T set F = null where rowid = 4342";
Command "update T set F = null where rowid = 17369";
Command "update T set F = null where rowid = 1836";
Command "update T set F = null where rowid = 11613";
Command "update T set F = null where rowid = 53360";
Command "update T set F = null where rowid = 39407";
Command "update T set F = null where rowid = 13526";
Command "update T set F = null where rowid = 48099";
Command "update T set F = null where rowid = 38511";
Command "update T set F = null where rowid = 23094";
Command "update T set F = null where rowid = 311";
Command "update T set F = null where rowid = 53737";
Command "update T set F = null where rowid = 47817";
Command "update T set F = null where rowid = 58123";
Command "update T set F = null where rowid = 45502";
Command "update T set F = null where rowid = 5128";
Command "update T set F = null where rowid = 1433";
Command "update T set F = null where rowid = 36404";
Command "update T set F = null where rowid = 52106";
Command "update T set F = null where rowid = 59503";
Command "update T set F = null where rowid = 12307";
Command "update T set F = null where rowid = 58233";
Command "update T set F = null where rowid = 58129";
Command "update T set F = null where rowid = 34200";
Command "update T set F = null where rowid = 2002";
Command "update T set F = null where rowid = 3995";
Command "update T set F = null where rowid = 49002";
Command "update T set F = null where rowid = 7729";
Command "update T set F = null where rowid = 46909";
Command "update T set F = null where rowid = 35911";
Command "update T set F = null where rowid = 10461";
Command "update T set F = null where rowid = 49652";
Command "update T set F = null where rowid = 23779";
Command "update T set F = null where rowid = 34228";
Command "update T set F = null where rowid = 381";
Command "update T set F = null where rowid = 36153";
Command "update T set F = null where rowid = 22255";
Command "update T set F = null where rowid = 56218";
Command "update T set F = null where rowid = 7107";
Command "update T set F = null where rowid = 58799";
Command "update T set F = null where rowid = 38514";
Command "update T set F = null where rowid = 14603";
Command "update T set F = null where rowid = 58610";
Command "update T set F = null where rowid = 12848";
Command "update T set F = null where rowid = 48118";
Command "update T set F = null where rowid = 8262";
Command "update T set F = null where rowid = 8971";
Command "update T set F = null where rowid = 33516";
Command "update T set F = null where rowid = 9022";
Command "update T set F = null where rowid = 9139";
Command "update T set F = null where rowid = 40740";
Command "update T set F = null where rowid = 45130";
Command "update T set F = null where rowid = 55262";
Command "update T set F = null where rowid = 44642";
Command "update T set F = null where rowid = 56341";
Command "update T set F = null where rowid = 10857";
Command "update T set F = null where rowid = 48675";
Command "update T set F = null where rowid = 25091";
Command "update T set F = null where rowid = 27608";
Command "update T set F = null where rowid = 37803";
Command "update T set F = null where rowid = 20448";
Command "update T set F = null where rowid = 15854";
Command "update T set F = null where rowid = 48593";
Command "update T set F = null where rowid = 3752";
Command "update T set F = null where rowid = 36808";
Command "update T set F = null where rowid = 38684";
Command "update T set F = null where rowid = 21050";
Command "update T set F = null where rowid = 33949";
Command "update T set F = null where rowid = 53641";
Command "update T set F = null where rowid = 12433";
Command "update T set F = null where rowid = 38414";
Command "update T set F = null where rowid = 16030";
Command "update T set F = null where rowid = 39952";
Command "update T set F = null where rowid = 11451";
Command "update T set F = null where rowid = 654";
Command "update T set F = null where rowid = 61212";
Command "update T set F = null where rowid = 18733";
Command "update T set F = null where rowid = 48920";
Command "update T set F = null where rowid = 587";
Command "update T set F = null where rowid = 11250";
Command "update T set F = null where rowid = 2377";
Command "update T set F = null where rowid = 59496";
Command "update T set F = null where rowid = 7419";
Command "update T set F = null where rowid = 59426";
Command "update T set F = null where rowid = 6150";
Command "update T set F = null where rowid = 31050";
Command "update T set F = null where rowid = 35510";
Command "update T set F = null where rowid = 37751";
Command "update T set F = null where rowid = 55974";
Command "update T set F = null where rowid = 17222";
Command "update T set F = null where rowid = 20375";
Command "update T set F = null where rowid = 37689";
Command "update T set F = null where rowid = 28485";
Command "update T set F = null where rowid = 36079";
Command "update T set F = null where rowid = 30148";
Command "update T set F = null where rowid = 33252";
Command "update T set F = null where rowid = 37906";
Command "update T set F = null where rowid = 18343";
Command "update T set F = null where rowid = 42376";
Command "update T set F = null where rowid = 11299";
Command "update T set F = null where rowid = 34751";
Command "update T set F = null where rowid = 51705";
Command "update T set F = null where rowid = 57565";
Command "update T set F = null where rowid = 17164";
Command "update T set F = null where rowid = 26815";
Command "update T set F = null where rowid = 56685";
Command "update T set F = null where rowid = 20424";
Command "update T set F = null where rowid = 34177";
Command "update T set F = null where rowid = 275";
Command "update T set F = null where rowid = 21153";
Command "update T set F = null where rowid = 57420";
Command "update T set F = null where rowid = 13643";
Command "update T set F = null where rowid = 55344";
Command "update T set F = null where rowid = 38395";
Command "update T set F = null where rowid = 50840";
Command "update T set F = null where rowid = 13126";
Command "update T set F = null where rowid = 49570";
Command "update T set F = null where rowid = 58301";
Command "update T set F = null where rowid = 33365";
Command "update T set F = null where rowid = 13397";
Command "update T set F = null where rowid = 10191";
Command "update T set F = null where rowid = 16174";
Command "update T set F = null where rowid = 22548";
Command "update T set F = null where rowid = 31711";
Command "update T set F = null where rowid = 26843";
Command "update T set F = null where rowid = 26463";
Command "update T set F = null where rowid = 49733";
Command "update T set F = null where rowid = 3923";
Command "update T set F = null where rowid = 49505";
Command "update T set F = null where rowid = 5956";
Command "update T set F = null where rowid = 45963";
Command "update T set F = null where rowid = 38176";
Command "update T set F = null where rowid = 44555";
Command "update T set F = null where rowid = 2168";
Command "update T set F = null where rowid = 58896";
Command "update T set F = null where rowid = 33562";
Command "update T set F = null where rowid = 54717";
Command "update T set F = null where rowid = 27122";
Command "update T set F = null where rowid = 38399";
Command "update T set F = null where rowid = 43387";
Command "update T set F = null where rowid = 39153";
Command "update T set F = null where rowid = 41975";
Command "update T set F = null where rowid = 51926";
Command "update T set F = null where rowid = 13691";
Command "update T set F = null where rowid = 40073";
Command "update T set F = null where rowid = 50574";
Command "update T set F = null where rowid = 6059";
Command "update T set F = null where rowid = 3302";
Command "update T set F = null where rowid = 26242";
Command "update T set F = null where rowid = 39555";
Command "update T set F = null where rowid = 42346";
Command "update T set F = null where rowid = 48177";
Command "update T set F = null where rowid = 30746";
Command "update T set F = null where rowid = 58429";
Command "update T set F = null where rowid = 18768";
Command "update T set F = null where rowid = 40663";
Command "update T set F = null where rowid = 36163";
Command "update T set F = null where rowid = 36152";
Command "update T set F = null where rowid = 52109";
Command "update T set F = null where rowid = 22726";
Command "update T set F = null where rowid = 33546";
Command "update T set F = null where rowid = 53528";
Command "update T set F = null where rowid = 58106";
Command "update T set F = null where rowid = 42305";
Command "update T set F = null where rowid = 3229";
Command "update T set F = null where rowid = 57711";
Command "update T set F = null where rowid = 27696";
Command "update T set F = null where rowid = 4637";
Command "update T set F = null where rowid = 58665";
Command "update T set F = null where rowid = 2751";
Command "update T set F = null where rowid = 38792";
Command "update T set F = null where rowid = 19737";
Command "update T set F = null where rowid = 12138";
Command "update T set F = null where rowid = 37940";
Command "update T set F = null where rowid = 36061";
Command "update T set F = null where rowid = 14086";
Command "update T set F = null where rowid = 55465";
Command "update T set F = null where rowid = 52404";
Command "update T set F = null where rowid = 55603";
Command "update T set F = null where rowid = 5418";
Command "update T set F = null where rowid = 33965";
Command "update T set F = null where rowid = 30776";
Command "update T set F = null where rowid = 53857";
Command "update T set F = null where rowid = 30747";
Command "update T set F = null where rowid = 13298";
Command "update T set F = null where rowid = 16428";
Command "update T set F = null where rowid = 25678";
Command "update T set F = null where rowid = 50476";
Command "update T set F = null where rowid = 39050";
Command "update T set F = null where rowid = 28898";
Command "update T set F = null where rowid = 1534";
Command "update T set F = null where rowid = 22635";
Command "update T set F = null where rowid = 16047";
Command "update T set F = null where rowid = 19574";
Command "update T set F = null where rowid = 24301";
Command "update T set F = null where rowid = 19253";
Command "update T set F = null where rowid = 8574";
Command "update T set F = null where rowid = 8516";
Command "update T set F = null where rowid = 39724";
Command "update T set F = null where rowid = 10940";
Command "update T set F = null where rowid = 41718";
Command "update T set F = null where rowid = 40036";
Command "update T set F = null where rowid = 24647";
Command "update T set F = null where rowid = 18433";
Command "update T set F = null where rowid = 12413";
Command "update T set F = null where rowid = 28801";
Command "update T set F = null where rowid = 8802";
Command "update T set F = null where rowid = 32539";
Command "update T set F = null where rowid = 50795";
Command "update T set F = null where rowid = 19690";
Command "update T set F = null where rowid = 21596";
Command "update T set F = null where rowid = 57813";
Command "update T set F = null where rowid = 52803";
Command "update T set F = null where rowid = 38588";
Command "update T set F = null where rowid = 25349";
Command "update T set F = null where rowid = 28348";
Command "update T set F = null where rowid = 53080";
Command "update T set F = null where rowid = 1710";
Command "update T set F = null where rowid = 24598";
Command "update T set F = null where rowid = 11125";
Command "update T set F = null where rowid = 57457";
Command "update T set F = null where rowid = 6134";
Command "update T set F = null where rowid = 29493";
Command "update T set F = null where rowid = 58485";
Command "update T set F = null where rowid = 8623";
Command "update T set F = null where rowid = 48892";
Command "update T set F = null where rowid = 7398";
Command "update T set F = null where rowid = 44161";
Command "update T set F = null where rowid = 20660";
Command "update T set F = null where rowid = 19532";
Command "update T set F = null where rowid = 36825";
Command "update T set F = null where rowid = 33707";
Command "update T set F = null where rowid = 54660";
Command "update T set F = null where rowid = 57261";
Command "update T set F = null where rowid = 50933";
Command "update T set F = null where rowid = 52434";
Command "update T set F = null where rowid = 15519";
Command "update T set F = null where rowid = 27816";
Command "update T set F = null where rowid = 44458";
Command "update T set F = null where rowid = 19953";
Command "update T set F = null where rowid = 49191";
Command "update T set F = null where rowid = 14700";
Command "update T set F = null where rowid = 22600";
Command "update T set F = null where rowid = 6720";
Command "update T set F = null where rowid = 43824";
Command "update T set F = null where rowid = 39197";
Command "update T set F = null where rowid = 35787";
Command "update T set F = null where rowid = 46710";
Command "update T set F = null where rowid = 26565";
Command "update T set F = null where rowid = 58885";
Command "update T set F = null where rowid = 26377";
Command "update T set F = null where rowid = 31938";
Command "update T set F = null where rowid = 15914";
Command "update T set F = null where rowid = 24534";
Command "update T set F = null where rowid = 29967";
Command "update T set F = null where rowid = 46532";
Command "update T set F = null where rowid = 32954";
Command "update T set F = null where rowid = 60408";
Command "update T set F = null where rowid = 29501";
Command "update T set F = null where rowid = 56301";
Command "update T set F = null where rowid = 58999";
Command "update T set F = null where rowid = 16153";
Command "update T set F = null where rowid = 829";
Command "update T set F = null where rowid = 16075";
Command "update T set F = null where rowid = 57858";
Command "update T set F = null where rowid = 11677";
Command "update T set F = null where rowid = 27659";
Command "update T set F = null where rowid = 31457";
Command "update T set F = null where rowid = 61353";
Command "update T set F = null where rowid = 29013";
Command "update T set F = null where rowid = 11764";
Command "update T set F = null where rowid = 11438";
Command "update T set F = null where rowid = 824";
Command "update T set F = null where rowid = 45641";
Command "update T set F = null where rowid = 39532";
Command "update T set F = null where rowid = 17441";
Command "update T set F = null where rowid = 50978";
Command "update T set F = null where rowid = 7611";
Command "update T set F = null where rowid = 43908";
Command "update T set F = null where rowid = 16691";
Command "update T set F = null where rowid = 12033";
Command "update T set F = null where rowid = 38138";
Command "update T set F = null where rowid = 46918";
Command "update T set F = null where rowid = 28229";
Command "update T set F = null where rowid = 32128";
Command "update T set F = null where rowid = 27941";
Command "update T set F = null where rowid = 45178";
Command "update T set F = null where rowid = 38539";
Command "update T set F = null where rowid = 285";
Command "update T set F = null where rowid = 49817";
Command "update T set F = null where rowid = 39389";
Command "update T set F = null where rowid = 29819";
Command "update T set F = null where rowid = 54371";
Command "update T set F = null where rowid = 42044";
Command "update T set F = null where rowid = 54955";
Command "update T set F = null where rowid = 44045";
Command "update T set F = null where rowid = 57283";
Command "update T set F = null where rowid = 17856";
Command "update T set F = null where rowid = 50243";
Command "update T set F = null where rowid = 59207";
Command "update T set F = null where rowid = 28865";
Command "update T set F = null where rowid = 44466";
Command "update T set F = null where rowid = 32206";
Command "update T set F = null where rowid = 8758";
Command "update T set F = null where rowid = 11604";
Command "update T set F = null where rowid = 18764";
Command "update T set F = null where rowid = 53274";
Command "update T set F = null where rowid = 7718";
Command "update T set F = null where rowid = 16704";
Command "update T set F = null where rowid = 34903";
Command "update T set F = null where rowid = 44251";
Command "update T set F = null where rowid = 2959";
Command "update T set F = null where rowid = 22889";
Command "update T set F = null where rowid = 13460";
Command "update T set F = null where rowid = 39634";
Command "update T set F = null where rowid = 12191";
Command "update T set F = null where rowid = 19174";
Command "update T set F = null where rowid = 33142";
Command "update T set F = null where rowid = 53265";
Command "update T set F = null where rowid = 20946";
Command "update T set F = null where rowid = 55107";
Command "update T set F = null where rowid = 36679";
Command "update T set F = null where rowid = 33355";
Command "update T set F = null where rowid = 21149";
Command "update T set F = null where rowid = 16917";
Command "update T set F = null where rowid = 29345";
Command "update T set F = null where rowid = 14518";
Command "update T set F = null where rowid = 28719";
Command "update T set F = null where rowid = 15534";
Command "update T set F = null where rowid = 19094";
Command "update T set F = null where rowid = 37572";
Command "update T set F = null where rowid = 11137";
Command "update T set F = null where rowid = 9854";
Command "update T set F = null where rowid = 57089";
Command "update T set F = null where rowid = 5571";
Command "update T set F = null where rowid = 42497";
Command "update T set F = null where rowid = 29098";
Command "update T set F = null where rowid = 29683";
Command "update T set F = null where rowid = 49121";
Command "update T set F = null where rowid = 35210";
Command "update T set F = null where rowid = 15867";
Command "update T set F = null where rowid = 58034";
Command "update T set F = null where rowid = 43639";
Command "update T set F = null where rowid = 45937";
Command "update T set F = null where rowid = 46920";
Command "update T set F = null where rowid = 60450";
Command "update T set F = null where rowid = 58245";
Command "update T set F = null where rowid = 46067";
Command "update T set F = null where rowid = 4746";
Command "update T set F = null where rowid = 35183";
Command "update T set F = null where rowid = 59509";
Command "update T set F = null where rowid = 58796";
Command "update T set F = null where rowid = 29373";
Command "update T set F = null where rowid = 49687";
Command "update T set F = null where rowid = 21273";
Command "update T set F = null where rowid = 23787";
Command "update T set F = null where rowid = 2697";
Command "update T set F = null where rowid = 40896";
Command "update T set F = null where rowid = 32185";
Command "update T set F = null where rowid = 41415";
Command "update T set F = null where rowid = 42781";
Command "update T set F = null where rowid = 38845";
Command "update T set F = null where rowid = 50958";
Command "update T set F = null where rowid = 35453";
Command "update T set F = null where rowid = 52357";
Command "update T set F = null where rowid = 29151";
Command "update T set F = null where rowid = 60900";
Command "update T set F = null where rowid = 22469";
Command "update T set F = null where rowid = 22139";
Command "update T set F = null where rowid = 16599";
Command "update T set F = null where rowid = 48310";
Command "update T set F = null where rowid = 47861";
Command "update T set F = null where rowid = 1889";
Command "update T set F = null where rowid = 15769";
Command "update T set F = null where rowid = 1009";
Command "update T set F = null where rowid = 59516";
Command "update T set F = null where rowid = 42054";
Command "update T set F = null where rowid = 16282";
Command "update T set F = null where rowid = 61450";
Command "update T set F = null where rowid = 10482";
Command "update T set F = null where rowid = 33062";
Command "update T set F = null where rowid = 54884";
Command "update T set F = null where rowid = 10978";
Command "update T set F = null where rowid = 36141";
Command "update T set F = null where rowid = 23764";
Command "update T set F = null where rowid = 22815";
Command "update T set F = null where rowid = 28870";
Command "update T set F = null where rowid = 39475";
Command "update T set F = null where rowid = 27385";
Command "update T set F = null where rowid = 22834";
Command "update T set F = null where rowid = 43477";
Command "update T set F = null where rowid = 49129";
Command "update T set F = null where rowid = 5500";
Command "update T set F = null where rowid = 2988";
Command "update T set F = null where rowid = 44905";
Command "update T set F = null where rowid = 13231";
Command "update T set F = null where rowid = 44053";
Command "update T set F = null where rowid = 29220";
Command "update T set F = null where rowid = 29160";
Command "update T set F = null where rowid = 58952";
Command "update T set F = null where rowid = 4247";
Command "update T set F = null where rowid = 20711";
Command "update T set F = null where rowid = 14392";
Command "update T set F = null where rowid = 21665";
Command "update T set F = null where rowid = 37014";
Command "update T set F = null where rowid = 53024";
Command "update T set F = null where rowid = 11703";
Command "update T set F = null where rowid = 11565";
Command "update T set F = null where rowid = 43011";
Command "update T set F = null where rowid = 55566";
Command "update T set F = null where rowid = 43691";
Command "update T set F = null where rowid = 40858";
Command "update T set F = null where rowid = 1585";
Command "update T set F = null where rowid = 53855";
Command "update T set F = null where rowid = 5113";
Command "update T set F = null where rowid = 38640";
Command "update T set F = null where rowid = 58935";
Command "update T set F = null where rowid = 17030";
Command "update T set F = null where rowid = 41450";
Command "update T set F = null where rowid = 7327";
Command "update T set F = null where rowid = 23192";
Command "update T set F = null where rowid = 22062";
Command "update T set F = null where rowid = 45156";
Command "update T set F = null where rowid = 24839";
Command "update T set F = null where rowid = 53002";
Command "update T set F = null where rowid = 40250";
Command "update T set F = null where rowid = 498";
Command "update T set F = null where rowid = 28845";
Command "update T set F = null where rowid = 42588";
Command "update T set F = null where rowid = 1730";
Command "update T set F = null where rowid = 50939";
Command "update T set F = null where rowid = 51661";
Command "update T set F = null where rowid = 19192";
Command "update T set F = null where rowid = 61324";
Command "update T set F = null where rowid = 45574";
Command "update T set F = null where rowid = 35902";
Command "update T set F = null where rowid = 39321";
Command "update T set F = null where rowid = 21744";
Command "update T set F = null where rowid = 6848";
Command "update T set F = null where rowid = 55392";
Command "update T set F = null where rowid = 13236";
Command "update T set F = null where rowid = 13222";
Command "update T set F = null where rowid = 2646";
Command "update T set F = null where rowid = 12037";
Command "update T set F = null where rowid = 43172";
Command "update T set F = null where rowid = 42755";
Command "update T set F = null where rowid = 27743";
Command "update T set F = null where rowid = 48088";
Command "update T set F = null where rowid = 49679";
Command "update T set F = null where rowid = 34743";
Command "update T set F = null where rowid = 12590";
Command "update T set F = null where rowid = 28701";
Command "update T set F = null where rowid = 12927";
Command "update T set F = null where rowid = 55602";
Command "update T set F = null where rowid = 22491";
Command "update T set F = null where rowid = 25046";
Command "update T set F = null where rowid = 18956";
Command "update T set F = null where rowid = 60941";
Command "update T set F = null where rowid = 52847";
Command "update T set F = null where rowid = 50741";
Command "update T set F = null where rowid = 44710";
Command "update T set F = null where rowid = 55277";
Command "update T set F = null where rowid = 20084";
Command "update T set F = null where rowid = 45752";
Command "update T set F = null where rowid = 20717";
Command "update T set F = null where rowid = 28815";
Command "update T set F = null where rowid = 12479";
Command "update T set F = null where rowid = 46728";
Command "update T set F = null where rowid = 19296";
Command "update T set F = null where rowid = 48283";
Command "update T set F = null where rowid = 39836";
Command "update T set F = null where rowid = 1581";
Command "update T set F = null where rowid = 8591";
Command "update T set F = null where rowid = 3777";
Command "update T set F = null where rowid = 36875";
Command "update T set F = null where rowid = 10672";
Command "update T set F = null where rowid = 57330";
Command "update T set F = null where rowid = 43069";
Command "update T set F = null where rowid = 826";
Command "update T set F = null where rowid = 47425";
Command "update T set F = null where rowid = 31185";
Command "update T set F = null where rowid = 55779";
Command "update T set F = null where rowid = 8647";
Command "update T set F = null where rowid = 33952";
Command "update T set F = null where rowid = 39408";
Command "update T set F = null where rowid = 3219";
Command "update T set F = null where rowid = 57784";
Command "update T set F = null where rowid = 17674";
Command "update T set F = null where rowid = 43861";
Command "update T set F = null where rowid = 41673";
Command "update T set F = null where rowid = 14357";
Command "update T set F = null where rowid = 23071";
Command "update T set F = null where rowid = 46489";
Command "update T set F = null where rowid = 47050";
Command "update T set F = null where rowid = 61477";
Command "update T set F = null where rowid = 20910";
Command "update T set F = null where rowid = 4017";
Command "update T set F = null where rowid = 1484";
Command "update T set F = null where rowid = 27764";
Command "update T set F = null where rowid = 46277";
Command "update T set F = null where rowid = 44326";
Command "update T set F = null where rowid = 53722";
Command "update T set F = null where rowid = 6687";
Command "update T set F = null where rowid = 29459";
Command "update T set F = null where rowid = 15642";
Command "update T set F = null where rowid = 59322";
Command "update T set F = null where rowid = 40888";
Command "update T set F = null where rowid = 19462";
Command "update T set F = null where rowid = 47839";
Command "update T set F = null where rowid = 49627";
Command "update T set F = null where rowid = 47319";
Command "update T set F = null where rowid = 36797";
Command "update T set F = null where rowid = 20013";
Command "update T set F = null where rowid = 20908";
Command "update T set F = null where rowid = 14780";
Command "update T set F = null where rowid = 16685";
Command "update T set F = null where rowid = 61434";
Command "update T set F = null where rowid = 7572";
Command "update T set F = null where rowid = 23762";
Command "update T set F = null where rowid = 37327";
Command "update T set F = null where rowid = 28972";
Command "update T set F = null where rowid = 20875";
Command "update T set F = null where rowid = 3437";
Command "update T set F = null where rowid = 32584";
Command "update T set F = null where rowid = 55336";
Command "update T set F = null where rowid = 7271";
Command "update T set F = null where rowid = 7613";
Command "update T set F = null where rowid = 60864";
Command "update T set F = null where rowid = 7532";
Command "update T set F = null where rowid = 23093";
Command "update T set F = null where rowid = 58608";
Command "update T set F = null where rowid = 43944";
Command "update T set F = null where rowid = 13324";
Command "update T set F = null where rowid = 36670";
Command "update T set F = null where rowid = 24909";
Command "update T set F = null where rowid = 5817";
Command "update T set F = null where rowid = 12242";
Command "update T set F = null where rowid = 19720";
Command "update T set F = null where rowid = 49576";
Command "update T set F = null where rowid = 52634";
Command "update T set F = null where rowid = 30186";
Command "update T set F = null where rowid = 5964";
Command "update T set F = null where rowid = 25913";
Command "update T set F = null where rowid = 51552";
Command "update T set F = null where rowid = 9906";
Command "update T set F = null where rowid = 29517";
Command "update T set F = null where rowid = 38012";
Command "update T set F = null where rowid = 41600";
Command "update T set F = null where rowid = 17821";
Command "update T set F = null where rowid = 32538";
Command "update T set F = null where rowid = 45169";
Command "update T set F = null where rowid = 30769";
Command "update T set F = null where rowid = 11747";
Command "update T set F = null where rowid = 47553";
Command "update T set F = null where rowid = 24998";
Command "update T set F = null where rowid = 5019";
Command "update T set F = null where rowid = 17316";
Command "update T set F = null where rowid = 26619";
Command "update T set F = null where rowid = 27867";
Command "update T set F = null where rowid = 2684";
Command "update T set F = null where rowid = 2111";
Command "update T set F = null where rowid = 8898";
Command "update T set F = null where rowid = 22926";
Command "update T set F = null where rowid = 33835";
Command "update T set F = null where rowid = 2335";
Command "update T set F = null where rowid = 42172";
Command "update T set F = null where rowid = 54898";
Command "update T set F = null where rowid = 24833";
Command "update T set F = null where rowid = 780";
Command "update T set F = null where rowid = 24489";
Command "update T set F = null where rowid = 20451";
Command "update T set F = null where rowid = 58253";
Command "update T set F = null where rowid = 42593";
Command "update T set F = null where rowid = 21276";
Command "update T set F = null where rowid = 37143";
Command "update T set F = null where rowid = 11765";
Command "update T set F = null where rowid = 12741";
Command "update T set F = null where rowid = 32405";
Command "update T set F = null where rowid = 9781";
Command "update T set F = null where rowid = 23936";
Command "update T set F = null where rowid = 47951";
Command "update T set F = null where rowid = 17504";
Command "update T set F = null where rowid = 53533";
Command "update T set F = null where rowid = 32754";
Command "update T set F = null where rowid = 37538";
Command "update T set F = null where rowid = 49484";
Command "update T set F = null where rowid = 6604";
Command "update T set F = null where rowid = 33662";
Command "update T set F = null where rowid = 32983";
Command "update T set F = null where rowid = 10982";
Command "update T set F = null where rowid = 23383";
Command "update T set F = null where rowid = 19979";
Command "update T set F = null where rowid = 746";
Command "update T set F = null where rowid = 27182";
Command "update T set F = null where rowid = 30032";
Command "update T set F = null where rowid = 24579";
Command "update T set F = null where rowid = 18328";
Command "update T set F = null where rowid = 45825";
Command "update T set F = null where rowid = 55775";
Command "update T set F = null where rowid = 15514";
Command "update T set F = null where rowid = 1601";
Command "update T set F = null where rowid = 7088";
Command "update T set F = null where rowid = 9688";
Command "update T set F = null where rowid = 15725";
Command "update T set F = null where rowid = 15614";
Command "update T set F = null where rowid = 55231";
Command "update T set F = null where rowid = 60870";
Command "update T set F = null where rowid = 47114";
Command "update T set F = null where rowid = 23541";
Command "update T set F = null where rowid = 3139";
Command "update T set F = null where rowid = 9563";
Command "update T set F = null where rowid = 51149";
Command "update T set F = null where rowid = 56496";
Command "update T set F = null where rowid = 19140";
Command "update T set F = null where rowid = 9439";
Command "update T set F = null where rowid = 44611";
Command "update T set F = null where rowid = 3899";
Command "update T set F = null where rowid = 53296";
Command "update T set F = null where rowid = 21838";
Command "update T set F = null where rowid = 46762";
Command "update T set F = null where rowid = 44163";
Command "update T set F = null where rowid = 49564";
Command "update T set F = null where rowid = 55326";
Command "update T set F = null where rowid = 40690";
Command "update T set F = null where rowid = 44100";
Command "update T set F = null where rowid = 41202";
Command "update T set F = null where rowid = 35459";
Command "update T set F = null where rowid = 34537";
Command "update T set F = null where rowid = 23979";
Command "update T set F = null where rowid = 6468";
Command "update T set F = null where rowid = 27333";
Command "update T set F = null where rowid = 28309";
Command "update T set F = null where rowid = 30202";
Command "update T set F = null where rowid = 60106";
Command "update T set F = null where rowid = 30896";
Command "update T set F = null where rowid = 18643";
Command "update T set F = null where rowid = 40007";
Command "update T set F = null where rowid = 6432";
Command "update T set F = null where rowid = 5715";
Command "update T set F = null where rowid = 14767";
Command "update T set F = null where rowid = 8121";
Command "update T set F = null where rowid = 26646";
Command "update T set F = null where rowid = 41929";
Command "update T set F = null where rowid = 50099";
Command "update T set F = null where rowid = 6106";
Command "update T set F = null where rowid = 40187";
Command "update T set F = null where rowid = 56749";
Command "update T set F = null where rowid = 17917";
Command "update T set F = null where rowid = 36994";
Command "update T set F = null where rowid = 32884";
Command "update T set F = null where rowid = 51911";
Command "update T set F = null where rowid = 41367";
Command "update T set F = null where rowid = 14639";
Command "update T set F = null where rowid = 23852";
Command "update T set F = null where rowid = 5858";
Command "update T set F = null where rowid = 6931";
Command "update T set F = null where rowid = 33820";
Command "update T set F = null where rowid = 60605";
Command "update T set F = null where rowid = 37668";
Command "update T set F = null where rowid = 37617";
Command "update T set F = null where rowid = 50449";
Command "update T set F = null where rowid = 32883";
Command "update T set F = null where rowid = 45346";
Command "update T set F = null where rowid = 12120";
Command "update T set F = null where rowid = 7663";
Command "update T set F = null where rowid = 50558";
Command "update T set F = null where rowid = 35941";
Command "update T set F = null where rowid = 8939";
Command "update T set F = null where rowid = 4837";
Command "update T set F = null where rowid = 24657";
Command "update T set F = null where rowid = 38027";
Command "update T set F = null where rowid = 3999";
Command "update T set F = null where rowid = 18254";
Command "update T set F = null where rowid = 1152";
Command "update T set F = null where rowid = 15920";
Command "update T set F = null where rowid = 58197";
Command "update T set F = null where rowid = 22825";
Command "update T set F = null where rowid = 28609";
Command "update T set F = null where rowid = 37214";
Command "update T set F = null where rowid = 57958";
Command "update T set F = null where rowid = 58192";
Command "update T set F = null where rowid = 48608";
Command "update T set F = null where rowid = 40402";
Command "update T set F = null where rowid = 22014";
Command "update T set F = null where rowid = 37663";
Command "update T set F = null where rowid = 20245";
Command "update T set F = null where rowid = 26297";
Command "update T set F = null where rowid = 27290";
Command "update T set F = null where rowid = 12762";
Command "update T set F = null where rowid = 53685";
Command "update T set F = null where rowid = 35674";
Command "update T set F = null where rowid = 28322";
Command "update T set F = null where rowid = 7748";
Command "update T set F = null where rowid = 9538";
Command "update T set F = null where rowid = 44361";
Command "update T set F = null where rowid = 12879";
Command "update T set F = null where rowid = 1862";
Command "update T set F = null where rowid = 10556";
Command "update T set F = null where rowid = 46626";
Command "update T set F = null where rowid = 50516";
Command "update T set F = null where rowid = 3481";
Command "update T set F = null where rowid = 5255";
Command "update T set F = null where rowid = 29641";
Command "update T set F = null where rowid = 17349";
Command "update T set F = null where rowid = 35398";
Command "update T set F = null where rowid = 54018";
Command "update T set F = null where rowid = 2029";
Command "update T set F = null where rowid = 24751";
Command "update T set F = null where rowid = 47474";
Command "update T set F = null where rowid = 56605";
Command "update T set F = null where rowid = 17987";
Command "update T set F = null where rowid = 43782";
Command "update T set F = null where rowid = 27896";
Command "update T set F = null where rowid = 9573";
Command "update T set F = null where rowid = 116";
Command "update T set F = null where rowid = 37180";
Command "update T set F = null where rowid = 12803";
Command "update T set F = null where rowid = 17043";
Command "update T set F = null where rowid = 13149";
Command "update T set F = null where rowid = 60144";
Command "update T set F = null where rowid = 56287";
Command "update T set F = null where rowid = 18075";
Command "update T set F = null where rowid = 34327";
Command "update T set F = null where rowid = 42274";
Command "update T set F = null where rowid = 33903";
Command "update T set F = null where rowid = 18708";
Command "update T set F = null where rowid = 23440";
Command "update T set F = null where rowid = 38102";
Command "update T set F = null where rowid = 11010";
Command "update T set F = null where rowid = 8751";
Command "update T set F = null where rowid = 2109";
Command "update T set F = null where rowid = 33247";
Command "update T set F = null where rowid = 37307";
Command "update T set F = null where rowid = 59658";
Command "update T set F = null where rowid = 35506";
Command "update T set F = null where rowid = 30297";
Command "update T set F = null where rowid = 7391";
Command "update T set F = null where rowid = 38648";
Command "update T set F = null where rowid = 19041";
Command "update T set F = null where rowid = 29634";
Command "update T set F = null where rowid = 816";
Command "update T set F = null where rowid = 8990";
Command "update T set F = null where rowid = 60976";
Command "update T set F = null where rowid = 28520";
Command "update T set F = null where rowid = 59800";
Command "update T set F = null where rowid = 46349";
Command "update T set F = null where rowid = 18914";
Command "update T set F = null where rowid = 34915";
Command "update T set F = null where rowid = 48769";
Command "update T set F = null where rowid = 13782";
Command "update T set F = null where rowid = 2024";
Command "update T set F = null where rowid = 61021";
Command "update T set F = null where rowid = 30190";
Command "update T set F = null where rowid = 5047";
Command "update T set F = null where rowid = 47517";
Command "update T set F = null where rowid = 28483";
Command "update T set F = null where rowid = 48807";
Command "update T set F = null where rowid = 46703";
Command "update T set F = null where rowid = 23445";
Command "update T set F = null where rowid = 4488";
Command "update T set F = null where rowid = 30974";
Command "update T set F = null where rowid = 10362";
Command "update T set F = null where rowid = 55091";
Command "update T set F = null where rowid = 44881";
Command "update T set F = null where rowid = 47884";
Command "update T set F = null where rowid = 15076";
Command "update T set F = null where rowid = 41667";
Command "update T set F = null where rowid = 7094";
Command "update T set F = null where rowid = 48468";
Command "update T set F = null where rowid = 60515";
Command "update T set F = null where rowid = 56527";
Command "update T set F = null where rowid = 16679";
Command "update T set F = null where rowid = 23446";
Command "update T set F = null where rowid = 54708";
Command "update T set F = null where rowid = 21577";
Command "update T set F = null where rowid = 3301";
Command "update T set F = null where rowid = 20992";
Command "update T set F = null where rowid = 46675";
Command "update T set F = null where rowid = 28616";
Command "update T set F = null where rowid = 32023";
Command "update T set F = null where rowid = 6998";
Command "update T set F = null where rowid = 5383";
Command "update T set F = null where rowid = 23456";
Command "update T set F = null where rowid = 17233";
Command "update T set F = null where rowid = 30930";
Command "update T set F = null where rowid = 24181";
Command "update T set F = null where rowid = 1422";
Command "update T set F = null where rowid = 15183";
Command "update T set F = null where rowid = 46931";
Command "update T set F = null where rowid = 50548";
Command "update T set F = null where rowid = 2539";
Command "update T set F = null where rowid = 8670";
Command "update T set F = null where rowid = 55875";
Command "update T set F = null where rowid = 55462";
Command "update T set F = null where rowid = 53709";
Command "update T set F = null where rowid = 38193";
Command "update T set F = null where rowid = 48836";
Command "update T set F = null where rowid = 48120";
Command "update T set F = null where rowid = 24452";
Command "update T set F = null where rowid = 49256";
Command "update T set F = null where rowid = 27494";
Command "update T set F = null where rowid = 5984";
Command "update T set F = null where rowid = 19072";
Command "update T set F = null where rowid = 9351";
Command "update T set F = null where rowid = 30700";
Command "update T set F = null where rowid = 1336";
Command "update T set F = null where rowid = 208";
Command "update T set F = null where rowid = 34593";
Command "update T set F = null where rowid = 24567";
Command "update T set F = null where rowid = 41616";
Command "update T set F = null where rowid = 49572";
Command "update T set F = null where rowid = 53071";
Command "update T set F = null where rowid = 41763";
Command "update T set F = null where rowid = 38292";
Command "update T set F = null where rowid = 22182";
Command "update T set F = null where rowid = 36418";
Command "update T set F = null where rowid = 60583";
Command "update T set F = null where rowid = 39249";
Command "update T set F = null where rowid = 15286";
Command "update T set F = null where rowid = 11499";
Command "update T set F = null where rowid = 11872";
Command "update T set F = null where rowid = 14512";
Command "update T set F = null where rowid = 58988";
Command "update T set F = null where rowid = 40186";
Command "update T set F = null where rowid = 33236";
Command "update T set F = null where rowid = 1855";
Command "update T set F = null where rowid = 48728";
Command "update T set F = null where rowid = 40458";
Command "update T set F = null where rowid = 54035";
Command "update T set F = null where rowid = 39989";
Command "update T set F = null where rowid = 16808";
Command "update T set F = null where rowid = 46585";
Command "update T set F = null where rowid = 7251";
Command "update T set F = null where rowid = 41439";
Command "update T set F = null where rowid = 28981";
Command "update T set F = null where rowid = 44571";
Command "update T set F = null where rowid = 57278";
Command "update T set F = null where rowid = 42269";
Command "update T set F = null where rowid = 25516";
Command "update T set F = null where rowid = 42341";
Command "update T set F = null where rowid = 16607";
Command "update T set F = null where rowid = 12505";
Command "update T set F = null where rowid = 55477";
Command "update T set F = null where rowid = 14074";
Command "update T set F = null where rowid = 12250";
Command "update T set F = null where rowid = 39025";
Command "update T set F = null where rowid = 9797";
Command "update T set F = null where rowid = 53827";
Command "update T set F = null where rowid = 58735";
Command "update T set F = null where rowid = 48565";
Command "update T set F = null where rowid = 5400";
Command "update T set F = null where rowid = 43583";
Command "update T set F = null where rowid = 44872";
Command "update T set F = null where rowid = 19166";
Command "update T set F = null where rowid = 47081";
Command "update T set F = null where rowid = 1285";
Command "update T set F = null where rowid = 60274";
Command "update T set F = null where rowid = 42309";
Command "update T set F = null where rowid = 18193";
Command "update T set F = null where rowid = 267";
Command "update T set F = null where rowid = 51915";
Command "update T set F = null where rowid = 54711";
Command "update T set F = null where rowid = 29295";
Command "update T set F = null where rowid = 26947";
Command "update T set F = null where rowid = 33082";
Command "update T set F = null where rowid = 9166";
Command "update T set F = null where rowid = 20418";
Command "update T set F = null where rowid = 4472";
Command "update T set F = null where rowid = 39308";
Command "update T set F = null where rowid = 52718";
Command "update T set F = null where rowid = 38501";
Command "update T set F = null where rowid = 34366";
Command "update T set F = null where rowid = 16623";
Command "update T set F = null where rowid = 37863";
Command "update T set F = null where rowid = 33228";
Command "update T set F = null where rowid = 18511";
Command "update T set F = null where rowid = 47403";
Command "update T set F = null where rowid = 58477";
Command "update T set F = null where rowid = 17488";
Command "update T set F = null where rowid = 22941";
Command "update T set F = null where rowid = 29773";
Command "update T set F = null where rowid = 18669";
Command "update T set F = null where rowid = 31488";
Command "update T set F = null where rowid = 35918";
Command "update T set F = null where rowid = 28316";
Command "update T set F = null where rowid = 35094";
Command "update T set F = null where rowid = 18058";
Command "update T set F = null where rowid = 13829";
Command "update T set F = null where rowid = 53492";
Command "update T set F = null where rowid = 14391";
Command "update T set F = null where rowid = 23403";
Command "update T set F = null where rowid = 23570";
Command "update T set F = null where rowid = 59144";
Command "update T set F = null where rowid = 13568";
Command "update T set F = null where rowid = 45499";
Command "update T set F = null where rowid = 35799";
Command "update T set F = null where rowid = 6684";
Command "update T set F = null where rowid = 9581";
Command "update T set F = null where rowid = 37460";
Command "update T set F = null where rowid = 7084";
Command "update T set F = null where rowid = 19394";
Command "update T set F = null where rowid = 29594";
Command "update T set F = null where rowid = 18608";
Command "update T set F = null where rowid = 12276";
Command "update T set F = null where rowid = 28281";
Command "update T set F = null where rowid = 29934";
Command "update T set F = null where rowid = 43371";
Command "update T set F = null where rowid = 6240";
Command "update T set F = null where rowid = 32030";
Command "update T set F = null where rowid = 9317";
Command "update T set F = null where rowid = 13847";
Command "update T set F = null where rowid = 38175";
Command "update T set F = null where rowid = 11560";
Command "update T set F = null where rowid = 32366";
Command "update T set F = null where rowid = 54478";
Command "update T set F = null where rowid = 48992";
Command "update T set F = null where rowid = 54700";
Command "update T set F = null where rowid = 5010";
Command "update T set F = null where rowid = 43381";
Command "update T set F = null where rowid = 11651";
Command "update T set F = null where rowid = 10507";
Command "update T set F = null where rowid = 37104";
Command "update T set F = null where rowid = 61258";
Command "update T set F = null where rowid = 17470";
Command "update T set F = null where rowid = 24851";
Command "update T set F = null where rowid = 1157";
Command "update T set F = null where rowid = 59657";
Command "update T set F = null where rowid = 40359";
Command "update T set F = null where rowid = 56983";
Command "update T set F = null where rowid = 45916";
Command "update T set F = null where rowid = 33866";
Command "update T set F = null where rowid = 39674";
Command "update T set F = null where rowid = 34078";
Command "update T set F = null where rowid = 25335";
Command "update T set F = null where rowid = 43237";
Command "update T set F = null where rowid = 4947";
Command "update T set F = null where rowid = 1402";
Command "update T set F = null where rowid = 28749";
Command "update T set F = null where rowid = 53229";
Command "update T set F = null where rowid = 17968";
Command "update T set F = null where rowid = 60996";
Command "update T set F = null where rowid = 31188";
Command "update T set F = null where rowid = 7111";
Command "update T set F = null where rowid = 30348";
Command "update T set F = null where rowid = 57722";
Command "update T set F = null where rowid = 56502";
Command "update T set F = null where rowid = 15485";
Command "update T set F = null where rowid = 32301";
Command "update T set F = null where rowid = 44781";
Command "update T set F = null where rowid = 426";
Command "update T set F = null where rowid = 40255";
Command "update T set F = null where rowid = 21540";
Command "update T set F = null where rowid = 26765";
Command "update T set F = null where rowid = 26256";
Command "update T set F = null where rowid = 8598";
Command "update T set F = null where rowid = 16686";
Command "update T set F = null where rowid = 9498";
Command "update T set F = null where rowid = 23742";
Command "update T set F = null where rowid = 6268";
Command "update T set F = null where rowid = 49238";
Command "update T set F = null where rowid = 38430";
Command "update T set F = null where rowid = 52095";
Command "update T set F = null where rowid = 50302";
Command "update T set F = null where rowid = 30526";
Command "update T set F = null where rowid = 39328";
Command "update T set F = null where rowid = 525";
Command "update T set F = null where rowid = 31261";
Command "update T set F = null where rowid = 17013";
Command "update T set F = null where rowid = 53643";
Command "update T set F = null where rowid = 16134";
Command "update T set F = null where rowid = 59804";
Command "update T set F = null where rowid = 40127";
Command "update T set F = null where rowid = 51347";
Command "update T set F = null where rowid = 44911";
Command "update T set F = null where rowid = 59524";
Command "update T set F = null where rowid = 2492";
Command "update T set F = null where rowid = 27198";
Command "update T set F = null where rowid = 22722";
Command "update T set F = null where rowid = 15105";
Command "update T set F = null where rowid = 46695";
Command "update T set F = null where rowid = 17737";
Command "update T set F = null where rowid = 22033";
Command "update T set F = null where rowid = 40460";
Command "update T set F = null where rowid = 53340";
Command "update T set F = null where rowid = 7210";
Command "update T set F = null where rowid = 44261";
Command "update T set F = null where rowid = 36826";
Command "update T set F = null where rowid = 29657";
Command "update T set F = null where rowid = 19692";
Command "update T set F = null where rowid = 59972";
Command "update T set F = null where rowid = 27079";
Command "update T set F = null where rowid = 47526";
Command "update T set F = null where rowid = 44741";
Command "update T set F = null where rowid = 58095";
Command "update T set F = null where rowid = 39520";
Command "update T set F = null where rowid = 45331";
Command "update T set F = null where rowid = 5866";
Command "update T set F = null where rowid = 29779";
Command "update T set F = null where rowid = 20194";
Command "update T set F = null where rowid = 7357";
Command "update T set F = null where rowid = 45139";
Command "update T set F = null where rowid = 22737";
Command "update T set F = null where rowid = 58181";
Command "update T set F = null where rowid = 31536";
Command "update T set F = null where rowid = 40138";
Command "update T set F = null where rowid = 15711";
Command "update T set F = null where rowid = 38686";
Command "update T set F = null where rowid = 59862";
Command "update T set F = null where rowid = 32486";
Command "update T set F = null where rowid = 55669";
Command "update T set F = null where rowid = 26281";
Command "update T set F = null where rowid = 12925";
Command "update T set F = null where rowid = 39367";
Command "update T set F = null where rowid = 26568";
Command "update T set F = null where rowid = 12840";
Command "update T set F = null where rowid = 18984";
Command "update T set F = null where rowid = 56678";
Command "update T set F = null where rowid = 1271";
Command "update T set F = null where rowid = 47186";
Command "update T set F = null where rowid = 16038";
Command "update T set F = null where rowid = 54461";
Command "update T set F = null where rowid = 19255";
Command "update T set F = null where rowid = 54111";
Command "update T set F = null where rowid = 48926";
Command "update T set F = null where rowid = 41086";
Command "update T set F = null where rowid = 21035";
Command "update T set F = null where rowid = 13650";
Command "update T set F = null where rowid = 61108";
Command "update T set F = null where rowid = 6375";
Command "update T set F = null where rowid = 8240";
Command "update T set F = null where rowid = 12376";
Command "update T set F = null where rowid = 11640";
Command "update T set F = null where rowid = 9976";
Command "update T set F = null where rowid = 57449";
Command "update T set F = null where rowid = 45990";
Command "update T set F = null where rowid = 52448";
Command "update T set F = null where rowid = 27798";
Command "update T set F = null where rowid = 7794";
Command "update T set F = null where rowid = 5831";
Command "update T set F = null where rowid = 10398";
Command "update T set F = null where rowid = 14342";
Command "update T set F = null where rowid = 13685";
Command "update T set F = null where rowid = 42774";
Command "update T set F = null where rowid = 49731";
Command "update T set F = null where rowid = 31316";
Command "update T set F = null where rowid = 13359";
Command "update T set F = null where rowid = 9807";
Command "update T set F = null where rowid = 45623";
Command "update T set F = null where rowid = 17581";
Command "update T set F = null where rowid = 3845";
Command "update T set F = null where rowid = 7539";
Command "update T set F = null where rowid = 55268";
Command "update T set F = null where rowid = 38077";
Command "update T set F = null where rowid = 58595";
Command "update T set F = null where rowid = 24248";
Command "update T set F = null where rowid = 32210";
Command "update T set F = null where rowid = 49472";
Command "update T set F = null where rowid = 14225";
Command "update T set F = null where rowid = 54344";
Command "update T set F = null where rowid = 54989";
Command "update T set F = null where rowid = 30222";
Command "update T set F = null where rowid = 39660";
Command "update T set F = null where rowid = 3677";
Command "update T set F = null where rowid = 61217";
Command "update T set F = null where rowid = 9971";
Command "update T set F = null where rowid = 36487";
Command "update T set F = null where rowid = 27185";
Command "update T set F = null where rowid = 6710";
Command "update T set F = null where rowid = 45835";
Command "update T set F = null where rowid = 43758";
Command "update T set F = null where rowid = 51006";
Command "update T set F = null where rowid = 24607";
Command "update T set F = null where rowid = 47563";
Command "update T set F = null where rowid = 38530";
Command "update T set F = null where rowid = 28241";
Command "update T set F = null where rowid = 18665";
Command "update T set F = null where rowid = 18499";
Command "update T set F = null where rowid = 54499";
Command "update T set F = null where rowid = 242";
Command "update T set F = null where rowid = 42124";
Command "update T set F = null where rowid = 43886";
Command "update T set F = null where rowid = 45876";
Command "update T set F = null where rowid = 28570";
Command "update T set F = null where rowid = 6527";
Command "update T set F = null where rowid = 44488";
Command "update T set F = null where rowid = 22242";
Command "update T set F = null where rowid = 30101";
Command "update T set F = null where rowid = 2416";
Command "update T set F = null where rowid = 43210";
Command "update T set F = null where rowid = 13739";
Command "update T set F = null where rowid = 17363";
Command "update T set F = null where rowid = 14366";
Command "update T set F = null where rowid = 53396";
Command "update T set F = null where rowid = 57536";
Command "update T set F = null where rowid = 38352";
Command "update T set F = null where rowid = 4508";
Command "update T set F = null where rowid = 48511";
Command "update T set F = null where rowid = 61408";
Command "update T set F = null where rowid = 34911";
Command "update T set F = null where rowid = 22777";
Command "update T set F = null where rowid = 53521";
Command "update T set F = null where rowid = 59563";
Command "update T set F = null where rowid = 29024";
Command "update T set F = null where rowid = 25012";
Command "update T set F = null where rowid = 36754";
Command "update T set F = null where rowid = 11508";
Command "update T set F = null where rowid = 41324";
Command "update T set F = null where rowid = 54807";
Command "update T set F = null where rowid = 5748";
Command "update T set F = null where rowid = 4416";
Command "update T set F = null where rowid = 27309";
Command "update T set F = null where rowid = 13720";
Command "update T set F = null where rowid = 59214";
Command "update T set F = null where rowid = 23589";
Command "update T set F = null where rowid = 24061";
Command "update T set F = null where rowid = 26466";
Command "update T set F = null where rowid = 20685";
Command "update T set F = null where rowid = 57652";
Command "update T set F = null where rowid = 2241";
Command "update T set F = null where rowid = 14427";
Command "update T set F = null where rowid = 38039";
Command "update T set F = null where rowid = 58680";
Command "update T set F = null where rowid = 47881";
Command "update T set F = null where rowid = 1060";
Command "update T set F = null where rowid = 25463";
Command "update T set F = null where rowid = 7965";
Command "update T set F = null where rowid = 4588";
Command "update T set F = null where rowid = 22252";
Command "update T set F = null where rowid = 57061";
Command "update T set F = null where rowid = 4989";
Command "update T set F = null where rowid = 20046";
Command "update T set F = null where rowid = 13051";
Command "update T set F = null where rowid = 26243";
Command "update T set F = null where rowid = 1984";
Command "update T set F = null where rowid = 20346";
Command "update T set F = null where rowid = 44753";
Command "update T set F = null where rowid = 49199";
Command "update T set F = null where rowid = 27762";
Command "update T set F = null where rowid = 45734";
Command "update T set F = null where rowid = 21176";
Command "update T set F = null where rowid = 44521";
Command "update T set F = null where rowid = 9366";
Command "update T set F = null where rowid = 49667";
Command "update T set F = null where rowid = 36107";
Command "update T set F = null where rowid = 47889";
Command "update T set F = null where rowid = 40193";
Command "update T set F = null where rowid = 53476";
Command "update T set F = null where rowid = 40933";
Command "update T set F = null where rowid = 26123";
Command "update T set F = null where rowid = 56862";
Command "update T set F = null where rowid = 43527";
Command "update T set F = null where rowid = 55270";
Command "update T set F = null where rowid = 56024";
Command "update T set F = null where rowid = 45306";
Command "update T set F = null where rowid = 48165";
Command "update T set F = null where rowid = 50691";
Command "update T set F = null where rowid = 30600";
Command "update T set F = null where rowid = 15751";
Command "update T set F = null where rowid = 22720";
Command "update T set F = null where rowid = 26857";
Command "update T set F = null where rowid = 53454";
Command "update T set F = null where rowid = 27172";
Command "update T set F = null where rowid = 35289";
Command "update T set F = null where rowid = 36791";
Command "update T set F = null where rowid = 53549";
Command "update T set F = null where rowid = 13453";
Command "update T set F = null where rowid = 42525";
Command "update T set F = null where rowid = 17916";
Command "update T set F = null where rowid = 58460";
Command "update T set F = null where rowid = 13660";
Command "update T set F = null where rowid = 15906";
Command "update T set F = null where rowid = 24369";
Command "update T set F = null where rowid = 46334";
Command "update T set F = null where rowid = 46385";
Command "update T set F = null where rowid = 19012";
Command "update T set F = null where rowid = 21003";
Command "update T set F = null where rowid = 59389";
Command "update T set F = null where rowid = 52468";
Command "update T set F = null where rowid = 19172";
Command "update T set F = null where rowid = 3032";
Command "update T set F = null where rowid = 57723";
Command "update T set F = null where rowid = 896";
Command "update T set F = null where rowid = 9654";
Command "update T set F = null where rowid = 32353";
Command "update T set F = null where rowid = 39171";
Command "update T set F = null where rowid = 46274";
Command "update T set F = null where rowid = 34897";
Command "update T set F = null where rowid = 42968";
Command "update T set F = null where rowid = 43699";
Command "update T set F = null where rowid = 37943";
Command "update T set F = null where rowid = 14221";
Command "update T set F = null where rowid = 24645";
Command "update T set F = null where rowid = 35798";
Command "update T set F = null where rowid = 40843";
Command "update T set F = null where rowid = 59701";
Command "update T set F = null where rowid = 40241";
Command "update T set F = null where rowid = 19033";
Command "update T set F = null where rowid = 25899";
Command "update T set F = null where rowid = 56595";
Command "update T set F = null where rowid = 16405";
Command "update T set F = null where rowid = 52710";
Command "update T set F = null where rowid = 18111";
Command "update T set F = null where rowid = 61116";
Command "update T set F = null where rowid = 9582";
Command "update T set F = null where rowid = 36024";
Command "update T set F = null where rowid = 46137";
Command "update T set F = null where rowid = 42546";
Command "update T set F = null where rowid = 42978";
Command "update T set F = null where rowid = 44759";
Command "update T set F = null where rowid = 36139";
Command "update T set F = null where rowid = 10587";
Command "update T set F = null where rowid = 9202";
Command "update T set F = null where rowid = 52818";
Command "update T set F = null where rowid = 11425";
Command "update T set F = null where rowid = 61046";
Command "update T set F = null where rowid = 29711";
Command "update T set F = null where rowid = 52245";
Command "update T set F = null where rowid = 53108";
Command "update T set F = null where rowid = 4480";
Command "update T set F = null where rowid = 21931";
Command "update T set F = null where rowid = 60488";
Command "update T set F = null where rowid = 28210";
Command "update T set F = null where rowid = 25861";
Command "update T set F = null where rowid = 25726";
Command "update T set F = null where rowid = 12464";
Command "update T set F = null where rowid = 60658";
Command "update T set F = null where rowid = 21768";
Command "update T set F = null where rowid = 44755";
Command "update T set F = null where rowid = 8473";
Command "update T set F = null where rowid = 56561";
Command "update T set F = null where rowid = 34150";
Command "update T set F = null where rowid = 23421";
Command "update T set F = null where rowid = 12864";
Command "update T set F = null where rowid = 29793";
Command "update T set F = null where rowid = 1357";
Command "update T set F = null where rowid = 12799";
Command "update T set F = null where rowid = 5732";
Command "update T set F = null where rowid = 16290";
Command "update T set F = null where rowid = 21789";
Command "update T set F = null where rowid = 48890";
Command "update T set F = null where rowid = 15586";
Command "update T set F = null where rowid = 38288";
Command "update T set F = null where rowid = 48233";
Command "update T set F = null where rowid = 33843";
Command "update T set F = null where rowid = 48351";
Command "update T set F = null where rowid = 51048";
Command "update T set F = null where rowid = 45383";
Command "update T set F = null where rowid = 33033";
Command "update T set F = null where rowid = 8550";
Command "update T set F = null where rowid = 1904";
Command "update T set F = null where rowid = 10858";
Command "update T set F = null where rowid = 13086";
Command "update T set F = null where rowid = 17267";
Command "update T set F = null where rowid = 25948";
Command "update T set F = null where rowid = 25956";
Command "update T set F = null where rowid = 26403";
Command "update T set F = null where rowid = 51582";
Command "update T set F = null where rowid = 4759";
Command "update T set F = null where rowid = 18175";
Command "update T set F = null where rowid = 26558";
Command "update T set F = null where rowid = 47252";
Command "update T set F = null where rowid = 53410";
Command "update T set F = null where rowid = 48902";
Command "update T set F = null where rowid = 60667";
Command "update T set F = null where rowid = 40474";
Command "update T set F = null where rowid = 6296";
Command "update T set F = null where rowid = 9390";
Command "update T set F = null where rowid = 7002";
Command "update T set F = null where rowid = 50687";
Command "update T set F = null where rowid = 24023";
Command "update T set F = null where rowid = 1943";
Command "update T set F = null where rowid = 14422";
Command "update T set F = null where rowid = 33292";
Command "update T set F = null where rowid = 37228";
Command "update T set F = null where rowid = 25124";
Command "update T set F = null where rowid = 36615";
Command "update T set F = null where rowid = 51431";
Command "update T set F = null where rowid = 44988";
Command "update T set F = null where rowid = 30294";
Command "update T set F = null where rowid = 3265";
Command "update T set F = null where rowid = 38311";
Command "update T set F = null where rowid = 17067";
Command "update T set F = null where rowid = 53893";
Command "update T set F = null where rowid = 49230";
Command "update T set F = null where rowid = 20165";
Command "update T set F = null where rowid = 40257";
Command "update T set F = null where rowid = 42672";
Command "update T set F = null where rowid = 5513";
Command "update T set F = null where rowid = 14070";
Command "update T set F = null where rowid = 10724";
Command "update T set F = null where rowid = 33544";
Command "update T set F = null where rowid = 19310";
Command "update T set F = null where rowid = 12918";
Command "update T set F = null where rowid = 39787";
Command "update T set F = null where rowid = 27199";
Command "update T set F = null where rowid = 51979";
Command "update T set F = null where rowid = 54693";
Command "update T set F = null where rowid = 29746";
Command "update T set F = null where rowid = 59683";
Command "update T set F = null where rowid = 21169";
Command "update T set F = null where rowid = 55911";
Command "update T set F = null where rowid = 55316";
Command "update T set F = null where rowid = 12834";
Command "update T set F = null where rowid = 58394";
Command "update T set F = null where rowid = 34052";
Command "update T set F = null where rowid = 56979";
Command "update T set F = null where rowid = 40788";
Command "update T set F = null where rowid = 7938";
Command "update T set F = null where rowid = 36401";
Command "update T set F = null where rowid = 52983";
Command "update T set F = null where rowid = 40720";
Command "update T set F = null where rowid = 18542";
Command "update T set F = null where rowid = 38350";
Command "update T set F = null where rowid = 48641";
Command "update T set F = null where rowid = 22822";
Command "update T set F = null where rowid = 25396";
Command "update T set F = null where rowid = 43308";
Command "update T set F = null where rowid = 45493";
Command "update T set F = null where rowid = 27502";
Command "update T set F = null where rowid = 55953";
Command "update T set F = null where rowid = 12778";
Command "update T set F = null where rowid = 20327";
Command "update T set F = null where rowid = 14720";
Command "update T set F = null where rowid = 47670";
Command "update T set F = null where rowid = 13002";
Command "update T set F = null where rowid = 14923";
Command "update T set F = null where rowid = 14591";
Command "update T set F = null where rowid = 36915";
Command "update T set F = null where rowid = 19846";
Command "update T set F = null where rowid = 4943";
Command "update T set F = null where rowid = 46786";
Command "update T set F = null where rowid = 36277";
Command "update T set F = null where rowid = 43346";
Command "update T set F = null where rowid = 46834";
Command "update T set F = null where rowid = 46145";
Command "update T set F = null where rowid = 41280";
Command "update T set F = null where rowid = 18335";
Command "update T set F = null where rowid = 24836";
Command "update T set F = null where rowid = 51002";
Command "update T set F = null where rowid = 32730";
Command "update T set F = null where rowid = 44754";
Command "update T set F = null where rowid = 39271";
Command "update T set F = null where rowid = 14214";
Command "update T set F = null where rowid = 50072";
Command "update T set F = null where rowid = 3155";
Command "update T set F = null where rowid = 39430";
Command "update T set F = null where rowid = 32753";
Command "update T set F = null where rowid = 57126";
Command "update T set F = null where rowid = 25203";
Command "update T set F = null where rowid = 42706";
Command "update T set F = null where rowid = 19352";
Command "update T set F = null where rowid = 5942";
Command "update T set F = null where rowid = 25570";
Command "update T set F = null where rowid = 10794";
Command "update T set F = null where rowid = 33537";
Command "update T set F = null where rowid = 24408";
Command "update T set F = null where rowid = 44123";
Command "update T set F = null where rowid = 58412";
Command "update T set F = null where rowid = 3349";
Command "update T set F = null where rowid = 55219";
Command "update T set F = null where rowid = 61156";
Command "update T set F = null where rowid = 15941";
Command "update T set F = null where rowid = 53501";
Command "update T set F = null where rowid = 18221";
Command "update T set F = null where rowid = 54904";
Command "update T set F = null where rowid = 19933";
Command "update T set F = null where rowid = 9389";
Command "update T set F = null where rowid = 47793";
Command "update T set F = null where rowid = 41935";
Command "update T set F = null where rowid = 17923";
Command "update T set F = null where rowid = 32116";
Command "update T set F = null where rowid = 14569";
Command "update T set F = null where rowid = 8319";
Command "update T set F = null where rowid = 28436";
Command "update T set F = null where rowid = 51500";
Command "update T set F = null where rowid = 47710";
Command "update T set F = null where rowid = 26480";
Command "update T set F = null where rowid = 22537";
Command "update T set F = null where rowid = 23923";
Command "update T set F = null where rowid = 51860";
Command "update T set F = null where rowid = 3215";
Command "update T set F = null where rowid = 29194";
Command "update T set F = null where rowid = 47723";
Command "update T set F = null where rowid = 21946";
Command "update T set F = null where rowid = 60639";
Command "update T set F = null where rowid = 13939";
Command "update T set F = null where rowid = 5682";
Command "update T set F = null where rowid = 14910";
Command "update T set F = null where rowid = 19437";
Command "update T set F = null where rowid = 39037";
Command "update T set F = null where rowid = 12203";
Command "update T set F = null where rowid = 33097";
Command "update T set F = null where rowid = 27476";
Command "update T set F = null where rowid = 22376";
Command "update T set F = null where rowid = 6493";
Command "update T set F = null where rowid = 25503";
Command "update T set F = null where rowid = 60586";
Command "update T set F = null where rowid = 15260";
Command "update T set F = null where rowid = 10648";
Command "update T set F = null where rowid = 52259";
Command "update T set F = null where rowid = 23774";
Command "update T set F = null where rowid = 60477";
Command "update T set F = null where rowid = 24614";
Command "update T set F = null where rowid = 48864";
Command "update T set F = null where rowid = 8664";
Command "update T set F = null where rowid = 25652";
Command "update T set F = null where rowid = 61347";
Command "update T set F = null where rowid = 34003";
Command "update T set F = null where rowid = 1536";
Command "update T set F = null where rowid = 54588";
Command "update T set F = null where rowid = 28722";
Command "update T set F = null where rowid = 57150";
Command "update T set F = null where rowid = 15606";
Command "update T set F = null where rowid = 47373";
Command "update T set F = null where rowid = 36578";
Command "update T set F = null where rowid = 55821";
Command "update T set F = null where rowid = 23318";
Command "update T set F = null where rowid = 50457";
Command "update T set F = null where rowid = 22984";
Command "update T set F = null where rowid = 14004";
Command "update T set F = null where rowid = 6244";
Command "update T set F = null where rowid = 50585";
Command "update T set F = null where rowid = 48043";
Command "update T set F = null where rowid = 14746";
Command "update T set F = null where rowid = 14642";
Command "update T set F = null where rowid = 26589";
Command "update T set F = null where rowid = 60844";
Command "update T set F = null where rowid = 18770";
Command "update T set F = null where rowid = 2977";
Command "update T set F = null where rowid = 32633";
Command "update T set F = null where rowid = 43335";
Command "update T set F = null where rowid = 43604";
Command "update T set F = null where rowid = 17942";
Command "update T set F = null where rowid = 47770";
Command "update T set F = null where rowid = 43036";
Command "update T set F = null where rowid = 20526";
Command "update T set F = null where rowid = 38564";
Command "update T set F = null where rowid = 15173";
Command "update T set F = null where rowid = 23545";
Command "update T set F = null where rowid = 49913";
Command "update T set F = null where rowid = 47071";
Command "update T set F = null where rowid = 19134";
Command "update T set F = null where rowid = 54003";
Command "update T set F = null where rowid = 7656";
Command "update T set F = null where rowid = 9589";
Command "update T set F = null where rowid = 58071";
Command "update T set F = null where rowid = 57702";
Command "update T set F = null where rowid = 46548";
Command "update T set F = null where rowid = 53453";
Command "update T set F = null where rowid = 40045";
Command "update T set F = null where rowid = 19029";
Command "update T set F = null where rowid = 35073";
Command "update T set F = null where rowid = 3426";
Command "update T set F = null where rowid = 53431";
Command "update T set F = null where rowid = 11650";
Command "update T set F = null where rowid = 51441";
Command "update T set F = null where rowid = 55102";
Command "update T set F = null where rowid = 37362";
Command "update T set F = null where rowid = 52674";
Command "update T set F = null where rowid = 49042";
Command "update T set F = null where rowid = 53739";
Command "update T set F = null where rowid = 6210";
Command "update T set F = null where rowid = 34159";
Command "update T set F = null where rowid = 35306";
Command "update T set F = null where rowid = 25725";
Command "update T set F = null where rowid = 52812";
Command "update T set F = null where rowid = 10582";
Command "update T set F = null where rowid = 10676";
Command "update T set F = null where rowid = 10056";
Command "update T set F = null where rowid = 50499";
Command "update T set F = null where rowid = 41473";
Command "update T set F = null where rowid = 3609";
Command "update T set F = null where rowid = 38645";
Command "update T set F = null where rowid = 3929";
Command "update T set F = null where rowid = 30574";
Command "update T set F = null where rowid = 19472";
Command "update T set F = null where rowid = 23081";
Command "update T set F = null where rowid = 36516";
Command "update T set F = null where rowid = 57000";
Command "update T set F = null where rowid = 43473";
Command "update T set F = null where rowid = 16390";
Command "update T set F = null where rowid = 56716";
Command "update T set F = null where rowid = 50532";
Command "update T set F = null where rowid = 16778";
Command "update T set F = null where rowid = 30023";
Command "update T set F = null where rowid = 14627";
Command "update T set F = null where rowid = 51619";
Command "update T set F = null where rowid = 56226";
Command "update T set F = null where rowid = 20043";
Command "update T set F = null where rowid = 4288";
Command "update T set F = null where rowid = 51029";
Command "update T set F = null where rowid = 35144";
Command "update T set F = null where rowid = 295";
Command "update T set F = null where rowid = 41627";
Command "update T set F = null where rowid = 37827";
Command "update T set F = null where rowid = 60986";
Command "update T set F = null where rowid = 50508";
Command "update T set F = null where rowid = 44360";
Command "update T set F = null where rowid = 19937";
Command "update T set F = null where rowid = 54223";
Command "update T set F = null where rowid = 51990";
Command "update T set F = null where rowid = 49784";
Command "update T set F = null where rowid = 48520";
Command "update T set F = null where rowid = 8927";
Command "update T set F = null where rowid = 225";
Command "update T set F = null where rowid = 31805";
Command "update T set F = null where rowid = 52850";
Command "update T set F = null where rowid = 38003";
Command "update T set F = null where rowid = 4058";
Command "update T set F = null where rowid = 4108";
Command "update T set F = null where rowid = 54510";
Command "update T set F = null where rowid = 11099";
Command "update T set F = null where rowid = 4451";
Command "update T set F = null where rowid = 20255";
Command "update T set F = null where rowid = 19373";
Command "update T set F = null where rowid = 20310";
Command "update T set F = null where rowid = 58986";
Command "update T set F = null where rowid = 15036";
Command "update T set F = null where rowid = 28772";
Command "update T set F = null where rowid = 60312";
Command "update T set F = null where rowid = 22155";
Command "update T set F = null where rowid = 34552";
Command "update T set F = null where rowid = 4345";
Command "update T set F = null where rowid = 4255";
Command "update T set F = null where rowid = 4332";
Command "update T set F = null where rowid = 15086";
Command "update T set F = null where rowid = 56275";
Command "update T set F = null where rowid = 12248";
Command "update T set F = null where rowid = 51426";
Command "update T set F = null where rowid = 27512";
Command "update T set F = null where rowid = 53221";
Command "update T set F = null where rowid = 5387";
Command "update T set F = null where rowid = 57142";
Command "update T set F = null where rowid = 24726";
Command "update T set F = null where rowid = 33857";
Command "update T set F = null where rowid = 33330";
Command "update T set F = null where rowid = 14364";
Command "update T set F = null where rowid = 57182";
Command "update T set F = null where rowid = 18625";
Command "update T set F = null where rowid = 57324";
Command "update T set F = null where rowid = 58603";
Command "update T set F = null where rowid = 42771";
Command "update T set F = null where rowid = 6653";
Command "update T set F = null where rowid = 37547";
Command "update T set F = null where rowid = 16820";
Command "update T set F = null where rowid = 12947";
Command "update T set F = null where rowid = 60487";
Command "update T set F = null where rowid = 35712";
Command "update T set F = null where rowid = 15033";
Command "update T set F = null where rowid = 17057";
Command "update T set F = null where rowid = 23116";
Command "update T set F = null where rowid = 59147";
Command "update T set F = null where rowid = 52101";
Command "update T set F = null where rowid = 4577";
Command "update T set F = null where rowid = 50227";
Command "update T set F = null where rowid = 18861";
Command "update T set F = null where rowid = 29776";
Command "update T set F = null where rowid = 32801";
Command "update T set F = null where rowid = 50657";
Command "update T set F = null where rowid = 37526";
Command "update T set F = null where rowid = 48428";
Command "update T set F = null where rowid = 42312";
Command "update T set F = null where rowid = 34238";
Command "update T set F = null where rowid = 33697";
Command "update T set F = null where rowid = 12738";
Command "update T set F = null where rowid = 2268";
Command "update T set F = null where rowid = 60317";
Command "update T set F = null where rowid = 2555";
Command "update T set F = null where rowid = 3782";
Command "update T set F = null where rowid = 7513";
Command "update T set F = null where rowid = 60499";
Command "update T set F = null where rowid = 15168";
Command "update T set F = null where rowid = 17848";
Command "update T set F = null where rowid = 53334";
Command "update T set F = null where rowid = 51753";
Command "update T set F = null where rowid = 39135";
Command "update T set F = null where rowid = 57266";
Command "update T set F = null where rowid = 3921";
Command "update T set F = null where rowid = 3944";
Command "update T set F = null where rowid = 53926";
Command "update T set F = null where rowid = 9568";
Command "update T set F = null where rowid = 35540";
Command "update T set F = null where rowid = 22745";
Command "update T set F = null where rowid = 36232";
Command "update T set F = null where rowid = 39222";
Command "update T set F = null where rowid = 60921";
Command "update T set F = null where rowid = 38738";
Command "update T set F = null where rowid = 36900";
Command "update T set F = null where rowid = 31468";
Command "update T set F = null where rowid = 4966";
Command "update T set F = null where rowid = 40698";
Command "update T set F = null where rowid = 52655";
Command "update T set F = null where rowid = 55276";
Command "update T set F = null where rowid = 44583";
Command "update T set F = null where rowid = 21631";
Command "update T set F = null where rowid = 13018";
Command "update T set F = null where rowid = 10101";
Command "update T set F = null where rowid = 36762";
Command "update T set F = null where rowid = 928";
Command "update T set F = null where rowid = 47211";
Command "update T set F = null where rowid = 13166";
Command "update T set F = null where rowid = 49927";
Command "update T set F = null where rowid = 46688";
Command "update T set F = null where rowid = 21516";
Command "update T set F = null where rowid = 56207";
Command "update T set F = null where rowid = 14279";
Command "update T set F = null where rowid = 6058";
Command "update T set F = null where rowid = 580";
Command "update T set F = null where rowid = 1231";
Command "update T set F = null where rowid = 30763";
Command "update T set F = null where rowid = 23556";
Command "update T set F = null where rowid = 43646";
Command "update T set F = null where rowid = 58776";
Command "update T set F = null where rowid = 21360";
Command "update T set F = null where rowid = 4665";
Command "update T set F = null where rowid = 6080";
Command "update T set F = null where rowid = 46046";
Command "update T set F = null where rowid = 33326";
Command "update T set F = null where rowid = 56777";
Command "update T set F = null where rowid = 20939";
Command "update T set F = null where rowid = 43696";
Command "update T set F = null where rowid = 51030";
Command "update T set F = null where rowid = 32270";
Command "update T set F = null where rowid = 6295";
Command "update T set F = null where rowid = 45952";
Command "update T set F = null where rowid = 43761";
Command "update T set F = null where rowid = 2852";
Command "update T set F = null where rowid = 60831";
Command "update T set F = null where rowid = 13299";
Command "update T set F = null where rowid = 262";
Command "update T set F = null where rowid = 25447";
Command "update T set F = null where rowid = 21428";
Command "update T set F = null where rowid = 52816";
Command "update T set F = null where rowid = 34657";
Command "update T set F = null where rowid = 53585";
Command "update T set F = null where rowid = 26045";
Command "update T set F = null where rowid = 22111";
Command "update T set F = null where rowid = 8569";
Command "update T set F = null where rowid = 60074";
Command "update T set F = null where rowid = 55055";
Command "update T set F = null where rowid = 11934";
Command "update T set F = null where rowid = 812";
Command "update T set F = null where rowid = 42958";
Command "update T set F = null where rowid = 26103";
Command "update T set F = null where rowid = 21049";
Command "update T set F = null where rowid = 19294";
Command "update T set F = null where rowid = 16269";
Command "update T set F = null where rowid = 60427";
Command "update T set F = null where rowid = 18578";
Command "update T set F = null where rowid = 25128";
Command "update T set F = null where rowid = 54725";
Command "update T set F = null where rowid = 48789";
Command "update T set F = null where rowid = 45528";
Command "update T set F = null where rowid = 51663";
Command "update T set F = null where rowid = 14572";
Command "update T set F = null where rowid = 53923";
Command "update T set F = null where rowid = 55943";
Command "update T set F = null where rowid = 31516";
Command "update T set F = null where rowid = 41567";
Command "update T set F = null where rowid = 49593";
Command "update T set F = null where rowid = 41957";
Command "update T set F = null where rowid = 8109";
Command "update T set F = null where rowid = 13952";
Command "update T set F = null where rowid = 24421";
Command "update T set F = null where rowid = 12179";
Command "update T set F = null where rowid = 14020";
Command "update T set F = null where rowid = 30082";
Command "update T set F = null where rowid = 10896";
Command "update T set F = null where rowid = 55463";
Command "update T set F = null where rowid = 10658";
Command "update T set F = null where rowid = 41906";
Command "update T set F = null where rowid = 46472";
Command "update T set F = null where rowid = 53319";
Command "update T set F = null where rowid = 31173";
Command "update T set F = null where rowid = 43219";
Command "update T set F = null where rowid = 12133";
Command "update T set F = null where rowid = 59686";
Command "update T set F = null where rowid = 42218";
Command "update T set F = null where rowid = 18591";
Command "update T set F = null where rowid = 9023";
Command "update T set F = null where rowid = 10651";
Command "update T set F = null where rowid = 23311";
Command "update T set F = null where rowid = 41545";
Command "update T set F = null where rowid = 59032";
Command "update T set F = null where rowid = 43619";
Command "update T set F = null where rowid = 16426";
Command "update T set F = null where rowid = 37101";
Command "update T set F = null where rowid = 60215";
Command "update T set F = null where rowid = 8804";
Command "update T set F = null where rowid = 14609";
Command "update T set F = null where rowid = 22747";
Command "update T set F = null where rowid = 52704";
Command "update T set F = null where rowid = 23771";
Command "update T set F = null where rowid = 9474";
Command "update T set F = null where rowid = 958";
Command "update T set F = null where rowid = 40014";
Command "update T set F = null where rowid = 17729";
Command "update T set F = null where rowid = 11002";
Command "update T set F = null where rowid = 4264";
Command "update T set F = null where rowid = 56671";
Command "update T set F = null where rowid = 6525";
Command "update T set F = null where rowid = 28263";
Command "update T set F = null where rowid = 44084";
Command "update T set F = null where rowid = 851";
Command "update T set F = null where rowid = 47085";
Command "update T set F = null where rowid = 24815";
Command "update T set F = null where rowid = 36747";
Command "update T set F = null where rowid = 49135";
Command "update T set F = null where rowid = 7778";
Command "update T set F = null where rowid = 43830";
Command "update T set F = null where rowid = 28091";
Command "update T set F = null where rowid = 44694";
Command "update T set F = null where rowid = 58777";
Command "update T set F = null where rowid = 61048";
Command "update T set F = null where rowid = 10887";
Command "update T set F = null where rowid = 17298";
Command "update T set F = null where rowid = 43";
Command "update T set F = null where rowid = 30324";
Command "update T set F = null where rowid = 30872";
Command "update T set F = null where rowid = 25674";
Command "update T set F = null where rowid = 17186";
Command "update T set F = null where rowid = 59282";
Command "update T set F = null where rowid = 18750";
Command "update T set F = null where rowid = 39751";
Command "update T set F = null where rowid = 41938";
Command "update T set F = null where rowid = 27403";
Command "update T set F = null where rowid = 20763";
Command "update T set F = null where rowid = 28173";
Command "update T set F = null where rowid = 1279";
Command "update T set F = null where rowid = 24052";
Command "update T set F = null where rowid = 54389";
Command "update T set F = null where rowid = 42874";
Command "update T set F = null where rowid = 55577";
Command "update T set F = null where rowid = 36475";
Command "update T set F = null where rowid = 45507";
Command "update T set F = null where rowid = 22166";
Command "update T set F = null where rowid = 14828";
Command "update T set F = null where rowid = 53795";
Command "update T set F = null where rowid = 26047";
Command "update T set F = null where rowid = 1696";
Command "update T set F = null where rowid = 47054";
Command "update T set F = null where rowid = 35803";
Command "update T set F = null where rowid = 58455";
Command "update T set F = null where rowid = 10589";
Command "update T set F = null where rowid = 38170";
Command "update T set F = null where rowid = 51738";
Command "update T set F = null where rowid = 20024";
Command "update T set F = null where rowid = 20348";
Command "update T set F = null where rowid = 54753";
Command "update T set F = null where rowid = 21787";
Command "update T set F = null where rowid = 41120";
Command "update T set F = null where rowid = 42478";
Command "update T set F = null where rowid = 57804";
Command "update T set F = null where rowid = 52450";
Command "update T set F = null where rowid = 51720";
Command "update T set F = null where rowid = 40470";
Command "update T set F = null where rowid = 47089";
Command "update T set F = null where rowid = 46083";
Command "update T set F = null where rowid = 33372";
Command "update T set F = null where rowid = 14900";
Command "update T set F = null where rowid = 10925";
Command "update T set F = null where rowid = 49929";
Command "update T set F = null where rowid = 16653";
Command "update T set F = null where rowid = 47942";
Command "update T set F = null where rowid = 57175";
Command "update T set F = null where rowid = 30682";
Command "update T set F = null where rowid = 38058";
Command "update T set F = null where rowid = 51323";
Command "update T set F = null where rowid = 24872";
Command "update T set F = null where rowid = 1765";
Command "update T set F = null where rowid = 49672";
Command "update T set F = null where rowid = 33690";
Command "update T set F = null where rowid = 40670";
Command "update T set F = null where rowid = 23230";
Command "update T set F = null where rowid = 8660";
Command "update T set F = null where rowid = 9621";
Command "update T set F = null where rowid = 54666";
Command "update T set F = null where rowid = 9874";
Command "update T set F = null where rowid = 1923";
Command "update T set F = null where rowid = 17407";
Command "update T set F = null where rowid = 49930";
Command "update T set F = null where rowid = 11422";
Command "update T set F = null where rowid = 25901";
Command "update T set F = null where rowid = 54610";
Command "update T set F = null where rowid = 38249";
Command "update T set F = null where rowid = 7565";
Command "update T set F = null where rowid = 41289";
Command "update T set F = null where rowid = 54671";
Command "update T set F = null where rowid = 40107";
Command "update T set F = null where rowid = 36334";
Command "update T set F = null where rowid = 2313";
Command "update T set F = null where rowid = 1782";
Command "update T set F = null where rowid = 46978";
Command "update T set F = null where rowid = 53230";
Command "update T set F = null where rowid = 21071";
Command "update T set F = null where rowid = 39412";
Command "update T set F = null where rowid = 19695";
Command "update T set F = null where rowid = 20216";
Command "update T set F = null where rowid = 8446";
Command "update T set F = null where rowid = 49115";
Command "update T set F = null where rowid = 22992";
Command "update T set F = null where rowid = 54363";
Command "update T set F = null where rowid = 34793";
Command "update T set F = null where rowid = 20638";
Command "update T set F = null where rowid = 37300";
Command "update T set F = null where rowid = 26189";
Command "update T set F = null where rowid = 60677";
Command "update T set F = null where rowid = 43302";
Command "update T set F = null where rowid = 16557";
Command "update T set F = null where rowid = 54830";
Command "update T set F = null where rowid = 9026";
Command "update T set F = null where rowid = 24771";
Command "update T set F = null where rowid = 20488";
Command "update T set F = null where rowid = 22749";
Command "update T set F = null where rowid = 40087";
Command "update T set F = null where rowid = 30904";
Command "update T set F = null where rowid = 38353";
Command "update T set F = null where rowid = 23240";
Command "update T set F = null where rowid = 61331";
Command "update T set F = null where rowid = 33246";
Command "update T set F = null where rowid = 23939";
Command "update T set F = null where rowid = 30051";
Command "update T set F = null where rowid = 1507";
Command "update T set F = null where rowid = 33202";
Command "update T set F = null where rowid = 58036";
Command "update T set F = null where rowid = 29975";
Command "update T set F = null where rowid = 20417";
Command "update T set F = null where rowid = 47935";
Command "update T set F = null where rowid = 9272";
Command "update T set F = null where rowid = 31154";
Command "update T set F = null where rowid = 37372";
Command "update T set F = null where rowid = 44313";
Command "update T set F = null where rowid = 36162";
Command "update T set F = null where rowid = 6219";
Command "update T set F = null where rowid = 2729";
Command "update T set F = null where rowid = 37678";
Command "update T set F = null where rowid = 1818";
Command "update T set F = null where rowid = 46478";
Command "update T set F = null where rowid = 2215";
Command "update T set F = null where rowid = 29722";
Command "update T set F = null where rowid = 34415";
Command "update T set F = null where rowid = 54624";
Command "update T set F = null where rowid = 43777";
Command "update T set F = null where rowid = 27614";
Command "update T set F = null where rowid = 40599";
Command "update T set F = null where rowid = 45407";
Command "update T set F = null where rowid = 10868";
Command "update T set F = null where rowid = 60590";
Command "update T set F = null where rowid = 2135";
Command "update T set F = null where rowid = 42943";
Command "update T set F = null where rowid = 12163";
Command "update T set F = null where rowid = 39809";
Command "update T set F = null where rowid = 7557";
Command "update T set F = null where rowid = 56401";
Command "update T set F = null where rowid = 9831";
Command "update T set F = null where rowid = 2554";
Command "update T set F = null where rowid = 1075";
Command "update T set F = null where rowid = 6786";
Command "update T set F = null where rowid = 19715";
Command "update T set F = null where rowid = 30664";
Command "update T set F = null where rowid = 8704";
Command "update T set F = null where rowid = 5309";
Command "update T set F = null where rowid = 8123";
Command "update T set F = null where rowid = 7782";
Command "update T set F = null where rowid = 48082";
Command "update T set F = null where rowid = 25880";
Command "update T set F = null where rowid = 28786";
Command "update T set F = null where rowid = 20751";
Command "update T set F = null where rowid = 18975";
Command "update T set F = null where rowid = 24277";
Command "update T set F = null where rowid = 13843";
Command "update T set F = null where rowid = 49055";
Command "update T set F = null where rowid = 49940";
Command "update T set F = null where rowid = 38774";
Command "update T set F = null where rowid = 8226";
Command "update T set F = null where rowid = 17721";
Command "update T set F = null where rowid = 4118";
Command "update T set F = null where rowid = 16082";
Command "update T set F = null where rowid = 43008";
Command "update T set F = null where rowid = 59833";
Command "update T set F = null where rowid = 13254";
Command "update T set F = null where rowid = 51474";
Command "update T set F = null where rowid = 9138";
Command "update T set F = null where rowid = 43694";
Command "update T set F = null where rowid = 58682";
Command "update T set F = null where rowid = 23402";
Command "update T set F = null where rowid = 1594";
Command "update T set F = null where rowid = 27253";
Command "update T set F = null where rowid = 28181";
Command "update T set F = null where rowid = 56272";
Command "update T set F = null where rowid = 22332";
Command "update T set F = null where rowid = 26435";
Command "update T set F = null where rowid = 36281";
Command "update T set F = null where rowid = 57883";
Command "update T set F = null where rowid = 52104";
Command "update T set F = null where rowid = 42671";
Command "update T set F = null where rowid = 38678";
Command "update T set F = null where rowid = 54645";
Command "update T set F = null where rowid = 10415";
Command "update T set F = null where rowid = 3807";
Command "update T set F = null where rowid = 45878";
Command "update T set F = null where rowid = 7522";
Command "update T set F = null where rowid = 25989";
Command "update T set F = null where rowid = 21994";
Command "update T set F = null where rowid = 47106";
Command "update T set F = null where rowid = 4359";
Command "update T set F = null where rowid = 20886";
Command "update T set F = null where rowid = 14728";
Command "update T set F = null where rowid = 42254";
Command "update T set F = null where rowid = 32828";
Command "update T set F = null where rowid = 26142";
Command "update T set F = null where rowid = 13771";
Command "update T set F = null where rowid = 59052";
Command "update T set F = null where rowid = 50536";
Command "update T set F = null where rowid = 32657";
Command "update T set F = null where rowid = 45887";
Command "update T set F = null where rowid = 11174";
Command "update T set F = null where rowid = 60029";
Command "update T set F = null where rowid = 734";
Command "update T set F = null where rowid = 45201";
Command "update T set F = null where rowid = 15074";
Command "update T set F = null where rowid = 55762";
Command "update T set F = null where rowid = 12094";
Command "update T set F = null where rowid = 19802";
Command "update T set F = null where rowid = 3007";
Command "update T set F = null where rowid = 15371";
Command "update T set F = null where rowid = 9120";
Command "update T set F = null where rowid = 18147";
Command "update T set F = null where rowid = 58924";
Command "update T set F = null where rowid = 60884";
Command "update T set F = null where rowid = 42383";
Command "update T set F = null where rowid = 34912";
Command "update T set F = null where rowid = 58432";
Command "update T set F = null where rowid = 43121";
Command "update T set F = null where rowid = 2291";
Command "update T set F = null where rowid = 7242";
Command "update T set F = null where rowid = 48144";
Command "update T set F = null where rowid = 15448";
Command "update T set F = null where rowid = 24310";
Command "update T set F = null where rowid = 50698";
Command "update T set F = null where rowid = 37268";
Command "update T set F = null where rowid = 51148";
Command "update T set F = null where rowid = 1591";
Command "update T set F = null where rowid = 24435";
Command "update T set F = null where rowid = 39762";
Command "update T set F = null where rowid = 46696";
Command "update T set F = null where rowid = 50414";
Command "update T set F = null where rowid = 11563";
Command "update T set F = null where rowid = 17979";
Command "update T set F = null where rowid = 764";
Command "update T set F = null where rowid = 47303";
Command "update T set F = null where rowid = 55185";
Command "update T set F = null where rowid = 59038";
Command "update T set F = null where rowid = 59500";
Command "update T set F = null where rowid = 13579";
Command "update T set F = null where rowid = 42276";
Command "update T set F = null where rowid = 28452";
Command "update T set F = null where rowid = 50707";
Command "update T set F = null where rowid = 7347";
Command "update T set F = null where rowid = 43955";
Command "update T set F = null where rowid = 28740";
Command "update T set F = null where rowid = 48249";
Command "update T set F = null where rowid = 54306";
Command "update T set F = null where rowid = 10097";
Command "update T set F = null where rowid = 27291";
Command "update T set F = null where rowid = 45487";
Command "update T set F = null where rowid = 34932";
Command "update T set F = null where rowid = 10433";
Command "update T set F = null where rowid = 43680";
Command "update T set F = null where rowid = 3759";
Command "update T set F = null where rowid = 27653";
Command "update T set F = null where rowid = 20842";
Command "update T set F = null where rowid = 55955";
Command "update T set F = null where rowid = 41133";
Command "update T set F = null where rowid = 10034";
Command "update T set F = null where rowid = 38868";
Command "update T set F = null where rowid = 17484";
Command "update T set F = null where rowid = 3094";
Command "update T set F = null where rowid = 26182";
Command "update T set F = null where rowid = 36309";
Command "update T set F = null where rowid = 34732";
Command "update T set F = null where rowid = 10616";
Command "update T set F = null where rowid = 37040";
Command "update T set F = null where rowid = 33564";
Command "update T set F = null where rowid = 60201";
Command "update T set F = null where rowid = 27202";
Command "update T set F = null where rowid = 43145";
Command "update T set F = null where rowid = 57752";
Command "update T set F = null where rowid = 15328";
Command "update T set F = null where rowid = 44022";
Command "update T set F = null where rowid = 2079";
Command "update T set F = null where rowid = 34902";
Command "update T set F = null where rowid = 46342";
Command "update T set F = null where rowid = 24360";
Command "update T set F = null where rowid = 51257";
Command "update T set F = null where rowid = 10294";
Command "update T set F = null where rowid = 55449";
Command "update T set F = null where rowid = 9376";
Command "update T set F = null where rowid = 29035";
Command "update T set F = null where rowid = 37073";
Command "update T set F = null where rowid = 17490";
Command "update T set F = null where rowid = 8308";
Command "update T set F = null where rowid = 10602";
Command "update T set F = null where rowid = 52470";
Command "update T set F = null where rowid = 43030";
Command "update T set F = null where rowid = 719";
Command "update T set F = null where rowid = 10539";
Command "update T set F = null where rowid = 53786";
Command "update T set F = null where rowid = 52326";
Command "update T set F = null where rowid = 28545";
Command "update T set F = null where rowid = 11126";
Command "update T set F = null where rowid = 24991";
Command "update T set F = null where rowid = 42439";
Command "update T set F = null where rowid = 19952";
Command "update T set F = null where rowid = 20628";
Command "update T set F = null where rowid = 20667";
Command "update T set F = null where rowid = 12177";
Command "update T set F = null where rowid = 56116";
Command "update T set F = null where rowid = 9005";
Command "update T set F = null where rowid = 34236";
Command "update T set F = null where rowid = 51014";
Command "update T set F = null where rowid = 27260";
Command "update T set F = null where rowid = 33150";
Command "update T set F = null where rowid = 26749";
Command "update T set F = null where rowid = 9079";
Command "update T set F = null where rowid = 46987";
Command "update T set F = null where rowid = 7935";
Command "update T set F = null where rowid = 16050";
Command "update T set F = null where rowid = 30703";
Command "update T set F = null where rowid = 42919";
Command "update T set F = null where rowid = 30365";
Command "update T set F = null where rowid = 39518";
Command "update T set F = null where rowid = 48690";
Command "update T set F = null where rowid = 59346";
Command "update T set F = null where rowid = 5011";
Command "update T set F = null where rowid = 6002";
Command "update T set F = null where rowid = 57137";
Command "update T set F = null where rowid = 4036";
Command "update T set F = null where rowid = 25395";
Command "update T set F = null where rowid = 5174";
Command "update T set F = null where rowid = 8639";
Command "update T set F = null where rowid = 5220";
Command "update T set F = null where rowid = 37558";
Command "update T set F = null where rowid = 26211";
Command "update T set F = null where rowid = 50596";
Command "update T set F = null where rowid = 1267";
Command "update T set F = null where rowid = 40495";
Command "update T set F = null where rowid = 20970";
Command "update T set F = null where rowid = 56656";
Command "update T set F = null where rowid = 47281";
Command "update T set F = null where rowid = 35959";
Command "update T set F = null where rowid = 46892";
Command "update T set F = null where rowid = 54975";
Command "update T set F = null where rowid = 31479";
Command "update T set F = null where rowid = 9629";
Command "update T set F = null where rowid = 5531";
Command "update T set F = null where rowid = 19834";
Command "update T set F = null where rowid = 33765";
Command "update T set F = null where rowid = 15068";
Command "update T set F = null where rowid = 10650";
Command "update T set F = null where rowid = 37070";
Command "update T set F = null where rowid = 43094";
Command "update T set F = null where rowid = 44129";
Command "update T set F = null where rowid = 11712";
Command "update T set F = null where rowid = 37181";
Command "update T set F = null where rowid = 23336";
Command "update T set F = null where rowid = 37482";
Command "update T set F = null where rowid = 27765";
Command "update T set F = null where rowid = 13528";
Command "update T set F = null where rowid = 3480";
Command "update T set F = null where rowid = 15961";
Command "update T set F = null where rowid = 42201";
Command "update T set F = null where rowid = 38481";
Command "update T set F = null where rowid = 52555";
Command "update T set F = null where rowid = 49167";
Command "update T set F = null where rowid = 14340";
Command "update T set F = null where rowid = 32079";
Command "update T set F = null where rowid = 7975";
Command "update T set F = null where rowid = 26287";
Command "update T set F = null where rowid = 34914";
Command "update T set F = null where rowid = 48851";
Command "update T set F = null where rowid = 31096";
Command "update T set F = null where rowid = 852";
Command "update T set F = null where rowid = 20392";
Command "update T set F = null where rowid = 23702";
Command "update T set F = null where rowid = 38953";
Command "update T set F = null where rowid = 15793";
Command "update T set F = null where rowid = 53498";
Command "update T set F = null where rowid = 2117";
Command "update T set F = null where rowid = 10228";
Command "update T set F = null where rowid = 42612";
Command "update T set F = null where rowid = 44568";
Command "update T set F = null where rowid = 160";
Command "update T set F = null where rowid = 1304";
Command "update T set F = null where rowid = 44811";
Command "update T set F = null where rowid = 51764";
Command "update T set F = null where rowid = 37818";
Command "update T set F = null where rowid = 47100";
Command "update T set F = null where rowid = 57710";
Command "update T set F = null where rowid = 28386";
Command "update T set F = null where rowid = 5053";
Command "update T set F = null where rowid = 52612";
Command "update T set F = null where rowid = 5551";
Command "update T set F = null where rowid = 57695";
Command "update T set F = null where rowid = 49924";
Command "update T set F = null where rowid = 57180";
Command "update T set F = null where rowid = 50988";
Command "update T set F = null where rowid = 49535";
Command "update T set F = null where rowid = 56690";
Command "update T set F = null where rowid = 37658";
Command "update T set F = null where rowid = 44168";
Command "update T set F = null where rowid = 11552";
Command "update T set F = null where rowid = 14543";
Command "update T set F = null where rowid = 34856";
Command "update T set F = null where rowid = 40394";
Command "update T set F = null where rowid = 56810";
Command "update T set F = null where rowid = 19101";
Command "update T set F = null where rowid = 5219";
Command "update T set F = null where rowid = 4238";
Command "update T set F = null where rowid = 1968";
Command "update T set F = null where rowid = 38927";
Command "update T set F = null where rowid = 25712";
Command "update T set F = null where rowid = 39486";
Command "update T set F = null where rowid = 23207";
Command "update T set F = null where rowid = 33222";
Command "update T set F = null where rowid = 38637";
Command "update T set F = null where rowid = 3475";
Command "update T set F = null where rowid = 3564";
Command "update T set F = null where rowid = 46741";
Command "update T set F = null where rowid = 2290";
Command "update T set F = null where rowid = 24922";
Command "update T set F = null where rowid = 56664";
Command "update T set F = null where rowid = 46389";
Command "update T set F = null where rowid = 41235";
Command "update T set F = null where rowid = 4522";
Command "update T set F = null where rowid = 44266";
Command "update T set F = null where rowid = 7524";
Command "update T set F = null where rowid = 39521";
Command "update T set F = null where rowid = 31639";
Command "update T set F = null where rowid = 4803";
Command "update T set F = null where rowid = 35734";
Command "update T set F = null where rowid = 25357";
Command "update T set F = null where rowid = 7345";
Command "update T set F = null where rowid = 55450";
Command "update T set F = null where rowid = 24406";
Command "update T set F = null where rowid = 7804";
Command "update T set F = null where rowid = 31953";
Command "update T set F = null where rowid = 30589";
Command "update T set F = null where rowid = 11301";
Command "update T set F = null where rowid = 52212";
Command "update T set F = null where rowid = 25155";
Command "update T set F = null where rowid = 3201";
Command "update T set F = null where rowid = 25382";
Command "update T set F = null where rowid = 39462";
Command "update T set F = null where rowid = 19319";
Command "update T set F = null where rowid = 55293";
Command "update T set F = null where rowid = 26019";
Command "update T set F = null where rowid = 26209";
Command "update T set F = null where rowid = 28202";
Command "update T set F = null where rowid = 30828";
Command "update T set F = null where rowid = 51933";
Command "update T set F = null where rowid = 45648";
Command "update T set F = null where rowid = 54531";
Command "update T set F = null where rowid = 51653";
Command "update T set F = null where rowid = 61463";
Command "update T set F = null where rowid = 6301";
Command "update T set F = null where rowid = 43015";
Command "update T set F = null where rowid = 42023";
Command "update T set F = null where rowid = 30709";
Command "update T set F = null where rowid = 29699";
Command "update T set F = null where rowid = 43051";
Command "update T set F = null where rowid = 22422";
Command "update T set F = null where rowid = 16850";
Command "update T set F = null where rowid = 31548";
Command "update T set F = null where rowid = 38790";
Command "update T set F = null where rowid = 54681";
Command "update T set F = null where rowid = 37785";
Command "update T set F = null where rowid = 16841";
Command "update T set F = null where rowid = 51889";
Command "update T set F = null where rowid = 25125";
Command "update T set F = null where rowid = 48262";
Command "update T set F = null where rowid = 39589";
Command "update T set F = null where rowid = 57336";
Command "update T set F = null where rowid = 46622";
Command "update T set F = null where rowid = 37046";
Command "update T set F = null where rowid = 33636";
Command "update T set F = null where rowid = 48457";
Command "update T set F = null where rowid = 26873";
Command "update T set F = null where rowid = 34214";
Command "update T set F = null where rowid = 26361";
Command "update T set F = null where rowid = 15085";
Command "update T set F = null where rowid = 20954";
Command "update T set F = null where rowid = 1451";
Command "update T set F = null where rowid = 56675";
Command "update T set F = null where rowid = 2213";
Command "update T set F = null where rowid = 35323";
Command "update T set F = null where rowid = 39253";
Command "update T set F = null where rowid = 60789";
Command "update T set F = null where rowid = 19433";
Command "update T set F = null where rowid = 7764";
Command "update T set F = null where rowid = 41068";
Command "update T set F = null where rowid = 52114";
Command "update T set F = null where rowid = 11257";
Command "update T set F = null where rowid = 48756";
Command "update T set F = null where rowid = 22802";
Command "update T set F = null where rowid = 11514";
Command "update T set F = null where rowid = 54504";
Command "update T set F = null where rowid = 25204";
Command "update T set F = null where rowid = 45586";
Command "update T set F = null where rowid = 11598";
Command "update T set F = null where rowid = 36102";
Command "update T set F = null where rowid = 6988";
Command "update T set F = null where rowid = 51938";
Command "update T set F = null where rowid = 43919";
Command "update T set F = null where rowid = 36806";
Command "update T set F = null where rowid = 661";
Command "update T set F = null where rowid = 38392";
Command "update T set F = null where rowid = 17345";
Command "update T set F = null where rowid = 10258";
Command "update T set F = null where rowid = 36542";
Command "update T set F = null where rowid = 29997";
Command "update T set F = null where rowid = 7831";
Command "update T set F = null where rowid = 45685";
Command "update T set F = null where rowid = 1978";
Command "update T set F = null where rowid = 58843";
Command "update T set F = null where rowid = 22773";
Command "update T set F = null where rowid = 30093";
Command "update T set F = null where rowid = 55635";
Command "update T set F = null where rowid = 25243";
Command "update T set F = null where rowid = 15181";
Command "update T set F = null where rowid = 49718";
Command "update T set F = null where rowid = 33119";
Command "update T set F = null where rowid = 56883";
Command "update T set F = null where rowid = 21429";
Command "update T set F = null where rowid = 26477";
Command "update T set F = null where rowid = 42001";
Command "update T set F = null where rowid = 61498";
Command "update T set F = null where rowid = 14852";
Command "update T set F = null where rowid = 13170";
Command "update T set F = null where rowid = 5818";
Command "update T set F = null where rowid = 52511";
Command "update T set F = null where rowid = 2998";
Command "update T set F = null where rowid = 31851";
Command "update T set F = null where rowid = 37607";
Command "update T set F = null where rowid = 51303";
Command "update T set F = null where rowid = 49098";
Command "update T set F = null where rowid = 46910";
Command "update T set F = null where rowid = 55049";
Command "update T set F = null where rowid = 31675";
Command "update T set F = null where rowid = 24346";
Command "update T set F = null where rowid = 35423";
Command "update T set F = null where rowid = 7595";
Command "update T set F = null where rowid = 44824";
Command "update T set F = null where rowid = 10576";
Command "update T set F = null where rowid = 19902";
Command "update T set F = null where rowid = 58732";
Command "update T set F = null where rowid = 7220";
Command "update T set F = null where rowid = 5425";
Command "update T set F = null where rowid = 30607";
Command "update T set F = null where rowid = 38444";
Command "update T set F = null where rowid = 436";
Command "update T set F = null where rowid = 12501";
Command "update T set F = null where rowid = 32548";
Command "update T set F = null where rowid = 32053";
Command "update T set F = null where rowid = 12686";
Command "update T set F = null where rowid = 31359";
Command "update T set F = null where rowid = 56724";
Command "update T set F = null where rowid = 11685";
Command "update T set F = null where rowid = 53273";
Command "update T set F = null where rowid = 41713";
Command "update T set F = null where rowid = 153";
Command "update T set F = null where rowid = 21445";
Command "update T set F = null where rowid = 45050";
Command "update T set F = null where rowid = 667";
Command "update T set F = null where rowid = 24413";
Command "update T set F = null where rowid = 31990";
Command "update T set F = null where rowid = 5885";
Command "update T set F = null where rowid = 46936";
Command "update T set F = null where rowid = 41168";
Command "update T set F = null where rowid = 33763";
Command "update T set F = null where rowid = 22664";
Command "update T set F = null where rowid = 55902";
Command "update T set F = null where rowid = 6828";
Command "update T set F = null where rowid = 15007";
Command "update T set F = null where rowid = 45517";
Command "update T set F = null where rowid = 5940";
Command "update T set F = null where rowid = 15560";
Command "update T set F = null where rowid = 14803";
Command "update T set F = null where rowid = 16651";
Command "update T set F = null where rowid = 40270";
Command "update T set F = null where rowid = 44574";
Command "update T set F = null where rowid = 1435";
Command "update T set F = null where rowid = 20068";
Command "update T set F = null where rowid = 10854";
Command "update T set F = null where rowid = 24617";
Command "update T set F = null where rowid = 22567";
Command "update T set F = null where rowid = 37864";
Command "update T set F = null where rowid = 31645";
Command "update T set F = null where rowid = 13866";
Command "update T set F = null where rowid = 47647";
Command "update T set F = null where rowid = 46551";
Command "update T set F = null where rowid = 21036";
Command "update T set F = null where rowid = 6211";
Command "update T set F = null where rowid = 33316";
Command "update T set F = null where rowid = 81";
Command "update T set F = null where rowid = 33773";
Command "update T set F = null where rowid = 18331";
Command "update T set F = null where rowid = 15709";
Command "update T set F = null where rowid = 13106";
Command "update T set F = null where rowid = 35093";
Command "update T set F = null where rowid = 14044";
Command "update T set F = null where rowid = 18066";
Command "update T set F = null where rowid = 47864";
Command "update T set F = null where rowid = 17459";
Command "update T set F = null where rowid = 48547";
Command "update T set F = null where rowid = 18755";
Command "update T set F = null where rowid = 4136";
Command "update T set F = null where rowid = 13322";
Command "update T set F = null where rowid = 45155";
Command "update T set F = null where rowid = 20430";
Command "update T set F = null where rowid = 24662";
Command "update T set F = null where rowid = 33610";
Command "update T set F = null where rowid = 35840";
Command "update T set F = null where rowid = 53915";
Command "update T set F = null where rowid = 32404";
Command "update T set F = null where rowid = 23413";
Command "update T set F = null where rowid = 20811";
Command "update T set F = null where rowid = 30592";
Command "update T set F = null where rowid = 12850";
Command "update T set F = null where rowid = 18176";
Command "update T set F = null where rowid = 9788";
Command "update T set F = null where rowid = 5382";
Command "update T set F = null where rowid = 17471";
Command "update T set F = null where rowid = 34804";
Command "update T set F = null where rowid = 2897";
Command "update T set F = null where rowid = 8518";
Command "update T set F = null where rowid = 32856";
Command "update T set F = null where rowid = 24532";
Command "update T set F = null where rowid = 11037";
Command "update T set F = null where rowid = 38024";
Command "update T set F = null where rowid = 28242";
Command "update T set F = null where rowid = 23321";
Command "update T set F = null where rowid = 35851";
Command "update T set F = null where rowid = 13378";
Command "update T set F = null where rowid = 39663";
Command "update T set F = null where rowid = 33337";
Command "update T set F = null where rowid = 39498";
Command "update T set F = null where rowid = 49305";
Command "update T set F = null where rowid = 38300";
Command "update T set F = null where rowid = 25541";
Command "update T set F = null where rowid = 28429";
Command "update T set F = null where rowid = 41668";
Command "update T set F = null where rowid = 33105";
Command "update T set F = null where rowid = 59929";
Command "update T set F = null where rowid = 30528";
Command "update T set F = null where rowid = 44718";
Command "update T set F = null where rowid = 48342";
Command "update T set F = null where rowid = 30508";
Command "update T set F = null where rowid = 24517";
Command "update T set F = null where rowid = 59841";
Command "update T set F = null where rowid = 17844";
Command "update T set F = null where rowid = 15936";
Command "update T set F = null where rowid = 36850";
Command "update T set F = null where rowid = 22087";
Command "update T set F = null where rowid = 51593";
Command "update T set F = null where rowid = 56847";
Command "update T set F = null where rowid = 54914";
Command "update T set F = null where rowid = 28905";
Command "update T set F = null where rowid = 731";
Command "update T set F = null where rowid = 1899";
Command "update T set F = null where rowid = 60877";
Command "update T set F = null where rowid = 25435";
Command "update T set F = null where rowid = 21311";
Command "update T set F = null where rowid = 28705";
Command "update T set F = null where rowid = 42070";
Command "update T set F = null where rowid = 42899";
Command "update T set F = null where rowid = 45957";
Command "update T set F = null where rowid = 58601";
Command "update T set F = null where rowid = 60725";
Command "update T set F = null where rowid = 61141";
Command "update T set F = null where rowid = 33391";
Command "update T set F = null where rowid = 31507";
Command "update T set F = null where rowid = 44106";
Command "update T set F = null where rowid = 6837";
Command "update T set F = null where rowid = 7603";
Command "update T set F = null where rowid = 30191";
Command "update T set F = null where rowid = 19505";
Command "update T set F = null where rowid = 43575";
Command "update T set F = null where rowid = 54961";
Command "update T set F = null where rowid = 18683";
Command "update T set F = null where rowid = 21804";
Command "update T set F = null where rowid = 8166";
Command "update T set F = null where rowid = 34750";
Command "update T set F = null where rowid = 15351";
Command "update T set F = null where rowid = 53733";
Command "update T set F = null where rowid = 12205";
Command "update T set F = null where rowid = 11849";
Command "update T set F = null where rowid = 42783";
Command "update T set F = null where rowid = 17853";
Command "update T set F = null where rowid = 22227";
Command "update T set F = null where rowid = 5021";
Command "update T set F = null where rowid = 40871";
Command "update T set F = null where rowid = 21223";
Command "update T set F = null where rowid = 46210";
Command "update T set F = null where rowid = 43300";
Command "update T set F = null where rowid = 27468";
Command "update T set F = null where rowid = 699";
Command "update T set F = null where rowid = 53591";
Command "update T set F = null where rowid = 39054";
Command "update T set F = null where rowid = 5027";
Command "update T set F = null where rowid = 30867";
Command "update T set F = null where rowid = 29968";
Command "update T set F = null where rowid = 28820";
Command "update T set F = null where rowid = 21512";
Command "update T set F = null where rowid = 45292";
Command "update T set F = null where rowid = 46624";
Command "update T set F = null where rowid = 8335";
Command "update T set F = null where rowid = 55667";
Command "update T set F = null where rowid = 35265";
Command "update T set F = null where rowid = 29341";
Command "update T set F = null where rowid = 57927";
Command "update T set F = null where rowid = 32087";
Command "update T set F = null where rowid = 4974";
Command "update T set F = null where rowid = 24736";
Command "update T set F = null where rowid = 33570";
Command "update T set F = null where rowid = 20707";
Command "update T set F = null where rowid = 47868";
Command "update T set F = null where rowid = 51499";
Command "update T set F = null where rowid = 53727";
Command "update T set F = null where rowid = 29891";
Command "update T set F = null where rowid = 23159";
Command "update T set F = null where rowid = 50198";
Command "update T set F = null where rowid = 54951";
Command "update T set F = null where rowid = 22154";
Command "update T set F = null where rowid = 44526";
Command "update T set F = null where rowid = 8944";
Command "update T set F = null where rowid = 16907";
Command "update T set F = null where rowid = 57352";
Command "update T set F = null where rowid = 20061";
Command "update T set F = null where rowid = 24990";
Command "update T set F = null where rowid = 7090";
Command "update T set F = null where rowid = 33184";
Command "update T set F = null where rowid = 3627";
Command "update T set F = null where rowid = 36205";
Command "update T set F = null where rowid = 58639";
Command "update T set F = null where rowid = 26015";
Command "update T set F = null where rowid = 7919";
Command "update T set F = null where rowid = 46748";
Command "update T set F = null where rowid = 11885";
Command "update T set F = null where rowid = 20159";
Command "update T set F = null where rowid = 34067";
Command "update T set F = null where rowid = 35599";
Command "update T set F = null where rowid = 54687";
Command "update T set F = null where rowid = 53364";
Command "update T set F = null where rowid = 24377";
Command "update T set F = null where rowid = 17142";
Command "update T set F = null where rowid = 26082";
Command "update T set F = null where rowid = 4427";
Command "update T set F = null where rowid = 29205";
Command "update T set F = null where rowid = 50253";
Command "update T set F = null where rowid = 16625";
Command "update T set F = null where rowid = 59805";
Command "update T set F = null where rowid = 26670";
Command "update T set F = null where rowid = 34181";
Command "update T set F = null where rowid = 2456";
Command "update T set F = null where rowid = 12862";
Command "update T set F = null where rowid = 4003";
Command "update T set F = null where rowid = 28530";
Command "update T set F = null where rowid = 8427";
Command "update T set F = null where rowid = 51107";
Command "update T set F = null where rowid = 10132";
Command "update T set F = null where rowid = 3519";
Command "update T set F = null where rowid = 32776";
Command "update T set F = null where rowid = 1896";
Command "update T set F = null where rowid = 33005";
Command "update T set F = null where rowid = 41266";
Command "update T set F = null where rowid = 35763";
Command "update T set F = null where rowid = 22939";
Command "update T set F = null where rowid = 43330";
Command "update T set F = null where rowid = 6987";
Command "update T set F = null where rowid = 34098";
Command "update T set F = null where rowid = 33756";
Command "update T set F = null where rowid = 53921";
Command "update T set F = null where rowid = 48240";
Command "update T set F = null where rowid = 47020";
Command "update T set F = null where rowid = 34171";
Command "update T set F = null where rowid = 37063";
Command "update T set F = null where rowid = 19932";
Command "update T set F = null where rowid = 49896";
Command "update T set F = null where rowid = 52769";
Command "update T set F = null where rowid = 30697";
Command "update T set F = null where rowid = 35986";
Command "update T set F = null where rowid = 30483";
Command "update T set F = null where rowid = 34993";
Command "update T set F = null where rowid = 44704";
Command "update T set F = null where rowid = 16132";
Command "update T set F = null where rowid = 8423";
Command "update T set F = null where rowid = 3803";
Command "update T set F = null where rowid = 35106";
Command "update T set F = null where rowid = 22099";
Command "update T set F = null where rowid = 9312";
Command "update T set F = null where rowid = 32171";
Command "update T set F = null where rowid = 28029";
Command "update T set F = null where rowid = 37743";
Command "update T set F = null where rowid = 17948";
Command "update T set F = null where rowid = 37661";
Command "update T set F = null where rowid = 3371";
Command "update T set F = null where rowid = 906";
Command "update T set F = null where rowid = 48289";
Command "update T set F = null where rowid = 42592";
Command "update T set F = null where rowid = 15087";
Command "update T set F = null where rowid = 36641";
Command "update T set F = null where rowid = 4441";
Command "update T set F = null where rowid = 55798";
Command "update T set F = null where rowid = 20155";
Command "update T set F = null where rowid = 25828";
Command "update T set F = null where rowid = 8184";
Command "update T set F = null where rowid = 1703";
Command "update T set F = null where rowid = 56762";
Command "update T set F = null where rowid = 31682";
Command "update T set F = null where rowid = 50588";
Command "update T set F = null where rowid = 60935";
Command "update T set F = null where rowid = 11581";
Command "update T set F = null where rowid = 44780";
Command "update T set F = null where rowid = 166";
Command "update T set F = null where rowid = 31172";
Command "update T set F = null where rowid = 14046";
Command "update T set F = null where rowid = 7905";
Command "update T set F = null where rowid = 20520";
Command "update T set F = null where rowid = 15587";
Command "update T set F = null where rowid = 42109";
Command "update T set F = null where rowid = 42787";
Command "update T set F = null where rowid = 18694";
Command "update T set F = null where rowid = 41114";
Command "update T set F = null where rowid = 42805";
Command "update T set F = null where rowid = 14491";
Command "update T set F = null where rowid = 26301";
Command "update T set F = null where rowid = 1661";
Command "update T set F = null where rowid = 53809";
Command "update T set F = null where rowid = 55483";
Command "update T set F = null where rowid = 53970";
Command "update T set F = null where rowid = 19057";
Command "update T set F = null where rowid = 3278";
Command "update T set F = null where rowid = 24108";
Command "update T set F = null where rowid = 28191";
Command "update T set F = null where rowid = 14006";
Command "update T set F = null where rowid = 10623";
Command "update T set F = null where rowid = 15564";
Command "update T set F = null where rowid = 6333";
Command "update T set F = null where rowid = 46179";
Command "update T set F = null where rowid = 2309";
Command "update T set F = null where rowid = 50454";
Command "update T set F = null where rowid = 44669";
Command "update T set F = null where rowid = 15032";
Command "update T set F = null where rowid = 12822";
Command "update T set F = null where rowid = 23011";
Command "update T set F = null where rowid = 27438";
Command "update T set F = null where rowid = 9685";
Command "update T set F = null where rowid = 34962";
Command "update T set F = null where rowid = 28750";
Command "update T set F = null where rowid = 10324";
Command "update T set F = null where rowid = 1848";
Command "update T set F = null where rowid = 55162";
Command "update T set F = null where rowid = 36881";
Command "update T set F = null where rowid = 41760";
Command "update T set F = null where rowid = 37766";
Command "update T set F = null where rowid = 25162";
Command "update T set F = null where rowid = 43147";
Command "update T set F = null where rowid = 2133";
Command "update T set F = null where rowid = 38917";
Command "update T set F = null where rowid = 59146";
Command "update T set F = null where rowid = 43726";
Command "update T set F = null where rowid = 38348";
Command "update T set F = null where rowid = 1318";
Command "update T set F = null where rowid = 52808";
Command "update T set F = null where rowid = 17989";
Command "update T set F = null where rowid = 11501";
Command "update T set F = null where rowid = 20683";
Command "update T set F = null where rowid = 19231";
Command "update T set F = null where rowid = 13164";
Command "update T set F = null where rowid = 14140";
Command "update T set F = null where rowid = 45874";
Command "update T set F = null where rowid = 39835";
Command "update T set F = null where rowid = 58040";
Command "update T set F = null where rowid = 19780";
Command "update T set F = null where rowid = 51233";
Command "update T set F = null where rowid = 16211";
Command "update T set F = null where rowid = 46904";
Command "update T set F = null where rowid = 9455";
Command "update T set F = null where rowid = 54099";
Command "update T set F = null where rowid = 40477";
Command "update T set F = null where rowid = 36716";
Command "update T set F = null where rowid = 20153";
Command "update T set F = null where rowid = 21938";
Command "update T set F = null where rowid = 61343";
Command "update T set F = null where rowid = 20529";
Command "update T set F = null where rowid = 16791";
Command "update T set F = null where rowid = 9044";
Command "update T set F = null where rowid = 47711";
Command "update T set F = null where rowid = 18715";
Command "update T set F = null where rowid = 25994";
Command "update T set F = null where rowid = 29895";
Command "update T set F = null where rowid = 43099";
Command "update T set F = null where rowid = 17220";
Command "update T set F = null where rowid = 61307";
Command "update T set F = null where rowid = 36101";
Command "update T set F = null where rowid = 46314";
Command "update T set F = null where rowid = 49526";
Command "update T set F = null where rowid = 19861";
Command "update T set F = null where rowid = 59864";
Command "update T set F = null where rowid = 54429";
Command "update T set F = null where rowid = 42888";
Command "update T set F = null where rowid = 49582";
Command "update T set F = null where rowid = 12011";
Command "update T set F = null where rowid = 42796";
Command "update T set F = null where rowid = 31408";
Command "update T set F = null where rowid = 57347";
Command "update T set F = null where rowid = 24660";
Command "update T set F = null where rowid = 52641";
Command "update T set F = null where rowid = 20119";
Command "update T set F = null where rowid = 50566";
Command "update T set F = null where rowid = 50376";
Command "update T set F = null where rowid = 52477";
Command "update T set F = null where rowid = 2941";
Command "update T set F = null where rowid = 44957";
Command "update T set F = null where rowid = 16596";
Command "update T set F = null where rowid = 12581";
Command "update T set F = null where rowid = 34495";
Command "update T set F = null where rowid = 26590";
Command "update T set F = null where rowid = 11810";
Command "update T set F = null where rowid = 16901";
Command "update T set F = null where rowid = 41023";
Command "update T set F = null where rowid = 17986";
Command "update T set F = null where rowid = 43224";
Command "update T set F = null where rowid = 10605";
Command "update T set F = null where rowid = 36397";
Command "update T set F = null where rowid = 48532";
Command "update T set F = null where rowid = 17813";
Command "update T set F = null where rowid = 37809";
Command "update T set F = null where rowid = 12548";
Command "update T set F = null where rowid = 7927";
Command "update T set F = null where rowid = 44036";
Command "update T set F = null where rowid = 51230";
Command "update T set F = null where rowid = 43303";
Command "update T set F = null where rowid = 50530";
Command "update T set F = null where rowid = 25821";
Command "update T set F = null where rowid = 12407";
Command "update T set F = null where rowid = 16307";
Command "update T set F = null where rowid = 6427";
Command "update T set F = null where rowid = 35205";
Command "update T set F = null where rowid = 61015";
Command "update T set F = null where rowid = 14633";
Command "update T set F = null where rowid = 19696";
Command "update T set F = null where rowid = 2421";
Command "update T set F = null where rowid = 2812";
Command "update T set F = null where rowid = 28901";
Command "update T set F = null where rowid = 16964";
Command "update T set F = null where rowid = 22787";
Command "update T set F = null where rowid = 4673";
Command "update T set F = null where rowid = 3908";
Command "update T set F = null where rowid = 19428";
Command "update T set F = null where rowid = 53105";
Command "update T set F = null where rowid = 15357";
Command "update T set F = null where rowid = 52392";
Command "update T set F = null where rowid = 5609";
Command "update T set F = null where rowid = 46294";
Command "update T set F = null where rowid = 19632";
Command "update T set F = null where rowid = 42324";
Command "update T set F = null where rowid = 55697";
Command "update T set F = null where rowid = 6292";
Command "update T set F = null where rowid = 48564";
Command "update T set F = null where rowid = 60797";
Command "update T set F = null where rowid = 4341";
Command "update T set F = null where rowid = 25848";
Command "update T set F = null where rowid = 31330";
Command "update T set F = null where rowid = 47829";
Command "update T set F = null where rowid = 60931";
Command "update T set F = null where rowid = 42496";
Command "update T set F = null where rowid = 4426";
Command "update T set F = null where rowid = 35981";
Command "update T set F = null where rowid = 6425";
Command "update T set F = null where rowid = 21299";
Command "update T set F = null where rowid = 60999";
Command "update T set F = null where rowid = 29487";
Command "update T set F = null where rowid = 18651";
Command "update T set F = null where rowid = 35401";
Command "update T set F = null where rowid = 24786";
Command "update T set F = null where rowid = 43946";
Command "update T set F = null where rowid = 34435";
Command "update T set F = null where rowid = 40466";
Command "update T set F = null where rowid = 30970";
Command "update T set F = null where rowid = 10369";
Command "update T set F = null where rowid = 24276";
Command "update T set F = null where rowid = 32168";
Command "update T set F = null where rowid = 40337";
Command "update T set F = null where rowid = 48832";
Command "update T set F = null where rowid = 1325";
Command "update T set F = null where rowid = 20598";
Command "update T set F = null where rowid = 6129";
Command "update T set F = null where rowid = 18368";
Command "update T set F = null where rowid = 51383";
Command "update T set F = null where rowid = 53443";
Command "update T set F = null where rowid = 21016";
Command "update T set F = null where rowid = 39752";
Command "update T set F = null where rowid = 48788";
Command "update T set F = null where rowid = 11897";
Command "update T set F = null where rowid = 19485";
Command "update T set F = null where rowid = 3707";
Command "update T set F = null where rowid = 1094";
Command "update T set F = null where rowid = 43838";
Command "update T set F = null where rowid = 31897";
Command "update T set F = null where rowid = 29333";
Command "update T set F = null where rowid = 43716";
Command "update T set F = null where rowid = 28853";
Command "update T set F = null where rowid = 25120";
Command "update T set F = null where rowid = 18618";
Command "update T set F = null where rowid = 14940";
Command "update T set F = null where rowid = 4094";
Command "update T set F = null where rowid = 37259";
Command "update T set F = null where rowid = 5195";
Command "update T set F = null where rowid = 12104";
Command "update T set F = null where rowid = 21883";
Command "update T set F = null where rowid = 19941";
Command "update T set F = null where rowid = 57216";
Command "update T set F = null where rowid = 30985";
Command "update T set F = null where rowid = 48191";
Command "update T set F = null where rowid = 6035";
Command "update T set F = null where rowid = 57855";
Command "update T set F = null where rowid = 55243";
Command "update T set F = null where rowid = 21822";
Command "update T set F = null where rowid = 41442";
Command "update T set F = null where rowid = 53564";
Command "update T set F = null where rowid = 52805";
Command "update T set F = null where rowid = 34862";
Command "update T set F = null where rowid = 16779";
Command "update T set F = null where rowid = 47379";
Command "update T set F = null where rowid = 1721";
Command "update T set F = null where rowid = 56784";
Command "update T set F = null where rowid = 1397";
Command "update T set F = null where rowid = 7867";
Command "update T set F = null where rowid = 16235";
Command "update T set F = null where rowid = 10306";
Command "update T set F = null where rowid = 2607";
Command "update T set F = null where rowid = 4807";
Command "update T set F = null where rowid = 36063";
Command "update T set F = null where rowid = 25256";
Command "update T set F = null where rowid = 35032";
Command "update T set F = null where rowid = 22686";
Command "update T set F = null where rowid = 52033";
Command "update T set F = null where rowid = 43096";
Command "update T set F = null where rowid = 59824";
Command "update T set F = null where rowid = 21583";
Command "update T set F = null where rowid = 24920";
Command "update T set F = null where rowid = 8404";
Command "update T set F = null where rowid = 35322";
Command "update T set F = null where rowid = 43279";
Command "update T set F = null where rowid = 5807";
Command "update T set F = null where rowid = 49920";
Command "update T set F = null where rowid = 44362";
Command "update T set F = null where rowid = 12358";
Command "update T set F = null where rowid = 56469";
Command "update T set F = null where rowid = 11035";
Command "update T set F = null where rowid = 43741";
Command "update T set F = null where rowid = 17466";
Command "update T set F = null where rowid = 36326";
Command "update T set F = null where rowid = 29926";
Command "update T set F = null where rowid = 5446";
Command "update T set F = null where rowid = 3179";
Command "update T set F = null where rowid = 59916";
Command "update T set F = null where rowid = 22250";
Command "update T set F = null where rowid = 60522";
Command "update T set F = null where rowid = 41325";
Command "update T set F = null where rowid = 21432";
Command "update T set F = null where rowid = 23890";
Command "update T set F = null where rowid = 14433";
Command "update T set F = null where rowid = 25485";
Command "update T set F = null where rowid = 10791";
Command "update T set F = null where rowid = 25999";
Command "update T set F = null where rowid = 57374";
Command "update T set F = null where rowid = 52484";
Command "update T set F = null where rowid = 30301";
Command "update T set F = null where rowid = 5285";
Command "update T set F = null where rowid = 16239";
Command "update T set F = null where rowid = 47510";
Command "update T set F = null where rowid = 57751";
Command "update T set F = null where rowid = 3818";
Command "update T set F = null where rowid = 30170";
Command "update T set F = null where rowid = 4485";
Command "update T set F = null where rowid = 26404";
Command "update T set F = null where rowid = 31702";
Command "update T set F = null where rowid = 16449";
Command "update T set F = null where rowid = 49772";
Command "update T set F = null where rowid = 4940";
Command "update T set F = null where rowid = 22612";
Command "update T set F = null where rowid = 14141";
Command "update T set F = null where rowid = 15605";
Command "update T set F = null where rowid = 51412";
Command "update T set F = null where rowid = 13246";
Command "update T set F = null where rowid = 54902";
Command "update T set F = null where rowid = 11239";
Command "update T set F = null where rowid = 1386";
Command "update T set F = null where rowid = 40891";
Command "update T set F = null where rowid = 39808";
Command "update T set F = null where rowid = 43289";
Command "update T set F = null where rowid = 40224";
Command "update T set F = null where rowid = 42042";
Command "update T set F = null where rowid = 31171";
Command "update T set F = null where rowid = 56381";
Command "update T set F = null where rowid = 24084";
Command "update T set F = null where rowid = 23180";
Command "update T set F = null where rowid = 18800";
Command "update T set F = null where rowid = 4632";
Command "update T set F = null where rowid = 17427";
Command "update T set F = null where rowid = 12934";
Command "update T set F = null where rowid = 4109";
Command "update T set F = null where rowid = 36194";
Command "update T set F = null where rowid = 58262";
Command "update T set F = null where rowid = 37198";
Command "update T set F = null where rowid = 1031";
Command "update T set F = null where rowid = 4102";
Command "update T set F = null where rowid = 57100";
Command "update T set F = null where rowid = 8371";
Command "update T set F = null where rowid = 58078";
Command "update T set F = null where rowid = 60302";
Command "update T set F = null where rowid = 6780";
Command "update T set F = null where rowid = 4152";
Command "update T set F = null where rowid = 16306";
Command "update T set F = null where rowid = 14128";
Command "update T set F = null where rowid = 53780";
Command "update T set F = null where rowid = 23775";
Command "update T set F = null where rowid = 45095";
Command "update T set F = null where rowid = 43258";
Command "update T set F = null where rowid = 57920";
Command "update T set F = null where rowid = 58774";
Command "update T set F = null where rowid = 56955";
Command "update T set F = null where rowid = 36784";
Command "update T set F = null where rowid = 32152";
Command "update T set F = null where rowid = 30476";
Command "update T set F = null where rowid = 49545";
Command "update T set F = null where rowid = 50930";
Command "update T set F = null where rowid = 56693";
Command "update T set F = null where rowid = 19518";
Command "update T set F = null where rowid = 28965";
Command "update T set F = null where rowid = 28148";
Command "update T set F = null where rowid = 38219";
Command "update T set F = null where rowid = 24127";
Command "update T set F = null where rowid = 45657";
Command "update T set F = null where rowid = 36452";
Command "update T set F = null where rowid = 44472";
Command "update T set F = null where rowid = 40774";
Command "update T set F = null where rowid = 15331";
Command "update T set F = null where rowid = 18876";
Command "update T set F = null where rowid = 19521";
Command "update T set F = null where rowid = 4008";
Command "update T set F = null where rowid = 16441";
Command "update T set F = null where rowid = 28336";
Command "update T set F = null where rowid = 25049";
Command "update T set F = null where rowid = 24630";
Command "update T set F = null where rowid = 20262";
Command "update T set F = null where rowid = 11928";
Command "update T set F = null where rowid = 29441";
Command "update T set F = null where rowid = 41960";
Command "update T set F = null where rowid = 6892";
Command "update T set F = null where rowid = 6715";
Command "update T set F = null where rowid = 36034";
Command "update T set F = null where rowid = 15609";
Command "update T set F = null where rowid = 35252";
Command "update T set F = null where rowid = 15647";
Command "update T set F = null where rowid = 3499";
Command "update T set F = null where rowid = 33758";
Command "update T set F = null where rowid = 8347";
Command "update T set F = null where rowid = 5955";
Command "update T set F = null where rowid = 52765";
Command "update T set F = null where rowid = 10318";
Command "update T set F = null where rowid = 48998";
Command "update T set F = null where rowid = 36484";
Command "update T set F = null where rowid = 17078";
Command "update T set F = null where rowid = 28962";
Command "update T set F = null where rowid = 16888";
Command "update T set F = null where rowid = 47392";
Command "update T set F = null where rowid = 33131";
Command "update T set F = null where rowid = 42447";
Command "update T set F = null where rowid = 29689";
Command "update T set F = null where rowid = 47238";
Command "update T set F = null where rowid = 3590";
Command "update T set F = null where rowid = 15641";
Command "update T set F = null where rowid = 31138";
Command "update T set F = null where rowid = 15374";
Command "update T set F = null where rowid = 19583";
Command "update T set F = null where rowid = 15617";
Command "update T set F = null where rowid = 46397";
Command "update T set F = null where rowid = 8671";
Command "update T set F = null where rowid = 41958";
Command "update T set F = null where rowid = 24314";
Command "update T set F = null where rowid = 21127";
Command "update T set F = null where rowid = 9712";
Command "update T set F = null where rowid = 16260";
Command "update T set F = null where rowid = 21654";
Command "update T set F = null where rowid = 50928";
Command "update T set F = null where rowid = 43307";
Command "update T set F = null where rowid = 41076";
Command "update T set F = null where rowid = 41835";
Command "update T set F = null where rowid = 51087";
Command "update T set F = null where rowid = 4500";
Command "update T set F = null where rowid = 1253";
Command "update T set F = null where rowid = 36901";
Command "update T set F = null where rowid = 46713";
Command "update T set F = null where rowid = 15774";
Command "update T set F = null where rowid = 30745";
Command "update T set F = null where rowid = 5018";
Command "update T set F = null where rowid = 15755";
Command "update T set F = null where rowid = 284";
Command "update T set F = null where rowid = 8134";
Command "update T set F = null where rowid = 28089";
Command "update T set F = null where rowid = 19349";
Command "update T set F = null where rowid = 1932";
Command "update T set F = null where rowid = 6778";
Command "update T set F = null where rowid = 44088";
Command "update T set F = null where rowid = 16135";
Command "update T set F = null where rowid = 27018";
Command "update T set F = null where rowid = 47298";
Command "update T set F = null where rowid = 56747";
Command "update T set F = null where rowid = 26563";
Command "update T set F = null where rowid = 50797";
Command "update T set F = null where rowid = 49522";
Command "update T set F = null where rowid = 11995";
Command "update T set F = null where rowid = 37780";
Command "update T set F = null where rowid = 5139";
Command "update T set F = null where rowid = 11070";
Command "update T set F = null where rowid = 40851";
Command "update T set F = null where rowid = 18226";
Command "update T set F = null where rowid = 56673";
Command "update T set F = null where rowid = 26497";
Command "update T set F = null where rowid = 13726";
Command "update T set F = null where rowid = 48694";
Command "update T set F = null where rowid = 33844";
Command "update T set F = null where rowid = 35498";
Command "update T set F = null where rowid = 54688";
Command "update T set F = null where rowid = 39697";
Command "update T set F = null where rowid = 18212";
Command "update T set F = null where rowid = 22669";
Command "update T set F = null where rowid = 42479";
Command "update T set F = null where rowid = 584";
Command "update T set F = null where rowid = 48969";
Command "update T set F = null where rowid = 58820";
Command "update T set F = null where rowid = 42828";
Command "update T set F = null where rowid = 32921";
Command "update T set F = null where rowid = 39013";
Command "update T set F = null where rowid = 7439";
Command "update T set F = null where rowid = 30895";
Command "update T set F = null where rowid = 50593";
Command "update T set F = null where rowid = 51542";
Command "update T set F = null where rowid = 30333";
Command "update T set F = null where rowid = 19794";
Command "update T set F = null where rowid = 38786";
Command "update T set F = null where rowid = 6534";
Command "update T set F = null where rowid = 53714";
Command "update T set F = null where rowid = 60115";
Command "update T set F = null where rowid = 33599";
Command "update T set F = null where rowid = 11771";
Command "update T set F = null where rowid = 27167";
Command "update T set F = null where rowid = 50412";
Command "update T set F = null where rowid = 8992";
Command "update T set F = null where rowid = 18891";
Command "update T set F = null where rowid = 11913";
Command "update T set F = null where rowid = 52472";
Command "update T set F = null where rowid = 28997";
Command "update T set F = null where rowid = 29529";
Command "update T set F = null where rowid = 53471";
Command "update T set F = null where rowid = 11890";
Command "update T set F = null where rowid = 45929";
Command "update T set F = null where rowid = 50677";
Command "update T set F = null where rowid = 25446";
Command "update T set F = null where rowid = 59601";
Command "update T set F = null where rowid = 52851";
Command "update T set F = null where rowid = 55747";
Command "update T set F = null where rowid = 50559";
Command "update T set F = null where rowid = 22322";
Command "update T set F = null where rowid = 25591";
Command "update T set F = null where rowid = 10188";
Command "update T set F = null where rowid = 1498";
Command "update T set F = null where rowid = 49553";
Command "update T set F = null where rowid = 56325";
Command "update T set F = null where rowid = 28618";
Command "update T set F = null where rowid = 52807";
Command "update T set F = null where rowid = 16648";
Command "update T set F = null where rowid = 32900";
Command "update T set F = null where rowid = 35624";
Command "update T set F = null where rowid = 47295";
Command "update T set F = null where rowid = 46195";
Command "update T set F = null where rowid = 3576";
Command "update T set F = null where rowid = 45419";
Command "update T set F = null where rowid = 59836";
Command "update T set F = null where rowid = 18018";
Command "update T set F = null where rowid = 23685";
Command "update T set F = null where rowid = 22195";
Command "update T set F = null where rowid = 44997";
Command "update T set F = null where rowid = 41464";
Command "update T set F = null where rowid = 49719";
Command "update T set F = null where rowid = 33928";
Command "update T set F = null where rowid = 46938";
Command "update T set F = null where rowid = 15895";
Command "update T set F = null where rowid = 43215";
Command "update T set F = null where rowid = 58676";
Command "update T set F = null where rowid = 35848";
Command "update T set F = null where rowid = 1303";
Command "update T set F = null where rowid = 53081";
Command "update T set F = null where rowid = 49598";
Command "update T set F = null where rowid = 55144";
Command "update T set F = null where rowid = 57048";
Command "update T set F = null where rowid = 9412";
Command "update T set F = null where rowid = 53029";
Command "update T set F = null where rowid = 45168";
Command "update T set F = null where rowid = 53509";
Command "update T set F = null where rowid = 12517";
Command "update T set F = null where rowid = 7225";
Command "update T set F = null where rowid = 38153";
Command "update T set F = null where rowid = 17756";
Command "update T set F = null where rowid = 37576";
Command "update T set F = null where rowid = 28070";
Command "update T set F = null where rowid = 14468";
Command "update T set F = null where rowid = 52378";
Command "update T set F = null where rowid = 15654";
Command "update T set F = null where rowid = 53602";
Command "update T set F = null where rowid = 50460";
Command "update T set F = null where rowid = 57573";
Command "update T set F = null where rowid = 58211";
Command "update T set F = null where rowid = 29257";
Command "update T set F = null where rowid = 25076";
Command "update T set F = null where rowid = 49513";
Command "update T set F = null where rowid = 385";
Command "update T set F = null where rowid = 2357";
Command "update T set F = null where rowid = 16157";
Command "update T set F = null where rowid = 34842";
Command "update T set F = null where rowid = 59945";
Command "update T set F = null where rowid = 37881";
Command "update T set F = null where rowid = 30088";
Command "update T set F = null where rowid = 173";
Command "update T set F = null where rowid = 3352";
Command "update T set F = null where rowid = 21080";
Command "update T set F = null where rowid = 22885";
Command "update T set F = null where rowid = 53046";
Command "update T set F = null where rowid = 21476";
Command "update T set F = null where rowid = 29727";
Command "update T set F = null where rowid = 20421";
Command "update T set F = null where rowid = 42992";
Command "update T set F = null where rowid = 50963";
Command "update T set F = null where rowid = 17613";
Command "update T set F = null where rowid = 19636";
Command "update T set F = null where rowid = 3245";
Command "update T set F = null where rowid = 5666";
Command "update T set F = null where rowid = 14096";
Command "update T set F = null where rowid = 8133";
Command "update T set F = null where rowid = 14851";
Command "update T set F = null where rowid = 21547";
Command "update T set F = null where rowid = 27535";
Command "update T set F = null where rowid = 12810";
Command "update T set F = null where rowid = 5913";
Command "update T set F = null where rowid = 24080";
Command "update T set F = null where rowid = 26808";
Command "update T set F = null where rowid = 36721";
Command "update T set F = null where rowid = 51825";
Command "update T set F = null where rowid = 1309";
Command "update T set F = null where rowid = 2474";
Command "update T set F = null where rowid = 56409";
Command "update T set F = null where rowid = 59005";
Command "update T set F = null where rowid = 37786";
Command "update T set F = null where rowid = 2795";
Command "update T set F = null where rowid = 22888";
Command "update T set F = null where rowid = 22116";
Command "update T set F = null where rowid = 31770";
Command "update T set F = null where rowid = 36964";
Command "update T set F = null where rowid = 36431";
Command "update T set F = null where rowid = 35132";
Command "update T set F = null where rowid = 46873";
Command "update T set F = null where rowid = 4151";
Command "update T set F = null where rowid = 41010";
Command "update T set F = null where rowid = 20251";
Command "update T set F = null where rowid = 24571";
Command "update T set F = null where rowid = 33770";
Command "update T set F = null where rowid = 20605";
Command "update T set F = null where rowid = 9516";
Command "update T set F = null where rowid = 13690";
Command "update T set F = null where rowid = 20565";
Command "update T set F = null where rowid = 48944";
Command "update T set F = null where rowid = 29669";
Command "update T set F = null where rowid = 60147";
Command "update T set F = null where rowid = 9321";
Command "update T set F = null where rowid = 17521";
Command "update T set F = null where rowid = 35989";
Command "update T set F = null where rowid = 27279";
Command "update T set F = null where rowid = 54940";
Command "update T set F = null where rowid = 8906";
Command "update T set F = null where rowid = 6050";
Command "update T set F = null where rowid = 33950";
Command "update T set F = null where rowid = 39672";
Command "update T set F = null where rowid = 17215";
Command "update T set F = null where rowid = 26150";
Command "update T set F = null where rowid = 12767";
Command "update T set F = null where rowid = 10052";
Command "update T set F = null where rowid = 44772";
Command "update T set F = null where rowid = 52528";
Command "update T set F = null where rowid = 10430";
Command "update T set F = null where rowid = 61";
Command "update T set F = null where rowid = 37303";
Command "update T set F = null where rowid = 57435";
Command "update T set F = null where rowid = 27546";
Command "update T set F = null where rowid = 7106";
Command "update T set F = null where rowid = 26662";
Command "update T set F = null where rowid = 11416";
Command "update T set F = null where rowid = 13844";
Command "update T set F = null where rowid = 42333";
Command "update T set F = null where rowid = 37382";
Command "update T set F = null where rowid = 47473";
Command "update T set F = null where rowid = 34872";
Command "update T set F = null where rowid = 19642";
Command "update T set F = null where rowid = 38166";
Command "update T set F = null where rowid = 46032";
Command "update T set F = null where rowid = 27161";
Command "update T set F = null where rowid = 33680";
Command "update T set F = null where rowid = 41512";
Command "update T set F = null where rowid = 55310";
Command "update T set F = null where rowid = 1563";
Command "update T set F = null where rowid = 39598";
Command "update T set F = null where rowid = 54790";
Command "update T set F = null where rowid = 23431";
Command "update T set F = null where rowid = 30892";
Command "update T set F = null where rowid = 5029";
Command "update T set F = null where rowid = 44134";
Command "update T set F = null where rowid = 6989";
Command "update T set F = null where rowid = 55813";
Command "update T set F = null where rowid = 12235";
Command "update T set F = null where rowid = 19139";
Command "update T set F = null where rowid = 49571";
Command "update T set F = null where rowid = 48450";
Command "update T set F = null where rowid = 60054";
Command "update T set F = null where rowid = 12569";
Command "update T set F = null where rowid = 51293";
Command "update T set F = null where rowid = 22989";
Command "update T set F = null where rowid = 17140";
Command "update T set F = null where rowid = 42657";
Command "update T set F = null where rowid = 44657";
Command "update T set F = null where rowid = 44828";
Command "update T set F = null where rowid = 1295";
Command "update T set F = null where rowid = 45505";
Command "update T set F = null where rowid = 15224";
Command "update T set F = null where rowid = 51846";
Command "update T set F = null where rowid = 27229";
Command "update T set F = null where rowid = 2095";
Command "update T set F = null where rowid = 53574";
Command "update T set F = null where rowid = 34451";
Command "update T set F = null where rowid = 27728";
Command "update T set F = null where rowid = 29607";
Command "update T set F = null where rowid = 44597";
Command "update T set F = null where rowid = 49717";
Command "update T set F = null where rowid = 1814";
Command "update T set F = null where rowid = 15969";
Command "update T set F = null where rowid = 12075";
Command "update T set F = null where rowid = 35090";
Command "update T set F = null where rowid = 26178";
Command "update T set F = null where rowid = 22085";
Command "update T set F = null where rowid = 50620";
Command "update T set F = null where rowid = 16128";
Command "update T set F = null where rowid = 50062";
Command "update T set F = null where rowid = 43591";
Command "update T set F = null where rowid = 7502";
Command "update T set F = null where rowid = 58904";
Command "update T set F = null where rowid = 26847";
Command "update T set F = null where rowid = 35781";
Command "update T set F = null where rowid = 42229";
Command "update T set F = null where rowid = 38634";
Command "update T set F = null where rowid = 53345";
Command "update T set F = null where rowid = 32285";
Command "update T set F = null where rowid = 16865";
Command "update T set F = null where rowid = 39099";
Command "update T set F = null where rowid = 36097";
Command "update T set F = null where rowid = 16149";
Command "update T set F = null where rowid = 4320";
Command "update T set F = null where rowid = 50833";
Command "update T set F = null where rowid = 16822";
Command "update T set F = null where rowid = 32438";
Command "update T set F = null where rowid = 58933";
Command "update T set F = null where rowid = 52208";
Command "update T set F = null where rowid = 43171";
Command "update T set F = null where rowid = 9395";
Command "update T set F = null where rowid = 10604";
Command "update T set F = null where rowid = 11292";
Command "update T set F = null where rowid = 56197";
Command "update T set F = null where rowid = 167";
Command "update T set F = null where rowid = 28615";
Command "update T set F = null where rowid = 6994";
Command "update T set F = null where rowid = 27917";
Command "update T set F = null where rowid = 53268";
Command "update T set F = null where rowid = 12181";
Command "update T set F = null where rowid = 12453";
Command "update T set F = null where rowid = 19448";
Command "update T set F = null where rowid = 14826";
Command "update T set F = null where rowid = 18040";
Command "update T set F = null where rowid = 10730";
Command "update T set F = null where rowid = 7031";
Command "update T set F = null where rowid = 56996";
Command "update T set F = null where rowid = 50562";
Command "update T set F = null where rowid = 39646";
Command "update T set F = null where rowid = 29282";
Command "update T set F = null where rowid = 4279";
Command "update T set F = null where rowid = 9414";
Command "update T set F = null where rowid = 1465";
Command "update T set F = null where rowid = 23286";
Command "update T set F = null where rowid = 41188";
Command "update T set F = null where rowid = 45741";
Command "update T set F = null where rowid = 54519";
Command "update T set F = null where rowid = 5265";
Command "update T set F = null where rowid = 60121";
Command "update T set F = null where rowid = 50189";
Command "update T set F = null where rowid = 59869";
Command "update T set F = null where rowid = 5223";
Command "update T set F = null where rowid = 51227";
Command "update T set F = null where rowid = 45609";
Command "update T set F = null where rowid = 3806";
Command "update T set F = null where rowid = 40530";
Command "update T set F = null where rowid = 1960";
Command "update T set F = null where rowid = 2570";
Command "update T set F = null where rowid = 1079";
Command "update T set F = null where rowid = 13534";
Command "update T set F = null where rowid = 50894";
Command "update T set F = null where rowid = 17383";
Command "update T set F = null where rowid = 57840";
Command "update T set F = null where rowid = 52714";
Command "update T set F = null where rowid = 13468";
Command "update T set F = null where rowid = 5364";
Command "update T set F = null where rowid = 49765";
Command "update T set F = null where rowid = 41614";
Command "update T set F = null where rowid = 16905";
Command "update T set F = null where rowid = 36351";
Command "update T set F = null where rowid = 20930";
Command "update T set F = null where rowid = 40848";
Command "update T set F = null where rowid = 42487";
Command "update T set F = null where rowid = 40552";
Command "update T set F = null where rowid = 18517";
Command "update T set F = null where rowid = 37390";
Command "update T set F = null where rowid = 14307";
Command "update T set F = null where rowid = 22676";
Command "update T set F = null where rowid = 37425";
Command "update T set F = null where rowid = 55900";
Command "update T set F = null where rowid = 28418";
Command "update T set F = null where rowid = 4754";
Command "update T set F = null where rowid = 6215";
Command "update T set F = null where rowid = 55580";
Command "update T set F = null where rowid = 13022";
Command "update T set F = null where rowid = 41789";
Command "update T set F = null where rowid = 46685";
Command "update T set F = null where rowid = 25445";
Command "update T set F = null where rowid = 47778";
Command "update T set F = null where rowid = 31757";
Command "update T set F = null where rowid = 50802";
Command "update T set F = null where rowid = 13892";
Command "update T set F = null where rowid = 57442";
Command "update T set F = null where rowid = 5512";
Command "update T set F = null where rowid = 41210";
Command "update T set F = null where rowid = 29996";
Command "update T set F = null where rowid = 1778";
Command "update T set F = null where rowid = 20963";
Command "update T set F = null where rowid = 33979";
Command "update T set F = null where rowid = 27337";
Command "update T set F = null where rowid = 38362";
Command "update T set F = null where rowid = 4533";
Command "update T set F = null where rowid = 2276";
Command "update T set F = null where rowid = 8429";
Command "update T set F = null where rowid = 50560";
Command "update T set F = null where rowid = 31585";
Command "update T set F = null where rowid = 16013";
Command "update T set F = null where rowid = 16610";
Command "update T set F = null where rowid = 9356";
Command "update T set F = null where rowid = 56412";
Command "update T set F = null where rowid = 17536";
Command "update T set F = null where rowid = 40164";
Command "update T set F = null where rowid = 31903";
Command "update T set F = null where rowid = 49079";
Command "update T set F = null where rowid = 8914";
Command "update T set F = null where rowid = 60122";
Command "update T set F = null where rowid = 19962";
Command "update T set F = null where rowid = 32246";
Command "update T set F = null where rowid = 35226";
Command "update T set F = null where rowid = 11057";
Command "update T set F = null where rowid = 15287";
Command "update T set F = null where rowid = 22297";
Command "update T set F = null where rowid = 1516";
Command "update T set F = null where rowid = 38200";
Command "update T set F = null where rowid = 24830";
Command "update T set F = null where rowid = 16532";
Command "update T set F = null where rowid = 45754";
Command "update T set F = null where rowid = 17081";
Command "update T set F = null where rowid = 13863";
Command "update T set F = null where rowid = 15332";
Command "update T set F = null where rowid = 48673";
Command "update T set F = null where rowid = 24590";
Command "update T set F = null where rowid = 54312";
Command "update T set F = null where rowid = 24362";
Command "update T set F = null where rowid = 13274";
Command "update T set F = null where rowid = 48312";
Command "update T set F = null where rowid = 60792";
Command "update T set F = null where rowid = 12105";
Command "update T set F = null where rowid = 8072";
Command "update T set F = null where rowid = 41685";
Command "update T set F = null where rowid = 28601";
Command "update T set F = null where rowid = 3240";
Command "update T set F = null where rowid = 53947";
Command "update T set F = null where rowid = 45557";
Command "update T set F = null where rowid = 6098";
Command "update T set F = null where rowid = 27574";
Command "update T set F = null where rowid = 46775";
Command "update T set F = null where rowid = 14334";
Command "update T set F = null where rowid = 43992";
Command "update T set F = null where rowid = 31416";
Command "update T set F = null where rowid = 50422";
Command "update T set F = null where rowid = 17843";
Command "update T set F = null where rowid = 10789";
Command "update T set F = null where rowid = 7477";
Command "update T set F = null where rowid = 33733";
Command "update T set F = null where rowid = 46340";
Command "update T set F = null where rowid = 53762";
Command "update T set F = null where rowid = 14887";
Command "update T set F = null where rowid = 15059";
Command "update T set F = null where rowid = 58517";
Command "update T set F = null where rowid = 55338";
Command "update T set F = null where rowid = 46471";
Command "update T set F = null where rowid = 51999";
Command "update T set F = null where rowid = 25619";
Command "update T set F = null where rowid = 43064";
Command "update T set F = null where rowid = 32323";
Command "update T set F = null where rowid = 39893";
Command "update T set F = null where rowid = 612";
Command "update T set F = null where rowid = 49734";
Command "update T set F = null where rowid = 12162";
Command "update T set F = null where rowid = 32781";
Command "update T set F = null where rowid = 26897";
Command "update T set F = null where rowid = 59733";
Command "update T set F = null where rowid = 38812";
Command "update T set F = null where rowid = 18978";
Command "update T set F = null where rowid = 37621";
Command "update T set F = null where rowid = 16658";
Command "update T set F = null where rowid = 26574";
Command "update T set F = null where rowid = 2366";
Command "update T set F = null where rowid = 13950";
Command "update T set F = null where rowid = 29729";
Command "update T set F = null where rowid = 13745";
Command "update T set F = null where rowid = 29116";
Command "update T set F = null where rowid = 41298";
Command "update T set F = null where rowid = 2378";
Command "update T set F = null where rowid = 4075";
Command "update T set F = null where rowid = 33752";
Command "update T set F = null where rowid = 17302";
Command "update T set F = null where rowid = 52224";
Command "update T set F = null where rowid = 39244";
Command "update T set F = null where rowid = 41344";
Command "update T set F = null where rowid = 42237";
Command "update T set F = null where rowid = 37453";
Command "update T set F = null where rowid = 35656";
Command "update T set F = null where rowid = 58045";
Command "update T set F = null where rowid = 16913";
Command "update T set F = null where rowid = 29285";
Command "update T set F = null where rowid = 48960";
Command "update T set F = null where rowid = 7631";
Command "update T set F = null where rowid = 38934";
Command "update T set F = null where rowid = 26605";
Command "update T set F = null where rowid = 55280";
Command "update T set F = null where rowid = 27979";
Command "update T set F = null where rowid = 50005";
Command "update T set F = null where rowid = 53133";
Command "update T set F = null where rowid = 18470";
Command "update T set F = null where rowid = 23801";
Command "update T set F = null where rowid = 22424";
Command "update T set F = null where rowid = 22354";
Command "update T set F = null where rowid = 59450";
Command "update T set F = null where rowid = 3730";
Command "update T set F = null where rowid = 29059";
Command "update T set F = null where rowid = 56077";
Command "update T set F = null where rowid = 40174";
Command "update T set F = null where rowid = 7507";
Command "update T set F = null where rowid = 37925";
Command "update T set F = null where rowid = 38766";
Command "update T set F = null where rowid = 41468";
Command "update T set F = null where rowid = 40367";
Command "update T set F = null where rowid = 15721";
Command "update T set F = null where rowid = 37626";
Command "update T set F = null where rowid = 32602";
Command "update T set F = null where rowid = 3774";
Command "update T set F = null where rowid = 13786";
Command "update T set F = null where rowid = 57706";
Command "update T set F = null where rowid = 56977";
Command "update T set F = null where rowid = 6102";
Command "update T set F = null where rowid = 47538";
Command "update T set F = null where rowid = 18086";
Command "update T set F = null where rowid = 47316";
Command "update T set F = null where rowid = 7068";
Command "update T set F = null where rowid = 44033";
Command "update T set F = null where rowid = 40815";
Command "update T set F = null where rowid = 46276";
Command "update T set F = null where rowid = 27966";
Command "update T set F = null where rowid = 17027";
Command "update T set F = null where rowid = 42586";
Command "update T set F = null where rowid = 40606";
Command "update T set F = null where rowid = 42261";
Command "update T set F = null where rowid = 40301";
Command "update T set F = null where rowid = 60879";
Command "update T set F = null where rowid = 2673";
Command "update T set F = null where rowid = 42651";
Command "update T set F = null where rowid = 51132";
Command "update T set F = null where rowid = 39392";
Command "update T set F = null where rowid = 25237";
Command "update T set F = null where rowid = 31934";
Command "update T set F = null where rowid = 14755";
Command "update T set F = null where rowid = 30498";
Command "update T set F = null where rowid = 31143";
Command "update T set F = null where rowid = 55990";
Command "update T set F = null where rowid = 55148";
Command "update T set F = null where rowid = 756";
Command "update T set F = null where rowid = 57109";
Command "update T set F = null where rowid = 22437";
Command "update T set F = null where rowid = 58635";
Command "update T set F = null where rowid = 38328";
Command "update T set F = null where rowid = 6614";
Command "update T set F = null where rowid = 49406";
Command "update T set F = null where rowid = 36787";
Command "update T set F = null where rowid = 43143";
Command "update T set F = null where rowid = 39458";
Command "update T set F = null where rowid = 38225";
Command "update T set F = null where rowid = 43251";
Command "update T set F = null where rowid = 23734";
Command "update T set F = null where rowid = 8478";
Command "update T set F = null where rowid = 18220";
Command "update T set F = null where rowid = 44950";
Command "update T set F = null where rowid = 58994";
Command "update T set F = null where rowid = 18059";
Command "update T set F = null where rowid = 48530";
Command "update T set F = null where rowid = 49005";
Command "update T set F = null where rowid = 25426";
Command "update T set F = null where rowid = 25419";
Command "update T set F = null where rowid = 9340";
Command "update T set F = null where rowid = 3407";
Command "update T set F = null where rowid = 33955";
Command "update T set F = null where rowid = 21713";
Command "update T set F = null where rowid = 39802";
Command "update T set F = null where rowid = 33526";
Command "update T set F = null where rowid = 16553";
Command "update T set F = null where rowid = 21557";
Command "update T set F = null where rowid = 880";
Command "update T set F = null where rowid = 41806";
Command "update T set F = null where rowid = 45182";
Command "update T set F = null where rowid = 30232";
Command "update T set F = null where rowid = 22325";
Command "update T set F = null where rowid = 37740";
Command "update T set F = null where rowid = 45693";
Command "update T set F = null where rowid = 36842";
Command "update T set F = null where rowid = 25636";
Command "update T set F = null where rowid = 5616";
Command "update T set F = null where rowid = 35940";
Command "update T set F = null where rowid = 22603";
Command "update T set F = null where rowid = 1976";
Command "update T set F = null where rowid = 46504";
Command "update T set F = null where rowid = 35372";
Command "update T set F = null where rowid = 17307";
Command "update T set F = null where rowid = 56801";
Command "update T set F = null where rowid = 21580";
Command "update T set F = null where rowid = 21732";
Command "update T set F = null where rowid = 46446";
Command "update T set F = null where rowid = 15106";
Command "update T set F = null where rowid = 11620";
Command "update T set F = null where rowid = 57739";
Command "update T set F = null where rowid = 32572";
Command "update T set F = null where rowid = 49542";
Command "update T set F = null where rowid = 24334";
Command "update T set F = null where rowid = 52221";
Command "update T set F = null where rowid = 46212";
Command "update T set F = null where rowid = 21714";
Command "update T set F = null where rowid = 20617";
Command "update T set F = null where rowid = 40717";
Command "update T set F = null where rowid = 29678";
Command "update T set F = null where rowid = 48979";
Command "update T set F = null where rowid = 19040";
Command "update T set F = null where rowid = 18960";
Command "update T set F = null where rowid = 57313";
Command "update T set F = null where rowid = 43614";
Command "update T set F = null where rowid = 42994";
Command "update T set F = null where rowid = 53194";
Command "update T set F = null where rowid = 31969";
Command "update T set F = null where rowid = 3438";
Command "update T set F = null where rowid = 10810";
Command "update T set F = null where rowid = 27362";
Command "update T set F = null where rowid = 18304";
Command "update T set F = null where rowid = 6407";
Command "update T set F = null where rowid = 11318";
Command "update T set F = null where rowid = 25112";
Command "update T set F = null where rowid = 48771";
Command "update T set F = null where rowid = 45803";
Command "update T set F = null where rowid = 35392";
Command "update T set F = null where rowid = 48180";
Command "update T set F = null where rowid = 32103";
Command "update T set F = null where rowid = 33125";
Command "update T set F = null where rowid = 1321";
Command "update T set F = null where rowid = 51813";
Command "update T set F = null where rowid = 53244";
Command "update T set F = null where rowid = 53699";
Command "update T set F = null where rowid = 57213";
Command "update T set F = null where rowid = 13638";
Command "update T set F = null where rowid = 31551";
Command "update T set F = null where rowid = 7811";
Command "update T set F = null where rowid = 38847";
Command "update T set F = null where rowid = 33509";
Command "update T set F = null where rowid = 52089";
Command "update T set F = null where rowid = 59136";
Command "update T set F = null where rowid = 50402";
Command "update T set F = null where rowid = 15724";
Command "update T set F = null where rowid = 57190";
Command "update T set F = null where rowid = 20524";
Command "update T set F = null where rowid = 41465";
Command "update T set F = null where rowid = 20843";
Command "update T set F = null where rowid = 35509";
Command "update T set F = null where rowid = 59126";
Command "update T set F = null where rowid = 25153";
Command "update T set F = null where rowid = 58251";
Command "update T set F = null where rowid = 54630";
Command "update T set F = null where rowid = 28237";
Command "update T set F = null where rowid = 24593";
Command "update T set F = null where rowid = 8305";
Command "update T set F = null where rowid = 56019";
Command "update T set F = null where rowid = 21396";
Command "update T set F = null where rowid = 46593";
Command "update T set F = null where rowid = 30021";
Command "update T set F = null where rowid = 1788";
Command "update T set F = null where rowid = 26709";
Command "update T set F = null where rowid = 59396";
Command "update T set F = null where rowid = 35611";
Command "update T set F = null where rowid = 44445";
Command "update T set F = null where rowid = 11129";
Command "update T set F = null where rowid = 26346";
Command "update T set F = null where rowid = 11426";
Command "update T set F = null where rowid = 10166";
Command "update T set F = null where rowid = 48443";
Command "update T set F = null where rowid = 33298";
Command "update T set F = null where rowid = 51322";
Command "update T set F = null where rowid = 17747";
Command "update T set F = null where rowid = 4229";
Command "update T set F = null where rowid = 601";
Command "update T set F = null where rowid = 21166";
Command "update T set F = null where rowid = 31390";
Command "update T set F = null where rowid = 16164";
Command "update T set F = null where rowid = 12333";
Command "update T set F = null where rowid = 50901";
Command "update T set F = null where rowid = 1076";
Command "update T set F = null where rowid = 52243";
Command "update T set F = null where rowid = 6167";
Command "update T set F = null where rowid = 61129";
Command "update T set F = null where rowid = 58726";
Command "update T set F = null where rowid = 51736";
Command "update T set F = null where rowid = 40220";
Command "update T set F = null where rowid = 50119";
Command "update T set F = null where rowid = 46390";
Command "update T set F = null where rowid = 26069";
Command "update T set F = null where rowid = 17705";
Command "update T set F = null where rowid = 40330";
Command "update T set F = null where rowid = 35358";
Command "update T set F = null where rowid = 9090";
Command "update T set F = null where rowid = 43439";
Command "update T set F = null where rowid = 10375";
Command "update T set F = null where rowid = 37840";
Command "update T set F = null where rowid = 36041";
Command "update T set F = null where rowid = 36630";
Command "update T set F = null where rowid = 32397";
Command "update T set F = null where rowid = 25260";
Command "update T set F = null where rowid = 40819";
Command "update T set F = null where rowid = 58475";
Command "update T set F = null where rowid = 12732";
Command "update T set F = null where rowid = 27344";
Command "update T set F = null where rowid = 19882";
Command "update T set F = null where rowid = 8736";
Command "update T set F = null where rowid = 11935";
Command "update T set F = null where rowid = 11202";
Command "update T set F = null where rowid = 50405";
Command "update T set F = null where rowid = 60813";
Command "update T set F = null where rowid = 17054";
Command "update T set F = null where rowid = 27234";
Command "update T set F = null where rowid = 2159";
Command "update T set F = null where rowid = 34807";
Command "update T set F = null where rowid = 27887";
Command "update T set F = null where rowid = 21836";
Command "update T set F = null where rowid = 31619";
Command "update T set F = null where rowid = 37223";
Command "update T set F = null where rowid = 37660";
Command "update T set F = null where rowid = 56265";
Command "update T set F = null where rowid = 51435";
Command "update T set F = null where rowid = 16371";
Command "update T set F = null where rowid = 50074";
Command "update T set F = null where rowid = 32500";
Command "update T set F = null where rowid = 59352";
Command "update T set F = null where rowid = 24494";
Command "update T set F = null where rowid = 53180";
Command "update T set F = null where rowid = 49427";
Command "update T set F = null where rowid = 14963";
Command "update T set F = null where rowid = 40732";
Command "update T set F = null where rowid = 46833";
Command "update T set F = null where rowid = 16550";
Command "update T set F = null where rowid = 55354";
Command "update T set F = null where rowid = 22442";
Command "update T set F = null where rowid = 42364";
Command "update T set F = null where rowid = 8160";
Command "update T set F = null where rowid = 23220";
Command "update T set F = null where rowid = 24024";
Command "update T set F = null where rowid = 18439";
Command "update T set F = null where rowid = 1419";
Command "update T set F = null where rowid = 30437";
Command "update T set F = null where rowid = 51527";
Command "update T set F = null where rowid = 701";
Command "update T set F = null where rowid = 44431";
Command "update T set F = null where rowid = 39141";
Command "update T set F = null where rowid = 55064";
Command "update T set F = null where rowid = 60237";
Command "update T set F = null where rowid = 19243";
Command "update T set F = null where rowid = 38202";
Command "update T set F = null where rowid = 43698";
Command "update T set F = null where rowid = 2160";
Command "update T set F = null where rowid = 14500";
Command "update T set F = null where rowid = 28072";
Command "update T set F = null where rowid = 20390";
Command "update T set F = null where rowid = 20934";
Command "update T set F = null where rowid = 56819";
Command "update T set F = null where rowid = 26221";
Command "update T set F = null where rowid = 14683";
Command "update T set F = null where rowid = 3195";
Command "update T set F = null where rowid = 23619";
Command "update T set F = null where rowid = 29548";
Command "update T set F = null where rowid = 9753";
Command "update T set F = null where rowid = 42098";
Command "update T set F = null where rowid = 27960";
Command "update T set F = null where rowid = 54366";
Command "update T set F = null where rowid = 15652";
Command "update T set F = null where rowid = 3824";
Command "update T set F = null where rowid = 7798";
Command "update T set F = null where rowid = 318";
Command "update T set F = null where rowid = 38985";
Command "update T set F = null where rowid = 55241";
Command "update T set F = null where rowid = 17274";
Command "update T set F = null where rowid = 26372";
Command "update T set F = null where rowid = 53653";
Command "update T set F = null where rowid = 46634";
Command "update T set F = null where rowid = 60325";
Command "update T set F = null where rowid = 27701";
Command "update T set F = null where rowid = 16400";
Command "update T set F = null where rowid = 53151";
Command "update T set F = null where rowid = 42434";
Command "update T set F = null where rowid = 32931";
Command "update T set F = null where rowid = 26562";
Command "update T set F = null where rowid = 24478";
Command "update T set F = null where rowid = 40760";
Command "update T set F = null where rowid = 30185";
Command "update T set F = null where rowid = 26689";
Command "update T set F = null where rowid = 46134";
Command "update T set F = null where rowid = 54654";
Command "update T set F = null where rowid = 34598";
Command "update T set F = null where rowid = 35931";
Command "update T set F = null where rowid = 15407";
Command "update T set F = null where rowid = 23560";
Command "update T set F = null where rowid = 27909";
Command "update T set F = null where rowid = 43046";
Command "update T set F = null where rowid = 20458";
Command "update T set F = null where rowid = 54128";
Command "update T set F = null where rowid = 59835";
Command "update T set F = null where rowid = 49715";
Command "update T set F = null where rowid = 58614";
Command "update T set F = null where rowid = 46243";
Command "update T set F = null where rowid = 18714";
Command "update T set F = null where rowid = 39018";
Command "update T set F = null where rowid = 59725";
Command "update T set F = null where rowid = 15999";
Command "update T set F = null where rowid = 13107";
Command "update T set F = null where rowid = 28533";
Command "update T set F = null where rowid = 39440";
Command "update T set F = null where rowid = 60984";
Command "update T set F = null where rowid = 39203";
Command "update T set F = null where rowid = 4026";
Command "update T set F = null where rowid = 57203";
Command "update T set F = null where rowid = 4987";
Command "update T set F = null where rowid = 40742";
Command "update T set F = null where rowid = 47167";
Command "update T set F = null where rowid = 7087";
Command "update T set F = null where rowid = 23007";
Command "update T set F = null where rowid = 44332";
Command "update T set F = null where rowid = 52374";
Command "update T set F = null where rowid = 58900";
Command "update T set F = null where rowid = 18162";
Command "update T set F = null where rowid = 56282";
Command "update T set F = null where rowid = 23996";
Command "update T set F = null where rowid = 60107";
Command "update T set F = null where rowid = 1026";
Command "update T set F = null where rowid = 53801";
Command "update T set F = null where rowid = 43285";
Command "update T set F = null where rowid = 56929";
Command "update T set F = null where rowid = 53637";
Command "update T set F = null where rowid = 47909";
Command "update T set F = null where rowid = 47974";
Command "update T set F = null where rowid = 57591";
Command "update T set F = null where rowid = 59460";
Command "update T set F = null where rowid = 31890";
Command "update T set F = null where rowid = 1077";
Command "update T set F = null where rowid = 50735";
Command "update T set F = null where rowid = 33251";
Command "update T set F = null where rowid = 36182";
Command "update T set F = null where rowid = 51571";
Command "update T set F = null where rowid = 60784";
Command "update T set F = null where rowid = 22614";
Command "update T set F = null where rowid = 11047";
Command "update T set F = null where rowid = 58650";
Command "update T set F = null where rowid = 48039";
Command "update T set F = null where rowid = 34371";
Command "update T set F = null where rowid = 56451";
Command "update T set F = null where rowid = 2651";
Command "update T set F = null where rowid = 56227";
Command "update T set F = null where rowid = 15835";
Command "update T set F = null where rowid = 37975";
Command "update T set F = null where rowid = 37807";
Command "update T set F = null where rowid = 43413";
Command "update T set F = null where rowid = 47267";
Command "update T set F = null where rowid = 21530";
Command "update T set F = null where rowid = 3050";
Command "update T set F = null where rowid = 14090";
Command "update T set F = null where rowid = 26795";
Command "update T set F = null where rowid = 29871";
Command "update T set F = null where rowid = 59160";
Command "update T set F = null where rowid = 56760";
Command "update T set F = null where rowid = 21227";
Command "update T set F = null where rowid = 38666";
Command "update T set F = null where rowid = 54848";
Command "update T set F = null where rowid = 60364";
Command "update T set F = null where rowid = 7879";
Command "update T set F = null where rowid = 37945";
Command "update T set F = null where rowid = 49329";
Command "update T set F = null where rowid = 15545";
Command "update T set F = null where rowid = 31601";
Command "update T set F = null where rowid = 33954";
Command "update T set F = null where rowid = 20894";
Command "update T set F = null where rowid = 12118";
Command "update T set F = null where rowid = 2873";
Command "update T set F = null where rowid = 52719";
Command "update T set F = null where rowid = 4575";
Command "update T set F = null where rowid = 19247";
Command "update T set F = null where rowid = 60476";
Command "update T set F = null where rowid = 23085";
Command "update T set F = null where rowid = 13388";
Command "update T set F = null where rowid = 43987";
Command "update T set F = null where rowid = 57692";
Command "update T set F = null where rowid = 1725";
Command "update T set F = null where rowid = 30079";
Command "update T set F = null where rowid = 26278";
Command "update T set F = null where rowid = 39629";
Command "update T set F = null where rowid = 53232";
Command "update T set F = null where rowid = 58148";
Command "update T set F = null where rowid = 56589";
Command "update T set F = null where rowid = 45492";
Command "update T set F = null where rowid = 35343";
Command "update T set F = null where rowid = 10288";
Command "update T set F = null where rowid = 53036";
Command "update T set F = null where rowid = 46246";
Command "update T set F = null where rowid = 26793";
Command "update T set F = null where rowid = 11240";
Command "update T set F = null where rowid = 42500";
Command "update T set F = null where rowid = 37808";
Command "update T set F = null where rowid = 40920";
Command "update T set F = null where rowid = 10073";
Command "update T set F = null where rowid = 6652";
Command "update T set F = null where rowid = 48441";
Command "update T set F = null where rowid = 46415";
Command "update T set F = null where rowid = 27679";
Command "update T set F = null where rowid = 54043";
Command "update T set F = null where rowid = 48760";
Command "update T set F = null where rowid = 55797";
Command "update T set F = null where rowid = 11310";
Command "update T set F = null where rowid = 35382";
Command "update T set F = null where rowid = 34";
Command "update T set F = null where rowid = 27805";
Command "update T set F = null where rowid = 45503";
Command "update T set F = null where rowid = 41570";
Command "update T set F = null where rowid = 57339";
Command "update T set F = null where rowid = 21959";
Command "update T set F = null where rowid = 5496";
Command "update T set F = null where rowid = 712";
Command "update T set F = null where rowid = 1582";
Command "update T set F = null where rowid = 59292";
Command "update T set F = null where rowid = 39418";
Command "update T set F = null where rowid = 13711";
Command "update T set F = null where rowid = 30264";
Command "update T set F = null where rowid = 19854";
Command "update T set F = null where rowid = 27181";
Command "update T set F = null where rowid = 43638";
Command "update T set F = null where rowid = 19513";
Command "update T set F = null where rowid = 27284";
Command "update T set F = null where rowid = 51063";
Command "update T set F = null where rowid = 33650";
Command "update T set F = null where rowid = 40289";
Command "update T set F = null where rowid = 9012";
Command "update T set F = null where rowid = 25536";
Command "update T set F = null where rowid = 19048";
Command "update T set F = null where rowid = 41082";
Command "update T set F = null where rowid = 38303";
Command "update T set F = null where rowid = 55136";
Command "update T set F = null where rowid = 15798";
Command "update T set F = null where rowid = 14983";
Command "update T set F = null where rowid = 11614";
Command "update T set F = null where rowid = 61281";
Command "update T set F = null where rowid = 6046";
Command "update T set F = null where rowid = 17615";
Command "update T set F = null where rowid = 18268";
Command "update T set F = null where rowid = 16695";
Command "update T set F = null where rowid = 41772";
Command "update T set F = null where rowid = 8294";
Command "update T set F = null where rowid = 19961";
Command "update T set F = null where rowid = 4240";
Command "update T set F = null where rowid = 28099";
Command "update T set F = null where rowid = 24097";
Command "update T set F = null where rowid = 33490";
Command "update T set F = null where rowid = 7657";
Command "update T set F = null where rowid = 22244";
Command "update T set F = null where rowid = 30114";
Command "update T set F = null where rowid = 57071";
Command "update T set F = null where rowid = 6113";
Command "update T set F = null where rowid = 26818";
Command "update T set F = null where rowid = 29335";
Command "update T set F = null where rowid = 7512";
Command "update T set F = null where rowid = 24997";
Command "update T set F = null where rowid = 19705";
Command "update T set F = null where rowid = 24588";
Command "update T set F = null where rowid = 41522";
Command "update T set F = null where rowid = 7971";
Command "update T set F = null where rowid = 24358";
Command "update T set F = null where rowid = 35964";
Command "update T set F = null where rowid = 2701";
Command "update T set F = null where rowid = 625";
Command "update T set F = null where rowid = 43825";
Command "update T set F = null where rowid = 26541";
Command "update T set F = null where rowid = 47957";
Command "update T set F = null where rowid = 21106";
Command "update T set F = null where rowid = 4776";
Command "update T set F = null where rowid = 40712";
Command "update T set F = null where rowid = 31091";
Command "update T set F = null where rowid = 22144";
Command "update T set F = null where rowid = 35945";
Command "update T set F = null where rowid = 14122";
Command "update T set F = null where rowid = 24730";
Command "update T set F = null where rowid = 52006";
Command "update T set F = null where rowid = 755";
Command "update T set F = null where rowid = 49752";
Command "update T set F = null where rowid = 34046";
Command "update T set F = null where rowid = 13435";
Command "update T set F = null where rowid = 22645";
Command "update T set F = null where rowid = 7534";
Command "update T set F = null where rowid = 36862";
Command "update T set F = null where rowid = 12599";
Command "update T set F = null where rowid = 18488";
Command "update T set F = null where rowid = 46088";
Command "update T set F = null where rowid = 47386";
Command "update T set F = null where rowid = 35330";
Command "update T set F = null where rowid = 6579";
Command "update T set F = null where rowid = 42104";
Command "update T set F = null where rowid = 46426";
Command "update T set F = null where rowid = 49193";
Command "update T set F = null where rowid = 52773";
Command "update T set F = null where rowid = 25188";
Command "update T set F = null where rowid = 7348";
Command "update T set F = null where rowid = 51649";
Command "update T set F = null where rowid = 60268";
Command "update T set F = null where rowid = 60453";
Command "update T set F = null where rowid = 25769";
Command "update T set F = null where rowid = 44093";
Command "update T set F = null where rowid = 12911";
Command "update T set F = null where rowid = 17741";
Command "update T set F = null where rowid = 14073";
Command "update T set F = null where rowid = 37681";
Command "update T set F = null where rowid = 51172";
Command "update T set F = null where rowid = 23388";
Command "update T set F = null where rowid = 36297";
Command "update T set F = null where rowid = 34980";
Command "update T set F = null where rowid = 48802";
Command "update T set F = null where rowid = 130";
Command "update T set F = null where rowid = 44830";
Command "update T set F = null where rowid = 51115";
Command "update T set F = null where rowid = 42884";
Command "update T set F = null where rowid = 9083";
Command "update T set F = null where rowid = 25694";
Command "update T set F = null where rowid = 9311";
Command "update T set F = null where rowid = 4590";
Command "update T set F = null where rowid = 35658";
Command "update T set F = null where rowid = 53672";
Command "update T set F = null where rowid = 41934";
Command "update T set F = null where rowid = 28360";
Command "update T set F = null where rowid = 31766";
Command "update T set F = null where rowid = 59239";
Command "update T set F = null where rowid = 25073";
Command "update T set F = null where rowid = 6756";
Command "update T set F = null where rowid = 30834";
Command "update T set F = null where rowid = 22303";
Command "update T set F = null where rowid = 24859";
Command "update T set F = null where rowid = 25305";
Command "update T set F = null where rowid = 25325";
Command "update T set F = null where rowid = 15251";
Command "update T set F = null where rowid = 44374";
Command "update T set F = null where rowid = 45605";
Command "update T set F = null where rowid = 3341";
Command "update T set F = null where rowid = 17653";
Command "update T set F = null where rowid = 44231";
Command "update T set F = null where rowid = 20847";
Command "update T set F = null where rowid = 57470";
Command "update T set F = null where rowid = 35167";
Command "update T set F = null where rowid = 59550";
Command "update T set F = null where rowid = 10845";
Command "update T set F = null where rowid = 6162";
Command "update T set F = null where rowid = 1611";
Command "update T set F = null where rowid = 30456";
Command "update T set F = null where rowid = 24474";
Command "update T set F = null where rowid = 53034";
Command "update T set F = null where rowid = 891";
Command "update T set F = null where rowid = 60574";
Command "update T set F = null where rowid = 31278";
Command "update T set F = null where rowid = 1461";
Command "update T set F = null where rowid = 28906";
Command "update T set F = null where rowid = 58566";
Command "update T set F = null where rowid = 37644";
Command "update T set F = null where rowid = 47471";
Command "update T set F = null where rowid = 16511";
Command "update T set F = null where rowid = 16033";
Command "update T set F = null where rowid = 50651";
Command "update T set F = null where rowid = 22476";
Command "update T set F = null where rowid = 54935";
Command "update T set F = null where rowid = 37470";
Command "update T set F = null where rowid = 15979";
Command "update T set F = null where rowid = 9593";
Command "update T set F = null where rowid = 44375";
Command "update T set F = null where rowid = 39872";
Command "update T set F = null where rowid = 19257";
Command "update T set F = null where rowid = 23851";
Command "update T set F = null where rowid = 44565";
Command "update T set F = null where rowid = 19717";
Command "update T set F = null where rowid = 34689";
Command "update T set F = null where rowid = 58444";
Command "update T set F = null where rowid = 24956";
Command "update T set F = null where rowid = 4501";
Command "update T set F = null where rowid = 48202";
Command "update T set F = null where rowid = 41908";
Command "update T set F = null where rowid = 58145";
Command "update T set F = null where rowid = 8548";
Command "update T set F = null where rowid = 55547";
Command "update T set F = null where rowid = 46270";
Command "update T set F = null where rowid = 18583";
Command "update T set F = null where rowid = 53316";
Command "update T set F = null where rowid = 7999";
Command "update T set F = null where rowid = 48244";
Command "update T set F = null where rowid = 30250";
Command "update T set F = null where rowid = 20476";
Command "update T set F = null where rowid = 49178";
Command "update T set F = null where rowid = 10972";
Command "update T set F = null where rowid = 11825";
Command "update T set F = null where rowid = 6611";
Command "update T set F = null where rowid = 32386";
Command "update T set F = null where rowid = 51622";
Command "update T set F = null where rowid = 27543";
Command "update T set F = null where rowid = 49634";
Command "update T set F = null where rowid = 50670";
Command "update T set F = null where rowid = 1665";
Command "update T set F = null where rowid = 41884";
Command "update T set F = null where rowid = 15306";
Command "update T set F = null where rowid = 59655";
Command "update T set F = null where rowid = 6056";
Command "update T set F = null where rowid = 3966";
Command "update T set F = null where rowid = 11158";
Command "update T set F = null where rowid = 50852";
Command "update T set F = null where rowid = 44751";
Command "update T set F = null where rowid = 19872";
Command "update T set F = null where rowid = 5706";
Command "update T set F = null where rowid = 40022";
Command "update T set F = null where rowid = 46766";
Command "update T set F = null where rowid = 52804";
Command "update T set F = null where rowid = 56397";
Command "update T set F = null where rowid = 44394";
Command "update T set F = null where rowid = 37183";
Command "update T set F = null where rowid = 8874";
Command "update T set F = null where rowid = 53329";
Command "update T set F = null where rowid = 1794";
Command "update T set F = null where rowid = 7454";
Command "update T set F = null where rowid = 16480";
Command "update T set F = null where rowid = 17634";
Command "update T set F = null where rowid = 27943";
Command "update T set F = null where rowid = 1155";
Command "update T set F = null where rowid = 52752";
Command "update T set F = null where rowid = 17711";
Command "update T set F = null where rowid = 439";
Command "update T set F = null where rowid = 43605";
Command "update T set F = null where rowid = 43539";
Command "update T set F = null where rowid = 17990";
Command "update T set F = null where rowid = 43938";
Command "update T set F = null where rowid = 18348";
Command "update T set F = null where rowid = 50290";
Command "update T set F = null where rowid = 45540";
Command "update T set F = null where rowid = 59011";
Command "update T set F = null where rowid = 10452";
Command "update T set F = null where rowid = 47964";
Command "update T set F = null where rowid = 56104";
Command "update T set F = null where rowid = 27067";
Command "update T set F = null where rowid = 38242";
Command "update T set F = null where rowid = 24109";
Command "update T set F = null where rowid = 24288";
Command "update T set F = null where rowid = 3339";
Command "update T set F = null where rowid = 6990";
Command "update T set F = null where rowid = 13599";
Command "update T set F = null where rowid = 36086";
Command "update T set F = null where rowid = 14925";
Command "update T set F = null where rowid = 58403";
Command "update T set F = null where rowid = 1227";
Command "update T set F = null where rowid = 58854";
Command "update T set F = null where rowid = 56844";
Command "update T set F = null where rowid = 30921";
Command "update T set F = null where rowid = 28797";
Command "update T set F = null where rowid = 56691";
Command "update T set F = null where rowid = 52891";
Command "update T set F = null where rowid = 5130";
Command "update T set F = null where rowid = 15952";
Command "update T set F = null where rowid = 45833";
Command "update T set F = null where rowid = 57684";
Command "update T set F = null where rowid = 32533";
Command "update T set F = null where rowid = 22734";
Command "update T set F = null where rowid = 47277";
Command "update T set F = null where rowid = 25616";
Command "update T set F = null where rowid = 10867";
Command "update T set F = null where rowid = 4854";
Command "update T set F = null where rowid = 16717";
Command "update T set F = null where rowid = 56936";
Command "update T set F = null where rowid = 13776";
Command "update T set F = null where rowid = 43989";
Command "update T set F = null where rowid = 44139";
Command "update T set F = null where rowid = 37491";
Command "update T set F = null where rowid = 58416";
Command "update T set F = null where rowid = 54947";
Command "update T set F = null where rowid = 27550";
Command "update T set F = null where rowid = 1931";
Command "update T set F = null where rowid = 10885";
Command "update T set F = null where rowid = 47369";
Command "update T set F = null where rowid = 17814";
Command "update T set F = null where rowid = 36477";
Command "update T set F = null where rowid = 12995";
Command "update T set F = null where rowid = 4641";
Command "update T set F = null where rowid = 40704";
Command "update T set F = null where rowid = 9497";
Command "update T set F = null where rowid = 44292";
Command "update T set F = null where rowid = 56150";
Command "update T set F = null where rowid = 41653";
Command "update T set F = null where rowid = 5305";
Command "update T set F = null where rowid = 23988";
Command "update T set F = null where rowid = 59367";
Command "update T set F = null where rowid = 25047";
Command "update T set F = null where rowid = 40983";
Command "update T set F = null where rowid = 10170";
Command "update T set F = null where rowid = 40499";
Command "update T set F = null where rowid = 7652";
Command "update T set F = null where rowid = 35171";
Command "update T set F = null where rowid = 55589";
Command "update T set F = null where rowid = 8541";
Command "update T set F = null where rowid = 27152";
Command "update T set F = null where rowid = 36977";
Command "update T set F = null where rowid = 45689";
Command "update T set F = null where rowid = 39990";
Command "update T set F = null where rowid = 34881";
Command "update T set F = null where rowid = 3772";
Command "update T set F = null where rowid = 50279";
Command "update T set F = null where rowid = 15419";
Command "update T set F = null where rowid = 31673";
Command "update T set F = null where rowid = 50857";
Command "update T set F = null where rowid = 13490";
Command "update T set F = null where rowid = 27187";
Command "update T set F = null where rowid = 45812";
Command "update T set F = null where rowid = 46720";
Command "update T set F = null where rowid = 18483";
Command "update T set F = null where rowid = 44380";
Command "update T set F = null where rowid = 1414";
Command "update T set F = null where rowid = 2540";
Command "update T set F = null where rowid = 47045";
Command "update T set F = null where rowid = 14618";
Command "update T set F = null where rowid = 10691";
Command "update T set F = null where rowid = 47731";
Command "update T set F = null where rowid = 29718";
Command "update T set F = null where rowid = 3328";
Command "update T set F = null where rowid = 39285";
Command "update T set F = null where rowid = 16892";
Command "update T set F = null where rowid = 26560";
Command "update T set F = null where rowid = 18704";
Command "update T set F = null where rowid = 45164";
Command "update T set F = null where rowid = 33790";
Command "update T set F = null where rowid = 11118";
Command "update T set F = null where rowid = 27704";
Command "update T set F = null where rowid = 48406";
Command "update T set F = null where rowid = 48360";
Command "update T set F = null where rowid = 11029";
Command "update T set F = null where rowid = 1339";
Command "update T set F = null where rowid = 61010";
Command "update T set F = null where rowid = 38777";
Command "update T set F = null where rowid = 42815";
Command "update T set F = null where rowid = 55417";
Command "update T set F = null where rowid = 38370";
Command "update T set F = null where rowid = 39280";
Command "update T set F = null where rowid = 24420";
Command "update T set F = null where rowid = 11385";
Command "update T set F = null where rowid = 51137";
Command "update T set F = null where rowid = 57890";
Command "update T set F = null where rowid = 6236";
Command "update T set F = null where rowid = 51075";
Command "update T set F = null where rowid = 8387";
Command "update T set F = null where rowid = 28141";
Command "update T set F = null where rowid = 21414";
Command "update T set F = null where rowid = 34746";
Command "update T set F = null where rowid = 21171";
Command "update T set F = null where rowid = 2026";
Command "update T set F = null where rowid = 1020";
Command "update T set F = null where rowid = 28027";
Command "update T set F = null where rowid = 14411";
Command "update T set F = null where rowid = 20573";
Command "update T set F = null where rowid = 49208";
Command "update T set F = null where rowid = 20355";
Command "update T set F = null where rowid = 35954";
Command "update T set F = null where rowid = 8492";
Command "update T set F = null where rowid = 29969";
Command "update T set F = null where rowid = 28275";
Command "update T set F = null where rowid = 52856";
Command "update T set F = null where rowid = 55133";
Command "update T set F = null where rowid = 6918";
Command "update T set F = null where rowid = 26607";
Command "update T set F = null where rowid = 53556";
Command "update T set F = null where rowid = 21073";
Command "update T set F = null where rowid = 60987";
Command "update T set F = null where rowid = 59067";
Command "update T set F = null where rowid = 29802";
Command "update T set F = null where rowid = 40263";
Command "update T set F = null where rowid = 30792";
Command "update T set F = null where rowid = 10905";
Command "update T set F = null where rowid = 52273";
Command "update T set F = null where rowid = 2400";
Command "update T set F = null where rowid = 20940";
Command "update T set F = null where rowid = 3127";
Command "update T set F = null where rowid = 53957";
Command "update T set F = null where rowid = 58790";
Command "update T set F = null where rowid = 9859";
Command "update T set F = null where rowid = 36903";
Command "update T set F = null where rowid = 37868";
Command "update T set F = null where rowid = 38759";
Command "update T set F = null where rowid = 45014";
Command "update T set F = null where rowid = 29612";
Command "update T set F = null where rowid = 13350";
Command "update T set F = null where rowid = 24009";
Command "update T set F = null where rowid = 2957";
Command "update T set F = null where rowid = 58779";
Command "update T set F = null where rowid = 33580";
Command "update T set F = null where rowid = 25665";
Command "update T set F = null where rowid = 46157";
Command "update T set F = null where rowid = 41412";
Command "update T set F = null where rowid = 25157";
Command "update T set F = null where rowid = 12614";
Command "update T set F = null where rowid = 32313";
Command "update T set F = null where rowid = 54641";
Command "update T set F = null where rowid = 40628";
Command "update T set F = null where rowid = 59735";
Command "update T set F = null where rowid = 52698";
Command "update T set F = null where rowid = 17336";
Command "update T set F = null where rowid = 53693";
Command "update T set F = null where rowid = 16583";
Command "update T set F = null where rowid = 17927";
Command "update T set F = null where rowid = 41218";
Command "update T set F = null where rowid = 33568";
Command "update T set F = null where rowid = 20557";
Command "update T set F = null where rowid = 46880";
Command "update T set F = null where rowid = 22812";
Command "update T set F = null where rowid = 1945";
Command "update T set F = null where rowid = 40964";
Command "update T set F = null where rowid = 38998";
Command "update T set F = null where rowid = 33299";
Command "update T set F = null where rowid = 38374";
Command "update T set F = null where rowid = 44534";
Command "update T set F = null where rowid = 41097";
Command "update T set F = null where rowid = 4507";
Command "update T set F = null where rowid = 40529";
Command "update T set F = null where rowid = 18302";
Command "update T set F = null where rowid = 41523";
Command "update T set F = null where rowid = 51078";
Command "update T set F = null where rowid = 3523";
Command "update T set F = null where rowid = 33214";
Command "update T set F = null where rowid = 33339";
Command "update T set F = null where rowid = 43755";
Command "update T set F = null where rowid = 2032";
Command "update T set F = null where rowid = 61482";
Command "update T set F = null where rowid = 16291";
Command "update T set F = null where rowid = 21335";
Command "update T set F = null where rowid = 33878";
Command "update T set F = null where rowid = 40739";
Command "update T set F = null where rowid = 61493";
Command "update T set F = null where rowid = 44044";
Command "update T set F = null where rowid = 21729";
Command "update T set F = null where rowid = 23980";
Command "update T set F = null where rowid = 33645";
Command "update T set F = null where rowid = 57532";
Command "update T set F = null where rowid = 24094";
Command "update T set F = null where rowid = 32614";
Command "update T set F = null where rowid = 15762";
Command "update T set F = null where rowid = 10480";
Command "update T set F = null where rowid = 11500";
Command "update T set F = null where rowid = 17197";
Command "update T set F = null where rowid = 41922";
Command "update T set F = null where rowid = 23818";
Command "update T set F = null where rowid = 13297";
Command "update T set F = null where rowid = 47405";
Command "update T set F = null where rowid = 41712";
Command "update T set F = null where rowid = 46977";
Command "update T set F = null where rowid = 20820";
Command "update T set F = null where rowid = 6532";
Command "update T set F = null where rowid = 18775";
Command "update T set F = null where rowid = 5123";
Command "update T set F = null where rowid = 10194";
Command "update T set F = null where rowid = 4738";
Command "update T set F = null where rowid = 27238";
Command "update T set F = null where rowid = 54110";
Command "update T set F = null where rowid = 5581";
Command "update T set F = null where rowid = 48659";
Command "update T set F = null where rowid = 15354";
Command "update T set F = null where rowid = 7964";
Command "update T set F = null where rowid = 974";
Command "update T set F = null where rowid = 43872";
Command "update T set F = null where rowid = 22994";
Command "update T set F = null where rowid = 25787";
Command "update T set F = null where rowid = 15277";
Command "update T set F = null where rowid = 57288";
Command "update T set F = null where rowid = 60529";
Command "update T set F = null where rowid = 53374";
Command "update T set F = null where rowid = 29392";
Command "update T set F = null where rowid = 6504";
Command "update T set F = null where rowid = 28167";
Command "update T set F = null where rowid = 14966";
Command "update T set F = null where rowid = 7605";
Command "update T set F = null where rowid = 26145";
Command "update T set F = null where rowid = 54933";
Command "update T set F = null where rowid = 47263";
Command "update T set F = null where rowid = 20077";
Command "update T set F = null where rowid = 34549";
Command "update T set F = null where rowid = 48714";
Command "update T set F = null where rowid = 1826";
Command "update T set F = null where rowid = 23497";
Command "update T set F = null where rowid = 8682";
Command "update T set F = null where rowid = 48201";
Command "update T set F = null where rowid = 48458";
Command "update T set F = null where rowid = 42609";
Command "update T set F = null where rowid = 60469";
Command "update T set F = null where rowid = 41386";
Command "update T set F = null where rowid = 48880";
Command "update T set F = null where rowid = 39676";
Command "update T set F = null where rowid = 44439";
Command "update T set F = null where rowid = 44737";
Command "update T set F = null where rowid = 26188";
Command "update T set F = null where rowid = 49858";
Command "update T set F = null where rowid = 17028";
Command "update T set F = null where rowid = 8987";
Command "update T set F = null where rowid = 3971";
Command "update T set F = null where rowid = 9028";
Command "update T set F = null where rowid = 6293";
Command "update T set F = null where rowid = 47808";
Command "update T set F = null where rowid = 46566";
Command "update T set F = null where rowid = 7936";
Command "update T set F = null where rowid = 11961";
Command "update T set F = null where rowid = 29325";
Command "update T set F = null where rowid = 56189";
Command "update T set F = null where rowid = 11776";
Command "update T set F = null where rowid = 2925";
Command "update T set F = null where rowid = 42037";
Command "update T set F = null where rowid = 26452";
Command "update T set F = null where rowid = 11492";
Command "update T set F = null where rowid = 30236";
Command "update T set F = null where rowid = 49105";
Command "update T set F = null where rowid = 48681";
Command "update T set F = null where rowid = 8484";
Command "update T set F = null where rowid = 2143";
Command "update T set F = null where rowid = 48618";
Command "update T set F = null where rowid = 5217";
Command "update T set F = null where rowid = 56221";
Command "update T set F = null where rowid = 49261";
Command "update T set F = null where rowid = 36295";
Command "update T set F = null where rowid = 41132";
Command "update T set F = null where rowid = 27432";
Command "update T set F = null where rowid = 14801";
Command "update T set F = null where rowid = 41290";
Command "update T set F = null where rowid = 8892";
Command "update T set F = null where rowid = 58789";
Command "update T set F = null where rowid = 16504";
Command "update T set F = null where rowid = 10572";
Command "update T set F = null where rowid = 18330";
Command "update T set F = null where rowid = 55862";
Command "update T set F = null where rowid = 14945";
Command "update T set F = null where rowid = 40683";
Command "update T set F = null where rowid = 57370";
Command "update T set F = null where rowid = 1346";
Command "update T set F = null where rowid = 28271";
Command "update T set F = null where rowid = 9459";
Command "update T set F = null where rowid = 20032";
Command "update T set F = null where rowid = 7305";
Command "update T set F = null where rowid = 26746";
Command "update T set F = null where rowid = 45974";
Command "update T set F = null where rowid = 44959";
Command "update T set F = null where rowid = 31810";
Command "update T set F = null where rowid = 44378";
Command "update T set F = null where rowid = 44924";
Command "update T set F = null where rowid = 53952";
Command "update T set F = null where rowid = 3356";
Command "update T set F = null where rowid = 31893";
Command "update T set F = null where rowid = 49469";
Command "update T set F = null where rowid = 49557";
Command "update T set F = null where rowid = 17841";
Command "update T set F = null where rowid = 9039";
Command "update T set F = null where rowid = 39712";
Command "update T set F = null where rowid = 40462";
Command "update T set F = null where rowid = 55648";
Command "update T set F = null where rowid = 21999";
Command "update T set F = null where rowid = 14215";
Command "update T set F = null where rowid = 6925";
Command "update T set F = null where rowid = 29225";
Command "update T set F = null where rowid = 43102";
Command "update T set F = null where rowid = 3161";
Command "update T set F = null where rowid = 26066";
Command "update T set F = null where rowid = 45584";
Command "update T set F = null where rowid = 52429";
Command "update T set F = null where rowid = 11455";
Command "update T set F = null where rowid = 43889";
Command "update T set F = null where rowid = 22896";
Command "update T set F = null where rowid = 7146";
Command "update T set F = null where rowid = 40211";
Command "update T set F = null where rowid = 56380";
Command "update T set F = null where rowid = 5696";
Command "update T set F = null where rowid = 20851";
Command "update T set F = null where rowid = 38319";
Command "update T set F = null where rowid = 8188";
Command "update T set F = null where rowid = 50505";
Command "update T set F = null where rowid = 36068";
Command "update T set F = null where rowid = 36089";
Command "update T set F = null where rowid = 23369";
Command "update T set F = null where rowid = 27093";
Command "update T set F = null where rowid = 2127";
Command "update T set F = null where rowid = 55897";
Command "update T set F = null where rowid = 59558";
Command "update T set F = null where rowid = 37510";
Command "update T set F = null where rowid = 38772";
Command "update T set F = null where rowid = 16945";
Command "update T set F = null where rowid = 29041";
Command "update T set F = null where rowid = 37996";
Command "update T set F = null where rowid = 38167";
Command "update T set F = null where rowid = 59227";
Command "update T set F = null where rowid = 22814";
Command "update T set F = null where rowid = 43659";
Command "update T set F = null where rowid = 10442";
Command "update T set F = null where rowid = 49154";
Command "update T set F = null where rowid = 46603";
Command "update T set F = null where rowid = 29028";
Command "update T set F = null where rowid = 15216";
Command "update T set F = null where rowid = 7103";
Command "update T set F = null where rowid = 35811";
Command "update T set F = null where rowid = 12419";
Command "update T set F = null where rowid = 24866";
Command "update T set F = null where rowid = 38357";
Command "update T set F = null where rowid = 15476";
Command "update T set F = null where rowid = 60702";
Command "update T set F = null where rowid = 29163";
Command "update T set F = null where rowid = 29983";
Command "update T set F = null where rowid = 19213";
Command "update T set F = null where rowid = 44584";
Command "update T set F = null where rowid = 23789";
Command "update T set F = null where rowid = 34316";
Command "update T set F = null where rowid = 10039";
Command "update T set F = null where rowid = 44656";
Command "update T set F = null where rowid = 11030";
Command "update T set F = null where rowid = 50268";
Command "update T set F = null where rowid = 39240";
Command "update T set F = null where rowid = 55022";
Command "update T set F = null where rowid = 7148";
Command "update T set F = null where rowid = 51481";
Command "update T set F = null where rowid = 33969";
Command "update T set F = null where rowid = 58478";
Command "update T set F = null where rowid = 25082";
Command "update T set F = null where rowid = 52267";
Command "update T set F = null where rowid = 45117";
Command "update T set F = null where rowid = 30762";
Command "update T set F = null where rowid = 34047";
Command "update T set F = null where rowid = 26652";
Command "update T set F = null where rowid = 8503";
Command "update T set F = null where rowid = 46144";
Command "update T set F = null where rowid = 56538";
Command "update T set F = null where rowid = 42415";
Command "update T set F = null where rowid = 3958";
Command "update T set F = null where rowid = 44865";
Command "update T set F = null where rowid = 8956";
Command "update T set F = null where rowid = 42152";
Command "update T set F = null where rowid = 26588";
Command "update T set F = null where rowid = 16718";
Command "update T set F = null where rowid = 23308";
Command "update T set F = null where rowid = 4950";
Command "update T set F = null where rowid = 32598";
Command "update T set F = null where rowid = 12429";
Command "update T set F = null where rowid = 17670";
Command "update T set F = null where rowid = 48831";
Command "update T set F = null where rowid = 45954";
Command "update T set F = null where rowid = 4621";
Command "update T set F = null where rowid = 36633";
Command "update T set F = null where rowid = 16382";
Command "update T set F = null where rowid = 39455";
Command "update T set F = null where rowid = 7998";
Command "update T set F = null where rowid = 29431";
Command "update T set F = null where rowid = 15637";
Command "update T set F = null where rowid = 50504";
Command "update T set F = null where rowid = 13092";
Command "update T set F = null where rowid = 42542";
Command "update T set F = null where rowid = 44523";
Command "update T set F = null where rowid = 52645";
Command "update T set F = null where rowid = 28746";
Command "update T set F = null where rowid = 51966";
Command "update T set F = null where rowid = 42421";
Command "update T set F = null where rowid = 55939";
Command "update T set F = null where rowid = 32562";
Command "update T set F = null where rowid = 3799";
Command "update T set F = null where rowid = 41987";
Command "update T set F = null where rowid = 17818";
Command "update T set F = null where rowid = 58347";
Command "update T set F = null where rowid = 2760";
Command "update T set F = null where rowid = 25590";
Command "update T set F = null where rowid = 38361";
Command "update T set F = null where rowid = 6141";
Command "update T set F = null where rowid = 32709";
Command "update T set F = null where rowid = 28179";
Command "update T set F = null where rowid = 48849";
Command "update T set F = null where rowid = 14812";
Command "update T set F = null where rowid = 39624";
Command "update T set F = null where rowid = 55861";
Command "update T set F = null where rowid = 39912";
Command "update T set F = null where rowid = 11267";
Command "update T set F = null where rowid = 40700";
Command "update T set F = null where rowid = 34948";
Command "update T set F = null where rowid = 55078";
Command "update T set F = null where rowid = 19170";
Command "update T set F = null where rowid = 24971";
Command "update T set F = null where rowid = 25985";
Command "update T set F = null where rowid = 43186";
Command "update T set F = null where rowid = 48774";
Command "update T set F = null where rowid = 36879";
Command "update T set F = null where rowid = 128";
Command "update T set F = null where rowid = 5697";
Command "update T set F = null where rowid = 46753";
Command "update T set F = null where rowid = 5524";
Command "update T set F = null where rowid = 13438";
Command "update T set F = null where rowid = 3767";
Command "update T set F = null where rowid = 21232";
Command "update T set F = null where rowid = 53450";
Command "update T set F = null where rowid = 41690";
Command "update T set F = null where rowid = 2939";
Command "update T set F = null where rowid = 15754";
Command "update T set F = null where rowid = 25385";
Command "update T set F = null where rowid = 34230";
Command "update T set F = null where rowid = 5658";
Command "update T set F = null where rowid = 51713";
Command "update T set F = null where rowid = 52277";
Command "update T set F = null where rowid = 6688";
Command "update T set F = null where rowid = 3063";
Command "update T set F = null where rowid = 9666";
Command "update T set F = null where rowid = 31247";
Command "update T set F = null where rowid = 40140";
Command "update T set F = null where rowid = 30050";
Command "update T set F = null where rowid = 2989";
Command "update T set F = null where rowid = 59674";
Command "update T set F = null where rowid = 30147";
Command "update T set F = null where rowid = 55313";
Command "update T set F = null where rowid = 57188";
Command "update T set F = null where rowid = 37867";
Command "update T set F = null where rowid = 58542";
Command "update T set F = null where rowid = 28633";
Command "update T set F = null where rowid = 39933";
Command "update T set F = null where rowid = 39014";
Command "update T set F = null where rowid = 13806";
Command "update T set F = null where rowid = 49163";
Command "update T set F = null where rowid = 1875";
Command "update T set F = null where rowid = 429";
Command "update T set F = null where rowid = 46739";
Command "update T set F = null where rowid = 11515";
Command "update T set F = null where rowid = 49757";
Command "update T set F = null where rowid = 7260";
Command "update T set F = null where rowid = 13315";
Command "update T set F = null where rowid = 9352";
Command "update T set F = null where rowid = 28491";
Command "update T set F = null where rowid = 21606";
Command "update T set F = null where rowid = 13980";
Command "update T set F = null where rowid = 12715";
Command "update T set F = null where rowid = 19151";
Command "update T set F = null where rowid = 34429";
Command "update T set F = null where rowid = 2640";
Command "update T set F = null where rowid = 1256";
Command "update T set F = null where rowid = 26129";
Command "update T set F = null where rowid = 47037";
Command "update T set F = null where rowid = 37142";
Command "update T set F = null where rowid = 41985";
Command "update T set F = null where rowid = 46186";
Command "update T set F = null where rowid = 48938";
Command "update T set F = null where rowid = 11540";
Command "update T set F = null where rowid = 48485";
Command "update T set F = null where rowid = 9841";
Command "update T set F = null where rowid = 16212";
Command "update T set F = null where rowid = 45046";
Command "update T set F = null where rowid = 57341";
Command "update T set F = null where rowid = 14682";
Command "update T set F = null where rowid = 35583";
Command "update T set F = null where rowid = 19766";
Command "update T set F = null where rowid = 1232";
Command "update T set F = null where rowid = 27128";
Command "update T set F = null where rowid = 33297";
Command "update T set F = null where rowid = 21670";
Command "update T set F = null where rowid = 42524";
Command "update T set F = null where rowid = 57962";
Command "update T set F = null where rowid = 44602";
Command "update T set F = null where rowid = 17177";
Command "update T set F = null where rowid = 3877";
Command "update T set F = null where rowid = 60742";
Command "update T set F = null where rowid = 28205";
Command "update T set F = null where rowid = 28659";
Command "update T set F = null where rowid = 50758";
Command "update T set F = null where rowid = 6014";
Command "update T set F = null where rowid = 23014";
Command "update T set F = null where rowid = 16120";
Command "update T set F = null where rowid = 30593";
Command "update T set F = null where rowid = 14139";
Command "update T set F = null where rowid = 19233";
Command "update T set F = null where rowid = 40245";
Command "update T set F = null where rowid = 23305";
Command "update T set F = null where rowid = 13180";
Command "update T set F = null where rowid = 53777";
Command "update T set F = null where rowid = 47644";
Command "update T set F = null where rowid = 3300";
Command "update T set F = null where rowid = 1417";
Command "update T set F = null where rowid = 32874";
Command "update T set F = null where rowid = 3615";
Command "update T set F = null where rowid = 7414";
Command "update T set F = null where rowid = 37802";
Command "update T set F = null where rowid = 38417";
Command "update T set F = null where rowid = 16943";
Command "update T set F = null where rowid = 34397";
Command "update T set F = null where rowid = 4446";
Command "update T set F = null where rowid = 8818";
Command "update T set F = null where rowid = 46258";
Command "update T set F = null where rowid = 37502";
Command "update T set F = null where rowid = 22862";
Command "update T set F = null where rowid = 33885";
Command "update T set F = null where rowid = 37323";
Command "update T set F = null where rowid = 43524";
Command "update T set F = null where rowid = 27804";
Command "update T set F = null where rowid = 21951";
Command "update T set F = null where rowid = 43123";
Command "update T set F = null where rowid = 40553";
Command "update T set F = null where rowid = 10479";
Command "update T set F = null where rowid = 40935";
Command "update T set F = null where rowid = 33712";
Command "update T set F = null where rowid = 30870";
Command "update T set F = null where rowid = 46721";
Command "update T set F = null where rowid = 23752";
Command "update T set F = null where rowid = 6271";
Command "update T set F = null where rowid = 27604";
Command "update T set F = null where rowid = 51059";
Command "update T set F = null where rowid = 13169";
Command "update T set F = null where rowid = 57";
Command "update T set F = null where rowid = 46736";
Command "update T set F = null where rowid = 33057";
Command "update T set F = null where rowid = 12268";
Command "update T set F = null where rowid = 14712";
Command "update T set F = null where rowid = 10977";
Command "update T set F = null where rowid = 59728";
Command "update T set F = null where rowid = 10176";
Command "update T set F = null where rowid = 38795";
Command "update T set F = null where rowid = 20848";
Command "update T set F = null where rowid = 31772";
Command "update T set F = null where rowid = 12345";
Command "update T set F = null where rowid = 2393";
Command "update T set F = null where rowid = 10106";
Command "update T set F = null where rowid = 37264";
Command "update T set F = null where rowid = 14756";
Command "update T set F = null where rowid = 45587";
Command "update T set F = null where rowid = 54475";
Command "update T set F = null where rowid = 45495";
Command "update T set F = null where rowid = 31556";
Command "update T set F = null where rowid = 42681";
Command "update T set F = null where rowid = 31418";
Command "update T set F = null where rowid = 51372";
Command "update T set F = null where rowid = 53312";
Command "update T set F = null where rowid = 13734";
Command "update T set F = null where rowid = 1181";
Command "update T set F = null where rowid = 54347";
Command "update T set F = null where rowid = 59027";
Command "update T set F = null where rowid = 16161";
Command "update T set F = null where rowid = 25623";
Command "update T set F = null where rowid = 335";
Command "update T set F = null where rowid = 61322";
Command "update T set F = null where rowid = 19600";
Command "update T set F = null where rowid = 13362";
Command "update T set F = null where rowid = 42010";
Command "update T set F = null where rowid = 41739";
Command "update T set F = null where rowid = 21083";
Command "update T set F = null where rowid = 48524";
Command "update T set F = null where rowid = 33739";
Command "update T set F = null where rowid = 34219";
Command "update T set F = null where rowid = 18560";
Command "update T set F = null where rowid = 34957";
Command "update T set F = null where rowid = 14903";
Command "update T set F = null where rowid = 34022";
Command "update T set F = null where rowid = 39247";
Command "update T set F = null where rowid = 28159";
Command "update T set F = null where rowid = 11848";
Command "update T set F = null where rowid = 3435";
Command "update T set F = null where rowid = 8692";
Command "update T set F = null where rowid = 16979";
Command "update T set F = null where rowid = 57509";
Command "update T set F = null where rowid = 38646";
Command "update T set F = null where rowid = 2148";
Command "update T set F = null where rowid = 57985";
Command "update T set F = null where rowid = 2619";
Command "update T set F = null where rowid = 38349";
Command "update T set F = null where rowid = 58130";
Command "update T set F = null where rowid = 23706";
Command "update T set F = null where rowid = 47074";
Command "update T set F = null where rowid = 55844";
Command "update T set F = null where rowid = 29214";
Command "update T set F = null where rowid = 57661";
Command "update T set F = null where rowid = 19935";
Command "update T set F = null where rowid = 48108";
Command "update T set F = null where rowid = 25333";
Command "update T set F = null where rowid = 44038";
Command "update T set F = null where rowid = 28461";
Command "update T set F = null where rowid = 30444";
Command "update T set F = null where rowid = 33841";
Command "update T set F = null where rowid = 57898";
Command "update T set F = null where rowid = 16319";
Command "update T set F = null where rowid = 17377";
Command "update T set F = null where rowid = 55751";
Command "update T set F = null where rowid = 47729";
Command "update T set F = null where rowid = 31589";
Command "update T set F = null where rowid = 61279";
Command "update T set F = null where rowid = 35004";
Command "update T set F = null where rowid = 2718";
Command "update T set F = null where rowid = 27168";
Command "update T set F = null where rowid = 38895";
Command "update T set F = null where rowid = 1530";
Command "update T set F = null where rowid = 28358";
Command "update T set F = null where rowid = 44867";
Command "update T set F = null where rowid = 186";
Command "update T set F = null where rowid = 27813";
Command "update T set F = null where rowid = 42527";
Command "update T set F = null where rowid = 56267";
Command "update T set F = null where rowid = 35884";
Command "update T set F = null where rowid = 26927";
Command "update T set F = null where rowid = 607";
Command "update T set F = null where rowid = 20515";
Command "update T set F = null where rowid = 2796";
Command "update T set F = null where rowid = 22293";
Command "update T set F = null where rowid = 13277";
Command "update T set F = null where rowid = 37578";
Command "update T set F = null where rowid = 19849";
Command "update T set F = null where rowid = 18207";
Command "update T set F = null where rowid = 17774";
Command "update T set F = null where rowid = 6976";
Command "update T set F = null where rowid = 49843";
Command "update T set F = null where rowid = 54896";
Command "update T set F = null where rowid = 34090";
Command "update T set F = null where rowid = 47706";
Command "update T set F = null where rowid = 51833";
Command "update T set F = null where rowid = 49083";
Command "update T set F = null where rowid = 29217";
Command "update T set F = null where rowid = 56501";
Command "update T set F = null where rowid = 26263";
Command "update T set F = null where rowid = 28105";
Command "update T set F = null where rowid = 34372";
Command "update T set F = null where rowid = 6681";
Command "update T set F = null where rowid = 54065";
Command "update T set F = null where rowid = 53851";
Command "update T set F = null where rowid = 60075";
Command "update T set F = null where rowid = 16185";
Command "update T set F = null where rowid = 46746";
Command "update T set F = null where rowid = 56928";
Command "update T set F = null where rowid = 60914";
Command "update T set F = null where rowid = 21745";
Command "update T set F = null where rowid = 19163";
Command "update T set F = null where rowid = 10772";
Command "update T set F = null where rowid = 14213";
Command "update T set F = null where rowid = 13145";
Command "update T set F = null where rowid = 34174";
Command "update T set F = null where rowid = 1499";
Command "update T set F = null where rowid = 7993";
Command "update T set F = null where rowid = 55597";
Command "update T set F = null where rowid = 18664";
Command "update T set F = null where rowid = 13523";
Command "update T set F = null where rowid = 778";
Command "update T set F = null where rowid = 22824";
Command "update T set F = null where rowid = 4266";
Command "update T set F = null where rowid = 34608";
Command "update T set F = null where rowid = 56751";
Command "update T set F = null where rowid = 11795";
Command "update T set F = null where rowid = 38970";
Command "update T set F = null where rowid = 24568";
Command "update T set F = null where rowid = 51675";
Command "update T set F = null where rowid = 14515";
Command "update T set F = null where rowid = 26100";
Command "update T set F = null where rowid = 55043";
Command "update T set F = null where rowid = 17641";
Command "update T set F = null where rowid = 22191";
Command "update T set F = null where rowid = 4444";
Command "update T set F = null where rowid = 6469";
Command "update T set F = null where rowid = 36240";
Command "update T set F = null where rowid = 34293";
Command "update T set F = null where rowid = 2408";
Command "update T set F = null where rowid = 25608";
Command "update T set F = null where rowid = 41839";
Command "update T set F = null where rowid = 43627";
Command "update T set F = null where rowid = 35230";
Command "update T set F = null where rowid = 53415";
Command "update T set F = null where rowid = 40258";
Command "update T set F = null where rowid = 56702";
Command "update T set F = null where rowid = 13068";
Command "update T set F = null where rowid = 57219";
Command "update T set F = null where rowid = 32608";
Command "update T set F = null where rowid = 209";
Command "update T set F = null where rowid = 29972";
Command "update T set F = null where rowid = 39974";
Command "update T set F = null where rowid = 17367";
Command "update T set F = null where rowid = 8600";
Command "update T set F = null where rowid = 40609";
Command "update T set F = null where rowid = 48744";
Command "update T set F = null where rowid = 12441";
Command "update T set F = null where rowid = 59112";
Command "update T set F = null where rowid = 14005";
Command "update T set F = null where rowid = 25302";
Command "update T set F = null where rowid = 23895";
Command "update T set F = null where rowid = 21738";
Command "update T set F = null where rowid = 23293";
Command "update T set F = null where rowid = 30283";
Command "update T set F = null where rowid = 491";
Command "update T set F = null where rowid = 20615";
Command "update T set F = null where rowid = 4633";
Command "update T set F = null where rowid = 6168";
Command "update T set F = null where rowid = 50702";
Command "update T set F = null where rowid = 58875";
Command "update T set F = null where rowid = 17680";
Command "update T set F = null where rowid = 57977";
Command "update T set F = null where rowid = 14206";
Command "update T set F = null where rowid = 24019";
Command "update T set F = null where rowid = 49931";
Command "update T set F = null where rowid = 29208";
Command "update T set F = null where rowid = 38547";
Command "update T set F = null where rowid = 17190";
Command "update T set F = null where rowid = 58154";
Command "update T set F = null where rowid = 17006";
Command "update T set F = null where rowid = 9894";
Command "update T set F = null where rowid = 19013";
Command "update T set F = null where rowid = 20944";
Command "update T set F = null where rowid = 7632";
Command "update T set F = null where rowid = 28983";
Command "update T set F = null where rowid = 33101";
Command "update T set F = null where rowid = 16546";
Command "update T set F = null where rowid = 20339";
Command "update T set F = null where rowid = 10625";
Command "update T set F = null where rowid = 13900";
Command "update T set F = null where rowid = 15772";
Command "update T set F = null where rowid = 27065";
Command "update T set F = null where rowid = 3";
Command "update T set F = null where rowid = 31031";
Command "update T set F = null where rowid = 46960";
Command "update T set F = null where rowid = 14498";
Command "update T set F = null where rowid = 38218";
Command "update T set F = null where rowid = 14286";
Command "update T set F = null where rowid = 2176";
Command "update T set F = null where rowid = 13255";
Command "update T set F = null where rowid = 56354";
Command "update T set F = null where rowid = 1942";
Command "update T set F = null where rowid = 38761";
Command "update T set F = null where rowid = 59872";
Command "update T set F = null where rowid = 58278";
Command "update T set F = null where rowid = 47900";
Command "update T set F = null where rowid = 49306";
Command "update T set F = null where rowid = 43444";
Command "update T set F = null where rowid = 17417";
Command "update T set F = null where rowid = 12699";
Command "update T set F = null where rowid = 49546";
Command "update T set F = null where rowid = 16084";
Command "update T set F = null where rowid = 56464";
Command "update T set F = null where rowid = 60501";
Command "update T set F = null where rowid = 32488";
Command "update T set F = null where rowid = 21397";
Command "update T set F = null where rowid = 52720";
Command "update T set F = null where rowid = 29017";
Command "update T set F = null where rowid = 19217";
Command "update T set F = null where rowid = 23294";
Command "update T set F = null where rowid = 13237";
Command "update T set F = null where rowid = 2348";
Command "update T set F = null where rowid = 16254";
Command "update T set F = null where rowid = 5205";
Command "update T set F = null where rowid = 32370";
Command "update T set F = null where rowid = 49166";
Command "update T set F = null where rowid = 27717";
Command "update T set F = null where rowid = 25246";
Command "update T set F = null where rowid = 47491";
Command "update T set F = null where rowid = 15000";
Command "update T set F = null where rowid = 27348";
Command "update T set F = null where rowid = 5923";
Command "update T set F = null where rowid = 12219";
Command "update T set F = null where rowid = 12430";
Command "update T set F = null where rowid = 1156";
Command "update T set F = null where rowid = 44494";
Command "update T set F = null where rowid = 34566";
Command "update T set F = null where rowid = 42826";
Command "update T set F = null where rowid = 59654";
Command "update T set F = null where rowid = 1258";
Command "update T set F = null where rowid = 50581";
Command "update T set F = null where rowid = 27785";
Command "update T set F = null where rowid = 32293";
Command "update T set F = null where rowid = 28017";
Command "update T set F = null where rowid = 10545";
Command "update T set F = null where rowid = 57263";
Command "update T set F = null where rowid = 10074";
Command "update T set F = null where rowid = 11264";
Command "update T set F = null where rowid = 31662";
Command "update T set F = null where rowid = 33197";
Command "update T set F = null where rowid = 35307";
Command "update T set F = null where rowid = 2912";
Command "update T set F = null where rowid = 53895";
Command "update T set F = null where rowid = 15025";
Command "update T set F = null where rowid = 27606";
Command "update T set F = null where rowid = 11109";
Command "update T set F = null where rowid = 60492";
Command "update T set F = null where rowid = 46529";
Command "update T set F = null where rowid = 17179";
Command "update T set F = null where rowid = 61024";
Command "update T set F = null where rowid = 57424";
Command "update T set F = null where rowid = 49790";
Command "update T set F = null where rowid = 42558";
Command "update T set F = null where rowid = 32296";
Command "update T set F = null where rowid = 30841";
Command "update T set F = null where rowid = 3522";
Command "update T set F = null where rowid = 48872";
Command "update T set F = null where rowid = 25007";
Command "update T set F = null where rowid = 57658";
Command "update T set F = null where rowid = 16538";
Command "update T set F = null where rowid = 24055";
Command "update T set F = null where rowid = 27221";
Command "update T set F = null where rowid = 60068";
Command "update T set F = null where rowid = 223";
Command "update T set F = null where rowid = 16051";
Command "update T set F = null where rowid = 30713";
Command "update T set F = null where rowid = 26010";
Command "update T set F = null where rowid = 15344";
Command "update T set F = null where rowid = 16272";
Command "update T set F = null where rowid = 42509";
Command "update T set F = null where rowid = 48013";
Command "update T set F = null where rowid = 56878";
Command "update T set F = null where rowid = 40336";
Command "update T set F = null where rowid = 26495";
Command "update T set F = null where rowid = 14428";
Command "update T set F = null where rowid = 60298";
Command "update T set F = null where rowid = 53356";
Command "update T set F = null where rowid = 26172";
Command "update T set F = null where rowid = 38636";
Command "update T set F = null where rowid = 33425";
Command "update T set F = null where rowid = 49952";
Command "update T set F = null where rowid = 22364";
Command "update T set F = null where rowid = 39791";
Command "update T set F = null where rowid = 50729";
Command "update T set F = null where rowid = 362";
Command "update T set F = null where rowid = 19061";
Command "update T set F = null where rowid = 3980";
Command "update T set F = null where rowid = 1178";
Command "update T set F = null where rowid = 57557";
Command "update T set F = null where rowid = 56215";
Command "update T set F = null where rowid = 28641";
Command "update T set F = null where rowid = 30771";
Command "update T set F = null where rowid = 36329";
Command "update T set F = null where rowid = 10629";
Command "update T set F = null where rowid = 52351";
Command "update T set F = null where rowid = 18404";
Command "update T set F = null where rowid = 22653";
Command "update T set F = null where rowid = 38800";
Command "update T set F = null where rowid = 23409";
Command "update T set F = null where rowid = 37310";
Command "update T set F = null where rowid = 27009";
Command "update T set F = null where rowid = 2014";
Command "update T set F = null where rowid = 14271";
Command "update T set F = null where rowid = 52522";
Command "update T set F = null where rowid = 1886";
Command "update T set F = null where rowid = 44107";
Command "update T set F = null where rowid = 59107";
Command "update T set F = null where rowid = 24743";
Command "update T set F = null where rowid = 38217";
Command "update T set F = null where rowid = 42538";
Command "update T set F = null where rowid = 39368";
Command "update T set F = null where rowid = 21289";
Command "update T set F = null where rowid = 44926";
Command "update T set F = null where rowid = 21731";
Command "update T set F = null where rowid = 43599";
Command "update T set F = null where rowid = 27039";
Command "update T set F = null where rowid = 13818";
Command "update T set F = null where rowid = 23146";
Command "update T set F = null where rowid = 31823";
Command "update T set F = null where rowid = 36130";
Command "update T set F = null where rowid = 12811";
Command "update T set F = null where rowid = 25219";
Command "update T set F = null where rowid = 50116";
Command "update T set F = null where rowid = 9437";
Command "update T set F = null where rowid = 10125";
Command "update T set F = null where rowid = 59331";
Command "update T set F = null where rowid = 32682";
Command "update T set F = null where rowid = 4216";
Command "update T set F = null where rowid = 16274";
Command "update T set F = null where rowid = 16068";
Command "update T set F = null where rowid = 34133";
Command "update T set F = null where rowid = 13061";
Command "update T set F = null where rowid = 25152";
Command "update T set F = null where rowid = 30916";
Command "update T set F = null where rowid = 3281";
Command "update T set F = null where rowid = 33755";
Command "update T set F = null where rowid = 47404";
Command "update T set F = null where rowid = 60823";
Command "update T set F = null where rowid = 4566";
Command "update T set F = null where rowid = 6542";
Command "update T set F = null where rowid = 17667";
Command "update T set F = null where rowid = 53686";
Command "update T set F = null where rowid = 470";
Command "update T set F = null where rowid = 4688";
Command "update T set F = null where rowid = 60827";
Command "update T set F = null where rowid = 59111";
Command "update T set F = null where rowid = 21742";
Command "update T set F = null where rowid = 40268";
Command "update T set F = null where rowid = 33354";
Command "update T set F = null where rowid = 7535";
Command "update T set F = null where rowid = 49122";
Command "update T set F = null where rowid = 51850";
Command "update T set F = null where rowid = 28885";
Command "update T set F = null where rowid = 52949";
Command "update T set F = null where rowid = 18057";
Command "update T set F = null where rowid = 56771";
Command "update T set F = null where rowid = 29472";
Command "update T set F = null where rowid = 46738";
Command "update T set F = null where rowid = 57429";
Command "update T set F = null where rowid = 11629";
Command "update T set F = null where rowid = 45565";
Command "update T set F = null where rowid = 60988";
Command "update T set F = null where rowid = 33501";
Command "update T set F = null where rowid = 3028";
Command "update T set F = null where rowid = 11289";
Command "update T set F = null where rowid = 24344";
Command "update T set F = null where rowid = 48273";
Command "update T set F = null where rowid = 24655";
Command "update T set F = null where rowid = 11075";
Command "update T set F = null where rowid = 24738";
Command "update T set F = null where rowid = 22827";
Command "update T set F = null where rowid = 41731";
Command "update T set F = null where rowid = 12851";
Command "update T set F = null where rowid = 52953";
Command "update T set F = null where rowid = 21277";
Command "update T set F = null where rowid = 1982";
Command "update T set F = null where rowid = 59420";
Command "update T set F = null where rowid = 53367";
Command "update T set F = null where rowid = 28379";
Command "update T set F = null where rowid = 55122";
Command "update T set F = null where rowid = 33963";
Command "update T set F = null where rowid = 21086";
Command "update T set F = null where rowid = 48562";
Command "update T set F = null where rowid = 21114";
Command "update T set F = null where rowid = 56854";
Command "update T set F = null where rowid = 17824";
Command "update T set F = null where rowid = 26710";
Command "update T set F = null where rowid = 25505";
Command "update T set F = null where rowid = 36314";
Command "update T set F = null where rowid = 32588";
Command "update T set F = null where rowid = 4730";
Command "update T set F = null where rowid = 25253";
Command "update T set F = null where rowid = 60932";
Command "update T set F = null where rowid = 12663";
Command "update T set F = null where rowid = 19561";
Command "update T set F = null where rowid = 39651";
Command "update T set F = null where rowid = 9709";
Command "update T set F = null where rowid = 12141";
Command "update T set F = null where rowid = 22494";
Command "update T set F = null where rowid = 57226";
Command "update T set F = null where rowid = 48937";
Command "update T set F = null where rowid = 13925";
Command "update T set F = null where rowid = 57483";
Command "update T set F = null where rowid = 4843";
Command "update T set F = null where rowid = 53489";
Command "update T set F = null where rowid = 45869";
Command "update T set F = null where rowid = 54469";
Command "update T set F = null where rowid = 39140";
Command "update T set F = null where rowid = 19765";
Command "update T set F = null where rowid = 27471";
Command "update T set F = null where rowid = 9192";
Command "update T set F = null where rowid = 48965";
Command "update T set F = null where rowid = 52190";
Command "update T set F = null where rowid = 29021";
Command "update T set F = null where rowid = 61315";
Command "update T set F = null where rowid = 21005";
Command "update T set F = null where rowid = 54491";
Command "update T set F = null where rowid = 42168";
Command "update T set F = null where rowid = 58384";
Command "update T set F = null where rowid = 2787";
Command "update T set F = null where rowid = 5256";
Command "update T set F = null where rowid = 42120";
Command "update T set F = null where rowid = 31724";
Command "update T set F = null where rowid = 33266";
Command "update T set F = null where rowid = 15702";
Command "update T set F = null where rowid = 2460";
Command "update T set F = null where rowid = 46164";
Command "update T set F = null where rowid = 2507";
Command "update T set F = null where rowid = 30128";
Command "update T set F = null where rowid = 55870";
Command "update T set F = null where rowid = 17807";
Command "update T set F = null where rowid = 22271";
Command "update T set F = null where rowid = 13004";
Command "update T set F = null where rowid = 52922";
Command "update T set F = null where rowid = 25750";
Command "update T set F = null where rowid = 16037";
Command "update T set F = null where rowid = 4736";
Command "update T set F = null where rowid = 31887";
Command "update T set F = null where rowid = 18712";
Command "update T set F = null where rowid = 23516";
Command "update T set F = null where rowid = 7270";
Command "update T set F = null where rowid = 40733";
Command "update T set F = null where rowid = 28743";
Command "update T set F = null where rowid = 37423";
Command "update T set F = null where rowid = 59537";
Command "update T set F = null where rowid = 333";
Command "update T set F = null where rowid = 22287";
Command "update T set F = null where rowid = 31061";
Command "update T set F = null where rowid = 56460";
Command "update T set F = null where rowid = 5326";
Command "update T set F = null where rowid = 31454";
Command "update T set F = null where rowid = 23838";
Command "update T set F = null where rowid = 25966";
Command "update T set F = null where rowid = 44884";
Command "update T set F = null where rowid = 38441";
Command "update T set F = null where rowid = 52908";
Command "update T set F = null where rowid = 6665";
Command "update T set F = null where rowid = 28892";
Command "update T set F = null where rowid = 8247";
Command "update T set F = null where rowid = 55940";
Command "update T set F = null where rowid = 40044";
Command "update T set F = null where rowid = 15555";
Command "update T set F = null where rowid = 21226";
Command "update T set F = null where rowid = 40617";
Command "update T set F = null where rowid = 861";
Command "update T set F = null where rowid = 52597";
Command "update T set F = null where rowid = 7109";
Command "update T set F = null where rowid = 49028";
Command "update T set F = null where rowid = 20986";
Command "update T set F = null where rowid = 14269";
Command "update T set F = null where rowid = 11674";
Command "update T set F = null where rowid = 8458";
Command "update T set F = null where rowid = 6748";
Command "update T set F = null where rowid = 20204";
Command "update T set F = null where rowid = 29009";
Command "update T set F = null where rowid = 55109";
Command "update T set F = null where rowid = 25316";
Command "update T set F = null where rowid = 38010";
Command "update T set F = null where rowid = 47173";
Command "update T set F = null where rowid = 35878";
Command "update T set F = null where rowid = 43881";
Command "update T set F = null where rowid = 33494";
Command "update T set F = null where rowid = 46658";
Command "update T set F = null where rowid = 35256";
Command "update T set F = null where rowid = 42251";
Command "update T set F = null where rowid = 20378";
Command "update T set F = null where rowid = 11519";
Command "update T set F = null where rowid = 11916";
Command "update T set F = null where rowid = 3857";
Command "update T set F = null where rowid = 36759";
Command "update T set F = null where rowid = 3235";
Command "update T set F = null where rowid = 13994";
Command "update T set F = null where rowid = 17172";
Command "update T set F = null where rowid = 53149";
Command "update T set F = null where rowid = 61368";
Command "update T set F = null where rowid = 17873";
Command "update T set F = null where rowid = 44352";
Command "update T set F = null where rowid = 57239";
Command "update T set F = null where rowid = 34840";
Command "update T set F = null where rowid = 34529";
Command "update T set F = null where rowid = 1457";
Command "update T set F = null where rowid = 50662";
Command "update T set F = null where rowid = 51987";
Command "update T set F = null where rowid = 51164";
Command "update T set F = null where rowid = 36892";
Command "update T set F = null where rowid = 50911";
Command "update T set F = null where rowid = 4268";
Command "update T set F = null where rowid = 31850";
Command "update T set F = null where rowid = 50830";
Command "update T set F = null where rowid = 40430";
Command "update T set F = null where rowid = 31799";
Command "update T set F = null where rowid = 9702";
Command "update T set F = null where rowid = 38747";
Command "update T set F = null where rowid = 23699";
Command "update T set F = null where rowid = 51031";
Command "update T set F = null where rowid = 48904";
Command "update T set F = null where rowid = 53076";
Command "update T set F = null where rowid = 40889";
Command "update T set F = null where rowid = 59593";
Command "update T set F = null where rowid = 19345";
Command "update T set F = null where rowid = 1559";
Command "update T set F = null where rowid = 4246";
Command "update T set F = null where rowid = 26981";
Command "update T set F = null where rowid = 21829";
Command "update T set F = null where rowid = 36222";
Command "update T set F = null where rowid = 60646";
Command "update T set F = null where rowid = 10206";
Command "update T set F = null where rowid = 60656";
Command "update T set F = null where rowid = 50742";
Command "update T set F = null where rowid = 57765";
Command "update T set F = null where rowid = 45864";
Command "update T set F = null where rowid = 8426";
Command "update T set F = null where rowid = 41951";
Command "update T set F = null where rowid = 16939";
Command "update T set F = null where rowid = 13506";
Command "update T set F = null where rowid = 53283";
Command "update T set F = null where rowid = 10006";
Command "update T set F = null where rowid = 51430";
Command "update T set F = null where rowid = 20469";
Command "update T set F = null where rowid = 16255";
Command "update T set F = null where rowid = 39491";
Command "update T set F = null where rowid = 29580";
Command "update T set F = null where rowid = 14402";
Command "update T set F = null where rowid = 58694";
Command "update T set F = null where rowid = 59807";
Command "update T set F = null where rowid = 25788";
Command "update T set F = null where rowid = 25351";
Command "update T set F = null where rowid = 33894";
Command "update T set F = null where rowid = 608";
Command "update T set F = null where rowid = 41377";
Command "update T set F = null where rowid = 6220";
Command "update T set F = null where rowid = 30233";
Command "update T set F = null where rowid = 10199";
Command "update T set F = null where rowid = 54864";
Command "update T set F = null where rowid = 54566";
Command "update T set F = null where rowid = 26770";
Command "update T set F = null where rowid = 15924";
Command "update T set F = null where rowid = 25586";
Command "update T set F = null where rowid = 50979";
Command "update T set F = null where rowid = 13597";
Command "update T set F = null where rowid = 3399";
Command "update T set F = null where rowid = 50753";
Command "update T set F = null where rowid = 22034";
Command "update T set F = null where rowid = 20865";
Command "update T set F = null where rowid = 44980";
Command "update T set F = null where rowid = 49575";
Command "update T set F = null where rowid = 16617";
Command "update T set F = null where rowid = 35914";
Command "update T set F = null where rowid = 46913";
Command "update T set F = null where rowid = 1367";
Command "update T set F = null where rowid = 36080";
Command "update T set F = null where rowid = 51198";
Command "update T set F = null where rowid = 50600";
Command "update T set F = null where rowid = 17446";
Command "update T set F = null where rowid = 4999";
Command "update T set F = null where rowid = 47049";
Command "update T set F = null where rowid = 55089";
Command "update T set F = null where rowid = 46580";
Command "update T set F = null where rowid = 4271";
Command "update T set F = null where rowid = 46344";
Command "update T set F = null where rowid = 50847";
Command "update T set F = null where rowid = 2512";
Command "update T set F = null where rowid = 14630";
Command "update T set F = null where rowid = 40661";
Command "update T set F = null where rowid = 14106";
Command "update T set F = null where rowid = 20750";
Command "update T set F = null where rowid = 40500";
Command "update T set F = null where rowid = 7143";
Command "update T set F = null where rowid = 46822";
Command "update T set F = null where rowid = 13996";
Command "update T set F = null where rowid = 17606";
Command "update T set F = null where rowid = 59676";
Command "update T set F = null where rowid = 34775";
Command "update T set F = null where rowid = 13384";
Command "update T set F = null where rowid = 58509";
Command "update T set F = null where rowid = 17411";
Command "update T set F = null where rowid = 50816";
Command "update T set F = null where rowid = 38066";
Command "update T set F = null where rowid = 20461";
Command "update T set F = null where rowid = 1393";
Command "update T set F = null where rowid = 18197";
Command "update T set F = null where rowid = 20960";
Command "update T set F = null where rowid = 53728";
Command "update T set F = null where rowid = 24949";
Command "update T set F = null where rowid = 18705";
Command "update T set F = null where rowid = 13797";
Command "update T set F = null where rowid = 39320";
Command "update T set F = null where rowid = 24651";
Command "update T set F = null where rowid = 18184";
Command "update T set F = null where rowid = 38485";
Command "update T set F = null where rowid = 5108";
Command "update T set F = null where rowid = 9359";
Command "update T set F = null where rowid = 7944";
Command "update T set F = null where rowid = 58571";
Command "update T set F = null where rowid = 1274";
Command "update T set F = null where rowid = 8618";
Command "update T set F = null where rowid = 25774";
Command "update T set F = null where rowid = 16485";
Command "update T set F = null where rowid = 35784";
Command "update T set F = null where rowid = 40901";
Command "update T set F = null where rowid = 54583";
Command "update T set F = null where rowid = 36138";
Command "update T set F = null where rowid = 37186";
Command "update T set F = null where rowid = 43193";
Command "update T set F = null where rowid = 38068";
Command "update T set F = null where rowid = 40765";
Command "update T set F = null where rowid = 22553";
Command "update T set F = null where rowid = 40163";
Command "update T set F = null where rowid = 29750";
Command "update T set F = null where rowid = 25854";
Command "update T set F = null where rowid = 45554";
Command "update T set F = null where rowid = 41716";
Command "update T set F = null where rowid = 27035";
Command "update T set F = null where rowid = 16012";
Command "update T set F = null where rowid = 40780";
Command "update T set F = null where rowid = 28343";
Command "update T set F = null where rowid = 31978";
Command "update T set F = null where rowid = 2107";
Command "update T set F = null where rowid = 45836";
Command "update T set F = null where rowid = 14687";
Command "update T set F = null where rowid = 38843";
Command "update T set F = null where rowid = 25234";
Command "update T set F = null where rowid = 44855";
Command "update T set F = null where rowid = 18369";
Command "update T set F = null where rowid = 17053";
Command "update T set F = null where rowid = 10555";
Command "update T set F = null where rowid = 43235";
Command "update T set F = null where rowid = 45274";
Command "update T set F = null where rowid = 3652";
Command "update T set F = null where rowid = 7685";
Command "update T set F = null where rowid = 27038";
Command "update T set F = null where rowid = 30145";
Command "update T set F = null where rowid = 24874";
Command "update T set F = null where rowid = 51974";
Command "update T set F = null where rowid = 59679";
Command "update T set F = null where rowid = 680";
Command "update T set F = null where rowid = 17687";
Command "update T set F = null where rowid = 45134";
Command "update T set F = null where rowid = 50631";
Command "update T set F = null where rowid = 29574";
Command "update T set F = null where rowid = 28060";
Command "update T set F = null where rowid = 5259";
Command "update T set F = null where rowid = 45815";
Command "update T set F = null where rowid = 36173";
Command "update T set F = null where rowid = 7960";
Command "update T set F = null where rowid = 37403";
Command "update T set F = null where rowid = 32843";
Command "update T set F = null where rowid = 33793";
Command "update T set F = null where rowid = 21310";
Command "update T set F = null where rowid = 55874";
Command "update T set F = null where rowid = 46990";
Command "update T set F = null where rowid = 60165";
Command "update T set F = null where rowid = 33291";
Command "update T set F = null where rowid = 46484";
Command "update T set F = null where rowid = 5394";
Command "update T set F = null where rowid = 16514";
Command "update T set F = null where rowid = 2064";
Command "update T set F = null where rowid = 16951";
Command "update T set F = null where rowid = 56832";
Command "update T set F = null where rowid = 12467";
Command "update T set F = null where rowid = 21764";
Command "update T set F = null where rowid = 1294";
Command "update T set F = null where rowid = 55016";
Command "update T set F = null where rowid = 28681";
Command "update T set F = null where rowid = 7127";
Command "update T set F = null where rowid = 37487";
Command "update T set F = null where rowid = 15517";
Command "update T set F = null where rowid = 46320";
Command "update T set F = null where rowid = 53449";
Command "update T set F = null where rowid = 56040";
Command "update T set F = null where rowid = 18286";
Command "update T set F = null where rowid = 8150";
Command "update T set F = null where rowid = 56251";
Command "update T set F = null where rowid = 53965";
Command "update T set F = null where rowid = 34729";
Command "update T set F = null where rowid = 53197";
Command "update T set F = null where rowid = 37464";
Command "update T set F = null where rowid = 2340";
Command "update T set F = null where rowid = 15359";
Command "update T set F = null where rowid = 15727";
Command "update T set F = null where rowid = 51642";
Command "update T set F = null where rowid = 48874";
Command "update T set F = null where rowid = 53308";
Command "update T set F = null where rowid = 39371";
Command "update T set F = null where rowid = 53427";
Command "update T set F = null where rowid = 58825";
Command "update T set F = null where rowid = 45744";
Command "update T set F = null where rowid = 1262";
Command "update T set F = null where rowid = 25949";
Command "update T set F = null where rowid = 37176";
Command "update T set F = null where rowid = 19906";
Command "update T set F = null where rowid = 2339";
Command "update T set F = null where rowid = 47878";
Command "update T set F = null where rowid = 55246";
Command "update T set F = null where rowid = 49803";
Command "update T set F = null where rowid = 24121";
Command "update T set F = null where rowid = 18600";
Command "update T set F = null where rowid = 22265";
Command "update T set F = null where rowid = 36910";
Command "update T set F = null where rowid = 20452";
Command "update T set F = null where rowid = 3817";
Command "update T set F = null where rowid = 8720";
Command "update T set F = null where rowid = 41231";
Command "update T set F = null where rowid = 59879";
Command "update T set F = null where rowid = 41891";
Command "update T set F = null where rowid = 32410";
Command "update T set F = null where rowid = 3468";
Command "update T set F = null where rowid = 36911";
Command "update T set F = null where rowid = 4849";
Command "update T set F = null where rowid = 56861";
Command "update T set F = null where rowid = 13938";
Command "update T set F = null where rowid = 56262";
Command "update T set F = null where rowid = 39334";
Command "update T set F = null where rowid = 26990";
Command "update T set F = null where rowid = 56457";
Command "update T set F = null where rowid = 58993";
Command "update T set F = null where rowid = 17391";
Command "update T set F = null where rowid = 6656";
Command "update T set F = null where rowid = 38427";
Command "update T set F = null where rowid = 9948";
Command "update T set F = null where rowid = 22204";
Command "update T set F = null where rowid = 1829";
Command "update T set F = null where rowid = 60217";
Command "update T set F = null where rowid = 13515";
Command "update T set F = null where rowid = 38093";
Command "update T set F = null where rowid = 4556";
Command "update T set F = null where rowid = 58847";
Command "update T set F = null where rowid = 15948";
Command "update T set F = null where rowid = 59883";
Command "update T set F = null where rowid = 50";
Command "update T set F = null where rowid = 14879";
Command "update T set F = null where rowid = 12332";
Command "update T set F = null where rowid = 59141";
Command "update T set F = null where rowid = 30321";
Command "update T set F = null where rowid = 53735";
Command "update T set F = null where rowid = 42170";
Command "update T set F = null where rowid = 48921";
Command "update T set F = null where rowid = 8330";
Command "update T set F = null where rowid = 27615";
Command "update T set F = null where rowid = 53648";
Command "update T set F = null where rowid = 53754";
Command "update T set F = null where rowid = 2706";
Command "update T set F = null where rowid = 23099";
Command "update T set F = null where rowid = 60698";
Command "update T set F = null where rowid = 26169";
Command "update T set F = null where rowid = 19290";
Command "update T set F = null where rowid = 0";
Command "update T set F = null where rowid = 4587";
Command "update T set F = null where rowid = 184";
Command "update T set F = null where rowid = 9420";
Command "update T set F = null where rowid = 44024";
Command "update T set F = null where rowid = 4198";
Command "update T set F = null where rowid = 52536";
Command "update T set F = null where rowid = 44670";
Command "update T set F = null where rowid = 38233";
Command "update T set F = null where rowid = 3963";
Command "update T set F = null where rowid = 30554";
Command "update T set F = null where rowid = 33054";
Command "update T set F = null where rowid = 11249";
Command "update T set F = null where rowid = 52859";
Command "update T set F = null where rowid = 32813";
Command "update T set F = null where rowid = 59523";
Command "update T set F = null where rowid = 50215";
Command "update T set F = null where rowid = 16616";
Command "update T set F = null where rowid = 517";
Command "update T set F = null where rowid = 49114";
Command "update T set F = null where rowid = 28147";
Command "update T set F = null where rowid = 401";
Command "update T set F = null where rowid = 2222";
Command "update T set F = null where rowid = 3167";
Command "update T set F = null where rowid = 26405";
Command "update T set F = null where rowid = 46112";
Command "update T set F = null where rowid = 16661";
Command "update T set F = null where rowid = 6234";
Command "update T set F = null where rowid = 9749";
Command "update T set F = null where rowid = 16079";
Command "update T set F = null where rowid = 32994";
Command "update T set F = null where rowid = 29270";
Command "update T set F = null where rowid = 49660";
Command "update T set F = null where rowid = 35281";
Command "update T set F = null where rowid = 60334";
Command "update T set F = null where rowid = 16544";
Command "update T set F = null where rowid = 14197";
Command "update T set F = null where rowid = 61055";
Command "update T set F = null where rowid = 56752";
Command "update T set F = null where rowid = 48554";
Command "update T set F = null where rowid = 41535";
Command "update T set F = null where rowid = 20140";
Command "update T set F = null where rowid = 58811";
Command "update T set F = null where rowid = 53542";
Command "update T set F = null where rowid = 46743";
Command "update T set F = null where rowid = 59463";
Command "update T set F = null where rowid = 28146";
Command "update T set F = null where rowid = 26918";
Command "update T set F = null where rowid = 50175";
Command "update T set F = null where rowid = 18360";
Command "update T set F = null where rowid = 47635";
Command "update T set F = null where rowid = 38545";
Command "update T set F = null where rowid = 8260";
Command "update T set F = null where rowid = 51848";
Command "update T set F = null where rowid = 9323";
Command "update T set F = null where rowid = 12919";
Command "update T set F = null where rowid = 6370";
Command "update T set F = null where rowid = 41406";
Command "update T set F = null where rowid = 41107";
Command "update T set F = null where rowid = 50058";
Command "update T set F = null where rowid = 27237";
Command "update T set F = null where rowid = 47883";
Command "update T set F = null where rowid = 23170";
Command "update T set F = null where rowid = 31594";
Command "update T set F = null where rowid = 5757";
Command "update T set F = null where rowid = 28051";
Command "update T set F = null where rowid = 36931";
Command "update T set F = null where rowid = 45176";
Command "update T set F = null where rowid = 32955";
Command "update T set F = null where rowid = 13317";
Command "update T set F = null where rowid = 7158";
Command "update T set F = null where rowid = 14457";
Command "update T set F = null where rowid = 12485";
Command "update T set F = null where rowid = 18784";
Command "update T set F = null where rowid = 52250";
Command "update T set F = null where rowid = 35905";
Command "update T set F = null where rowid = 39265";
Command "update T set F = null where rowid = 24074";
Command "update T set F = null where rowid = 55700";
Command "update T set F = null where rowid = 23493";
Command "update T set F = null where rowid = 60015";
Command "update T set F = null where rowid = 47272";
Command "update T set F = null where rowid = 56411";
Command "update T set F = null where rowid = 17696";
Command "update T set F = null where rowid = 34350";
Command "update T set F = null where rowid = 40024";
Command "update T set F = null where rowid = 40827";
Command "update T set F = null where rowid = 25468";
Command "update T set F = null where rowid = 4386";
Command "update T set F = null where rowid = 41002";
Command "update T set F = null where rowid = 28899";
Command "update T set F = null where rowid = 46410";
Command "update T set F = null where rowid = 36577";
Command "update T set F = null where rowid = 16148";
Command "update T set F = null where rowid = 52251";
Command "update T set F = null where rowid = 7389";
Command "update T set F = null where rowid = 35961";
Command "update T set F = null where rowid = 29165";
Command "update T set F = null where rowid = 28571";
Command "update T set F = null where rowid = 44813";
Command "update T set F = null where rowid = 53841";
Command "update T set F = null where rowid = 1733";
Command "update T set F = null where rowid = 36245";
Command "update T set F = null where rowid = 27766";
Command "update T set F = null where rowid = 11654";
Command "update T set F = null where rowid = 25685";
Command "update T set F = null where rowid = 2802";
Command "update T set F = null where rowid = 24984";
Command "update T set F = null where rowid = 49271";
Command "update T set F = null where rowid = 59713";
Command "update T set F = null where rowid = 2009";
Command "update T set F = null where rowid = 6642";
Command "update T set F = null where rowid = 15970";
Command "update T set F = null where rowid = 33704";
Command "update T set F = null where rowid = 48751";
Command "update T set F = null where rowid = 53073";
Command "update T set F = null where rowid = 5349";
Command "update T set F = null where rowid = 48236";
Command "update T set F = null where rowid = 47348";
Command "update T set F = null where rowid = 2049";
Command "update T set F = null where rowid = 52100";
Command "update T set F = null where rowid = 3286";
Command "update T set F = null where rowid = 39859";
Command "update T set F = null where rowid = 9823";
Command "update T set F = null where rowid = 10374";
Command "update T set F = null where rowid = 14069";
Command "update T set F = null where rowid = 28370";
Command "update T set F = null where rowid = 32879";
Command "update T set F = null where rowid = 5499";
Command "update T set F = null where rowid = 55892";
Command "update T set F = null where rowid = 21252";
Command "update T set F = null where rowid = 17271";
Command "update T set F = null where rowid = 59472";
Command "update T set F = null where rowid = 22500";
Command "update T set F = null where rowid = 46381";
Command "update T set F = null where rowid = 55886";
Command "update T set F = null where rowid = 59931";
Command "update T set F = null where rowid = 53941";
Command "update T set F = null where rowid = 31030";
Command "update T set F = null where rowid = 36413";
Command "update T set F = null where rowid = 12671";
Command "update T set F = null where rowid = 195";
Command "update T set F = null where rowid = 48925";
Command "update T set F = null where rowid = 34876";
Command "update T set F = null where rowid = 9899";
Command "update T set F = null where rowid = 44331";
Command "update T set F = null where rowid = 43281";
Command "update T set F = null where rowid = 36653";
Command "update T set F = null where rowid = 51049";
Command "update T set F = null where rowid = 6867";
Command "update T set F = null where rowid = 45890";
Command "update T set F = null where rowid = 23412";
Command "update T set F = null where rowid = 31483";
Command "update T set F = null where rowid = 59379";
Command "update T set F = null where rowid = 13733";
Command "update T set F = null where rowid = 25315";
Command "update T set F = null where rowid = 45148";
Command "update T set F = null where rowid = 40692";
Command "update T set F = null where rowid = 8414";
Command "update T set F = null where rowid = 13239";
Command "update T set F = null where rowid = 52005";
Command "update T set F = null where rowid = 5855";
Command "update T set F = null where rowid = 59946";
Command "update T set F = null where rowid = 36192";
Command "update T set F = null where rowid = 32472";
Command "update T set F = null where rowid = 16749";
Command "update T set F = null where rowid = 51970";
Command "update T set F = null where rowid = 58537";
Command "update T set F = null where rowid = 42613";
Command "update T set F = null where rowid = 29364";
Command "update T set F = null where rowid = 47890";
Command "update T set F = null where rowid = 30136";
Command "update T set F = null where rowid = 42679";
Command "update T set F = null where rowid = 51231";
Command "update T set F = null where rowid = 24570";
Command "update T set F = null where rowid = 50440";
Command "update T set F = null where rowid = 41645";
Command "update T set F = null where rowid = 53936";
Command "update T set F = null where rowid = 42416";
Command "update T set F = null where rowid = 16420";
Command "update T set F = null where rowid = 7877";
Command "update T set F = null where rowid = 1776";
Command "update T set F = null where rowid = 2764";
Command "update T set F = null where rowid = 48754";
Command "update T set F = null where rowid = 46865";
Command "update T set F = null where rowid = 30548";
Command "update T set F = null where rowid = 19487";
Command "update T set F = null where rowid = 20252";
Command "update T set F = null where rowid = 31686";
Command "update T set F = null where rowid = 56241";
Command "update T set F = null where rowid = 46457";
Command "update T set F = null where rowid = 6485";
Command "update T set F = null where rowid = 40214";
Command "update T set F = null where rowid = 26227";
Command "update T set F = null where rowid = 6574";
Command "update T set F = null where rowid = 20250";
Command "update T set F = null where rowid = 21268";
Command "update T set F = null where rowid = 22673";
Command "update T set F = null where rowid = 33918";
Command "update T set F = null where rowid = 25662";
Command "update T set F = null where rowid = 30217";
Command "update T set F = null where rowid = 58572";
Command "update T set F = null where rowid = 13632";
Command "update T set F = null where rowid = 15397";
Command "update T set F = null where rowid = 57285";
Command "update T set F = null where rowid = 43566";
Command "update T set F = null where rowid = 57012";
Command "update T set F = null where rowid = 61190";
Command "update T set F = null where rowid = 18412";
Command "update T set F = null where rowid = 212";
Command "update T set F = null where rowid = 57119";
Command "update T set F = null where rowid = 61234";
Command "update T set F = null where rowid = 25311";
Command "update T set F = null where rowid = 41693";
Command "update T set F = null where rowid = 13116";
Command "update T set F = null where rowid = 2354";
Command "update T set F = null where rowid = 53189";
Command "update T set F = null where rowid = 27761";
Command "update T set F = null where rowid = 35065";
Command "update T set F = null where rowid = 60974";
Command "update T set F = null where rowid = 3647";
Command "update T set F = null where rowid = 49463";
Command "update T set F = null where rowid = 1021";
Command "update T set F = null where rowid = 36181";
Command "update T set F = null where rowid = 38271";
Command "update T set F = null where rowid = 29971";
Command "update T set F = null where rowid = 58390";
Command "update T set F = null where rowid = 37404";
Command "update T set F = null where rowid = 5237";
Command "update T set F = null where rowid = 13104";
Command "update T set F = null where rowid = 56495";
Command "update T set F = null where rowid = 41226";
Command "update T set F = null where rowid = 50135";
Command "update T set F = null where rowid = 39616";
Command "update T set F = null where rowid = 38726";
Command "update T set F = null where rowid = 2078";
Command "update T set F = null where rowid = 38126";
Command "update T set F = null where rowid = 37462";
Command "update T set F = null where rowid = 27478";
Command "update T set F = null where rowid = 22386";
Command "update T set F = null where rowid = 25519";
Command "update T set F = null where rowid = 54074";
Command "update T set F = null where rowid = 25364";
Command "update T set F = null where rowid = 42873";
Command "update T set F = null where rowid = 53079";
Command "update T set F = null where rowid = 45092";
Command "update T set F = null where rowid = 51858";
Command "update T set F = null where rowid = 57427";
Command "update T set F = null where rowid = 19224";
Command "update T set F = null where rowid = 16048";
Command "update T set F = null where rowid = 48208";
Command "update T set F = null where rowid = 23012";
Command "update T set F = null where rowid = 53235";
Command "update T set F = null where rowid = 16832";
Command "update T set F = null where rowid = 17561";
Command "update T set F = null where rowid = 47289";
Command "update T set F = null where rowid = 13976";
Command "update T set F = null where rowid = 49682";
Command "update T set F = null where rowid = 4954";
Command "update T set F = null where rowid = 3129";
Command "update T set F = null where rowid = 35213";
Command "update T set F = null where rowid = 23113";
Command "update T set F = null where rowid = 26844";
Command "update T set F = null where rowid = 25833";
Command "update T set F = null where rowid = 8246";
Command "update T set F = null where rowid = 22365";
Command "update T set F = null where rowid = 20654";
Command "update T set F = null where rowid = 27276";
Command "update T set F = null where rowid = 61282";
Command "update T set F = null where rowid = 44930";
Command "update T set F = null where rowid = 13707";
Command "update T set F = null where rowid = 46825";
Command "update T set F = null where rowid = 4905";
Command "update T set F = null where rowid = 33789";
Command "update T set F = null where rowid = 45256";
Command "update T set F = null where rowid = 28925";
Command "update T set F = null where rowid = 45551";
Command "update T set F = null where rowid = 50658";
Command "update T set F = null where rowid = 42049";
Command "update T set F = null where rowid = 14954";
Command "update T set F = null where rowid = 30531";
Command "update T set F = null where rowid = 10451";
Command "update T set F = null where rowid = 54311";
Command "update T set F = null where rowid = 21440";
Command "update T set F = null where rowid = 57586";
Command "update T set F = null where rowid = 3516";
Command "update T set F = null where rowid = 2865";
Command "update T set F = null where rowid = 25178";
Command "update T set F = null where rowid = 48837";
Command "update T set F = null where rowid = 5097";
Command "update T set F = null where rowid = 9290";
Command "update T set F = null where rowid = 50700";
Command "update T set F = null where rowid = 41424";
Command "update T set F = null where rowid = 24101";
Command "update T set F = null where rowid = 12706";
Command "update T set F = null where rowid = 7847";
Command "update T set F = null where rowid = 21996";
Command "update T set F = null where rowid = 21949";
Command "update T set F = null where rowid = 2201";
Command "update T set F = null where rowid = 61044";
Command "update T set F = null where rowid = 5380";
Command "update T set F = null where rowid = 25277";
Command "update T set F = null where rowid = 54810";
Command "update T set F = null where rowid = 32241";
Command "update T set F = null where rowid = 11055";
Command "update T set F = null where rowid = 26248";
Command "update T set F = null where rowid = 14299";
Command "update T set F = null where rowid = 55596";
Command "update T set F = null where rowid = 38867";
Command "update T set F = null where rowid = 29372";
Command "update T set F = null where rowid = 22015";
Command "update T set F = null where rowid = 44701";
Command "update T set F = null where rowid = 31915";
Command "update T set F = null where rowid = 48595";
Command "update T set F = null where rowid = 32893";
Command "update T set F = null where rowid = 9813";
Command "update T set F = null where rowid = 40674";
Command "update T set F = null where rowid = 35505";
Command "update T set F = null where rowid = 56174";
Command "update T set F = null where rowid = 34349";
Command "update T set F = null where rowid = 37788";
Command "update T set F = null where rowid = 59096";
Command "update T set F = null where rowid = 54937";
Command "update T set F = null where rowid = 46018";
Command "update T set F = null where rowid = 50493";
Command "update T set F = null where rowid = 60799";
Command "update T set F = null where rowid = 13822";
Command "update T set F = null where rowid = 55659";
Command "update T set F = null where rowid = 42514";
Command "update T set F = null where rowid = 57540";
Command "update T set F = null where rowid = 50271";
Command "update T set F = null where rowid = 52743";
Command "update T set F = null where rowid = 2768";
Command "update T set F = null where rowid = 9038";
Command "update T set F = null where rowid = 31714";
Command "update T set F = null where rowid = 46810";
Command "update T set F = null where rowid = 12444";
Command "update T set F = null where rowid = 24375";
Command "update T set F = null where rowid = 50199";
Command "update T set F = null where rowid = 51795";
Command "update T set F = null where rowid = 42362";
Command "update T set F = null where rowid = 885";
Command "update T set F = null where rowid = 37968";
Command "update T set F = null where rowid = 28109";
Command "update T set F = null where rowid = 56386";
Command "update T set F = null where rowid = 53833";
Command "update T set F = null where rowid = 44790";
Command "update T set F = null where rowid = 48077";
Command "update T set F = null where rowid = 26933";
Command "update T set F = null where rowid = 5188";
Command "update T set F = null where rowid = 8368";
Command "update T set F = null where rowid = 14721";
Command "update T set F = null where rowid = 40970";
Command "update T set F = null where rowid = 60142";
Command "update T set F = null where rowid = 27590";
Command "update T set F = null where rowid = 12190";
Command "update T set F = null where rowid = 31503";
Command "update T set F = null where rowid = 56835";
Command "update T set F = null where rowid = 47978";
Command "update T set F = null where rowid = 55333";
Command "update T set F = null where rowid = 58153";
Command "update T set F = null where rowid = 32515";
Command "update T set F = null where rowid = 35948";
Command "update T set F = null where rowid = 45242";
Command "update T set F = null where rowid = 10935";
Command "update T set F = null where rowid = 40310";
Command "update T set F = null where rowid = 50970";
Command "update T set F = null where rowid = 36480";
Command "update T set F = null where rowid = 49869";
Command "update T set F = null where rowid = 24898";
Command "update T set F = null where rowid = 34867";
Command "update T set F = null where rowid = 37499";
Command "update T set F = null where rowid = 2836";
Command "update T set F = null where rowid = 42155";
Command "update T set F = null where rowid = 5404";
Command "update T set F = null where rowid = 23977";
Command "update T set F = null where rowid = 9779";
Command "update T set F = null where rowid = 51133";
Command "update T set F = null where rowid = 47322";
Command "update T set F = null where rowid = 1291";
Command "update T set F = null where rowid = 17147";
Command "update T set F = null where rowid = 46528";
Command "update T set F = null where rowid = 55721";
Command "update T set F = null where rowid = 9913";
Command "update T set F = null where rowid = 21649";
Command "update T set F = null where rowid = 42820";
Command "update T set F = null where rowid = 14437";
Command "update T set F = null where rowid = 11615";
Command "update T set F = null where rowid = 13842";
Command "update T set F = null where rowid = 16409";
Command "update T set F = null where rowid = 13743";
Command "update T set F = null where rowid = 56202";
Command "update T set F = null where rowid = 50869";
Command "update T set F = null where rowid = 1150";
Command "update T set F = null where rowid = 14339";
Command "update T set F = null where rowid = 53662";
Command "update T set F = null where rowid = 23201";
Command "update T set F = null where rowid = 18538";
Command "update T set F = null where rowid = 30724";
Command "update T set F = null where rowid = 23167";
Command "update T set F = null where rowid = 10563";
Command "update T set F = null where rowid = 18958";
Command "update T set F = null where rowid = 48811";
Command "update T set F = null where rowid = 14528";
Command "update T set F = null where rowid = 32607";
Command "update T set F = null where rowid = 24066";
Command "update T set F = null where rowid = 29277";
Command "update T set F = null where rowid = 48437";
Command "update T set F = null where rowid = 38994";
Command "update T set F = null where rowid = 14838";
Command "update T set F = null where rowid = 27857";
Command "update T set F = null where rowid = 36932";
Command "update T set F = null where rowid = 27415";
Command "update T set F = null where rowid = 11906";
Command "update T set F = null where rowid = 13349";
Command "update T set F = null where rowid = 35467";
Command "update T set F = null where rowid = 56507";
Command "update T set F = null where rowid = 28603";
Command "update T set F = null where rowid = 22796";
Command "update T set F = null where rowid = 6418";
Command "update T set F = null where rowid = 50910";
Command "update T set F = null where rowid = 57896";
Command "update T set F = null where rowid = 51419";
Command "update T set F = null where rowid = 60520";
Command "update T set F = null where rowid = 59359";
Command "update T set F = null where rowid = 55011";
Command "update T set F = null where rowid = 51546";
Command "update T set F = null where rowid = 22348";
Command "update T set F = null where rowid = 25096";
Command "update T set F = null where rowid = 30038";
Command "update T set F = null where rowid = 2132";
Command "update T set F = null where rowid = 5193";
Command "update T set F = null where rowid = 25964";
Command "update T set F = null where rowid = 52778";
Command "update T set F = null where rowid = 22277";
Command "update T set F = null where rowid = 58996";
Command "update T set F = null where rowid = 27680";
Command "update T set F = null where rowid = 53485";
Command "update T set F = null where rowid = 50333";
Command "update T set F = null where rowid = 27264";
Command "update T set F = null where rowid = 22082";
Command "update T set F = null where rowid = 45643";
Command "update T set F = null where rowid = 56743";
Command "update T set F = null where rowid = 60281";
Command "update T set F = null where rowid = 4184";
Command "update T set F = null where rowid = 27028";
Command "update T set F = null where rowid = 17185";
Command "update T set F = null where rowid = 11449";
Command "update T set F = null where rowid = 39633";
Command "update T set F = null where rowid = 15037";
Command "update T set F = null where rowid = 51073";
Command "update T set F = null where rowid = 9049";
Command "update T set F = null where rowid = 54883";
Command "update T set F = null where rowid = 13992";
Command "update T set F = null where rowid = 19270";
Command "update T set F = null where rowid = 6470";
Command "update T set F = null where rowid = 46167";
Command "update T set F = null where rowid = 3734";
Command "update T set F = null where rowid = 23229";
Command "update T set F = null where rowid = 46787";
Command "update T set F = null where rowid = 57897";
Command "update T set F = null where rowid = 5432";
Command "update T set F = null where rowid = 8034";
Command "update T set F = null where rowid = 47134";
Command "update T set F = null where rowid = 31879";
Command "update T set F = null where rowid = 44046";
Command "update T set F = null where rowid = 55121";
Command "update T set F = null where rowid = 30984";
Command "update T set F = null where rowid = 2716";
Command "update T set F = null where rowid = 19976";
Command "update T set F = null where rowid = 40431";
Command "update T set F = null where rowid = 10116";
Command "update T set F = null where rowid = 50399";
Command "update T set F = null where rowid = 4855";
Command "update T set F = null where rowid = 51647";
Command "update T set F = null where rowid = 6776";
Command "update T set F = null where rowid = 44035";
Command "update T set F = null where rowid = 34239";
Command "update T set F = null where rowid = 56096";
Command "update T set F = null where rowid = 4470";
Command "update T set F = null where rowid = 12359";
Command "update T set F = null where rowid = 36492";
Command "update T set F = null where rowid = 54993";
Command "update T set F = null where rowid = 22820";
Command "update T set F = null where rowid = 27497";
Command "update T set F = null where rowid = 51824";
Command "update T set F = null where rowid = 36751";
Command "update T set F = null where rowid = 32479";
Command "update T set F = null where rowid = 2388";
Command "update T set F = null where rowid = 54144";
Command "update T set F = null where rowid = 56535";
Command "update T set F = null where rowid = 55583";
Command "update T set F = null where rowid = 35620";
Command "update T set F = null where rowid = 45266";
Command "update T set F = null where rowid = 48689";
Command "update T set F = null where rowid = 21215";
Command "update T set F = null where rowid = 24720";
Command "update T set F = null where rowid = 28005";
Command "update T set F = null where rowid = 44455";
Command "update T set F = null where rowid = 31071";
Command "update T set F = null where rowid = 19458";
Command "update T set F = null where rowid = 46428";
Command "update T set F = null where rowid = 43805";
Command "update T set F = null where rowid = 22336";
Command "update T set F = null where rowid = 42935";
Command "update T set F = null where rowid = 3536";
Command "update T set F = null where rowid = 8799";
Command "update T set F = null where rowid = 55915";
Command "update T set F = null where rowid = 34847";
Command "update T set F = null where rowid = 9973";
Command "update T set F = null where rowid = 17780";
Command "update T set F = null where rowid = 38079";
Command "update T set F = null where rowid = 33483";
Command "update T set F = null where rowid = 9916";
Command "update T set F = null where rowid = 36177";
Command "update T set F = null where rowid = 7860";
Command "update T set F = null where rowid = 1939";
Command "update T set F = null where rowid = 47791";
Command "update T set F = null where rowid = 15102";
Command "update T set F = null where rowid = 44393";
Command "update T set F = null where rowid = 8988";
Command "update T set F = null where rowid = 58705";
Command "update T set F = null where rowid = 25843";
Command "update T set F = null where rowid = 55279";
Command "update T set F = null where rowid = 33981";
Command "update T set F = null where rowid = 36644";
Command "update T set F = null where rowid = 38703";
Command "update T set F = null where rowid = 46985";
Command "update T set F = null where rowid = 9234";
Command "update T set F = null where rowid = 49763";
Command "update T set F = null where rowid = 4273";
Command "update T set F = null where rowid = 55190";
Command "update T set F = null where rowid = 10232";
Command "update T set F = null where rowid = 468";
Command "update T set F = null where rowid = 37810";
Command "update T set F = null where rowid = 42739";
Command "update T set F = null where rowid = 22477";
Command "update T set F = null where rowid = 31352";
Command "update T set F = null where rowid = 1033";
Command "update T set F = null where rowid = 33783";
Command "update T set F = null where rowid = 2676";
Command "update T set F = null where rowid = 26968";
Command "update T set F = null where rowid = 12048";
Command "update T set F = null where rowid = 41802";
Command "update T set F = null where rowid = 51748";
Command "update T set F = null where rowid = 53734";
Command "update T set F = null where rowid = 6951";
Command "update T set F = null where rowid = 38042";
Command "update T set F = null where rowid = 20125";
Command "update T set F = null where rowid = 25294";
Command "update T set F = null where rowid = 47062";
Command "update T set F = null where rowid = 26115";
Command "update T set F = null where rowid = 26944";
Command "update T set F = null where rowid = 32527";
Command "update T set F = null where rowid = 33411";
Command "update T set F = null where rowid = 46432";
Command "update T set F = null where rowid = 8536";
Command "update T set F = null where rowid = 17194";
Command "update T set F = null where rowid = 10985";
Command "update T set F = null where rowid = 4988";
Command "update T set F = null where rowid = 25350";
Command "update T set F = null where rowid = 28082";
Command "update T set F = null where rowid = 28632";
Command "update T set F = null where rowid = 48691";
Command "update T set F = null where rowid = 32498";
Command "update T set F = null where rowid = 30578";
Command "update T set F = null where rowid = 38360";
Command "update T set F = null where rowid = 12991";
Command "update T set F = null where rowid = 34127";
Command "update T set F = null where rowid = 45792";
Command "update T set F = null where rowid = 9313";
Command "update T set F = null where rowid = 43166";
Command "update T set F = null where rowid = 55250";
Command "update T set F = null where rowid = 36745";
Command "update T set F = null where rowid = 46299";
Command "update T set F = null where rowid = 57512";
Command "update T set F = null where rowid = 30561";
Command "update T set F = null where rowid = 17971";
Command "update T set F = null where rowid = 59068";
Command "update T set F = null where rowid = 17543";
Command "update T set F = null where rowid = 55554";
Command "update T set F = null where rowid = 17688";
Command "update T set F = null where rowid = 48247";
Command "update T set F = null where rowid = 51993";
Command "update T set F = null where rowid = 17432";
Command "update T set F = null where rowid = 26637";
Command "update T set F = null where rowid = 13218";
Command "update T set F = null where rowid = 8997";
Command "update T set F = null where rowid = 33412";
Command "update T set F = null where rowid = 49587";
Command "update T set F = null where rowid = 58396";
Command "update T set F = null where rowid = 35085";
Command "update T set F = null where rowid = 25601";
Command "update T set F = null where rowid = 7754";
Command "update T set F = null where rowid = 13675";
Command "update T set F = null where rowid = 22620";
Command "update T set F = null where rowid = 46265";
Command "update T set F = null where rowid = 26323";
Command "update T set F = null where rowid = 54502";
Command "update T set F = null where rowid = 50245";
Command "update T set F = null where rowid = 8783";
Command "update T set F = null where rowid = 33262";
Command "update T set F = null where rowid = 23809";
Command "update T set F = null where rowid = 8685";
Command "update T set F = null where rowid = 16977";
Command "update T set F = null where rowid = 44689";
Command "update T set F = null where rowid = 35826";
Command "update T set F = null where rowid = 58730";
Command "update T set F = null where rowid = 14078";
Command "update T set F = null where rowid = 19030";
Command "update T set F = null where rowid = 35858";
Command "update T set F = null where rowid = 26439";
Command "update T set F = null where rowid = 26952";
Command "update T set F = null where rowid = 54024";
Command "update T set F = null where rowid = 46590";
Command "update T set F = null where rowid = 555";
Command "update T set F = null where rowid = 36468";
Command "update T set F = null where rowid = 59106";
Command "update T set F = null where rowid = 32542";
Command "update T set F = null where rowid = 58787";
Command "update T set F = null where rowid = 18395";
Command "update T set F = null where rowid = 33737";
Command "update T set F = null where rowid = 57884";
Command "update T set F = null where rowid = 22657";
Command "update T set F = null where rowid = 40053";
Command "update T set F = null where rowid = 18825";
Command "update T set F = null where rowid = 4618";
Command "update T set F = null where rowid = 36927";
Command "update T set F = null where rowid = 34805";
Command "update T set F = null where rowid = 38709";
Command "update T set F = null where rowid = 3249";
Command "update T set F = null where rowid = 44417";
Command "update T set F = null where rowid = 25794";
Command "update T set F = null where rowid = 41725";
Command "update T set F = null where rowid = 36186";
Command "update T set F = null where rowid = 37834";
Command "update T set F = null where rowid = 19258";
Command "update T set F = null where rowid = 50184";
Command "update T set F = null where rowid = 4188";
Command "update T set F = null where rowid = 44979";
Command "update T set F = null where rowid = 6509";
Command "update T set F = null where rowid = 28839";
Command "update T set F = null where rowid = 33627";
Command "update T set F = null where rowid = 30754";
Command "update T set F = null where rowid = 22913";
Command "update T set F = null where rowid = 24709";
Command "update T set F = null where rowid = 15816";
Command "update T set F = null where rowid = 55863";
Command "update T set F = null where rowid = 38526";
Command "update T set F = null where rowid = 36805";
Command "update T set F = null where rowid = 41633";
Command "update T set F = null where rowid = 20318";
Command "update T set F = null where rowid = 36924";
Command "update T set F = null where rowid = 12675";
Command "update T set F = null where rowid = 5203";
Command "update T set F = null where rowid = 19370";
Command "update T set F = null where rowid = 18320";
Command "update T set F = null where rowid = 39766";
Command "update T set F = null where rowid = 12484";
Command "update T set F = null where rowid = 54596";
Command "update T set F = null where rowid = 20746";
Command "update T set F = null where rowid = 40564";
Command "update T set F = null where rowid = 24800";
Command "update T set F = null where rowid = 58553";
Command "update T set F = null where rowid = 43933";
Command "update T set F = null where rowid = 972";
Command "update T set F = null where rowid = 48518";
Command "update T set F = null where rowid = 54387";
Command "update T set F = null where rowid = 51279";
Command "update T set F = null where rowid = 16431";
Command "update T set F = null where rowid = 53657";
Command "update T set F = null where rowid = 35185";
Command "update T set F = null where rowid = 5120";
Command "update T set F = null where rowid = 17477";
Command "update T set F = null where rowid = 8016";
Command "update T set F = null where rowid = 14103";
Command "update T set F = null where rowid = 52723";
Command "update T set F = null where rowid = 9065";
Command "update T set F = null where rowid = 8465";
Command "update T set F = null where rowid = 29630";
Command "update T set F = null where rowid = 37278";
Command "update T set F = null where rowid = 59902";
Command "update T set F = null where rowid = 23781";
Command "update T set F = null where rowid = 14467";
Command "update T set F = null where rowid = 11259";
Command "update T set F = null where rowid = 60982";
Command "update T set F = null where rowid = 2573";
Command "update T set F = null where rowid = 5912";
Command "update T set F = null where rowid = 60432";
Command "update T set F = null where rowid = 36959";
Command "update T set F = null where rowid = 47556";
Command "update T set F = null where rowid = 42188";
Command "update T set F = null where rowid = 44909";
Command "update T set F = null where rowid = 25553";
Command "update T set F = null where rowid = 19668";
Command "update T set F = null where rowid = 32071";
Command "update T set F = null where rowid = 36422";
Command "update T set F = null where rowid = 29965";
Command "update T set F = null where rowid = 43119";
Command "update T set F = null where rowid = 10316";
Command "update T set F = null where rowid = 27667";
Command "update T set F = null where rowid = 21762";
Command "update T set F = null where rowid = 38975";
Command "update T set F = null where rowid = 18036";
Command "update T set F = null where rowid = 21529";
Command "update T set F = null where rowid = 19409";
Command "update T set F = null where rowid = 27013";
Command "update T set F = null where rowid = 1815";
Command "update T set F = null where rowid = 38381";
Command "update T set F = null where rowid = 44661";
Command "update T set F = null where rowid = 38475";
Command "update T set F = null where rowid = 59459";
Command "update T set F = null where rowid = 21141";
Command "update T set F = null where rowid = 48348";
Command "update T set F = null where rowid = 58276";
Command "update T set F = null where rowid = 51024";
Command "update T set F = null where rowid = 3851";
Command "update T set F = null where rowid = 10460";
Command "update T set F = null where rowid = 6840";
Command "update T set F = null where rowid = 14458";
Command "update T set F = null where rowid = 21609";
Command "update T set F = null where rowid = 44853";
Command "update T set F = null where rowid = 43355";
Command "update T set F = null where rowid = 34225";
Command "update T set F = null where rowid = 51746";
Command "update T set F = null where rowid = 11838";
Command "update T set F = null where rowid = 54899";
Command "update T set F = null where rowid = 29460";
Command "update T set F = null where rowid = 39346";
Command "update T set F = null where rowid = 25269";
Command "update T set F = null where rowid = 20644";
Command "update T set F = null where rowid = 29995";
Command "update T set F = null where rowid = 40253";
Command "update T set F = null where rowid = 60694";
Command "update T set F = null where rowid = 36770";
Command "update T set F = null where rowid = 31765";
Command "update T set F = null where rowid = 53659";
Command "update T set F = null where rowid = 56915";
Command "update T set F = null where rowid = 20227";
Command "update T set F = null where rowid = 6360";
Command "update T set F = null where rowid = 47607";
Command "update T set F = null where rowid = 57318";
Command "update T set F = null where rowid = 55171";
Command "update T set F = null where rowid = 58318";
Command "update T set F = null where rowid = 56044";
Command "update T set F = null where rowid = 3968";
Command "update T set F = null where rowid = 38109";
Command "update T set F = null where rowid = 7055";
Command "update T set F = null where rowid = 3855";
Command "update T set F = null where rowid = 24488";
Command "update T set F = null where rowid = 55671";
Command "update T set F = null where rowid = 28426";
Command "update T set F = null where rowid = 37638";
Command "update T set F = null where rowid = 15732";
Command "update T set F = null where rowid = 5491";
Command "update T set F = null where rowid = 54463";
Command "update T set F = null where rowid = 55266";
Command "update T set F = null where rowid = 12483";
Command "update T set F = null where rowid = 19304";
Command "update T set F = null where rowid = 47541";
Command "update T set F = null where rowid = 30582";
Command "update T set F = null where rowid = 33478";
Command "update T set F = null where rowid = 9101";
Command "update T set F = null where rowid = 24051";
Command "update T set F = null where rowid = 36241";
Command "update T set F = null where rowid = 54147";
Command "update T set F = null where rowid = 17077";
Command "update T set F = null where rowid = 60854";
Command "update T set F = null where rowid = 7312";
Command "update T set F = null where rowid = 44142";
Command "update T set F = null where rowid = 49645";
Command "update T set F = null where rowid = 11252";
Command "update T set F = null where rowid = 38297";
Command "update T set F = null where rowid = 39007";
Command "update T set F = null where rowid = 49852";
Command "update T set F = null where rowid = 20725";
Command "update T set F = null where rowid = 4814";
Command "update T set F = null where rowid = 51338";
Command "update T set F = null where rowid = 51612";
Command "update T set F = null where rowid = 54558";
Command "update T set F = null where rowid = 18988";
Command "update T set F = null where rowid = 35555";
Command "update T set F = null where rowid = 1658";
Command "update T set F = null where rowid = 25882";
Command "update T set F = null where rowid = 35280";
Command "update T set F = null where rowid = 3266";
Command "update T set F = null where rowid = 60275";
Command "update T set F = null where rowid = 23327";
Command "update T set F = null where rowid = 4027";
Command "update T set F = null where rowid = 22257";
Command "update T set F = null where rowid = 28726";
Command "update T set F = null where rowid = 38212";
Command "update T set F = null where rowid = 48943";
Command "update T set F = null where rowid = 42624";
Command "update T set F = null where rowid = 24808";
Command "update T set F = null where rowid = 16649";
Command "update T set F = null where rowid = 11028";
Command "update T set F = null where rowid = 44652";
Command "update T set F = null where rowid = 16775";
Command "update T set F = null where rowid = 11856";
Command "update T set F = null where rowid = 14817";
Command "update T set F = null where rowid = 34825";
Command "update T set F = null where rowid = 17966";
Command "update T set F = null where rowid = 5115";
Command "update T set F = null where rowid = 35350";
Command "update T set F = null where rowid = 1770";
Command "update T set F = null where rowid = 31295";
Command "update T set F = null where rowid = 46946";
Command "update T set F = null where rowid = 56841";
Command "update T set F = null where rowid = 41904";
Command "update T set F = null where rowid = 45740";
Command "update T set F = null where rowid = 21022";
Command "update T set F = null where rowid = 57489";
Command "update T set F = null where rowid = 44091";
Command "update T set F = null where rowid = 14748";
Command "update T set F = null where rowid = 21395";
Command "update T set F = null where rowid = 1545";
Command "update T set F = null where rowid = 47338";
Command "update T set F = null where rowid = 40790";
Command "update T set F = null where rowid = 54779";
Command "update T set F = null where rowid = 54908";
Command "update T set F = null where rowid = 44021";
Command "update T set F = null where rowid = 35428";
Command "update T set F = null where rowid = 54007";
Command "update T set F = null where rowid = 38071";
Command "update T set F = null where rowid = 28291";
Command "update T set F = null where rowid = 39944";
Command "update T set F = null where rowid = 37139";
Command "update T set F = null where rowid = 5338";
Command "update T set F = null where rowid = 60819";
Command "update T set F = null where rowid = 37249";
Command "update T set F = null where rowid = 4589";
Command "update T set F = null where rowid = 27583";
Command "update T set F = null where rowid = 32312";
Command "update T set F = null where rowid = 23695";
Command "update T set F = null where rowid = 2940";
Command "update T set F = null where rowid = 20684";
Command "update T set F = null where rowid = 20753";
Command "update T set F = null where rowid = 48044";
Command "update T set F = null where rowid = 10927";
Command "update T set F = null where rowid = 56504";
Command "update T set F = null where rowid = 47759";
Command "update T set F = null where rowid = 2985";
Command "update T set F = null where rowid = 19309";
Command "update T set F = null where rowid = 30427";
Command "update T set F = null where rowid = 37596";
Command "update T set F = null where rowid = 15742";
Command "update T set F = null where rowid = 19773";
Command "update T set F = null where rowid = 23348";
Command "update T set F = null where rowid = 1980";
Command "update T set F = null where rowid = 11050";
Command "update T set F = null where rowid = 5614";
Command "update T set F = null where rowid = 50812";
Command "update T set F = null where rowid = 19840";
Command "update T set F = null where rowid = 5977";
Command "update T set F = null where rowid = 50435";
Command "update T set F = null where rowid = 24676";
Command "update T set F = null where rowid = 55249";
Command "update T set F = null where rowid = 55395";
Command "update T set F = null where rowid = 9760";
Command "update T set F = null where rowid = 16946";
Command "update T set F = null where rowid = 9107";
Command "update T set F = null where rowid = 26723";
Command "update T set F = null where rowid = 14989";
Command "update T set F = null where rowid = 4982";
Command "update T set F = null where rowid = 26838";
Command "update T set F = null where rowid = 2904";
Command "update T set F = null where rowid = 49248";
Command "update T set F = null where rowid = 35380";
Command "update T set F = null where rowid = 35753";
Command "update T set F = null where rowid = 38152";
Command "update T set F = null where rowid = 56645";
Command "update T set F = null where rowid = 26939";
Command "update T set F = null where rowid = 27135";
Command "update T set F = null where rowid = 57620";
Command "update T set F = null where rowid = 43500";
Command "update T set F = null where rowid = 59222";
Command "update T set F = null where rowid = 38376";
Command "update T set F = null where rowid = 12725";
Command "update T set F = null where rowid = 605";
Command "update T set F = null where rowid = 51298";
Command "update T set F = null where rowid = 19732";
Command "update T set F = null where rowid = 32859";
Command "update T set F = null where rowid = 56441";
Command "update T set F = null where rowid = 54561";
Command "update T set F = null where rowid = 59134";
Command "update T set F = null where rowid = 11222";
Command "update T set F = null where rowid = 29928";
Command "update T set F = null where rowid = 33846";
Command "update T set F = null where rowid = 57901";
Command "update T set F = null where rowid = 34163";
Command "update T set F = null where rowid = 57168";
Command "update T set F = null where rowid = 37536";
Command "update T set F = null where rowid = 55285";
Command "update T set F = null where rowid = 54057";
Command "update T set F = null where rowid = 14749";
Command "update T set F = null where rowid = 7544";
Command "update T set F = null where rowid = 34941";
Command "update T set F = null where rowid = 12676";
Command "update T set F = null where rowid = 56018";
Command "update T set F = null where rowid = 16351";
Command "update T set F = null where rowid = 6013";
Command "update T set F = null where rowid = 33092";
Command "update T set F = null where rowid = 16063";
Command "update T set F = null where rowid = 10022";
Command "update T set F = null where rowid = 11725";
Command "update T set F = null where rowid = 52843";
Command "update T set F = null where rowid = 48213";
Command "update T set F = null where rowid = 58053";
Command "update T set F = null where rowid = 8402";
Command "update T set F = null where rowid = 40993";
Command "update T set F = null where rowid = 14952";
Command "update T set F = null where rowid = 21357";
Command "update T set F = null where rowid = 55335";
Command "update T set F = null where rowid = 53413";
Command "update T set F = null where rowid = 41697";
Command "update T set F = null where rowid = 39765";
Command "update T set F = null where rowid = 30004";
Command "update T set F = null where rowid = 53525";
Command "update T set F = null where rowid = 19420";
Command "update T set F = null where rowid = 45121";
Command "update T set F = null where rowid = 31035";
Command "update T set F = null where rowid = 60965";
Command "update T set F = null where rowid = 10354";
Command "update T set F = null where rowid = 13373";
Command "update T set F = null where rowid = 12113";
Command "update T set F = null where rowid = 43635";
Command "update T set F = null where rowid = 60956";
Command "update T set F = null where rowid = 35042";
Command "update T set F = null where rowid = 2039";
Command "update T set F = null where rowid = 38804";
Command "update T set F = null where rowid = 49036";
Command "update T set F = null where rowid = 36065";
Command "update T set F = null where rowid = 55743";
Command "update T set F = null where rowid = 36990";
Command "update T set F = null where rowid = 4785";
Command "update T set F = null where rowid = 24828";
Command "update T set F = null where rowid = 48668";
Command "update T set F = null where rowid = 50060";
Command "update T set F = null where rowid = 54146";
Command "update T set F = null where rowid = 31354";
Command "update T set F = null where rowid = 10183";
Command "update T set F = null where rowid = 7013";
Command "update T set F = null where rowid = 15773";
Command "update T set F = null where rowid = 21710";
Command "update T set F = null where rowid = 8";
Command "update T set F = null where rowid = 17770";
Command "update T set F = null where rowid = 49312";
Command "update T set F = null where rowid = 46583";
Command "update T set F = null where rowid = 57111";
Command "update T set F = null where rowid = 2801";
Command "update T set F = null where rowid = 44891";
Command "update T set F = null where rowid = 17122";
Command "update T set F = null where rowid = 16923";
Command "update T set F = null where rowid = 22004";
Command "update T set F = null where rowid = 42967";
Command "update T set F = null where rowid = 28654";
Command "update T set F = null where rowid = 58158";
Command "update T set F = null where rowid = 716";
Command "update T set F = null where rowid = 50849";
Command "update T set F = null where rowid = 47774";
Command "update T set F = null where rowid = 5316";
Command "update T set F = null where rowid = 38851";
Command "update T set F = null where rowid = 16090";
Command "update T set F = null where rowid = 59394";
Command "update T set F = null where rowid = 11444";
Command "update T set F = null where rowid = 18637";
Command "update T set F = null where rowid = 43463";
Command "update T set F = null where rowid = 53927";
Command "update T set F = null where rowid = 18236";
Command "update T set F = null where rowid = 54";
Command "update T set F = null where rowid = 11671";
Command "update T set F = null where rowid = 29652";
Command "update T set F = null where rowid = 61214";
Command "update T set F = null where rowid = 9456";
Command "update T set F = null where rowid = 28431";
Command "update T set F = null where rowid = 34927";
Command "update T set F = null where rowid = 6641";
Command "update T set F = null where rowid = 10266";
Command "update T set F = null where rowid = 1989";
Command "update T set F = null where rowid = 6133";
Command "update T set F = null where rowid = 42855";
Command "update T set F = null where rowid = 54285";
Command "update T set F = null where rowid = 33632";
Command "update T set F = null where rowid = 57062";
Command "update T set F = null where rowid = 56813";
Command "update T set F = null where rowid = 4505";
Command "update T set F = null where rowid = 54485";
Command "update T set F = null where rowid = 39531";
Command "update T set F = null where rowid = 3116";
Command "update T set F = null where rowid = 40403";
Command "update T set F = null where rowid = 18641";
Command "update T set F = null where rowid = 23720";
Command "update T set F = null where rowid = 61272";
Command "update T set F = null where rowid = 10456";
Command "update T set F = null where rowid = 4784";
Command "update T set F = null where rowid = 194";
Command "update T set F = null where rowid = 11172";
Command "update T set F = null where rowid = 33908";
Command "update T set F = null where rowid = 18045";
Command "update T set F = null where rowid = 47987";
Command "update T set F = null where rowid = 11605";
Command "update T set F = null where rowid = 60411";
Command "update T set F = null where rowid = 10624";
Command "update T set F = null where rowid = 29195";
Command "update T set F = null where rowid = 38613";
Command "update T set F = null where rowid = 30412";
Command "update T set F = null where rowid = 22187";
Command "update T set F = null where rowid = 24711";
Command "update T set F = null where rowid = 3972";
Command "update T set F = null where rowid = 52567";
Command "update T set F = null where rowid = 33336";
Command "update T set F = null where rowid = 21406";
Command "update T set F = null where rowid = 18389";
Command "update T set F = null where rowid = 11111";
Command "update T set F = null where rowid = 43407";
Command "update T set F = null where rowid = 11645";
Command "update T set F = null where rowid = 34488";
Command "update T set F = null where rowid = 41666";
Command "update T set F = null where rowid = 828";
Command "update T set F = null where rowid = 54551";
Command "update T set F = null where rowid = 21792";
Command "update T set F = null where rowid = 12881";
Command "update T set F = null where rowid = 47069";
Command "update T set F = null where rowid = 9615";
Command "update T set F = null where rowid = 32516";
Command "update T set F = null where rowid = 159";
Command "update T set F = null where rowid = 24745";
Command "update T set F = null where rowid = 37061";
Command "update T set F = null where rowid = 36460";
Command "update T set F = null where rowid = 15604";
Command "update T set F = null where rowid = 30478";
Command "update T set F = null where rowid = 61285";
Command "update T set F = null where rowid = 50328";
Command "update T set F = null where rowid = 50956";
Command "update T set F = null where rowid = 18630";
Command "update T set F = null where rowid = 35846";
Command "update T set F = null where rowid = 53438";
Command "update T set F = null where rowid = 24521";
Command "update T set F = null where rowid = 38622";
Command "update T set F = null where rowid = 35083";
Command "update T set F = null where rowid = 59611";
Command "update T set F = null where rowid = 6476";
Command "update T set F = null where rowid = 9805";
Command "update T set F = null where rowid = 57327";
Command "update T set F = null where rowid = 16989";
Command "update T set F = null where rowid = 30422";
Command "update T set F = null where rowid = 34255";
Command "update T set F = null where rowid = 46877";
Command "update T set F = null where rowid = 1198";
Command "update T set F = null where rowid = 57487";
Command "update T set F = null where rowid = 3350";
Command "update T set F = null where rowid = 19738";
Command "update T set F = null where rowid = 41740";
Command "update T set F = null where rowid = 17337";
Command "update T set F = null where rowid = 57499";
Command "update T set F = null where rowid = 26862";
Command "update T set F = null where rowid = 12653";
Command "update T set F = null where rowid = 60671";
Command "update T set F = null where rowid = 24664";
Command "update T set F = null where rowid = 5008";
Command "update T set F = null where rowid = 23765";
Command "update T set F = null where rowid = 8311";
Command "update T set F = null where rowid = 29784";
Command "update T set F = null where rowid = 58113";
Command "update T set F = null where rowid = 9184";
Command "update T set F = null where rowid = 59029";
Command "update T set F = null where rowid = 37377";
Command "update T set F = null where rowid = 1577";
Command "update T set F = null where rowid = 25224";
Command "update T set F = null where rowid = 43988";
Command "update T set F = null where rowid = 19291";
Command "update T set F = null where rowid = 20791";
Command "update T set F = null where rowid = 9772";
Command "update T set F = null where rowid = 7213";
Command "update T set F = null where rowid = 21387";
Command "update T set F = null where rowid = 56285";
Command "update T set F = null where rowid = 56599";
Command "update T set F = null where rowid = 42540";
Command "update T set F = null where rowid = 49971";
Command "update T set F = null where rowid = 50181";
Command "update T set F = null where rowid = 23692";
Command "update T set F = null where rowid = 48629";
Command "update T set F = null where rowid = 58419";
Command "update T set F = null where rowid = 39723";
Command "update T set F = null where rowid = 12953";
Command "update T set F = null where rowid = 25764";
Command "update T set F = null where rowid = 7410";
Command "update T set F = null where rowid = 14350";
Command "update T set F = null where rowid = 31965";
Command "update T set F = null where rowid = 34843";
Command "update T set F = null where rowid = 17257";
Command "update T set F = null where rowid = 57770";
Command "update T set F = null where rowid = 28949";
Command "update T set F = null where rowid = 45687";
Command "update T set F = null where rowid = 10756";
Command "update T set F = null where rowid = 28822";
Command "update T set F = null where rowid = 28612";
Command "update T set F = null where rowid = 9737";
Command "update T set F = null where rowid = 21595";
Command "update T set F = null where rowid = 36638";
Command "update T set F = null where rowid = 46976";
Command "update T set F = null where rowid = 39426";
Command "update T set F = null where rowid = 33819";
Command "update T set F = null where rowid = 37789";
Command "update T set F = null where rowid = 1493";
Command "update T set F = null where rowid = 13828";
Command "update T set F = null where rowid = 56105";
Command "update T set F = null where rowid = 54563";
Command "update T set F = null where rowid = 38798";
Command "update T set F = null where rowid = 29550";
Command "update T set F = null where rowid = 2526";
Command "update T set F = null where rowid = 37501";
Command "update T set F = null where rowid = 12174";
Command "update T set F = null where rowid = 50226";
Command "update T set F = null where rowid = 11058";
Command "update T set F = null where rowid = 7781";
Command "update T set F = null where rowid = 25284";
Command "update T set F = null where rowid = 22985";
Command "update T set F = null where rowid = 31991";
Command "update T set F = null where rowid = 11026";
Command "update T set F = null where rowid = 32999";
Command "update T set F = null where rowid = 37922";
Command "update T set F = null where rowid = 8373";
Command "update T set F = null where rowid = 7719";
Command "update T set F = null where rowid = 37878";
Command "update T set F = null where rowid = 40601";
Command "update T set F = null where rowid = 23686";
Command "update T set F = null where rowid = 3938";
Command "update T set F = null where rowid = 31433";
Command "update T set F = null where rowid = 42749";
Command "update T set F = null where rowid = 9997";
Command "update T set F = null where rowid = 19733";
Command "update T set F = null where rowid = 48116";
Command "update T set F = null where rowid = 51645";
Command "update T set F = null where rowid = 14406";
Command "update T set F = null where rowid = 47558";
Command "update T set F = null where rowid = 46848";
Command "update T set F = null where rowid = 59734";
Command "update T set F = null where rowid = 47254";
Command "update T set F = null where rowid = 8882";
Command "update T set F = null where rowid = 2387";
Command "update T set F = null where rowid = 48924";
Command "update T set F = null where rowid = 59909";
Command "update T set F = null where rowid = 8780";
Command "update T set F = null where rowid = 44101";
Command "update T set F = null where rowid = 47313";
Command "update T set F = null where rowid = 30689";
Command "update T set F = null where rowid = 11678";
Command "update T set F = null where rowid = 5133";
Command "update T set F = null where rowid = 60873";
Command "update T set F = null where rowid = 51936";
Command "update T set F = null where rowid = 57135";
Command "update T set F = null where rowid = 8888";
Command "update T set F = null where rowid = 61238";
Command "update T set F = null where rowid = 31511";
Command "update T set F = null where rowid = 37056";
Command "update T set F = null where rowid = 3383";
Command "update T set F = null where rowid = 13176";
Command "update T set F = null where rowid = 56651";
Command "update T set F = null where rowid = 8076";
Command "update T set F = null where rowid = 23563";
Command "update T set F = null where rowid = 2267";
Command "update T set F = null where rowid = 44453";
Command "update T set F = null where rowid = 37796";
Command "update T set F = null where rowid = 37723";
Command "update T set F = null where rowid = 28433";
Command "update T set F = null where rowid = 34989";
Command "update T set F = null where rowid = 25307";
Command "update T set F = null where rowid = 34850";
Command "update T set F = null where rowid = 47178";
Command "update T set F = null where rowid = 55408";
Command "update T set F = null where rowid = 37713";
Command "update T set F = null where rowid = 48258";
Command "update T set F = null where rowid = 27792";
Command "update T set F = null where rowid = 55138";
Command "update T set F = null where rowid = 31288";
Command "update T set F = null where rowid = 53456";
Command "update T set F = null where rowid = 21642";
Command "update T set F = null where rowid = 48263";
Command "update T set F = null where rowid = 11362";
Command "update T set F = null where rowid = 34658";
Command "update T set F = null where rowid = 43652";
Command "update T set F = null where rowid = 48500";
Command "update T set F = null where rowid = 44792";
Command "update T set F = null where rowid = 57446";
Command "update T set F = null where rowid = 24553";
Command "update T set F = null where rowid = 48414";
Command "update T set F = null where rowid = 49170";
Command "update T set F = null where rowid = 58446";
Command "update T set F = null where rowid = 50994";
Command "update T set F = null where rowid = 51786";
Command "update T set F = null where rowid = 27772";
Command "update T set F = null where rowid = 6567";
Command "update T set F = null where rowid = 42572";
Command "update T set F = null where rowid = 57849";
Command "update T set F = null where rowid = 7485";
Command "update T set F = null where rowid = 34339";
Command "update T set F = null where rowid = 12449";
Command "update T set F = null where rowid = 57200";
Command "update T set F = null where rowid = 50087";
Command "update T set F = null where rowid = 25111";
Command "update T set F = null where rowid = 442";
Command "update T set F = null where rowid = 23863";
Command "update T set F = null where rowid = 16199";
Command "update T set F = null where rowid = 38875";
Command "update T set F = null where rowid = 41388";
Command "update T set F = null where rowid = 52402";
Command "update T set F = null where rowid = 14577";
Command "update T set F = null where rowid = 21719";
Command "update T set F = null where rowid = 51359";
Command "update T set F = null where rowid = 56888";
Command "update T set F = null where rowid = 48660";
Command "update T set F = null where rowid = 17875";
Command "update T set F = null where rowid = 43818";
Command "update T set F = null where rowid = 3930";
Command "update T set F = null where rowid = 27440";
Command "update T set F = null where rowid = 27553";
Command "update T set F = null where rowid = 27231";
Command "update T set F = null where rowid = 12080";
Command "update T set F = null where rowid = 54533";
Command "update T set F = null where rowid = 3656";
Command "update T set F = null where rowid = 44798";
Command "update T set F = null where rowid = 29025";
Command "update T set F = null where rowid = 54185";
Command "update T set F = null where rowid = 37656";
Command "update T set F = null where rowid = 53673";
Command "update T set F = null where rowid = 41339";
Command "update T set F = null where rowid = 48596";
Command "update T set F = null where rowid = 22935";
Command "update T set F = null where rowid = 8812";
Command "update T set F = null where rowid = 58203";
Command "update T set F = null where rowid = 52449";
Command "update T set F = null where rowid = 26137";
Command "update T set F = null where rowid = 47327";
Command "update T set F = null where rowid = 25657";
Command "update T set F = null where rowid = 53208";
Command "update T set F = null where rowid = 541";
Command "update T set F = null where rowid = 31809";
Command "update T set F = null where rowid = 50093";
Command "update T set F = null where rowid = 40018";
Command "update T set F = null where rowid = 24172";
Command "update T set F = null where rowid = 33434";
Command "update T set F = null where rowid = 43820";
Command "update T set F = null where rowid = 20450";
Command "update T set F = null where rowid = 7579";
Command "update T set F = null where rowid = 44077";
Command "update T set F = null where rowid = 1526";
Command "update T set F = null where rowid = 18062";
Command "update T set F = null where rowid = 60394";
Command "update T set F = null where rowid = 33367";
Command "update T set F = null where rowid = 48555";
Command "update T set F = null where rowid = 51235";
Command "update T set F = null where rowid = 35944";
Command "update T set F = null where rowid = 29897";
Command "update T set F = null where rowid = 16350";
Command "update T set F = null where rowid = 49207";
Command "update T set F = null where rowid = 13987";
Command "update T set F = null where rowid = 21419";
Command "update T set F = null where rowid = 28674";
Command "update T set F = null where rowid = 24852";
Command "update T set F = null where rowid = 33389";
Command "update T set F = null where rowid = 24589";
Command "update T set F = null where rowid = 20072";
Command "update T set F = null where rowid = 56112";
Command "update T set F = null where rowid = 38536";
Command "update T set F = null where rowid = 38043";
Command "update T set F = null where rowid = 40708";
Command "update T set F = null where rowid = 2605";
Command "update T set F = null where rowid = 36902";
Command "update T set F = null where rowid = 59482";
Command "update T set F = null where rowid = 9765";
Command "update T set F = null where rowid = 34955";
Command "update T set F = null where rowid = 229";
Command "update T set F = null where rowid = 37107";
Command "update T set F = null where rowid = 59888";
Command "update T set F = null where rowid = 15406";
Command "update T set F = null where rowid = 35172";
Command "update T set F = null where rowid = 32887";
Command "update T set F = null where rowid = 19407";
Command "update T set F = null where rowid = 36522";
Command "update T set F = null where rowid = 37858";
Command "update T set F = null where rowid = 58427";
Command "update T set F = null where rowid = 41684";
Command "update T set F = null where rowid = 9873";
Command "update T set F = null where rowid = 58752";
Command "update T set F = null where rowid = 29562";
Command "update T set F = null where rowid = 14223";
Command "update T set F = null where rowid = 23718";
Command "update T set F = null where rowid = 53382";
Command "update T set F = null where rowid = 56707";
Command "update T set F = null where rowid = 33070";
Command "update T set F = null where rowid = 6779";
Command "update T set F = null where rowid = 1520";
Command "update T set F = null where rowid = 41101";
Command "update T set F = null where rowid = 13336";
Command "update T set F = null where rowid = 5533";
Command "update T set F = null where rowid = 48464";
Command "update T set F = null where rowid = 28580";
Command "update T set F = null where rowid = 47708";
Command "update T set F = null where rowid = 13941";
Command "update T set F = null where rowid = 45899";
Command "update T set F = null where rowid = 29834";
Command "update T set F = null where rowid = 2583";
Command "update T set F = null where rowid = 1124";
Command "update T set F = null where rowid = 37762";
Command "update T set F = null where rowid = 14277";
Command "update T set F = null where rowid = 38896";
Command "update T set F = null where rowid = 15511";
Command "update T set F = null where rowid = 9871";
Command "update T set F = null where rowid = 60422";
Command "update T set F = null where rowid = 19864";
Command "update T set F = null where rowid = 35440";
Command "update T set F = null where rowid = 18798";
Command "update T set F = null where rowid = 48895";
Command "update T set F = null where rowid = 21027";
Command "update T set F = null where rowid = 37919";
Command "update T set F = null where rowid = 57524";
Command "update T set F = null where rowid = 10002";
Command "update T set F = null where rowid = 35002";
Command "update T set F = null where rowid = 54907";
Command "update T set F = null where rowid = 3442";
Command "update T set F = null where rowid = 6980";
Command "update T set F = null where rowid = 36051";
Command "update T set F = null where rowid = 43976";
Command "update T set F = null where rowid = 28154";
Command "update T set F = null where rowid = 58085";
Command "update T set F = null where rowid = 14576";
Command "update T set F = null where rowid = 32950";
Command "update T set F = null where rowid = 28481";
Command "update T set F = null where rowid = 16531";
Command "update T set F = null where rowid = 14040";
Command "update T set F = null where rowid = 5687";
Command "update T set F = null where rowid = 5653";
Command "update T set F = null where rowid = 854";
Command "update T set F = null where rowid = 11561";
Command "update T set F = null where rowid = 50594";
Command "update T set F = null where rowid = 21082";
Command "update T set F = null where rowid = 57520";
Command "update T set F = null where rowid = 29505";
Command "update T set F = null where rowid = 26692";
Command "update T set F = null where rowid = 19162";
Command "update T set F = null where rowid = 9481";
Command "update T set F = null where rowid = 11459";
Command "update T set F = null where rowid = 15119";
Command "update T set F = null where rowid = 18023";
Command "update T set F = null where rowid = 50522";
Command "update T set F = null where rowid = 53710";
Command "update T set F = null where rowid = 54178";
Command "update T set F = null where rowid = 14493";
Command "update T set F = null where rowid = 44582";
Command "update T set F = null where rowid = 15893";
Command "update T set F = null where rowid = 46693";
Command "update T set F = null where rowid = 13637";
Command "update T set F = null where rowid = 38838";
Command "update T set F = null where rowid = 58127";
Command "update T set F = null where rowid = 22671";
Command "update T set F = null where rowid = 48966";
Command "update T set F = null where rowid = 25585";
Command "update T set F = null where rowid = 10077";
Command "update T set F = null where rowid = 32464";
Command "update T set F = null where rowid = 48447";
Command "update T set F = null where rowid = 53898";
Command "update T set F = null where rowid = 18037";
Command "update T set F = null where rowid = 61469";
Command "update T set F = null where rowid = 9457";
Command "update T set F = null where rowid = 30927";
Command "update T set F = null where rowid = 18910";
Command "update T set F = null where rowid = 29736";
Command "update T set F = null where rowid = 50232";
Command "update T set F = null where rowid = 50545";
Command "update T set F = null where rowid = 4615";
Command "update T set F = null where rowid = 52679";
Command "update T set F = null where rowid = 25030";
Command "update T set F = null where rowid = 591";
Command "update T set F = null where rowid = 25496";
Command "update T set F = null where rowid = 51939";
Command "update T set F = null where rowid = 9503";
Command "update T set F = null where rowid = 25504";
Command "update T set F = null where rowid = 47548";
Command "update T set F = null where rowid = 17082";
Command "update T set F = null where rowid = 20007";
Command "update T set F = null where rowid = 60255";
Command "update T set F = null where rowid = 36191";
Command "update T set F = null where rowid = 29314";
Command "update T set F = null where rowid = 50543";
Command "update T set F = null where rowid = 13402";
Command "update T set F = null where rowid = 57248";
Command "update T set F = null where rowid = 6732";
Command "update T set F = null where rowid = 13321";
Command "update T set F = null where rowid = 59470";
Command "update T set F = null where rowid = 58554";
Command "update T set F = null where rowid = 45342";
Command "update T set F = null where rowid = 7411";
Command "update T set F = null where rowid = 758";
Command "update T set F = null where rowid = 45249";
Command "update T set F = null where rowid = 22688";
Command "update T set F = null where rowid = 925";
Command "update T set F = null where rowid = 19777";
Command "update T set F = null where rowid = 2798";
Command "update T set F = null where rowid = 1795";
Command "update T set F = null where rowid = 49832";
Command "update T set F = null where rowid = 18093";
Command "update T set F = null where rowid = 50664";
Command "update T set F = null where rowid = 560";
Command "update T set F = null where rowid = 5290";
Command "update T set F = null where rowid = 54642";
Command "update T set F = null where rowid = 25576";
Command "update T set F = null where rowid = 26593";
Command "update T set F = null where rowid = 19894";
Command "update T set F = null where rowid = 8824";
Command "update T set F = null where rowid = 12998";
Command "update T set F = null where rowid = 55187";
Command "update T set F = null where rowid = 1173";
Command "update T set F = null where rowid = 24675";
Command "update T set F = null where rowid = 42445";
Command "update T set F = null where rowid = 39715";
Command "update T set F = null where rowid = 58104";
Command "update T set F = null where rowid = 12606";
Command "update T set F = null where rowid = 55822";
Command "update T set F = null where rowid = 50697";
Command "update T set F = null where rowid = 46287";
Command "update T set F = null where rowid = 52294";
Command "update T set F = null where rowid = 31476";
Command "update T set F = null where rowid = 2473";
Command "update T set F = null where rowid = 46755";
Command "update T set F = null where rowid = 28792";
Command "update T set F = null where rowid = 42075";
Command "update T set F = null where rowid = 42622";
Command "update T set F = null where rowid = 50976";
Command "update T set F = null where rowid = 60305";
Command "update T set F = null where rowid = 35415";
Command "update T set F = null where rowid = 4081";
Command "update T set F = null where rowid = 4920";
Command "update T set F = null where rowid = 41326";
Command "update T set F = null where rowid = 56276";
Command "update T set F = null where rowid = 60720";
Command "update T set F = null where rowid = 46435";
Command "update T set F = null where rowid = 39736";
Command "update T set F = null where rowid = 33702";
Command "update T set F = null where rowid = 11314";
Command "update T set F = null where rowid = 49851";
Command "update T set F = null where rowid = 6062";
Command "update T set F = null where rowid = 49768";
Command "update T set F = null where rowid = 36667";
Command "update T set F = null where rowid = 48505";
Command "update T set F = null where rowid = 14036";
Command "update T set F = null where rowid = 51126";
Command "update T set F = null where rowid = 49421";
Command "update T set F = null where rowid = 7285";
Command "update T set F = null where rowid = 12598";
Command "update T set F = null where rowid = 6885";
Command "update T set F = null where rowid = 10788";
Command "update T set F = null where rowid = 16971";
Command "update T set F = null where rowid = 16245";
Command "update T set F = null where rowid = 53951";
Command "update T set F = null where rowid = 36120";
Command "update T set F = null where rowid = 22943";
Command "update T set F = null where rowid = 1892";
Command "update T set F = null where rowid = 42571";
Command "update T set F = null where rowid = 3344";
Command "update T set F = null where rowid = 56746";
Command "update T set F = null where rowid = 58589";
Command "update T set F = null where rowid = 2858";
Command "update T set F = null where rowid = 14166";
Command "update T set F = null where rowid = 21254";
Command "update T set F = null where rowid = 49523";
Command "update T set F = null where rowid = 31699";
Command "update T set F = null where rowid = 36088";
Command "update T set F = null where rowid = 24901";
Command "update T set F = null where rowid = 41016";
Command "update T set F = null where rowid = 41454";
Command "update T set F = null where rowid = 60386";
Command "update T set F = null where rowid = 3193";
Command "update T set F = null where rowid = 15597";
Command "update T set F = null where rowid = 28842";
Command "update T set F = null where rowid = 42502";
Command "update T set F = null where rowid = 38241";
Command "update T set F = null where rowid = 16993";
Command "update T set F = null where rowid = 20010";
Command "update T set F = null where rowid = 23898";
Command "update T set F = null where rowid = 875";
Command "update T set F = null where rowid = 44829";
Command "update T set F = null where rowid = 32841";
Command "update T set F = null where rowid = 17228";
Command "update T set F = null where rowid = 14600";
Command "update T set F = null where rowid = 16692";
Command "update T set F = null where rowid = 49949";
Command "update T set F = null where rowid = 32423";
Command "update T set F = null where rowid = 21651";
Command "update T set F = null where rowid = 40489";
Command "update T set F = null where rowid = 679";
Command "update T set F = null where rowid = 7699";
Command "update T set F = null where rowid = 40230";
Command "update T set F = null where rowid = 8580";
Command "update T set F = null where rowid = 3061";
Command "update T set F = null where rowid = 31389";
Command "update T set F = null where rowid = 45488";
Command "update T set F = null where rowid = 51956";
Command "update T set F = null where rowid = 545";
Command "update T set F = null where rowid = 7783";
Command "update T set F = null where rowid = 31871";
Command "update T set F = null where rowid = 50564";
Command "update T set F = null where rowid = 30057";
Command "update T set F = null where rowid = 4833";
Command "update T set F = null where rowid = 18726";
Command "update T set F = null where rowid = 38697";
Command "update T set F = null where rowid = 11291";
Command "update T set F = null where rowid = 60482";
Command "update T set F = null where rowid = 16123";
Command "update T set F = null where rowid = 3353";
Command "update T set F = null where rowid = 44843";
Command "update T set F = null where rowid = 17694";
Command "update T set F = null where rowid = 27515";
Command "update T set F = null where rowid = 29803";
Command "update T set F = null where rowid = 4464";
Command "update T set F = null where rowid = 18493";
Command "update T set F = null where rowid = 55086";
Command "update T set F = null where rowid = 4306";
Command "update T set F = null where rowid = 50225";
Command "update T set F = null where rowid = 42185";
Command "update T set F = null where rowid = 55349";
Command "update T set F = null where rowid = 22768";
Command "update T set F = null where rowid = 51913";
Command "update T set F = null where rowid = 19483";
Command "update T set F = null where rowid = 19004";
Command "update T set F = null where rowid = 11187";
Command "update T set F = null where rowid = 48952";
Command "update T set F = null where rowid = 5051";
Command "update T set F = null where rowid = 55795";
Command "update T set F = null where rowid = 49515";
Command "update T set F = null where rowid = 54379";
Command "update T set F = null where rowid = 1504";
Command "update T set F = null where rowid = 18661";
Command "update T set F = null where rowid = 33087";
Command "update T set F = null where rowid = 24490";
Command "update T set F = null where rowid = 12651";
Command "update T set F = null where rowid = 57630";
Command "update T set F = null where rowid = 26147";
Command "update T set F = null where rowid = 19450";
Command "update T set F = null where rowid = 33850";
Command "update T set F = null where rowid = 26247";
Command "update T set F = null where rowid = 39289";
Command "update T set F = null where rowid = 55493";
Command "update T set F = null where rowid = 38920";
Command "update T set F = null where rowid = 22103";
Command "update T set F = null where rowid = 12087";
Command "update T set F = null where rowid = 22436";
Command "update T set F = null where rowid = 2478";
Command "update T set F = null where rowid = 28362";
Command "update T set F = null where rowid = 44239";
Command "update T set F = null where rowid = 17443";
Command "update T set F = null where rowid = 28630";
Command "update T set F = null where rowid = 38631";
Command "update T set F = null where rowid = 49500";
Command "update T set F = null where rowid = 56148";
Command "update T set F = null where rowid = 33002";
Command "update T set F = null where rowid = 15809";
Command "update T set F = null where rowid = 25792";
Command "update T set F = null where rowid = 46727";
Command "update T set F = null where rowid = 41886";
Command "update T set F = null where rowid = 24835";
Command "update T set F = null where rowid = 22409";
Command "update T set F = null where rowid = 8469";
Command "update T set F = null where rowid = 24552";
Command "update T set F = null where rowid = 13548";
Command "update T set F = null where rowid = 5844";
Command "update T set F = null where rowid = 4126";
Command "update T set F = null where rowid = 30821";
Command "update T set F = null where rowid = 45097";
Command "update T set F = null where rowid = 31082";
Command "update T set F = null where rowid = 2819";
Command "update T set F = null where rowid = 42453";
Command "update T set F = null where rowid = 41909";
Command "update T set F = null where rowid = 28978";
Command "update T set F = null where rowid = 54966";
Command "update T set F = null where rowid = 33026";
Command "update T set F = null where rowid = 4298";
Command "update T set F = null where rowid = 30975";
Command "update T set F = null where rowid = 36622";
Command "update T set F = null where rowid = 8353";
Command "update T set F = null where rowid = 25840";
Command "update T set F = null where rowid = 54001";
Command "update T set F = null where rowid = 40144";
Command "update T set F = null where rowid = 52169";
Command "update T set F = null where rowid = 38235";
Command "update T set F = null where rowid = 51932";
Command "update T set F = null where rowid = 15337";
Command "update T set F = null where rowid = 20577";
Command "update T set F = null where rowid = 1615";
Command "update T set F = null where rowid = 29072";
Command "update T set F = null where rowid = 60388";
Command "update T set F = null where rowid = 54705";
Command "update T set F = null where rowid = 1408";
Command "update T set F = null where rowid = 55025";
Command "update T set F = null where rowid = 43320";
Command "update T set F = null where rowid = 51223";
Command "update T set F = null where rowid = 17146";
Command "update T set F = null where rowid = 9112";
Command "update T set F = null where rowid = 1185";
Command "update T set F = null where rowid = 49324";
Command "update T set F = null where rowid = 39617";
Command "update T set F = null where rowid = 55532";
Command "update T set F = null where rowid = 52342";
Command "update T set F = null where rowid = 13742";
Command "update T set F = null where rowid = 9297";
Command "update T set F = null where rowid = 57595";
Command "update T set F = null where rowid = 14841";
Command "update T set F = null where rowid = 56579";
Command "update T set F = null where rowid = 24779";
Command "update T set F = null where rowid = 41380";
Command "update T set F = null where rowid = 8638";
Command "update T set F = null where rowid = 51123";
Command "update T set F = null where rowid = 13807";
Command "update T set F = null where rowid = 37994";
Command "update T set F = null where rowid = 48137";
Command "update T set F = null where rowid = 13812";
Command "update T set F = null where rowid = 44577";
Command "update T set F = null where rowid = 24740";
Command "update T set F = null where rowid = 51511";
Command "update T set F = null where rowid = 28602";
Command "update T set F = null where rowid = 54602";
Command "update T set F = null where rowid = 55904";
Command "update T set F = null where rowid = 30026";
Command "update T set F = null where rowid = 51364";
Command "update T set F = null where rowid = 14153";
Command "update T set F = null where rowid = 60128";
Command "update T set F = null where rowid = 35179";
Command "update T set F = null where rowid = 32207";
Command "update T set F = null where rowid = 57955";
Command "update T set F = null where rowid = 42031";
Command "update T set F = null where rowid = 19326";
Command "update T set F = null where rowid = 59033";
Command "update T set F = null where rowid = 18121";
Command "update T set F = null where rowid = 25558";
Command "update T set F = null where rowid = 33189";
Command "update T set F = null where rowid = 47891";
Command "update T set F = null where rowid = 25258";
Command "update T set F = null where rowid = 42012";
Command "update T set F = null where rowid = 3470";
Command "update T set F = null where rowid = 34577";
Command "update T set F = null where rowid = 9942";
Command "update T set F = null where rowid = 10341";
Command "update T set F = null where rowid = 3717";
Command "update T set F = null where rowid = 50203";
Command "update T set F = null where rowid = 36021";
Command "update T set F = null where rowid = 3847";
Command "update T set F = null where rowid = 51816";
Command "update T set F = null where rowid = 6027";
Command "update T set F = null where rowid = 24982";
Command "update T set F = null where rowid = 38347";
Command "update T set F = null where rowid = 29883";
Command "update T set F = null where rowid = 46393";
Command "update T set F = null where rowid = 43078";
Command "update T set F = null where rowid = 7995";
Command "update T set F = null where rowid = 53779";
Command "update T set F = null where rowid = 4234";
Command "update T set F = null where rowid = 38438";
Command "update T set F = null where rowid = 14768";
Command "update T set F = null where rowid = 34724";
Command "update T set F = null where rowid = 3326";
Command "update T set F = null where rowid = 25968";
Command "update T set F = null where rowid = 40833";
Command "update T set F = null where rowid = 7120";
Command "update T set F = null where rowid = 10217";
Command "update T set F = null where rowid = 25852";
Command "update T set F = null where rowid = 57363";
Command "update T set F = null where rowid = 27324";
Command "update T set F = null where rowid = 22690";
Command "update T set F = null where rowid = 46818";
Command "update T set F = null where rowid = 1089";
Command "update T set F = null where rowid = 9623";
Command "update T set F = null where rowid = 38456";
Command "update T set F = null where rowid = 40639";
Command "update T set F = null where rowid = 59337";
Command "update T set F = null where rowid = 27822";
Command "update T set F = null where rowid = 57189";
Command "update T set F = null where rowid = 19847";
Command "update T set F = null where rowid = 57097";
Command "update T set F = null where rowid = 51886";
Command "update T set F = null where rowid = 55312";
Command "update T set F = null where rowid = 30390";
Command "update T set F = null where rowid = 48655";
Command "update T set F = null where rowid = 4935";
Command "update T set F = null where rowid = 29586";
Command "update T set F = null where rowid = 35983";
Command "update T set F = null where rowid = 57032";
Command "update T set F = null where rowid = 60105";
Command "update T set F = null where rowid = 58411";
Command "update T set F = null where rowid = 2567";
Command "update T set F = null where rowid = 38245";
Command "update T set F = null where rowid = 29498";
Command "update T set F = null where rowid = 19795";
Command "update T set F = null where rowid = 27847";
Command "update T set F = null where rowid = 36161";
Command "update T set F = null where rowid = 51472";
Command "update T set F = null where rowid = 41925";
Command "update T set F = null where rowid = 39790";
Command "update T set F = null where rowid = 34982";
Command "update T set F = null where rowid = 26842";
Command "update T set F = null where rowid = 18803";
Command "update T set F = null where rowid = 55201";
Command "update T set F = null where rowid = 20828";
Command "update T set F = null where rowid = 51225";
Command "update T set F = null where rowid = 18915";
Command "update T set F = null where rowid = 45960";
Command "update T set F = null where rowid = 3664";
Command "update T set F = null where rowid = 20169";
Command "update T set F = null where rowid = 56532";
Command "update T set F = null where rowid = 59376";
Command "update T set F = null where rowid = 39166";
Command "update T set F = null where rowid = 35274";
Command "update T set F = null where rowid = 39452";
Command "update T set F = null where rowid = 6894";
Command "update T set F = null where rowid = 39582";
Command "update T set F = null where rowid = 4614";
Command "update T set F = null where rowid = 55578";
Command "update T set F = null where rowid = 50106";
Command "update T set F = null where rowid = 23664";
Command "update T set F = null where rowid = 54437";
Command "update T set F = null where rowid = 43628";
Command "update T set F = null where rowid = 56303";
Command "update T set F = null where rowid = 13988";
Command "update T set F = null where rowid = 52896";
Command "update T set F = null where rowid = 25642";
Command "update T set F = null where rowid = 58829";
Command "update T set F = null where rowid = 10839";
Command "update T set F = null where rowid = 46651";
Command "update T set F = null where rowid = 26049";
Command "update T set F = null where rowid = 53117";
Command "update T set F = null where rowid = 51533";
Command "update T set F = null where rowid = 12347";
Command "update T set F = null where rowid = 9596";
Command "update T set F = null where rowid = 23874";
Command "update T set F = null where rowid = 56084";
Command "update T set F = null where rowid = 29419";
Command "update T set F = null where rowid = 16723";
Command "update T set F = null where rowid = 7514";
Command "update T set F = null where rowid = 9425";
Command "update T set F = null where rowid = 34300";
Command "update T set F = null where rowid = 42639";
Command "update T set F = null where rowid = 49330";
Command "update T set F = null where rowid = 64";
Command "update T set F = null where rowid = 3490";
Command "update T set F = null where rowid = 13031";
Command "update T set F = null where rowid = 58747";
Command "update T set F = null where rowid = 54754";
Command "update T set F = null where rowid = 38692";
Command "update T set F = null where rowid = 10385";
Command "update T set F = null where rowid = 11433";
Command "update T set F = null where rowid = 15964";
Command "update T set F = null where rowid = 23481";
Command "update T set F = null where rowid = 18290";
Command "update T set F = null where rowid = 33093";
Command "update T set F = null where rowid = 17106";
Command "update T set F = null where rowid = 31258";
Command "update T set F = null where rowid = 43984";
Command "update T set F = null where rowid = 21695";
Command "update T set F = null where rowid = 57533";
Command "update T set F = null where rowid = 26493";
Command "update T set F = null where rowid = 45177";
Command "update T set F = null where rowid = 29444";
Command "update T set F = null where rowid = 41795";
Command "update T set F = null where rowid = 56114";
Command "update T set F = null where rowid = 34168";
Command "update T set F = null where rowid = 42691";
Command "update T set F = null where rowid = 25033";
Command "update T set F = null where rowid = 50400";
Command "update T set F = null where rowid = 20343";
Command "update T set F = null where rowid = 15715";
Command "update T set F = null where rowid = 51667";
Command "update T set F = null where rowid = 12051";
Command "update T set F = null where rowid = 48919";
Command "update T set F = null where rowid = 10305";
Command "update T set F = null where rowid = 30621";
Command "update T set F = null where rowid = 61479";
Command "update T set F = null where rowid = 35218";
Command "update T set F = null where rowid = 22795";
Command "update T set F = null where rowid = 46745";
Command "update T set F = null where rowid = 41643";
Command "update T set F = null where rowid = 29152";
Command "update T set F = null where rowid = 20117";
Command "update T set F = null where rowid = 46515";
Command "update T set F = null where rowid = 40550";
Command "update T set F = null where rowid = 360";
Command "update T set F = null where rowid = 40714";
Command "update T set F = null where rowid = 45351";
Command "update T set F = null where rowid = 56011";
Command "update T set F = null where rowid = 20862";
Command "update T set F = null where rowid = 50839";
Command "update T set F = null where rowid = 48021";
Command "update T set F = null where rowid = 51445";
Command "update T set F = null where rowid = 37206";
Command "update T set F = null where rowid = 3725";
Command "update T set F = null where rowid = 6578";
Command "update T set F = null where rowid = 41594";
Command "update T set F = null where rowid = 20999";
Command "update T set F = null where rowid = 60747";
Command "update T set F = null where rowid = 60183";
Command "update T set F = null where rowid = 9927";
Command "update T set F = null where rowid = 11918";
Command "update T set F = null where rowid = 44495";
Command "update T set F = null where rowid = 58426";
Command "update T set F = null where rowid = 12391";
Command "update T set F = null where rowid = 7243";
Command "update T set F = null where rowid = 18762";
Command "update T set F = null where rowid = 38115";
Command "update T set F = null where rowid = 48084";
Command "update T set F = null where rowid = 8700";
Command "update T set F = null where rowid = 11419";
Command "update T set F = null where rowid = 40129";
Command "update T set F = null where rowid = 14201";
Command "update T set F = null where rowid = 25742";
Command "update T set F = null where rowid = 57464";
Command "update T set F = null where rowid = 39077";
Command "update T set F = null where rowid = 7247";
Command "update T set F = null where rowid = 46717";
Command "update T set F = null where rowid = 56370";
Command "update T set F = null where rowid = 25403";
Command "update T set F = null where rowid = 52878";
Command "update T set F = null where rowid = 12255";
Command "update T set F = null where rowid = 9710";
Command "update T set F = null where rowid = 14718";
Command "update T set F = null where rowid = 46399";
Command "update T set F = null where rowid = 8382";
Command "update T set F = null where rowid = 43135";
Command "update T set F = null where rowid = 34382";
Command "update T set F = null where rowid = 17619";
Command "update T set F = null where rowid = 11968";
Command "update T set F = null where rowid = 23484";
Command "update T set F = null where rowid = 41701";
Command "update T set F = null where rowid = 286";
Command "update T set F = null where rowid = 29408";
Command "update T set F = null where rowid = 57783";
Command "update T set F = null where rowid = 48850";
Command "update T set F = null where rowid = 7549";
Command "update T set F = null where rowid = 60433";
Command "update T set F = null where rowid = 32126";
Command "update T set F = null where rowid = 61314";
Command "update T set F = null where rowid = 21437";
Command "update T set F = null where rowid = 49854";
Command "update T set F = null where rowid = 28657";
Command "update T set F = null where rowid = 54004";
Command "update T set F = null where rowid = 13766";
Command "update T set F = null where rowid = 25501";
Command "update T set F = null where rowid = 37095";
Command "update T set F = null where rowid = 5588";
Command "update T set F = null where rowid = 20646";
Command "update T set F = null where rowid = 14785";
Command "update T set F = null where rowid = 51109";
Command "update T set F = null where rowid = 40873";
Command "update T set F = null where rowid = 18183";
Command "update T set F = null where rowid = 47136";
Command "update T set F = null where rowid = 2947";
Command "update T set F = null where rowid = 23302";
Command "update T set F = null where rowid = 55255";
Command "update T set F = null where rowid = 53900";
Command "update T set F = null where rowid = 4333";
Command "update T set F = null where rowid = 15718";
Command "update T set F = null where rowid = 30194";
Command "update T set F = null where rowid = 52347";
Command "update T set F = null where rowid = 42934";
Command "update T set F = null where rowid = 17277";
Command "update T set F = null where rowid = 44040";
Command "update T set F = null where rowid = 924";
Command "update T set F = null where rowid = 34790";
Command "update T set F = null where rowid = 46867";
Command "update T set F = null where rowid = 17340";
Command "update T set F = null where rowid = 54346";
Command "update T set F = null where rowid = 48898";
Command "update T set F = null where rowid = 22465";
Command "update T set F = null where rowid = 887";
Command "update T set F = null where rowid = 18181";
Command "update T set F = null where rowid = 16003";
Command "update T set F = null where rowid = 12594";
Command "update T set F = null where rowid = 25105";
Command "update T set F = null where rowid = 56639";
Command "update T set F = null where rowid = 8810";
Command "update T set F = null where rowid = 4722";
Command "update T set F = null where rowid = 37034";
Command "update T set F = null where rowid = 15707";
Command "update T set F = null where rowid = 57405";
Command "update T set F = null where rowid = 50663";
Command "update T set F = null where rowid = 19704";
Command "update T set F = null where rowid = 50429";
Command "update T set F = null where rowid = 27330";
Command "update T set F = null where rowid = 1648";
Command "update T set F = null where rowid = 39200";
Command "update T set F = null where rowid = 32987";
Command "update T set F = null where rowid = 25793";
Command "update T set F = null where rowid = 15576";
Command "update T set F = null where rowid = 60084";
Command "update T set F = null where rowid = 29488";
Command "update T set F = null where rowid = 40966";
Command "update T set F = null where rowid = 45949";
Command "update T set F = null where rowid = 12459";
Command "update T set F = null where rowid = 56759";
Command "update T set F = null where rowid = 8891";
Command "update T set F = null where rowid = 6065";
Command "update T set F = null where rowid = 59828";
Command "update T set F = null where rowid = 18835";
Command "update T set F = null where rowid = 41965";
Command "update T set F = null where rowid = 15956";
Command "update T set F = null where rowid = 51652";
Command "update T set F = null where rowid = 53369";
Command "update T set F = null where rowid = 61184";
Command "update T set F = null where rowid = 40064";
Command "update T set F = null where rowid = 1708";
Command "update T set F = null where rowid = 37054";
Command "update T set F = null where rowid = 16197";
Command "update T set F = null where rowid = 3750";
Command "update T set F = null where rowid = 43958";
Command "update T set F = null where rowid = 39804";
Command "update T set F = null where rowid = 43410";
Command "update T set F = null where rowid = 12354";
Command "update T set F = null where rowid = 10259";
Command "update T set F = null where rowid = 6341";
Command "update T set F = null where rowid = 30152";
Command "update T set F = null where rowid = 7638";
Command "update T set F = null where rowid = 18161";
Command "update T set F = null where rowid = 27845";
Command "update T set F = null where rowid = 61177";
Command "update T set F = null where rowid = 28435";
Command "update T set F = null where rowid = 51106";
Command "update T set F = null where rowid = 19685";
Command "update T set F = null where rowid = 28378";
Command "update T set F = null where rowid = 50139";
Command "update T set F = null where rowid = 37585";
Command "update T set F = null where rowid = 32247";
Command "update T set F = null where rowid = 14052";
Command "update T set F = null where rowid = 60369";
Command "update T set F = null where rowid = 12540";
Command "update T set F = null where rowid = 51952";
Command "update T set F = null where rowid = 13683";
Command "update T set F = null where rowid = 4452";
Command "update T set F = null where rowid = 35434";
Command "update T set F = null where rowid = 18241";
Command "update T set F = null where rowid = 50561";
Command "update T set F = null where rowid = 15856";
Command "update T set F = null where rowid = 54859";
Command "update T set F = null where rowid = 39063";
Command "update T set F = null where rowid = 23017";
Command "update T set F = null where rowid = 10500";
Command "update T set F = null where rowid = 42135";
Command "update T set F = null where rowid = 53870";
Command "update T set F = null where rowid = 4704";
Command "update T set F = null where rowid = 50327";
Command "update T set F = null where rowid = 12368";
Command "update T set F = null where rowid = 43169";
Command "update T set F = null where rowid = 1230";
Command "update T set F = null where rowid = 37315";
Command "update T set F = null where rowid = 43859";
Command "update T set F = null where rowid = 41032";
Command "update T set F = null where rowid = 56834";
Command "update T set F = null where rowid = 8851";
Command "update T set F = null where rowid = 36298";
Command "update T set F = null where rowid = 5475";
Command "update T set F = null where rowid = 26642";
Command "update T set F = null where rowid = 50692";
Command "update T set F = null where rowid = 43618";
Command "update T set F = null where rowid = 21383";
Command "update T set F = null where rowid = 56816";
Command "update T set F = null where rowid = 6689";
Command "update T set F = null where rowid = 52352";
Command "update T set F = null where rowid = 26105";
Command "update T set F = null where rowid = 44686";
Command "update T set F = null where rowid = 10394";
Command "update T set F = null where rowid = 54668";
Command "update T set F = null where rowid = 53763";
Command "update T set F = null where rowid = 17120";
Command "update T set F = null where rowid = 35664";
Command "update T set F = null where rowid = 29450";
Command "update T set F = null where rowid = 44607";
Command "update T set F = null where rowid = 16178";
Command "update T set F = null where rowid = 48358";
Command "update T set F = null where rowid = 26288";
Command "update T set F = null where rowid = 7739";
Command "update T set F = null where rowid = 21911";
Command "update T set F = null where rowid = 35883";
Command "update T set F = null where rowid = 21266";
Command "update T set F = null where rowid = 36948";
Command "update T set F = null where rowid = 4195";
Command "update T set F = null where rowid = 56290";
Command "update T set F = null where rowid = 6803";
Command "update T set F = null where rowid = 59767";
Command "update T set F = null where rowid = 58936";
Command "update T set F = null where rowid = 7720";
Command "update T set F = null where rowid = 14648";
Command "update T set F = null where rowid = 34301";
Command "update T set F = null where rowid = 25869";
Command "update T set F = null where rowid = 58973";
Command "update T set F = null where rowid = 30931";
Command "update T set F = null where rowid = 55060";
Command "update T set F = null where rowid = 33948";
Command "update T set F = null where rowid = 40806";
Command "update T set F = null where rowid = 44318";
Command "update T set F = null where rowid = 52362";
Command "update T set F = null where rowid = 20164";
Command "update T set F = null where rowid = 27588";
Command "update T set F = null where rowid = 39192";
Command "update T set F = null where rowid = 42863";
Command "update T set F = null where rowid = 7497";
Command "update T set F = null where rowid = 37852";
Command "update T set F = null where rowid = 18256";
Command "update T set F = null where rowid = 31705";
Command "update T set F = null where rowid = 6547";
Command "update T set F = null where rowid = 45848";
Command "update T set F = null where rowid = 6802";
Command "update T set F = null where rowid = 49592";
Command "update T set F = null where rowid = 34245";
Command "update T set F = null where rowid = 7074";
Command "update T set F = null where rowid = 5740";
Command "update T set F = null where rowid = 31284";
Command "update T set F = null where rowid = 30963";
Command "update T set F = null where rowid = 48825";
Command "update T set F = null where rowid = 6718";
Command "update T set F = null where rowid = 39456";
Command "update T set F = null where rowid = 35974";
Command "update T set F = null where rowid = 30176";
Command "update T set F = null where rowid = 33144";
Command "update T set F = null where rowid = 4409";
Command "update T set F = null where rowid = 17234";
Command "update T set F = null where rowid = 45384";
Command "update T set F = null where rowid = 41060";
Command "update T set F = null where rowid = 14986";
Command "update T set F = null where rowid = 48531";
Command "update T set F = null where rowid = 21417";
Command "update T set F = null where rowid = 35856";
Command "update T set F = null where rowid = 11308";
Command "update T set F = null where rowid = 23474";
Command "update T set F = null where rowid = 25732";
Command "update T set F = null where rowid = 30802";
Command "update T set F = null where rowid = 32028";
Command "update T set F = null where rowid = 41044";
Command "update T set F = null where rowid = 21488";
Command "update T set F = null where rowid = 35203";
Command "update T set F = null where rowid = 14395";
Command "update T set F = null where rowid = 19178";
Command "update T set F = null where rowid = 52199";
Command "update T set F = null where rowid = 43396";
Command "update T set F = null where rowid = 42227";
Command "update T set F = null where rowid = 32592";
Command "update T set F = null where rowid = 5214";
Command "update T set F = null where rowid = 32751";
Command "update T set F = null where rowid = 61289";
Command "update T set F = null where rowid = 20455";
Command "update T set F = null where rowid = 34879";
Command "update T set F = null where rowid = 18556";
Command "update T set F = null where rowid = 53115";
Command "update T set F = null where rowid = 9936";
Command "update T set F = null where rowid = 33199";
Command "update T set F = null where rowid = 13517";
Command "update T set F = null where rowid = 30588";
Command "update T set F = null where rowid = 22163";
Command "update T set F = null where rowid = 21479";
Command "update T set F = null where rowid = 60117";
Command "update T set F = null where rowid = 11489";
Command "update T set F = null where rowid = 26226";
Command "update T set F = null where rowid = 38654";
Command "update T set F = null where rowid = 20853";
Command "update T set F = null where rowid = 7821";
Command "update T set F = null where rowid = 19891";
Command "update T set F = null where rowid = 4274";
Command "update T set F = null where rowid = 39904";
Command "update T set F = null where rowid = 19606";
Command "update T set F = null where rowid = 2611";
Command "update T set F = null where rowid = 53749";
Command "update T set F = null where rowid = 49093";
Command "update T set F = null where rowid = 9564";
Command "update T set F = null where rowid = 53267";
Command "update T set F = null where rowid = 2053";
Command "update T set F = null where rowid = 39665";
Command "update T set F = null where rowid = 11990";
Command "update T set F = null where rowid = 33567";
Command "update T set F = null where rowid = 46217";
Command "update T set F = null where rowid = 50233";
Command "update T set F = null where rowid = 37670";
Command "update T set F = null where rowid = 41227";
Command "update T set F = null where rowid = 18393";
Command "update T set F = null where rowid = 15813";
Command "update T set F = null where rowid = 3987";
Command "update T set F = null where rowid = 39379";
Command "update T set F = null where rowid = 20550";
Command "update T set F = null where rowid = 59538";
Command "update T set F = null where rowid = 41221";
Command "update T set F = null where rowid = 7072";
Command "update T set F = null where rowid = 8788";
Command "update T set F = null where rowid = 1102";
Command "update T set F = null where rowid = 33724";
Command "update T set F = null where rowid = 14614";
Command "update T set F = null where rowid = 52028";
Command "update T set F = null where rowid = 44240";
Command "update T set F = null where rowid = 5918";
Command "update T set F = null where rowid = 31028";
Command "update T set F = null where rowid = 16004";
Command "update T set F = null where rowid = 51545";
Command "update T set F = null where rowid = 56958";
Command "update T set F = null where rowid = 32976";
Command "update T set F = null where rowid = 5741";
Command "update T set F = null where rowid = 6203";
Command "update T set F = null where rowid = 24405";
Command "update T set F = null where rowid = 27211";
Command "update T set F = null where rowid = 35484";
Command "update T set F = null where rowid = 24471";
Command "update T set F = null where rowid = 8234";
Command "update T set F = null where rowid = 31380";
Command "update T set F = null where rowid = 56126";
Command "update T set F = null where rowid = 15072";
Command "update T set F = null where rowid = 57790";
Command "update T set F = null where rowid = 13056";
Command "update T set F = null where rowid = 3425";
Command "update T set F = null where rowid = 58021";
Command "update T set F = null where rowid = 56372";
Command "update T set F = null where rowid = 45210";
Command "update T set F = null where rowid = 30312";
Command "update T set F = null where rowid = 16976";
Command "update T set F = null where rowid = 59103";
Command "update T set F = null where rowid = 1399";
Command "update T set F = null where rowid = 49842";
Command "update T set F = null where rowid = 55841";
Command "update T set F = null where rowid = 6144";
Command "update T set F = null where rowid = 40520";
Command "update T set F = null where rowid = 23843";
Command "update T set F = null where rowid = 26923";
Command "update T set F = null where rowid = 45649";
Command "update T set F = null where rowid = 35987";
Command "update T set F = null where rowid = 31668";
Command "update T set F = null where rowid = 20352";
Command "update T set F = null where rowid = 40278";
Command "update T set F = null where rowid = 45263";
Command "update T set F = null where rowid = 5929";
Command "update T set F = null where rowid = 9698";
Command "update T set F = null where rowid = 7134";
Command "update T set F = null where rowid = 38454";
Command "update T set F = null where rowid = 5336";
Command "update T set F = null where rowid = 61460";
Command "update T set F = null where rowid = 22471";
Command "update T set F = null where rowid = 6603";
Command "update T set F = null where rowid = 38690";
Command "update T set F = null where rowid = 49389";
Command "update T set F = null where rowid = 6934";
Command "update T set F = null where rowid = 58815";
Command "update T set F = null where rowid = 9843";
Command "update T set F = null where rowid = 16137";
Command "update T set F = null where rowid = 51300";
Command "update T set F = null where rowid = 20128";
Command "update T set F = null where rowid = 13890";
Command "update T set F = null where rowid = 30177";
Command "update T set F = null where rowid = 55365";
Command "update T set F = null where rowid = 23306";
Command "update T set F = null where rowid = 15863";
Command "update T set F = null where rowid = 30683";
Command "update T set F = null where rowid = 51261";
Command "update T set F = null where rowid = 48094";
Command "update T set F = null where rowid = 54650";
Command "update T set F = null where rowid = 30290";
Command "update T set F = null where rowid = 30786";
Command "update T set F = null where rowid = 31768";
Command "update T set F = null where rowid = 38862";
Command "update T set F = null where rowid = 32406";
Command "update T set F = null where rowid = 53336";
Command "update T set F = null where rowid = 1608";
Command "update T set F = null where rowid = 6637";
Command "update T set F = null where rowid = 58887";
Command "update T set F = null where rowid = 17248";
Command "update T set F = null where rowid = 56558";
Command "update T set F = null where rowid = 41940";
Command "update T set F = null where rowid = 138";
Command "update T set F = null where rowid = 13647";
Command "update T set F = null where rowid = 50038";
Command "update T set F = null where rowid = 28080";
Command "update T set F = null where rowid = 36786";
Command "update T set F = null where rowid = 60640";
Command "update T set F = null where rowid = 12659";
Command "update T set F = null where rowid = 54776";
Command "update T set F = null where rowid = 18880";
Command "update T set F = null where rowid = 47986";
Command "update T set F = null where rowid = 9667";
Command "update T set F = null where rowid = 26543";
Command "update T set F = null where rowid = 10278";
Command "update T set F = null where rowid = 26336";
Command "update T set F = null where rowid = 99";
Command "update T set F = null where rowid = 22501";
Command "update T set F = null where rowid = 27911";
Command "update T set F = null where rowid = 40737";
Command "update T set F = null where rowid = 54227";
Command "update T set F = null where rowid = 2724";
Command "update T set F = null where rowid = 43926";
Command "update T set F = null where rowid = 6289";
Command "update T set F = null where rowid = 30278";
Command "update T set F = null where rowid = 736";
Command "update T set F = null where rowid = 44359";
Command "update T set F = null where rowid = 36012";
Command "update T set F = null where rowid = 42171";
Command "update T set F = null where rowid = 37411";
Command "update T set F = null where rowid = 11326";
Command "update T set F = null where rowid = 4800";
Command "update T set F = null where rowid = 3431";
Command "update T set F = null where rowid = 25588";
Command "update T set F = null where rowid = 21120";
Command "update T set F = null where rowid = 30150";
Command "update T set F = null where rowid = 40490";
Command "update T set F = null where rowid = 42995";
Command "update T set F = null where rowid = 7462";
Command "update T set F = null where rowid = 59707";
Command "update T set F = null where rowid = 55455";
Command "update T set F = null where rowid = 50858";
Command "update T set F = null where rowid = 3180";
Command "update T set F = null where rowid = 50969";
Command "update T set F = null where rowid = 15829";
Command "update T set F = null where rowid = 54584";
Command "update T set F = null where rowid = 42411";
Command "update T set F = null where rowid = 53675";
Command "update T set F = null where rowid = 45245";
Command "update T set F = null where rowid = 8131";
Command "update T set F = null where rowid = 53948";
Command "update T set F = null where rowid = 26120";
Command "update T set F = null where rowid = 42371";
Command "update T set F = null where rowid = 52624";
Command "update T set F = null where rowid = 40770";
Command "update T set F = null where rowid = 37625";
Command "update T set F = null where rowid = 38891";
Command "update T set F = null where rowid = 43311";
Command "update T set F = null where rowid = 9212";
Command "update T set F = null where rowid = 18014";
Command "update T set F = null where rowid = 32686";
Command "update T set F = null where rowid = 29159";
Command "update T set F = null where rowid = 53862";
Command "update T set F = null where rowid = 36675";
Command "update T set F = null where rowid = 61436";
Command "update T set F = null where rowid = 56063";
Command "update T set F = null where rowid = 12887";
Command "update T set F = null where rowid = 10085";
Command "update T set F = null where rowid = 26928";
Command "update T set F = null where rowid = 51401";
Command "update T set F = null where rowid = 7837";
Command "update T set F = null where rowid = 21421";
Command "update T set F = null where rowid = 12197";
Command "update T set F = null where rowid = 28081";
Command "update T set F = null where rowid = 56812";
Command "update T set F = null where rowid = 47162";
Command "update T set F = null where rowid = 1485";
Command "update T set F = null where rowid = 10901";
Command "update T set F = null where rowid = 56682";
Command "update T set F = null where rowid = 34268";
Command "update T set F = null where rowid = 14747";
Command "update T set F = null where rowid = 33075";
Command "update T set F = null where rowid = 2835";
Command "update T set F = null where rowid = 14754";
Command "update T set F = null where rowid = 51460";
Command "update T set F = null where rowid = 4303";
Command "update T set F = null where rowid = 43559";
Command "update T set F = null where rowid = 52280";
Command "update T set F = null where rowid = 57943";
Command "update T set F = null where rowid = 7554";
Command "update T set F = null where rowid = 13151";
Command "update T set F = null where rowid = 31011";
Command "update T set F = null where rowid = 51983";
Command "update T set F = null where rowid = 20280";
Command "update T set F = null where rowid = 50002";
Command "update T set F = null where rowid = 11380";
Command "update T set F = null where rowid = 23358";
Command "update T set F = null where rowid = 58471";
Command "update T set F = null where rowid = 61188";
Command "update T set F = null where rowid = 41307";
Command "update T set F = null where rowid = 56487";
Command "update T set F = null where rowid = 52709";
Command "update T set F = null where rowid = 14245";
Command "update T set F = null where rowid = 34205";
Command "update T set F = null where rowid = 230";
Command "update T set F = null where rowid = 30964";
Command "update T set F = null where rowid = 28855";
Command "update T set F = null where rowid = 18222";
Command "update T set F = null where rowid = 31734";
Command "update T set F = null where rowid = 8823";
Command "update T set F = null where rowid = 57250";
Command "update T set F = null where rowid = 43294";
Command "update T set F = null where rowid = 30058";
Command "update T set F = null where rowid = 1887";
Command "update T set F = null where rowid = 8116";
Command "update T set F = null where rowid = 51287";
Command "update T set F = null where rowid = 60327";
Command "update T set F = null where rowid = 24741";
Command "update T set F = null where rowid = 1234";
Command "update T set F = null where rowid = 42184";
Command "update T set F = null where rowid = 22772";
Command "update T set F = null where rowid = 57740";
Command "update T set F = null where rowid = 61380";
Command "update T set F = null where rowid = 56453";
Command "update T set F = null where rowid = 10089";
Command "update T set F = null where rowid = 53048";
Command "update T set F = null where rowid = 20232";
Command "update T set F = null where rowid = 52248";
Command "update T set F = null where rowid = 35862";
Command "update T set F = null where rowid = 17404";
Command "update T set F = null where rowid = 24270";
Command "update T set F = null where rowid = 52958";
Command "update T set F = null where rowid = 7601";
Command "update T set F = null where rowid = 45395";
Command "update T set F = null where rowid = 18782";
Command "update T set F = null where rowid = 1344";
Command "update T set F = null where rowid = 2752";
Command "update T set F = null where rowid = 52486";
Command "update T set F = null where rowid = 12976";
Command "update T set F = null where rowid = 50628";
Command "update T set F = null where rowid = 34138";
Command "update T set F = null where rowid = 52884";
Command "update T set F = null where rowid = 12308";
Command "update T set F = null where rowid = 10769";
Command "update T set F = null where rowid = 37956";
Command "update T set F = null where rowid = 13648";
Command "update T set F = null where rowid = 54196";
Command "update T set F = null where rowid = 8617";
Command "update T set F = null where rowid = 34221";
Command "update T set F = null where rowid = 52376";
Command "update T set F = null where rowid = 31773";
Command "update T set F = null where rowid = 22652";
Command "update T set F = null where rowid = 26908";
Command "update T set F = null where rowid = 27389";
Command "update T set F = null where rowid = 17947";
Command "update T set F = null where rowid = 2997";
Command "update T set F = null where rowid = 11107";
Command "update T set F = null where rowid = 53785";
Command "update T set F = null where rowid = 17755";
Command "update T set F = null where rowid = 46388";
Command "update T set F = null where rowid = 30679";
Command "update T set F = null where rowid = 20876";
Command "update T set F = null where rowid = 55684";
Command "update T set F = null where rowid = 15836";
Command "update T set F = null where rowid = 32891";
Command "update T set F = null where rowid = 9292";
Command "update T set F = null where rowid = 21705";
Command "update T set F = null where rowid = 40436";
Command "update T set F = null where rowid = 53196";
Command "update T set F = null where rowid = 15720";
Command "update T set F = null where rowid = 32179";
Command "update T set F = null where rowid = 34567";
Command "update T set F = null where rowid = 55375";
Command "update T set F = null where rowid = 38881";
Command "update T set F = null where rowid = 38967";
Command "update T set F = null where rowid = 60843";
Command "update T set F = null where rowid = 6280";
Command "update T set F = null where rowid = 53609";
Command "update T set F = null where rowid = 34868";
Command "update T set F = null where rowid = 20405";
Command "update T set F = null where rowid = 17525";
Command "update T set F = null where rowid = 28123";
Command "update T set F = null where rowid = 43704";
Command "update T set F = null where rowid = 29901";
Command "update T set F = null where rowid = 19912";
Command "update T set F = null where rowid = 38593";
Command "update T set F = null where rowid = 4676";
Command "update T set F = null where rowid = 4299";
Command "update T set F = null where rowid = 25917";
Command "update T set F = null where rowid = 7762";
Command "update T set F = null where rowid = 47145";
Command "update T set F = null where rowid = 2896";
Command "update T set F = null where rowid = 33161";
Command "update T set F = null where rowid = 25571";
Command "update T set F = null where rowid = 53223";
Command "update T set F = null where rowid = 57819";
Command "update T set F = null where rowid = 60608";
Command "update T set F = null where rowid = 31436";
Command "update T set F = null where rowid = 1888";
Command "update T set F = null where rowid = 34459";
Command "update T set F = null where rowid = 15628";
Command "update T set F = null where rowid = 8170";
Command "update T set F = null where rowid = 7888";
Command "update T set F = null where rowid = 60603";
Command "update T set F = null where rowid = 32820";
Command "update T set F = null where rowid = 26587";
Command "update T set F = null where rowid = 39504";
Command "update T set F = null where rowid = 38708";
Command "update T set F = null where rowid = 19597";
Command "update T set F = null where rowid = 41484";
Command "update T set F = null where rowid = 11475";
Command "update T set F = null where rowid = 6806";
Command "update T set F = null where rowid = 54828";
Command "update T set F = null where rowid = 10181";
Command "update T set F = null where rowid = 53548";
Command "update T set F = null where rowid = 32039";
Command "update T set F = null where rowid = 30095";
Command "update T set F = null where rowid = 50796";
Command "update T set F = null where rowid = 25247";
Command "update T set F = null where rowid = 22411";
Command "update T set F = null where rowid = 16548";
Command "update T set F = null where rowid = 11681";
Command "update T set F = null where rowid = 28219";
Command "update T set F = null where rowid = 639";
Command "update T set F = null where rowid = 18094";
Command "update T set F = null where rowid = 40987";
Command "update T set F = null where rowid = 58939";
Command "update T set F = null where rowid = 26797";
Command "update T set F = null where rowid = 45691";
Command "update T set F = null where rowid = 44956";
Command "update T set F = null where rowid = 34971";
Command "update T set F = null where rowid = 39354";
Command "update T set F = null where rowid = 36395";
Command "update T set F = null where rowid = 38711";
Command "update T set F = null where rowid = 40986";
Command "update T set F = null where rowid = 17994";
Command "update T set F = null where rowid = 49388";
Command "update T set F = null where rowid = 20078";
Command "update T set F = null where rowid = 20506";
Command "update T set F = null where rowid = 51156";
Command "update T set F = null where rowid = 14389";
Command "update T set F = null where rowid = 2022";
Command "update T set F = null where rowid = 26499";
Command "update T set F = null where rowid = 41148";
Command "update T set F = null where rowid = 20649";
Command "update T set F = null where rowid = 35130";
Command "update T set F = null where rowid = 1746";
Command "update T set F = null where rowid = 29409";
Command "update T set F = null where rowid = 35053";
Command "update T set F = null where rowid = 59074";
Command "update T set F = null where rowid = 6128";
Command "update T set F = null where rowid = 59989";
Command "update T set F = null where rowid = 49622";
Command "update T set F = null where rowid = 14121";
Command "update T set F = null where rowid = 59780";
Command "update T set F = null where rowid = 45205";
Command "update T set F = null where rowid = 48370";
Command "update T set F = null where rowid = 56067";
Command "update T set F = null where rowid = 17991";
Command "update T set F = null where rowid = 3375";
Command "update T set F = null where rowid = 58338";
Command "update T set F = null where rowid = 57967";
Command "update T set F = null where rowid = 51492";
Command "update T set F = null where rowid = 16659";
Command "update T set F = null where rowid = 14655";
Command "update T set F = null where rowid = 35827";
Command "update T set F = null where rowid = 10090";
Command "update T set F = null where rowid = 52262";
Command "update T set F = null where rowid = 20856";
Command "update T set F = null where rowid = 28272";
Command "update T set F = null where rowid = 1288";
Command "update T set F = null where rowid = 33923";
Command "update T set F = null where rowid = 29331";
Command "update T set F = null where rowid = 25108";
Command "update T set F = null where rowid = 28028";
Command "update T set F = null where rowid = 50859";
Command "update T set F = null where rowid = 22715";
Command "update T set F = null where rowid = 6991";
Command "update T set F = null where rowid = 31614";
Command "update T set F = null where rowid = 52014";
Command "update T set F = null where rowid = 21498";
Command "update T set F = null where rowid = 4459";
Command "update T set F = null where rowid = 40791";
Command "update T set F = null where rowid = 35402";
Command "update T set F = null where rowid = 16421";
Command "update T set F = null where rowid = 16988";
Command "update T set F = null where rowid = 56015";
Command "update T set F = null where rowid = 28919";
Command "update T set F = null where rowid = 25768";
Command "update T set F = null where rowid = 41015";
Command "update T set F = null where rowid = 22164";
Command "update T set F = null where rowid = 26884";
Command "update T set F = null where rowid = 5679";
Command "update T set F = null where rowid = 40778";
Command "update T set F = null where rowid = 52871";
Command "update T set F = null where rowid = 61142";
Command "update T set F = null where rowid = 11534";
Command "update T set F = null where rowid = 34220";
Command "update T set F = null where rowid = 50177";
Command "update T set F = null where rowid = 40472";
Command "update T set F = null where rowid = 25743";
Command "update T set F = null where rowid = 24455";
Command "update T set F = null where rowid = 25443";
Command "update T set F = null where rowid = 30626";
Command "update T set F = null where rowid = 2516";
Command "update T set F = null where rowid = 31533";
Command "update T set F = null where rowid = 13124";
Command "update T set F = null where rowid = 34977";
Command "update T set F = null where rowid = 36616";
Command "update T set F = null where rowid = 30274";
Command "update T set F = null where rowid = 35383";
Command "update T set F = null where rowid = 45184";
Command "update T set F = null where rowid = 55203";
Command "update T set F = null where rowid = 43909";
Command "update T set F = null where rowid = 8438";
Command "update T set F = null where rowid = 5442";
Command "update T set F = null where rowid = 34908";
Command "update T set F = null where rowid = 52802";
Command "update T set F = null where rowid = 57539";
Command "update T set F = null where rowid = 33376";
Command "update T set F = null where rowid = 8825";
Command "update T set F = null where rowid = 2081";
Command "update T set F = null where rowid = 2933";
Command "update T set F = null where rowid = 35711";
Command "update T set F = null where rowid = 53070";
Command "update T set F = null where rowid = 54224";
Command "update T set F = null where rowid = 1151";
Command "update T set F = null where rowid = 39096";
Command "update T set F = null where rowid = 30053";
Command "update T set F = null where rowid = 58425";
Command "update T set F = null where rowid = 15865";
Command "update T set F = null where rowid = 13073";
Command "update T set F = null where rowid = 17734";
Command "update T set F = null where rowid = 22036";
Command "update T set F = null where rowid = 9910";
Command "update T set F = null where rowid = 52110";
Command "update T set F = null where rowid = 59235";
Command "update T set F = null where rowid = 48927";
Command "update T set F = null where rowid = 51009";
Command "update T set F = null where rowid = 9433";
Command "update T set F = null where rowid = 7350";
Command "update T set F = null where rowid = 50438";
Command "update T set F = null where rowid = 52335";
Command "update T set F = null where rowid = 30275";
Command "update T set F = null where rowid = 38516";
Command "update T set F = null where rowid = 40317";
Command "update T set F = null where rowid = 30535";
Command "update T set F = null where rowid = 20623";
Command "update T set F = null where rowid = 40706";
Command "update T set F = null where rowid = 18903";
Command "update T set F = null where rowid = 59925";
Command "update T set F = null where rowid = 3310";
Command "update T set F = null where rowid = 40487";
Command "update T set F = null where rowid = 51205";
Command "update T set F = null where rowid = 20479";
Command "update T set F = null where rowid = 5477";
Command "update T set F = null where rowid = 31762";
Command "update T set F = null where rowid = 25497";
Command "update T set F = null where rowid = 35720";
Command "update T set F = null where rowid = 52572";
Command "update T set F = null where rowid = 33407";
Command "update T set F = null where rowid = 57594";
Command "update T set F = null where rowid = 25472";
Command "update T set F = null where rowid = 16437";
Command "update T set F = null where rowid = 8716";
Command "update T set F = null where rowid = 3019";
Command "update T set F = null where rowid = 32717";
Command "update T set F = null where rowid = 33663";
Command "update T set F = null where rowid = 5426";
Command "update T set F = null where rowid = 54260";
Command "update T set F = null where rowid = 4729";
Command "update T set F = null where rowid = 37097";
Command "update T set F = null where rowid = 46308";
Command "update T set F = null where rowid = 5800";
Command "update T set F = null where rowid = 51752";
Command "update T set F = null where rowid = 6021";
Command "update T set F = null where rowid = 38788";
Command "update T set F = null where rowid = 23196";
Command "update T set F = null where rowid = 53721";
Command "update T set F = null where rowid = 9268";
Command "update T set F = null where rowid = 53315";
Command "update T set F = null where rowid = 1832";
Command "update T set F = null where rowid = 40188";
Command "update T set F = null where rowid = 51207";
Command "update T set F = null where rowid = 55521";
Command "update T set F = null where rowid = 17707";
Command "update T set F = null where rowid = 35594";
Command "update T set F = null where rowid = 27195";
Command "update T set F = null where rowid = 35116";
Command "update T set F = null where rowid = 31014";
Command "update T set F = null where rowid = 32720";
Command "update T set F = null where rowid = 16144";
Command "update T set F = null where rowid = 12716";
Command "update T set F = null where rowid = 17086";
Command "update T set F = null where rowid = 49023";
Command "update T set F = null where rowid = 15945";
Command "update T set F = null where rowid = 40719";
Command "update T set F = null where rowid = 37363";
Command "update T set F = null where rowid = 29032";
Command "update T set F = null where rowid = 4250";
Command "update T set F = null where rowid = 6695";
Command "update T set F = null where rowid = 42460";
Command "update T set F = null where rowid = 33418";
Command "update T set F = null where rowid = 43749";
Command "update T set F = null where rowid = 740";
Command "update T set F = null where rowid = 31090";
Command "update T set F = null where rowid = 57474";
Command "update T set F = null where rowid = 25816";
Command "update T set F = null where rowid = 34674";
Command "update T set F = null where rowid = 52598";
Command "update T set F = null where rowid = 25727";
Command "update T set F = null where rowid = 36092";
Command "update T set F = null where rowid = 18632";
Command "update T set F = null where rowid = 29011";
Command "update T set F = null where rowid = 60592";
Command "update T set F = null where rowid = 5795";
Command "update T set F = null where rowid = 27034";
Command "update T set F = null where rowid = 30213";
Command "update T set F = null where rowid = 27817";
Command "update T set F = null where rowid = 1123";
Command "update T set F = null where rowid = 16957";
Command "update T set F = null where rowid = 46878";
Command "update T set F = null where rowid = 29489";
Command "update T set F = null where rowid = 4433";
Command "update T set F = null where rowid = 11448";
Command "update T set F = null where rowid = 18686";
Command "update T set F = null where rowid = 49944";
Command "update T set F = null where rowid = 22872";
Command "update T set F = null where rowid = 56993";
Command "update T set F = null where rowid = 40972";
Command "update T set F = null where rowid = 55941";
Command "update T set F = null where rowid = 33486";
Command "update T set F = null where rowid = 9155";
Command "update T set F = null where rowid = 52834";
Command "update T set F = null where rowid = 27654";
Command "update T set F = null where rowid = 12320";
Command "update T set F = null where rowid = 13912";
Command "update T set F = null where rowid = 53199";
Command "update T set F = null where rowid = 37992";
Command "update T set F = null where rowid = 14381";
Command "update T set F = null where rowid = 1389";
Command "update T set F = null where rowid = 33679";
Command "update T set F = null where rowid = 54456";
Command "update T set F = null where rowid = 54672";
Command "update T set F = null where rowid = 38989";
Command "update T set F = null where rowid = 56925";
Command "update T set F = null where rowid = 658";
Command "update T set F = null where rowid = 49538";
Command "update T set F = null where rowid = 58486";
Command "update T set F = null where rowid = 22911";
Command "update T set F = null where rowid = 55124";
Command "update T set F = null where rowid = 4000";
Command "update T set F = null where rowid = 53736";
Command "update T set F = null where rowid = 57541";
Command "update T set F = null where rowid = 18928";
Command "update T set F = null where rowid = 44460";
Command "update T set F = null where rowid = 41088";
Command "update T set F = null where rowid = 19898";
Command "update T set F = null where rowid = 41173";
Command "update T set F = null where rowid = 37013";
Command "update T set F = null where rowid = 30815";
Command "update T set F = null where rowid = 44965";
Command "update T set F = null where rowid = 12583";
Command "update T set F = null where rowid = 30415";
Command "update T set F = null where rowid = 31353";
Command "update T set F = null where rowid = 53726";
Command "update T set F = null where rowid = 47360";
Command "update T set F = null where rowid = 61029";
Command "update T set F = null where rowid = 16846";
Command "update T set F = null where rowid = 30795";
Command "update T set F = null where rowid = 47426";
Command "update T set F = null where rowid = 10609";
Command "update T set F = null where rowid = 36463";
Command "update T set F = null where rowid = 10608";
Command "update T set F = null where rowid = 29346";
Command "update T set F = null where rowid = 18418";
Command "update T set F = null where rowid = 5201";
Command "update T set F = null where rowid = 39311";
Command "update T set F = null where rowid = 8767";
Command "update T set F = null where rowid = 32537";
Command "update T set F = null where rowid = 19601";
Command "update T set F = null where rowid = 60796";
Command "update T set F = null where rowid = 45482";
Command "update T set F = null where rowid = 53644";
Command "update T set F = null where rowid = 15657";
Command "update T set F = null where rowid = 9590";
Command "update T set F = null where rowid = 57952";
Command "update T set F = null where rowid = 59615";
Command "update T set F = null where rowid = 38278";
Command "update T set F = null where rowid = 14000";
Command "update T set F = null where rowid = 22788";
Command "update T set F = null where rowid = 40671";
Command "update T set F = null where rowid = 5411";
Command "update T set F = null where rowid = 53647";
Command "update T set F = null where rowid = 10958";
Command "update T set F = null where rowid = 34543";
Command "update T set F = null where rowid = 31506";
Command "update T set F = null where rowid = 5164";
Command "update T set F = null where rowid = 38074";
Command "update T set F = null where rowid = 60630";
Command "update T set F = null where rowid = 41702";
Command "update T set F = null where rowid = 38959";
Command "update T set F = null where rowid = 51674";
Command "update T set F = null where rowid = 18629";
Command "update T set F = null where rowid = 60948";
Command "update T set F = null where rowid = 11110";
Command "update T set F = null where rowid = 47940";
Command "update T set F = null where rowid = 57332";
Command "update T set F = null where rowid = 45726";
Command "update T set F = null where rowid = 16581";
Command "update T set F = null where rowid = 8283";
Command "update T set F = null where rowid = 4172";
Command "update T set F = null where rowid = 16525";
Command "update T set F = null where rowid = 4428";
Command "update T set F = null where rowid = 11374";
Command "update T set F = null where rowid = 43093";
Command "update T set F = null where rowid = 1916";
Command "update T set F = null where rowid = 2979";
Command "update T set F = null where rowid = 2582";
Command "update T set F = null where rowid = 11798";
Command "update T set F = null where rowid = 3588";
Command "update T set F = null where rowid = 10498";
Command "update T set F = null where rowid = 18670";
Command "update T set F = null where rowid = 60180";
Command "update T set F = null where rowid = 52670";
Command "update T set F = null where rowid = 49686";
Command "update T set F = null where rowid = 1443";
Command "update T set F = null where rowid = 19578";
Command "update T set F = null where rowid = 21191";
Command "update T set F = null where rowid = 37931";
Command "update T set F = null where rowid = 60235";
Command "update T set F = null where rowid = 29248";
Command "update T set F = null where rowid = 50110";
Command "update T set F = null where rowid = 49185";
Command "update T set F = null where rowid = 20859";
Command "update T set F = null where rowid = 28760";
Command "update T set F = null where rowid = 42277";
Command "update T set F = null where rowid = 14155";
Command "update T set F = null where rowid = 50992";
Command "update T set F = null where rowid = 45908";
Command "update T set F = null where rowid = 1057";
Command "update T set F = null where rowid = 34489";
Command "update T set F = null where rowid = 30707";
Command "update T set F = null where rowid = 33176";
Command "update T set F = null where rowid = 56529";
Command "update T set F = null where rowid = 37314";
Command "update T set F = null where rowid = 48685";
Command "update T set F = null where rowid = 41436";
Command "update T set F = null where rowid = 46406";
Command "update T set F = null where rowid = 52594";
Command "update T set F = null where rowid = 37909";
Command "update T set F = null where rowid = 46207";
Command "update T set F = null where rowid = 19698";
Command "update T set F = null where rowid = 6076";
Command "update T set F = null where rowid = 12662";
Command "update T set F = null where rowid = 2982";
Command "update T set F = null where rowid = 7447";
Command "update T set F = null where rowid = 23246";
Command "update T set F = null where rowid = 58551";
Command "update T set F = null where rowid = 14701";
Command "update T set F = null where rowid = 59825";
Command "update T set F = null where rowid = 51785";
Command "update T set F = null where rowid = 10061";
Command "update T set F = null where rowid = 21032";
Command "update T set F = null where rowid = 14955";
Command "update T set F = null where rowid = 182";
Command "update T set F = null where rowid = 60692";
Command "update T set F = null where rowid = 35320";
Command "update T set F = null where rowid = 50535";
Command "update T set F = null where rowid = 15800";
Command "update T set F = null where rowid = 16817";
Command "update T set F = null where rowid = 2446";
Command "update T set F = null where rowid = 36702";
Command "update T set F = null where rowid = 51335";
Command "update T set F = null where rowid = 34109";
Command "update T set F = null where rowid = 60695";
Command "update T set F = null where rowid = 16552";
Command "update T set F = null where rowid = 59788";
Command "update T set F = null where rowid = 5959";
Command "update T set F = null where rowid = 55948";
Command "update T set F = null where rowid = 3823";
Command "update T set F = null where rowid = 26326";
Command "update T set F = null where rowid = 35084";
Command "update T set F = null where rowid = 49168";
Command "update T set F = null where rowid = 49172";
Command "update T set F = null where rowid = 21128";
Command "update T set F = null where rowid = 57999";
Command "update T set F = null where rowid = 51079";
Command "update T set F = null where rowid = 16737";
Command "update T set F = null where rowid = 25933";
Command "update T set F = null where rowid = 16257";
Command "update T set F = null where rowid = 36258";
Command "update T set F = null where rowid = 17450";
Command "update T set F = null where rowid = 16196";
Command "update T set F = null where rowid = 6371";
Command "update T set F = null where rowid = 4687";
Command "update T set F = null where rowid = 37448";
Command "update T set F = null where rowid = 13654";
Command "update T set F = null where rowid = 60229";
Command "update T set F = null where rowid = 48798";
Command "update T set F = null where rowid = 60847";
Command "update T set F = null where rowid = 1756";
Command "update T set F = null where rowid = 23559";
Command "update T set F = null where rowid = 58350";
Command "update T set F = null where rowid = 14380";
Command "update T set F = null where rowid = 59055";
Command "update T set F = null where rowid = 27732";
Command "update T set F = null where rowid = 39277";
Command "update T set F = null where rowid = 52007";
Command "update T set F = null where rowid = 1521";
Command "update T set F = null where rowid = 26305";
Command "update T set F = null where rowid = 10496";
Command "update T set F = null where rowid = 1007";
Command "update T set F = null where rowid = 43341";
Command "update T set F = null where rowid = 60423";
Command "update T set F = null where rowid = 34998";
Command "update T set F = null where rowid = 40711";
Command "update T set F = null where rowid = 49326";
Command "update T set F = null where rowid = 60259";
Command "update T set F = null where rowid = 2118";
Command "update T set F = null where rowid = 21696";
Command "update T set F = null where rowid = 43560";
Command "update T set F = null where rowid = 40167";
Command "update T set F = null where rowid = 27951";
Command "update T set F = null where rowid = 21662";
Command "update T set F = null where rowid = 49810";
Command "update T set F = null where rowid = 18004";
Command "update T set F = null where rowid = 45611";
Command "update T set F = null where rowid = 27915";
Command "update T set F = null where rowid = 54632";
Command "update T set F = null where rowid = 7608";
Command "update T set F = null where rowid = 3687";
Command "update T set F = null where rowid = 41201";
Command "update T set F = null where rowid = 16362";
Command "update T set F = null where rowid = 43061";
Command "update T set F = null where rowid = 21282";
Command "update T set F = null where rowid = 8103";
Command "update T set F = null where rowid = 42058";
Command "update T set F = null where rowid = 1307";
Command "update T set F = null where rowid = 27196";
Command "update T set F = null where rowid = 32626";
Command "update T set F = null where rowid = 29737";
Command "update T set F = null where rowid = 5430";
Command "update T set F = null where rowid = 8854";
Command "update T set F = null where rowid = 4946";
Command "update T set F = null where rowid = 36157";
Command "update T set F = null where rowid = 48886";
Command "update T set F = null where rowid = 19090";
Command "update T set F = null where rowid = 47157";
Command "update T set F = null where rowid = 42858";
Command "update T set F = null where rowid = 50219";
Command "update T set F = null where rowid = 51283";
Command "update T set F = null where rowid = 37256";
Command "update T set F = null where rowid = 23929";
Command "update T set F = null where rowid = 52895";
Command "update T set F = null where rowid = 29870";
Command "update T set F = null where rowid = 4748";
Command "update T set F = null where rowid = 31839";
Command "update T set F = null where rowid = 28494";
Command "update T set F = null where rowid = 25783";
Command "update T set F = null where rowid = 33600";
Command "update T set F = null where rowid = 26046";
Command "update T set F = null where rowid = 43377";
Command "update T set F = null where rowid = 8632";
Command "update T set F = null where rowid = 6487";
Command "update T set F = null where rowid = 20182";
Command "update T set F = null where rowid = 56706";
Command "update T set F = null where rowid = 6794";
Command "update T set F = null where rowid = 60858";
Command "update T set F = null where rowid = 39689";
Command "update T set F = null where rowid = 12031";
Command "update T set F = null where rowid = 48636";
Command "update T set F = null where rowid = 43053";
Command "update T set F = null where rowid = 50822";
Command "update T set F = null where rowid = 5274";
Command "update T set F = null where rowid = 47445";
Command "update T set F = null where rowid = 9999";
Command "update T set F = null where rowid = 60934";
Command "update T set F = null where rowid = 2975";
Command "update T set F = null where rowid = 36253";
Command "update T set F = null where rowid = 226";
Command "update T set F = null where rowid = 39384";
Command "update T set F = null where rowid = 759";
Command "update T set F = null where rowid = 45975";
Command "update T set F = null where rowid = 42861";
Command "update T set F = null where rowid = 50800";
Command "update T set F = null where rowid = 9842";
Command "update T set F = null where rowid = 15464";
Command "update T set F = null where rowid = 40875";
Command "update T set F = null where rowid = 55032";
Command "update T set F = null where rowid = 9790";
Command "update T set F = null where rowid = 22372";
Command "update T set F = null where rowid = 48870";
Command "update T set F = null where rowid = 33941";
Command "update T set F = null where rowid = 61114";
Command "update T set F = null where rowid = 4564";
Command "update T set F = null where rowid = 28231";
Command "update T set F = null where rowid = 25380";
Command "update T set F = null where rowid = 1310";
Command "update T set F = null where rowid = 7986";
Command "update T set F = null where rowid = 31302";
Command "update T set F = null where rowid = 50208";
Command "update T set F = null where rowid = 15144";
Command "update T set F = null where rowid = 18514";
Command "update T set F = null where rowid = 8724";
Command "update T set F = null where rowid = 25374";
Command "update T set F = null where rowid = 1737";
Command "update T set F = null where rowid = 45112";
Command "update T set F = null where rowid = 54102";
Command "update T set F = null where rowid = 33413";
Command "update T set F = null where rowid = 49827";
Command "update T set F = null where rowid = 11699";
Command "update T set F = null where rowid = 26144";
Command "update T set F = null where rowid = 39936";
Command "update T set F = null where rowid = 8192";
Command "update T set F = null where rowid = 25295";
Command "update T set F = null where rowid = 2591";
Command "update T set F = null where rowid = 55982";
Command "update T set F = null where rowid = 41505";
Command "update T set F = null where rowid = 11320";
Command "update T set F = null where rowid = 29665";
Command "update T set F = null where rowid = 20651";
Command "update T set F = null where rowid = 5313";
Command "update T set F = null where rowid = 60428";
Command "update T set F = null where rowid = 57861";
Command "update T set F = null where rowid = 7916";
Command "update T set F = null where rowid = 54274";
Command "update T set F = null where rowid = 9506";
Command "update T set F = null where rowid = 48601";
Command "update T set F = null where rowid = 3909";
Command "update T set F = null where rowid = 47653";
Command "update T set F = null where rowid = 27473";
Command "update T set F = null where rowid = 47936";
Command "update T set F = null where rowid = 56274";
Command "update T set F = null where rowid = 49279";
Command "update T set F = null where rowid = 25249";
Command "update T set F = null where rowid = 53021";
Command "update T set F = null where rowid = 41950";
Command "update T set F = null where rowid = 60674";
Command "update T set F = null where rowid = 35491";
Command "update T set F = null where rowid = 34677";
Command "update T set F = null where rowid = 57059";
Command "update T set F = null where rowid = 7248";
Command "update T set F = null where rowid = 42116";
Command "update T set F = null where rowid = 36174";
Command "update T set F = null where rowid = 26753";
Command "update T set F = null where rowid = 9651";
Command "update T set F = null where rowid = 48150";
Command "update T set F = null where rowid = 22759";
Command "update T set F = null where rowid = 13081";
Command "update T set F = null where rowid = 25470";
Command "update T set F = null where rowid = 49314";
Command "update T set F = null where rowid = 16632";
Command "update T set F = null where rowid = 28164";
Command "update T set F = null where rowid = 5104";
Command "update T set F = null where rowid = 22716";
Command "update T set F = null where rowid = 32014";
Command "update T set F = null where rowid = 10554";
Command "update T set F = null where rowid = 56681";
Command "update T set F = null where rowid = 60567";
Command "update T set F = null where rowid = 19038";
Command "update T set F = null where rowid = 49341";
Command "update T set F = null where rowid = 46495";
Command "update T set F = null where rowid = 7890";
Command "update T set F = null where rowid = 46473";
Command "update T set F = null where rowid = 23572";
Command "update T set F = null where rowid = 57496";
Command "update T set F = null where rowid = 3898";
Command "update T set F = null where rowid = 25523";
Command "update T set F = null where rowid = 25356";
Command "update T set F = null where rowid = 11344";
Command "update T set F = null where rowid = 6517";
Command "update T set F = null where rowid = 59752";
Command "update T set F = null where rowid = 58818";
Command "update T set F = null where rowid = 2942";
Command "update T set F = null where rowid = 37917";
Command "update T set F = null where rowid = 36743";
Command "update T set F = null where rowid = 40931";
Command "update T set F = null where rowid = 7809";
Command "update T set F = null where rowid = 17742";
Command "update T set F = null where rowid = 36160";
Command "update T set F = null where rowid = 60510";
Command "update T set F = null where rowid = 21493";
Command "update T set F = null where rowid = 46943";
Command "update T set F = null where rowid = 2426";
Command "update T set F = null where rowid = 8397";
Command "update T set F = null where rowid = 14262";
Command "update T set F = null where rowid = 14384";
Command "update T set F = null where rowid = 26699";
Command "update T set F = null where rowid = 781";
Command "update T set F = null where rowid = 37903";
Command "update T set F = null where rowid = 44428";
Command "update T set F = null where rowid = 40536";
Command "update T set F = null where rowid = 24261";
Command "update T set F = null where rowid = 9001";
Command "update T set F = null where rowid = 24283";
Command "update T set F = null where rowid = 2769";
Command "update T set F = null where rowid = 44937";
Command "update T set F = null where rowid = 46421";
Command "update T set F = null where rowid = 13508";
Command "update T set F = null where rowid = 26430";
Command "update T set F = null where rowid = 54340";
Command "update T set F = null where rowid = 16069";
Command "update T set F = null where rowid = 14825";
Command "update T set F = null where rowid = 23380";
Command "update T set F = null where rowid = 7279";
Command "update T set F = null where rowid = 22101";
Command "update T set F = null where rowid = 9924";
Command "update T set F = null where rowid = 30570";
Command "update T set F = null where rowid = 49320";
Command "update T set F = null where rowid = 27160";
Command "update T set F = null where rowid = 37304";
Command "update T set F = null where rowid = 6512";
Command "update T set F = null where rowid = 40644";
Command "update T set F = null where rowid = 21094";
Command "update T set F = null where rowid = 6724";
Command "update T set F = null where rowid = 22268";
Command "update T set F = null where rowid = 38280";
Command "update T set F = null where rowid = 5769";
Command "update T set F = null where rowid = 2901";
Command "update T set F = null where rowid = 37776";
Command "update T set F = null where rowid = 58960";
Command "update T set F = null where rowid = 32849";
Command "update T set F = null where rowid = 43254";
Command "update T set F = null where rowid = 48876";
Command "update T set F = null where rowid = 2525";
Command "update T set F = null where rowid = 52266";
Command "update T set F = null where rowid = 53041";
Command "update T set F = null where rowid = 35669";
Command "update T set F = null where rowid = 24766";
Command "update T set F = null where rowid = 59607";
Command "update T set F = null where rowid = 35456";
Command "update T set F = null where rowid = 11960";
Command "update T set F = null where rowid = 1494";
Command "update T set F = null where rowid = 12593";
Command "update T set F = null where rowid = 23239";
Command "update T set F = null where rowid = 19893";
Command "update T set F = null where rowid = 53335";
Command "update T set F = null where rowid = 10124";
Command "update T set F = null where rowid = 20687";
Command "update T set F = null where rowid = 10523";
Command "update T set F = null where rowid = 25700";
Command "update T set F = null where rowid = 22008";
Command "update T set F = null where rowid = 47633";
Command "update T set F = null where rowid = 57354";
Command "update T set F = null where rowid = 52272";
Command "update T set F = null where rowid = 5454";
Command "update T set F = null where rowid = 35745";
Command "update T set F = null where rowid = 21721";
Command "update T set F = null where rowid = 25599";
Command "update T set F = null where rowid = 47126";
Command "update T set F = null where rowid = 38865";
Command "update T set F = null where rowid = 30295";
Command "update T set F = null where rowid = 29066";
Command "update T set F = null where rowid = 28357";
Command "update T set F = null where rowid = 30977";
Command "update T set F = null where rowid = 46360";
Command "update T set F = null where rowid = 50743";
Command "update T set F = null where rowid = 33996";
Command "update T set F = null where rowid = 28907";
Command "update T set F = null where rowid = 59139";
Command "update T set F = null where rowid = 18863";
Command "update T set F = null where rowid = 14703";
Command "update T set F = null where rowid = 57757";
Command "update T set F = null where rowid = 38525";
Command "update T set F = null where rowid = 35199";
Command "update T set F = null where rowid = 47772";
Command "update T set F = null where rowid = 23642";
Command "update T set F = null where rowid = 4963";
Command "update T set F = null where rowid = 7962";
Command "update T set F = null where rowid = 6348";
Command "update T set F = null where rowid = 10527";
Command "update T set F = null where rowid = 12688";
Command "update T set F = null where rowid = 32317";
Command "update T set F = null where rowid = 21384";
Command "update T set F = null where rowid = 50772";
Command "update T set F = null where rowid = 51271";
Command "update T set F = null where rowid = 11643";
Command "update T set F = null where rowid = 23504";
Command "update T set F = null where rowid = 12546";
Command "update T set F = null where rowid = 35393";
Command "update T set F = null where rowid = 708";
Command "update T set F = null where rowid = 58060";
Command "update T set F = null where rowid = 11680";
Command "update T set F = null where rowid = 40882";
Command "update T set F = null where rowid = 31453";
Command "update T set F = null where rowid = 47490";
Command "update T set F = null where rowid = 38660";
Command "update T set F = null where rowid = 55971";
Command "update T set F = null where rowid = 9200";
Command "update T set F = null where rowid = 34951";
Command "update T set F = null where rowid = 56984";
Command "update T set F = null where rowid = 2413";
Command "update T set F = null where rowid = 38468";
Command "update T set F = null where rowid = 34891";
Command "update T set F = null where rowid = 17579";
Command "update T set F = null where rowid = 2722";
Command "update T set F = null where rowid = 3613";
Command "update T set F = null where rowid = 2373";
Command "update T set F = null where rowid = 38904";
Command "update T set F = null where rowid = 26055";
Command "update T set F = null where rowid = 5078";
Command "update T set F = null where rowid = 16526";
Command "update T set F = null where rowid = 17915";
Command "update T set F = null where rowid = 5488";
Command "update T set F = null where rowid = 50565";
Command "update T set F = null where rowid = 23600";
Command "update T set F = null where rowid = 55787";
Command "update T set F = null where rowid = 31124";
Command "update T set F = null where rowid = 33013";
Command "update T set F = null where rowid = 54200";
Command "update T set F = null where rowid = 5266";
Command "update T set F = null where rowid = 11834";
Command "update T set F = null where rowid = 16827";
Command "update T set F = null where rowid = 39279";
Command "update T set F = null where rowid = 56141";
Command "update T set F = null where rowid = 1446";
Command "update T set F = null where rowid = 59449";
Command "update T set F = null where rowid = 19422";
Command "update T set F = null where rowid = 4447";
Command "update T set F = null where rowid = 4304";
Command "update T set F = null where rowid = 54682";
Command "update T set F = null where rowid = 60062";
Command "update T set F = null where rowid = 20041";
Command "update T set F = null where rowid = 52525";
Command "update T set F = null where rowid = 19672";
Command "update T set F = null where rowid = 45559";
Command "update T set F = null where rowid = 23035";
Command "update T set F = null where rowid = 48871";
Command "update T set F = null where rowid = 58172";
Command "update T set F = null where rowid = 50626";
Command "update T set F = null where rowid = 15526";
Command "update T set F = null where rowid = 18509";
Command "update T set F = null where rowid = 58255";
Command "update T set F = null where rowid = 4527";
Command "update T set F = null where rowid = 49531";
Command "update T set F = null where rowid = 32799";
Command "update T set F = null where rowid = 42221";
Command "update T set F = null where rowid = 46285";
Command "update T set F = null where rowid = 2094";
Command "update T set F = null where rowid = 8912";
Command "update T set F = null where rowid = 51615";
Command "update T set F = null where rowid = 36576";
Command "update T set F = null where rowid = 3296";
Command "update T set F = null where rowid = 34666";
Command "update T set F = null where rowid = 7179";
Command "update T set F = null where rowid = 33437";
Command "update T set F = null where rowid = 18280";
Command "update T set F = null where rowid = 60961";
Command "update T set F = null where rowid = 5877";
Command "update T set F = null where rowid = 43358";
Command "update T set F = null where rowid = 10139";
Command "update T set F = null where rowid = 44075";
Command "update T set F = null where rowid = 11356";
Command "update T set F = null where rowid = 46981";
Command "update T set F = null where rowid = 22767";
Command "update T set F = null where rowid = 38091";
Command "update T set F = null where rowid = 33212";
Command "update T set F = null where rowid = 38801";
Command "update T set F = null where rowid = 19093";
Command "update T set F = null where rowid = 8931";
Command "update T set F = null where rowid = 43021";
Command "update T set F = null where rowid = 31128";
Command "update T set F = null where rowid = 850";
Command "update T set F = null where rowid = 14169";
Command "update T set F = null where rowid = 100";
Command "update T set F = null where rowid = 48594";
Command "update T set F = null where rowid = 42401";
Command "update T set F = null where rowid = 21833";
Command "update T set F = null where rowid = 48223";
Command "update T set F = null where rowid = 44812";
Command "update T set F = null where rowid = 17300";
Command "update T set F = null where rowid = 40879";
Command "update T set F = null where rowid = 23879";
Command "update T set F = null where rowid = 35899";
Command "update T set F = null where rowid = 34969";
Command "update T set F = null where rowid = 35418";
Command "update T set F = null where rowid = 46284";
Command "update T set F = null where rowid = 59545";
Command "update T set F = null where rowid = 7498";
Command "update T set F = null where rowid = 27327";
Command "update T set F = null where rowid = 40070";
Command "update T set F = null where rowid = 20727";
Command "update T set F = null where rowid = 4434";
Command "update T set F = null where rowid = 37761";
Command "update T set F = null where rowid = 3040";
Command "update T set F = null where rowid = 28247";
Command "update T set F = null where rowid = 57583";
Command "update T set F = null where rowid = 2534";
Command "update T set F = null where rowid = 38183";
Command "update T set F = null where rowid = 34641";
Command "update T set F = null where rowid = 8843";
Command "update T set F = null where rowid = 10400";
Command "update T set F = null where rowid = 30733";
Command "update T set F = null where rowid = 38517";
Command "update T set F = null where rowid = 48254";
Command "update T set F = null where rowid = 32037";
Command "update T set F = null where rowid = 31777";
Command "update T set F = null where rowid = 8734";
Command "update T set F = null where rowid = 39843";
Command "update T set F = null where rowid = 39177";
Command "update T set F = null where rowid = 50864";
Command "update T set F = null where rowid = 29697";
Command "update T set F = null where rowid = 50876";
Command "update T set F = null where rowid = 2614";
Command "update T set F = null where rowid = 46205";
Command "update T set F = null where rowid = 53504";
Command "update T set F = null where rowid = 59814";
Command "update T set F = null where rowid = 30759";
Command "update T set F = null where rowid = 11887";
Command "update T set F = null where rowid = 31250";
Command "update T set F = null where rowid = 19443";
Command "update T set F = null where rowid = 60933";
Command "update T set F = null where rowid = 11938";
Command "update T set F = null where rowid = 46616";
Command "update T set F = null where rowid = 40481";
Command "update T set F = null where rowid = 2006";
Command "update T set F = null where rowid = 52755";
Command "update T set F = null where rowid = 26453";
Command "update T set F = null where rowid = 10262";
Command "update T set F = null where rowid = 6307";
Command "update T set F = null where rowid = 20502";
Command "update T set F = null where rowid = 49501";
Command "update T set F = null where rowid = 1011";
Command "update T set F = null where rowid = 50183";
Command "update T set F = null where rowid = 29943";
Command "update T set F = null where rowid = 55595";
Command "update T set F = null where rowid = 54503";
Command "update T set F = null where rowid = 39590";
Command "update T set F = null where rowid = 2166";
Command "update T set F = null where rowid = 24115";
Command "update T set F = null where rowid = 21772";
Command "update T set F = null where rowid = 35802";
Command "update T set F = null where rowid = 51379";
Command "update T set F = null where rowid = 40148";
Command "update T set F = null where rowid = 35861";
Command "update T set F = null where rowid = 14189";
Command "update T set F = null where rowid = 37284";
Command "update T set F = null where rowid = 50256";
Command "update T set F = null where rowid = 27373";
Command "update T set F = null where rowid = 18540";
Command "update T set F = null where rowid = 50069";
Command "update T set F = null where rowid = 21381";
Command "update T set F = null where rowid = 4415";
Command "update T set F = null where rowid = 28456";
Command "update T set F = null where rowid = 30513";
Command "update T set F = null where rowid = 55881";
Command "update T set F = null where rowid = 1436";
Command "update T set F = null where rowid = 60164";
Command "update T set F = null where rowid = 16288";
Command "update T set F = null where rowid = 59672";
Command "update T set F = null where rowid = 56916";
Command "update T set F = null where rowid = 6072";
Command "update T set F = null where rowid = 2396";
Command "update T set F = null where rowid = 43105";
Command "update T set F = null where rowid = 27424";
Command "update T set F = null where rowid = 26751";
Command "update T set F = null where rowid = 48804";
Command "update T set F = null where rowid = 50297";
Command "update T set F = null where rowid = 18851";
Command "update T set F = null where rowid = 9785";
Command "update T set F = null where rowid = 28808";
Command "update T set F = null where rowid = 8651";
Command "update T set F = null where rowid = 48801";
Command "update T set F = null where rowid = 21321";
Command "update T set F = null where rowid = 58149";
Command "update T set F = null where rowid = 51252";
Command "update T set F = null where rowid = 54165";
Command "update T set F = null where rowid = 16664";
Command "update T set F = null where rowid = 60718";
Command "update T set F = null where rowid = 44721";
Command "update T set F = null where rowid = 44791";
Command "update T set F = null where rowid = 39234";
Command "update T set F = null where rowid = 15267";
Command "update T set F = null where rowid = 18786";
Command "update T set F = null where rowid = 27111";
Command "update T set F = null where rowid = 41691";
Command "update T set F = null where rowid = 25194";
Command "update T set F = null where rowid = 39206";
Command "update T set F = null where rowid = 4190";
Command "update T set F = null where rowid = 5277";
Command "update T set F = null where rowid = 42707";
Command "update T set F = null where rowid = 11274";
Command "update T set F = null where rowid = 6975";
Command "update T set F = null where rowid = 26835";
Command "update T set F = null where rowid = 41671";
Command "update T set F = null where rowid = 60544";
Command "update T set F = null where rowid = 20285";
Command "update T set F = null where rowid = 9739";
Command "update T set F = null where rowid = 20525";
Command "update T set F = null where rowid = 43456";
Command "update T set F = null where rowid = 60153";
Command "update T set F = null where rowid = 54477";
Command "update T set F = null where rowid = 39202";
Command "update T set F = null where rowid = 26572";
Command "update T set F = null where rowid = 58946";
Command "update T set F = null where rowid = 22132";
Command "update T set F = null where rowid = 59638";
Command "update T set F = null where rowid = 33701";
Command "update T set F = null where rowid = 10475";
Command "update T set F = null where rowid = 35219";
Command "update T set F = null where rowid = 37044";
Command "update T set F = null where rowid = 32762";
Command "update T set F = null where rowid = 18139";
Command "update T set F = null where rowid = 41279";
Command "update T set F = null where rowid = 59056";
Command "update T set F = null where rowid = 24543";
Command "update T set F = null where rowid = 29663";
Command "update T set F = null where rowid = 23304";
Command "update T set F = null where rowid = 3758";
Command "update T set F = null where rowid = 12774";
Command "update T set F = null where rowid = 15350";
Command "update T set F = null where rowid = 48909";
Command "update T set F = null where rowid = 49724";
Command "update T set F = null where rowid = 60967";
Command "update T set F = null where rowid = 58560";
Command "update T set F = null where rowid = 27490";
Command "update T set F = null where rowid = 32253";
Command "update T set F = null where rowid = 5928";
Command "update T set F = null where rowid = 3136";
Command "update T set F = null where rowid = 28546";
Command "update T set F = null where rowid = 30601";
Command "update T set F = null where rowid = 34065";
Command "update T set F = null where rowid = 37574";
Command "update T set F = null where rowid = 19301";
Command "update T set F = null where rowid = 29491";
Command "update T set F = null where rowid = 1895";
Command "update T set F = null where rowid = 18089";
Command "update T set F = null where rowid = 55170";
Command "update T set F = null where rowid = 6299";
Command "update T set F = null where rowid = 45743";
Command "update T set F = null where rowid = 54026";
Command "update T set F = null where rowid = 14240";
Command "update T set F = null where rowid = 43436";
Command "update T set F = null where rowid = 47998";
Command "update T set F = null where rowid = 18091";
Command "update T set F = null where rowid = 9636";
Command "update T set F = null where rowid = 23788";
Command "update T set F = null where rowid = 6388";
Command "update T set F = null where rowid = 14551";
Command "update T set F = null where rowid = 1139";
Command "update T set F = null where rowid = 26114";
Command "update T set F = null where rowid = 33287";
Command "update T set F = null where rowid = 7284";
Command "update T set F = null where rowid = 24933";
Command "update T set F = null where rowid = 60434";
Command "update T set F = null where rowid = 45935";
Command "update T set F = null where rowid = 31251";
Command "update T set F = null where rowid = 41354";
Command "update T set F = null where rowid = 59846";
Command "update T set F = null where rowid = 30866";
Command "update T set F = null where rowid = 6596";
Command "update T set F = null where rowid = 61117";
Command "update T set F = null where rowid = 58714";
Command "update T set F = null where rowid = 1569";
Command "update T set F = null where rowid = 17095";
Command "update T set F = null where rowid = 13371";
Command "update T set F = null where rowid = 43290";
Command "update T set F = null where rowid = 40329";
Command "update T set F = null where rowid = 44706";
Command "update T set F = null where rowid = 36319";
Command "update T set F = null where rowid = 48056";
Command "update T set F = null where rowid = 32064";
Command "update T set F = null where rowid = 49107";
Command "update T set F = null where rowid = 31948";
Command "update T set F = null where rowid = 52695";
Command "update T set F = null where rowid = 14326";
Command "update T set F = null where rowid = 36344";
Command "update T set F = null where rowid = 47944";
Command "update T set F = null where rowid = 17291";
Command "update T set F = null where rowid = 32096";
Command "update T set F = null where rowid = 51125";
Command "update T set F = null where rowid = 46107";
Command "update T set F = null where rowid = 30912";
Command "update T set F = null where rowid = 43895";
Command "update T set F = null where rowid = 955";
Command "update T set F = null where rowid = 52348";
Command "update T set F = null where rowid = 20482";
Command "update T set F = null where rowid = 32390";
Command "update T set F = null where rowid = 11526";
Command "update T set F = null where rowid = 26026";
Command "update T set F = null where rowid = 44271";
Command "update T set F = null where rowid = 39732";
Command "update T set F = null where rowid = 10454";
Command "update T set F = null where rowid = 5792";
Command "update T set F = null where rowid = 192";
Command "update T set F = null where rowid = 8098";
Command "update T set F = null where rowid = 21298";
Command "update T set F = null where rowid = 26214";
Command "update T set F = null where rowid = 22229";
Command "update T set F = null where rowid = 10340";
Command "update T set F = null where rowid = 60505";
Command "update T set F = null where rowid = 26800";
Command "update T set F = null where rowid = 22517";
Command "update T set F = null where rowid = 41974";
Command "update T set F = null where rowid = 5797";
Command "update T set F = null where rowid = 59784";
Command "update T set F = null where rowid = 31576";
Command "update T set F = null where rowid = 2845";
Command "update T set F = null where rowid = 49480";
Command "update T set F = null where rowid = 18079";
Command "update T set F = null where rowid = 51817";
Command "update T set F = null where rowid = 25389";
Command "update T set F = null where rowid = 43897";
Command "update T set F = null where rowid = 46030";
Command "update T set F = null where rowid = 4682";
Command "update T set F = null where rowid = 61486";
Command "update T set F = null where rowid = 27903";
Command "update T set F = null where rowid = 53226";
Command "update T set F = null where rowid = 23637";
Command "update T set F = null where rowid = 40112";
Command "update T set F = null where rowid = 18245";
Command "update T set F = null where rowid = 51792";
Command "update T set F = null where rowid = 22905";
Command "update T set F = null where rowid = 51928";
Command "update T set F = null where rowid = 23930";
Command "update T set F = null where rowid = 46992";
Command "update T set F = null where rowid = 35342";
Command "update T set F = null where rowid = 55666";
Command "update T set F = null where rowid = 33145";
Command "update T set F = null where rowid = 58634";
Command "update T set F = null where rowid = 44203";
Command "update T set F = null where rowid = 38580";
Command "update T set F = null where rowid = 9566";
Command "update T set F = null where rowid = 21402";
Command "update T set F = null where rowid = 9707";
Command "update T set F = null where rowid = 55318";
Command "update T set F = null where rowid = 36909";
Command "update T set F = null where rowid = 35806";
Command "update T set F = null where rowid = 46255";
Command "update T set F = null where rowid = 5628";
Command "update T set F = null where rowid = 59471";
Command "update T set F = null where rowid = 9466";
Command "update T set F = null where rowid = 17791";
Command "update T set F = null where rowid = 4896";
Command "update T set F = null where rowid = 17075";
Command "update T set F = null where rowid = 25609";
Command "update T set F = null where rowid = 20081";
Command "update T set F = null where rowid = 42811";
Command "update T set F = null where rowid = 8965";
Command "update T set F = null where rowid = 34355";
Command "update T set F = null where rowid = 50258";
Command "update T set F = null where rowid = 18541";
Command "update T set F = null where rowid = 2459";
Command "update T set F = null where rowid = 3506";
Command "update T set F = null where rowid = 49899";
Command "update T set F = null where rowid = 15195";
Command "update T set F = null where rowid = 2450";
Command "update T set F = null where rowid = 24876";
Command "update T set F = null where rowid = 49957";
Command "update T set F = null where rowid = 25232";
Command "update T set F = null where rowid = 630";
Command "update T set F = null where rowid = 31624";
Command "update T set F = null where rowid = 22005";
Command "update T set F = null where rowid = 31323";
Command "update T set F = null where rowid = 57220";
Command "update T set F = null where rowid = 53206";
Command "update T set F = null where rowid = 18133";
Command "update T set F = null where rowid = 45927";
Command "update T set F = null where rowid = 11004";
Command "update T set F = null where rowid = 51570";
Command "update T set F = null where rowid = 7585";
Command "update T set F = null where rowid = 5363";
Command "update T set F = null where rowid = 47038";
Command "update T set F = null where rowid = 42349";
Command "update T set F = null where rowid = 25282";
Command "update T set F = null where rowid = 6639";
Command "update T set F = null where rowid = 1364";
Command "update T set F = null where rowid = 25344";
Command "update T set F = null where rowid = 55494";
Command "update T set F = null where rowid = 36031";
Command "update T set F = null where rowid = 16895";
Command "update T set F = null where rowid = 23915";
Command "update T set F = null where rowid = 46666";
Command "update T set F = null where rowid = 41955";
Command "update T set F = null where rowid = 30935";
Command "update T set F = null where rowid = 12727";
Command "update T set F = null where rowid = 58268";
Command "update T set F = null where rowid = 30394";
Command "update T set F = null where rowid = 11466";
Command "update T set F = null where rowid = 39768";
Command "update T set F = null where rowid = 53729";
Command "update T set F = null where rowid = 27775";
Command "update T set F = null where rowid = 33328";
Command "update T set F = null where rowid = 32908";
Command "update T set F = null where rowid = 49642";
Command "update T set F = null where rowid = 3934";
Command "update T set F = null where rowid = 12854";
Command "update T set F = null where rowid = 31640";
Command "update T set F = null where rowid = 46555";
Command "update T set F = null where rowid = 23186";
Command "update T set F = null where rowid = 47466";
Command "update T set F = null where rowid = 53436";
Command "update T set F = null where rowid = 20692";
Command "update T set F = null where rowid = 3363";
Command "update T set F = null where rowid = 12461";
Command "update T set F = null where rowid = 10372";
Command "update T set F = null where rowid = 2693";
Command "update T set F = null where rowid = 51944";
Command "update T set F = null where rowid = 52557";
Command "update T set F = null where rowid = 7407";
Command "update T set F = null where rowid = 44452";
Command "update T set F = null where rowid = 22962";
Command "update T set F = null where rowid = 40853";
Command "update T set F = null where rowid = 21585";
Command "update T set F = null where rowid = 58576";
Command "update T set F = null where rowid = 8792";
Command "update T set F = null where rowid = 36534";
Command "update T set F = null where rowid = 54222";
Command "update T set F = null where rowid = 60429";
Command "update T set F = null where rowid = 59956";
Command "update T set F = null where rowid = 57811";
Command "update T set F = null where rowid = 58893";
Command "update T set F = null where rowid = 59363";
Command "update T set F = null where rowid = 28315";
Command "update T set F = null where rowid = 45573";
Command "update T set F = null where rowid = 3614";
Command "update T set F = null where rowid = 28049";
Command "update T set F = null where rowid = 2045";
Command "update T set F = null where rowid = 60506";
Command "update T set F = null where rowid = 28459";
Command "update T set F = null where rowid = 19334";
Command "update T set F = null where rowid = 38544";
Command "update T set F = null where rowid = 41803";
Command "update T set F = null where rowid = 6874";
Command "update T set F = null where rowid = 21751";
Command "update T set F = null where rowid = 6312";
Command "update T set F = null where rowid = 58297";
Command "update T set F = null where rowid = 5625";
Command "update T set F = null where rowid = 11981";
Command "update T set F = null where rowid = 18766";
Command "update T set F = null where rowid = 58793";
Command "update T set F = null where rowid = 25286";
Command "update T set F = null where rowid = 31112";
Command "update T set F = null where rowid = 13341";
Command "update T set F = null where rowid = 45603";
Command "update T set F = null where rowid = 4406";
Command "update T set F = null where rowid = 58160";
Command "update T set F = null where rowid = 34736";
Command "update T set F = null where rowid = 31190";
Command "update T set F = null where rowid = 3941";
Command "update T set F = null where rowid = 49499";
Command "update T set F = null where rowid = 18026";
Command "update T set F = null where rowid = 15362";
Command "update T set F = null where rowid = 26934";
Command "update T set F = null where rowid = 31869";
Command "update T set F = null where rowid = 56402";
Command "update T set F = null where rowid = 5071";
Command "update T set F = null where rowid = 56509";
Command "update T set F = null where rowid = 12165";
Command "update T set F = null where rowid = 29632";
Command "update T set F = null where rowid = 18390";
Command "update T set F = null where rowid = 23550";
Command "update T set F = null where rowid = 25937";
Command "update T set F = null where rowid = 14429";
Command "update T set F = null where rowid = 13152";
Command "update T set F = null where rowid = 51343";
Command "update T set F = null where rowid = 28623";
Command "update T set F = null where rowid = 49890";
Command "update T set F = null where rowid = 2519";
Command "update T set F = null where rowid = 43688";
Command "update T set F = null where rowid = 50773";
Command "update T set F = null where rowid = 53061";
Command "update T set F = null where rowid = 42025";
Command "update T set F = null where rowid = 44229";
Command "update T set F = null where rowid = 54729";
Command "update T set F = null where rowid = 18261";
Command "update T set F = null where rowid = 57009";
Command "update T set F = null where rowid = 60300";
Command "update T set F = null where rowid = 26591";
Command "update T set F = null where rowid = 41919";
Command "update T set F = null where rowid = 15860";
Command "update T set F = null where rowid = 390";
Command "update T set F = null where rowid = 19844";
Command "update T set F = null where rowid = 22355";
Command "update T set F = null where rowid = 12346";
Command "update T set F = null where rowid = 57872";
Command "update T set F = null where rowid = 41692";
Command "update T set F = null where rowid = 60458";
Command "update T set F = null where rowid = 11458";
Command "update T set F = null where rowid = 10010";
Command "update T set F = null where rowid = 13183";
Command "update T set F = null where rowid = 26218";
Command "update T set F = null where rowid = 30134";
Command "update T set F = null where rowid = 29806";
Command "update T set F = null where rowid = 9275";
Command "update T set F = null where rowid = 53907";
Command "update T set F = null where rowid = 30035";
Command "update T set F = null where rowid = 35495";
Command "update T set F = null where rowid = 29571";
Command "update T set F = null where rowid = 7232";
Command "update T set F = null where rowid = 30098";
Command "update T set F = null where rowid = 28741";
Command "update T set F = null where rowid = 39184";
Command "update T set F = null where rowid = 41116";
Command "update T set F = null where rowid = 26369";
Command "update T set F = null where rowid = 29912";
Command "update T set F = null where rowid = 35804";
Command "update T set F = null where rowid = 8833";
Command "update T set F = null where rowid = 29648";
Command "update T set F = null where rowid = 44668";
Command "update T set F = null where rowid = 23909";
Command "update T set F = null where rowid = 40557";
Command "update T set F = null where rowid = 60480";
Command "update T set F = null where rowid = 9552";
Command "update T set F = null where rowid = 26802";
Command "update T set F = null where rowid = 56075";
Command "update T set F = null where rowid = 2544";
Command "update T set F = null where rowid = 31910";
Command "update T set F = null where rowid = 20942";
Command "update T set F = null where rowid = 40175";
Command "update T set F = null where rowid = 24378";
Command "update T set F = null where rowid = 26747";
Command "update T set F = null where rowid = 11554";
Command "update T set F = null where rowid = 54845";
Command "update T set F = null where rowid = 49569";
Command "update T set F = null where rowid = 56156";
Command "update T set F = null where rowid = 35021";
Command "update T set F = null where rowid = 15411";
Command "update T set F = null where rowid = 49072";
Command "update T set F = null where rowid = 41741";
Command "update T set F = null where rowid = 14791";
Command "update T set F = null where rowid = 31822";
Command "update T set F = null where rowid = 35756";
Command "update T set F = null where rowid = 36104";
Command "update T set F = null where rowid = 52858";
Command "update T set F = null where rowid = 46679";
Command "update T set F = null where rowid = 46845";
Command "update T set F = null where rowid = 3289";
Command "update T set F = null where rowid = 44280";
Command "update T set F = null where rowid = 25288";
Command "update T set F = null where rowid = 26131";
Command "update T set F = null where rowid = 11762";
Command "update T set F = null where rowid = 107";
Command "update T set F = null where rowid = 16725";
Command "update T set F = null where rowid = 35917";
Command "update T set F = null where rowid = 1940";
Command "update T set F = null where rowid = 47712";
Command "update T set F = null where rowid = 37958";
Command "update T set F = null where rowid = 46948";
Command "update T set F = null where rowid = 42825";
Command "update T set F = null where rowid = 18691";
Command "update T set F = null where rowid = 19728";
Command "update T set F = null where rowid = 47084";
Command "update T set F = null where rowid = 33635";
Command "update T set F = null where rowid = 22990";
Command "update T set F = null where rowid = 59098";
Command "update T set F = null where rowid = 38628";
Command "update T set F = null where rowid = 41696";
Command "update T set F = null where rowid = 6700";
Command "update T set F = null where rowid = 42430";
Command "update T set F = null where rowid = 9774";
Command "update T set F = null where rowid = 23661";
Command "update T set F = null where rowid = 41156";
Command "update T set F = null where rowid = 40686";
Command "update T set F = null where rowid = 27472";
Command "update T set F = null where rowid = 45568";
Command "update T set F = null where rowid = 37731";
Command "update T set F = null where rowid = 50486";
Command "update T set F = null where rowid = 45790";
Command "update T set F = null where rowid = 47188";
Command "update T set F = null where rowid = 49901";
Command "update T set F = null where rowid = 25347";
Command "update T set F = null where rowid = 58910";
Command "update T set F = null where rowid = 55983";
Command "update T set F = null where rowid = 35749";
Command "update T set F = null where rowid = 38563";
Command "update T set F = null where rowid = 59889";
Command "update T set F = null where rowid = 16136";
Command "update T set F = null where rowid = 18317";
Command "update T set F = null where rowid = 42857";
Command "update T set F = null where rowid = 4817";
Command "update T set F = null where rowid = 60414";
Command "update T set F = null where rowid = 40177";
Command "update T set F = null where rowid = 31736";
Command "update T set F = null where rowid = 2043";
Command "update T set F = null where rowid = 17103";
Command "update T set F = null where rowid = 5273";
Command "update T set F = null where rowid = 19455";
Command "update T set F = null where rowid = 51027";
Command "update T set F = null where rowid = 28353";
Command "update T set F = null where rowid = 50827";
Command "update T set F = null where rowid = 21462";
Command "update T set F = null where rowid = 16953";
Command "update T set F = null where rowid = 7375";
Command "update T set F = null where rowid = 38902";
Command "update T set F = null where rowid = 26374";
Command "update T set F = null where rowid = 10164";
Command "update T set F = null where rowid = 12742";
Command "update T set F = null where rowid = 41585";
Command "update T set F = null where rowid = 42814";
Command "update T set F = null where rowid = 27837";
Command "update T set F = null where rowid = 12029";
Command "update T set F = null where rowid = 14382";
Command "update T set F = null where rowid = 34591";
Command "update T set F = null where rowid = 536";
Command "update T set F = null where rowid = 53398";
Command "update T set F = null where rowid = 22231";
Command "update T set F = null where rowid = 39529";
Command "update T set F = null where rowid = 54009";
Command "update T set F = null where rowid = 29704";
Command "update T set F = null where rowid = 48557";
Command "update T set F = null where rowid = 41075";
Command "update T set F = null where rowid = 8589";
Command "update T set F = null where rowid = 12068";
Command "update T set F = null where rowid = 9263";
Command "update T set F = null where rowid = 49650";
Command "update T set F = null where rowid = 61054";
Command "update T set F = null where rowid = 27254";
Command "update T set F = null where rowid = 42259";
Command "update T set F = null where rowid = 19988";
Command "update T set F = null where rowid = 33159";
Command "update T set F = null where rowid = 46090";
Command "update T set F = null where rowid = 10497";
Command "update T set F = null where rowid = 58320";
Command "update T set F = null where rowid = 40630";
Command "update T set F = null where rowid = 3667";
Command "update T set F = null where rowid = 32038";
Command "update T set F = null where rowid = 10138";
Command "update T set F = null where rowid = 34405";
Command "update T set F = null where rowid = 39517";
Command "update T set F = null where rowid = 1127";
Command "update T set F = null where rowid = 41775";
Command "update T set F = null where rowid = 18689";
Command "update T set F = null where rowid = 8631";
Command "update T set F = null where rowid = 52918";
Command "update T set F = null where rowid = 54232";
Command "update T set F = null where rowid = 2530";
Command "update T set F = null where rowid = 26024";
Command "update T set F = null where rowid = 21365";
Command "update T set F = null where rowid = 15107";
Command "update T set F = null where rowid = 13541";
Command "update T set F = null where rowid = 58620";
Command "update T set F = null where rowid = 20792";
Command "update T set F = null where rowid = 6328";
Command "update T set F = null where rowid = 56500";
Command "update T set F = null where rowid = 29198";
Command "update T set F = null where rowid = 18396";
Command "update T set F = null where rowid = 34597";
Command "update T set F = null where rowid = 55385";
Command "update T set F = null where rowid = 29005";
Command "update T set F = null where rowid = 40074";
Command "update T set F = null where rowid = 58632";
Command "update T set F = null where rowid = 54283";
Command "update T set F = null where rowid = 40811";
Command "update T set F = null where rowid = 45179";
Command "update T set F = null where rowid = 14563";
Command "update T set F = null where rowid = 16854";
Command "update T set F = null where rowid = 820";
Command "update T set F = null where rowid = 33622";
Command "update T set F = null where rowid = 41343";
Command "update T set F = null where rowid = 50710";
Command "update T set F = null where rowid = 41134";
Command "update T set F = null where rowid = 41278";
Command "update T set F = null where rowid = 60446";
Command "update T set F = null where rowid = 26946";
Command "update T set F = null where rowid = 41312";
Command "update T set F = null where rowid = 33973";
Command "update T set F = null where rowid = 35819";
Command "update T set F = null where rowid = 18599";
Command "update T set F = null where rowid = 50893";
Command "update T set F = null where rowid = 24546";
Command "update T set F = null where rowid = 7850";
Command "update T set F = null where rowid = 50918";
Command "update T set F = null where rowid = 11871";
Command "update T set F = null where rowid = 7714";
Command "update T set F = null where rowid = 46824";
Command "update T set F = null where rowid = 19244";
Command "update T set F = null where rowid = 32897";
Command "update T set F = null where rowid = 37710";
Command "update T set F = null where rowid = 60901";
Command "update T set F = null where rowid = 30491";
Command "update T set F = null where rowid = 47813";
Command "update T set F = null where rowid = 32932";
Command "update T set F = null where rowid = 25080";
Command "update T set F = null where rowid = 27456";
Command "update T set F = null where rowid = 57254";
Command "update T set F = null where rowid = 61320";
Command "update T set F = null where rowid = 16527";
Command "update T set F = null where rowid = 2625";
Command "update T set F = null where rowid = 45374";
Command "update T set F = null where rowid = 2013";
Command "update T set F = null where rowid = 44023";
Command "update T set F = null where rowid = 4318";
Command "update T set F = null where rowid = 61097";
Command "update T set F = null where rowid = 29702";
Command "update T set F = null where rowid = 18219";
Command "update T set F = null where rowid = 8476";
Command "update T set F = null where rowid = 58333";
Command "update T set F = null where rowid = 16160";
Command "update T set F = null where rowid = 58541";
Command "update T set F = null where rowid = 5159";
Command "update T set F = null where rowid = 56531";
Command "update T set F = null where rowid = 25287";
Command "update T set F = null where rowid = 52008";
Command "update T set F = null where rowid = 41224";
Command "update T set F = null where rowid = 27734";
Command "update T set F = null where rowid = 3773";
Command "update T set F = null where rowid = 55504";
Command "update T set F = null where rowid = 36512";
Command "update T set F = null where rowid = 31587";
Command "update T set F = null where rowid = 57671";
Command "update T set F = null where rowid = 10407";
Command "update T set F = null where rowid = 56147";
Command "update T set F = null where rowid = 20099";
Command "update T set F = null where rowid = 56522";
Command "update T set F = null where rowid = 50430";
Command "update T set F = null where rowid = 9912";
Command "update T set F = null where rowid = 42476";
Command "update T set F = null where rowid = 48379";
Command "update T set F = null where rowid = 14029";
Command "update T set F = null where rowid = 15498";
Command "update T set F = null where rowid = 43073";
Command "update T set F = null where rowid = 8217";
Command "update T set F = null where rowid = 38717";
Command "update T set F = null where rowid = 9089";
Command "update T set F = null where rowid = 59699";
Command "update T set F = null where rowid = 6016";
Command "update T set F = null where rowid = 20060";
Command "update T set F = null where rowid = 45125";
Command "update T set F = null where rowid = 13865";
Command "update T set F = null where rowid = 37116";
Command "update T set F = null where rowid = 23961";
Command "update T set F = null where rowid = 24602";
Command "update T set F = null where rowid = 5791";
Command "update T set F = null where rowid = 24412";
Command "update T set F = null where rowid = 22830";
Command "update T set F = null where rowid = 4914";
Command "update T set F = null where rowid = 32480";
Command "update T set F = null where rowid = 31304";
Command "update T set F = null where rowid = 43125";
Command "update T set F = null where rowid = 50723";
Command "update T set F = null where rowid = 27855";
Command "update T set F = null where rowid = 12597";
Command "update T set F = null where rowid = 25431";
Command "update T set F = null where rowid = 57433";
Command "update T set F = null where rowid = 41335";
Command "update T set F = null where rowid = 12564";
Command "update T set F = null where rowid = 54127";
Command "update T set F = null where rowid = 6405";
Command "update T set F = null where rowid = 32004";
Command "update T set F = null where rowid = 14540";
Command "update T set F = null where rowid = 28176";
Command "update T set F = null where rowid = 20009";
Command "update T set F = null where rowid = 4968";
Command "update T set F = null where rowid = 38569";
Command "update T set F = null where rowid = 60788";
Command "update T set F = null where rowid = 11919";
Command "update T set F = null where rowid = 12616";
Command "update T set F = null where rowid = 13442";
Command "update T set F = null where rowid = 26376";
Command "update T set F = null where rowid = 7018";
Command "update T set F = null where rowid = 4620";
Command "update T set F = null where rowid = 46021";
Command "update T set F = null where rowid = 31179";
Command "update T set F = null where rowid = 42472";
Command "update T set F = null where rowid = 2954";
Command "update T set F = null where rowid = 10453";
Command "update T set F = null where rowid = 48671";
Command "update T set F = null where rowid = 57241";
Command "update T set F = null where rowid = 3469";
Command "update T set F = null where rowid = 55696";
Command "update T set F = null where rowid = 31859";
Command "update T set F = null where rowid = 44349";
Command "update T set F = null where rowid = 10806";
Command "update T set F = null where rowid = 31815";
Command "update T set F = null where rowid = 18943";
Command "update T set F = null where rowid = 1935";
Command "update T set F = null where rowid = 39916";
Command "update T set F = null where rowid = 32939";
Command "update T set F = null where rowid = 39388";
Command "update T set F = null where rowid = 52000";
Command "update T set F = null where rowid = 9758";
Command "update T set F = null where rowid = 5292";
Command "update T set F = null where rowid = 15418";
Command "update T set F = null where rowid = 43947";
Command "update T set F = null where rowid = 59412";
Command "update T set F = null where rowid = 44138";
Command "update T set F = null where rowid = 56246";
Command "update T set F = null where rowid = 51339";
Command "update T set F = null where rowid = 53516";
Command "update T set F = null where rowid = 22495";
Command "update T set F = null where rowid = 50844";
Command "update T set F = null where rowid = 6457";
Command "update T set F = null where rowid = 51035";
Command "update T set F = null where rowid = 10879";
Command "update T set F = null where rowid = 12921";
Command "update T set F = null where rowid = 45989";
Command "update T set F = null where rowid = 48507";
Command "update T set F = null where rowid = 53085";
Command "update T set F = null where rowid = 2727";
Command "update T set F = null where rowid = 30182";
Command "update T set F = null where rowid = 19283";
Command "update T set F = null where rowid = 14335";
Command "update T set F = null where rowid = 31950";
Command "update T set F = null where rowid = 9221";
Command "update T set F = null where rowid = 42519";
Command "update T set F = null where rowid = 33165";
Command "update T set F = null where rowid = 10746";
Command "update T set F = null where rowid = 19495";
Command "update T set F = null where rowid = 31687";
Command "update T set F = null where rowid = 10619";
Command "update T set F = null where rowid = 45562";
Command "update T set F = null where rowid = 8443";
Command "update T set F = null where rowid = 457";
Command "update T set F = null where rowid = 8961";
Command "update T set F = null where rowid = 1264";
Command "update T set F = null where rowid = 42726";
Command "update T set F = null where rowid = 38809";
Command "update T set F = null where rowid = 45023";
Command "update T set F = null where rowid = 15694";
Command "update T set F = null where rowid = 46886";
Command "update T set F = null where rowid = 32651";
Command "update T set F = null where rowid = 50283";
Command "update T set F = null where rowid = 25366";
Command "update T set F = null where rowid = 2224";
Command "update T set F = null where rowid = 5683";
Command "update T set F = null where rowid = 20736";
Command "update T set F = null where rowid = 35458";
Command "update T set F = null where rowid = 42239";
Command "update T set F = null where rowid = 52912";
Command "update T set F = null where rowid = 48776";
Command "update T set F = null where rowid = 35480";
Command "update T set F = null where rowid = 50799";
Command "update T set F = null where rowid = 25647";
Command "update T set F = null where rowid = 43200";
Command "update T set F = null where rowid = 56315";
Command "update T set F = null where rowid = 16810";
Command "update T set F = null where rowid = 14351";
Command "update T set F = null where rowid = 14383";
Command "update T set F = null where rowid = 37356";
Command "update T set F = null where rowid = 50335";
Command "update T set F = null where rowid = 47555";
Command "update T set F = null where rowid = 27904";
Command "update T set F = null where rowid = 16981";
Command "update T set F = null where rowid = 5409";
Command "update T set F = null where rowid = 13174";
Command "update T set F = null where rowid = 49524";
Command "update T set F = null where rowid = 56761";
Command "update T set F = null where rowid = 26315";
Command "update T set F = null where rowid = 42763";
Command "update T set F = null where rowid = 38673";
Command "update T set F = null where rowid = 55588";
Command "update T set F = null where rowid = 39394";
Command "update T set F = null where rowid = 40570";
Command "update T set F = null where rowid = 26424";
Command "update T set F = null where rowid = 21767";
Command "update T set F = null where rowid = 25598";
Command "update T set F = null where rowid = 42290";
Command "update T set F = null where rowid = 58531";
Command "update T set F = null where rowid = 51326";
Command "update T set F = null where rowid = 13580";
Command "update T set F = null where rowid = 11431";
Command "update T set F = null where rowid = 20264";
Command "update T set F = null where rowid = 41297";
Command "update T set F = null where rowid = 8197";
Command "update T set F = null where rowid = 27081";
Command "update T set F = null where rowid = 627";
Command "update T set F = null where rowid = 11731";
Command "update T set F = null where rowid = 2177";
Command "update T set F = null where rowid = 61250";
Command "update T set F = null where rowid = 9326";
Command "update T set F = null where rowid = 35860";
Command "update T set F = null where rowid = 55289";
Command "update T set F = null where rowid = 58017";
Command "update T set F = null where rowid = 11989";
Command "update T set F = null where rowid = 46925";
Command "update T set F = null where rowid = 25167";
Command "update T set F = null where rowid = 46420";
Command "update T set F = null where rowid = 21920";
Command "update T set F = null where rowid = 48580";
Command "update T set F = null where rowid = 59497";
Command "update T set F = null where rowid = 58879";
Command "update T set F = null where rowid = 21151";
Command "update T set F = null where rowid = 42271";
Command "update T set F = null where rowid = 10231";
Command "update T set F = null where rowid = 34011";
Command "update T set F = null where rowid = 52489";
Command "update T set F = null where rowid = 17213";
Command "update T set F = null where rowid = 60655";
Command "update T set F = null where rowid = 54726";
Command "update T set F = null where rowid = 33983";
Command "update T set F = null where rowid = 45659";
Command "update T set F = null where rowid = 39945";
Command "update T set F = null where rowid = 855";
Command "update T set F = null where rowid = 6871";
Command "update T set F = null where rowid = 36454";
Command "update T set F = null where rowid = 53346";
Command "update T set F = null where rowid = 48470";
Command "update T set F = null where rowid = 11258";
Command "update T set F = null where rowid = 22968";
Command "update T set F = null where rowid = 58408";
Command "update T set F = null where rowid = 17192";
Command "update T set F = null where rowid = 13899";
Command "update T set F = null where rowid = 38389";
Command "update T set F = null where rowid = 26870";
Command "update T set F = null where rowid = 384";
Command "update T set F = null where rowid = 21754";
Command "update T set F = null where rowid = 55571";
Command "update T set F = null where rowid = 14226";
Command "update T set F = null where rowid = 25654";
Command "update T set F = null where rowid = 54905";
Command "update T set F = null where rowid = 39224";
Command "update T set F = null where rowid = 31719";
Command "update T set F = null where rowid = 46025";
Command "update T set F = null where rowid = 8263";
Command "update T set F = null where rowid = 7755";
Command "update T set F = null where rowid = 7760";
Command "update T set F = null where rowid = 16062";
Command "update T set F = null where rowid = 59325";
Command "update T set F = null where rowid = 56588";
Command "update T set F = null where rowid = 47161";
Command "update T set F = null where rowid = 14067";
Command "update T set F = null where rowid = 39734";
Command "update T set F = null where rowid = 46227";
Command "update T set F = null where rowid = 51758";
Command "update T set F = null where rowid = 14819";
Command "update T set F = null where rowid = 10966";
Command "update T set F = null where rowid = 42867";
Command "update T set F = null where rowid = 42601";
Command "update T set F = null where rowid = 30612";
Command "update T set F = null where rowid = 25216";
Command "update T set F = null where rowid = 29856";
Command "update T set F = null where rowid = 8957";
Command "update T set F = null where rowid = 52145";
Command "update T set F = null where rowid = 60875";
Command "update T set F = null where rowid = 19423";
Command "update T set F = null where rowid = 10653";
Command "update T set F = null where rowid = 46705";
Command "update T set F = null where rowid = 32181";
Command "update T set F = null where rowid = 53426";
Command "update T set F = null where rowid = 22147";
Command "update T set F = null where rowid = 19650";
Command "update T set F = null where rowid = 1056";
Command "update T set F = null where rowid = 59230";
Command "update T set F = null where rowid = 41565";
Command "update T set F = null where rowid = 22660";
Command "update T set F = null where rowid = 14542";
Command "update T set F = null where rowid = 57027";
Command "update T set F = null where rowid = 24889";
Command "update T set F = null where rowid = 20720";
Command "update T set F = null where rowid = 51366";
Command "update T set F = null where rowid = 3288";
Command "update T set F = null where rowid = 28821";
Command "update T set F = null where rowid = 11881";
Command "update T set F = null where rowid = 29438";
Command "update T set F = null where rowid = 47764";
Command "update T set F = null where rowid = 18638";
Command "update T set F = null where rowid = 17499";
Command "update T set F = null where rowid = 19652";
Command "update T set F = null where rowid = 40005";
Command "update T set F = null where rowid = 11036";
Command "update T set F = null where rowid = 22210";
Command "update T set F = null where rowid = 5649";
Command "update T set F = null where rowid = 51212";
Command "update T set F = null where rowid = 50151";
Command "update T set F = null where rowid = 54767";
Command "update T set F = null where rowid = 600";
Command "update T set F = null where rowid = 56244";
Command "update T set F = null where rowid = 31881";
Command "update T set F = null where rowid = 18299";
Command "update T set F = null where rowid = 23315";
Command "update T set F = null where rowid = 52886";
Command "update T set F = null where rowid = 20701";
Command "update T set F = null where rowid = 40794";
Command "update T set F = null where rowid = 463";
Command "update T set F = null where rowid = 40795";
Command "update T set F = null where rowid = 3692";
Command "update T set F = null where rowid = 54863";
Command "update T set F = null where rowid = 43382";
Command "update T set F = null where rowid = 32576";
Command "update T set F = null where rowid = 37215";
Command "update T set F = null where rowid = 33405";
Command "update T set F = null where rowid = 22961";
Command "update T set F = null where rowid = 7381";
Command "update T set F = null where rowid = 41257";
Command "update T set F = null where rowid = 15311";
Command "update T set F = null where rowid = 42368";
Command "update T set F = null where rowid = 18842";
Command "update T set F = null where rowid = 22112";
Command "update T set F = null where rowid = 10635";
Command "update T set F = null where rowid = 33694";
Command "update T set F = null where rowid = 3067";
Command "update T set F = null where rowid = 17866";
Command "update T set F = null where rowid = 8069";
Command "update T set F = null where rowid = 16629";
Command "update T set F = null where rowid = 45067";
Command "update T set F = null where rowid = 38859";
Command "update T set F = null where rowid = 21030";
Command "update T set F = null where rowid = 59623";
Command "update T set F = null where rowid = 1742";
Command "update T set F = null where rowid = 27741";
Command "update T set F = null where rowid = 37831";
Command "update T set F = null where rowid = 7662";
Command "update T set F = null where rowid = 44263";
Command "update T set F = null where rowid = 27064";
Command "update T set F = null where rowid = 35449";
Command "update T set F = null where rowid = 16474";
Command "update T set F = null where rowid = 1653";
Command "update T set F = null where rowid = 25611";
Command "update T set F = null where rowid = 47422";
Command "update T set F = null where rowid = 28384";
Command "update T set F = null where rowid = 2991";
Command "update T set F = null where rowid = 16955";
Command "update T set F = null where rowid = 26254";
Command "update T set F = null where rowid = 2955";
Command "update T set F = null where rowid = 25706";
Command "update T set F = null where rowid = 45939";
Command "update T set F = null where rowid = 34449";
Command "update T set F = null where rowid = 15898";
Command "update T set F = null where rowid = 37001";
Command "update T set F = null where rowid = 42414";
Command "update T set F = null where rowid = 43149";
Command "update T set F = null where rowid = 41183";
Command "update T set F = null where rowid = 19069";
Command "update T set F = null where rowid = 59808";
Command "update T set F = null where rowid = 2911";
Command "update T set F = null where rowid = 37729";
Command "update T set F = null where rowid = 9479";
Command "update T set F = null where rowid = 24871";
Command "update T set F = null where rowid = 1238";
Command "update T set F = null where rowid = 53397";
Command "update T set F = null where rowid = 14187";
Command "update T set F = null where rowid = 23400";
Command "update T set F = null where rowid = 54403";
Command "update T set F = null where rowid = 40030";
Command "update T set F = null where rowid = 30070";
Command "update T set F = null where rowid = 27443";
Command "update T set F = null where rowid = 39450";
Command "update T set F = null where rowid = 43569";
Command "update T set F = null where rowid = 27976";
Command "update T set F = null where rowid = 58894";
Command "update T set F = null where rowid = 29696";
Command "update T set F = null where rowid = 17154";
Command "update T set F = null where rowid = 16754";
Command "update T set F = null where rowid = 9179";
Command "update T set F = null where rowid = 59564";
Command "update T set F = null where rowid = 53963";
Command "update T set F = null where rowid = 25183";
Command "update T set F = null where rowid = 33036";
Command "update T set F = null where rowid = 17547";
Command "update T set F = null where rowid = 53767";
Command "update T set F = null where rowid = 55806";
Command "update T set F = null where rowid = 52517";
Command "update T set F = null where rowid = 49961";
Command "update T set F = null where rowid = 38701";
Command "update T set F = null where rowid = 51596";
Command "update T set F = null where rowid = 2481";
Command "update T set F = null where rowid = 19454";
Command "update T set F = null where rowid = 38412";
Command "update T set F = null where rowid = 33785";
Command "update T set F = null where rowid = 1772";
Command "update T set F = null where rowid = 30225";
Command "update T set F = null where rowid = 50345";
Command "update T set F = null where rowid = 41858";
Command "update T set F = null where rowid = 29558";
Command "update T set F = null where rowid = 29605";
Command "update T set F = null where rowid = 9127";
Command "update T set F = null where rowid = 5997";
Command "update T set F = null where rowid = 52693";
Command "update T set F = null where rowid = 57712";
Command "update T set F = null where rowid = 44782";
Command "update T set F = null where rowid = 60820";
Command "update T set F = null where rowid = 47622";
Command "update T set F = null where rowid = 61257";
Command "update T set F = null where rowid = 44013";
Command "update T set F = null where rowid = 58772";
Command "update T set F = null where rowid = 37202";
Command "update T set F = null where rowid = 16760";
Command "update T set F = null where rowid = 28608";
Command "update T set F = null where rowid = 40727";
Command "update T set F = null where rowid = 15987";
Command "update T set F = null where rowid = 37709";
Command "update T set F = null where rowid = 48402";
Command "update T set F = null where rowid = 39073";
Command "update T set F = null where rowid = 54335";
Command "update T set F = null where rowid = 47215";
Command "update T set F = null where rowid = 38302";
Command "update T set F = null where rowid = 37714";
Command "update T set F = null where rowid = 19265";
Command "update T set F = null where rowid = 25116";
Command "update T set F = null where rowid = 23820";
Command "update T set F = null where rowid = 56079";
Command "update T set F = null where rowid = 19699";
Command "update T set F = null where rowid = 52478";
Command "update T set F = null where rowid = 9443";
Command "update T set F = null where rowid = 60833";
Command "update T set F = null where rowid = 38037";
Command "update T set F = null where rowid = 19150";
Command "update T set F = null where rowid = 53164";
Command "update T set F = null where rowid = 35556";
Command "update T set F = null where rowid = 49629";
Command "update T set F = null where rowid = 41611";
Command "update T set F = null where rowid = 5494";
Command "update T set F = null where rowid = 19510";
Command "update T set F = null where rowid = 45394";
Command "update T set F = null where rowid = 36526";
Command "update T set F = null where rowid = 5843";
Command "update T set F = null where rowid = 38493";
Command "update T set F = null where rowid = 21072";
Command "update T set F = null where rowid = 13802";
Command "update T set F = null where rowid = 25060";
Command "update T set F = null where rowid = 25267";
Command "update T set F = null where rowid = 32033";
Command "update T set F = null where rowid = 58100";
Command "update T set F = null where rowid = 19888";
Command "update T set F = null where rowid = 37911";
Command "update T set F = null where rowid = 55618";
Command "update T set F = null where rowid = 34324";
Command "update T set F = null where rowid = 54364";
Command "update T set F = null where rowid = 27283";
Command "update T set F = null where rowid = 4330";
Command "update T set F = null where rowid = 16541";
Command "update T set F = null where rowid = 24603";
Command "update T set F = null where rowid = 10169";
Command "update T set F = null where rowid = 58929";
Command "update T set F = null where rowid = 7298";
Command "update T set F = null where rowid = 53157";
Command "update T set F = null where rowid = 13431";
Command "update T set F = null where rowid = 55106";
Command "update T set F = null where rowid = 17605";
Command "update T set F = null where rowid = 24239";
Command "update T set F = null where rowid = 37778";
Command "update T set F = null where rowid = 56037";
Command "update T set F = null where rowid = 31663";
Command "update T set F = null where rowid = 12265";
Command "update T set F = null where rowid = 31865";
Command "update T set F = null where rowid = 50210";
Command "update T set F = null where rowid = 37500";
Command "update T set F = null where rowid = 32606";
Command "update T set F = null where rowid = 40756";
Command "update T set F = null where rowid = 59188";
Command "update T set F = null where rowid = 19646";
Command "update T set F = null where rowid = 24460";
Command "update T set F = null where rowid = 2099";
Command "update T set F = null where rowid = 57709";
Command "update T set F = null where rowid = 23628";
Command "update T set F = null where rowid = 11173";
Command "update T set F = null where rowid = 3324";
Command "update T set F = null where rowid = 30008";
Command "update T set F = null where rowid = 41794";
Command "update T set F = null where rowid = 60221";
Command "update T set F = null where rowid = 1070";
Command "update T set F = null where rowid = 44858";
Command "update T set F = null where rowid = 5762";
Command "update T set F = null where rowid = 47740";
Command "update T set F = null where rowid = 36974";
Command "update T set F = null where rowid = 47672";
Command "update T set F = null where rowid = 35545";
Command "update T set F = null where rowid = 45897";
Command "update T set F = null where rowid = 31775";
Command "update T set F = null where rowid = 11340";
Command "update T set F = null where rowid = 7009";
Command "update T set F = null where rowid = 26076";
Command "update T set F = null where rowid = 1488";
Command "update T set F = null where rowid = 12130";
Command "update T set F = null where rowid = 42559";
Command "update T set F = null where rowid = 25538";
Command "update T set F = null where rowid = 39771";
Command "update T set F = null where rowid = 6812";
Command "update T set F = null where rowid = 6650";
Command "update T set F = null where rowid = 34314";
Command "update T set F = null where rowid = 56672";
Command "update T set F = null where rowid = 16535";
Command "update T set F = null where rowid = 47257";
Command "update T set F = null where rowid = 32422";
Command "update T set F = null where rowid = 21616";
Command "update T set F = null where rowid = 6759";
Command "update T set F = null where rowid = 15104";
Command "update T set F = null where rowid = 59382";
Command "update T set F = null where rowid = 17059";
Command "update T set F = null where rowid = 36023";
Command "update T set F = null where rowid = 26594";
Command "update T set F = null where rowid = 35718";
Command "update T set F = null where rowid = 48717";
Command "update T set F = null where rowid = 16911";
Command "update T set F = null where rowid = 8602";
Command "update T set F = null where rowid = 10143";
Command "update T set F = null where rowid = 52481";
Command "update T set F = null where rowid = 5898";
Command "update T set F = null where rowid = 39792";
Command "update T set F = null where rowid = 40493";
Command "update T set F = null where rowid = 59858";
Command "update T set F = null where rowid = 50688";
Command "update T set F = null where rowid = 29991";
Command "update T set F = null where rowid = 51249";
Command "update T set F = null where rowid = 22629";
Command "update T set F = null where rowid = 36510";
Command "update T set F = null where rowid = 14921";
Command "update T set F = null where rowid = 21603";
Command "update T set F = null where rowid = 30723";
Command "update T set F = null where rowid = 29496";
Command "update T set F = null where rowid = 59452";
Command "update T set F = null where rowid = 41840";
Command "update T set F = null where rowid = 13788";
Command "update T set F = null where rowid = 47436";
Command "update T set F = null where rowid = 8406";
Command "update T set F = null where rowid = 32458";
Command "update T set F = null where rowid = 54811";
Command "update T set F = null where rowid = 54878";
Command "update T set F = null where rowid = 27989";
Command "update T set F = null where rowid = 14016";
Command "update T set F = null where rowid = 48633";
Command "update T set F = null where rowid = 41936";
Command "update T set F = null where rowid = 867";
Command "update T set F = null where rowid = 19350";
Command "update T set F = null where rowid = 39559";
Command "update T set F = null where rowid = 26088";
Command "update T set F = null where rowid = 33008";
Command "update T set F = null where rowid = 27017";
Command "update T set F = null where rowid = 35909";
Command "update T set F = null where rowid = 6829";
Command "update T set F = null where rowid = 36920";
Command "update T set F = null where rowid = 44876";
Command "update T set F = null where rowid = 10811";
Command "update T set F = null where rowid = 57919";
Command "update T set F = null where rowid = 49073";
Command "update T set F = null where rowid = 51516";
Command "update T set F = null where rowid = 24099";
Command "update T set F = null where rowid = 27849";
Command "update T set F = null where rowid = 20361";
Command "update T set F = null where rowid = 16467";
Command "update T set F = null where rowid = 11947";
Command "update T set F = null where rowid = 11273";
Command "update T set F = null where rowid = 41064";
Command "update T set F = null where rowid = 35264";
Command "update T set F = null where rowid = 10196";
Command "update T set F = null where rowid = 19555";
Command "update T set F = null where rowid = 27556";
Command "update T set F = null where rowid = 44322";
Command "update T set F = null where rowid = 56470";
Command "update T set F = null where rowid = 38599";
Command "update T set F = null where rowid = 5249";
Command "update T set F = null where rowid = 52183";
Command "update T set F = null where rowid = 3408";
Command "update T set F = null where rowid = 3583";
Command "update T set F = null where rowid = 40701";
Command "update T set F = null where rowid = 45426";
Command "update T set F = null where rowid = 58569";
Command "update T set F = null where rowid = 45005";
Command "update T set F = null where rowid = 37843";
Command "update T set F = null where rowid = 28576";
Command "update T set F = null where rowid = 57193";
Command "update T set F = null where rowid = 37717";
Command "update T set F = null where rowid = 42329";
Command "update T set F = null where rowid = 16346";
Command "update T set F = null where rowid = 23464";
Command "update T set F = null where rowid = 37531";
Command "update T set F = null where rowid = 4233";
Command "update T set F = null where rowid = 8212";
Command "update T set F = null where rowid = 60638";
Command "update T set F = null where rowid = 44247";
Command "update T set F = null where rowid = 48000";
Command "update T set F = null where rowid = 36025";
Command "update T set F = null where rowid = 61004";
Command "update T set F = null where rowid = 53424";
Command "update T set F = null where rowid = 58224";
Command "update T set F = null where rowid = 35238";
Command "update T set F = null where rowid = 27295";
Command "update T set F = null where rowid = 43462";
Command "update T set F = null where rowid = 16635";
Command "update T set F = null where rowid = 24278";
Command "update T set F = null where rowid = 55081";
Command "update T set F = null where rowid = 21329";
Command "update T set F = null where rowid = 52721";
Command "update T set F = null where rowid = 6736";
Command "update T set F = null where rowid = 25630";
Command "update T set F = null where rowid = 45530";
Command "update T set F = null where rowid = 57734";
Command "update T set F = null where rowid = 49937";
Command "update T set F = null where rowid = 6890";
Command "update T set F = null where rowid = 37542";
Command "update T set F = null where rowid = 49487";
Command "update T set F = null where rowid = 45525";
Command "update T set F = null where rowid = 24349";
Command "update T set F = null where rowid = 52724";
Command "update T set F = null where rowid = 32612";
Command "update T set F = null where rowid = 38745";
Command "update T set F = null where rowid = 53738";
Command "update T set F = null where rowid = 35824";
Command "update T set F = null where rowid = 18022";
Command "update T set F = null where rowid = 2436";
Command "update T set F = null where rowid = 2147";
Command "update T set F = null where rowid = 36957";
Command "update T set F = null where rowid = 17025";
Command "update T set F = null where rowid = 4389";
Command "update T set F = null where rowid = 53503";
Command "update T set F = null where rowid = 56787";
Command "update T set F = null where rowid = 36981";
Command "update T set F = null where rowid = 34669";
Command "update T set F = null where rowid = 26355";
Command "update T set F = null where rowid = 42743";
Command "update T set F = null where rowid = 54879";
Command "update T set F = null where rowid = 1105";
Command "update T set F = null where rowid = 36215";
Command "update T set F = null where rowid = 59041";
Command "update T set F = null where rowid = 46701";
Command "update T set F = null where rowid = 43288";
Command "update T set F = null where rowid = 7787";
Command "update T set F = null where rowid = 55295";
Command "update T set F = null where rowid = 38464";
Command "update T set F = null where rowid = 11410";
Command "update T set F = null where rowid = 60447";
Command "update T set F = null where rowid = 24295";
Command "update T set F = null where rowid = 38683";
Command "update T set F = null where rowid = 3211";
Command "update T set F = null where rowid = 967";
Command "update T set F = null where rowid = 57779";
Command "update T set F = null where rowid = 34698";
Command "update T set F = null where rowid = 28693";
Command "update T set F = null where rowid = 43179";
Command "update T set F = null where rowid = 32770";
Command "update T set F = null where rowid = 55582";
Command "update T set F = null where rowid = 37432";
Command "update T set F = null where rowid = 49392";
Command "update T set F = null where rowid = 2086";
Command "update T set F = null where rowid = 59759";
Command "update T set F = null where rowid = 17912";
Command "update T set F = null where rowid = 47910";
Command "update T set F = null where rowid = 59971";
Command "update T set F = null where rowid = 55732";
Command "update T set F = null where rowid = 51835";
Command "update T set F = null where rowid = 12143";
Command "update T set F = null where rowid = 55001";
Command "update T set F = null where rowid = 10549";
Command "update T set F = null where rowid = 51425";
Command "update T set F = null where rowid = 48699";
Command "update T set F = null where rowid = 30066";
Command "update T set F = null where rowid = 60270";
Command "update T set F = null where rowid = 54529";
Command "update T set F = null where rowid = 32574";
Command "update T set F = null where rowid = 29531";
Command "update T set F = null where rowid = 8865";
Command "update T set F = null where rowid = 47608";
Command "update T set F = null where rowid = 61246";
Command "update T set F = null where rowid = 3865";
Command "update T set F = null where rowid = 49348";
Command "update T set F = null where rowid = 36690";
Command "update T set F = null where rowid = 18398";
Command "update T set F = null where rowid = 1724";
Command "update T set F = null where rowid = 51513";
Command "update T set F = null where rowid = 51405";
Command "update T set F = null where rowid = 54473";
Command "update T set F = null where rowid = 52210";
Command "update T set F = null where rowid = 24380";
Command "update T set F = null where rowid = 56948";
Command "update T set F = null where rowid = 8710";
Command "update T set F = null where rowid = 30629";
Command "update T set F = null where rowid = 11930";
Command "update T set F = null where rowid = 12047";
Command "update T set F = null where rowid = 49057";
Command "update T set F = null where rowid = 5891";
Command "update T set F = null where rowid = 12492";
Command "update T set F = null where rowid = 26954";
Command "update T set F = null where rowid = 39744";
Command "update T set F = null where rowid = 41398";
Command "update T set F = null where rowid = 11828";
Command "update T set F = null where rowid = 7335";
Command "update T set F = null where rowid = 52501";
Command "update T set F = null where rowid = 24046";
Command "update T set F = null where rowid = 41318";
Command "update T set F = null where rowid = 14829";
Command "update T set F = null where rowid = 12792";
Command "update T set F = null where rowid = 54391";
Command "update T set F = null where rowid = 6595";
Command "update T set F = null where rowid = 7282";
Command "update T set F = null where rowid = 48160";
Command "update T set F = null where rowid = 59622";
Command "update T set F = null where rowid = 22613";
Command "update T set F = null where rowid = 5537";
Command "update T set F = null where rowid = 2604";
Command "update T set F = null where rowid = 47356";
Command "update T set F = null where rowid = 4403";
Command "update T set F = null where rowid = 25940";
Command "update T set F = null where rowid = 36158";
Command "update T set F = null where rowid = 11347";
Command "update T set F = null where rowid = 37528";
Command "update T set F = null where rowid = 21988";
Command "update T set F = null where rowid = 54088";
Command "update T set F = null where rowid = 57957";
Command "update T set F = null where rowid = 33882";
Command "update T set F = null where rowid = 20784";
Command "update T set F = null where rowid = 17626";
Command "update T set F = null where rowid = 55033";
Command "update T set F = null where rowid = 15192";
Command "update T set F = null where rowid = 3315";
Command "update T set F = null where rowid = 17702";
Command "update T set F = null where rowid = 46181";
Command "update T set F = null where rowid = 36658";
Command "update T set F = null where rowid = 54365";
Command "update T set F = null where rowid = 9595";
Command "update T set F = null where rowid = 20162";
Command "update T set F = null where rowid = 25410";
Command "update T set F = null where rowid = 59109";
Command "update T set F = null where rowid = 19322";
Command "update T set F = null where rowid = 10514";
Command "update T set F = null where rowid = 46054";
Command "update T set F = null where rowid = 14414";
Command "update T set F = null where rowid = 17573";
Command "update T set F = null where rowid = 35608";
Command "update T set F = null where rowid = 53339";
Command "update T set F = null where rowid = 54565";
Command "update T set F = null where rowid = 19212";
Command "update T set F = null where rowid = 10353";
Command "update T set F = null where rowid = 54459";
Command "update T set F = null where rowid = 58302";
Command "update T set F = null where rowid = 884";
Command "update T set F = null where rowid = 48553";
Command "update T set F = null where rowid = 50597";
Command "update T set F = null where rowid = 42121";
Command "update T set F = null where rowid = 41560";
Command "update T set F = null where rowid = 51465";
Command "update T set F = null where rowid = 270";
Command "update T set F = null where rowid = 6799";
Command "update T set F = null where rowid = 58143";
Command "update T set F = null where rowid = 51629";
Command "update T set F = null where rowid = 42589";
Command "update T set F = null where rowid = 3553";
Command "update T set F = null where rowid = 60233";
Command "update T set F = null where rowid = 6556";
Command "update T set F = null where rowid = 23108";
Command "update T set F = null where rowid = 49898";
Command "update T set F = null where rowid = 52497";
Command "update T set F = null where rowid = 26876";
Command "update T set F = null where rowid = 38715";
Command "update T set F = null where rowid = 10636";
Command "update T set F = null where rowid = 4122";
Command "update T set F = null where rowid = 7323";
Command "update T set F = null where rowid = 11506";
Command "update T set F = null where rowid = 21366";
Command "update T set F = null where rowid = 3192";
Command "update T set F = null where rowid = 42635";
Command "update T set F = null where rowid = 29873";
Command "update T set F = null where rowid = 2635";
Command "update T set F = null where rowid = 36991";
Command "update T set F = null where rowid = 46997";
Command "update T set F = null where rowid = 12571";
Command "update T set F = null where rowid = 59903";
Command "update T set F = null where rowid = 37391";
Command "update T set F = null where rowid = 55223";
Command "update T set F = null where rowid = 41948";
Command "update T set F = null where rowid = 56649";
Command "update T set F = null where rowid = 9947";
Command "update T set F = null where rowid = 34812";
Command "update T set F = null where rowid = 15011";
Command "update T set F = null where rowid = 23753";
Command "update T set F = null where rowid = 35686";
Command "update T set F = null where rowid = 19014";
Command "update T set F = null where rowid = 44499";
Command "update T set F = null where rowid = 44493";
Command "update T set F = null where rowid = 44939";
Command "update T set F = null where rowid = 12124";
Command "update T set F = null where rowid = 21737";
Command "update T set F = null where rowid = 40416";
Command "update T set F = null where rowid = 2593";
Command "update T set F = null where rowid = 50495";
Command "update T set F = null where rowid = 57052";
Command "update T set F = null where rowid = 16768";
Command "update T set F = null where rowid = 11434";
Command "update T set F = null where rowid = 60485";
Command "update T set F = null where rowid = 46324";
Command "update T set F = null where rowid = 48409";
Command "update T set F = null where rowid = 45958";
Command "update T set F = null where rowid = 3679";
Command "update T set F = null where rowid = 15857";
Command "update T set F = null where rowid = 47704";
Command "update T set F = null where rowid = 4869";
Command "update T set F = null where rowid = 11196";
Command "update T set F = null where rowid = 5835";
Command "update T set F = null where rowid = 28563";
Command "update T set F = null where rowid = 49877";
Command "update T set F = null where rowid = 41703";
Command "update T set F = null where rowid = 25160";
Command "update T set F = null where rowid = 48296";
Command "update T set F = null where rowid = 33319";
Command "update T set F = null where rowid = 46288";
Command "update T set F = null where rowid = 58493";
Command "update T set F = null where rowid = 36756";
Command "update T set F = null where rowid = 14390";
Command "update T set F = null where rowid = 31737";
Command "update T set F = null where rowid = 35005";
Command "update T set F = null where rowid = 47554";
Command "update T set F = null where rowid = 46241";
Command "update T set F = null where rowid = 50065";
Command "update T set F = null where rowid = 57184";
Command "update T set F = null where rowid = 1444";
Command "update T set F = null where rowid = 48817";
Command "update T set F = null where rowid = 5724";
Command "update T set F = null where rowid = 20513";
Command "update T set F = null where rowid = 42160";
Command "update T set F = null where rowid = 47747";
Command "update T set F = null where rowid = 55834";
Command "update T set F = null where rowid = 56110";
Command "update T set F = null where rowid = 345";
Command "update T set F = null where rowid = 55905";
Command "update T set F = null where rowid = 41946";
Command "update T set F = null where rowid = 19522";
Command "update T set F = null where rowid = 40667";
Command "update T set F = null where rowid = 16958";
Command "update T set F = null where rowid = 36532";
Command "update T set F = null where rowid = 42316";
Command "update T set F = null where rowid = 45758";
Command "update T set F = null where rowid = 40642";
Command "update T set F = null where rowid = 25149";
Command "update T set F = null where rowid = 954";
Command "update T set F = null where rowid = 23815";
Command "update T set F = null where rowid = 60282";
Command "update T set F = null where rowid = 42608";
Command "update T set F = null where rowid = 14939";
Command "update T set F = null where rowid = 15620";
Command "update T set F = null where rowid = 23584";
Command "update T set F = null where rowid = 54522";
Command "update T set F = null where rowid = 54594";
Command "update T set F = null where rowid = 9682";
Command "update T set F = null where rowid = 56350";
Command "update T set F = null where rowid = 13606";
Command "update T set F = null where rowid = 48715";
Command "update T set F = null where rowid = 58655";
Command "update T set F = null where rowid = 22692";
Command "update T set F = null where rowid = 30255";
Command "update T set F = null where rowid = 31111";
Command "update T set F = null where rowid = 40084";
Command "update T set F = null where rowid = 54115";
Command "update T set F = null where rowid = 61105";
Command "update T set F = null where rowid = 2648";
Command "update T set F = null where rowid = 36652";
Command "update T set F = null where rowid = 48241";
Command "update T set F = null where rowid = 11096";
Command "update T set F = null where rowid = 7643";
Command "update T set F = null where rowid = 49413";
Command "update T set F = null where rowid = 38021";
Command "update T set F = null where rowid = 4398";
Command "update T set F = null where rowid = 34865";
Command "update T set F = null where rowid = 39495";
Command "update T set F = null where rowid = 60726";
Command "update T set F = null where rowid = 1395";
Command "update T set F = null where rowid = 35420";
Command "update T set F = null where rowid = 18216";
Command "update T set F = null where rowid = 32049";
Command "update T set F = null where rowid = 2376";
Command "update T set F = null where rowid = 20189";
Command "update T set F = null where rowid = 42526";
Command "update T set F = null where rowid = 15944";
Command "update T set F = null where rowid = 13118";
Command "update T set F = null where rowid = 17201";
Command "update T set F = null where rowid = 6321";
Command "update T set F = null where rowid = 33095";
Command "update T set F = null where rowid = 26816";
Command "update T set F = null where rowid = 29647";
Command "update T set F = null where rowid = 14735";
Command "update T set F = null where rowid = 56188";
Command "update T set F = null where rowid = 21842";
Command "update T set F = null where rowid = 42499";
Command "update T set F = null where rowid = 21002";
Command "update T set F = null where rowid = 30649";
Command "update T set F = null where rowid = 57510";
Command "update T set F = null where rowid = 20109";
Command "update T set F = null where rowid = 32123";
Command "update T set F = null where rowid = 8267";
Command "update T set F = null where rowid = 39902";
Command "update T set F = null where rowid = 58506";
Command "update T set F = null where rowid = 6160";
Command "update T set F = null where rowid = 23115";
Command "update T set F = null where rowid = 33883";
Command "update T set F = null where rowid = 45749";
Command "update T set F = null where rowid = 27573";
Command "update T set F = null where rowid = 35847";
Command "update T set F = null where rowid = 31318";
Command "update T set F = null where rowid = 31139";
Command "update T set F = null where rowid = 59993";
Command "update T set F = null where rowid = 20937";
Command "update T set F = null where rowid = 38619";
Command "update T set F = null where rowid = 49547";
Command "update T set F = null where rowid = 41072";
Command "update T set F = null where rowid = 20220";
Command "update T set F = null where rowid = 45349";
Command "update T set F = null where rowid = 38164";
Command "update T set F = null where rowid = 24487";
Command "update T set F = null where rowid = 33208";
Command "update T set F = null where rowid = 17263";
Command "update T set F = null where rowid = 60783";
Command "update T set F = null where rowid = 31440";
Command "update T set F = null where rowid = 52289";
Command "update T set F = null where rowid = 60909";
Command "update T set F = null where rowid = 24465";
Command "update T set F = null where rowid = 11116";
Command "update T set F = null where rowid = 50762";
Command "update T set F = null where rowid = 47383";
Command "update T set F = null where rowid = 4104";
Command "update T set F = null where rowid = 57077";
Command "update T set F = null where rowid = 6583";
Command "update T set F = null where rowid = 57972";
Command "update T set F = null where rowid = 24716";
Command "update T set F = null where rowid = 29851";
Command "update T set F = null where rowid = 36885";
Command "update T set F = null where rowid = 51611";
Command "update T set F = null where rowid = 60202";
Command "update T set F = null where rowid = 13432";
Command "update T set F = null where rowid = 52681";
Command "update T set F = null where rowid = 38486";
Command "update T set F = null where rowid = 23652";
Command "update T set F = null where rowid = 10067";
Command "update T set F = null where rowid = 49159";
Command "update T set F = null where rowid = 7807";
Command "update T set F = null where rowid = 57490";
Command "update T set F = null where rowid = 32832";
Command "update T set F = null where rowid = 27876";
Command "update T set F = null where rowid = 25873";
Command "update T set F = null where rowid = 31136";
Command "update T set F = null where rowid = 32025";
Command "update T set F = null where rowid = 7708";
Command "update T set F = null where rowid = 45053";
Command "update T set F = null where rowid = 26328";
Command "update T set F = null where rowid = 27008";
Command "update T set F = null where rowid = 49056";
Command "update T set F = null where rowid = 51145";
Command "update T set F = null where rowid = 49620";
Command "update T set F = null where rowid = 54644";
Command "update T set F = null where rowid = 36853";
Command "update T set F = null where rowid = 22470";
Command "update T set F = null where rowid = 36960";
Command "update T set F = null where rowid = 27446";
Command "update T set F = null where rowid = 54764";
Command "update T set F = null where rowid = 55542";
Command "update T set F = null where rowid = 25752";
Command "update T set F = null where rowid = 45110";
Command "update T set F = null where rowid = 31545";
Command "update T set F = null where rowid = 5231";
Command "update T set F = null where rowid = 55200";
Command "update T set F = null where rowid = 7841";
Command "update T set F = null where rowid = 38642";
Command "update T set F = null where rowid = 16933";
Command "update T set F = null where rowid = 15005";
Command "update T set F = null where rowid = 19015";
Command "update T set F = null where rowid = 53807";
Command "update T set F = null where rowid = 2302";
Command "update T set F = null where rowid = 22352";
Command "update T set F = null where rowid = 43541";
Command "update T set F = null where rowid = 60923";
Command "update T set F = null where rowid = 9955";
Command "update T set F = null where rowid = 61198";
Command "update T set F = null where rowid = 33141";
Command "update T set F = null where rowid = 16349";
Command "update T set F = null where rowid = 6955";
Command "update T set F = null where rowid = 35771";
Command "update T set F = null where rowid = 4156";
Command "update T set F = null where rowid = 16763";
Command "update T set F = null where rowid = 48199";
Command "update T set F = null where rowid = 48479";
Command "update T set F = null where rowid = 52097";
Command "update T set F = null where rowid = 58193";
Command "update T set F = null where rowid = 32609";
Command "update T set F = null where rowid = 17169";
Command "update T set F = null where rowid = 29251";
Command "update T set F = null where rowid = 57177";
Command "update T set F = null where rowid = 48257";
Command "update T set F = null where rowid = 53136";
Command "update T set F = null where rowid = 54275";
Command "update T set F = null where rowid = 57293";
Command "update T set F = null where rowid = 54622";
Command "update T set F = null where rowid = 45665";
Command "update T set F = null where rowid = 55117";
Command "update T set F = null where rowid = 7023";
Command "update T set F = null where rowid = 58627";
Command "update T set F = null where rowid = 22591";
Command "update T set F = null where rowid = 15972";
Command "update T set F = null where rowid = 12070";
Command "update T set F = null where rowid = 9519";
Command "update T set F = null where rowid = 39763";
Command "update T set F = null where rowid = 35740";
Command "update T set F = null where rowid = 6238";
Command "update T set F = null where rowid = 21334";
Command "update T set F = null where rowid = 47480";
Command "update T set F = null where rowid = 28209";
Command "update T set F = null where rowid = 49378";
Command "update T set F = null where rowid = 11576";
Command "update T set F = null where rowid = 18309";
Command "update T set F = null where rowid = 59876";
Command "update T set F = null where rowid = 15897";
Command "update T set F = null where rowid = 29269";
Command "update T set F = null where rowid = 54367";
Command "update T set F = null where rowid = 32371";
Command "update T set F = null where rowid = 52214";
Command "update T set F = null where rowid = 22483";
Command "update T set F = null where rowid = 10515";
Command "update T set F = null where rowid = 13993";
Command "update T set F = null where rowid = 41609";
Command "update T set F = null where rowid = 51559";
Command "update T set F = null where rowid = 18267";
Command "update T set F = null where rowid = 2650";
Command "update T set F = null where rowid = 17124";
Command "update T set F = null where rowid = 7894";
Command "update T set F = null where rowid = 34822";
Command "update T set F = null where rowid = 17749";
Command "update T set F = null where rowid = 16815";
Command "update T set F = null where rowid = 51389";
Command "update T set F = null where rowid = 58031";
Command "update T set F = null where rowid = 15823";
Command "update T set F = null where rowid = 40424";
Command "update T set F = null where rowid = 1930";
Command "update T set F = null where rowid = 11041";
Command "update T set F = null where rowid = 23106";
Command "update T set F = null where rowid = 60032";
Command "update T set F = null where rowid = 46635";
Command "update T set F = null where rowid = 30380";
Command "update T set F = null where rowid = 59582";
Command "update T set F = null where rowid = 8104";
Command "update T set F = null where rowid = 54092";
Command "update T set F = null where rowid = 33523";
Command "update T set F = null where rowid = 47983";
Command "update T set F = null where rowid = 22412";
Command "update T set F = null where rowid = 15842";
Command "update T set F = null where rowid = 32040";
Command "update T set F = null where rowid = 26448";
Command "update T set F = null where rowid = 16714";
Command "update T set F = null where rowid = 28196";
Command "update T set F = null where rowid = 32928";
Command "update T set F = null where rowid = 45496";
Command "update T set F = null where rowid = 36668";
Command "update T set F = null where rowid = 26794";
Command "update T set F = null where rowid = 23834";
Command "update T set F = null where rowid = 12210";
Command "update T set F = null where rowid = 9430";
Command "update T set F = null where rowid = 2307";
Command "update T set F = null where rowid = 41229";
Command "update T set F = null where rowid = 43733";
Command "update T set F = null where rowid = 50902";
Command "update T set F = null where rowid = 2158";
Command "update T set F = null where rowid = 29168";
Command "update T set F = null where rowid = 57270";
Command "update T set F = null where rowid = 25556";
Command "update T set F = null where rowid = 42998";
Command "update T set F = null where rowid = 59110";
Command "update T set F = null where rowid = 27570";
Command "update T set F = null where rowid = 9858";
Command "update T set F = null where rowid = 35427";
Command "update T set F = null where rowid = 14151";
Command "update T set F = null where rowid = 12465";
Command "update T set F = null where rowid = 27770";
Command "update T set F = null where rowid = 6949";
Command "update T set F = null where rowid = 54718";
Command "update T set F = null where rowid = 2186";
Command "update T set F = null where rowid = 56132";
Command "update T set F = null where rowid = 9591";
Command "update T set F = null where rowid = 22127";
Command "update T set F = null where rowid = 41869";
Command "update T set F = null where rowid = 30972";
Command "update T set F = null where rowid = 58018";
Command "update T set F = null where rowid = 39085";
Command "update T set F = null where rowid = 60707";
Command "update T set F = null where rowid = 1212";
Command "update T set F = null where rowid = 7444";
Command "update T set F = null where rowid = 23891";
Command "update T set F = null where rowid = 48193";
Command "update T set F = null where rowid = 28744";
Command "update T set F = null where rowid = 53988";
Command "update T set F = null where rowid = 51732";
Command "update T set F = null where rowid = 54290";
Command "update T set F = null where rowid = 28524";
Command "update T set F = null where rowid = 50640";
Command "update T set F = null where rowid = 38182";
Command "update T set F = null where rowid = 59769";
Command "update T set F = null where rowid = 29893";
Command "update T set F = null where rowid = 5516";
Command "update T set F = null where rowid = 4891";
Command "update T set F = null where rowid = 5543";
Command "update T set F = null where rowid = 54398";
Command "update T set F = null where rowid = 8092";
Command "update T set F = null where rowid = 44418";
Command "update T set F = null where rowid = 21991";
Command "update T set F = null where rowid = 43718";
Command "update T set F = null where rowid = 34165";
Command "update T set F = null where rowid = 48226";
Command "update T set F = null where rowid = 30722";
Command "update T set F = null where rowid = 31269";
Command "update T set F = null where rowid = 12371";
Command "update T set F = null where rowid = 24967";
Command "update T set F = null where rowid = 30417";
Command "update T set F = null where rowid = 34054";
Command "update T set F = null where rowid = 16626";
Command "update T set F = null where rowid = 47457";
Command "update T set F = null where rowid = 54890";
Command "update T set F = null where rowid = 18246";
Command "update T set F = null where rowid = 55819";
Command "update T set F = null where rowid = 9309";
Command "update T set F = null where rowid = 13355";
Command "update T set F = null where rowid = 35468";
Command "update T set F = null where rowid = 44317";
Command "update T set F = null where rowid = 31431";
Command "update T set F = null where rowid = 22079";
Command "update T set F = null where rowid = 50107";
Command "update T set F = null where rowid = 717";
Command "update T set F = null where rowid = 42641";
Command "update T set F = null where rowid = 22840";
Command "update T set F = null where rowid = 36408";
Command "update T set F = null where rowid = 57689";
Command "update T set F = null where rowid = 53270";
Command "update T set F = null where rowid = 9634";
Command "update T set F = null where rowid = 50647";
Command "update T set F = null where rowid = 42241";
Command "update T set F = null where rowid = 44907";
Command "update T set F = null where rowid = 2190";
Command "update T set F = null where rowid = 24238";
Command "update T set F = null where rowid = 13346";
Command "update T set F = null where rowid = 26196";
Command "update T set F = null where rowid = 18559";
Command "update T set F = null where rowid = 42673";
Command "update T set F = null where rowid = 4655";
Command "update T set F = null where rowid = 4171";
Command "update T set F = null where rowid = 55932";
Command "update T set F = null where rowid = 662";
Command "update T set F = null where rowid = 28742";
Command "update T set F = null where rowid = 8721";
Command "update T set F = null where rowid = 4608";
Command "update T set F = null where rowid = 25306";
Command "update T set F = null where rowid = 60548";
Command "update T set F = null where rowid = 14937";
Command "update T set F = null where rowid = 8201";
Command "update T set F = null where rowid = 47415";
Command "update T set F = null where rowid = 36921";
Command "update T set F = null where rowid = 20356";
Command "update T set F = null where rowid = 60818";
Command "update T set F = null where rowid = 23994";
Command "update T set F = null where rowid = 38040";
Command "update T set F = null where rowid = 55546";
Command "update T set F = null where rowid = 46770";
Command "update T set F = null where rowid = 2422";
Command "update T set F = null where rowid = 16118";
Command "update T set F = null where rowid = 41219";
Command "update T set F = null where rowid = 30140";
Command "update T set F = null where rowid = 2427";
Command "update T set F = null where rowid = 40315";
Command "update T set F = null where rowid = 41482";
Command "update T set F = null where rowid = 49356";
Command "update T set F = null where rowid = 7333";
Command "update T set F = null where rowid = 2061";
Command "update T set F = null where rowid = 909";
Command "update T set F = null where rowid = 25176";
Command "update T set F = null where rowid = 7761";
Command "update T set F = null where rowid = 32597";
Command "update T set F = null where rowid = 52099";
Command "update T set F = null where rowid = 12074";
Command "update T set F = null where rowid = 10969";
Command "update T set F = null where rowid = 49534";
Command "update T set F = null where rowid = 29738";
Command "update T set F = null where rowid = 41030";
Command "update T set F = null where rowid = 26411";
Command "update T set F = null where rowid = 8760";
Command "update T set F = null where rowid = 30263";
Command "update T set F = null where rowid = 8545";
Command "update T set F = null where rowid = 39403";
Command "update T set F = null where rowid = 57205";
Command "update T set F = null where rowid = 8820";
Command "update T set F = null where rowid = 31106";
Command "update T set F = null where rowid = 25807";
Command "update T set F = null where rowid = 32593";
Command "update T set F = null where rowid = 3737";
Command "update T set F = null where rowid = 34720";
Command "update T set F = null where rowid = 50480";
Command "update T set F = null where rowid = 2854";
Command "update T set F = null where rowid = 53435";
Command "update T set F = null where rowid = 26140";
Command "update T set F = null where rowid = 41316";
Command "update T set F = null where rowid = 34033";
Command "update T set F = null where rowid = 33475";
Command "update T set F = null where rowid = 19860";
Command "update T set F = null where rowid = 907";
Command "update T set F = null where rowid = 15747";
Command "update T set F = null where rowid = 53038";
Command "update T set F = null where rowid = 46310";
Command "update T set F = null where rowid = 3748";
Command "update T set F = null where rowid = 53361";
Command "update T set F = null where rowid = 59108";
Command "update T set F = null where rowid = 56058";
Command "update T set F = null where rowid = 30047";
Command "update T set F = null where rowid = 13245";
Command "update T set F = null where rowid = 31919";
Command "update T set F = null where rowid = 10618";
Command "update T set F = null where rowid = 29338";
Command "update T set F = null where rowid = 33096";
Command "update T set F = null where rowid = 15759";
Command "update T set F = null where rowid = 5079";
Command "update T set F = null where rowid = 24905";
Command "update T set F = null where rowid = 5802";
Command "update T set F = null where rowid = 53165";
Command "update T set F = null where rowid = 10356";
Command "update T set F = null where rowid = 49771";
Command "update T set F = null where rowid = 34946";
Command "update T set F = null where rowid = 7334";
Command "update T set F = null where rowid = 5790";
Command "update T set F = null where rowid = 40478";
Command "update T set F = null where rowid = 7968";
Command "update T set F = null where rowid = 46448";
Command "update T set F = null where rowid = 39664";
Command "update T set F = null where rowid = 4374";
Command "update T set F = null where rowid = 23169";
Command "update T set F = null where rowid = 20776";
Command "update T set F = null where rowid = 33808";
Command "update T set F = null where rowid = 50354";
Command "update T set F = null where rowid = 32072";
Command "update T set F = null where rowid = 54225";
Command "update T set F = null where rowid = 45202";
Command "update T set F = null where rowid = 2712";
Command "update T set F = null where rowid = 3446";
Command "update T set F = null where rowid = 56286";
Command "update T set F = null where rowid = 58371";
Command "update T set F = null where rowid = 56765";
Command "update T set F = null where rowid = 22223";
Command "update T set F = null where rowid = 8506";
Command "update T set F = null where rowid = 53181";
Command "update T set F = null where rowid = 21859";
Command "update T set F = null where rowid = 30368";
Command "update T set F = null where rowid = 19612";
Command "update T set F = null where rowid = 13547";
Command "update T set F = null where rowid = 52296";
Command "update T set F = null where rowid = 21185";
Command "update T set F = null where rowid = 47581";
Command "update T set F = null where rowid = 819";
Command "update T set F = null where rowid = 4223";
Command "update T set F = null where rowid = 36376";
Command "update T set F = null where rowid = 36635";
Command "update T set F = null where rowid = 56481";
Command "update T set F = null where rowid = 56960";
Command "update T set F = null where rowid = 8392";
Command "update T set F = null where rowid = 55610";
Command "update T set F = null where rowid = 6523";
Command "update T set F = null where rowid = 5707";
Command "update T set F = null where rowid = 12472";
Command "update T set F = null where rowid = 19682";
Command "update T set F = null where rowid = 48948";
Command "update T set F = null where rowid = 7138";
Command "update T set F = null where rowid = 59731";
Command "update T set F = null where rowid = 27568";
Command "update T set F = null where rowid = 49475";
Command "update T set F = null where rowid = 52882";
Command "update T set F = null where rowid = 36976";
Command "update T set F = null where rowid = 40676";
Command "update T set F = null where rowid = 22069";
Command "update T set F = null where rowid = 61231";
Command "update T set F = null where rowid = 60449";
Command "update T set F = null where rowid = 23840";
Command "update T set F = null where rowid = 13832";
Command "update T set F = null where rowid = 59071";
Command "update T set F = null where rowid = 61280";
Command "update T set F = null where rowid = 8228";
Command "update T set F = null where rowid = 42441";
Command "update T set F = null where rowid = 27449";
Command "update T set F = null where rowid = 6235";
Command "update T set F = null where rowid = 27407";
Command "update T set F = null where rowid = 7593";
Command "update T set F = null where rowid = 4090";
Command "update T set F = null where rowid = 4261";
Command "update T set F = null where rowid = 6936";
Command "update T set F = null where rowid = 60734";
Command "update T set F = null where rowid = 15308";
Command "update T set F = null where rowid = 7536";
Command "update T set F = null where rowid = 17984";
Command "update T set F = null where rowid = 13213";
Command "update T set F = null where rowid = 33011";
Command "update T set F = null where rowid = 47349";
Command "update T set F = null where rowid = 43558";
Command "update T set F = null where rowid = 55626";
Command "update T set F = null where rowid = 34232";
Command "update T set F = null where rowid = 50194";
Command "update T set F = null where rowid = 10571";
Command "update T set F = null where rowid = 14068";
Command "update T set F = null where rowid = 38554";
Command "update T set F = null where rowid = 42149";
Command "update T set F = null where rowid = 28443";
Command "update T set F = null where rowid = 31857";
Command "update T set F = null where rowid = 30279";
Command "update T set F = null where rowid = 23394";
Command "update T set F = null where rowid = 28026";
Command "update T set F = null where rowid = 11123";
Command "update T set F = null where rowid = 31835";
Command "update T set F = null where rowid = 60464";
Command "update T set F = null where rowid = 20080";
Command "update T set F = null where rowid = 18083";
Command "update T set F = null where rowid = 32016";
Command "update T set F = null where rowid = 61416";
Command "update T set F = null where rowid = 3505";
Command "update T set F = null where rowid = 29935";
Command "update T set F = null where rowid = 60634";
Command "update T set F = null where rowid = 59407";
Command "update T set F = null where rowid = 16922";
Command "update T set F = null where rowid = 57131";
Command "update T set F = null where rowid = 48950";
Command "update T set F = null where rowid = 34628";
Command "update T set F = null where rowid = 11705";
Command "update T set F = null where rowid = 51085";
Command "update T set F = null where rowid = 6686";
Command "update T set F = null where rowid = 3462";
Command "update T set F = null where rowid = 36440";
Command "update T set F = null where rowid = 58761";
Command "update T set F = null where rowid = 21645";
Command "update T set F = null where rowid = 49222";
Command "update T set F = null where rowid = 22209";
Command "update T set F = null where rowid = 6165";
Command "update T set F = null where rowid = 49630";
Command "update T set F = null where rowid = 58061";
Command "update T set F = null where rowid = 15940";
Command "update T set F = null where rowid = 40104";
Command "update T set F = null where rowid = 17773";
Command "update T set F = null where rowid = 21075";
Command "update T set F = null where rowid = 16908";
Command "update T set F = null where rowid = 18303";
Command "update T set F = null where rowid = 40800";
Command "update T set F = null where rowid = 21761";
Command "update T set F = null where rowid = 3740";
Command "update T set F = null where rowid = 42507";
Command "update T set F = null where rowid = 16150";
Command "update T set F = null where rowid = 418";
Command "update T set F = null where rowid = 41785";
Command "update T set F = null where rowid = 8537";
Command "update T set F = null where rowid = 34616";
Command "update T set F = null where rowid = 32886";
Command "update T set F = null where rowid = 27643";
Command "update T set F = null where rowid = 26791";
Command "update T set F = null where rowid = 59339";
Command "update T set F = null where rowid = 7443";
Command "update T set F = null where rowid = 179";
Command "update T set F = null where rowid = 51444";
Command "update T set F = null where rowid = 55303";
Command "update T set F = null where rowid = 50451";
Command "update T set F = null where rowid = 11418";
Command "update T set F = null where rowid = 35037";
Command "update T set F = null where rowid = 9014";
Command "update T set F = null where rowid = 35394";
Command "update T set F = null where rowid = 14261";
Command "update T set F = null where rowid = 34439";
Command "update T set F = null where rowid = 10757";
Command "update T set F = null where rowid = 50159";
Command "update T set F = null where rowid = 8100";
Command "update T set F = null where rowid = 57646";
Command "update T set F = null where rowid = 54613";
Command "update T set F = null where rowid = 43399";
Command "update T set F = null where rowid = 34703";
Command "update T set F = null where rowid = 26913";
Command "update T set F = null where rowid = 13109";
Command "update T set F = null where rowid = 33538";
Command "update T set F = null where rowid = 27664";
Command "update T set F = null where rowid = 15513";
Command "update T set F = null where rowid = 61381";
Command "update T set F = null where rowid = 26653";
Command "update T set F = null where rowid = 9144";
Command "update T set F = null where rowid = 12153";
Command "update T set F = null where rowid = 41579";
Command "update T set F = null where rowid = 39205";
Command "update T set F = null where rowid = 29401";
Command "update T set F = null where rowid = 55087";
Command "update T set F = null where rowid = 21208";
Command "update T set F = null where rowid = 43071";
Command "update T set F = null where rowid = 21982";
Command "update T set F = null where rowid = 43364";
Command "update T set F = null where rowid = 2913";
Command "update T set F = null where rowid = 51702";
Command "update T set F = null where rowid = 15669";
Command "update T set F = null where rowid = 23508";
Command "update T set F = null where rowid = 57951";
Command "update T set F = null where rowid = 56358";
Command "update T set F = null where rowid = 47317";
Command "update T set F = null where rowid = 10163";
Command "update T set F = null where rowid = 2041";
Command "update T set F = null where rowid = 57011";
Command "update T set F = null where rowid = 59440";
Command "update T set F = null where rowid = 60393";
Command "update T set F = null where rowid = 10381";
Command "update T set F = null where rowid = 15855";
Command "update T set F = null where rowid = 53444";
Command "update T set F = null where rowid = 20523";
Command "update T set F = null where rowid = 1983";
Command "update T set F = null where rowid = 16369";
Command "update T set F = null where rowid = 22566";
Command "update T set F = null where rowid = 21598";
Command "update T set F = null where rowid = 52231";
Command "update T set F = null where rowid = 28063";
Command "update T set F = null where rowid = 18932";
Command "update T set F = null where rowid = 4041";
Command "update T set F = null where rowid = 14260";
Command "update T set F = null where rowid = 12737";
Command "update T set F = null where rowid = 2717";
Command "update T set F = null where rowid = 38194";
Command "update T set F = null where rowid = 51221";
Command "update T set F = null where rowid = 49861";
Command "update T set F = null where rowid = 60329";
Command "update T set F = null where rowid = 7704";
Command "update T set F = null where rowid = 10677";
Command "update T set F = null where rowid = 13267";
Command "update T set F = null where rowid = 51314";
Command "update T set F = null where rowid = 13333";
Command "update T set F = null where rowid = 26979";
Command "update T set F = null where rowid = 56220";
Command "update T set F = null where rowid = 9567";
Command "update T set F = null where rowid = 6258";
Command "update T set F = null where rowid = 33618";
Command "update T set F = null where rowid = 13613";
Command "update T set F = null where rowid = 45408";
Command "update T set F = null where rowid = 33377";
Command "update T set F = null where rowid = 46338";
Command "update T set F = null where rowid = 40154";
Command "update T set F = null where rowid = 33858";
Command "update T set F = null where rowid = 53618";
Command "update T set F = null where rowid = 28189";
Command "update T set F = null where rowid = 247";
Command "update T set F = null where rowid = 1323";
Command "update T set F = null where rowid = 14204";
Command "update T set F = null where rowid = 23250";
Command "update T set F = null where rowid = 37771";
Command "update T set F = null where rowid = 60160";
Command "update T set F = null where rowid = 21801";
Command "update T set F = null where rowid = 46036";
Command "update T set F = null where rowid = 17925";
Command "update T set F = null where rowid = 40223";
Command "update T set F = null where rowid = 46756";
Command "update T set F = null where rowid = 52540";
Command "update T set F = null where rowid = 24885";
Command "update T set F = null where rowid = 13543";
Command "update T set F = null where rowid = 23270";
Command "update T set F = null where rowid = 60496";
Command "update T set F = null where rowid = 50200";
Command "update T set F = null where rowid = 17467";
Command "update T set F = null where rowid = 48307";
Command "update T set F = null where rowid = 61221";
Command "update T set F = null where rowid = 28560";
Command "update T set F = null where rowid = 36412";
Command "update T set F = null where rowid = 38004";
Command "update T set F = null where rowid = 4358";
Command "update T set F = null where rowid = 55411";
Command "update T set F = null where rowid = 53884";
Command "update T set F = null where rowid = 22359";
Command "update T set F = null where rowid = 14336";
Command "update T set F = null where rowid = 54528";
Command "update T set F = null where rowid = 512";
Command "update T set F = null where rowid = 55763";
Command "update T set F = null where rowid = 590";
Command "update T set F = null where rowid = 45022";
Command "update T set F = null where rowid = 28950";
Command "update T set F = null where rowid = 24255";
Command "update T set F = null where rowid = 5179";
Command "update T set F = null where rowid = 5541";
Command "update T set F = null where rowid = 11596";
Command "update T set F = null where rowid = 27534";
Command "update T set F = null where rowid = 7505";
Command "update T set F = null where rowid = 42048";
Command "update T set F = null where rowid = 30142";
Command "update T set F = null where rowid = 28262";
Command "update T set F = null where rowid = 16461";
Command "update T set F = null where rowid = 58870";
Command "update T set F = null where rowid = 61089";
Command "update T set F = null where rowid = 22750";
Command "update T set F = null where rowid = 15632";
Command "update T set F = null where rowid = 12474";
Command "update T set F = null where rowid = 58874";
Command "update T set F = null where rowid = 43596";
Command "update T set F = null where rowid = 3832";
Command "update T set F = null where rowid = 33106";
Command "update T set F = null where rowid = 14055";
Command "update T set F = null where rowid = 3659";
Command "update T set F = null where rowid = 27993";
Command "update T set F = null where rowid = 52307";
Command "update T set F = null where rowid = 34848";
Command "update T set F = null where rowid = 622";
Command "update T set F = null where rowid = 19241";
Command "update T set F = null where rowid = 21955";
Command "update T set F = null where rowid = 9467";
Command "update T set F = null where rowid = 60621";
Command "update T set F = null where rowid = 22510";
Command "update T set F = null where rowid = 39570";
Command "update T set F = null where rowid = 55363";
Command "update T set F = null where rowid = 5144";
Command "update T set F = null where rowid = 52318";
Command "update T set F = null where rowid = 37384";
Command "update T set F = null where rowid = 7838";
Command "update T set F = null where rowid = 49984";
Command "update T set F = null where rowid = 9415";
Command "update T set F = null where rowid = 60232";
Command "update T set F = null where rowid = 38226";
Command "update T set F = null where rowid = 26660";
Command "update T set F = null where rowid = 12409";
Command "update T set F = null where rowid = 4903";
Command "update T set F = null where rowid = 51182";
Command "update T set F = null where rowid = 22389";
Command "update T set F = null where rowid = 33873";
Command "update T set F = null where rowid = 5389";
Command "update T set F = null where rowid = 24980";
Command "update T set F = null where rowid = 23733";
Command "update T set F = null where rowid = 54994";
Command "update T set F = null where rowid = 52846";
Command "update T set F = null where rowid = 35283";
Command "update T set F = null where rowid = 55847";
Command "update T set F = null where rowid = 9565";
Command "update T set F = null where rowid = 9432";
Command "update T set F = null where rowid = 53362";
Command "update T set F = null where rowid = 9613";
Command "update T set F = null where rowid = 7609";
Command "update T set F = null where rowid = 14018";
Command "update T set F = null where rowid = 48734";
Command "update T set F = null where rowid = 6478";
Command "update T set F = null where rowid = 37420";
Command "update T set F = null where rowid = 54571";
Command "update T set F = null where rowid = 22735";
Command "update T set F = null where rowid = 52686";
Command "update T set F = null where rowid = 13316";
Command "update T set F = null where rowid = 34649";
Command "update T set F = null where rowid = 34740";
Command "update T set F = null where rowid = 51446";
Command "update T set F = null where rowid = 61020";
Command "update T set F = null where rowid = 45313";
Command "update T set F = null where rowid = 20650";
Command "update T set F = null where rowid = 59599";
Command "update T set F = null where rowid = 6082";
Command "update T set F = null where rowid = 21170";
Command "update T set F = null where rowid = 28872";
Command "update T set F = null where rowid = 14691";
Command "update T set F = null where rowid = 34208";
Command "update T set F = null where rowid = 58836";
Command "update T set F = null where rowid = 45080";
Command "update T set F = null where rowid = 11781";
Command "update T set F = null where rowid = 57918";
Command "update T set F = null where rowid = 20467";
Command "update T set F = null where rowid = 57914";
Command "update T set F = null where rowid = 37483";
Command "update T set F = null where rowid = 51577";
Command "update T set F = null where rowid = 42459";
Command "update T set F = null where rowid = 10817";
Command "update T set F = null where rowid = 28628";
Command "update T set F = null where rowid = 36150";
Command "update T set F = null where rowid = 34081";
Command "update T set F = null where rowid = 50382";
Command "update T set F = null where rowid = 23983";
Command "update T set F = null where rowid = 7921";
Command "update T set F = null where rowid = 41857";
Command "update T set F = null where rowid = 34939";
Command "update T set F = null where rowid = 48812";
Command "update T set F = null where rowid = 46994";
Command "update T set F = null where rowid = 45953";
Command "update T set F = null where rowid = 50450";
Command "update T set F = null where rowid = 51477";
Command "update T set F = null where rowid = 5694";
Command "update T set F = null where rowid = 35683";
Command "update T set F = null where rowid = 44540";
Command "update T set F = null where rowid = 32725";
Command "update T set F = null where rowid = 46153";
Command "update T set F = null where rowid = 19791";
Command "update T set F = null where rowid = 6029";
Command "update T set F = null where rowid = 4312";
Command "update T set F = null where rowid = 11132";
Command "update T set F = null where rowid = 34938";
Command "update T set F = null where rowid = 31863";
Command "update T set F = null where rowid = 49588";
Command "update T set F = null where rowid = 944";
Command "update T set F = null where rowid = 13566";
Command "update T set F = null where rowid = 46158";
Command "update T set F = null where rowid = 58518";
Command "update T set F = null where rowid = 60356";
Command "update T set F = null where rowid = 46078";
Command "update T set F = null where rowid = 35696";
Command "update T set F = null where rowid = 7835";
Command "update T set F = null where rowid = 61296";
Command "update T set F = null where rowid = 7548";
Command "update T set F = null where rowid = 16432";
Command "update T set F = null where rowid = 48982";
Command "update T set F = null where rowid = 44221";
Command "update T set F = null where rowid = 44975";
Command "update T set F = null where rowid = 11557";
Command "update T set F = null where rowid = 40139";
Command "update T set F = null where rowid = 56382";
Command "update T set F = null where rowid = 30464";
Command "update T set F = null where rowid = 56065";
Command "update T set F = null where rowid = 20139";
Command "update T set F = null where rowid = 13105";
Command "update T set F = null where rowid = 43433";
Command "update T set F = null where rowid = 13984";
Command "update T set F = null where rowid = 2370";
Command "update T set F = null where rowid = 2532";
Command "update T set F = null where rowid = 21261";
Command "update T set F = null where rowid = 58795";
Command "update T set F = null where rowid = 4148";
Command "update T set F = null where rowid = 36764";
Command "update T set F = null where rowid = 58131";
Command "update T set F = null where rowid = 55954";
Command "update T set F = null where rowid = 21900";
Command "update T set F = null where rowid = 9170";
Command "update T set F = null where rowid = 33200";
Command "update T set F = null where rowid = 39143";
Command "update T set F = null where rowid = 49615";
Command "update T set F = null where rowid = 8285";
Command "update T set F = null where rowid = 49604";
Command "update T set F = null where rowid = 39566";
Command "update T set F = null where rowid = 54301";
Command "update T set F = null where rowid = 18640";
Command "update T set F = null where rowid = 3872";
Command "update T set F = null where rowid = 35439";
Command "update T set F = null where rowid = 28551";
Command "update T set F = null where rowid = 57453";
Command "update T set F = null where rowid = 54762";
Command "update T set F = null where rowid = 20454";
Command "update T set F = null where rowid = 15158";
Command "update T set F = null where rowid = 32356";
Command "update T set F = null where rowid = 50358";
Command "update T set F = null where rowid = 43157";
Command "update T set F = null where rowid = 32526";
Command "update T set F = null where rowid = 4884";
Command "update T set F = null where rowid = 23448";
Command "update T set F = null where rowid = 33851";
Command "update T set F = null where rowid = 20497";
Command "update T set F = null where rowid = 30905";
Command "update T set F = null where rowid = 21636";
Command "update T set F = null where rowid = 32722";
Command "update T set F = null where rowid = 3888";
Command "update T set F = null where rowid = 16463";
Command "update T set F = null where rowid = 25130";
Command "update T set F = null where rowid = 7546";
Command "update T set F = null where rowid = 26117";
Command "update T set F = null where rowid = 21144";
Command "update T set F = null where rowid = 36305";
Command "update T set F = null where rowid = 7374";
Command "update T set F = null where rowid = 40870";
Command "update T set F = null where rowid = 6772";
Command "update T set F = null where rowid = 55738";
Command "update T set F = null where rowid = 21187";
Command "update T set F = null where rowid = 19025";
Command "update T set F = null where rowid = 55641";
Command "update T set F = null where rowid = 25197";
Command "update T set F = null where rowid = 10899";
Command "update T set F = null where rowid = 6239";
Command "update T set F = null where rowid = 49099";
Command "update T set F = null where rowid = 39238";
Command "update T set F = null where rowid = 40119";
Command "update T set F = null where rowid = 2505";
Command "update T set F = null where rowid = 8768";
Command "update T set F = null where rowid = 34610";
Command "update T set F = null where rowid = 36714";
Command "update T set F = null where rowid = 30704";
Command "update T set F = null where rowid = 11059";
Command "update T set F = null where rowid = 33839";
Command "update T set F = null where rowid = 28285";
Command "update T set F = null where rowid = 53138";
Command "update T set F = null where rowid = 7956";
Command "update T set F = null where rowid = 37145";
Command "update T set F = null where rowid = 53030";
Command "update T set F = null where rowid = 57448";
Command "update T set F = null where rowid = 55112";
Command "update T set F = null where rowid = 44097";
Command "update T set F = null where rowid = 52651";
Command "update T set F = null where rowid = 27565";
Command "update T set F = null where rowid = 22879";
Command "update T set F = null where rowid = 40120";
Command "update T set F = null where rowid = 17455";
Command "update T set F = null where rowid = 54837";
Command "update T set F = null where rowid = 10685";
Command "update T set F = null where rowid = 14971";
Command "update T set F = null where rowid = 27347";
Command "update T set F = null where rowid = 48134";
Command "update T set F = null where rowid = 31704";
Command "update T set F = null where rowid = 56263";
Command "update T set F = null where rowid = 55903";
Command "update T set F = null where rowid = 39608";
Command "update T set F = null where rowid = 46492";
Command "update T set F = null where rowid = 30121";
Command "update T set F = null where rowid = 24294";
Command "update T set F = null where rowid = 43202";
Command "update T set F = null where rowid = 30291";
Command "update T set F = null where rowid = 55866";
Command "update T set F = null where rowid = 26806";
Command "update T set F = null where rowid = 51544";
Command "update T set F = null where rowid = 42360";
Command "update T set F = null where rowid = 55062";
Command "update T set F = null where rowid = 10376";
Command "update T set F = null where rowid = 24596";
Command "update T set F = null where rowid = 21028";
Command "update T set F = null where rowid = 11996";
Command "update T set F = null where rowid = 42933";
Command "update T set F = null where rowid = 19056";
Command "update T set F = null where rowid = 8571";
Command "update T set F = null where rowid = 43063";
Command "update T set F = null where rowid = 15607";
Command "update T set F = null where rowid = 60431";
Command "update T set F = null where rowid = 42418";
Command "update T set F = null where rowid = 1739";
Command "update T set F = null where rowid = 15143";
Command "update T set F = null where rowid = 43954";
Command "update T set F = null where rowid = 9744";
Command "update T set F = null where rowid = 8737";
Command "update T set F = null where rowid = 44666";
Command "update T set F = null where rowid = 31238";
Command "update T set F = null where rowid = 60132";
Command "update T set F = null where rowid = 8065";
Command "update T set F = null where rowid = 10328";
Command "update T set F = null where rowid = 10933";
Command "update T set F = null where rowid = 29631";
Command "update T set F = null where rowid = 42159";
Command "update T set F = null where rowid = 43732";
Command "update T set F = null where rowid = 30409";
Command "update T set F = null where rowid = 54801";
Command "update T set F = null where rowid = 41128";
Command "update T set F = null where rowid = 54797";
Command "update T set F = null where rowid = 51327";
Command "update T set F = null where rowid = 34356";
Command "update T set F = null where rowid = 11792";
Command "update T set F = null where rowid = 43472";
Command "update T set F = null where rowid = 39964";
Command "update T set F = null where rowid = 60285";
Command "update T set F = null where rowid = 39012";
Command "update T set F = null where rowid = 28677";
Command "update T set F = null where rowid = 11181";
Command "update T set F = null where rowid = 20812";
Command "update T set F = null where rowid = 6127";
Command "update T set F = null where rowid = 50492";
Command "update T set F = null where rowid = 22363";
Command "update T set F = null where rowid = 47476";
Command "update T set F = null where rowid = 52657";
Command "update T set F = null where rowid = 59323";
Command "update T set F = null where rowid = 36629";
Command "update T set F = null where rowid = 15965";
Command "update T set F = null where rowid = 23020";
Command "update T set F = null where rowid = 8753";
Command "update T set F = null where rowid = 50865";
Command "update T set F = null where rowid = 2162";
Command "update T set F = null where rowid = 36090";
Command "update T set F = null where rowid = 18432";
Command "update T set F = null where rowid = 29201";
Command "update T set F = null where rowid = 17083";
Command "update T set F = null where rowid = 20572";
Command "update T set F = null where rowid = 49439";
Command "update T set F = null where rowid = 26261";
Command "update T set F = null where rowid = 23610";
Command "update T set F = null where rowid = 51155";
Command "update T set F = null where rowid = 51239";
Command "update T set F = null where rowid = 52795";
Command "update T set F = null where rowid = 10038";
Command "update T set F = null where rowid = 8839";
Command "update T set F = null where rowid = 32233";
Command "update T set F = null where rowid = 30193";
Command "update T set F = null where rowid = 34986";
Command "update T set F = null where rowid = 60316";
Command "update T set F = null where rowid = 5934";
Command "update T set F = null where rowid = 4006";
Command "update T set F = null where rowid = 22900";
Command "update T set F = null where rowid = 61088";
Command "update T set F = null where rowid = 27938";
Command "update T set F = null where rowid = 44249";
Command "update T set F = null where rowid = 10314";
Command "update T set F = null where rowid = 45722";
Command "update T set F = null where rowid = 16481";
Command "update T set F = null where rowid = 14444";
Command "update T set F = null where rowid = 43810";
Command "update T set F = null where rowid = 9937";
Command "update T set F = null where rowid = 31997";
Command "update T set F = null where rowid = 1263";
Command "update T set F = null where rowid = 28676";
Command "update T set F = null where rowid = 56783";
Command "update T set F = null where rowid = 3527";
Command "update T set F = null where rowid = 26775";
Command "update T set F = null where rowid = 52023";
Command "update T set F = null where rowid = 7082";
Command "update T set F = null where rowid = 28111";
Command "update T set F = null where rowid = 39832";
Command "update T set F = null where rowid = 35175";
Command "update T set F = null where rowid = 48763";
Command "update T set F = null where rowid = 12761";
Command "update T set F = null where rowid = 27369";
Command "update T set F = null where rowid = 30619";
Command "update T set F = null where rowid = 3509";
Command "update T set F = null where rowid = 40650";
Command "update T set F = null where rowid = 3491";
Command "update T set F = null where rowid = 749";
Command "update T set F = null where rowid = 31221";
Command "update T set F = null where rowid = 22672";
Command "update T set F = null where rowid = 46934";
Command "update T set F = null where rowid = 21561";
Command "update T set F = null where rowid = 40906";
Command "update T set F = null where rowid = 36882";
Command "update T set F = null where rowid = 9490";
Command "update T set F = null where rowid = 26436";
Command "update T set F = null where rowid = 58814";
Command "update T set F = null where rowid = 16736";
Command "update T set F = null where rowid = 49189";
Command "update T set F = null where rowid = 2905";
Command "update T set F = null where rowid = 24289";
Command "update T set F = null where rowid = 50569";
Command "update T set F = null where rowid = 41100";
Command "update T set F = null where rowid = 5937";
Command "update T set F = null where rowid = 35500";
Command "update T set F = null where rowid = 39380";
Command "update T set F = null where rowid = 17650";
Command "update T set F = null where rowid = 59546";
Command "update T set F = null where rowid = 12968";
Command "update T set F = null where rowid = 5187";
Command "update T set F = null where rowid = 55401";
Command "update T set F = null where rowid = 29378";
Command "update T set F = null where rowid = 47613";
Command "update T set F = null where rowid = 8776";
Command "update T set F = null where rowid = 10238";
Command "update T set F = null where rowid = 31052";
Command "update T set F = null where rowid = 37921";
Command "update T set F = null where rowid = 54506";
Command "update T set F = null where rowid = 37207";
Command "update T set F = null where rowid = 46392";
Command "update T set F = null where rowid = 59410";
Command "update T set F = null where rowid = 23786";
Command "update T set F = null where rowid = 36142";
Command "update T set F = null where rowid = 56379";
Command "update T set F = null where rowid = 49215";
Command "update T set F = null where rowid = 33456";
Command "update T set F = null where rowid = 51018";
Command "update T set F = null where rowid = 59280";
Command "update T set F = null where rowid = 21392";
Command "update T set F = null where rowid = 37669";
Command "update T set F = null where rowid = 24520";
Command "update T set F = null where rowid = 6942";
Command "update T set F = null where rowid = 16216";
Command "update T set F = null where rowid = 40051";
Command "update T set F = null where rowid = 12961";
Command "update T set F = null where rowid = 48367";
Command "update T set F = null where rowid = 30594";
Command "update T set F = null where rowid = 2352";
Command "update T set F = null where rowid = 57033";
Command "update T set F = null where rowid = 6636";
Command "update T set F = null where rowid = 49809";
Command "update T set F = null where rowid = 54761";
Command "update T set F = null where rowid = 2003";
Command "update T set F = null where rowid = 25996";
Command "update T set F = null where rowid = 58707";
Command "update T set F = null where rowid = 57866";
Command "update T set F = null where rowid = 33531";
Command "update T set F = null where rowid = 20640";
Command "update T set F = null where rowid = 23573";
Command "update T set F = null where rowid = 8940";
Command "update T set F = null where rowid = 15272";
Command "update T set F = null where rowid = 39829";
Command "update T set F = null where rowid = 38301";
Command "update T set F = null where rowid = 29609";
Command "update T set F = null where rowid = 40526";
Command "update T set F = null where rowid = 40496";
Command "update T set F = null where rowid = 54190";
Command "update T set F = null where rowid = 57910";
Command "update T set F = null where rowid = 31211";
Command "update T set F = null where rowid = 17731";
Command "update T set F = null where rowid = 41826";
Command "update T set F = null where rowid = 17519";
Command "update T set F = null where rowid = 3459";
Command "update T set F = null where rowid = 6001";
Command "update T set F = null where rowid = 57262";
Command "update T set F = null where rowid = 44767";
Command "update T set F = null where rowid = 38944";
Command "update T set F = null where rowid = 51353";
Command "update T set F = null where rowid = 13558";
Command "update T set F = null where rowid = 18200";
Command "update T set F = null where rowid = 1711";
Command "update T set F = null where rowid = 387";
Command "update T set F = null where rowid = 28595";
Command "update T set F = null where rowid = 32868";
Command "update T set F = null where rowid = 5052";
Command "update T set F = null where rowid = 16960";
Command "update T set F = null where rowid = 22136";
Command "update T set F = null where rowid = 37078";
Command "update T set F = null where rowid = 8278";
Command "update T set F = null where rowid = 38778";
Command "update T set F = null where rowid = 34269";
Command "update T set F = null where rowid = 37509";
Command "update T set F = null where rowid = 15659";
Command "update T set F = null where rowid = 11361";
Command "update T set F = null where rowid = 18352";
Command "update T set F = null where rowid = 47396";
Command "update T set F = null where rowid = 31301";
Command "update T set F = null where rowid = 54096";
Command "update T set F = null where rowid = 42071";
Command "update T set F = null where rowid = 33881";
Command "update T set F = null where rowid = 36256";
Command "update T set F = null where rowid = 61182";
Command "update T set F = null where rowid = 51423";
Command "update T set F = null where rowid = 22278";
Command "update T set F = null where rowid = 45304";
Command "update T set F = null where rowid = 43672";
Command "update T set F = null where rowid = 45639";
Command "update T set F = null where rowid = 17636";
Command "update T set F = null where rowid = 55661";
Command "update T set F = null where rowid = 27356";
Command "update T set F = null where rowid = 19986";
Command "update T set F = null where rowid = 15370";
Command "update T set F = null where rowid = 59583";
Command "update T set F = null where rowid = 4509";
Command "update T set F = null where rowid = 60184";
Command "update T set F = null where rowid = 10747";
Command "update T set F = null where rowid = 31147";
Command "update T set F = null where rowid = 33327";
Command "update T set F = null where rowid = 43905";
Command "update T set F = null where rowid = 18228";
Command "update T set F = null where rowid = 22713";
Command "update T set F = null where rowid = 60391";
Command "update T set F = null where rowid = 35942";
Command "update T set F = null where rowid = 54345";
Command "update T set F = null where rowid = 51953";
Command "update T set F = null where rowid = 45060";
Command "update T set F = null where rowid = 37926";
Command "update T set F = null where rowid = 17262";
Command "update T set F = null where rowid = 27454";
Command "update T set F = null where rowid = 24659";
Command "update T set F = null where rowid = 13814";
Command "update T set F = null where rowid = 42151";
Command "update T set F = null where rowid = 50668";
Command "update T set F = null where rowid = 23601";
Command "update T set F = null where rowid = 23714";
Command "update T set F = null where rowid = 55188";
Command "update T set F = null where rowid = 50932";
Command "update T set F = null where rowid = 53679";
Command "update T set F = null where rowid = 26742";
Command "update T set F = null where rowid = 22728";
Command "update T set F = null where rowid = 15343";
Command "update T set F = null where rowid = 25376";
Command "update T set F = null where rowid = 23233";
Command "update T set F = null where rowid = 3967";
Command "update T set F = null where rowid = 39681";
Command "update T set F = null where rowid = 8309";
Command "update T set F = null where rowid = 40208";
Command "update T set F = null where rowid = 28364";
Command "update T set F = null where rowid = 3041";
Command "update T set F = null where rowid = 26937";
Command "update T set F = null where rowid = 50420";
Command "update T set F = null where rowid = 7550";
Command "update T set F = null where rowid = 41428";
Command "update T set F = null where rowid = 23465";
Command "update T set F = null where rowid = 4886";
Command "update T set F = null where rowid = 32536";
Command "update T set F = null where rowid = 16140";
Command "update T set F = null where rowid = 29523";
Command "update T set F = null where rowid = 55452";
Command "update T set F = null where rowid = 10559";
Command "update T set F = null where rowid = 30244";
Command "update T set F = null where rowid = 10652";
Command "update T set F = null where rowid = 6174";
Command "update T set F = null where rowid = 59014";
Command "update T set F = null where rowid = 28414";
Command "update T set F = null where rowid = 11926";
Command "update T set F = null where rowid = 35061";
Command "update T set F = null where rowid = 3226";
Command "update T set F = null where rowid = 60775";
Command "update T set F = null where rowid = 4932";
Command "update T set F = null where rowid = 22650";
Command "update T set F = null where rowid = 32817";
Command "update T set F = null where rowid = 4739";
Command "update T set F = null where rowid = 37604";
Command "update T set F = null where rowid = 26275";
Command "update T set F = null where rowid = 1937";
Command "update T set F = null where rowid = 50187";
Command "update T set F = null where rowid = 50903";
Command "update T set F = null where rowid = 45058";
Command "update T set F = null where rowid = 9787";
Command "update T set F = null where rowid = 24609";
Command "update T set F = null where rowid = 52745";
Command "update T set F = null where rowid = 52534";
Command "update T set F = null where rowid = 18434";
Command "update T set F = null where rowid = 47481";
Command "update T set F = null where rowid = 25584";
Command "update T set F = null where rowid = 4189";
Command "update T set F = null where rowid = 23379";
Command "update T set F = null where rowid = 2106";
Command "update T set F = null where rowid = 45518";
Command "update T set F = null where rowid = 39737";
Command "update T set F = null where rowid = 13509";
Command "update T set F = null where rowid = 54256";
Command "update T set F = null where rowid = 11420";
Command "update T set F = null where rowid = 34670";
Command "update T set F = null where rowid = 23769";
Command "update T set F = null where rowid = 38371";
Command "update T set F = null where rowid = 16181";
Command "update T set F = null where rowid = 43278";
Command "update T set F = null where rowid = 33025";
Command "update T set F = null where rowid = 51086";
Command "update T set F = null where rowid = 38533";
Command "update T set F = null where rowid = 33274";
Command "update T set F = null where rowid = 16978";
Command "update T set F = null where rowid = 16242";
Command "update T set F = null where rowid = 6055";
Command "update T set F = null where rowid = 48529";
Command "update T set F = null where rowid = 54068";
Command "update T set F = null where rowid = 20555";
Command "update T set F = null where rowid = 16486";
Command "update T set F = null where rowid = 19340";
Command "update T set F = null where rowid = 44821";
Command "update T set F = null where rowid = 14499";
Command "update T set F = null where rowid = 46632";
Command "update T set F = null where rowid = 34318";
Command "update T set F = null where rowid = 36898";
Command "update T set F = null where rowid = 33454";
Command "update T set F = null where rowid = 13756";
Command "update T set F = null where rowid = 14707";
Command "update T set F = null where rowid = 44055";
Command "update T set F = null where rowid = 12455";
Command "update T set F = null where rowid = 11213";
Command "update T set F = null where rowid = 21520";
Command "update T set F = null where rowid = 5466";
Command "update T set F = null where rowid = 6031";
Command "update T set F = null where rowid = 27613";
Command "update T set F = null where rowid = 21452";
Command "update T set F = null where rowid = 17371";
Command "update T set F = null where rowid = 11627";
Command "update T set F = null where rowid = 35519";
Command "update T set F = null where rowid = 8272";
Command "update T set F = null where rowid = 16227";
Command "update T set F = null where rowid = 13840";
Command "update T set F = null where rowid = 39114";
Command "update T set F = null where rowid = 55559";
Command "update T set F = null where rowid = 33398";
Command "update T set F = null where rowid = 19110";
Command "update T set F = null where rowid = 56891";
Command "update T set F = null where rowid = 61259";
Command "update T set F = null where rowid = 41096";
Command "update T set F = null where rowid = 41230";
Command "update T set F = null where rowid = 16785";
Command "update T set F = null where rowid = 60097";
Command "update T set F = null where rowid = 32710";
Command "update T set F = null where rowid = 41602";
Command "update T set F = null where rowid = 33385";
Command "update T set F = null where rowid = 52614";
Command "update T set F = null where rowid = 41028";
Command "update T set F = null where rowid = 31036";
Command "update T set F = null where rowid = 19917";
Command "update T set F = null where rowid = 6237";
Command "update T set F = null where rowid = 280";
Command "update T set F = null where rowid = 29172";
Command "update T set F = null where rowid = 26249";
Command "update T set F = null where rowid = 20332";
Command "update T set F = null where rowid = 39185";
Command "update T set F = null where rowid = 39795";
Command "update T set F = null where rowid = 29486";
Command "update T set F = null where rowid = 9161";
Command "update T set F = null where rowid = 55440";
Command "update T set F = null where rowid = 13708";
Command "update T set F = null where rowid = 1620";
Command "update T set F = null where rowid = 2217";
Command "update T set F = null where rowid = 30530";
Command "update T set F = null where rowid = 21726";
Command "update T set F = null where rowid = 35416";
Command "update T set F = null where rowid = 58162";
Command "update T set F = null where rowid = 19863";
Command "update T set F = null where rowid = 6495";
Command "update T set F = null where rowid = 23205";
Command "update T set F = null where rowid = 39016";
Command "update T set F = null where rowid = 31024";
Command "update T set F = null where rowid = 24646";
Command "update T set F = null where rowid = 9525";
Command "update T set F = null where rowid = 52711";
Command "update T set F = null where rowid = 47875";
Command "update T set F = null where rowid = 58664";
Command "update T set F = null where rowid = 57997";
Command "update T set F = null where rowid = 59584";
Command "update T set F = null where rowid = 8714";
Command "update T set F = null where rowid = 38781";
Command "update T set F = null where rowid = 38754";
Command "update T set F = null where rowid = 42853";
Command "update T set F = null where rowid = 13136";
Command "update T set F = null where rowid = 53243";
Command "update T set F = null where rowid = 39301";
Command "update T set F = null where rowid = 53922";
Command "update T set F = null where rowid = 34690";
Command "update T set F = null where rowid = 2804";
Command "update T set F = null where rowid = 40096";
Command "update T set F = null where rowid = 38172";
Command "update T set F = null where rowid = 34458";
Command "update T set F = null where rowid = 59158";
Command "update T set F = null where rowid = 31107";
Command "update T set F = null where rowid = 21431";
Command "update T set F = null where rowid = 29927";
Command "update T set F = null where rowid = 40151";
Command "update T set F = null where rowid = 61134";
Command "update T set F = null where rowid = 27056";
Command "update T set F = null where rowid = 41270";
Command "update T set F = null where rowid = 32477";
Command "update T set F = null where rowid = 6977";
Command "update T set F = null where rowid = 20022";
Command "update T set F = null where rowid = 22780";
Command "update T set F = null where rowid = 42848";
Command "update T set F = null where rowid = 29480";
Command "update T set F = null where rowid = 53751";
Command "update T set F = null where rowid = 44536";
Command "update T set F = null where rowid = 28904";
Command "update T set F = null where rowid = 35000";
Command "update T set F = null where rowid = 57731";
Command "update T set F = null where rowid = 28253";
Command "update T set F = null where rowid = 28529";
Command "update T set F = null where rowid = 23124";
Command "update T set F = null where rowid = 43862";
Command "update T set F = null where rowid = 31622";
Command "update T set F = null where rowid = 8052";
Command "update T set F = null where rowid = 57417";
Command "update T set F = null where rowid = 61002";
Command "update T set F = null where rowid = 20900";
Command "update T set F = null where rowid = 24701";
Command "update T set F = null where rowid = 59430";
Command "update T set F = null where rowid = 15403";
Command "update T set F = null where rowid = 50321";
Command "update T set F = null where rowid = 46064";
Command "update T set F = null where rowid = 7819";
Command "update T set F = null where rowid = 47519";
Command "update T set F = null where rowid = 9288";
Command "update T set F = null where rowid = 4948";
Command "update T set F = null where rowid = 56637";
Command "update T set F = null where rowid = 27368";
Command "update T set F = null where rowid = 15886";
Command "update T set F = null where rowid = 1064";
Command "update T set F = null where rowid = 46267";
Command "update T set F = null where rowid = 42737";
Command "update T set F = null where rowid = 9375";
Command "update T set F = null where rowid = 16155";
Command "update T set F = null where rowid = 28117";
Command "update T set F = null where rowid = 6088";
Command "update T set F = null where rowid = 5042";
Command "update T set F = null where rowid = 421";
Command "update T set F = null where rowid = 28848";
Command "update T set F = null where rowid = 36428";
Command "update T set F = null where rowid = 15402";
Command "update T set F = null where rowid = 26905";
Command "update T set F = null where rowid = 47790";
Command "update T set F = null where rowid = 10850";
Command "update T set F = null where rowid = 36946";
Command "update T set F = null where rowid = 49068";
Command "update T set F = null where rowid = 28160";
Command "update T set F = null where rowid = 33053";
Command "update T set F = null where rowid = 623";
Command "update T set F = null where rowid = 61016";
Command "update T set F = null where rowid = 30542";
Command "update T set F = null where rowid = 27877";
Command "update T set F = null where rowid = 39069";
Command "update T set F = null where rowid = 57202";
Command "update T set F = null where rowid = 34401";
Command "update T set F = null where rowid = 61033";
Command "update T set F = null where rowid = 56026";
Command "update T set F = null where rowid = 47435";
Command "update T set F = null where rowid = 18156";
Command "update T set F = null where rowid = 60846";
Command "update T set F = null where rowid = 1459";
Command "update T set F = null where rowid = 24401";
Command "update T set F = null where rowid = 17513";
Command "update T set F = null where rowid = 58317";
Command "update T set F = null where rowid = 19410";
Command "update T set F = null where rowid = 37682";
Command "update T set F = null where rowid = 32644";
Command "update T set F = null where rowid = 16983";
Command "update T set F = null where rowid = 4084";
Command "update T set F = null where rowid = 12232";
Command "update T set F = null where rowid = 12044";
Command "update T set F = null where rowid = 51284";
Command "update T set F = null where rowid = 54915";
Command "update T set F = null where rowid = 41434";
Command "update T set F = null where rowid = 134";
Command "update T set F = null where rowid = 28984";
Command "update T set F = null where rowid = 46218";
Command "update T set F = null where rowid = 7531";
Command "update T set F = null where rowid = 32165";
Command "update T set F = null where rowid = 16851";
Command "update T set F = null where rowid = 30039";
Command "update T set F = null where rowid = 40705";
Command "update T set F = null where rowid = 15573";
Command "update T set F = null where rowid = 50434";
Command "update T set F = null where rowid = 2293";
Command "update T set F = null where rowid = 48237";
Command "update T set F = null where rowid = 55152";
Command "update T set F = null where rowid = 8615";
Command "update T set F = null where rowid = 10225";
Command "update T set F = null where rowid = 16484";
Command "update T set F = null where rowid = 5192";
Command "update T set F = null where rowid = 26995";
Command "update T set F = null where rowid = 5968";
Command "update T set F = null where rowid = 57797";
Command "update T set F = null where rowid = 11457";
Command "update T set F = null where rowid = 8268";
Command "update T set F = null where rowid = 34273";
Command "update T set F = null where rowid = 39995";
Command "update T set F = null where rowid = 16253";
Command "update T set F = null where rowid = 44311";
Command "update T set F = null where rowid = 53488";
Command "update T set F = null where rowid = 30253";
Command "update T set F = null where rowid = 40114";
Command "update T set F = null where rowid = 57921";
Command "update T set F = null where rowid = 29950";
Command "update T set F = null where rowid = 50018";
Command "update T set F = null where rowid = 35472";
Command "update T set F = null where rowid = 46950";
Command "update T set F = null where rowid = 12563";
Command "update T set F = null where rowid = 27513";
Command "update T set F = null where rowid = 58467";
Command "update T set F = null where rowid = 35538";
Command "update T set F = null where rowid = 9918";
Command "update T set F = null where rowid = 57314";
Command "update T set F = null where rowid = 34858";
Command "update T set F = null where rowid = 28279";
Command "update T set F = null where rowid = 45512";
Command "update T set F = null where rowid = 22953";
Command "update T set F = null where rowid = 38992";
Command "update T set F = null where rowid = 27083";
Command "update T set F = null where rowid = 10494";
Command "update T set F = null where rowid = 14176";
Command "update T set F = null where rowid = 46196";
Command "update T set F = null where rowid = 56269";
Command "update T set F = null where rowid = 61164";
Command "update T set F = null where rowid = 60258";
Command "update T set F = null where rowid = 24928";
Command "update T set F = null where rowid = 49420";
Command "update T set F = null where rowid = 34296";
Command "update T set F = null where rowid = 44590";
Command "update T set F = null where rowid = 14990";
Command "update T set F = null where rowid = 15551";
Command "update T set F = null where rowid = 23079";
Command "update T set F = null where rowid = 7434";
Command "update T set F = null where rowid = 19408";
Command "update T set F = null where rowid = 34581";
Command "update T set F = null where rowid = 15804";
Command "update T set F = null where rowid = 52872";
Command "update T set F = null where rowid = 41799";
Command "update T set F = null where rowid = 40304";
Command "update T set F = null where rowid = 16361";
Command "update T set F = null where rowid = 27245";
Command "update T set F = null where rowid = 59526";
Command "update T set F = null where rowid = 2482";
Command "update T set F = null where rowid = 26283";
Command "update T set F = null where rowid = 6269";
Command "update T set F = null where rowid = 24595";
Command "update T set F = null where rowid = 16844";
Command "update T set F = null where rowid = 51981";
Command "update T set F = null where rowid = 31703";
Command "update T set F = null where rowid = 16909";
Command "update T set F = null where rowid = 2169";
Command "update T set F = null where rowid = 58677";
Command "update T set F = null where rowid = 19267";
Command "update T set F = null where rowid = 26544";
Command "update T set F = null where rowid = 2637";
Command "update T set F = null where rowid = 17429";
Command "update T set F = null where rowid = 49812";
Command "update T set F = null where rowid = 30688";
Command "update T set F = null where rowid = 33990";
Command "update T set F = null where rowid = 40594";
Command "update T set F = null where rowid = 56982";
Command "update T set F = null where rowid = 60653";
Command "update T set F = null where rowid = 41831";
Command "update T set F = null where rowid = 6291";
Command "update T set F = null where rowid = 5778";
Command "update T set F = null where rowid = 3518";
Command "update T set F = null where rowid = 13752";
Command "update T set F = null where rowid = 42429";
Command "update T set F = null where rowid = 4528";
Command "update T set F = null where rowid = 52368";
Command "update T set F = null where rowid = 56569";
Command "update T set F = null where rowid = 24132";
Command "update T set F = null where rowid = 22264";
Command "update T set F = null where rowid = 60593";
Command "update T set F = null where rowid = 53004";
Command "update T set F = null where rowid = 38056";
Command "update T set F = null where rowid = 27141";
Command "update T set F = null where rowid = 15269";
Command "update T set F = null where rowid = 8186";
Command "update T set F = null where rowid = 50427";
Command "update T set F = null where rowid = 6792";
Command "update T set F = null where rowid = 47504";
Command "update T set F = null where rowid = 12912";
Command "update T set F = null where rowid = 47657";
Command "update T set F = null where rowid = 24843";
Command "update T set F = null where rowid = 27987";
Command "update T set F = null where rowid = 30758";
Command "update T set F = null where rowid = 3524";
Command "update T set F = null where rowid = 49716";
Command "update T set F = null where rowid = 33775";
Command "update T set F = null where rowid = 37444";
Command "update T set F = null where rowid = 40456";
Command "update T set F = null where rowid = 1682";
Command "update T set F = null where rowid = 59737";
Command "update T set F = null where rowid = 386";
Command "update T set F = null where rowid = 45320";
Command "update T set F = null where rowid = 47432";
Command "update T set F = null where rowid = 12522";
Command "update T set F = null where rowid = 9276";
Command "update T set F = null where rowid = 33876";
Command "update T set F = null where rowid = 44144";
Command "update T set F = null where rowid = 28030";
Command "update T set F = null where rowid = 52879";
Command "update T set F = null where rowid = 48198";
Command "update T set F = null where rowid = 60633";
Command "update T set F = null where rowid = 29002";
Command "update T set F = null where rowid = 50774";
Command "update T set F = null where rowid = 11733";
Command "update T set F = null where rowid = 46044";
Command "update T set F = null where rowid = 6922";
Command "update T set F = null where rowid = 61391";
Command "update T set F = null where rowid = 49631";
Command "update T set F = null where rowid = 22343";
Command "update T set F = null where rowid = 52876";
Command "update T set F = null where rowid = 31144";
Command "update T set F = null where rowid = 22379";
Command "update T set F = null where rowid = 56230";
Command "update T set F = null where rowid = 16089";
Command "update T set F = null where rowid = 40160";
Command "update T set F = null where rowid = 16899";
Command "update T set F = null where rowid = 4543";
Command "update T set F = null where rowid = 61483";
Command "update T set F = null where rowid = 30036";
Command "update T set F = null where rowid = 25453";
Command "update T set F = null where rowid = 49139";
Command "update T set F = null where rowid = 57698";
Command "update T set F = null where rowid = 22818";
Command "update T set F = null where rowid = 25342";
Command "update T set F = null where rowid = 12421";
Command "update T set F = null where rowid = 24814";
Command "update T set F = null where rowid = 59556";
Command "update T set F = null where rowid = 11744";
Command "update T set F = null where rowid = 49728";
Command "update T set F = null where rowid = 14416";
Command "update T set F = null where rowid = 26152";
Command "update T set F = null where rowid = 54126";
Command "update T set F = null where rowid = 46533";
Command "update T set F = null where rowid = 33173";
Command "update T set F = null where rowid = 22977";
Command "update T set F = null where rowid = 32791";
Command "update T set F = null where rowid = 31207";
Command "update T set F = null where rowid = 41947";
Command "update T set F = null where rowid = 15078";
Command "update T set F = null where rowid = 1798";
Command "update T set F = null where rowid = 13878";
Command "update T set F = null where rowid = 37893";
Command "update T set F = null where rowid = 57925";
Command "update T set F = null where rowid = 39154";
Command "update T set F = null where rowid = 54826";
Command "update T set F = null where rowid = 5138";
Command "update T set F = null where rowid = 28003";
Command "update T set F = null where rowid = 19680";
Command "update T set F = null where rowid = 58421";
Command "update T set F = null where rowid = 48794";
Command "update T set F = null where rowid = 13013";
Command "update T set F = null where rowid = 42724";
Command "update T set F = null where rowid = 52136";
Command "update T set F = null where rowid = 7786";
Command "update T set F = null where rowid = 9995";
Command "update T set F = null where rowid = 3915";
Command "update T set F = null where rowid = 28765";
Command "update T set F = null where rowid = 52583";
Command "update T set F = null where rowid = 7297";
Command "update T set F = null where rowid = 13252";
Command "update T set F = null where rowid = 25281";
Command "update T set F = null where rowid = 34422";
Command "update T set F = null where rowid = 656";
Command "update T set F = null where rowid = 47516";
Command "update T set F = null where rowid = 12591";
Command "update T set F = null where rowid = 15871";
Command "update T set F = null where rowid = 24351";
Command "update T set F = null where rowid = 32460";
Command "update T set F = null where rowid = 49685";
Command "update T set F = null where rowid = 42113";
Command "update T set F = null where rowid = 11827";
Command "update T set F = null where rowid = 54931";
Command "update T set F = null where rowid = 6208";
Command "update T set F = null where rowid = 11889";
Command "update T set F = null where rowid = 9513";
Command "update T set F = null where rowid = 59511";
Command "update T set F = null where rowid = 33190";
Command "update T set F = null where rowid = 14194";
Command "update T set F = null where rowid = 21342";
Command "update T set F = null where rowid = 10343";
Command "update T set F = null where rowid = 48079";
Command "update T set F = null where rowid = 22007";
Command "update T set F = null where rowid = 28754";
Command "update T set F = null where rowid = 27677";
Command "update T set F = null where rowid = 30702";
Command "update T set F = null where rowid = 1519";
Command "update T set F = null where rowid = 45207";
Command "update T set F = null where rowid = 58683";
Command "update T set F = null where rowid = 36933";
Command "update T set F = null where rowid = 19238";
Command "update T set F = null where rowid = 17312";
Command "update T set F = null where rowid = 29865";
Command "update T set F = null where rowid = 36094";
Command "update T set F = null where rowid = 35601";
Command "update T set F = null where rowid = 46422";
Command "update T set F = null where rowid = 42585";
Command "update T set F = null where rowid = 57564";
Command "update T set F = null where rowid = 25980";
Command "update T set F = null where rowid = 47917";
Command "update T set F = null where rowid = 50173";
Command "update T set F = null where rowid = 12521";
Command "update T set F = null where rowid = 29332";
Command "update T set F = null where rowid = 161";
Command "update T set F = null where rowid = 41220";
Command "update T set F = null where rowid = 36656";
Command "update T set F = null where rowid = 43853";
Command "update T set F = null where rowid = 23435";
Command "update T set F = null where rowid = 16129";
Command "update T set F = null where rowid = 26529";
Command "update T set F = null where rowid = 32712";
Command "update T set F = null where rowid = 36520";
Command "update T set F = null where rowid = 15053";
Command "update T set F = null where rowid = 34524";
Command "update T set F = null where rowid = 22123";
Command "update T set F = null where rowid = 43478";
Command "update T set F = null where rowid = 23704";
Command "update T set F = null where rowid = 4908";
Command "update T set F = null where rowid = 19474";
Command "update T set F = null where rowid = 47035";
Command "update T set F = null where rowid = 23583";
Command "update T set F = null where rowid = 23673";
Command "update T set F = null where rowid = 7826";
Command "update T set F = null where rowid = 47147";
Command "update T set F = null where rowid = 52170";
Command "update T set F = null where rowid = 18365";
Command "update T set F = null where rowid = 33422";
Command "update T set F = null where rowid = 19037";
Command "update T set F = null where rowid = 51236";
Command "update T set F = null where rowid = 34445";
Command "update T set F = null where rowid = 42917";
Command "update T set F = null where rowid = 22088";
Command "update T set F = null where rowid = 28823";
Command "update T set F = null where rowid = 15193";
Command "update T set F = null where rowid = 61338";
Command "update T set F = null where rowid = 47232";
Command "update T set F = null where rowid = 44842";
Command "update T set F = null where rowid = 19167";
Command "update T set F = null where rowid = 22638";
Command "update T set F = null where rowid = 26213";
Command "update T set F = null where rowid = 21196";
Command "update T set F = null where rowid = 15468";
Command "update T set F = null where rowid = 14033";
Command "update T set F = null where rowid = 19663";
Command "update T set F = null where rowid = 41872";
Command "update T set F = null where rowid = 39985";
Command "update T set F = null where rowid = 7930";
Command "update T set F = null where rowid = 44726";
Command "update T set F = null where rowid = 3172";
Command "update T set F = null where rowid = 1040";
Command "update T set F = null where rowid = 30919";
Command "update T set F = null where rowid = 21247";
Command "update T set F = null where rowid = 27113";
Command "update T set F = null where rowid = 61191";
Command "update T set F = null where rowid = 19535";
Command "update T set F = null where rowid = 7362";
Command "update T set F = null where rowid = 52043";
Command "update T set F = null where rowid = 56613";
Command "update T set F = null where rowid = 34498";
Command "update T set F = null where rowid = 13463";
Command "update T set F = null where rowid = 32945";
Command "update T set F = null where rowid = 49091";
Command "update T set F = null where rowid = 29297";
Command "update T set F = null where rowid = 28996";
Command "update T set F = null where rowid = 52133";
Command "update T set F = null where rowid = 58307";
Command "update T set F = null where rowid = 4314";
Command "update T set F = null where rowid = 15020";
Command "update T set F = null where rowid = 21882";
Command "update T set F = null where rowid = 526";
Command "update T set F = null where rowid = 51428";
Command "update T set F = null where rowid = 24580";
Command "update T set F = null where rowid = 13410";
Command "update T set F = null where rowid = 40432";
Command "update T set F = null where rowid = 41040";
Command "update T set F = null where rowid = 38667";
Command "update T set F = null where rowid = 32224";
Command "update T set F = null where rowid = 28843";
Command "update T set F = null where rowid = 9013";
Command "update T set F = null where rowid = 57976";
Command "update T set F = null where rowid = 28216";
Command "update T set F = null where rowid = 51650";
Command "update T set F = null where rowid = 60357";
Command "update T set F = null where rowid = 7364";
Command "update T set F = null where rowid = 55651";
Command "update T set F = null where rowid = 10693";
Command "update T set F = null where rowid = 55686";
Command "update T set F = null where rowid = 50993";
Command "update T set F = null where rowid = 12724";
Command "update T set F = null where rowid = 11756";
Command "update T set F = null where rowid = 56149";
Command "update T set F = null where rowid = 29324";
Command "update T set F = null where rowid = 37814";
Command "update T set F = null where rowid = 26058";
Command "update T set F = null where rowid = 51043";
Command "update T set F = null where rowid = 10173";
Command "update T set F = null where rowid = 59276";
Command "update T set F = null where rowid = 32511";
Command "update T set F = null where rowid = 48569";
Command "update T set F = null where rowid = 47557";
Command "update T set F = null where rowid = 34884";
Command "update T set F = null where rowid = 23631";
Command "update T set F = null where rowid = 17402";
Command "update T set F = null where rowid = 12771";
Command "update T set F = null where rowid = 58156";
Command "update T set F = null where rowid = 2087";
Command "update T set F = null where rowid = 52436";
Command "update T set F = null where rowid = 46008";
Command "update T set F = null where rowid = 20254";
Command "update T set F = null where rowid = 39947";
Command "update T set F = null where rowid = 43776";
Command "update T set F = null where rowid = 36611";
Command "update T set F = null where rowid = 61223";
Command "update T set F = null where rowid = 49559";
Command "update T set F = null where rowid = 58515";
Command "update T set F = null where rowid = 36678";
Command "update T set F = null where rowid = 4740";
Command "update T set F = null where rowid = 12415";
Command "update T set F = null where rowid = 36284";
Command "update T set F = null where rowid = 51669";
Command "update T set F = null where rowid = 48090";
Command "update T set F = null where rowid = 25845";
Command "update T set F = null where rowid = 41506";
Command "update T set F = null where rowid = 10148";
Command "update T set F = null where rowid = 43720";
Command "update T set F = null where rowid = 42512";
Command "update T set F = null where rowid = 10182";
Command "update T set F = null where rowid = 46004";
Command "update T set F = null where rowid = 58056";
Command "update T set F = null where rowid = 48770";
Command "update T set F = null where rowid = 10682";
Command "update T set F = null where rowid = 329";
Command "update T set F = null where rowid = 48887";
Command "update T set F = null where rowid = 17888";
Command "update T set F = null where rowid = 57839";
Command "update T set F = null where rowid = 45398";
Command "update T set F = null where rowid = 45595";
Command "update T set F = null where rowid = 40718";
Command "update T set F = null where rowid = 37016";
Command "update T set F = null where rowid = 5236";
Command "update T set F = null where rowid = 59738";
Command "update T set F = null where rowid = 38848";
Command "update T set F = null where rowid = 25604";
Command "update T set F = null where rowid = 6335";
Command "update T set F = null where rowid = 14220";
Command "update T set F = null where rowid = 48721";
Command "update T set F = null where rowid = 6190";
Command "update T set F = null where rowid = 17576";
Command "update T set F = null where rowid = 4892";
Command "update T set F = null where rowid = 1579";
Command "update T set F = null where rowid = 39539";
Command "update T set F = null where rowid = 28346";
Command "update T set F = null where rowid = 56074";
Command "update T set F = null where rowid = 17149";
Command "update T set F = null where rowid = 43207";
Command "update T set F = null where rowid = 48148";
Command "update T set F = null where rowid = 39158";
Command "update T set F = null where rowid = 45708";
Command "update T set F = null where rowid = 60078";
Command "update T set F = null where rowid = 1189";
Command "update T set F = null where rowid = 3036";
Command "update T set F = null where rowid = 53720";
Command "update T set F = null where rowid = 11708";
Command "update T set F = null where rowid = 32077";
Command "update T set F = null where rowid = 56468";
Command "update T set F = null where rowid = 33718";
Command "update T set F = null where rowid = 34765";
Command "update T set F = null where rowid = 2754";
Command "update T set F = null where rowid = 29643";
Command "update T set F = null where rowid = 56934";
Command "update T set F = null where rowid = 9828";
Command "update T set F = null where rowid = 24525";
Command "update T set F = null where rowid = 30987";
Command "update T set F = null where rowid = 35823";
Command "update T set F = null where rowid = 15413";
Command "update T set F = null where rowid = 34711";
Command "update T set F = null where rowid = 12292";
Command "update T set F = null where rowid = 38019";
Command "update T set F = null where rowid = 45296";
Command "update T set F = null where rowid = 58175";
Command "update T set F = null where rowid = 41368";
Command "update T set F = null where rowid = 21935";
Command "update T set F = null where rowid = 16478";
Command "update T set F = null where rowid = 9238";
Command "update T set F = null where rowid = 34605";
Command "update T set F = null where rowid = 44424";
Command "update T set F = null where rowid = 9875";
Command "update T set F = null where rowid = 1731";
Command "update T set F = null where rowid = 25184";
Command "update T set F = null where rowid = 47464";
Command "update T set F = null where rowid = 35043";
Command "update T set F = null where rowid = 3271";
Command "update T set F = null where rowid = 36665";
Command "update T set F = null where rowid = 15629";
Command "update T set F = null where rowid = 42133";
Command "update T set F = null where rowid = 55057";
Command "update T set F = null where rowid = 13041";
Command "update T set F = null where rowid = 50145";
Command "update T set F = null where rowid = 23463";
Command "update T set F = null where rowid = 24554";
Command "update T set F = null where rowid = 12274";
Command "update T set F = null where rowid = 10075";
Command "update T set F = null where rowid = 6795";
Command "update T set F = null where rowid = 27374";
Command "update T set F = null where rowid = 29095";
Command "update T set F = null where rowid = 47165";
Command "update T set F = null where rowid = 16376";
Command "update T set F = null where rowid = 6315";
Command "update T set F = null where rowid = 47138";
Command "update T set F = null where rowid = 13117";
Command "update T set F = null where rowid = 14227";
Command "update T set F = null where rowid = 27525";
Command "update T set F = null where rowid = 48581";
Command "update T set F = null where rowid = 23806";
Command "update T set F = null where rowid = 53866";
Command "update T set F = null where rowid = 49032";
Command "update T set F = null where rowid = 45948";
Command "update T set F = null where rowid = 56115";
Command "update T set F = null where rowid = 32407";
Command "update T set F = null where rowid = 22615";
Command "update T set F = null where rowid = 53632";
Command "update T set F = null where rowid = 33307";
Command "update T set F = null where rowid = 29887";
Command "update T set F = null where rowid = 30062";
Command "update T set F = null where rowid = 18507";
Command "update T set F = null where rowid = 24254";
Command "update T set F = null where rowid = 16368";
Command "update T set F = null where rowid = 34596";
Command "update T set F = null where rowid = 35768";
Command "update T set F = null where rowid = 54576";
Command "update T set F = null where rowid = 19754";
Command "update T set F = null where rowid = 5787";
Command "update T set F = null where rowid = 30800";
Command "update T set F = null where rowid = 14849";
Command "update T set F = null where rowid = 58948";
Command "update T set F = null where rowid = 18741";
Command "update T set F = null where rowid = 30876";
Command "update T set F = null where rowid = 44218";
Command "update T set F = null where rowid = 10083";
Command "update T set F = null where rowid = 39695";
Command "update T set F = null where rowid = 55764";
Command "update T set F = null where rowid = 26598";
Command "update T set F = null where rowid = 10718";
Command "update T set F = null where rowid = 60772";
Command "update T set F = null where rowid = 58669";
Command "update T set F = null where rowid = 56518";
Command "update T set F = null where rowid = 35629";
Command "update T set F = null where rowid = 45391";
Command "update T set F = null where rowid = 8140";
Command "update T set F = null where rowid = 9175";
Command "update T set F = null where rowid = 23952";
Command "update T set F = null where rowid = 8356";
Command "update T set F = null where rowid = 43129";
Command "update T set F = null where rowid = 44840";
Command "update T set F = null where rowid = 2163";
Command "update T set F = null where rowid = 45030";
Command "update T set F = null where rowid = 11407";
Command "update T set F = null where rowid = 13855";
Command "update T set F = null where rowid = 16936";
Command "update T set F = null where rowid = 52310";
Command "update T set F = null where rowid = 58409";
Command "update T set F = null where rowid = 13196";
Command "update T set F = null where rowid = 47639";
Command "update T set F = null where rowid = 58012";
Command "update T set F = null where rowid = 43592";
Command "update T set F = null where rowid = 331";
Command "update T set F = null where rowid = 43678";
Command "update T set F = null where rowid = 60774";
Command "update T set F = null where rowid = 39424";
Command "update T set F = null where rowid = 2898";
Command "update T set F = null where rowid = 2973";
Command "update T set F = null where rowid = 46166";
Command "update T set F = null where rowid = 10205";
Command "update T set F = null where rowid = 55147";
Command "update T set F = null where rowid = 52797";
Command "update T set F = null where rowid = 15283";
Command "update T set F = null where rowid = 48741";
Command "update T set F = null where rowid = 16747";
Command "update T set F = null where rowid = 18279";
Command "update T set F = null where rowid = 12673";
Command "update T set F = null where rowid = 33940";
Command "update T set F = null where rowid = 33029";
Command "update T set F = null where rowid = 54017";
Command "update T set F = null where rowid = 53083";
Command "update T set F = null where rowid = 2733";
Command "update T set F = null where rowid = 24538";
Command "update T set F = null where rowid = 46606";
Command "update T set F = null where rowid = 8269";
Command "update T set F = null where rowid = 41728";
Command "update T set F = null where rowid = 47849";
Command "update T set F = null where rowid = 23630";
Command "update T set F = null where rowid = 44089";
Command "update T set F = null where rowid = 21225";
Command "update T set F = null where rowid = 41194";
Command "update T set F = null where rowid = 298";
Command "update T set F = null where rowid = 29403";
Command "update T set F = null where rowid = 60343";
Command "update T set F = null where rowid = 56295";
Command "update T set F = null where rowid = 26540";
Command "update T set F = null where rowid = 42258";
Command "update T set F = null where rowid = 37676";
Command "update T set F = null where rowid = 23154";
Command "update T set F = null where rowid = 3118";
Command "update T set F = null where rowid = 47475";
Command "update T set F = null where rowid = 15844";
Command "update T set F = null where rowid = 15368";
Command "update T set F = null where rowid = 14529";
Command "update T set F = null where rowid = 14893";
Command "update T set F = null where rowid = 22105";
Command "update T set F = null where rowid = 57643";
Command "update T set F = null where rowid = 41209";
Command "update T set F = null where rowid = 57582";
Command "update T set F = null where rowid = 4782";
Command "update T set F = null where rowid = 28697";
Command "update T set F = null where rowid = 16312";
Command "update T set F = null where rowid = 4844";
Command "update T set F = null where rowid = 10998";
Command "update T set F = null where rowid = 29082";
Command "update T set F = null where rowid = 36180";
Command "update T set F = null where rowid = 22617";
Command "update T set F = null where rowid = 18099";
Command "update T set F = null where rowid = 15470";
Command "update T set F = null where rowid = 8059";
Command "update T set F = null where rowid = 47915";
Command "update T set F = null where rowid = 60226";
Command "update T set F = null where rowid = 3521";
Command "update T set F = null where rowid = 54368";
Command "update T set F = null where rowid = 59225";
Command "update T set F = null where rowid = 51588";
Command "update T set F = null where rowid = 52161";
Command "update T set F = null where rowid = 41401";
Command "update T set F = null where rowid = 31197";
Command "update T set F = null where rowid = 18747";
Command "update T set F = null where rowid = 19503";
Command "update T set F = null where rowid = 9696";
Command "update T set F = null where rowid = 3416";
Command "update T set F = null where rowid = 36999";
Command "update T set F = null where rowid = 27739";
Command "update T set F = null where rowid = 35855";
Command "update T set F = null where rowid = 5510";
Command "update T set F = null where rowid = 24226";
Command "update T set F = null where rowid = 48387";
Command "update T set F = null where rowid = 16743";
Command "update T set F = null where rowid = 4254";
Command "update T set F = null where rowid = 3119";
Command "update T set F = null where rowid = 56565";
Command "update T set F = null where rowid = 19818";
Command "update T set F = null where rowid = 34190";
Command "update T set F = null where rowid = 28837";
Command "update T set F = null where rowid = 26604";
Command "update T set F = null where rowid = 48676";
Command "update T set F = null where rowid = 3762";
Command "update T set F = null where rowid = 49934";
Command "update T set F = null where rowid = 3493";
Command "update T set F = null where rowid = 8183";
Command "update T set F = null where rowid = 13852";
Command "update T set F = null where rowid = 46868";
Command "update T set F = null where rowid = 34452";
Command "update T set F = null where rowid = 57935";
Command "update T set F = null where rowid = 12102";
Command "update T set F = null where rowid = 14393";
Command "update T set F = null where rowid = 60001";
Command "update T set F = null where rowid = 32343";
Command "update T set F = null where rowid = 49785";
Command "update T set F = null where rowid = 2763";
Command "update T set F = null where rowid = 2867";
Command "update T set F = null where rowid = 28927";
Command "update T set F = null where rowid = 28902";
Command "update T set F = null where rowid = 49909";
Command "update T set F = null where rowid = 48279";
Command "update T set F = null where rowid = 31336";
Command "update T set F = null where rowid = 41516";
Command "update T set F = null where rowid = 18743";
Command "update T set F = null where rowid = 20023";
Command "update T set F = null where rowid = 49035";
Command "update T set F = null where rowid = 18244";
Command "update T set F = null where rowid = 9482";
Command "update T set F = null where rowid = 5746";
Command "update T set F = null where rowid = 49278";
Command "update T set F = null where rowid = 43775";
Command "update T set F = null where rowid = 26904";
Command "update T set F = null where rowid = 4674";
Command "update T set F = null where rowid = 56279";
Command "update T set F = null where rowid = 16522";
Command "update T set F = null where rowid = 11151";
Command "update T set F = null where rowid = 57871";
Command "update T set F = null where rowid = 39652";
Command "update T set F = null where rowid = 36519";
Command "update T set F = null where rowid = 48602";
Command "update T set F = null where rowid = 21220";
Command "update T set F = null where rowid = 7727";
Command "update T set F = null where rowid = 3016";
Command "update T set F = null where rowid = 9270";
Command "update T set F = null where rowid = 6402";
Command "update T set F = null where rowid = 30332";
Command "update T set F = null where rowid = 20890";
Command "update T set F = null where rowid = 59403";
Command "update T set F = null where rowid = 24317";
Command "update T set F = null where rowid = 29027";
Command "update T set F = null where rowid = 13501";
Command "update T set F = null where rowid = 18701";
Command "update T set F = null where rowid = 43325";
Command "update T set F = null where rowid = 37748";
Command "update T set F = null where rowid = 46490";
Command "update T set F = null where rowid = 41265";
Command "update T set F = null where rowid = 45198";
Command "update T set F = null where rowid = 14352";
Command "update T set F = null where rowid = 19453";
Command "update T set F = null where rowid = 30059";
Command "update T set F = null where rowid = 35837";
Command "update T set F = null where rowid = 18963";
Command "update T set F = null where rowid = 3144";
Command "update T set F = null where rowid = 10439";
Command "update T set F = null where rowid = 23010";
Command "update T set F = null where rowid = 5990";
Command "update T set F = null where rowid = 21401";
Command "update T set F = null where rowid = 8143";
Command "update T set F = null where rowid = 24813";
Command "update T set F = null where rowid = 17549";
Command "update T set F = null where rowid = 21823";
Command "update T set F = null where rowid = 21472";
Command "update T set F = null where rowid = 48961";
Command "update T set F = null where rowid = 3565";
Command "update T set F = null where rowid = 26903";
Command "update T set F = null where rowid = 54658";
Command "update T set F = null where rowid = 19226";
Command "update T set F = null where rowid = 44801";
Command "update T set F = null where rowid = 6424";
Command "update T set F = null where rowid = 21843";
Command "update T set F = null where rowid = 12150";
Command "update T set F = null where rowid = 11667";
Command "update T set F = null where rowid = 17595";
Command "update T set F = null where rowid = 50798";
Command "update T set F = null where rowid = 42689";
Command "update T set F = null where rowid = 19587";
Command "update T set F = null where rowid = 11949";
Command "update T set F = null where rowid = 39213";
Command "update T set F = null where rowid = 39683";
Command "update T set F = null where rowid = 13799";
Command "update T set F = null where rowid = 913";
Command "update T set F = null where rowid = 47484";
Command "update T set F = null where rowid = 9827";
Command "update T set F = null where rowid = 2514";
Command "update T set F = null where rowid = 1514";
Command "update T set F = null where rowid = 48206";
Command "update T set F = null where rowid = 54212";
Command "update T set F = null where rowid = 9110";
Command "update T set F = null where rowid = 29676";
Command "update T set F = null where rowid = 50331";
Command "update T set F = null where rowid = 6846";
Command "update T set F = null where rowid = 20001";
Command "update T set F = null where rowid = 22928";
Command "update T set F = null where rowid = 42910";
Command "update T set F = null where rowid = 41973";
Command "update T set F = null where rowid = 42650";
Command "update T set F = null where rowid = 22965";
Command "update T set F = null where rowid = 9015";
Command "update T set F = null where rowid = 55296";
Command "update T set F = null where rowid = 43981";
Command "update T set F = null where rowid = 44562";
Command "update T set F = null where rowid = 27314";
Command "update T set F = null where rowid = 42725";
Command "update T set F = null where rowid = 23877";
Command "update T set F = null where rowid = 53039";
Command "update T set F = null where rowid = 35881";
Command "update T set F = null where rowid = 51047";
Command "update T set F = null where rowid = 9502";
Command "update T set F = null where rowid = 21418";
Command "update T set F = null where rowid = 24816";
Command "update T set F = null where rowid = 42548";
Command "update T set F = null where rowid = 7207";
Command "update T set F = null where rowid = 33710";
Command "update T set F = null where rowid = 40260";
Command "update T set F = null where rowid = 11840";
Command "update T set F = null where rowid = 33776";
Command "update T set F = null where rowid = 9397";
Command "update T set F = null where rowid = 7808";
Command "update T set F = null where rowid = 49697";
Command "update T set F = null where rowid = 25208";
Command "update T set F = null where rowid = 24692";
Command "update T set F = null where rowid = 15100";
Command "update T set F = null where rowid = 53473";
Command "update T set F = null where rowid = 8119";
Command "update T set F = null where rowid = 50453";
Command "update T set F = null where rowid = 45793";
Command "update T set F = null where rowid = 49380";
Command "update T set F = null where rowid = 2936";
Command "update T set F = null where rowid = 28780";
Command "update T set F = null where rowid = 35849";
Command "update T set F = null where rowid = 31292";
Command "update T set F = null where rowid = 49791";
Command "update T set F = null where rowid = 59196";
Command "update T set F = null where rowid = 45983";
Command "update T set F = null where rowid = 15931";
Command "update T set F = null where rowid = 40323";
Command "update T set F = null where rowid = 30552";
Command "update T set F = null where rowid = 37020";
Command "update T set F = null where rowid = 38876";
Command "update T set F = null where rowid = 15190";
Command "update T set F = null where rowid = 36928";
Command "update T set F = null where rowid = 16886";
Command "update T set F = null where rowid = 59740";
Command "update T set F = null where rowid = 16890";
Command "update T set F = null where rowid = 18941";
Command "update T set F = null where rowid = 7081";
Command "update T set F = null where rowid = 30216";
Command "update T set F = null where rowid = 6819";
Command "update T set F = null where rowid = 35074";
Command "update T set F = null where rowid = 25514";
Command "update T set F = null where rowid = 34306";
Command "update T set F = null where rowid = 22674";
Command "update T set F = null where rowid = 28046";
Command "update T set F = null where rowid = 47780";
Command "update T set F = null where rowid = 44259";
Command "update T set F = null where rowid = 19755";
Command "update T set F = null where rowid = 6550";
Command "update T set F = null where rowid = 27786";
Command "update T set F = null where rowid = 37861";
Command "update T set F = null where rowid = 24113";
Command "update T set F = null where rowid = 19613";
Command "update T set F = null where rowid = 4321";
Command "update T set F = null where rowid = 1824";
Command "update T set F = null where rowid = 50049";
Command "update T set F = null where rowid = 53089";
Command "update T set F = null where rowid = 48308";
Command "update T set F = null where rowid = 1751";
Command "update T set F = null where rowid = 45368";
Command "update T set F = null where rowid = 48954";
Command "update T set F = null where rowid = 33767";
Command "update T set F = null where rowid = 8375";
Command "update T set F = null where rowid = 48922";
Command "update T set F = null where rowid = 37485";
Command "update T set F = null where rowid = 20054";
Command "update T set F = null where rowid = 18627";
Command "update T set F = null where rowid = 11164";
Command "update T set F = null where rowid = 38561";
Command "update T set F = null where rowid = 3735";
Command "update T set F = null where rowid = 13644";
Command "update T set F = null where rowid = 48365";
Command "update T set F = null where rowid = 17388";
Command "update T set F = null where rowid = 16333";
Command "update T set F = null where rowid = 16145";
Command "update T set F = null where rowid = 32334";
Command "update T set F = null where rowid = 47012";
Command "update T set F = null where rowid = 42038";
Command "update T set F = null where rowid = 47448";
Command "update T set F = null where rowid = 30231";
Command "update T set F = null where rowid = 59233";
Command "update T set F = null where rowid = 32713";
Command "update T set F = null where rowid = 27683";
Command "update T set F = null where rowid = 30446";
Command "update T set F = null where rowid = 54006";
Command "update T set F = null where rowid = 15439";
Command "update T set F = null where rowid = 969";
Command "update T set F = null where rowid = 20176";
Command "update T set F = null where rowid = 30041";
Command "update T set F = null where rowid = 7658";
Command "update T set F = null where rowid = 18454";
Command "update T set F = null where rowid = 51344";
Command "update T set F = null where rowid = 9836";
Command "update T set F = null where rowid = 26253";
Command "update T set F = null where rowid = 7891";
Command "update T set F = null where rowid = 32585";
Command "update T set F = null where rowid = 2800";
Command "update T set F = null where rowid = 6460";
Command "update T set F = null where rowid = 20658";
Command "update T set F = null where rowid = 40549";
Command "update T set F = null where rowid = 39687";
Command "update T set F = null where rowid = 45037";
Command "update T set F = null where rowid = 27520";
Command "update T set F = null where rowid = 27041";
Command "update T set F = null where rowid = 28041";
Command "update T set F = null where rowid = 9668";
Command "update T set F = null where rowid = 39776";
Command "update T set F = null where rowid = 35318";
Command "update T set F = null where rowid = 5059";
Command "update T set F = null where rowid = 53053";
Command "update T set F = null where rowid = 54633";
Command "update T set F = null where rowid = 25070";
Command "update T set F = null where rowid = 36219";
Command "update T set F = null where rowid = 40311";
Command "update T set F = null where rowid = 30650";
Command "update T set F = null where rowid = 26732";
Command "update T set F = null where rowid = 18413";
Command "update T set F = null where rowid = 6012";
Command "update T set F = null where rowid = 28549";
Command "update T set F = null where rowid = 19023";
Command "update T set F = null where rowid = 44";
Command "update T set F = null where rowid = 3365";
Command "update T set F = null where rowid = 31697";
Command "update T set F = null where rowid = 43118";
Command "update T set F = null where rowid = 47023";
Command "update T set F = null where rowid = 18961";
Command "update T set F = null where rowid = 28840";
Command "update T set F = null where rowid = 34151";
Command "update T set F = null where rowid = 2694";
Command "update T set F = null where rowid = 26390";
Command "update T set F = null where rowid = 46640";
Command "update T set F = null where rowid = 23277";
Command "update T set F = null where rowid = 42959";
Command "update T set F = null where rowid = 45188";
Command "update T set F = null where rowid = 12655";
Command "update T set F = null where rowid = 17217";
Command "update T set F = null where rowid = 23322";
Command "update T set F = null where rowid = 54968";
Command "update T set F = null where rowid = 32287";
Command "update T set F = null where rowid = 44548";
Command "update T set F = null where rowid = 19897";
Command "update T set F = null where rowid = 31557";
Command "update T set F = null where rowid = 29948";
Command "update T set F = null where rowid = 25641";
Command "update T set F = null where rowid = 45514";
Command "update T set F = null where rowid = 45704";
Command "update T set F = null where rowid = 56183";
Command "update T set F = null where rowid = 60598";
Command "update T set F = null where rowid = 490";
Command "update T set F = null where rowid = 35312";
Command "update T set F = null where rowid = 33536";
Command "update T set F = null where rowid = 27870";
Command "update T set F = null where rowid = 53103";
Command "update T set F = null where rowid = 34925";
Command "update T set F = null where rowid = 50942";
Command "update T set F = null where rowid = 37873";
Command "update T set F = null where rowid = 17701";
Command "update T set F = null where rowid = 40572";
Command "update T set F = null where rowid = 29731";
Command "update T set F = null where rowid = 11207";
Command "update T set F = null where rowid = 8439";
Command "update T set F = null where rowid = 32881";
Command "update T set F = null where rowid = 36565";
Command "update T set F = null where rowid = 23867";
Command "update T set F = null where rowid = 27930";
Command "update T set F = null where rowid = 58831";
Command "update T set F = null where rowid = 36212";
Command "update T set F = null where rowid = 57329";
Command "update T set F = null where rowid = 10419";
Command "update T set F = null where rowid = 25454";
Command "update T set F = null where rowid = 16928";
Command "update T set F = null where rowid = 3247";
Command "update T set F = null where rowid = 54912";
Command "update T set F = null where rowid = 41655";
Command "update T set F = null where rowid = 14727";
Command "update T set F = null where rowid = 49511";
Command "update T set F = null where rowid = 20901";
Command "update T set F = null where rowid = 17793";
Command "update T set F = null where rowid = 33249";
Command "update T set F = null where rowid = 42370";
Command "update T set F = null where rowid = 27328";
Command "update T set F = null where rowid = 29413";
Command "update T set F = null where rowid = 22803";
Command "update T set F = null where rowid = 55097";
Command "update T set F = null where rowid = 43248";
Command "update T set F = null where rowid = 37229";
Command "update T set F = null where rowid = 30620";
Command "update T set F = null where rowid = 57612";
Command "update T set F = null where rowid = 16572";
Command "update T set F = null where rowid = 13624";
Command "update T set F = null where rowid = 57980";
Command "update T set F = null where rowid = 16251";
Command "update T set F = null where rowid = 24422";
Command "update T set F = null where rowid = 11716";
Command "update T set F = null where rowid = 4166";
Command "update T set F = null where rowid = 55545";
Command "update T set F = null where rowid = 18146";
Command "update T set F = null where rowid = 7634";
Command "update T set F = null where rowid = 40411";
Command "update T set F = null where rowid = 52476";
Command "update T set F = null where rowid = 24088";
Command "update T set F = null where rowid = 50701";
Command "update T set F = null where rowid = 39134";
Command "update T set F = null where rowid = 30939";
Command "update T set F = null where rowid = 19523";
Command "update T set F = null where rowid = 27891";
Command "update T set F = null where rowid = 40179";
Command "update T set F = null where rowid = 53757";
Command "update T set F = null where rowid = 34358";
Command "update T set F = null where rowid = 7281";
Command "update T set F = null where rowid = 49607";
Command "update T set F = null where rowid = 45653";
Command "update T set F = null where rowid = 23291";
Command "update T set F = null where rowid = 57222";
Command "update T set F = null where rowid = 21622";
Command "update T set F = null where rowid = 15827";
Command "update T set F = null where rowid = 25521";
Command "update T set F = null where rowid = 5148";
Command "update T set F = null where rowid = 16608";
Command "update T set F = null where rowid = 5993";
Command "update T set F = null where rowid = 43487";
Command "update T set F = null where rowid = 16921";
Command "update T set F = null where rowid = 24528";
Command "update T set F = null where rowid = 26365";
Command "update T set F = null where rowid = 56851";
Command "update T set F = null where rowid = 47996";
Command "update T set F = null where rowid = 56479";
Command "update T set F = null where rowid = 40273";
Command "update T set F = null where rowid = 25193";
Command "update T set F = null where rowid = 45154";
Command "update T set F = null where rowid = 54770";
Command "update T set F = null where rowid = 17999";
Command "update T set F = null where rowid = 20706";
Command "update T set F = null where rowid = 24029";
Command "update T set F = null where rowid = 33244";
Command "update T set F = null where rowid = 48642";
Command "update T set F = null where rowid = 1587";
Command "update T set F = null where rowid = 27244";
Command "update T set F = null where rowid = 11679";
Command "update T set F = null where rowid = 38968";
Command "update T set F = null where rowid = 13441";
Command "update T set F = null where rowid = 17553";
Command "update T set F = null where rowid = 60712";
Command "update T set F = null where rowid = 16225";
Command "update T set F = null where rowid = 3528";
Command "update T set F = null where rowid = 41458";
Command "update T set F = null where rowid = 11668";
Command "update T set F = null where rowid = 8590";
Command "update T set F = null where rowid = 29659";
Command "update T set F = null where rowid = 18896";
Command "update T set F = null where rowid = 20501";
Command "update T set F = null where rowid = 3913";
Command "update T set F = null where rowid = 29481";
Command "update T set F = null where rowid = 3320";
Command "update T set F = null where rowid = 60663";
Command "update T set F = null where rowid = 21536";
Command "update T set F = null where rowid = 14186";
Command "update T set F = null where rowid = 30325";
Command "update T set F = null where rowid = 26585";
Command "update T set F = null where rowid = 41493";
Command "update T set F = null where rowid = 40016";
Command "update T set F = null where rowid = 54919";
Command "update T set F = null where rowid = 34553";
Command "update T set F = null where rowid = 29271";
Command "update T set F = null where rowid = 20790";
Command "update T set F = null where rowid = 43546";
Command "update T set F = null where rowid = 24686";
Command "update T set F = null where rowid = 45160";
Command "update T set F = null where rowid = 14659";
Command "update T set F = null where rowid = 30094";
Command "update T set F = null where rowid = 51957";
Command "update T set F = null where rowid = 37620";
Command "update T set F = null where rowid = 59709";
Command "update T set F = null where rowid = 51274";
Command "update T set F = null where rowid = 12780";
Command "update T set F = null where rowid = 42467";
Command "update T set F = null where rowid = 6953";
Command "update T set F = null where rowid = 38205";
Command "update T set F = null where rowid = 17593";
Command "update T set F = null where rowid = 2386";
Command "update T set F = null where rowid = 25412";
Command "update T set F = null where rowid = 43455";
Command "update T set F = null where rowid = 55938";
Command "update T set F = null where rowid = 17938";
Command "update T set F = null where rowid = 20546";
Command "update T set F = null where rowid = 47183";
Command "update T set F = null where rowid = 4468";
Command "update T set F = null where rowid = 55511";
Command "update T set F = null where rowid = 2850";
Command "update T set F = null where rowid = 39364";
Command "update T set F = null where rowid = 12999";
Command "update T set F = null where rowid = 56306";
Command "update T set F = null where rowid = 39483";
Command "update T set F = null where rowid = 27698";
Command "update T set F = null where rowid = 60070";
Command "update T set F = null where rowid = 59446";
Command "update T set F = null where rowid = 18682";
Command "update T set F = null where rowid = 15679";
Command "update T set F = null where rowid = 43306";
Command "update T set F = null where rowid = 36801";
Command "update T set F = null where rowid = 28228";
Command "update T set F = null where rowid = 33802";
Command "update T set F = null where rowid = 18777";
Command "update T set F = null where rowid = 6108";
Command "update T set F = null where rowid = 26371";
Command "update T set F = null where rowid = 48173";
Command "update T set F = null where rowid = 29173";
Command "update T set F = null where rowid = 1247";
Command "update T set F = null where rowid = 52473";
Command "update T set F = null where rowid = 5661";
Command "update T set F = null where rowid = 2761";
Command "update T set F = null where rowid = 48899";
Command "update T set F = null where rowid = 35871";
Command "update T set F = null where rowid = 57542";
Command "update T set F = null where rowid = 58107";
Command "update T set F = null where rowid = 11970";
Command "update T set F = null where rowid = 24444";
Command "update T set F = null where rowid = 35356";
Command "update T set F = null where rowid = 22029";
Command "update T set F = null where rowid = 13028";
Command "update T set F = null where rowid = 5140";
Command "update T set F = null where rowid = 57418";
Command "update T set F = null where rowid = 24300";
Command "update T set F = null where rowid = 16962";
Command "update T set F = null where rowid = 22546";
Command "update T set F = null where rowid = 55970";
Command "update T set F = null where rowid = 17509";
Command "update T set F = null where rowid = 30949";
Command "update T set F = null where rowid = 2230";
Command "update T set F = null where rowid = 49158";
Command "update T set F = null where rowid = 26060";
Command "update T set F = null where rowid = 17610";
Command "update T set F = null where rowid = 6877";
Command "update T set F = null where rowid = 57080";
Command "update T set F = null where rowid = 27686";
Command "update T set F = null where rowid = 61422";
Command "update T set F = null where rowid = 9318";
Command "update T set F = null where rowid = 49722";
Command "update T set F = null where rowid = 54098";
Command "update T set F = null where rowid = 6429";
Command "update T set F = null where rowid = 45380";
Command "update T set F = null where rowid = 9530";
Command "update T set F = null where rowid = 28034";
Command "update T set F = null where rowid = 11242";
Command "update T set F = null where rowid = 39845";
Command "update T set F = null where rowid = 45789";
Command "update T set F = null where rowid = 16975";
Command "update T set F = null where rowid = 39884";
Command "update T set F = null where rowid = 28195";
Command "update T set F = null where rowid = 987";
Command "update T set F = null where rowid = 18868";
Command "update T set F = null where rowid = 44802";
Command "update T set F = null where rowid = 58785";
Command "update T set F = null where rowid = 13641";
Command "update T set F = null where rowid = 37039";
Command "update T set F = null where rowid = 6908";
Command "update T set F = null where rowid = 14796";
Command "update T set F = null where rowid = 58606";
Command "update T set F = null where rowid = 289";
Command "update T set F = null where rowid = 6352";
Command "update T set F = null where rowid = 50387";
Command "update T set F = null where rowid = 39348";
Command "update T set F = null where rowid = 51050";
Command "update T set F = null where rowid = 39601";
Command "update T set F = null where rowid = 46809";
Command "update T set F = null where rowid = 20436";
Command "update T set F = null where rowid = 16579";
Command "update T set F = null where rowid = 53847";
Command "update T set F = null where rowid = 29259";
Command "update T set F = null where rowid = 36602";
Command "update T set F = null where rowid = 14912";
Command "update T set F = null where rowid = 2317";
Command "update T set F = null where rowid = 10298";
Command "update T set F = null where rowid = 35012";
Command "update T set F = null where rowid = 54208";
Command "update T set F = null where rowid = 21100";
Command "update T set F = null where rowid = 59762";
Command "update T set F = null where rowid = 22906";
Command "update T set F = null where rowid = 43924";
Command "update T set F = null where rowid = 1053";
Command "update T set F = null where rowid = 6913";
Command "update T set F = null where rowid = 51333";
Command "update T set F = null where rowid = 13563";
Command "update T set F = null where rowid = 24014";
Command "update T set F = null where rowid = 45087";
Command "update T set F = null where rowid = 53049";
Command "update T set F = null where rowid = 33693";
Command "update T set F = null where rowid = 24086";
Command "update T set F = null where rowid = 5761";
Command "update T set F = null where rowid = 10037";
Command "update T set F = null where rowid = 56169";
Command "update T set F = null where rowid = 59019";
Command "update T set F = null where rowid = 15465";
Command "update T set F = null where rowid = 3151";
Command "update T set F = null where rowid = 26009";
Command "update T set F = null where rowid = 61399";
Command "update T set F = null where rowid = 12710";
Command "update T set F = null where rowid = 42342";
Command "update T set F = null where rowid = 4360";
Command "update T set F = null where rowid = 58487";
Command "update T set F = null where rowid = 58642";
Command "update T set F = null where rowid = 2360";
Command "update T set F = null where rowid = 1503";
Command "update T set F = null where rowid = 16320";
Command "update T set F = null where rowid = 7715";
Command "update T set F = null where rowid = 44714";
Command "update T set F = null where rowid = 54383";
Command "update T set F = null where rowid = 60055";
Command "update T set F = null where rowid = 25494";
Command "update T set F = null where rowid = 18550";
Command "update T set F = null where rowid = 16589";
Command "update T set F = null where rowid = 46269";
Command "update T set F = null where rowid = 45447";
Command "update T set F = null where rowid = 28";
Command "update T set F = null where rowid = 14717";
Command "update T set F = null where rowid = 41787";
Command "update T set F = null where rowid = 7801";
Command "update T set F = null where rowid = 61180";
Command "update T set F = null where rowid = 40060";
Command "update T set F = null where rowid = 51775";
Command "update T set F = null where rowid = 52238";
Command "update T set F = null where rowid = 6096";
Command "update T set F = null where rowid = 57289";
Command "update T set F = null where rowid = 10237";
Command "update T set F = null where rowid = 42087";
Command "update T set F = null where rowid = 28342";
Command "update T set F = null where rowid = 59161";
Command "update T set F = null where rowid = 27990";
Command "update T set F = null where rowid = 30403";
Command "update T set F = null where rowid = 42729";
Command "update T set F = null where rowid = 19160";
Command "update T set F = null where rowid = 8056";
Command "update T set F = null where rowid = 8394";
Command "update T set F = null where rowid = 7163";
Command "update T set F = null where rowid = 60467";
Command "update T set F = null where rowid = 51871";
Command "update T set F = null where rowid = 29125";
Command "update T set F = null where rowid = 24775";
Command "update T set F = null where rowid = 11225";
Command "update T set F = null where rowid = 815";
Command "update T set F = null where rowid = 49699";
Command "update T set F = null where rowid = 35161";
Command "update T set F = null where rowid = 34407";
Command "update T set F = null where rowid = 53831";
Command "update T set F = null where rowid = 59901";
Command "update T set F = null where rowid = 29299";
Command "update T set F = null where rowid = 16796";
Command "update T set F = null where rowid = 52334";
Command "update T set F = null where rowid = 57468";
Command "update T set F = null where rowid = 36255";
Command "update T set F = null where rowid = 50154";
Command "update T set F = null where rowid = 39654";
Command "update T set F = null where rowid = 39003";
Command "update T set F = null where rowid = 17835";
Command "update T set F = null where rowid = 55024";
Command "update T set F = null where rowid = 37708";
Command "update T set F = null where rowid = 1747";
Command "update T set F = null where rowid = 60516";
Command "update T set F = null where rowid = 45575";
Command "update T set F = null where rowid = 50815";
Command "update T set F = null where rowid = 56289";
Command "update T set F = null where rowid = 53697";
Command "update T set F = null where rowid = 43271";
Command "update T set F = null where rowid = 14641";
Command "update T set F = null where rowid = 32437";
Command "update T set F = null where rowid = 2048";
Command "update T set F = null where rowid = 25573";
Command "update T set F = null where rowid = 59240";
Command "update T set F = null where rowid = 21454";
Command "update T set F = null where rowid = 51811";
Command "update T set F = null where rowid = 55790";
Command "update T set F = null where rowid = 25707";
Command "update T set F = null where rowid = 44616";
Command "update T set F = null where rowid = 54090";
Command "update T set F = null where rowid = 25343";
Command "update T set F = null where rowid = 10911";
Command "update T set F = null where rowid = 50383";
Command "update T set F = null where rowid = 15484";
Command "update T set F = null where rowid = 37623";
Command "update T set F = null where rowid = 32446";
Command "update T set F = null where rowid = 37599";
Command "update T set F = null where rowid = 22245";
Command "update T set F = null where rowid = 34384";
Command "update T set F = null where rowid = 16701";
Command "update T set F = null where rowid = 60009";
Command "update T set F = null where rowid = 4544";
Command "update T set F = null where rowid = 52830";
Command "update T set F = null where rowid = 17188";
Command "update T set F = null where rowid = 16482";
Command "update T set F = null where rowid = 10107";
Command "update T set F = null where rowid = 4972";
Command "update T set F = null where rowid = 34576";
Command "update T set F = null where rowid = 15031";
Command "update T set F = null where rowid = 48421";
Command "update T set F = null where rowid = 20553";
Command "update T set F = null where rowid = 16824";
Command "update T set F = null where rowid = 48658";
Command "update T set F = null where rowid = 10752";
Command "update T set F = null where rowid = 54881";
Command "update T set F = null where rowid = 57476";
Command "update T set F = null where rowid = 57984";
Command "update T set F = null where rowid = 11818";
Command "update T set F = null where rowid = 28514";
Command "update T set F = null where rowid = 9727";
Command "update T set F = null where rowid = 13896";
Command "update T set F = null where rowid = 19449";
Command "update T set F = null where rowid = 41823";
Command "update T set F = null where rowid = 27878";
Command "update T set F = null where rowid = 29600";
Command "update T set F = null where rowid = 20816";
Command "update T set F = null where rowid = 3418";
Command "update T set F = null where rowid = 38632";
Command "update T set F = null where rowid = 33140";
Command "update T set F = null where rowid = 44324";
Command "update T set F = null where rowid = 11325";
Command "update T set F = null where rowid = 26553";
Command "update T set F = null where rowid = 19354";
Command "update T set F = null where rowid = 37331";
Command "update T set F = null where rowid = 48903";
Command "update T set F = null where rowid = 10799";
Command "update T set F = null where rowid = 28733";
Command "update T set F = null where rowid = 43332";
Command "update T set F = null where rowid = 26702";
Command "update T set F = null where rowid = 8895";
Command "update T set F = null where rowid = 29177";
Command "update T set F = null where rowid = 54257";
Command "update T set F = null where rowid = 5373";
Command "update T set F = null where rowid = 6342";
Command "update T set F = null where rowid = 52549";
Command "update T set F = null where rowid = 47803";
Command "update T set F = null where rowid = 1206";
Command "update T set F = null where rowid = 56814";
Command "update T set F = null where rowid = 31167";
Command "update T set F = null where rowid = 41285";
Command "update T set F = null where rowid = 41491";
Command "update T set F = null where rowid = 7238";
Command "update T set F = null where rowid = 44522";
Command "update T set F = null where rowid = 36252";
Command "update T set F = null where rowid = 54116";
Command "update T set F = null where rowid = 55464";
Command "update T set F = null where rowid = 17926";
Command "update T set F = null where rowid = 32452";
Command "update T set F = null where rowid = 32504";
Command "update T set F = null where rowid = 25140";
Command "update T set F = null where rowid = 19419";
Command "update T set F = null where rowid = 36146";
Command "update T set F = null where rowid = 48097";
Command "update T set F = null where rowid = 44014";
Command "update T set F = null where rowid = 23530";
Command "update T set F = null where rowid = 4210";
Command "update T set F = null where rowid = 48653";
Command "update T set F = null where rowid = 4619";
Command "update T set F = null where rowid = 7862";
Command "update T set F = null where rowid = 53291";
Command "update T set F = null where rowid = 45078";
Command "update T set F = null where rowid = 61136";
Command "update T set F = null where rowid = 30175";
Command "update T set F = null where rowid = 21000";
Command "update T set F = null where rowid = 1244";
Command "update T set F = null where rowid = 39849";
Command "update T set F = null where rowid = 33573";
Command "update T set F = null where rowid = 88";
Command "update T set F = null where rowid = 17597";
Command "update T set F = null where rowid = 46523";
Command "update T set F = null where rowid = 29843";
Command "update T set F = null where rowid = 22109";
Command "update T set F = null where rowid = 12893";
Command "update T set F = null where rowid = 44275";
Command "update T set F = null where rowid = 60444";
Command "update T set F = null where rowid = 16493";
Command "update T set F = null where rowid = 39770";
Command "update T set F = null where rowid = 47638";
Command "update T set F = null where rowid = 5154";
Command "update T set F = null where rowid = 36919";
Command "update T set F = null where rowid = 16920";
Command "update T set F = null where rowid = 1449";
Command "update T set F = null where rowid = 47064";
Command "update T set F = null where rowid = 18834";
Command "update T set F = null where rowid = 45252";
Command "update T set F = null where rowid = 23723";
Command "update T set F = null where rowid = 5610";
Command "update T set F = null where rowid = 35242";
Command "update T set F = null where rowid = 35762";
Command "update T set F = null where rowid = 14588";
Command "update T set F = null where rowid = 45192";
Command "update T set F = null where rowid = 31924";
Command "update T set F = null where rowid = 20969";
Command "update T set F = null where rowid = 56790";
Command "update T set F = null where rowid = 55404";
Command "update T set F = null where rowid = 52018";
Command "update T set F = null where rowid = 54657";
Command "update T set F = null where rowid = 15740";
Command "update T set F = null where rowid = 49789";
Command "update T set F = null where rowid = 1720";
Command "update T set F = null where rowid = 8361";
Command "update T set F = null where rowid = 26899";
Command "update T set F = null where rowid = 39375";
Command "update T set F = null where rowid = 47533";
Command "update T set F = null where rowid = 57694";
Command "update T set F = null where rowid = 6746";
Command "update T set F = null where rowid = 23671";
Command "update T set F = null where rowid = 16096";
Command "update T set F = null where rowid = 1355";
Command "update T set F = null where rowid = 13803";
Command "update T set F = null where rowid = 9222";
Command "update T set F = null where rowid = 4497";
Command "update T set F = null where rowid = 40135";
Command "update T set F = null where rowid = 5372";
Command "update T set F = null where rowid = 37952";
Command "update T set F = null where rowid = 40109";
Command "update T set F = null where rowid = 24834";
Command "update T set F = null where rowid = 35107";
Command "update T set F = null where rowid = 53909";
Command "update T set F = null where rowid = 1637";
Command "update T set F = null where rowid = 22172";
Command "update T set F = null where rowid = 36400";
Command "update T set F = null where rowid = 44246";
Command "update T set F = null where rowid = 2247";
Command "update T set F = null where rowid = 56969";
Command "update T set F = null where rowid = 26175";
Command "update T set F = null where rowid = 16666";
Command "update T set F = null where rowid = 55727";
Command "update T set F = null where rowid = 34106";
Command "update T set F = null where rowid = 51867";
Command "update T set F = null where rowid = 40818";
Command "update T set F = null where rowid = 742";
Command "update T set F = null where rowid = 11270";
Command "update T set F = null where rowid = 42491";
Command "update T set F = null where rowid = 21824";
Command "update T set F = null where rowid = 19295";
Command "update T set F = null where rowid = 36543";
Command "update T set F = null where rowid = 52312";
Command "update T set F = null where rowid = 16009";
Command "update T set F = null where rowid = 3111";
Command "update T set F = null where rowid = 42961";
Command "update T set F = null where rowid = 47980";
Command "update T set F = null where rowid = 14625";
Command "update T set F = null where rowid = 6416";
Command "update T set F = null where rowid = 12450";
Command "update T set F = null where rowid = 48977";
Command "update T set F = null where rowid = 32113";
Command "update T set F = null where rowid = 43328";
Command "update T set F = null where rowid = 23735";
Command "update T set F = null where rowid = 1649";
Command "update T set F = null where rowid = 14021";
Command "update T set F = null where rowid = 49325";
Command "update T set F = null where rowid = 41112";
Command "update T set F = null where rowid = 36069";
Command "update T set F = null where rowid = 25635";
Command "update T set F = null where rowid = 14708";
Command "update T set F = null where rowid = 13434";
Command "update T set F = null where rowid = 11779";
Command "update T set F = null where rowid = 40486";
Command "update T set F = null where rowid = 1704";
Command "update T set F = null where rowid = 16124";
Command "update T set F = null where rowid = 1404";
Command "update T set F = null where rowid = 8505";
Command "update T set F = null where rowid = 48175";
Command "update T set F = null where rowid = 19542";
Command "update T set F = null where rowid = 18116";
Command "update T set F = null where rowid = 29867";
Command "update T set F = null where rowid = 54981";
Command "update T set F = null where rowid = 24684";
Command "update T set F = null where rowid = 36845";
Command "update T set F = null where rowid = 36967";
Command "update T set F = null where rowid = 31446";
Command "update T set F = null where rowid = 31022";
Command "update T set F = null where rowid = 45784";
Command "update T set F = null where rowid = 53025";
Command "update T set F = null where rowid = 26316";
Command "update T set F = null where rowid = 20053";
Command "update T set F = null where rowid = 12685";
Command "update T set F = null where rowid = 45036";
Command "update T set F = null where rowid = 17392";
Command "update T set F = null where rowid = 37059";
Command "update T set F = null where rowid = 33676";
Command "update T set F = null where rowid = 20627";
Command "update T set F = null where rowid = 22183";
Command "update T set F = null where rowid = 56248";
Command "update T set F = null where rowid = 41687";
Command "update T set F = null where rowid = 29140";
Command "update T set F = null where rowid = 60251";
Command "update T set F = null where rowid = 33688";
Command "update T set F = null where rowid = 2962";
Command "update T set F = null where rowid = 3825";
Command "update T set F = null where rowid = 3208";
Command "update T set F = null where rowid = 35797";
Command "update T set F = null where rowid = 56989";
Command "update T set F = null where rowid = 39004";
Command "update T set F = null where rowid = 33995";
Command "update T set F = null where rowid = 44841";
Command "update T set F = null where rowid = 7079";
Command "update T set F = null where rowid = 31480";
Command "update T set F = null where rowid = 59012";
Command "update T set F = null where rowid = 29810";
Command "update T set F = null where rowid = 30951";
Command "update T set F = null where rowid = 19805";
Command "update T set F = null where rowid = 413";
Command "update T set F = null where rowid = 981";
Command "update T set F = null where rowid = 24418";
Command "update T set F = null where rowid = 47010";
Command "update T set F = null where rowid = 56577";
Command "update T set F = null where rowid = 54438";
Command "update T set F = null where rowid = 45622";
Command "update T set F = null where rowid = 46722";
Command "update T set F = null where rowid = 44826";
Command "update T set F = null where rowid = 45582";
Command "update T set F = null where rowid = 42166";
Command "update T set F = null where rowid = 60651";
Command "update T set F = null where rowid = 43996";
Command "update T set F = null where rowid = 10158";
Command "update T set F = null where rowid = 27395";
Command "update T set F = null where rowid = 51368";
Command "update T set F = null where rowid = 44192";
Command "update T set F = null where rowid = 32070";
Command "update T set F = null where rowid = 4592";
Command "update T set F = null where rowid = 27148";
Command "update T set F = null where rowid = 4046";
Command "update T set F = null where rowid = 30015";
Command "update T set F = null where rowid = 50745";
Command "update T set F = null where rowid = 5875";
Command "update T set F = null where rowid = 46108";
Command "update T set F = null where rowid = 17901";
Command "update T set F = null where rowid = 50997";
Command "update T set F = null where rowid = 38695";
Command "update T set F = null where rowid = 54911";
Command "update T set F = null where rowid = 21494";
Command "update T set F = null where rowid = 40513";
Command "update T set F = null where rowid = 42647";
Command "update T set F = null where rowid = 22572";
Command "update T set F = null where rowid = 46552";
Command "update T set F = null where rowid = 52954";
Command "update T set F = null where rowid = 37959";
Command "update T set F = null where rowid = 23544";
Command "update T set F = null where rowid = 23831";
Command "update T set F = null where rowid = 33705";
Command "update T set F = null where rowid = 34467";
Command "update T set F = null where rowid = 32490";
Command "update T set F = null where rowid = 40142";
Command "update T set F = null where rowid = 53500";
Command "update T set F = null where rowid = 5169";
Command "update T set F = null where rowid = 46864";
Command "update T set F = null where rowid = 25110";
Command "update T set F = null where rowid = 46660";
Command "update T set F = null where rowid = 6060";
Command "update T set F = null where rowid = 8517";
Command "update T set F = null where rowid = 48809";
Command "update T set F = null where rowid = 44874";
Command "update T set F = null where rowid = 21212";
Command "update T set F = null where rowid = 28791";
Command "update T set F = null where rowid = 22479";
Command "update T set F = null where rowid = 35710";
Command "update T set F = null where rowid = 27110";
Command "update T set F = null where rowid = 49103";
Command "update T set F = null where rowid = 29690";
Command "update T set F = null where rowid = 16788";
Command "update T set F = null where rowid = 45116";
Command "update T set F = null where rowid = 2803";
Command "update T set F = null where rowid = 8633";
Command "update T set F = null where rowid = 4778";
Command "update T set F = null where rowid = 7386";
Command "update T set F = null where rowid = 15808";
Command "update T set F = null where rowid = 40372";
Command "update T set F = null where rowid = 45132";
Command "update T set F = null where rowid = 37811";
Command "update T set F = null where rowid = 9783";
Command "update T set F = null where rowid = 6395";
Command "update T set F = null where rowid = 35147";
Command "update T set F = null where rowid = 3618";
Command "update T set F = null where rowid = 51351";
Command "update T set F = null where rowid = 33503";
Command "update T set F = null where rowid = 41804";
Command "update T set F = null where rowid = 42628";
Command "update T set F = null where rowid = 26613";
Command "update T set F = null where rowid = 32409";
Command "update T set F = null where rowid = 44104";
Command "update T set F = null where rowid = 6017";
Command "update T set F = null where rowid = 40316";
Command "update T set F = null where rowid = 11757";
Command "update T set F = null where rowid = 41241";
Command "update T set F = null where rowid = 45102";
Command "update T set F = null where rowid = 16884";
Command "update T set F = null where rowid = 34758";
Command "update T set F = null where rowid = 25119";
Command "update T set F = null where rowid = 7033";
Command "update T set F = null where rowid = 56196";
Command "update T set F = null where rowid = 14805";
Command "update T set F = null where rowid = 51135";
Command "update T set F = null where rowid = 44954";
Command "update T set F = null where rowid = 16035";
Command "update T set F = null where rowid = 40334";
Command "update T set F = null where rowid = 16";
Command "update T set F = null where rowid = 55371";
Command "update T set F = null where rowid = 12539";
Command "update T set F = null where rowid = 5570";
Command "update T set F = null where rowid = 51266";
Command "update T set F = null where rowid = 50704";
Command "update T set F = null where rowid = 59066";
Command "update T set F = null where rowid = 47628";
Command "update T set F = null where rowid = 8983";
Command "update T set F = null where rowid = 25465";
Command "update T set F = null where rowid = 35988";
Command "update T set F = null where rowid = 18484";
Command "update T set F = null where rowid = 10903";
Command "update T set F = null where rowid = 19381";
Command "update T set F = null where rowid = 33414";
Command "update T set F = null where rowid = 42326";
Command "update T set F = null where rowid = 32573";
Command "update T set F = null where rowid = 24672";
Command "update T set F = null where rowid = 25254";
Command "update T set F = null where rowid = 53621";
Command "update T set F = null where rowid = 50000";
Command "update T set F = null where rowid = 25909";
Command "update T set F = null where rowid = 45751";
Command "update T set F = null where rowid = 44421";
Command "update T set F = null where rowid = 1510";
Command "update T set F = null where rowid = 17131";
Command "update T set F = null where rowid = 56781";
Command "update T set F = null where rowid = 3189";
Command "update T set F = null where rowid = 25296";
Command "update T set F = null where rowid = 46942";
Command "update T set F = null where rowid = 59647";
Command "update T set F = null where rowid = 19977";
Command "update T set F = null where rowid = 27582";
Command "update T set F = null where rowid = 6433";
Command "update T set F = null where rowid = 1981";
Command "update T set F = null where rowid = 6590";
Command "update T set F = null where rowid = 29231";
Command "update T set F = null where rowid = 8273";
Command "update T set F = null where rowid = 32666";
Command "update T set F = null where rowid = 51683";
Command "update T set F = null where rowid = 11544";
Command "update T set F = null where rowid = 46698";
Command "update T set F = null where rowid = 32664";
Command "update T set F = null where rowid = 20329";
Command "update T set F = null where rowid = 35654";
Command "update T set F = null where rowid = 34119";
Command "update T set F = null where rowid = 131";
Command "update T set F = null where rowid = 4405";
Command "update T set F = null where rowid = 55426";
Command "update T set F = null where rowid = 23213";
Command "update T set F = null where rowid = 28168";
Command "update T set F = null where rowid = 13466";
Command "update T set F = null where rowid = 3809";
Command "update T set F = null where rowid = 3567";
Command "update T set F = null where rowid = 10892";
Command "update T set F = null where rowid = 50616";
Command "update T set F = null where rowid = 14306";
Command "update T set F = null where rowid = 40442";
Command "update T set F = null where rowid = 10829";
Command "update T set F = null where rowid = 50176";
Command "update T set F = null where rowid = 43663";
Command "update T set F = null where rowid = 15062";
Command "update T set F = null where rowid = 27301";
Command "update T set F = null where rowid = 10968";
Command "update T set F = null where rowid = 48085";
Command "update T set F = null where rowid = 23772";
Command "update T set F = null where rowid = 35743";
Command "update T set F = null where rowid = 47648";
Command "update T set F = null where rowid = 26233";
Command "update T set F = null where rowid = 12082";
Command "update T set F = null where rowid = 12445";
Command "update T set F = null where rowid = 57333";
Command "update T set F = null where rowid = 22493";
Command "update T set F = null where rowid = 32783";
Command "update T set F = null where rowid = 7330";
Command "update T set F = null where rowid = 8543";
Command "update T set F = null where rowid = 1575";
Command "update T set F = null where rowid = 18122";
Command "update T set F = null where rowid = 5905";
Command "update T set F = null where rowid = 3346";
Command "update T set F = null where rowid = 36016";
Command "update T set F = null where rowid = 5549";
Command "update T set F = null where rowid = 47032";
Command "update T set F = null where rowid = 17036";
Command "update T set F = null where rowid = 15008";
Command "update T set F = null where rowid = 20903";
Command "update T set F = null where rowid = 11870";
Command "update T set F = null where rowid = 17751";
Command "update T set F = null where rowid = 41164";
Command "update T set F = null where rowid = 22515";
Command "update T set F = null where rowid = 3123";
Command "update T set F = null where rowid = 49174";
Command "update T set F = null where rowid = 2658";
Command "update T set F = null where rowid = 10177";
Command "update T set F = null where rowid = 1949";
Command "update T set F = null where rowid = 30240";
Command "update T set F = null where rowid = 49097";
Command "update T set F = null where rowid = 43230";
Command "update T set F = null where rowid = 55562";
Command "update T set F = null where rowid = 40554";
Command "update T set F = null where rowid = 8678";
Command "update T set F = null where rowid = 8030";
Command "update T set F = null where rowid = 35124";
Command "update T set F = null where rowid = 21148";
Command "update T set F = null where rowid = 18180";
Command "update T set F = null where rowid = 16366";
Command "update T set F = null where rowid = 24853";
Command "update T set F = null where rowid = 27731";
Command "update T set F = null where rowid = 45175";
Command "update T set F = null where rowid = 45254";
Command "update T set F = null where rowid = 3691";
Command "update T set F = null where rowid = 14558";
Command "update T set F = null where rowid = 43400";
Command "update T set F = null where rowid = 52824";
Command "update T set F = null where rowid = 34873";
Command "update T set F = null where rowid = 17723";
Command "update T set F = null where rowid = 46547";
Command "update T set F = null where rowid = 29170";
Command "update T set F = null where rowid = 17087";
Command "update T set F = null where rowid = 41875";
Command "update T set F = null where rowid = 26190";
Command "update T set F = null where rowid = 33248";
Command "update T set F = null where rowid = 26083";
Command "update T set F = null where rowid = 53054";
Command "update T set F = null where rowid = 24307";
Command "update T set F = null where rowid = 45107";
Command "update T set F = null where rowid = 44408";
Command "update T set F = null where rowid = 54085";
Command "update T set F = null where rowid = 10610";
Command "update T set F = null where rowid = 50973";
Command "update T set F = null where rowid = 51616";
Command "update T set F = null where rowid = 33535";
Command "update T set F = null where rowid = 59305";
Command "update T set F = null where rowid = 48096";
Command "update T set F = null where rowid = 53938";
Command "update T set F = null where rowid = 43503";
Command "update T set F = null where rowid = 1252";
Command "update T set F = null where rowid = 8126";
Command "update T set F = null where rowid = 28968";
Command "update T set F = null where rowid = 45705";
Command "update T set F = null where rowid = 55783";
Command "update T set F = null where rowid = 7963";
Command "update T set F = null where rowid = 14594";
Command "update T set F = null where rowid = 53318";
Command "update T set F = null where rowid = 13562";
Command "update T set F = null where rowid = 35866";
Command "update T set F = null where rowid = 34179";
Command "update T set F = null where rowid = 30658";
Command "update T set F = null where rowid = 4281";
Command "update T set F = null where rowid = 4846";
Command "update T set F = null where rowid = 52076";
Command "update T set F = null where rowid = 48034";
Command "update T set F = null where rowid = 46956";
Command "update T set F = null where rowid = 45717";
Command "update T set F = null where rowid = 4063";
Command "update T set F = null where rowid = 60330";
Command "update T set F = null where rowid = 53104";
Command "update T set F = null where rowid = 13670";
Command "update T set F = null where rowid = 57792";
Command "update T set F = null where rowid = 10242";
Command "update T set F = null where rowid = 40592";
Command "update T set F = null where rowid = 48067";
Command "update T set F = null where rowid = 44224";
Command "update T set F = null where rowid = 7701";
Command "update T set F = null where rowid = 56300";
Command "update T set F = null where rowid = 49926";
Command "update T set F = null where rowid = 33884";
Command "update T set F = null where rowid = 15923";
Command "update T set F = null where rowid = 8331";
Command "update T set F = null where rowid = 35943";
Command "update T set F = null where rowid = 14951";
Command "update T set F = null where rowid = 28268";
Command "update T set F = null where rowid = 7017";
Command "update T set F = null where rowid = 17256";
Command "update T set F = null where rowid = 31956";
Command "update T set F = null where rowid = 37103";
Command "update T set F = null where rowid = 41846";
Command "update T set F = null where rowid = 10383";
Command "update T set F = null where rowid = 58496";
Command "update T set F = null where rowid = 15228";
Command "update T set F = null where rowid = 38836";
Command "update T set F = null where rowid = 24260";
Command "update T set F = null where rowid = 35302";
Command "update T set F = null where rowid = 38110";
Command "update T set F = null where rowid = 31249";
Command "update T set F = null where rowid = 39813";
Command "update T set F = null where rowid = 26320";
Command "update T set F = null where rowid = 44869";
Command "update T set F = null where rowid = 11628";
Command "update T set F = null where rowid = 59802";
Command "update T set F = null where rowid = 4623";
Command "update T set F = null where rowid = 42883";
Command "update T set F = null where rowid = 26545";
Command "update T set F = null where rowid = 50045";
Command "update T set F = null where rowid = 37472";
Command "update T set F = null where rowid = 12634";
Command "update T set F = null where rowid = 57688";
Command "update T set F = null where rowid = 11662";
Command "update T set F = null where rowid = 45564";
Command "update T set F = null where rowid = 26907";
Command "update T set F = null where rowid = 12714";
Command "update T set F = null where rowid = 610";
Command "update T set F = null where rowid = 49082";
Command "update T set F = null where rowid = 42776";
Command "update T set F = null where rowid = 4964";
Command "update T set F = null where rowid = 2917";
Command "update T set F = null where rowid = 10096";
Command "update T set F = null where rowid = 9821";
Command "update T set F = null where rowid = 16772";
Command "update T set F = null where rowid = 42642";
Command "update T set F = null where rowid = 17972";
Command "update T set F = null where rowid = 18391";
Command "update T set F = null where rowid = 5366";
Command "update T set F = null where rowid = 29476";
Command "update T set F = null where rowid = 8039";
Command "update T set F = null where rowid = 5002";
Command "update T set F = null where rowid = 16156";
Command "update T set F = null where rowid = 55748";
Command "update T set F = null where rowid = 7167";
Command "update T set F = null where rowid = 40313";
Command "update T set F = null where rowid = 34745";
Command "update T set F = null where rowid = 44442";
Command "update T set F = null where rowid = 14904";
Command "update T set F = null where rowid = 1734";
Command "update T set F = null where rowid = 24819";
Command "update T set F = null where rowid = 47659";
Command "update T set F = null where rowid = 46821";
Command "update T set F = null where rowid = 54413";
Command "update T set F = null where rowid = 22663";
Command "update T set F = null where rowid = 9986";
Command "update T set F = null where rowid = 14522";
Command "update T set F = null where rowid = 29377";
Command "update T set F = null where rowid = 9957";
Command "update T set F = null where rowid = 29918";
Command "update T set F = null where rowid = 10590";
Command "update T set F = null where rowid = 18085";
Command "update T set F = null where rowid = 28695";
Command "update T set F = null where rowid = 9660";
Command "update T set F = null where rowid = 32011";
Command "update T set F = null where rowid = 7209";
Command "update T set F = null where rowid = 30719";
Command "update T set F = null where rowid = 58112";
Command "update T set F = null where rowid = 54928";
Command "update T set F = null where rowid = 10076";
Command "update T set F = null where rowid = 58379";
Command "update T set F = null where rowid = 40680";
Command "update T set F = null where rowid = 24575";
Command "update T set F = null where rowid = 9019";
Command "update T set F = null where rowid = 60785";
Command "update T set F = null where rowid = 19395";
Command "update T set F = null where rowid = 14933";
Command "update T set F = null where rowid = 56384";
Command "update T set F = null where rowid = 26669";
Command "update T set F = null where rowid = 59208";
Command "update T set F = null where rowid = 13262";
Command "update T set F = null where rowid = 8621";
Command "update T set F = null where rowid = 23476";
Command "update T set F = null where rowid = 55910";
Command "update T set F = null where rowid = 35254";
Command "update T set F = null where rowid = 35721";
Command "update T set F = null where rowid = 28423";
Command "update T set F = null where rowid = 46149";
Command "update T set F = null where rowid = 32544";
Command "update T set F = null where rowid = 22839";
Command "update T set F = null where rowid = 26300";
Command "update T set F = null where rowid = 13628";
Command "update T set F = null where rowid = 49253";
Command "update T set F = null where rowid = 36662";
Command "update T set F = null where rowid = 50325";
Command "update T set F = null where rowid = 54252";
Command "update T set F = null where rowid = 38950";
Command "update T set F = null where rowid = 20545";
Command "update T set F = null where rowid = 40021";
Command "update T set F = null where rowid = 36545";
Command "update T set F = null where rowid = 59198";
Command "update T set F = null where rowid = 52135";
Command "update T set F = null where rowid = 10310";
Command "update T set F = null where rowid = 37923";
Command "update T set F = null where rowid = 50111";
Command "update T set F = null where rowid = 17439";
Command "update T set F = null where rowid = 60966";
Command "update T set F = null where rowid = 25117";
Command "update T set F = null where rowid = 41124";
Command "update T set F = null where rowid = 37586";
Command "update T set F = null where rowid = 33901";
Command "update T set F = null where rowid = 45105";
Command "update T set F = null where rowid = 44295";
Command "update T set F = null where rowid = 44728";
Command "update T set F = null where rowid = 20608";
Command "update T set F = null where rowid = 6561";
Command "update T set F = null where rowid = 41670";
Command "update T set F = null where rowid = 59353";
Command "update T set F = null where rowid = 33926";
Command "update T set F = null where rowid = 21411";
Command "update T set F = null where rowid = 15366";
Command "update T set F = null where rowid = 44316";
Command "update T set F = null where rowid = 7988";
Command "update T set F = null where rowid = 51828";
Command "update T set F = null where rowid = 21568";
Command "update T set F = null where rowid = 46617";
Command "update T set F = null where rowid = 15873";
Command "update T set F = null where rowid = 2934";
Command "update T set F = null where rowid = 4860";
Command "update T set F = null where rowid = 5184";
Command "update T set F = null where rowid = 13936";
Command "update T set F = null where rowid = 35385";
Command "update T set F = null where rowid = 16317";
Command "update T set F = null where rowid = 59842";
Command "update T set F = null where rowid = 1197";
Command "update T set F = null where rowid = 38948";
Command "update T set F = null where rowid = 12361";
Command "update T set F = null where rowid = 44511";
Command "update T set F = null where rowid = 14054";
Command "update T set F = null where rowid = 41978";
Command "update T set F = null where rowid = 31414";
Command "update T set F = null where rowid = 22954";
Command "update T set F = null where rowid = 33922";
Command "update T set F = null where rowid = 38163";
Command "update T set F = null where rowid = 19220";
Command "update T set F = null where rowid = 39448";
Command "update T set F = null where rowid = 44158";
Command "update T set F = null where rowid = 44069";
Command "update T set F = null where rowid = 21629";
Command "update T set F = null where rowid = 45006";
Command "update T set F = null where rowid = 23964";
Command "update T set F = null where rowid = 60092";
Command "update T set F = null where rowid = 38070";
Command "update T set F = null where rowid = 41433";
Command "update T set F = null where rowid = 18173";
Command "update T set F = null where rowid = 6479";
Command "update T set F = null where rowid = 39126";
Command "update T set F = null where rowid = 14333";
Command "update T set F = null where rowid = 17473";
Command "update T set F = null where rowid = 45702";
Command "update T set F = null where rowid = 46800";
Command "update T set F = null where rowid = 31745";
Command "update T set F = null where rowid = 48410";
Command "update T set F = null where rowid = 36435";
Command "update T set F = null where rowid = 3389";
Command "update T set F = null where rowid = 40309";
Command "update T set F = null where rowid = 36620";
Command "update T set F = null where rowid = 30653";
Command "update T set F = null where rowid = 60193";
Command "update T set F = null where rowid = 48025";
Command "update T set F = null where rowid = 37851";
Command "update T set F = null where rowid = 55217";
Command "update T set F = null where rowid = 6757";
Command "update T set F = null where rowid = 16574";
Command "update T set F = null where rowid = 7431";
Command "update T set F = null where rowid = 47343";
Command "update T set F = null where rowid = 53671";
Command "update T set F = null where rowid = 56909";
Command "update T set F = null where rowid = 38816";
Command "update T set F = null where rowid = 3183";
Command "update T set F = null where rowid = 26444";
Command "update T set F = null where rowid = 23244";
Command "update T set F = null where rowid = 19346";
Command "update T set F = null where rowid = 15531";
Command "update T set F = null where rowid = 58407";
Command "update T set F = null where rowid = 59326";
Command "update T set F = null where rowid = 11878";
Command "update T set F = null where rowid = 50306";
Command "update T set F = null where rowid = 6026";
Command "update T set F = null where rowid = 9659";
Command "update T set F = null where rowid = 31254";
Command "update T set F = null where rowid = 8880";
Command "update T set F = null where rowid = 17546";
Command "update T set F = null where rowid = 23776";
Command "update T set F = null where rowid = 16898";
Command "update T set F = null where rowid = 56802";
Command "update T set F = null where rowid = 52936";
Command "update T set F = null where rowid = 18077";
Command "update T set F = null where rowid = 59933";
Command "update T set F = null where rowid = 47695";
Command "update T set F = null where rowid = 41104";
Command "update T set F = null where rowid = 40502";
Command "update T set F = null where rowid = 39657";
Command "update T set F = null where rowid = 48923";
Command "update T set F = null where rowid = 35632";
Command "update T set F = null where rowid = 2902";
Command "update T set F = null where rowid = 54734";
Command "update T set F = null where rowid = 26714";
Command "update T set F = null where rowid = 54091";
Command "update T set F = null where rowid = 2652";
Command "update T set F = null where rowid = 28055";
Command "update T set F = null where rowid = 4881";
Command "update T set F = null where rowid = 49764";
Command "update T set F = null where rowid = 22763";
Command "update T set F = null where rowid = 56420";
Command "update T set F = null where rowid = 29603";
Command "update T set F = null where rowid = 54052";
Command "update T set F = null where rowid = 42768";
Command "update T set F = null where rowid = 1434";
Command "update T set F = null where rowid = 15684";
Command "update T set F = null where rowid = 9353";
Command "update T set F = null where rowid = 29111";
Command "update T set F = null where rowid = 35424";
Command "update T set F = null where rowid = 14525";
Command "update T set F = null where rowid = 59302";
Command "update T set F = null where rowid = 11290";
Command "update T set F = null where rowid = 19761";
Command "update T set F = null where rowid = 9336";
Command "update T set F = null where rowid = 26537";
Command "update T set F = null where rowid = 47251";
Command "update T set F = null where rowid = 57410";
Command "update T set F = null where rowid = 34298";
Command "update T set F = null where rowid = 23841";
Command "update T set F = null where rowid = 40354";
Command "update T set F = null where rowid = 14439";
Command "update T set F = null where rowid = 3274";
Command "update T set F = null where rowid = 17088";
Command "update T set F = null where rowid = 8577";
Command "update T set F = null where rowid = 29261";
Command "update T set F = null where rowid = 70";
Command "update T set F = null where rowid = 26885";
Command "update T set F = null where rowid = 55400";
Command "update T set F = null where rowid = 11441";
Command "update T set F = null where rowid = 25225";
Command "update T set F = null where rowid = 34049";
Command "update T set F = null where rowid = 29555";
Command "update T set F = null where rowid = 56264";
Command "update T set F = null where rowid = 25482";
Command "update T set F = null where rowid = 55564";
Command "update T set F = null where rowid = 59923";
Command "update T set F = null where rowid = 20281";
Command "update T set F = null where rowid = 41558";
Command "update T set F = null where rowid = 26548";
Command "update T set F = null where rowid = 23748";
Command "update T set F = null where rowid = 48327";
Command "update T set F = null where rowid = 12246";
Command "update T set F = null where rowid = 56823";
Command "update T set F = null where rowid = 15771";
Command "update T set F = null where rowid = 19507";
Command "update T set F = null where rowid = 12122";
Command "update T set F = null where rowid = 9911";
Command "update T set F = null where rowid = 34885";
Command "update T set F = null where rowid = 48918";
Command "update T set F = null where rowid = 218";
Command "update T set F = null where rowid = 43847";
Command "update T set F = null where rowid = 44008";
Command "update T set F = null where rowid = 3029";
Command "update T set F = null where rowid = 23621";
Command "update T set F = null where rowid = 57789";
Command "update T set F = null where rowid = 58252";
Command "update T set F = null where rowid = 56836";
Command "update T set F = null where rowid = 6712";
Command "update T set F = null where rowid = 52009";
Command "update T set F = null where rowid = 31561";
Command "update T set F = null where rowid = 59413";
Command "update T set F = null where rowid = 57082";
Command "update T set F = null where rowid = 23273";
Command "update T set F = null where rowid = 21679";
Command "update T set F = null where rowid = 56567";
Command "update T set F = null where rowid = 2104";
Command "update T set F = null where rowid = 48598";
Command "update T set F = null where rowid = 22339";
Command "update T set F = null where rowid = 42110";
Command "update T set F = null where rowid = 42834";
Command "update T set F = null where rowid = 44698";
Command "update T set F = null where rowid = 30092";
Command "update T set F = null where rowid = 30458";
Command "update T set F = null where rowid = 11296";
Command "update T set F = null where rowid = 14763";
Command "update T set F = null where rowid = 9630";
Command "update T set F = null where rowid = 12897";
Command "update T set F = null where rowid = 52579";
Command "update T set F = null where rowid = 431";
Command "update T set F = null where rowid = 7836";
Command "update T set F = null where rowid = 53979";
Command "update T set F = null where rowid = 49811";
Command "update T set F = null where rowid = 27853";
Command "update T set F = null where rowid = 9626";
Command "update T set F = null where rowid = 3107";
Command "update T set F = null where rowid = 33875";
Command "update T set F = null where rowid = 60863";
Command "update T set F = null where rowid = 11845";
Command "update T set F = null where rowid = 29715";
Command "update T set F = null where rowid = 42103";
Command "update T set F = null where rowid = 31021";
Command "update T set F = null where rowid = 51777";
Command "update T set F = null where rowid = 59930";
Command "update T set F = null where rowid = 55612";
Command "update T set F = null where rowid = 59555";
Command "update T set F = null where rowid = 58462";
Command "update T set F = null where rowid = 1370";
Command "update T set F = null where rowid = 17876";
Command "update T set F = null where rowid = 12643";
Command "update T set F = null where rowid = 8657";
Command "update T set F = null where rowid = 59518";
Command "update T set F = null where rowid = 11079";
Command "update T set F = null where rowid = 26821";
Command "update T set F = null where rowid = 42812";
Command "update T set F = null where rowid = 24944";
Command "update T set F = null where rowid = 11807";
Command "update T set F = null where rowid = 1877";
Command "update T set F = null where rowid = 42760";
Command "update T set F = null where rowid = 1030";
Command "update T set F = null where rowid = 6177";
Command "update T set F = null where rowid = 24974";
Command "update T set F = null where rowid = 37995";
Command "update T set F = null where rowid = 2708";
Command "update T set F = null where rowid = 51053";
Command "update T set F = null where rowid = 4377";
Command "update T set F = null where rowid = 48959";
Command "update T set F = null where rowid = 25817";
Command "update T set F = null where rowid = 54543";
Command "update T set F = null where rowid = 54699";
Command "update T set F = null where rowid = 5829";
Command "update T set F = null where rowid = 23224";
Command "update T set F = null where rowid = 46856";
Command "update T set F = null where rowid = 28521";
Command "update T set F = null where rowid = 45679";
Command "update T set F = null where rowid = 376";
Command "update T set F = null where rowid = 26099";
Command "update T set F = null where rowid = 16568";
Command "update T set F = null where rowid = 12223";
Command "update T set F = null where rowid = 10876";
Command "update T set F = null where rowid = 34164";
Command "update T set F = null where rowid = 24993";
Command "update T set F = null where rowid = 13011";
Command "update T set F = null where rowid = 22955";
Command "update T set F = null where rowid = 12343";
Command "update T set F = null where rowid = 12275";
Command "update T set F = null where rowid = 13923";
Command "update T set F = null where rowid = 5153";
Command "update T set F = null where rowid = 40865";
Command "update T set F = null where rowid = 10805";
Command "update T set F = null where rowid = 45450";
Command "update T set F = null where rowid = 13301";
Command "update T set F = null where rowid = 42243";
Command "update T set F = null where rowid = 43748";
Command "update T set F = null where rowid = 33874";
Command "update T set F = null where rowid = 6631";
Command "update T set F = null where rowid = 5441";
Command "update T set F = null where rowid = 28130";
Command "update T set F = null where rowid = 49078";
Command "update T set F = null where rowid = 50515";
Command "update T set F = null where rowid = 32243";
Command "update T set F = null where rowid = 13570";
Command "update T set F = null where rowid = 10361";
Command "update T set F = null where rowid = 44340";
Command "update T set F = null where rowid = 49942";
Command "update T set F = null where rowid = 53481";
Command "update T set F = null where rowid = 41411";
Command "update T set F = null where rowid = 5587";
Command "update T set F = null where rowid = 59508";
Command "update T set F = null where rowid = 19460";
Command "update T set F = null where rowid = 21112";
Command "update T set F = null where rowid = 14492";
Command "update T set F = null where rowid = 23027";
Command "update T set F = null where rowid = 15318";
Command "update T set F = null where rowid = 37702";
Command "update T set F = null where rowid = 56442";
Command "update T set F = null where rowid = 51033";
Command "update T set F = null where rowid = 53298";
Command "update T set F = null where rowid = 48051";
Command "update T set F = null where rowid = 1617";
Command "update T set F = null where rowid = 13323";
Command "update T set F = null where rowid = 56456";
Command "update T set F = null where rowid = 19451";
Command "update T set F = null where rowid = 38365";
Command "update T set F = null where rowid = 24190";
Command "update T set F = null where rowid = 54721";
Command "update T set F = null where rowid = 6123";
Command "update T set F = null where rowid = 44307";
Command "update T set F = null where rowid = 16776";
Command "update T set F = null where rowid = 19764";
Command "update T set F = null where rowid = 29091";
Command "update T set F = null where rowid = 27673";
Command "update T set F = null where rowid = 45270";
Command "update T set F = null where rowid = 33280";
Command "update T set F = null where rowid = 56986";
Command "update T set F = null where rowid = 61149";
Command "update T set F = null where rowid = 7060";
Command "update T set F = null where rowid = 13257";
Command "update T set F = null where rowid = 56902";
Command "update T set F = null where rowid = 22377";
Command "update T set F = null where rowid = 8663";
Command "update T set F = null where rowid = 44320";
Command "update T set F = null where rowid = 19579";
Command "update T set F = null where rowid = 29624";
Command "update T set F = null where rowid = 11251";
Command "update T set F = null where rowid = 39437";
Command "update T set F = null where rowid = 43017";
Command "update T set F = null where rowid = 5114";
Command "update T set F = null where rowid = 43660";
Command "update T set F = null where rowid = 6491";
Command "update T set F = null where rowid = 39511";
Command "update T set F = null where rowid = 7726";
Command "update T set F = null where rowid = 7789";
Command "update T set F = null where rowid = 3428";
Command "update T set F = null where rowid = 15096";
Command "update T set F = null where rowid = 53009";
Command "update T set F = null where rowid = 58751";
Command "update T set F = null where rowid = 37401";
Command "update T set F = null where rowid = 41501";
Command "update T set F = null where rowid = 23682";
Command "update T set F = null where rowid = 16218";
Command "update T set F = null where rowid = 3098";
Command "update T set F = null where rowid = 3181";
Command "update T set F = null where rowid = 19596";
Command "update T set F = null where rowid = 50448";
Command "update T set F = null where rowid = 46700";
Command "update T set F = null where rowid = 40340";
Command "update T set F = null where rowid = 16028";
Command "update T set F = null where rowid = 51203";
Command "update T set F = null where rowid = 56097";
Command "update T set F = null where rowid = 663";
Command "update T set F = null where rowid = 58979";
Command "update T set F = null where rowid = 50389";
Command "update T set F = null where rowid = 35160";
Command "update T set F = null where rowid = 16203";
Command "update T set F = null where rowid = 40641";
Command "update T set F = null where rowid = 23066";
Command "update T set F = null where rowid = 46499";
Command "update T set F = null where rowid = 20912";
Command "update T set F = null where rowid = 32565";
Command "update T set F = null where rowid = 22071";
Command "update T set F = null where rowid = 33549";
Command "update T set F = null where rowid = 13173";
Command "update T set F = null where rowid = 2052";
Command "update T set F = null where rowid = 1496";
Command "update T set F = null where rowid = 39242";
Command "update T set F = null where rowid = 54627";
Command "update T set F = null where rowid = 45312";
Command "update T set F = null where rowid = 30372";
Command "update T set F = null where rowid = 25035";
Command "update T set F = null where rowid = 6227";
Command "update T set F = null where rowid = 48930";
Command "update T set F = null where rowid = 31572";
Command "update T set F = null where rowid = 46526";
Command "update T set F = null where rowid = 22246";
Command "update T set F = null where rowid = 43523";
Command "update T set F = null where rowid = 1187";
Command "update T set F = null where rowid = 7440";
Command "update T set F = null where rowid = 39915";
Command "update T set F = null where rowid = 44794";
Command "update T set F = null where rowid = 4560";
Command "update T set F = null where rowid = 52153";
Command "update T set F = null where rowid = 22064";
Command "update T set F = null where rowid = 52166";
Command "update T set F = null where rowid = 35010";
Command "update T set F = null where rowid = 59865";
Command "update T set F = null where rowid = 8652";
Command "update T set F = null where rowid = 16881";
Command "update T set F = null where rowid = 55759";
Command "update T set F = null where rowid = 39757";
Command "update T set F = null where rowid = 53192";
Command "update T set F = null where rowid = 43287";
Command "update T set F = null where rowid = 4756";
Command "update T set F = null where rowid = 28921";
Command "update T set F = null where rowid = 27402";
Command "update T set F = null where rowid = 804";
Command "update T set F = null where rowid = 37055";
Command "update T set F = null where rowid = 28812";
Command "update T set F = null where rowid = 29946";
Command "update T set F = null where rowid = 6326";
Command "update T set F = null where rowid = 59692";
Command "update T set F = null where rowid = 46889";
Command "update T set F = null where rowid = 27131";
Command "update T set F = null where rowid = 3961";
Command "update T set F = null where rowid = 18375";
Command "update T set F = null where rowid = 22627";
Command "update T set F = null where rowid = 42284";
Command "update T set F = null where rowid = 30205";
Command "update T set F = null where rowid = 26840";
Command "update T set F = null where rowid = 12022";
Command "update T set F = null where rowid = 52789";
Command "update T set F = null where rowid = 41355";
Command "update T set F = null where rowid = 14537";
Command "update T set F = null where rowid = 34521";
Command "update T set F = null where rowid = 24926";
Command "update T set F = null where rowid = 47518";
Command "update T set F = null where rowid = 34278";
Command "update T set F = null where rowid = 54271";
Command "update T set F = null where rowid = 5759";
Command "update T set F = null where rowid = 33493";
Command "update T set F = null where rowid = 56407";
Command "update T set F = null where rowid = 27436";
Command "update T set F = null where rowid = 55058";
Command "update T set F = null where rowid = 47895";
Command "update T set F = null where rowid = 47320";
Command "update T set F = null where rowid = 20443";
Command "update T set F = null where rowid = 34141";
Command "update T set F = null where rowid = 59812";
Command "update T set F = null where rowid = 2363";
Command "update T set F = null where rowid = 16590";
Command "update T set F = null where rowid = 19942";
Command "update T set F = null where rowid = 32822";
Command "update T set F = null where rowid = 40485";
Command "update T set F = null where rowid = 43423";
Command "update T set F = null where rowid = 14369";
Command "update T set F = null where rowid = 43083";
Command "update T set F = null where rowid = 50946";
Command "update T set F = null where rowid = 43461";
Command "update T set F = null where rowid = 9034";
Command "update T set F = null where rowid = 53299";
Command "update T set F = null where rowid = 58298";
Command "update T set F = null where rowid = 25518";
Command "update T set F = null where rowid = 32807";
Command "update T set F = null where rowid = 1821";
Command "update T set F = null where rowid = 53664";
Command "update T set F = null where rowid = 14359";
Command "update T set F = null where rowid = 49695";
Command "update T set F = null where rowid = 7157";
Command "update T set F = null where rowid = 26353";
Command "update T set F = null where rowid = 7198";
Command "update T set F = null where rowid = 55622";
Command "update T set F = null where rowid = 2546";
Command "update T set F = null where rowid = 43786";
Command "update T set F = null where rowid = 35554";
Command "update T set F = null where rowid = 31794";
Command "update T set F = null where rowid = 24884";
Command "update T set F = null where rowid = 28451";
Command "update T set F = null where rowid = 61252";
Command "update T set F = null where rowid = 45808";
Command "update T set F = null where rowid = 9488";
Command "update T set F = null where rowid = 16471";
Command "update T set F = null where rowid = 18225";
Command "update T set F = null where rowid = 16495";
Command "update T set F = null where rowid = 43802";
Command "update T set F = null where rowid = 7913";
Command "update T set F = null where rowid = 48287";
Command "update T set F = null where rowid = 59484";
Command "update T set F = null where rowid = 35099";
Command "update T set F = null where rowid = 23227";
Command "update T set F = null where rowid = 59711";
Command "update T set F = null where rowid = 22358";
Command "update T set F = null where rowid = 7670";
Command "update T set F = null where rowid = 50550";
Command "update T set F = null where rowid = 24018";
Command "update T set F = null where rowid = 35960";
Command "update T set F = null where rowid = 60399";
Command "update T set F = null where rowid = 13703";
Command "update T set F = null where rowid = 13719";
Command "update T set F = null where rowid = 32825";
Command "update T set F = null where rowid = 24576";
Command "update T set F = null where rowid = 21635";
Command "update T set F = null where rowid = 42145";
Command "update T set F = null where rowid = 2255";
Command "update T set F = null where rowid = 7489";
Command "update T set F = null where rowid = 34032";
Command "update T set F = null where rowid = 23933";
Command "update T set F = null where rowid = 7458";
Command "update T set F = null where rowid = 50445";
Command "update T set F = null where rowid = 49881";
Command "update T set F = null where rowid = 39551";
Command "update T set F = null where rowid = 51530";
Command "update T set F = null where rowid = 30131";
Command "update T set F = null where rowid = 33729";
Command "update T set F = null where rowid = 59122";
Command "update T set F = null where rowid = 25109";
Command "update T set F = null where rowid = 36259";
Command "update T set F = null where rowid = 10487";
Command "update T set F = null where rowid = 34374";
Command "update T set F = null where rowid = 1861";
Command "update T set F = null where rowid = 51888";
Command "update T set F = null where rowid = 9951";
Command "update T set F = null where rowid = 34045";
Command "update T set F = null where rowid = 4774";
Command "update T set F = null where rowid = 56489";
Command "update T set F = null where rowid = 35140";
Command "update T set F = null where rowid = 33822";
Command "update T set F = null where rowid = 46010";
Command "update T set F = null where rowid = 52550";
Command "update T set F = null where rowid = 29820";
Command "update T set F = null where rowid = 61167";
Command "update T set F = null where rowid = 22901";
Command "update T set F = null where rowid = 48885";
Command "update T set F = null where rowid = 46404";
Command "update T set F = null where rowid = 52077";
Command "update T set F = null where rowid = 56694";
Command "update T set F = null where rowid = 43898";
Command "update T set F = null where rowid = 12717";
Command "update T set F = null where rowid = 58448";
Command "update T set F = null where rowid = 16903";
Command "update T set F = null where rowid = 28419";
Command "update T set F = null where rowid = 3382";
Command "update T set F = null where rowid = 55873";
Command "update T set F = null where rowid = 7286";
Command "update T set F = null where rowid = 59441";
Command "update T set F = null where rowid = 14324";
Command "update T set F = null where rowid = 40503";
Command "update T set F = null where rowid = 25961";
Command "update T set F = null where rowid = 28903";
Command "update T set F = null where rowid = 22311";
Command "update T set F = null where rowid = 45326";
Command "update T set F = null where rowid = 40010";
Command "update T set F = null where rowid = 6872";
Command "update T set F = null where rowid = 37575";
Command "update T set F = null where rowid = 41620";
Command "update T set F = null where rowid = 15869";
Command "update T set F = null where rowid = 21475";
Command "update T set F = null where rowid = 10325";
Command "update T set F = null where rowid = 52252";
Command "update T set F = null where rowid = 31038";
Command "update T set F = null where rowid = 36190";
Command "update T set F = null where rowid = 28858";
Command "update T set F = null where rowid = 59850";
Command "update T set F = null where rowid = 25651";
Command "update T set F = null where rowid = 52504";
Command "update T set F = null where rowid = 59061";
Command "update T set F = null where rowid = 44967";
Command "update T set F = null where rowid = 24673";
Command "update T set F = null where rowid = 22415";
Command "update T set F = null where rowid = 49138";
Command "update T set F = null where rowid = 54758";
Command "update T set F = null where rowid = 22478";
Command "update T set F = null where rowid = 30652";
Command "update T set F = null where rowid = 19147";
Command "update T set F = null where rowid = 46069";
Command "update T set F = null where rowid = 7387";
Command "update T set F = null where rowid = 17594";
Command "update T set F = null where rowid = 58047";
Command "update T set F = null where rowid = 5279";
Command "update T set F = null where rowid = 39258";
Command "update T set F = null where rowid = 38901";
Command "update T set F = null where rowid = 12835";
Command "update T set F = null where rowid = 6366";
Command "update T set F = null where rowid = 56430";
Command "update T set F = null where rowid = 29379";
Command "update T set F = null where rowid = 33238";
Command "update T set F = null where rowid = 2433";
Command "update T set F = null where rowid = 59042";
Command "update T set F = null where rowid = 49307";
Command "update T set F = null where rowid = 57345";
Command "update T set F = null where rowid = 37088";
Command "update T set F = null where rowid = 51918";
Command "update T set F = null where rowid = 59025";
Command "update T set F = null where rowid = 47684";
Command "update T set F = null where rowid = 18817";
Command "update T set F = null where rowid = 5668";
Command "update T set F = null where rowid = 6130";
Command "update T set F = null where rowid = 20456";
Command "update T set F = null where rowid = 52877";
Command "update T set F = null where rowid = 50712";
Command "update T set F = null where rowid = 38834";
Command "update T set F = null where rowid = 34280";
Command "update T set F = null where rowid = 46322";
Command "update T set F = null where rowid = 5966";
Command "update T set F = null where rowid = 46917";
Command "update T set F = null where rowid = 48861";
Command "update T set F = null where rowid = 19432";
Command "update T set F = null where rowid = 26780";
Command "update T set F = null where rowid = 32909";
Command "update T set F = null where rowid = 57626";
Command "update T set F = null where rowid = 17357";
Command "update T set F = null where rowid = 32818";
Command "update T set F = null where rowid = 46541";
Command "update T set F = null where rowid = 41108";
Command "update T set F = null where rowid = 34068";
Command "update T set F = null where rowid = 3175";
Command "update T set F = null where rowid = 7342";
Command "update T set F = null where rowid = 8777";
Command "update T set F = null where rowid = 27518";
Command "update T set F = null where rowid = 40197";
Command "update T set F = null where rowid = 1209";
Command "update T set F = null where rowid = 11589";
Command "update T set F = null where rowid = 7228";
Command "update T set F = null where rowid = 17465";
Command "update T set F = null where rowid = 46935";
Command "update T set F = null where rowid = 28214";
Command "update T set F = null where rowid = 5546";
Command "update T set F = null where rowid = 52418";
Command "update T set F = null where rowid = 4857";
Command "update T set F = null where rowid = 16702";
Command "update T set F = null where rowid = 43003";
Command "update T set F = null where rowid = 52702";
Command "update T set F = null where rowid = 1729";
Command "update T set F = null where rowid = 58867";
Command "update T set F = null where rowid = 59036";
Command "update T set F = null where rowid = 1366";
Command "update T set F = null where rowid = 11997";
Command "update T set F = null where rowid = 38924";
Command "update T set F = null where rowid = 40491";
Command "update T set F = null where rowid = 5354";
Command "update T set F = null where rowid = 4559";
Command "update T set F = null where rowid = 59304";
Command "update T set F = null where rowid = 17476";
Command "update T set F = null where rowid = 12895";
Command "update T set F = null where rowid = 47388";
Command "update T set F = null where rowid = 35895";
Command "update T set F = null where rowid = 60911";
Command "update T set F = null where rowid = 58081";
Command "update T set F = null where rowid = 36965";
Command "update T set F = null where rowid = 17635";
Command "update T set F = null where rowid = 920";
Command "update T set F = null where rowid = 19670";
Command "update T set F = null where rowid = 7659";
Command "update T set F = null where rowid = 50539";
Command "update T set F = null where rowid = 3021";
Command "update T set F = null where rowid = 54743";
Command "update T set F = null where rowid = 28239";
Command "update T set F = null where rowid = 30609";
Command "update T set F = null where rowid = 40636";
Command "update T set F = null where rowid = 38315";
Command "update T set F = null where rowid = 568";
Command "update T set F = null where rowid = 704";
Command "update T set F = null where rowid = 14875";
Command "update T set F = null where rowid = 40696";
Command "update T set F = null where rowid = 60699";
Command "update T set F = null where rowid = 55575";
Command "update T set F = null where rowid = 59123";
Command "update T set F = null where rowid = 55930";
Command "update T set F = null where rowid = 44199";
Command "update T set F = null where rowid = 56022";
Command "update T set F = null where rowid = 23396";
Command "update T set F = null where rowid = 49912";
Command "update T set F = null where rowid = 44002";
Command "update T set F = null where rowid = 20018";
Command "update T set F = null where rowid = 25906";
Command "update T set F = null where rowid = 822";
Command "update T set F = null where rowid = 12171";
Command "update T set F = null where rowid = 49194";
Command "update T set F = null where rowid = 20334";
Command "update T set F = null where rowid = 37442";
Command "update T set F = null where rowid = 7427";
Command "update T set F = null where rowid = 34722";
Command "update T set F = null where rowid = 54207";
Command "update T set F = null where rowid = 11622";
Command "update T set F = null where rowid = 15111";
Command "update T set F = null where rowid = 52384";
Command "update T set F = null where rowid = 27657";
Command "update T set F = null where rowid = 46437";
Command "update T set F = null where rowid = 22434";
Command "update T set F = null where rowid = 50270";
Command "update T set F = null where rowid = 17354";
Command "update T set F = null where rowid = 29416";
Command "update T set F = null where rowid = 26772";
Command "update T set F = null where rowid = 5234";
Command "update T set F = null where rowid = 58611";
Command "update T set F = null where rowid = 3124";
Command "update T set F = null where rowid = 44609";
Command "update T set F = null where rowid = 7702";
Command "update T set F = null where rowid = 33443";
Command "update T set F = null where rowid = 10043";
Command "update T set F = null where rowid = 17431";
Command "update T set F = null where rowid = 60620";
Command "update T set F = null where rowid = 48625";
Command "update T set F = null where rowid = 20758";
Command "update T set F = null where rowid = 60786";
Command "update T set F = null where rowid = 25810";
Command "update T set F = null where rowid = 51641";
Command "update T set F = null where rowid = 21446";
Command "update T set F = null where rowid = 32990";
Command "update T set F = null where rowid = 15997";
Command "update T set F = null where rowid = 53822";
Command "update T set F = null where rowid = 52609";
Command "update T set F = null where rowid = 13188";
Command "update T set F = null where rowid = 26462";
Command "update T set F = null where rowid = 39342";
Command "update T set F = null where rowid = 45500";
Command "update T set F = null where rowid = 21089";
Command "update T set F = null where rowid = 58860";
Command "update T set F = null where rowid = 45997";
Command "update T set F = null where rowid = 26086";
Command "update T set F = null where rowid = 42607";
Command "update T set F = null where rowid = 45768";
Command "update T set F = null where rowid = 13375";
Command "update T set F = null where rowid = 14514";
Command "update T set F = null where rowid = 55391";
Command "update T set F = null where rowid = 8286";
Command "update T set F = null where rowid = 2088";
Command "update T set F = null where rowid = 2557";
Command "update T set F = null where rowid = 58103";
Command "update T set F = null where rowid = 12387";
Command "update T set F = null where rowid = 18179";
Command "update T set F = null where rowid = 55139";
Command "update T set F = null where rowid = 25912";
Command "update T set F = null where rowid = 25864";
Command "update T set F = null where rowid = 4054";
Command "update T set F = null where rowid = 37086";
Command "update T set F = null where rowid = 5882";
Command "update T set F = null where rowid = 12060";
Command "update T set F = null where rowid = 13422";
Command "update T set F = null where rowid = 7750";
Command "update T set F = null where rowid = 20336";
Command "update T set F = null where rowid = 25487";
Command "update T set F = null where rowid = 18366";
Command "update T set F = null where rowid = 43007";
Command "update T set F = null where rowid = 7758";
Command "update T set F = null where rowid = 36524";
Command "update T set F = null where rowid = 15130";
Command "update T set F = null where rowid = 27596";
Command "update T set F = null where rowid = 49706";
Command "update T set F = null where rowid = 54350";
Command "update T set F = null where rowid = 35051";
Command "update T set F = null where rowid = 10059";
Command "update T set F = null where rowid = 2030";
Command "update T set F = null where rowid = 40835";
Command "update T set F = null where rowid = 49748";
Command "update T set F = null where rowid = 6750";
Command "update T set F = null where rowid = 49441";
Command "update T set F = null where rowid = 58559";
Command "update T set F = null where rowid = 9396";
Command "update T set F = null where rowid = 26695";
Command "update T set F = null where rowid = 60096";
Command "update T set F = null where rowid = 54852";
Command "update T set F = null where rowid = 57115";
Command "update T set F = null where rowid = 18473";
Command "update T set F = null where rowid = 10339";
Command "update T set F = null where rowid = 28064";
Command "update T set F = null where rowid = 15554";
Command "update T set F = null where rowid = 17531";
Command "update T set F = null where rowid = 25886";
Command "update T set F = null where rowid = 53455";
Command "update T set F = null where rowid = 55673";
Command "update T set F = null where rowid = 27800";
Command "update T set F = null where rowid = 2789";
Command "update T set F = null where rowid = 59087";
Command "update T set F = null where rowid = 10102";
Command "update T set F = null where rowid = 26911";
Command "update T set F = null where rowid = 13285";
Command "update T set F = null where rowid = 59190";
Command "update T set F = null where rowid = 11072";
Command "update T set F = null where rowid = 32700";
Command "update T set F = null where rowid = 52766";
Command "update T set F = null where rowid = 29471";
Command "update T set F = null where rowid = 34398";
Command "update T set F = null where rowid = 50625";
Command "update T set F = null where rowid = 56204";
Command "update T set F = null where rowid = 47380";
Command "update T set F = null where rowid = 22118";
Command "update T set F = null where rowid = 35965";
Command "update T set F = null where rowid = 3430";
Command "update T set F = null where rowid = 55785";
Command "update T set F = null where rowid = 44155";
Command "update T set F = null where rowid = 51701";
Command "update T set F = null where rowid = 52268";
Command "update T set F = null where rowid = 57963";
Command "update T set F = null where rowid = 35334";
Command "update T set F = null where rowid = 10390";
Command "update T set F = null where rowid = 60137";
Command "update T set F = null where rowid = 30614";
Command "update T set F = null where rowid = 24056";
Command "update T set F = null where rowid = 59211";
Command "update T set F = null where rowid = 50500";
Command "update T set F = null where rowid = 44933";
Command "update T set F = null where rowid = 31180";
Command "update T set F = null where rowid = 31291";
Command "update T set F = null where rowid = 44294";
Command "update T set F = null where rowid = 49157";
Command "update T set F = null where rowid = 4344";
Command "update T set F = null where rowid = 5396";
Command "update T set F = null where rowid = 46089";
Command "update T set F = null where rowid = 48270";
Command "update T set F = null where rowid = 5060";
Command "update T set F = null where rowid = 21564";
Command "update T set F = null where rowid = 20340";
Command "update T set F = null where rowid = 9377";
Command "update T set F = null where rowid = 29206";
Command "update T set F = null where rowid = 279";
Command "update T set F = null where rowid = 58452";
Command "update T set F = null where rowid = 27890";
Command "update T set F = null where rowid = 39250";
Command "update T set F = null where rowid = 53086";
Command "update T set F = null where rowid = 53908";
Command "update T set F = null where rowid = 13404";
Command "update T set F = null where rowid = 36661";
Command "update T set F = null where rowid = 60243";
Command "update T set F = null where rowid = 61386";
Command "update T set F = null where rowid = 47276";
Command "update T set F = null where rowid = 39145";
Command "update T set F = null where rowid = 7540";
Command "update T set F = null where rowid = 48265";
Command "update T set F = null where rowid = 35714";
Command "update T set F = null where rowid = 37317";
Command "update T set F = null where rowid = 18954";
Command "update T set F = null where rowid = 30395";
Command "update T set F = null where rowid = 13377";
Command "update T set F = null where rowid = 18103";
Command "update T set F = null where rowid = 49985";
Command "update T set F = null where rowid = 15994";
Command "update T set F = null where rowid = 33582";
Command "update T set F = null where rowid = 5385";
Command "update T set F = null where rowid = 14698";
Command "update T set F = null where rowid = 13836";
Command "update T set F = null where rowid = 39612";
Command "update T set F = null where rowid = 27023";
Command "update T set F = null where rowid = 20489";
Command "update T set F = null where rowid = 53990";
Command "update T set F = null where rowid = 28302";
Command "update T set F = null where rowid = 21904";
Command "update T set F = null where rowid = 24439";
Command "update T set F = null where rowid = 31378";
Command "update T set F = null where rowid = 56016";
Command "update T set F = null where rowid = 51644";
Command "update T set F = null where rowid = 17132";
Command "update T set F = null where rowid = 52329";
Command "update T set F = null where rowid = 51370";
Command "update T set F = null where rowid = 51745";
Command "update T set F = null where rowid = 58681";
Command "update T set F = null where rowid = 39119";
Command "update T set F = null where rowid = 33032";
Command "update T set F = null where rowid = 26556";
Command "update T set F = null where rowid = 28881";
Command "update T set F = null where rowid = 22449";
Command "update T set F = null where rowid = 45995";
Command "update T set F = null where rowid = 35937";
Command "update T set F = null where rowid = 15781";
Command "update T set F = null where rowid = 5758";
Command "update T set F = null where rowid = 10270";
Command "update T set F = null where rowid = 42366";
Command "update T set F = null where rowid = 57879";
Command "update T set F = null where rowid = 438";
Command "update T set F = null where rowid = 20920";
Command "update T set F = null where rowid = 11815";
Command "update T set F = null where rowid = 55090";
Command "update T set F = null where rowid = 57780";
Command "update T set F = null where rowid = 52925";
Command "update T set F = null where rowid = 22051";
Command "update T set F = null where rowid = 23739";
Command "update T set F = null where rowid = 15653";
Command "update T set F = null where rowid = 17100";
Command "update T set F = null where rowid = 32008";
Command "update T set F = null where rowid = 18991";
Command "update T set F = null where rowid = 10202";
Command "update T set F = null where rowid = 42486";
Command "update T set F = null where rowid = 18063";
Command "update T set F = null where rowid = 22374";
Command "update T set F = null where rowid = 60021";
Command "update T set F = null where rowid = 13181";
Command "update T set F = null where rowid = 21573";
Command "update T set F = null where rowid = 16065";
Command "update T set F = null where rowid = 45315";
Command "update T set F = null where rowid = 36465";
Command "update T set F = null where rowid = 3821";
Command "update T set F = null where rowid = 27700";
Command "update T set F = null where rowid = 61427";
Command "update T set F = null where rowid = 15202";
Command "update T set F = null where rowid = 56013";
Command "update T set F = null where rowid = 11144";
Command "update T set F = null where rowid = 53688";
Command "update T set F = null where rowid = 19415";
Command "update T set F = null where rowid = 49714";
Command "update T set F = null where rowid = 42829";
Command "update T set F = null where rowid = 54405";
Command "update T set F = null where rowid = 50867";
Command "update T set F = null where rowid = 36358";
Command "update T set F = null where rowid = 48550";
Command "update T set F = null where rowid = 51130";
Command "update T set F = null where rowid = 21871";
Command "update T set F = null where rowid = 10655";
Command "update T set F = null where rowid = 13009";
Command "update T set F = null where rowid = 21976";
Command "update T set F = null where rowid = 20230";
Command "update T set F = null where rowid = 59256";
Command "update T set F = null where rowid = 27610";
Command "update T set F = null where rowid = 26274";
Command "update T set F = null where rowid = 12263";
Command "update T set F = null where rowid = 5434";
Command "update T set F = null where rowid = 10029";
Command "update T set F = null where rowid = 37976";
Command "update T set F = null where rowid = 35352";
Command "update T set F = null where rowid = 34704";
Command "update T set F = null where rowid = 53911";
Command "update T set F = null where rowid = 53878";
Command "update T set F = null where rowid = 44336";
Command "update T set F = null where rowid = 3184";
Command "update T set F = null where rowid = 57432";
Command "update T set F = null where rowid = 6290";
Command "update T set F = null where rowid = 17804";
Command "update T set F = null where rowid = 29136";
Command "update T set F = null where rowid = 8857";
Command "update T set F = null where rowid = 15758";
Command "update T set F = null where rowid = 22587";
Command "update T set F = null where rowid = 4256";
Command "update T set F = null where rowid = 7712";
Command "update T set F = null where rowid = 15363";
Command "update T set F = null where rowid = 4631";
Command "update T set F = null where rowid = 59479";
Command "update T set F = null where rowid = 18968";
Command "update T set F = null where rowid = 55609";
Command "update T set F = null where rowid = 31942";
Command "update T set F = null where rowid = 71";
Command "update T set F = null where rowid = 14255";
Command "update T set F = null where rowid = 52125";
Command "update T set F = null where rowid = 50730";
Command "update T set F = null where rowid = 5251";
Command "update T set F = null where rowid = 51634";
Command "update T set F = null where rowid = 20653";
Command "update T set F = null where rowid = 46559";
Command "update T set F = null where rowid = 52776";
Command "update T set F = null where rowid = 18340";
Command "update T set F = null where rowid = 20108";
Command "update T set F = null where rowid = 27358";
Command "update T set F = null where rowid = 24670";
Command "update T set F = null where rowid = 17342";
Command "update T set F = null where rowid = 46768";
Command "update T set F = null where rowid = 25375";
Command "update T set F = null where rowid = 26697";
Command "update T set F = null where rowid = 9450";
Command "update T set F = null where rowid = 7450";
Command "update T set F = null where rowid = 24236";
Command "update T set F = null where rowid = 49776";
Command "update T set F = null where rowid = 23083";
Command "update T set F = null where rowid = 35995";
Command "update T set F = null where rowid = 19927";
Command "update T set F = null where rowid = 1204";
Command "update T set F = null where rowid = 18123";
Command "update T set F = null where rowid = 10883";
Command "update T set F = null where rowid = 25457";
Command "update T set F = null where rowid = 53663";
Command "update T set F = null where rowid = 20065";
Command "update T set F = null where rowid = 54664";
Command "update T set F = null where rowid = 36893";
Command "update T set F = null where rowid = 47719";
Command "update T set F = null where rowid = 37388";
Command "update T set F = null where rowid = 57372";
Command "update T set F = null where rowid = 36472";
Command "update T set F = null where rowid = 36278";
Command "update T set F = null where rowid = 7092";
Command "update T set F = null where rowid = 53691";
Command "update T set F = null where rowid = 44739";
Command "update T set F = null where rowid = 9930";
Command "update T set F = null where rowid = 28031";
Command "update T set F = null where rowid = 58678";
Command "update T set F = null where rowid = 30946";
Command "update T set F = null where rowid = 14076";
Command "update T set F = null where rowid = 5351";
Command "update T set F = null where rowid = 32693";
Command "update T set F = null where rowid = 14012";
Command "update T set F = null where rowid = 26511";
Command "update T set F = null where rowid = 37242";
Command "update T set F = null where rowid = 55413";
Command "update T set F = null where rowid = 14742";
Command "update T set F = null where rowid = 3476";
Command "update T set F = null where rowid = 35687";
Command "update T set F = null where rowid = 12295";
Command "update T set F = null where rowid = 50286";
Command "update T set F = null where rowid = 304";
Command "update T set F = null where rowid = 2451";
Command "update T set F = null where rowid = 9205";
Command "update T set F = null where rowid = 43154";
Command "update T set F = null where rowid = 15430";
Command "update T set F = null where rowid = 13047";
Command "update T set F = null where rowid = 60908";
Command "update T set F = null where rowid = 4570";
Command "update T set F = null where rowid = 18772";
Command "update T set F = null where rowid = 8078";
Command "update T set F = null where rowid = 60273";
Command "update T set F = null where rowid = 3726";
Command "update T set F = null where rowid = 57639";
Command "update T set F = null where rowid = 191";
Command "update T set F = null where rowid = 47916";
Command "update T set F = null where rowid = 41004";
Command "update T set F = null where rowid = 5600";
Command "update T set F = null where rowid = 43633";
Command "update T set F = null where rowid = 53814";
Command "update T set F = null where rowid = 5949";
Command "update T set F = null where rowid = 59600";
Command "update T set F = null where rowid = 862";
Command "update T set F = null where rowid = 37760";
Command "update T set F = null where rowid = 51587";
Command "update T set F = null where rowid = 41314";
Command "update T set F = null where rowid = 6135";
Command "update T set F = null where rowid = 12908";
Command "update T set F = null where rowid = 48910";
Command "update T set F = null where rowid = 6563";
Command "update T set F = null where rowid = 15221";
Command "update T set F = null where rowid = 38729";
Command "update T set F = null where rowid = 26156";
Command "update T set F = null where rowid = 15648";
Command "update T set F = null where rowid = 57323";
Command "update T set F = null where rowid = 8989";
Command "update T set F = null where rowid = 17170";
Command "update T set F = null where rowid = 1428";
Command "update T set F = null where rowid = 16261";
Command "update T set F = null where rowid = 57601";
Command "update T set F = null where rowid = 25189";
Command "update T set F = null where rowid = 45885";
Command "update T set F = null where rowid = 32513";
Command "update T set F = null where rowid = 42306";
Command "update T set F = null where rowid = 20097";
Command "update T set F = null where rowid = 16781";
Command "update T set F = null where rowid = 51398";
Command "update T set F = null where rowid = 46298";
Command "update T set F = null where rowid = 34259";
Command "update T set F = null where rowid = 9826";
Command "update T set F = null where rowid = 50573";
Command "update T set F = null where rowid = 15845";
Command "update T set F = null where rowid = 1375";
Command "update T set F = null where rowid = 57611";
Command "update T set F = null where rowid = 7201";
Command "update T set F = null where rowid = 23763";
Command "update T set F = null where rowid = 23350";
Command "update T set F = null where rowid = 48772";
Command "update T set F = null where rowid = 19118";
Command "update T set F = null where rowid = 16302";
Command "update T set F = null where rowid = 14323";
Command "update T set F = null where rowid = 3775";
Command "update T set F = null where rowid = 59432";
Command "update T set F = null where rowid = 15903";
Command "update T set F = null where rowid = 8153";
Command "update T set F = null where rowid = 25895";
Command "update T set F = null where rowid = 38585";
Command "update T set F = null where rowid = 35801";
Command "update T set F = null where rowid = 41264";
Command "update T set F = null where rowid = 12089";
Command "update T set F = null where rowid = 33289";
Command "update T set F = null where rowid = 23798";
Command "update T set F = null where rowid = 27060";
Command "update T set F = null where rowid = 35070";
Command "update T set F = null where rowid = 5378";
Command "update T set F = null where rowid = 25020";
Command "update T set F = null where rowid = 24877";
Command "update T set F = null where rowid = 41778";
Command "update T set F = null where rowid = 30159";
Command "update T set F = null where rowid = 35507";
Command "update T set F = null where rowid = 30955";
Command "update T set F = null where rowid = 22282";
Command "update T set F = null where rowid = 31447";
Command "update T set F = null where rowid = 26181";
Command "update T set F = null where rowid = 23198";
Command "update T set F = null where rowid = 30067";
Command "update T set F = null where rowid = 49834";
Command "update T set F = null where rowid = 52867";
Command "update T set F = null where rowid = 60016";
Command "update T set F = null where rowid = 43095";
Command "update T set F = null where rowid = 18455";
Command "update T set F = null where rowid = 16712";
Command "update T set F = null where rowid = 38450";
Command "update T set F = null where rowid = 7176";
Command "update T set F = null where rowid = 2392";
Command "update T set F = null where rowid = 9773";
Command "update T set F = null where rowid = 29917";
Command "update T set F = null where rowid = 12202";
Command "update T set F = null where rowid = 27835";
Command "update T set F = null where rowid = 36547";
Command "update T set F = null where rowid = 34611";
Command "update T set F = null where rowid = 20473";
Command "update T set F = null where rowid = 41253";
Command "update T set F = null where rowid = 23138";
Command "update T set F = null where rowid = 57367";
Command "update T set F = null where rowid = 41890";
Command "update T set F = null where rowid = 33655";
Command "update T set F = null where rowid = 30248";
Command "update T set F = null where rowid = 56830";
Command "update T set F = null where rowid = 24432";
Command "update T set F = null where rowid = 53446";
Command "update T set F = null where rowid = 57172";
Command "update T set F = null where rowid = 51550";
Command "update T set F = null where rowid = 46102";
Command "update T set F = null where rowid = 17378";
Command "update T set F = null where rowid = 19236";
Command "update T set F = null where rowid = 10024";
Command "update T set F = null where rowid = 32020";
Command "update T set F = null where rowid = 8595";
Command "update T set F = null where rowid = 40971";
Command "update T set F = null where rowid = 46659";
Command "update T set F = null where rowid = 37394";
Command "update T set F = null where rowid = 4871";
Command "update T set F = null where rowid = 11711";
Command "update T set F = null where rowid = 51464";
Command "update T set F = null where rowid = 5971";
Command "update T set F = null where rowid = 55842";
Command "update T set F = null where rowid = 58646";
Command "update T set F = null where rowid = 56560";
Command "update T set F = null where rowid = 20224";
Command "update T set F = null where rowid = 37742";
Command "update T set F = null where rowid = 7731";
Command "update T set F = null where rowid = 48761";
Command "update T set F = null where rowid = 21051";
Command "update T set F = null where rowid = 54736";
Command "update T set F = null where rowid = 34216";
Command "update T set F = null where rowid = 2151";
Command "update T set F = null where rowid = 7193";
Command "update T set F = null where rowid = 59502";
Command "update T set F = null where rowid = 22783";
Command "update T set F = null where rowid = 36647";
Command "update T set F = null where rowid = 257";
Command "update T set F = null where rowid = 55525";
Command "update T set F = null where rowid = 32085";
Command "update T set F = null where rowid = 29268";
Command "update T set F = null where rowid = 13964";
Command "update T set F = null where rowid = 38120";
Command "update T set F = null where rowid = 27681";
Command "update T set F = null where rowid = 40885";
Command "update T set F = null where rowid = 48189";
Command "update T set F = null where rowid = 39051";
Command "update T set F = null where rowid = 12944";
Command "update T set F = null where rowid = 33334";
Command "update T set F = null where rowid = 12066";
Command "update T set F = null where rowid = 37795";
Command "update T set F = null where rowid = 10715";
Command "update T set F = null where rowid = 40262";
Command "update T set F = null where rowid = 3960";
Command "update T set F = null where rowid = 13671";
Command "update T set F = null where rowid = 15757";
Command "update T set F = null where rowid = 21643";
Command "update T set F = null where rowid = 30979";
Command "update T set F = null where rowid = 37197";
Command "update T set F = null where rowid = 39620";
Command "update T set F = null where rowid = 60284";
Command "update T set F = null where rowid = 44369";
Command "update T set F = null where rowid = 15552";
Command "update T set F = null where rowid = 19904";
Command "update T set F = null where rowid = 12652";
Command "update T set F = null where rowid = 46268";
Command "update T set F = null where rowid = 60370";
Command "update T set F = null where rowid = 44299";
Command "update T set F = null where rowid = 45846";
Command "update T set F = null where rowid = 5979";
Command "update T set F = null where rowid = 36639";
Command "update T set F = null where rowid = 60159";
Command "update T set F = null where rowid = 27908";
Command "update T set F = null where rowid = 55461";
Command "update T set F = null where rowid = 12186";
Command "update T set F = null where rowid = 36002";
Command "update T set F = null where rowid = 20806";
Command "update T set F = null where rowid = 23951";
Command "update T set F = null where rowid = 46571";
Command "update T set F = null where rowid = 49786";
Command "update T set F = null where rowid = 51158";
Command "update T set F = null where rowid = 20858";
Command "update T set F = null where rowid = 58007";
Command "update T set F = null where rowid = 24436";
Command "update T set F = null where rowid = 31415";
Command "update T set F = null where rowid = 4019";
Command "update T set F = null where rowid = 29589";
Command "update T set F = null where rowid = 61189";
Command "update T set F = null where rowid = 24335";
Command "update T set F = null where rowid = 34612";
Command "update T set F = null where rowid = 56463";
Command "update T set F = null where rowid = 16387";
Command "update T set F = null where rowid = 23548";
Command "update T set F = null where rowid = 54118";
Command "update T set F = null where rowid = 4363";
Command "update T set F = null where rowid = 25710";
Command "update T set F = null where rowid = 50368";
Command "update T set F = null where rowid = 33488";
Command "update T set F = null where rowid = 55998";
Command "update T set F = null where rowid = 36767";
Command "update T set F = null where rowid = 48049";
Command "update T set F = null where rowid = 13655";
Command "update T set F = null where rowid = 6731";
Command "update T set F = null where rowid = 8551";
Command "update T set F = null where rowid = 20933";
Command "update T set F = null where rowid = 11633";
Command "update T set F = null where rowid = 49692";
Command "update T set F = null where rowid = 43391";
Command "update T set F = null where rowid = 51906";
Command "update T set F = null where rowid = 47443";
Command "update T set F = null where rowid = 41744";
Command "update T set F = null where rowid = 25786";
Command "update T set F = null where rowid = 30907";
Command "update T set F = null where rowid = 11587";
Command "update T set F = null where rowid = 39898";
Command "update T set F = null where rowid = 60584";
Command "update T set F = null where rowid = 46485";
Command "update T set F = null where rowid = 53058";
Command "update T set F = null where rowid = 1416";
Command "update T set F = null where rowid = 7788";
Command "update T set F = null where rowid = 42778";
Command "update T set F = null where rowid = 59793";
Command "update T set F = null where rowid = 25491";
Command "update T set F = null where rowid = 32830";
Command "update T set F = null where rowid = 25486";
Command "update T set F = null where rowid = 21284";
Command "update T set F = null where rowid = 44837";
Command "update T set F = null where rowid = 20044";
Command "update T set F = null where rowid = 57588";
Command "update T set F = null where rowid = 23135";
Command "update T set F = null where rowid = 2250";
Command "update T set F = null where rowid = 30087";
Command "update T set F = null where rowid = 16700";
Command "update T set F = null where rowid = 15431";
Command "update T set F = null where rowid = 20807";
Command "update T set F = null where rowid = 10055";
Command "update T set F = null where rowid = 15146";
Command "update T set F = null where rowid = 29653";
Command "update T set F = null where rowid = 59880";
Command "update T set F = null where rowid = 26971";
Command "update T set F = null where rowid = 37021";
Command "update T set F = null where rowid = 59935";
Command "update T set F = null where rowid = 50066";
Command "update T set F = null where rowid = 27388";
Command "update T set F = null where rowid = 22790";
Command "update T set F = null where rowid = 5562";
Command "update T set F = null where rowid = 25631";
Command "update T set F = null where rowid = 1914";
Command "update T set F = null where rowid = 11525";
Command "update T set F = null where rowid = 56146";
Command "update T set F = null where rowid = 1374";
Command "update T set F = null where rowid = 32279";
Command "update T set F = null where rowid = 36758";
Command "update T set F = null where rowid = 14905";
Command "update T set F = null where rowid = 5779";
Command "update T set F = null where rowid = 18513";
Command "update T set F = null where rowid = 48483";
Command "update T set F = null where rowid = 31148";
Command "update T set F = null where rowid = 16516";
Command "update T set F = null where rowid = 18474";
Command "update T set F = null where rowid = 44345";
Command "update T set F = null where rowid = 9641";
Command "update T set F = null where rowid = 42797";
Command "update T set F = null where rowid = 27872";
Command "update T set F = null where rowid = 33461";
Command "update T set F = null where rowid = 5826";
Command "update T set F = null where rowid = 38877";
Command "update T set F = null where rowid = 59959";
Command "update T set F = null where rowid = 35622";
Command "update T set F = null where rowid = 45729";
Command "update T set F = null where rowid = 24328";
Command "update T set F = null where rowid = 8884";
Command "update T set F = null where rowid = 51174";
Command "update T set F = null where rowid = 39178";
Command "update T set F = null where rowid = 45823";
Command "update T set F = null where rowid = 20722";
Command "update T set F = null where rowid = 28515";
Command "update T set F = null where rowid = 1567";
Command "update T set F = null where rowid = 60865";
Command "update T set F = null where rowid = 56125";
Command "update T set F = null where rowid = 9856";
Command "update T set F = null where rowid = 34116";
Command "update T set F = null where rowid = 15309";
Command "update T set F = null where rowid = 53286";
Command "update T set F = null where rowid = 25241";
Command "update T set F = null where rowid = 27825";
Command "update T set F = null where rowid = 49160";
Command "update T set F = null where rowid = 1607";
Command "update T set F = null where rowid = 32263";
Command "update T set F = null where rowid = 24782";
Command "update T set F = null where rowid = 50128";
Command "update T set F = null where rowid = 56875";
Command "update T set F = null where rowid = 15294";
Command "update T set F = null where rowid = 38081";
Command "update T set F = null where rowid = 16026";
Command "update T set F = null where rowid = 25352";
Command "update T set F = null where rowid = 60904";
Command "update T set F = null where rowid = 50725";
Command "update T set F = null where rowid = 42734";
Command "update T set F = null where rowid = 35972";
Command "update T set F = null where rowid = 36254";
Command "update T set F = null where rowid = 50380";
Command "update T set F = null where rowid = 1421";
Command "update T set F = null where rowid = 7780";
Command "update T set F = null where rowid = 10160";
Command "update T set F = null where rowid = 25617";
Command "update T set F = null where rowid = 41184";
Command "update T set F = null where rowid = 13698";
Command "update T set F = null where rowid = 14345";
Command "update T set F = null where rowid = 39471";
Command "update T set F = null where rowid = 46168";
Command "update T set F = null where rowid = 29087";
Command "update T set F = null where rowid = 43446";
Command "update T set F = null where rowid = 11920";
Command "update T set F = null where rowid = 46605";
Command "update T set F = null where rowid = 58716";
Command "update T set F = null where rowid = 33295";
Command "update T set F = null where rowid = 7379";
Command "update T set F = null where rowid = 39557";
Command "update T set F = null where rowid = 40653";
Command "update T set F = null where rowid = 26177";
Command "update T set F = null where rowid = 10429";
Command "update T set F = null where rowid = 23864";
Command "update T set F = null where rowid = 3753";
Command "update T set F = null where rowid = 27533";
Command "update T set F = null where rowid = 50024";
Command "update T set F = null where rowid = 22865";
Command "update T set F = null where rowid = 35665";
Command "update T set F = null where rowid = 30624";
Command "update T set F = null where rowid = 33904";
Command "update T set F = null where rowid = 39880";
Command "update T set F = null where rowid = 41294";
Command "update T set F = null where rowid = 4061";
Command "update T set F = null where rowid = 47619";
Command "update T set F = null where rowid = 25393";
Command "update T set F = null where rowid = 38044";
Command "update T set F = null where rowid = 14637";
Command "update T set F = null where rowid = 38492";
Command "update T set F = null where rowid = 10902";
Command "update T set F = null where rowid = 9963";
Command "update T set F = null where rowid = 39755";
Command "update T set F = null where rowid = 5813";
Command "update T set F = null where rowid = 18699";
Command "update T set F = null where rowid = 8917";
Command "update T set F = null where rowid = 15729";
Command "update T set F = null where rowid = 47649";
Command "update T set F = null where rowid = 46641";
Command "update T set F = null where rowid = 17808";
Command "update T set F = null where rowid = 16857";
Command "update T set F = null where rowid = 8848";
Command "update T set F = null where rowid = 24470";
Command "update T set F = null where rowid = 6099";
Command "update T set F = null where rowid = 44819";
Command "update T set F = null where rowid = 4494";
Command "update T set F = null where rowid = 58690";
Command "update T set F = null where rowid = 21906";
Command "update T set F = null where rowid = 2464";
Command "update T set F = null where rowid = 857";
Command "update T set F = null where rowid = 46759";
Command "update T set F = null where rowid = 49124";
Command "update T set F = null where rowid = 33945";
Command "update T set F = null where rowid = 40976";
Command "update T set F = null where rowid = 11393";
Command "update T set F = null where rowid = 19282";
Command "update T set F = null where rowid = 60912";
Command "update T set F = null where rowid = 30718";
Command "update T set F = null where rowid = 34430";
Command "update T set F = null where rowid = 12743";
Command "update T set F = null where rowid = 29304";
Command "update T set F = null where rowid = 5568";
Command "update T set F = null where rowid = 39546";
Command "update T set F = null where rowid = 13913";
Command "update T set F = null where rowid = 23462";
Command "update T set F = null where rowid = 8391";
Command "update T set F = null where rowid = 27271";
Command "update T set F = null where rowid = 60555";
Command "update T set F = null where rowid = 489";
Command "update T set F = null where rowid = 25300";
Command "update T set F = null where rowid = 6745";
Command "update T set F = null where rowid = 48739";
Command "update T set F = null where rowid = 11136";
Command "update T set F = null where rowid = 16558";
Command "update T set F = null where rowid = 14775";
Command "update T set F = null where rowid = 6796";
Command "update T set F = null where rowid = 50872";
Command "update T set F = null where rowid = 46785";
Command "update T set F = null where rowid = 52026";
Command "update T set F = null where rowid = 12305";
Command "update T set F = null where rowid = 5064";
Command "update T set F = null where rowid = 38385";
Command "update T set F = null where rowid = 876";
Command "update T set F = null where rowid = 54183";
Command "update T set F = null where rowid = 26113";
Command "update T set F = null where rowid = 36993";
Command "update T set F = null where rowid = 8324";
Command "update T set F = null where rowid = 56490";
Command "update T set F = null where rowid = 20675";
Command "update T set F = null where rowid = 41877";
Command "update T set F = null where rowid = 31860";
Command "update T set F = null where rowid = 18588";
Command "update T set F = null where rowid = 15935";
Command "update T set F = null where rowid = 54548";
Command "update T set F = null where rowid = 49358";
Command "update T set F = null where rowid = 20931";
Command "update T set F = null where rowid = 49342";
Command "update T set F = null where rowid = 48046";
Command "update T set F = null where rowid = 41466";
Command "update T set F = null where rowid = 43510";
Command "update T set F = null where rowid = 27445";
Command "update T set F = null where rowid = 36";
Command "update T set F = null where rowid = 32708";
Command "update T set F = null where rowid = 10399";
Command "update T set F = null where rowid = 36169";
Command "update T set F = null where rowid = 5755";
Command "update T set F = null where rowid = 5640";
Command "update T set F = null where rowid = 52756";
Command "update T set F = null where rowid = 51493";
Command "update T set F = null where rowid = 32547";
Command "update T set F = null where rowid = 53775";
Command "update T set F = null where rowid = 24398";
Command "update T set F = null where rowid = 57856";
Command "update T set F = null where rowid = 18898";
Command "update T set F = null where rowid = 29219";
Command "update T set F = null where rowid = 8555";
Command "update T set F = null where rowid = 41695";
Command "update T set F = null where rowid = 50206";
Command "update T set F = null where rowid = 56721";
Command "update T set F = null where rowid = 30061";
Command "update T set F = null where rowid = 36432";
Command "update T set F = null where rowid = 19712";
Command "update T set F = null where rowid = 24212";
Command "update T set F = null where rowid = 2071";
Command "update T set F = null where rowid = 18972";
Command "update T set F = null where rowid = 17592";
Command "update T set F = null where rowid = 38227";
Command "update T set F = null where rowid = 43542";
Command "update T set F = null where rowid = 43056";
Command "update T set F = null where rowid = 43361";
Command "update T set F = null where rowid = 45375";
Command "update T set F = null where rowid = 20149";
Command "update T set F = null where rowid = 4191";
Command "update T set F = null where rowid = 7315";
Command "update T set F = null where rowid = 54977";
Command "update T set F = null where rowid = 44074";
Command "update T set F = null where rowid = 49732";
Command "update T set F = null where rowid = 39100";
Command "update T set F = null where rowid = 17514";
Command "update T set F = null where rowid = 49137";
Command "update T set F = null where rowid = 58483";
Command "update T set F = null where rowid = 37413";
Command "update T set F = null where rowid = 60650";
Command "update T set F = null where rowid = 36449";
Command "update T set F = null where rowid = 550";
Command "update T set F = null where rowid = 43615";
Command "update T set F = null where rowid = 25820";
Command "update T set F = null where rowid = 60095";
Command "update T set F = null where rowid = 28531";
Command "update T set F = null where rowid = 23468";
Command "update T set F = null where rowid = 38116";
Command "update T set F = null where rowid = 59487";
Command "update T set F = null where rowid = 20949";
Command "update T set F = null where rowid = 32443";
Command "update T set F = null where rowid = 5580";
Command "update T set F = null where rowid = 56349";
Command "update T set F = null where rowid = 42422";
Command "update T set F = null where rowid = 4716";
Command "update T set F = null where rowid = 29642";
Command "update T set F = null where rowid = 20710";
Command "update T set F = null where rowid = 30470";
Command "update T set F = null where rowid = 54617";
Command "update T set F = null where rowid = 20070";
Command "update T set F = null where rowid = 55259";
Command "update T set F = null where rowid = 27288";
Command "update T set F = null where rowid = 34149";
Command "update T set F = null where rowid = 56045";
Command "update T set F = null where rowid = 48852";
Command "update T set F = null where rowid = 6824";
Command "update T set F = null where rowid = 35551";
Command "update T set F = null where rowid = 52325";
Command "update T set F = null where rowid = 8853";
Command "update T set F = null where rowid = 55949";
Command "update T set F = null where rowid = 15295";
Command "update T set F = null where rowid = 29753";
Command "update T set F = null where rowid = 32953";
Command "update T set F = null where rowid = 45239";
Command "update T set F = null where rowid = 46413";
Command "update T set F = null where rowid = 26052";
Command "update T set F = null where rowid = 23768";
Command "update T set F = null where rowid = 60098";
Command "update T set F = null where rowid = 13905";
Command "update T set F = null where rowid = 55817";
Command "update T set F = null where rowid = 6659";
Command "update T set F = null where rowid = 5760";
Command "update T set F = null where rowid = 11958";
Command "update T set F = null where rowid = 41408";
Command "update T set F = null where rowid = 15047";
Command "update T set F = null where rowid = 24114";
Command "update T set F = null where rowid = 38962";
Command "update T set F = null where rowid = 47019";
Command "update T set F = null where rowid = 10973";
Command "update T set F = null where rowid = 31101";
Command "update T set F = null where rowid = 34195";
Command "update T set F = null where rowid = 59543";
Command "update T set F = null where rowid = 32949";
Command "update T set F = null where rowid = 48615";
Command "update T set F = null where rowid = 32647";
Command "update T set F = null where rowid = 46996";
Command "update T set F = null where rowid = 28947";
Command "update T set F = null where rowid = 53570";
Command "update T set F = null where rowid = 14924";
Command "update T set F = null where rowid = 8396";
Command "update T set F = null where rowid = 19808";
Command "update T set F = null where rowid = 12406";
Command "update T set F = null where rowid = 53776";
Command "update T set F = null where rowid = 8202";
Command "update T set F = null where rowid = 37002";
Command "update T set F = null where rowid = 18426";
Command "update T set F = null where rowid = 6037";
Command "update T set F = null where rowid = 46814";
Command "update T set F = null where rowid = 16861";
Command "update T set F = null where rowid = 29260";
Command "update T set F = null where rowid = 35702";
Command "update T set F = null where rowid = 19749";
Command "update T set F = null where rowid = 47692";
Command "update T set F = null where rowid = 41269";
Command "update T set F = null where rowid = 19002";
Command "update T set F = null where rowid = 29046";
Command "update T set F = null where rowid = 29115";
Command "update T set F = null where rowid = 21430";
Command "update T set F = null where rowid = 54021";
Command "update T set F = null where rowid = 59050";
Command "update T set F = null where rowid = 54251";
Command "update T set F = null where rowid = 42587";
Command "update T set F = null where rowid = 34688";
Command "update T set F = null where rowid = 36972";
Command "update T set F = null where rowid = 55123";
Command "update T set F = null where rowid = 47661";
Command "update T set F = null where rowid = 32195";
Command "update T set F = null where rowid = 32869";
Command "update T set F = null where rowid = 37659";
Command "update T set F = null where rowid = 28496";
Command "update T set F = null where rowid = 21881";
Command "update T set F = null where rowid = 15372";
Command "update T set F = null where rowid = 8403";
Command "update T set F = null where rowid = 38248";
Command "update T set F = null where rowid = 58934";
Command "update T set F = null where rowid = 56328";
Command "update T set F = null where rowid = 12238";
Command "update T set F = null where rowid = 54337";
Command "update T set F = null where rowid = 50520";
Command "update T set F = null where rowid = 53624";
Command "update T set F = null where rowid = 40376";
Command "update T set F = null where rowid = 13179";
Command "update T set F = null where rowid = 52155";
Command "update T set F = null where rowid = 47101";
Command "update T set F = null where rowid = 7465";
Command "update T set F = null where rowid = 30331";
Command "update T set F = null where rowid = 54077";
Command "update T set F = null where rowid = 42842";
Command "update T set F = null where rowid = 60033";
Command "update T set F = null where rowid = 22440";
Command "update T set F = null where rowid = 30543";
Command "update T set F = null where rowid = 55126";
Command "update T set F = null where rowid = 1317";
Command "update T set F = null where rowid = 23954";
Command "update T set F = null where rowid = 53490";
Command "update T set F = null where rowid = 11447";
Command "update T set F = null where rowid = 2220";
Command "update T set F = null where rowid = 34520";
Command "update T set F = null where rowid = 20244";
Command "update T set F = null where rowid = 15627";
Command "update T set F = null where rowid = 19566";
Command "update T set F = null where rowid = 21809";
Command "update T set F = null where rowid = 37493";
Command "update T set F = null where rowid = 28259";
Command "update T set F = null where rowid = 37735";
Command "update T set F = null where rowid = 27925";
Command "update T set F = null where rowid = 57171";
Command "update T set F = null where rowid = 21518";
Command "update T set F = null where rowid = 37559";
Command "update T set F = null where rowid = 36399";
Command "update T set F = null where rowid = 34080";
Command "update T set F = null where rowid = 6878";
Command "update T set F = null where rowid = 23503";
Command "update T set F = null where rowid = 41481";
Command "update T set F = null where rowid = 27085";
Command "update T set F = null where rowid = 55207";
Command "update T set F = null where rowid = 26080";
Command "update T set F = null where rowid = 49549";
Command "update T set F = null where rowid = 17428";
Command "update T set F = null where rowid = 19036";
Command "update T set F = null where rowid = 26318";
Command "update T set F = null where rowid = 35158";
Command "update T set F = null where rowid = 56921";
Command "update T set F = null where rowid = 27572";
Command "update T set F = null where rowid = 16675";
Command "update T set F = null where rowid = 45999";
Command "update T set F = null where rowid = 20082";
Command "update T set F = null where rowid = 18417";
Command "update T set F = null where rowid = 56748";
Command "update T set F = null where rowid = 35131";
Command "update T set F = null where rowid = 33989";
Command "update T set F = null where rowid = 30204";
Command "update T set F = null where rowid = 37768";
Command "update T set F = null where rowid = 39797";
Command "update T set F = null where rowid = 39124";
Command "update T set F = null where rowid = 55437";
Command "update T set F = null where rowid = 25507";
Command "update T set F = null where rowid = 58177";
Command "update T set F = null where rowid = 42550";
Command "update T set F = null where rowid = 28643";
Command "update T set F = null where rowid = 40381";
Command "update T set F = null where rowid = 11608";
Command "update T set F = null where rowid = 10449";
Command "update T set F = null where rowid = 7229";
Command "update T set F = null where rowid = 22948";
Command "update T set F = null where rowid = 13163";
Command "update T set F = null where rowid = 37680";
Command "update T set F = null where rowid = 38771";
Command "update T set F = null where rowid = 46901";
Command "update T set F = null where rowid = 25042";
Command "update T set F = null where rowid = 40292";
Command "update T set F = null where rowid = 29597";
Command "update T set F = null where rowid = 10042";
Command "update T set F = null where rowid = 57894";
Command "update T set F = null where rowid = 21420";
Command "update T set F = null where rowid = 31306";
Command "update T set F = null where rowid = 29463";
Command "update T set F = null where rowid = 50464";
Command "update T set F = null where rowid = 13219";
Command "update T set F = null where rowid = 48810";
Command "update T set F = null where rowid = 28475";
Command "update T set F = null where rowid = 43766";
Command "update T set F = null where rowid = 37185";
Command "update T set F = null where rowid = 14190";
Command "update T set F = null where rowid = 31126";
Command "update T set F = null where rowid = 47121";
Command "update T set F = null where rowid = 2755";
Command "update T set F = null where rowid = 46535";
Command "update T set F = null where rowid = 41755";
Command "update T set F = null where rowid = 42614";
Command "update T set F = null where rowid = 42637";
Command "update T set F = null where rowid = 58832";
Command "update T set F = null where rowid = 20033";
Command "update T set F = null where rowid = 54277";
Command "update T set F = null where rowid = 13049";
Command "update T set F = null where rowid = 7770";
Command "update T set F = null where rowid = 42452";
Command "update T set F = null where rowid = 674";
Command "update T set F = null where rowid = 22544";
Command "update T set F = null where rowid = 35298";
Command "update T set F = null where rowid = 38025";
Command "update T set F = null where rowid = 51129";
Command "update T set F = null where rowid = 31182";
Command "update T set F = null where rowid = 8314";
Command "update T set F = null where rowid = 2367";
Command "update T set F = null where rowid = 54139";
Command "update T set F = null where rowid = 13483";
Command "update T set F = null where rowid = 59874";
Command "update T set F = null where rowid = 37763";
Command "update T set F = null where rowid = 18672";
Command "update T set F = null where rowid = 53";
Command "update T set F = null where rowid = 55394";
Command "update T set F = null where rowid = 61165";
Command "update T set F = null where rowid = 51134";
Command "update T set F = null where rowid = 47819";
Command "update T set F = null where rowid = 48494";
Command "update T set F = null where rowid = 4366";
Command "update T set F = null where rowid = 47666";
Command "update T set F = null where rowid = 55179";
Command "update T set F = null where rowid = 56880";
Command "update T set F = null where rowid = 60120";
Command "update T set F = null where rowid = 6694";
Command "update T set F = null where rowid = 56638";
Command "update T set F = null where rowid = 30172";
Command "update T set F = null where rowid = 42236";
Command "update T set F = null where rowid = 10209";
Command "update T set F = null where rowid = 31707";
Command "update T set F = null where rowid = 7869";
Command "update T set F = null where rowid = 19903";
Command "update T set F = null where rowid = 58006";
Command "update T set F = null where rowid = 58401";
Command "update T set F = null where rowid = 58152";
Command "update T set F = null where rowid = 18862";
Command "update T set F = null where rowid = 7598";
Command "update T set F = null where rowid = 11100";
Command "update T set F = null where rowid = 58624";
Command "update T set F = null where rowid = 33803";
Command "update T set F = null where rowid = 13704";
Command "update T set F = null where rowid = 41019";
Command "update T set F = null where rowid = 3308";
Command "update T set F = null where rowid = 27094";
Command "update T set F = null where rowid = 46592";
Command "update T set F = null where rowid = 48533";
Command "update T set F = null where rowid = 14301";
Command "update T set F = null where rowid = 20694";
Command "update T set F = null where rowid = 1992";
Command "update T set F = null where rowid = 55701";
Command "update T set F = null where rowid = 7105";
Command "update T set F = null where rowid = 28387";
Command "update T set F = null where rowid = 28803";
Command "update T set F = null where rowid = 43689";
Command "update T set F = null where rowid = 39194";
Command "update T set F = null where rowid = 15367";
Command "update T set F = null where rowid = 7034";
Command "update T set F = null where rowid = 3043";
Command "update T set F = null where rowid = 12615";
Command "update T set F = null where rowid = 20855";
Command "update T set F = null where rowid = 44321";
Command "update T set F = null where rowid = 33956";
Command "update T set F = null where rowid = 7687";
Command "update T set F = null where rowid = 24635";
Command "update T set F = null where rowid = 20435";
Command "update T set F = null where rowid = 19427";
Command "update T set F = null where rowid = 33129";
Command "update T set F = null where rowid = 17951";
Command "update T set F = null where rowid = 36257";
Command "update T set F = null where rowid = 21556";
Command "update T set F = null where rowid = 29674";
Command "update T set F = null where rowid = 50478";
Command "update T set F = null where rowid = 1296";
Command "update T set F = null where rowid = 26827";
Command "update T set F = null where rowid = 14356";
Command "update T set F = null where rowid = 31409";
Command "update T set F = null where rowid = 41591";
Command "update T set F = null where rowid = 43725";
Command "update T set F = null where rowid = 36552";
Command "update T set F = null where rowid = 55196";
Command "update T set F = null where rowid = 41724";
Command "update T set F = null where rowid = 45567";
Command "update T set F = null where rowid = 48286";
Command "update T set F = null where rowid = 24755";
Command "update T set F = null where rowid = 16214";
Command "update T set F = null where rowid = 61230";
Command "update T set F = null where rowid = 46357";
Command "update T set F = null where rowid = 30187";
Command "update T set F = null where rowid = 20248";
Command "update T set F = null where rowid = 20349";
Command "update T set F = null where rowid = 43851";
Command "update T set F = null where rowid = 25032";
Command "update T set F = null where rowid = 35496";
Command "update T set F = null where rowid = 6858";
Command "update T set F = null where rowid = 8808";
Command "update T set F = null where rowid = 53371";
Command "update T set F = null where rowid = 37544";
Command "update T set F = null where rowid = 31129";
Command "update T set F = null where rowid = 44871";
Command "update T set F = null where rowid = 26762";
Command "update T set F = null where rowid = 52373";
Command "update T set F = null where rowid = 32789";
Command "update T set F = null where rowid = 19614";
Command "update T set F = null where rowid = 42358";
Command "update T set F = null where rowid = 38034";
Command "update T set F = null where rowid = 22251";
Command "update T set F = null where rowid = 11215";
Command "update T set F = null where rowid = 7378";
Command "update T set F = null where rowid = 15213";
Command "update T set F = null where rowid = 23845";
Command "update T set F = null where rowid = 45694";
Command "update T set F = null where rowid = 13804";
Command "update T set F = null where rowid = 22305";
Command "update T set F = null where rowid = 19520";
Command "update T set F = null where rowid = 16987";
Command "update T set F = null where rowid = 44863";
Command "update T set F = null where rowid = 22695";
Command "update T set F = null where rowid = 34627";
Command "update T set F = null where rowid = 56670";
Command "update T set F = null where rowid = 59884";
Command "update T set F = null where rowid = 26449";
Command "update T set F = null where rowid = 42072";
Command "update T set F = null where rowid = 13885";
Command "update T set F = null where rowid = 59366";
Command "update T set F = null where rowid = 7717";
Command "update T set F = null where rowid = 7853";
Command "update T set F = null where rowid = 45348";
Command "update T set F = null where rowid = 33356";
Command "update T set F = null where rowid = 11182";
Command "update T set F = null where rowid = 46599";
Command "update T set F = null where rowid = 21012";
Command "update T set F = null where rowid = 11184";
Command "update T set F = null where rowid = 16071";
Command "update T set F = null where rowid = 56634";
Command "update T set F = null where rowid = 58823";
Command "update T set F = null where rowid = 34363";
Command "update T set F = null where rowid = 50589";
Command "update T set F = null where rowid = 44110";
Command "update T set F = null where rowid = 24875";
Command "update T set F = null where rowid = 44542";
Command "update T set F = null where rowid = 23100";
Command "update T set F = null where rowid = 32873";
Command "update T set F = null where rowid = 56111";
Command "update T set F = null where rowid = 27537";
Command "update T set F = null where rowid = 41717";
Command "update T set F = null where rowid = 45773";
Command "update T set F = null where rowid = 61491";
Command "update T set F = null where rowid = 36887";
Command "update T set F = null where rowid = 26766";
Command "update T set F = null where rowid = 23363";
Command "update T set F = null where rowid = 317";
Command "update T set F = null where rowid = 50921";
Command "update T set F = null where rowid = 25407";
Command "update T set F = null where rowid = 16806";
Command "update T set F = null where rowid = 36594";
Command "update T set F = null where rowid = 2838";
Command "update T set F = null where rowid = 54054";
Command "update T set F = null where rowid = 9972";
Command "update T set F = null where rowid = 28453";
Command "update T set F = null where rowid = 40532";
Command "update T set F = null where rowid = 43197";
Command "update T set F = null where rowid = 50416";
Command "update T set F = null where rowid = 57656";
Command "update T set F = null where rowid = 56808";
Command "update T set F = null where rowid = 44184";
Command "update T set F = null where rowid = 28727";
Command "update T set F = null where rowid = 60157";
Command "update T set F = null where rowid = 56566";
Command "update T set F = null where rowid = 10664";
Command "update T set F = null where rowid = 20218";
Command "update T set F = null where rowid = 1683";
Command "update T set F = null where rowid = 58809";
Command "update T set F = null where rowid = 23434";
Command "update T set F = null where rowid = 34474";
Command "update T set F = null where rowid = 14786";
Command "update T set F = null where rowid = 34615";
Command "update T set F = null where rowid = 56756";
Command "update T set F = null where rowid = 23904";
Command "update T set F = null where rowid = 19615";
Command "update T set F = null where rowid = 44121";
Command "update T set F = null where rowid = 17801";
Command "update T set F = null where rowid = 51794";
Command "update T set F = null where rowid = 48654";
Command "update T set F = null where rowid = 26467";
Command "update T set F = null where rowid = 5100";
Command "update T set F = null where rowid = 42617";
Command "update T set F = null where rowid = 13042";
Command "update T set F = null where rowid = 61172";
Command "update T set F = null where rowid = 14740";
Command "update T set F = null where rowid = 3113";
Command "update T set F = null where rowid = 26101";
Command "update T set F = null where rowid = 21084";
Command "update T set F = null where rowid = 41084";
Command "update T set F = null where rowid = 28086";
Command "update T set F = null where rowid = 15233";
Command "update T set F = null where rowid = 56445";
Command "update T set F = null where rowid = 39562";
Command "update T set F = null where rowid = 14081";
Command "update T set F = null where rowid = 32761";
Command "update T set F = null where rowid = 52492";
Command "update T set F = null where rowid = 2817";
Command "update T set F = null where rowid = 51458";
Command "update T set F = null where rowid = 43333";
Command "update T set F = null where rowid = 59730";
Command "update T set F = null where rowid = 2047";
Command "update T set F = null where rowid = 16829";
Command "update T set F = null where rowid = 42385";
Command "update T set F = null where rowid = 9761";
Command "update T set F = null where rowid = 24054";
Command "update T set F = null where rowid = 10291";
Command "update T set F = null where rowid = 26680";
Command "update T set F = null where rowid = 6879";
Command "update T set F = null where rowid = 33223";
Command "update T set F = null where rowid = 45399";
Command "update T set F = null where rowid = 58846";
Command "update T set F = null where rowid = 10224";
Command "update T set F = null where rowid = 30221";
Command "update T set F = null where rowid = 53090";
Command "update T set F = null where rowid = 44143";
Command "update T set F = null where rowid = 25539";
Command "update T set F = null where rowid = 48433";
Command "update T set F = null where rowid = 33788";
Command "update T set F = null where rowid = 10017";
Command "update T set F = null where rowid = 11637";
Command "update T set F = null where rowid = 8795";
Command "update T set F = null where rowid = 24379";
Command "update T set F = null where rowid = 34715";
Command "update T set F = null where rowid = 32163";
Command "update T set F = null where rowid = 56172";
Command "update T set F = null where rowid = 33780";
Command "update T set F = null where rowid = 15598";
Command "update T set F = null where rowid = 5208";
Command "update T set F = null where rowid = 23982";
Command "update T set F = null where rowid = 52308";
Command "update T set F = null where rowid = 57668";
Command "update T set F = null where rowid = 56234";
Command "update T set F = null where rowid = 15125";
Command "update T set F = null where rowid = 6224";
Command "update T set F = null where rowid = 8999";
Command "update T set F = null where rowid = 53399";
Command "update T set F = null where rowid = 42941";
Command "update T set F = null where rowid = 45742";
Command "update T set F = null where rowid = 38921";
Command "update T set F = null where rowid = 44943";
Command "update T set F = null where rowid = 10041";
Command "update T set F = null where rowid = 30645";
Command "update T set F = null where rowid = 50971";
Command "update T set F = null where rowid = 28715";
Command "update T set F = null where rowid = 45018";
Command "update T set F = null where rowid = 52298";
Command "update T set F = null where rowid = 3202";
Command "update T set F = null where rowid = 60071";
Command "update T set F = null where rowid = 14358";
Command "update T set F = null where rowid = 52083";
Command "update T set F = null where rowid = 8815";
Command "update T set F = null where rowid = 19268";
Command "update T set F = null where rowid = 33220";
Command "update T set F = null where rowid = 8942";
Command "update T set F = null where rowid = 39821";
Command "update T set F = null where rowid = 41301";
Command "update T set F = null where rowid = 51454";
Command "update T set F = null where rowid = 18813";
Command "update T set F = null where rowid = 52060";
Command "update T set F = null where rowid = 26319";
Command "update T set F = null where rowid = 27207";
Command "update T set F = null where rowid = 20215";
Command "update T set F = null where rowid = 10888";
Command "update T set F = null where rowid = 25814";
Command "update T set F = null where rowid = 16112";
Command "update T set F = null where rowid = 24515";
Command "update T set F = null where rowid = 8223";
Command "update T set F = null where rowid = 39129";
Command "update T set F = null where rowid = 27047";
Command "update T set F = null where rowid = 20514";
Command "update T set F = null where rowid = 18822";
Command "update T set F = null where rowid = 15276";
Command "update T set F = null where rowid = 48496";
Command "update T set F = null where rowid = 3525";
Command "update T set F = null where rowid = 8035";
Command "update T set F = null where rowid = 23046";
Command "update T set F = null where rowid = 1358";
Command "update T set F = null where rowid = 29823";
Command "update T set F = null where rowid = 33554";
Command "update T set F = null where rowid = 39341";
Command "update T set F = null where rowid = 31348";
Command "update T set F = null where rowid = 51558";
Command "update T set F = null where rowid = 51654";
Command "update T set F = null where rowid = 50057";
Command "update T set F = null where rowid = 49273";
Command "update T set F = null where rowid = 27510";
Command "update T set F = null where rowid = 27895";
Command "update T set F = null where rowid = 49611";
Command "update T set F = null where rowid = 56523";
Command "update T set F = null where rowid = 19117";
Command "update T set F = null where rowid = 28033";
Command "update T set F = null where rowid = 44382";
Command "update T set F = null where rowid = 4079";
Command "update T set F = null where rowid = 21669";
Command "update T set F = null where rowid = 20370";
Command "update T set F = null where rowid = 59976";
Command "update T set F = null where rowid = 29428";
Command "update T set F = null where rowid = 40913";
Command "update T set F = null where rowid = 21657";
Command "update T set F = null where rowid = 52389";
Command "update T set F = null where rowid = 35816";
Command "update T set F = null where rowid = 53044";
Command "update T set F = null where rowid = 53920";
Command "update T set F = null where rowid = 60066";
Command "update T set F = null where rowid = 61225";
Command "update T set F = null where rowid = 52763";
Command "update T set F = null where rowid = 21337";
Command "update T set F = null where rowid = 50748";
Command "update T set F = null where rowid = 4548";
Command "update T set F = null where rowid = 21560";
Command "update T set F = null where rowid = 52320";
Command "update T set F = null where rowid = 26645";
Command "update T set F = null where rowid = 32295";
Command "update T set F = null where rowid = 19785";
Command "update T set F = null where rowid = 14284";
Command "update T set F = null where rowid = 15176";
Command "update T set F = null where rowid = 9979";
Command "update T set F = null where rowid = 1065";
Command "update T set F = null where rowid = 27355";
Command "update T set F = null where rowid = 59510";
Command "update T set F = null where rowid = 55960";
Command "update T set F = null where rowid = 7696";
Command "update T set F = null where rowid = 29138";
Command "update T set F = null where rowid = 4120";
Command "update T set F = null where rowid = 16372";
Command "update T set F = null where rowid = 31564";
Command "update T set F = null where rowid = 18795";
Command "update T set F = null where rowid = 28671";
Command "update T set F = null where rowid = 34142";
Command "update T set F = null where rowid = 35503";
Command "update T set F = null where rowid = 2114";
Command "update T set F = null where rowid = 17507";
Command "update T set F = null where rowid = 45425";
Command "update T set F = null where rowid = 46408";
Command "update T set F = null where rowid = 35980";
Command "update T set F = null where rowid = 29554";
Command "update T set F = null where rowid = 28488";
Command "update T set F = null where rowid = 56070";
Command "update T set F = null where rowid = 30432";
Command "update T set F = null where rowid = 9949";
Command "update T set F = null where rowid = 26387";
Command "update T set F = null where rowid = 51382";
Command "update T set F = null where rowid = 60309";
Command "update T set F = null where rowid = 47226";
Command "update T set F = null where rowid = 48964";
Command "update T set F = null where rowid = 4897";
Command "update T set F = null where rowid = 37965";
Command "update T set F = null where rowid = 15553";
Command "update T set F = null where rowid = 57978";
Command "update T set F = null where rowid = 18785";
Command "update T set F = null where rowid = 20798";
Command "update T set F = null where rowid = 3449";
Command "update T set F = null where rowid = 40812";
Command "update T set F = null where rowid = 15377";
Command "update T set F = null where rowid = 898";
Command "update T set F = null where rowid = 8962";
Command "update T set F = null where rowid = 36047";
Command "update T set F = null where rowid = 47981";
Command "update T set F = null where rowid = 5712";
Command "update T set F = null where rowid = 6797";
Command "update T set F = null where rowid = 23472";
Command "update T set F = null where rowid = 19492";
Command "update T set F = null where rowid = 20536";
Command "update T set F = null where rowid = 43052";
Command "update T set F = null where rowid = 32204";
Command "update T set F = null where rowid = 50204";
Command "update T set F = null where rowid = 42508";
Command "update T set F = null where rowid = 23074";
Command "update T set F = null where rowid = 12885";
Command "update T set F = null where rowid = 9145";
Command "update T set F = null where rowid = 30452";
Command "update T set F = null where rowid = 37373";
Command "update T set F = null where rowid = 2058";
Command "update T set F = null where rowid = 45535";
Command "update T set F = null where rowid = 4236";
Command "update T set F = null where rowid = 15995";
Command "update T set F = null where rowid = 43734";
Command "update T set F = null where rowid = 25265";
Command "update T set F = null where rowid = 42296";
Command "update T set F = null where rowid = 21242";
Command "update T set F = null where rowid = 30158";
Command "update T set F = null where rowid = 55674";
Command "update T set F = null where rowid = 41011";
Command "update T set F = null where rowid = 27072";
Command "update T set F = null where rowid = 30497";
Command "update T set F = null where rowid = 33030";
Command "update T set F = null where rowid = 36436";
Command "update T set F = null where rowid = 48651";
Command "update T set F = null where rowid = 39370";
Command "update T set F = null where rowid = 5677";
Command "update T set F = null where rowid = 49565";
Command "update T set F = null where rowid = 40823";
Command "update T set F = null where rowid = 17305";
Command "update T set F = null where rowid = 18939";
Command "update T set F = null where rowid = 14942";
Command "update T set F = null where rowid = 1852";
Command "update T set F = null where rowid = 3597";
Command "update T set F = null where rowid = 4237";
Command "update T set F = null where rowid = 61131";
Command "update T set F = null where rowid = 744";
Command "update T set F = null where rowid = 15214";
Command "update T set F = null where rowid = 18239";
Command "update T set F = null where rowid = 4868";
Command "update T set F = null where rowid = 44815";
Command "update T set F = null where rowid = 39343";
Command "update T set F = null where rowid = 49214";
Command "update T set F = null where rowid = 43875";
Command "update T set F = null where rowid = 23488";
Command "update T set F = null where rowid = 54669";
Command "update T set F = null where rowid = 3917";
Command "update T set F = null where rowid = 45919";
Command "update T set F = null where rowid = 8114";
Command "update T set F = null where rowid = 49112";
Command "update T set F = null where rowid = 37325";
Command "update T set F = null where rowid = 15962";
Command "update T set F = null where rowid = 12025";
Command "update T set F = null where rowid = 36060";
Command "update T set F = null where rowid = 29454";
Command "update T set F = null where rowid = 14192";
Command "update T set F = null where rowid = 38627";
Command "update T set F = null where rowid = 45273";
Command "update T set F = null where rowid = 24861";
Command "update T set F = null where rowid = 41155";
Command "update T set F = null where rowid = 61316";
Command "update T set F = null where rowid = 7071";
Command "update T set F = null where rowid = 54897";
Command "update T set F = null where rowid = 59560";
Command "update T set F = null where rowid = 2325";
Command "update T set F = null where rowid = 29070";
Command "update T set F = null where rowid = 12952";
Command "update T set F = null where rowid = 3511";
Command "update T set F = null where rowid = 43580";
Command "update T set F = null where rowid = 10045";
Command "update T set F = null where rowid = 30565";
Command "update T set F = null where rowid = 2568";
Command "update T set F = null where rowid = 50734";
Command "update T set F = null where rowid = 7865";
Command "update T set F = null where rowid = 6264";
Command "update T set F = null where rowid = 16425";
Command "update T set F = null where rowid = 9209";
Command "update T set F = null where rowid = 16327";
Command "update T set F = null where rowid = 31413";
Command "update T set F = null where rowid = 47006";
Command "update T set F = null where rowid = 3092";
Command "update T set F = null where rowid = 14859";
Command "update T set F = null where rowid = 49503";
Command "update T set F = null where rowid = 39686";
Command "update T set F = null where rowid = 12683";
Command "update T set F = null where rowid = 44989";
Command "update T set F = null where rowid = 49636";
Command "update T set F = null where rowid = 15726";
Command "update T set F = null where rowid = 56175";
Command "update T set F = null where rowid = 5502";
Command "update T set F = null where rowid = 46574";
Command "update T set F = null where rowid = 59875";
Command "update T set F = null where rowid = 4768";
Command "update T set F = null where rowid = 31287";
Command "update T set F = null where rowid = 26162";
Command "update T set F = null where rowid = 6784";
Command "update T set F = null where rowid = 4015";
Command "update T set F = null where rowid = 22655";
Command "update T set F = null where rowid = 4747";
Command "update T set F = null where rowid = 20174";
Command "update T set F = null where rowid = 912";
Command "update T set F = null where rowid = 46494";
Command "update T set F = null where rowid = 22145";
Command "update T set F = null where rowid = 5391";
Command "update T set F = null where rowid = 19756";
Command "update T set F = null where rowid = 6513";
Command "update T set F = null where rowid = 58625";
Command "update T set F = null where rowid = 45806";
Command "update T set F = null where rowid = 8002";
Command "update T set F = null where rowid = 30576";
Command "update T set F = null where rowid = 28183";
Command "update T set F = null where rowid = 5897";
Command "update T set F = null where rowid = 60690";
Command "update T set F = null where rowid = 36457";
Command "update T set F = null where rowid = 50347";
Command "update T set F = null where rowid = 23858";
Command "update T set F = null where rowid = 22853";
Command "update T set F = null where rowid = 1241";
Command "update T set F = null where rowid = 44095";
Command "update T set F = null where rowid = 33660";
Command "update T set F = null where rowid = 40232";
Command "update T set F = null where rowid = 39027";
Command "update T set F = null where rowid = 20203";
Command "update T set F = null where rowid = 35014";
Command "update T set F = null where rowid = 17015";
Command "update T set F = null where rowid = 8774";
Command "update T set F = null where rowid = 17607";
Command "update T set F = null where rowid = 31341";
Command "update T set F = null where rowid = 44391";
Command "update T set F = null where rowid = 19746";
Command "update T set F = null where rowid = 12140";
Command "update T set F = null where rowid = 800";
Command "update T set F = null where rowid = 38532";
Command "update T set F = null where rowid = 21162";
Command "update T set F = null where rowid = 52785";
Command "update T set F = null where rowid = 61326";
Command "update T set F = null where rowid = 58756";
Command "update T set F = null where rowid = 8053";
Command "update T set F = null where rowid = 18518";
Command "update T set F = null where rowid = 28480";
Command "update T set F = null where rowid = 5944";
Command "update T set F = null where rowid = 22963";
Command "update T set F = null where rowid = 34483";
Command "update T set F = null where rowid = 51468";
Command "update T set F = null where rowid = 39983";
Command "update T set F = null where rowid = 36078";
Command "update T set F = null where rowid = 32635";
Command "update T set F = null where rowid = 46493";
Command "update T set F = null where rowid = 27164";
Command "update T set F = null where rowid = 4627";
Command "update T set F = null where rowid = 29000";
Command "update T set F = null where rowid = 57555";
Command "update T set F = null where rowid = 52781";
Command "update T set F = null where rowid = 56849";
Command "update T set F = null where rowid = 21174";
Command "update T set F = null where rowid = 23689";
Command "update T set F = null where rowid = 6593";
Command "update T set F = null where rowid = 2929";
Command "update T set F = null where rowid = 58111";
Command "update T set F = null where rowid = 2266";
Command "update T set F = null where rowid = 19331";
Command "update T set F = null where rowid = 58709";
Command "update T set F = null where rowid = 49012";
Command "update T set F = null where rowid = 44365";
Command "update T set F = null where rowid = 6094";
Command "update T set F = null where rowid = 3504";
Command "update T set F = null where rowid = 43630";
Command "update T set F = null where rowid = 117";
Command "update T set F = null where rowid = 37336";
Command "update T set F = null where rowid = 38521";
Command "update T set F = null where rowid = 1219";
Command "update T set F = null where rowid = 35101";
Command "update T set F = null where rowid = 54954";
Command "update T set F = null where rowid = 51402";
Command "update T set F = null where rowid = 38808";
Command "update T set F = null where rowid = 25862";
Command "update T set F = null where rowid = 59789";
Command "update T set F = null where rowid = 48328";
Command "update T set F = null where rowid = 56352";
Command "update T set F = null where rowid = 13407";
Command "update T set F = null where rowid = 36595";
Command "update T set F = null where rowid = 34494";
Command "update T set F = null where rowid = 42436";
Command "update T set F = null where rowid = 31539";
Command "update T set F = null where rowid = 17144";
Command "update T set F = null where rowid = 21190";
Command "update T set F = null where rowid = 32441";
Command "update T set F = null where rowid = 13695";
Command "update T set F = null where rowid = 4540";
Command "update T set F = null where rowid = 55928";
Command "update T set F = null where rowid = 53805";
Command "update T set F = null where rowid = 43887";
Command "update T set F = null where rowid = 11478";
Command "update T set F = null where rowid = 50760";
Command "update T set F = null where rowid = 39268";
Command "update T set F = null where rowid = 25086";
Command "update T set F = null where rowid = 55350";
Command "update T set F = null where rowid = 42806";
Command "update T set F = null where rowid = 4260";
Command "update T set F = null where rowid = 36216";
Command "update T set F = null where rowid = 37258";
Command "update T set F = null where rowid = 41472";
Command "update T set F = null where rowid = 34633";
Command "update T set F = null where rowid = 8471";
Command "update T set F = null where rowid = 29885";
Command "update T set F = null where rowid = 18852";
Command "update T set F = null where rowid = 37752";
Command "update T set F = null where rowid = 3605";
Command "update T set F = null where rowid = 34696";
Command "update T set F = null where rowid = 54942";
Command "update T set F = null where rowid = 13108";
Command "update T set F = null where rowid = 29196";
Command "update T set F = null where rowid = 50776";
Command "update T set F = null where rowid = 60642";
Command "update T set F = null where rowid = 40505";
Command "update T set F = null where rowid = 36741";
Command "update T set F = null where rowid = 13610";
Command "update T set F = null where rowid = 59416";
Command "update T set F = null where rowid = 13396";
Command "update T set F = null where rowid = 33139";
Command "update T set F = null where rowid = 21155";
Command "update T set F = null where rowid = 53322";
Command "update T set F = null where rowid = 20047";
Command "update T set F = null where rowid = 11317";
Command "update T set F = null where rowid = 26755";
Command "update T set F = null where rowid = 57045";
Command "update T set F = null where rowid = 51912";
Command "update T set F = null where rowid = 2174";
Command "update T set F = null where rowid = 21422";
Command "update T set F = null where rowid = 54621";
Command "update T set F = null where rowid = 14620";
Command "update T set F = null where rowid = 31718";
Command "update T set F = null where rowid = 9413";
Command "update T set F = null where rowid = 16141";
Command "update T set F = null where rowid = 11931";
Command "update T set F = null where rowid = 41626";
Command "update T set F = null where rowid = 59527";
Command "update T set F = null where rowid = 7952";
Command "update T set F = null where rowid = 1743";
Command "update T set F = null where rowid = 5173";
Command "update T set F = null where rowid = 30120";
Command "update T set F = null where rowid = 27882";
Command "update T set F = null where rowid = 1259";
Command "update T set F = null where rowid = 45656";
Command "update T set F = null where rowid = 48102";
Command "update T set F = null where rowid = 9223";
Command "update T set F = null where rowid = 28415";
Command "update T set F = null where rowid = 52860";
Command "update T set F = null where rowid = 17612";
Command "update T set F = null where rowid = 45900";
Command "update T set F = null where rowid = 1675";
Command "update T set F = null where rowid = 31531";
Command "update T set F = null where rowid = 11538";
Command "update T set F = null where rowid = 516";
Command "update T set F = null where rowid = 13554";
Command "update T set F = null where rowid = 32495";
Command "update T set F = null where rowid = 42335";
Command "update T set F = null where rowid = 50711";
Command "update T set F = null where rowid = 5945";
Command "update T set F = null where rowid = 33742";
Command "update T set F = null where rowid = 30562";
Command "update T set F = null where rowid = 53773";
Command "update T set F = null where rowid = 12365";
Command "update T set F = null where rowid = 37349";
Command "update T set F = null where rowid = 15006";
Command "update T set F = null where rowid = 39363";
Command "update T set F = null where rowid = 29684";
Command "update T set F = null where rowid = 36740";
Command "update T set F = null where rowid = 36221";
Command "update T set F = null where rowid = 18188";
Command "update T set F = null where rowid = 19618";
Command "update T set F = null where rowid = 60637";
Command "update T set F = null where rowid = 10581";
Command "update T set F = null where rowid = 18749";
Command "update T set F = null where rowid = 40693";
Command "update T set F = null where rowid = 54299";
Command "update T set F = null where rowid = 14047";
Command "update T set F = null where rowid = 4504";
Command "update T set F = null where rowid = 58219";
Command "update T set F = null where rowid = 41625";
Command "update T set F = null where rowid = 11167";
Command "update T set F = null where rowid = 1080";
Command "update T set F = null where rowid = 9403";
Command "update T set F = null where rowid = 8903";
Command "update T set F = null where rowid = 4438";
Command "update T set F = null where rowid = 15752";
Command "update T set F = null where rowid = 10273";
Command "update T set F = null where rowid = 15947";
Command "update T set F = null where rowid = 17410";
Command "update T set F = null where rowid = 42889";
Command "update T set F = null where rowid = 8149";
Command "update T set F = null where rowid = 6943";
Command "update T set F = null where rowid = 26358";
Command "update T set F = null where rowid = 42932";
Command "update T set F = null where rowid = 10760";
Command "update T set F = null where rowid = 22561";
Command "update T set F = null where rowid = 60815";
Command "update T set F = null where rowid = 32520";
Command "update T set F = null where rowid = 38254";
Command "update T set F = null where rowid = 39312";
Command "update T set F = null where rowid = 47011";
Command "update T set F = null where rowid = 29644";
Command "update T set F = null where rowid = 35017";
Command "update T set F = null where rowid = 37954";
Command "update T set F = null where rowid = 29375";
Command "update T set F = null where rowid = 32496";
Command "update T set F = null where rowid = 35287";
Command "update T set F = null where rowid = 30550";
Command "update T set F = null where rowid = 52632";
Command "update T set F = null where rowid = 12873";
Command "update T set F = null where rowid = 49816";
Command "update T set F = null where rowid = 54739";
Command "update T set F = null where rowid = 39963";
Command "update T set F = null where rowid = 57015";
Command "update T set F = null where rowid = 50037";
Command "update T set F = null where rowid = 23319";
Command "update T set F = null where rowid = 22789";
Command "update T set F = null where rowid = 42658";
Command "update T set F = null where rowid = 12983";
Command "update T set F = null where rowid = 7504";
Command "update T set F = null where rowid = 13143";
Command "update T set F = null where rowid = 8081";
Command "update T set F = null where rowid = 1946";
Command "update T set F = null where rowid = 18810";
Command "update T set F = null where rowid = 43789";
Command "update T set F = null where rowid = 9929";
Command "update T set F = null where rowid = 39409";
Command "update T set F = null where rowid = 42190";
Command "update T set F = null where rowid = 28694";
Command "update T set F = null where rowid = 50633";
Command "update T set F = null where rowid = 30640";
Command "update T set F = null where rowid = 16041";
Command "update T set F = null where rowid = 40881";
Command "update T set F = null where rowid = 40189";
Command "update T set F = null where rowid = 45350";
Command "update T set F = null where rowid = 26040";
Command "update T set F = null where rowid = 31502";
Command "update T set F = null where rowid = 55605";
Command "update T set F = null where rowid = 14317";
Command "update T set F = null where rowid = 8607";
Command "update T set F = null where rowid = 54605";
Command "update T set F = null where rowid = 30839";
Command "update T set F = null where rowid = 44866";
Command "update T set F = null where rowid = 4506";
Command "update T set F = null where rowid = 3563";
Command "update T set F = null where rowid = 41381";
Command "update T set F = null where rowid = 54629";
Command "update T set F = null where rowid = 60140";
Command "update T set F = null where rowid = 29939";
Command "update T set F = null where rowid = 2131";
Command "update T set F = null where rowid = 32203";
Command "update T set F = null where rowid = 40209";
Command "update T set F = null where rowid = 1108";
Command "update T set F = null where rowid = 61449";
Command "update T set F = null where rowid = 95";
Command "update T set F = null where rowid = 12481";
Command "update T set F = null where rowid = 13007";
Command "update T set F = null where rowid = 48127";
Command "update T set F = null where rowid = 4310";
Command "update T set F = null where rowid = 38837";
Command "update T set F = null where rowid = 49226";
Command "update T set F = null where rowid = 51352";
Command "update T set F = null where rowid = 41851";
Command "update T set F = null where rowid = 3154";
Command "update T set F = null where rowid = 40504";
Command "update T set F = null where rowid = 10377";
Command "update T set F = null where rowid = 55098";
Command "update T set F = null where rowid = 46888";
Command "update T set F = null where rowid = 21330";
Command "update T set F = null where rowid = 22931";
Command "update T set F = null where rowid = 33743";
Command "update T set F = null where rowid = 2200";
Command "update T set F = null where rowid = 46509";
Command "update T set F = null where rowid = 56413";
Command "update T set F = null where rowid = 44226";
Command "update T set F = null where rowid = 54636";
Command "update T set F = null where rowid = 42280";
Command "update T set F = null where rowid = 59878";
Command "update T set F = null where rowid = 50395";
Command "update T set F = null where rowid = 39785";
Command "update T set F = null where rowid = 14584";
Command "update T set F = null where rowid = 33899";
Command "update T set F = null where rowid = 40067";
Command "update T set F = null where rowid = 45703";
Command "update T set F = null where rowid = 50787";
Command "update T set F = null where rowid = 50990";
Command "update T set F = null where rowid = 27317";
Command "update T set F = null where rowid = 8849";
Command "update T set F = null where rowid = 55014";
Command "update T set F = null where rowid = 22037";
Command "update T set F = null where rowid = 17682";
Command "update T set F = null where rowid = 37862";
Command "update T set F = null where rowid = 40347";
Command "update T set F = null where rowid = 22842";
Command "update T set F = null where rowid = 44395";
Command "update T set F = null where rowid = 4791";
Command "update T set F = null where rowid = 18981";
Command "update T set F = null where rowid = 5892";
Command "update T set F = null where rowid = 6613";
Command "update T set F = null where rowid = 19157";
Command "update T set F = null where rowid = 3220";
Command "update T set F = null where rowid = 47433";
Command "update T set F = null where rowid = 5736";
Command "update T set F = null where rowid = 9304";
Command "update T set F = null where rowid = 56177";
Command "update T set F = null where rowid = 9284";
Command "update T set F = null where rowid = 40019";
Command "update T set F = null where rowid = 20282";
Command "update T set F = null where rowid = 47202";
Command "update T set F = null where rowid = 44406";
Command "update T set F = null where rowid = 46789";
Command "update T set F = null where rowid = 49945";
Command "update T set F = null where rowid = 43973";
Command "update T set F = null where rowid = 8454";
Command "update T set F = null where rowid = 5820";
Command "update T set F = null where rowid = 32254";
Command "update T set F = null where rowid = 56631";
Command "update T set F = null where rowid = 47816";
Command "update T set F = null where rowid = 60744";
Command "update T set F = null where rowid = 20632";
Command "update T set F = null where rowid = 51863";
Command "update T set F = null where rowid = 9187";
Command "update T set F = null where rowid = 47044";
Command "update T set F = null where rowid = 50073";
Command "update T set F = null where rowid = 795";
Command "update T set F = null where rowid = 17692";
Command "update T set F = null where rowid = 55740";
Command "update T set F = null where rowid = 58743";
Command "update T set F = null where rowid = 18311";
Command "update T set F = null where rowid = 1553";
Command "update T set F = null where rowid = 38743";
Command "update T set F = null where rowid = 10279";
Command "update T set F = null where rowid = 26386";
Command "update T set F = null where rowid = 31651";
Command "update T set F = null where rowid = 21425";
Command "update T set F = null where rowid = 57599";
Command "update T set F = null where rowid = 61305";
Command "update T set F = null where rowid = 21057";
Command "update T set F = null where rowid = 51865";
Command "update T set F = null where rowid = 8943";
Command "update T set F = null where rowid = 7194";
Command "update T set F = null where rowid = 9714";
Command "update T set F = null where rowid = 55709";
Command "update T set F = null where rowid = 45089";
Command "update T set F = null where rowid = 7377";
Command "update T set F = null where rowid = 55034";
Command "update T set F = null where rowid = 55517";
Command "update T set F = null where rowid = 42315";
Command "update T set F = null where rowid = 41841";
Command "update T set F = null where rowid = 31264";
Command "update T set F = null where rowid = 19526";
Command "update T set F = null where rowid = 12547";
Command "update T set F = null where rowid = 2327";
Command "update T set F = null where rowid = 59747";
Command "update T set F = null where rowid = 34289";
Command "update T set F = null where rowid = 18465";
Command "update T set F = null where rowid = 27416";
Command "update T set F = null where rowid = 57704";
Command "update T set F = null where rowid = 56498";
Command "update T set F = null where rowid = 24234";
Command "update T set F = null where rowid = 30451";
Command "update T set F = null where rowid = 33017";
Command "update T set F = null where rowid = 27031";
Command "update T set F = null where rowid = 35644";
Command "update T set F = null where rowid = 55608";
Command "update T set F = null where rowid = 10712";
Command "update T set F = null where rowid = 27504";
Command "update T set F = null where rowid = 19502";
Command "update T set F = null where rowid = 45563";
Command "update T set F = null where rowid = 14617";
Command "update T set F = null where rowid = 19091";
Command "update T set F = null where rowid = 37051";
Command "update T set F = null where rowid = 42332";
Command "update T set F = null where rowid = 13162";
Command "update T set F = null where rowid = 52783";
Command "update T set F = null where rowid = 40247";
Command "update T set F = null where rowid = 59667";
Command "update T set F = null where rowid = 34332";
Command "update T set F = null where rowid = 31150";
Command "update T set F = null where rowid = 21835";
Command "update T set F = null where rowid = 22525";
Command "update T set F = null where rowid = 45181";
Command "update T set F = null where rowid = 48357";
Command "update T set F = null where rowid = 14133";
Command "update T set F = null where rowid = 35775";
Command "update T set F = null where rowid = 20492";
Command "update T set F = null where rowid = 61115";
Command "update T set F = null where rowid = 56730";
Command "update T set F = null where rowid = 23963";
Command "update T set F = null where rowid = 38931";
Command "update T set F = null where rowid = 24133";
Command "update T set F = null where rowid = 37775";
Command "update T set F = null where rowid = 41722";
Command "update T set F = null where rowid = 43957";
Command "update T set F = null where rowid = 33811";
Command "update T set F = null where rowid = 48343";
Command "update T set F = null where rowid = 39943";
Command "update T set F = null where rowid = 42596";
Command "update T set F = null where rowid = 28579";
Command "update T set F = null where rowid = 60332";
Command "update T set F = null where rowid = 53440";
Command "update T set F = null where rowid = 54352";
Command "update T set F = null where rowid = 37162";
Command "update T set F = null where rowid = 22543";
Command "update T set F = null where rowid = 29604";
Command "update T set F = null where rowid = 25022";
Command "update T set F = null where rowid = 42395";
Command "update T set F = null where rowid = 35648";
Command "update T set F = null where rowid = 6545";
Command "update T set F = null where rowid = 53642";
Command "update T set F = null where rowid = 10378";
Command "update T set F = null where rowid = 26577";
Command "update T set F = null where rowid = 50068";
Command "update T set F = null where rowid = 21820";
Command "update T set F = null where rowid = 57356";
Command "update T set F = null where rowid = 30317";
Command "update T set F = null where rowid = 35346";
Command "update T set F = null where rowid = 7604";
Command "update T set F = null where rowid = 45804";
Command "update T set F = null where rowid = 42392";
Command "update T set F = null where rowid = 18282";
Command "update T set F = null where rowid = 957";
Command "update T set F = null where rowid = 29065";
Command "update T set F = null where rowid = 43066";
Command "update T set F = null where rowid = 49382";
Command "update T set F = null where rowid = 47860";
Command "update T set F = null where rowid = 21461";
Command "update T set F = null where rowid = 42056";
Command "update T set F = null where rowid = 18450";
Command "update T set F = null where rowid = 41634";
Command "update T set F = null where rowid = 23215";
Command "update T set F = null where rowid = 6347";
Command "update T set F = null where rowid = 61394";
Command "update T set F = null where rowid = 9919";
Command "update T set F = null where rowid = 35675";
Command "update T set F = null where rowid = 13809";
Command "update T set F = null where rowid = 3105";
Command "update T set F = null where rowid = 47926";
Command "update T set F = null where rowid = 41322";
Command "update T set F = null where rowid = 59531";
Command "update T set F = null where rowid = 28150";
Command "update T set F = null where rowid = 52966";
Command "update T set F = null where rowid = 33735";
Command "update T set F = null where rowid = 34755";
Command "update T set F = null where rowid = 33067";
Command "update T set F = null where rowid = 50962";
Command "update T set F = null where rowid = 21294";
Command "update T set F = null where rowid = 18839";
Command "update T set F = null where rowid = 48361";
Command "update T set F = null where rowid = 26241";
Command "update T set F = null where rowid = 24264";
Command "update T set F = null where rowid = 42983";
Command "update T set F = null where rowid = 34322";
Command "update T set F = null where rowid = 20166";
Command "update T set F = null where rowid = 51597";
Command "update T set F = null where rowid = 9462";
Command "update T set F = null where rowid = 39445";
Command "update T set F = null where rowid = 38415";
Command "update T set F = null where rowid = 24841";
Command "update T set F = null where rowid = 61093";
Command "update T set F = null where rowid = 18710";
Command "update T set F = null where rowid = 13275";
Command "update T set F = null where rowid = 33433";
Command "update T set F = null where rowid = 54220";
Command "update T set F = null where rowid = 11816";
Command "update T set F = null where rowid = 8196";
Command "update T set F = null where rowid = 59570";
Command "update T set F = null where rowid = 33182";
Command "update T set F = null where rowid = 8477";
Command "update T set F = null where rowid = 12874";
Command "update T set F = null where rowid = 34114";
Command "update T set F = null where rowid = 37901";
Command "update T set F = null where rowid = 60860";
Command "update T set F = null where rowid = 25405";
Command "update T set F = null where rowid = 24829";
Command "update T set F = null where rowid = 53323";
Command "update T set F = null where rowid = 20093";
Command "update T set F = null where rowid = 21771";
Command "update T set F = null where rowid = 37636";
Command "update T set F = null where rowid = 25021";
Command "update T set F = null where rowid = 23707";
Command "update T set F = null where rowid = 57714";
Command "update T set F = null where rowid = 47509";
Command "update T set F = null where rowid = 38518";
Command "update T set F = null where rowid = 36230";
Command "update T set F = null where rowid = 31599";
Command "update T set F = null where rowid = 18924";
Command "update T set F = null where rowid = 58199";
Command "update T set F = null where rowid = 60073";
Command "update T set F = null where rowid = 25866";
Command "update T set F = null where rowid = 27806";
Command "update T set F = null where rowid = 32322";
Command "update T set F = null where rowid = 22866";
Command "update T set F = null where rowid = 35335";
Command "update T set F = null where rowid = 58344";
Command "update T set F = null where rowid = 7424";
Command "update T set F = null where rowid = 54439";
Command "update T set F = null where rowid = 32021";
Command "update T set F = null where rowid = 43469";
Command "update T set F = null where rowid = 60840";
Command "update T set F = null where rowid = 18642";
Command "update T set F = null where rowid = 25790";
Command "update T set F = null where rowid = 15345";
Command "update T set F = null where rowid = 15131";
Command "update T set F = null where rowid = 14218";
Command "update T set F = null where rowid = 38206";
Command "update T set F = null where rowid = 36071";
Command "update T set F = null where rowid = 59242";
Command "update T set F = null where rowid = 4253";
Command "update T set F = null where rowid = 44647";
Command "update T set F = null where rowid = 8376";
Command "update T set F = null where rowid = 30441";
Command "update T set F = null where rowid = 39406";
Command "update T set F = null where rowid = 23743";
Command "update T set F = null where rowid = 61497";
Command "update T set F = null where rowid = 3802";
Command "update T set F = null where rowid = 56793";
Command "update T set F = null where rowid = 33068";
Command "update T set F = null where rowid = 14398";
Command "update T set F = null where rowid = 49104";
Command "update T set F = null where rowid = 38661";
Command "update T set F = null where rowid = 45811";
Command "update T set F = null where rowid = 45476";
Command "update T set F = null where rowid = 59823";
Command "update T set F = null where rowid = 24535";
Command "update T set F = null where rowid = 23123";
Command "update T set F = null where rowid = 26547";
Command "update T set F = null where rowid = 13658";
Command "update T set F = null where rowid = 23927";
Command "update T set F = null where rowid = 60460";
Command "update T set F = null where rowid = 59046";
Command "update T set F = null where rowid = 53204";
Command "update T set F = null where rowid = 37647";
Command "update T set F = null where rowid = 52606";
Command "update T set F = null where rowid = 54745";
Command "update T set F = null where rowid = 15414";
Command "update T set F = null where rowid = 23854";
Command "update T set F = null where rowid = 49407";
Command "update T set F = null where rowid = 19739";
Command "update T set F = null where rowid = 8462";
Command "update T set F = null where rowid = 2826";
Command "update T set F = null where rowid = 24734";
Command "update T set F = null where rowid = 28542";
Command "update T set F = null where rowid = 8313";
Command "update T set F = null where rowid = 47624";
Command "update T set F = null where rowid = 28048";
Command "update T set F = null where rowid = 15423";
Command "update T set F = null where rowid = 40620";
Command "update T set F = null where rowid = 29535";
Command "update T set F = null where rowid = 28412";
Command "update T set F = null where rowid = 57830";
Command "update T set F = null where rowid = 33606";
Command "update T set F = null where rowid = 19702";
Command "update T set F = null where rowid = 8905";
Command "update T set F = null where rowid = 27417";
Command "update T set F = null where rowid = 1337";
Command "update T set F = null where rowid = 36509";
Command "update T set F = null where rowid = 11206";
Command "update T set F = null where rowid = 2172";
Command "update T set F = null where rowid = 45343";
Command "update T set F = null where rowid = 56564";
Command "update T set F = null where rowid = 53231";
Command "update T set F = null where rowid = 28278";
Command "update T set F = null where rowid = 50171";
Command "update T set F = null where rowid = 28525";
Command "update T set F = null where rowid = 21375";
Command "update T set F = null where rowid = 47129";
Command "update T set F = null where rowid = 45131";
Command "update T set F = null where rowid = 44269";
Command "update T set F = null where rowid = 15899";
Command "update T set F = null where rowid = 14438";
Command "update T set F = null where rowid = 32967";
Command "update T set F = null where rowid = 26515";
Command "update T set F = null where rowid = 31373";
Command "update T set F = null where rowid = 29317";
Command "update T set F = null where rowid = 52900";
Command "update T set F = null where rowid = 4956";
Command "update T set F = null where rowid = 23155";
Command "update T set F = null where rowid = 5248";
Command "update T set F = null where rowid = 6763";
Command "update T set F = null where rowid = 17889";
Command "update T set F = null where rowid = 35738";
Command "update T set F = null where rowid = 22275";
Command "update T set F = null where rowid = 23282";
Command "update T set F = null where rowid = 41860";
Command "update T set F = null where rowid = 40681";
Command "update T set F = null where rowid = 43671";
Command "update T set F = null where rowid = 10255";
Command "update T set F = null where rowid = 29717";
Command "update T set F = null where rowid = 46838";
Command "update T set F = null where rowid = 1383";
Command "update T set F = null where rowid = 4161";
Command "update T set F = null where rowid = 15288";
Command "update T set F = null where rowid = 60088";
Command "update T set F = null where rowid = 31830";
Command "update T set F = null where rowid = 31806";
Command "update T set F = null where rowid = 58685";
Command "update T set F = null where rowid = 33629";
Command "update T set F = null where rowid = 34542";
Command "update T set F = null where rowid = 21450";
Command "update T set F = null where rowid = 24366";
Command "update T set F = null where rowid = 14901";
Command "update T set F = null where rowid = 61378";
Command "update T set F = null where rowid = 16434";
Command "update T set F = null where rowid = 25321";
Command "update T set F = null where rowid = 55193";
Command "update T set F = null where rowid = 3557";
Command "update T set F = null where rowid = 19337";
Command "update T set F = null where rowid = 55916";
Command "update T set F = null where rowid = 1008";
Command "update T set F = null where rowid = 59340";
Command "update T set F = null where rowid = 44833";
Command "update T set F = null where rowid = 6823";
Command "update T set F = null where rowid = 14085";
Command "update T set F = null where rowid = 2239";
Command "update T set F = null where rowid = 44027";
Command "update T set F = null where rowid = 48634";
Command "update T set F = null where rowid = 12057";
Command "update T set F = null where rowid = 35870";
Command "update T set F = null where rowid = 28924";
Command "update T set F = null where rowid = 50803";
Command "update T set F = null where rowid = 50080";
Command "update T set F = null where rowid = 35637";
Command "update T set F = null where rowid = 56795";
Command "update T set F = null where rowid = 58880";
Command "update T set F = null where rowid = 37111";
Command "update T set F = null where rowid = 59668";
Command "update T set F = null where rowid = 40146";
Command "update T set F = null where rowid = 44415";
Command "update T set F = null where rowid = 882";
Command "update T set F = null where rowid = 2643";
Command "update T set F = null where rowid = 40863";
Command "update T set F = null where rowid = 31914";
Command "update T set F = null where rowid = 24880";
Command "update T set F = null where rowid = 12550";
Command "update T set F = null where rowid = 49033";
Command "update T set F = null where rowid = 32335";
Command "update T set F = null where rowid = 11727";
Command "update T set F = null where rowid = 629";
Command "update T set F = null where rowid = 32476";
Command "update T set F = null where rowid = 11007";
Command "update T set F = null where rowid = 24665";
Command "update T set F = null where rowid = 36381";
Command "update T set F = null where rowid = 55036";
Command "update T set F = null where rowid = 19993";
Command "update T set F = null where rowid = 35876";
Command "update T set F = null where rowid = 43388";
Command "update T set F = null where rowid = 2602";
Command "update T set F = null where rowid = 24139";
Command "update T set F = null where rowid = 29447";
Command "update T set F = null where rowid = 53828";
Command "update T set F = null where rowid = 6358";
Command "update T set F = null where rowid = 4013";
Command "update T set F = null where rowid = 14489";
Command "update T set F = null where rowid = 6086";
Command "update T set F = null where rowid = 36226";
Command "update T set F = null where rowid = 39385";
Command "update T set F = null where rowid = 21218";
Command "update T set F = null where rowid = 4397";
Command "update T set F = null where rowid = 50854";
Command "update T set F = null where rowid = 21469";
Command "update T set F = null where rowid = 11286";
Command "update T set F = null where rowid = 58524";
Command "update T set F = null where rowid = 56025";
Command "update T set F = null where rowid = 54155";
Command "update T set F = null where rowid = 57662";
Command "update T set F = null where rowid = 40969";
Command "update T set F = null where rowid = 50393";
Command "update T set F = null where rowid = 7048";
Command "update T set F = null where rowid = 48459";
Command "update T set F = null where rowid = 11114";
Command "update T set F = null where rowid = 50361";
Command "update T set F = null where rowid = 21463";
Command "update T set F = null where rowid = 37132";
Command "update T set F = null where rowid = 21784";
Command "update T set F = null where rowid = 31000";
Command "update T set F = null where rowid = 25023";
Command "update T set F = null where rowid = 8325";
Command "update T set F = null where rowid = 50835";
Command "update T set F = null where rowid = 14930";
Command "update T set F = null where rowid = 41391";
Command "update T set F = null where rowid = 48773";
Command "update T set F = null where rowid = 39302";
Command "update T set F = null where rowid = 46975";
Command "update T set F = null where rowid = 24519";
Command "update T set F = null where rowid = 13205";
Command "update T set F = null where rowid = 36279";
Command "update T set F = null where rowid = 750";
Command "update T set F = null where rowid = 27809";
Command "update T set F = null where rowid = 33800";
Command "update T set F = null where rowid = 29598";
Command "update T set F = null where rowid = 10405";
Command "update T set F = null where rowid = 16821";
Command "update T set F = null where rowid = 47971";
Command "update T set F = null where rowid = 18970";
Command "update T set F = null where rowid = 31791";
Command "update T set F = null where rowid = 23732";
Command "update T set F = null where rowid = 3771";
Command "update T set F = null where rowid = 21930";
Command "update T set F = null where rowid = 38330";
Command "update T set F = null where rowid = 46829";
Command "update T set F = null where rowid = 36294";
Command "update T set F = null where rowid = 40256";
Command "update T set F = null where rowid = 28961";
Command "update T set F = null where rowid = 54476";
Command "update T set F = null where rowid = 39284";
Command "update T set F = null where rowid = 48692";
Command "update T set F = null where rowid = 34544";
Command "update T set F = null where rowid = 5150";
Command "update T set F = null where rowid = 8106";
Command "update T set F = null where rowid = 12733";
Command "update T set F = null where rowid = 27721";
Command "update T set F = null where rowid = 21539";
Command "update T set F = null where rowid = 48677";
Command "update T set F = null where rowid = 46405";
Command "update T set F = null where rowid = 41582";
Command "update T set F = null where rowid = 26836";
Command "update T set F = null where rowid = 46806";
Command "update T set F = null where rowid = 3106";
Command "update T set F = null where rowid = 28714";
Command "update T set F = null where rowid = 10222";
Command "update T set F = null where rowid = 27219";
Command "update T set F = null where rowid = 24032";
Command "update T set F = null where rowid = 7851";
Command "update T set F = null where rowid = 50503";
Command "update T set F = null where rowid = 26106";
Command "update T set F = null where rowid = 41876";
Command "update T set F = null where rowid = 30893";
Command "update T set F = null where rowid = 25002";
Command "update T set F = null where rowid = 55809";
Command "update T set F = null where rowid = 52515";
Command "update T set F = null where rowid = 23515";
Command "update T set F = null where rowid = 35864";
Command "update T set F = null where rowid = 49058";
Command "update T set F = null where rowid = 32702";
Command "update T set F = null where rowid = 30362";
Command "update T set F = null where rowid = 23038";
Command "update T set F = null where rowid = 37074";
Command "update T set F = null where rowid = 10683";
Command "update T set F = null where rowid = 27089";
Command "update T set F = null where rowid = 39447";
Command "update T set F = null where rowid = 34861";
Command "update T set F = null where rowid = 39510";
Command "update T set F = null where rowid = 7415";
Command "update T set F = null where rowid = 26707";
Command "update T set F = null where rowid = 41604";
Command "update T set F = null where rowid = 24198";
Command "update T set F = null where rowid = 44588";
Command "update T set F = null where rowid = 42972";
Command "update T set F = null where rowid = 2797";
Command "update T set F = null where rowid = 12602";
Command "update T set F = null where rowid = 7067";
Command "update T set F = null where rowid = 27040";
Command "update T set F = null where rowid = 10319";
Command "update T set F = null where rowid = 53102";
Command "update T set F = null where rowid = 12108";
Command "update T set F = null where rowid = 14488";
Command "update T set F = null where rowid = 37646";
Command "update T set F = null where rowid = 12899";
Command "update T set F = null where rowid = 15839";
Command "update T set F = null where rowid = 40845";
Command "update T set F = null where rowid = 36352";
Command "update T set F = null where rowid = 30285";
Command "update T set F = null where rowid = 45258";
Command "update T set F = null where rowid = 27124";
Command "update T set F = null where rowid = 59137";
Command "update T set F = null where rowid = 51422";
Command "update T set F = null where rowid = 6439";
Command "update T set F = null where rowid = 7420";
Command "update T set F = null where rowid = 20620";
Command "update T set F = null where rowid = 20313";
Command "update T set F = null where rowid = 35007";
Command "update T set F = null where rowid = 11395";
Command "update T set F = null where rowid = 17642";
Command "update T set F = null where rowid = 40921";
Command "update T set F = null where rowid = 34860";
Command "update T set F = null where rowid = 49794";
Command "update T set F = null where rowid = 50679";
Command "update T set F = null where rowid = 35836";
Command "update T set F = null where rowid = 43641";
Command "update T set F = null where rowid = 51676";
Command "update T set F = null where rowid = 26779";
Command "update T set F = null where rowid = 21641";
Command "update T set F = null where rowid = 27830";
Command "update T set F = null where rowid = 21656";
Command "update T set F = null where rowid = 26291";
Command "update T set F = null where rowid = 23428";
Command "update T set F = null where rowid = 16054";
Command "update T set F = null where rowid = 35704";
Command "update T set F = null where rowid = 8876";
Command "update T set F = null where rowid = 33436";
Command "update T set F = null where rowid = 2364";
Command "update T set F = null where rowid = 22240";
Command "update T set F = null where rowid = 5183";
Command "update T set F = null where rowid = 21213";
Command "update T set F = null where rowid = 5007";
Command "update T set F = null where rowid = 8250";
Command "update T set F = null where rowid = 5621";
Command "update T set F = null where rowid = 44508";
Command "update T set F = null where rowid = 34518";
Command "update T set F = null where rowid = 32319";
Command "update T set F = null where rowid = 18072";
Command "update T set F = null where rowid = 52675";
Command "update T set F = null where rowid = 35592";
Command "update T set F = null where rowid = 24256";
Command "update T set F = null where rowid = 54824";
Command "update T set F = null where rowid = 11547";
Command "update T set F = null where rowid = 21535";
Command "update T set F = null where rowid = 60192";
Command "update T set F = null where rowid = 18526";
Command "update T set F = null where rowid = 7490";
Command "update T set F = null where rowid = 34587";
Command "update T set F = null where rowid = 11564";
Command "update T set F = null where rowid = 49882";
Command "update T set F = null where rowid = 6376";
Command "update T set F = null where rowid = 20641";
Command "update T set F = null where rowid = 13893";
Command "update T set F = null where rowid = 52414";
Command "update T set F = null where rowid = 24587";
Command "update T set F = null where rowid = 28783";
Command "update T set F = null where rowid = 10700";
Command "update T set F = null where rowid = 52207";
Command "update T set F = null where rowid = 22023";
Command "update T set F = null where rowid = 24505";
Command "update T set F = null where rowid = 46729";
Command "update T set F = null where rowid = 49462";
Command "update T set F = null where rowid = 1858";
Command "update T set F = null where rowid = 24545";
Command "update T set F = null where rowid = 14854";
Command "update T set F = null where rowid = 50239";
Command "update T set F = null where rowid = 23677";
Command "update T set F = null where rowid = 2188";
Command "update T set F = null where rowid = 18250";
Command "update T set F = null where rowid = 15661";
Command "update T set F = null where rowid = 17686";
Command "update T set F = null where rowid = 14237";
Command "update T set F = null where rowid = 57812";
Command "update T set F = null where rowid = 32917";
Command "update T set F = null where rowid = 60892";
Command "update T set F = null where rowid = 30901";
Command "update T set F = null where rowid = 48841";
Command "update T set F = null where rowid = 15722";
Command "update T set F = null where rowid = 59942";
Command "update T set F = null where rowid = 60283";
Command "update T set F = null where rowid = 31314";
Command "update T set F = null where rowid = 44817";
Command "update T set F = null where rowid = 28036";
Command "update T set F = null where rowid = 10749";
Command "update T set F = null where rowid = 11331";
Command "update T set F = null where rowid = 30398";
Command "update T set F = null where rowid = 35792";
Command "update T set F = null where rowid = 11170";
Command "update T set F = null where rowid = 14041";
Command "update T set F = null where rowid = 51495";
Command "update T set F = null where rowid = 12779";
Command "update T set F = null where rowid = 24257";
Command "update T set F = null where rowid = 8511";
Command "update T set F = null where rowid = 58354";
Command "update T set F = null where rowid = 54686";
Command "update T set F = null where rowid = 22159";
Command "update T set F = null where rowid = 59049";
Command "update T set F = null where rowid = 36494";
Command "update T set F = null where rowid = 38653";
Command "update T set F = null where rowid = 2616";
Command "update T set F = null where rowid = 24500";
Command "update T set F = null where rowid = 58020";
Command "update T set F = null where rowid = 18523";
Command "update T set F = null where rowid = 48181";
Command "update T set F = null where rowid = 38060";
Command "update T set F = null where rowid = 48130";
Command "update T set F = null where rowid = 24026";
Command "update T set F = null where rowid = 54922";
Command "update T set F = null where rowid = 7035";
Command "update T set F = null where rowid = 37100";
Command "update T set F = null where rowid = 26272";
Command "update T set F = null where rowid = 10504";
Command "update T set F = null where rowid = 53792";
Command "update T set F = null where rowid = 51461";
Command "update T set F = null where rowid = 45429";
Command "update T set F = null where rowid = 43819";
Command "update T set F = null where rowid = 41931";
Command "update T set F = null where rowid = 42911";
Command "update T set F = null where rowid = 480";
Command "update T set F = null where rowid = 40063";
Command "update T set F = null where rowid = 51275";
Command "update T set F = null where rowid = 44963";
Command "update T set F = null where rowid = 33171";
Command "update T set F = null where rowid = 37581";
Command "update T set F = null where rowid = 37037";
Command "update T set F = null where rowid = 35193";
Command "update T set F = null where rowid = 49221";
Command "update T set F = null where rowid = 9515";
Command "update T set F = null where rowid = 16138";
Command "update T set F = null where rowid = 19307";
Command "update T set F = null where rowid = 21874";
Command "update T set F = null where rowid = 19371";
Command "update T set F = null where rowid = 9711";
Command "update T set F = null where rowid = 21145";
Command "update T set F = null where rowid = 126";
Command "update T set F = null where rowid = 21825";
Command "update T set F = null where rowid = 55586";
Command "update T set F = null where rowid = 52343";
Command "update T set F = null where rowid = 4329";
Command "update T set F = null where rowid = 21819";
Command "update T set F = null where rowid = 56308";
Command "update T set F = null where rowid = 17113";
Command "update T set F = null where rowid = 5049";
Command "update T set F = null where rowid = 47574";
Command "update T set F = null where rowid = 56005";
Command "update T set F = null where rowid = 26136";
Command "update T set F = null where rowid = 43706";
Command "update T set F = null where rowid = 43585";
Command "update T set F = null where rowid = 13280";
Command "update T set F = null where rowid = 9074";
Command "update T set F = null where rowid = 51268";
Command "update T set F = null where rowid = 13502";
Command "update T set F = null where rowid = 26094";
Command "update T set F = null where rowid = 59720";
Command "update T set F = null where rowid = 17884";
Command "update T set F = null where rowid = 51604";
Command "update T set F = null where rowid = 29561";
Command "update T set F = null where rowid = 55823";
Command "update T set F = null where rowid = 38579";
Command "update T set F = null where rowid = 51800";
Command "update T set F = null where rowid = 48786";
Command "update T set F = null where rowid = 47725";
Command "update T set F = null where rowid = 9436";
Command "update T set F = null where rowid = 39731";
Command "update T set F = null where rowid = 30199";
Command "update T set F = null where rowid = 15055";
Command "update T set F = null where rowid = 23008";
Command "update T set F = null where rowid = 28186";
Command "update T set F = null where rowid = 49478";
Command "update T set F = null where rowid = 3095";
Command "update T set F = null where rowid = 38263";
Command "update T set F = null where rowid = 52096";
Command "update T set F = null where rowid = 1242";
Command "update T set F = null where rowid = 59490";
Command "update T set F = null where rowid = 14531";
Command "update T set F = null where rowid = 30334";
Command "update T set F = null where rowid = 51396";
Command "update T set F = null where rowid = 20756";
Command "update T set F = null where rowid = 16744";
Command "update T set F = null where rowid = 47687";
Command "update T set F = null where rowid = 9861";
Command "update T set F = null where rowid = 23694";
Command "update T set F = null where rowid = 52713";
Command "update T set F = null where rowid = 36709";
Command "update T set F = null where rowid = 57002";
Command "update T set F = null where rowid = 32508";
Command "update T set F = null where rowid = 36970";
Command "update T set F = null where rowid = 31410";
Command "update T set F = null where rowid = 41212";
Command "update T set F = null where rowid = 61319";
Command "update T set F = null where rowid = 43042";
Command "update T set F = null where rowid = 42711";
Command "update T set F = null where rowid = 26737";
Command "update T set F = null where rowid = 49089";
Command "update T set F = null where rowid = 1409";
Command "update T set F = null where rowid = 1767";
Command "update T set F = null where rowid = 19323";
Command "update T set F = null where rowid = 36943";
Command "update T set F = null where rowid = 2105";
Command "update T set F = null where rowid = 10518";
Command "update T set F = null where rowid = 1116";
Command "update T set F = null where rowid = 27774";
Command "update T set F = null where rowid = 40656";
Command "update T set F = null where rowid = 42955";
Command "update T set F = null where rowid = 39009";
Command "update T set F = null where rowid = 24145";
Command "update T set F = null where rowid = 17145";
Command "update T set F = null where rowid = 22180";
Command "update T set F = null where rowid = 22971";
Command "update T set F = null where rowid = 39911";
Command "update T set F = null where rowid = 12787";
Command "update T set F = null where rowid = 39725";
Command "update T set F = null where rowid = 40100";
Command "update T set F = null where rowid = 28277";
Command "update T set F = null where rowid = 52581";
Command "update T set F = null where rowid = 8009";
Command "update T set F = null where rowid = 60824";
Command "update T set F = null where rowid = 50661";
Command "update T set F = null where rowid = 27136";
Command "update T set F = null where rowid = 44627";
Command "update T set F = null where rowid = 32433";
Command "update T set F = null where rowid = 13400";
Command "update T set F = null where rowid = 32121";
Command "update T set F = null where rowid = 58099";
Command "update T set F = null where rowid = 11851";
Command "update T set F = null where rowid = 15321";
Command "update T set F = null where rowid = 58495";
Command "update T set F = null where rowid = 7022";
Command "update T set F = null where rowid = 13242";
Command "update T set F = null where rowid = 6387";
Command "update T set F = null where rowid = 19768";
Command "update T set F = null where rowid = 36198";
Command "update T set F = null where rowid = 9642";
Command "update T set F = null where rowid = 44078";
Command "update T set F = null where rowid = 2511";
Command "update T set F = null where rowid = 4998";
Command "update T set F = null where rowid = 4239";
Command "update T set F = null where rowid = 17862";
Command "update T set F = null where rowid = 8852";
Command "update T set F = null where rowid = 50314";
Command "update T set F = null where rowid = 6782";
Command "update T set F = null where rowid = 13295";
Command "update T set F = null where rowid = 56792";
Command "update T set F = null where rowid = 23191";
Command "update T set F = null where rowid = 50953";
Command "update T set F = null where rowid = 53269";
Command "update T set F = null where rowid = 13425";
Command "update T set F = null where rowid = 19210";
Command "update T set F = null where rowid = 17622";
Command "update T set F = null where rowid = 45281";
Command "update T set F = null where rowid = 3812";
Command "update T set F = null where rowid = 43173";
Command "update T set F = null where rowid = 17683";
Command "update T set F = null where rowid = 8698";
Command "update T set F = null where rowid = 2027";
Command "update T set F = null where rowid = 61265";
Command "update T set F = null where rowid = 2391";
Command "update T set F = null where rowid = 3849";
Command "update T set F = null where rowid = 23271";
Command "update T set F = null where rowid = 26982";
Command "update T set F = null where rowid = 6278";
Command "update T set F = null where rowid = 8952";
Command "update T set F = null where rowid = 41899";
Command "update T set F = null where rowid = 11488";
Command "update T set F = null where rowid = 52377";
Command "update T set F = null where rowid = 29254";
Command "update T set F = null where rowid = 49169";
Command "update T set F = null where rowid = 5900";
Command "update T set F = null where rowid = 34601";
Command "update T set F = null where rowid = 27204";
Command "update T set F = null where rowid = 31315";
Command "update T set F = null where rowid = 11384";
Command "update T set F = null where rowid = 17973";
Command "update T set F = null where rowid = 9945";
Command "update T set F = null where rowid = 3830";
Command "update T set F = null where rowid = 46898";
Command "update T set F = null where rowid = 23797";
Command "update T set F = null where rowid = 155";
Command "update T set F = null where rowid = 60404";
Command "update T set F = null where rowid = 10007";
Command "update T set F = null where rowid = 4262";
Command "update T set F = null where rowid = 54219";
Command "update T set F = null where rowid = 31999";
Command "update T set F = null where rowid = 28396";
Command "update T set F = null where rowid = 57987";
Command "update T set F = null where rowid = 36490";
Command "update T set F = null where rowid = 2883";
Command "update T set F = null where rowid = 44746";
Command "update T set F = null where rowid = 40713";
Command "update T set F = null where rowid = 11445";
Command "update T set F = null where rowid = 17080";
Command "update T set F = null where rowid = 45145";
Command "update T set F = null where rowid = 58963";
Command "update T set F = null where rowid = 35067";
Command "update T set F = null where rowid = 59445";
Command "update T set F = null where rowid = 31972";
Command "update T set F = null where rowid = 48782";
Command "update T set F = null where rowid = 17886";
Command "update T set F = null where rowid = 14212";
Command "update T set F = null where rowid = 18846";
Command "update T set F = null where rowid = 31013";
Command "update T set F = null where rowid = 20837";
Command "update T set F = null where rowid = 46966";
Command "update T set F = null where rowid = 16095";
Command "update T set F = null where rowid = 9214";
Command "update T set F = null where rowid = 176";
Command "update T set F = null where rowid = 24312";
Command "update T set F = null where rowid = 8765";
Command "update T set F = null where rowid = 1866";
Command "update T set F = null where rowid = 45731";
Command "update T set F = null where rowid = 58366";
Command "update T set F = null where rowid = 48610";
Command "update T set F = null where rowid = 12694";
Command "update T set F = null where rowid = 16166";
Command "update T set F = null where rowid = 27594";
Command "update T set F = null where rowid = 33777";
Command "update T set F = null where rowid = 25938";
Command "update T set F = null where rowid = 3075";
Command "update T set F = null where rowid = 55240";
Command "update T set F = null where rowid = 54288";
Command "update T set F = null where rowid = 26119";
Command "update T set F = null where rowid = 392";
Command "update T set F = null where rowid = 36313";
Command "update T set F = null where rowid = 18580";
Command "update T set F = null where rowid = 20769";
Command "update T set F = null where rowid = 6831";
Command "update T set F = null where rowid = 43833";
Command "update T set F = null where rowid = 39429";
Command "update T set F = null where rowid = 35901";
Command "update T set F = null where rowid = 10995";
Command "update T set F = null where rowid = 51362";
Command "update T set F = null where rowid = 51898";
Command "update T set F = null where rowid = 54742";
Command "update T set F = null where rowid = 28995";
Command "update T set F = null where rowid = 44570";
Command "update T set F = null where rowid = 51689";
Command "update T set F = null where rowid = 26367";
Command "update T set F = null where rowid = 15041";
Command "update T set F = null where rowid = 14119";
Command "update T set F = null where rowid = 28106";
Command "update T set F = null where rowid = 42631";
Command "update T set F = null where rowid = 20976";
Command "update T set F = null where rowid = 41610";
Command "update T set F = null where rowid = 16496";
Command "update T set F = null where rowid = 25515";
Command "update T set F = null where rowid = 42405";
Command "update T set F = null where rowid = 61325";
Command "update T set F = null where rowid = 42752";
Command "update T set F = null where rowid = 46627";
Command "update T set F = null where rowid = 24942";
Command "update T set F = null where rowid = 51881";
Command "update T set F = null where rowid = 30680";
Command "update T set F = null where rowid = 44672";
Command "update T set F = null where rowid = 19396";
Command "update T set F = null where rowid = 14822";
Command "update T set F = null where rowid = 45830";
Command "update T set F = null where rowid = 18015";
Command "update T set F = null where rowid = 18933";
Command "update T set F = null where rowid = 47401";
Command "update T set F = null where rowid = 59887";
Command "update T set F = null where rowid = 60293";
Command "update T set F = null where rowid = 8583";
Command "update T set F = null where rowid = 52291";
Command "update T set F = null where rowid = 48005";
Command "update T set F = null where rowid = 54892";
Command "update T set F = null where rowid = 29922";
Command "update T set F = null where rowid = 23959";
Command "update T set F = null where rowid = 37841";
Command "update T set F = null where rowid = 54186";
Command "update T set F = null where rowid = 8835";
Command "update T set F = null where rowid = 29564";
Command "update T set F = null where rowid = 30277";
Command "update T set F = null where rowid = 13581";
Command "update T set F = null where rowid = 17834";
Command "update T set F = null where rowid = 31181";
Command "update T set F = null where rowid = 33311";
Command "update T set F = null where rowid = 57676";
Command "update T set F = null where rowid = 36207";
Command "update T set F = null where rowid = 37489";
Command "update T set F = null where rowid = 56144";
Command "update T set F = null where rowid = 28543";
Command "update T set F = null where rowid = 35677";
Command "update T set F = null where rowid = 38713";
Command "update T set F = null where rowid = 24869";
Command "update T set F = null where rowid = 23912";
Command "update T set F = null where rowid = 39865";
Command "update T set F = null where rowid = 25074";
Command "update T set F = null where rowid = 16020";
Command "update T set F = null where rowid = 13947";
Command "update T set F = null where rowid = 23009";
Command "update T set F = null where rowid = 61384";
Command "update T set F = null where rowid = 46929";
Command "update T set F = null where rowid = 29326";
Command "update T set F = null where rowid = 29045";
Command "update T set F = null where rowid = 23175";
Command "update T set F = null where rowid = 25900";
Command "update T set F = null where rowid = 32151";
Command "update T set F = null where rowid = 22286";
Command "update T set F = null where rowid = 31708";
Command "update T set F = null where rowid = 9670";
Command "update T set F = null where rowid = 9220";
Command "update T set F = null where rowid = 41275";
Command "update T set F = null where rowid = 55079";
Command "update T set F = null where rowid = 45141";
Command "update T set F = null where rowid = 30798";
Command "update T set F = null where rowid = 13026";
Command "update T set F = null where rowid = 31784";
Command "update T set F = null where rowid = 26141";
Command "update T set F = null where rowid = 11978";
Command "update T set F = null where rowid = 24840";
Command "update T set F = null where rowid = 41513";
Command "update T set F = null where rowid = 27371";
Command "update T set F = null where rowid = 29878";
Command "update T set F = null where rowid = 34193";
Command "update T set F = null where rowid = 14424";
Command "update T set F = null where rowid = 45189";
Command "update T set F = null where rowid = 9600";
Command "update T set F = null where rowid = 43836";
Command "update T set F = null where rowid = 28331";
Command "update T set F = null where rowid = 16745";
Command "update T set F = null where rowid = 11382";
Command "update T set F = null where rowid = 49060";
Command "update T set F = null where rowid = 739";
Command "update T set F = null where rowid = 370";
Command "update T set F = null where rowid = 58009";
Command "update T set F = null where rowid = 27759";
Command "update T set F = null where rowid = 36719";
Command "update T set F = null where rowid = 19008";
Command "update T set F = null where rowid = 51039";
Command "update T set F = null where rowid = 23086";
Command "update T set F = null where rowid = 57875";
Command "update T set F = null where rowid = 7639";
Command "update T set F = null where rowid = 43060";
Command "update T set F = null where rowid = 5859";
Command "update T set F = null where rowid = 13017";
Command "update T set F = null where rowid = 28122";
Command "update T set F = null where rowid = 23875";
Command "update T set F = null where rowid = 53152";
Command "update T set F = null where rowid = 55917";
Command "update T set F = null where rowid = 54046";
Command "update T set F = null where rowid = 44176";
Command "update T set F = null where rowid = 45045";
Command "update T set F = null where rowid = 42678";
Command "update T set F = null where rowid = 55273";
Command "update T set F = null where rowid = 17735";
Command "update T set F = null where rowid = 15582";
Command "update T set F = null where rowid = 59986";
Command "update T set F = null where rowid = 31232";
Command "update T set F = null where rowid = 61303";
Command "update T set F = null where rowid = 20655";
Command "update T set F = null where rowid = 31444";
Command "update T set F = null where rowid = 35105";
Command "update T set F = null where rowid = 49011";
Command "update T set F = null where rowid = 30431";
Command "update T set F = null where rowid = 58878";
Command "update T set F = null where rowid = 21923";
Command "update T set F = null where rowid = 10606";
Command "update T set F = null where rowid = 4138";
Command "update T set F = null where rowid = 59921";
Command "update T set F = null where rowid = 56864";
Command "update T set F = null where rowid = 36563";
Command "update T set F = null where rowid = 32000";
Command "update T set F = null where rowid = 26757";
Command "update T set F = null where rowid = 40111";
Command "update T set F = null where rowid = 14706";
Command "update T set F = null where rowid = 31184";
Command "update T set F = null where rowid = 29311";
Command "update T set F = null where rowid = 33294";
Command "update T set F = null where rowid = 54523";
Command "update T set F = null where rowid = 47654";
Command "update T set F = null where rowid = 40296";
Command "update T set F = null where rowid = 5523";
Command "update T set F = null where rowid = 17398";
Command "update T set F = null where rowid = 58314";
Command "update T set F = null where rowid = 29592";
Command "update T set F = null where rowid = 58423";
Command "update T set F = null where rowid = 47827";
Command "update T set F = null where rowid = 28184";
Command "update T set F = null where rowid = 32525";
Command "update T set F = null where rowid = 45799";
Command "update T set F = null where rowid = 34540";
Command "update T set F = null where rowid = 53794";
Command "update T set F = null where rowid = 24499";
Command "update T set F = null where rowid = 45048";
Command "update T set F = null where rowid = 35009";
Command "update T set F = null where rowid = 47578";
Command "update T set F = null where rowid = 60212";
Command "update T set F = null where rowid = 36479";
Command "update T set F = null where rowid = 7990";
Command "update T set F = null where rowid = 38814";
Command "update T set F = null where rowid = 6546";
Command "update T set F = null where rowid = 10597";
Command "update T set F = null where rowid = 29236";
Command "update T set F = null where rowid = 57477";
Command "update T set F = null where rowid = 16631";
Command "update T set F = null where rowid = 31880";
Command "update T set F = null where rowid = 2034";
Command "update T set F = null where rowid = 57609";
Command "update T set F = null where rowid = 12159";
Command "update T set F = null where rowid = 35559";
Command "update T set F = null where rowid = 25762";
Command "update T set F = null where rowid = 8080";
Command "update T set F = null where rowid = 18342";
Command "update T set F = null where rowid = 42057";
Command "update T set F = null where rowid = 53529";
Command "update T set F = null where rowid = 12669";
Command "update T set F = null where rowid = 28523";
Command "update T set F = null where rowid = 61032";
Command "update T set F = null where rowid = 35726";
Command "update T set F = null where rowid = 20927";
Command "update T set F = null where rowid = 562";
Command "update T set F = null where rowid = 41471";
Command "update T set F = null where rowid = 43097";
Command "update T set F = null where rowid = 28248";
Command "update T set F = null where rowid = 24842";
Command "update T set F = null where rowid = 32972";
Command "update T set F = null where rowid = 27404";
Command "update T set F = null where rowid = 27452";
Command "update T set F = null where rowid = 48545";
Command "update T set F = null where rowid = 60724";
Command "update T set F = null where rowid = 8946";
Command "update T set F = null where rowid = 41519";
Command "update T set F = null where rowid = 35741";
Command "update T set F = null where rowid = 6552";
Command "update T set F = null where rowid = 10976";
Command "update T set F = null where rowid = 51626";
Command "update T set F = null where rowid = 40338";
Command "update T set F = null where rowid = 59008";
Command "update T set F = null where rowid = 25309";
Command "update T set F = null where rowid = 37984";
Command "update T set F = null where rowid = 39928";
Command "update T set F = null where rowid = 14142";
Command "update T set F = null where rowid = 30442";
Command "update T set F = null where rowid = 4114";
Command "update T set F = null where rowid = 5766";
Command "update T set F = null where rowid = 44409";
Command "update T set F = null where rowid = 38940";
Command "update T set F = null where rowid = 18927";
Command "update T set F = null where rowid = 39181";
Command "update T set F = null where rowid = 11979";
Command "update T set F = null where rowid = 48934";
Command "update T set F = null where rowid = 54402";
Command "update T set F = null where rowid = 55923";
Command "update T set F = null where rowid = 10221";
Command "update T set F = null where rowid = 8111";
Command "update T set F = null where rowid = 60915";
Command "update T set F = null where rowid = 59065";
Command "update T set F = null where rowid = 36380";
Command "update T set F = null where rowid = 20105";
Command "update T set F = null where rowid = 13959";
Command "update T set F = null where rowid = 39879";
Command "update T set F = null where rowid = 33120";
Command "update T set F = null where rowid = 49471";
Command "update T set F = null where rowid = 56158";
Command "update T set F = null where rowid = 31331";
Command "update T set F = null where rowid = 31427";
Command "update T set F = null where rowid = 9939";
Command "update T set F = null where rowid = 1482";
Command "update T set F = null where rowid = 31685";
Command "update T set F = null where rowid = 59313";
Command "update T set F = null where rowid = 6310";
Command "update T set F = null where rowid = 47312";
Command "update T set F = null where rowid = 41647";
Command "update T set F = null where rowid = 33614";
Command "update T set F = null where rowid = 39661";
Command "update T set F = null where rowid = 18657";
Command "update T set F = null where rowid = 55715";
Command "update T set F = null where rowid = 57964";
Command "update T set F = null where rowid = 7073";
Command "update T set F = null where rowid = 44178";
Command "update T set F = null where rowid = 50777";
Command "update T set F = null where rowid = 44341";
Command "update T set F = null where rowid = 10825";
Command "update T set F = null where rowid = 60320";
Command "update T set F = null where rowid = 900";
Command "update T set F = null where rowid = 35513";
Command "update T set F = null where rowid = 48800";
Command "update T set F = null where rowid = 15655";
Command "update T set F = null where rowid = 40989";
Command "update T set F = null where rowid = 48628";
Command "update T set F = null where rowid = 25411";
Command "update T set F = null where rowid = 6868";
Command "update T set F = null where rowid = 20171";
Command "update T set F = null where rowid = 19164";
Command "update T set F = null where rowid = 5443";
Command "update T set F = null where rowid = 41652";
Command "update T set F = null where rowid = 45796";
Command "update T set F = null where rowid = 34734";
Command "update T set F = null where rowid = 56800";
Command "update T set F = null where rowid = 60038";
Command "update T set F = null where rowid = 9801";
Command "update T set F = null where rowid = 35178";
Command "update T set F = null where rowid = 41157";
Command "update T set F = null where rowid = 59252";
Command "update T set F = null where rowid = 38796";
Command "update T set F = null where rowid = 29619";
Command "update T set F = null where rowid = 60247";
Command "update T set F = null where rowid = 27102";
Command "update T set F = null where rowid = 52499";
Command "update T set F = null where rowid = 49848";
Command "update T set F = null where rowid = 24299";
Command "update T set F = null where rowid = 15210";
Command "update T set F = null where rowid = 38652";
Command "update T set F = null where rowid = 16143";
Command "update T set F = null where rowid = 2808";
Command "update T set F = null where rowid = 14649";
Command "update T set F = null where rowid = 18315";
Command "update T set F = null where rowid = 7678";
Command "update T set F = null where rowid = 16083";
Command "update T set F = null where rowid = 31726";
Command "update T set F = null where rowid = 31029";
Command "update T set F = null where rowid = 57050";
Command "update T set F = null where rowid = 37467";
Command "update T set F = null where rowid = 4212";
Command "update T set F = null where rowid = 60126";
Command "update T set F = null where rowid = 3694";
Command "update T set F = null where rowid = 50461";
Command "update T set F = null where rowid = 33836";
Command "update T set F = null where rowid = 29510";
Command "update T set F = null where rowid = 44580";
Command "update T set F = null where rowid = 5415";
Command "update T set F = null where rowid = 48855";
Command "update T set F = null where rowid = 27075";
Command "update T set F = null where rowid = 32383";
Command "update T set F = null where rowid = 21571";
Command "update T set F = null where rowid = 9265";
Command "update T set F = null where rowid = 55668";
Command "update T set F = null where rowid = 60290";
Command "update T set F = null where rowid = 51847";
Command "update T set F = null where rowid = 47357";
Command "update T set F = null where rowid = 17645";
Command "update T set F = null where rowid = 23241";
Command "update T set F = null where rowid = 53708";
Command "update T set F = null where rowid = 22873";
Command "update T set F = null where rowid = 29006";
Command "update T set F = null where rowid = 39861";
Command "update T set F = null where rowid = 13069";
Command "update T set F = null where rowid = 8510";
Command "update T set F = null where rowid = 14705";
Command "update T set F = null where rowid = 37216";
Command "update T set F = null where rowid = 6648";
Command "update T set F = null where rowid = 59504";
Command "update T set F = null where rowid = 53614";
Command "update T set F = null where rowid = 37997";
Command "update T set F = null where rowid = 45115";
Command "update T set F = null where rowid = 25386";
Command "update T set F = null where rowid = 43829";
Command "update T set F = null where rowid = 38594";
Command "update T set F = null where rowid = 1841";
Command "update T set F = null where rowid = 8118";
Command "update T set F = null where rowid = 54229";
Command "update T set F = null where rowid = 19148";
Command "update T set F = null where rowid = 57092";
Command "update T set F = null where rowid = 9632";
Command "update T set F = null where rowid = 24685";
Command "update T set F = null where rowid = 9453";
Command "update T set F = null where rowid = 33498";
Command "update T set F = null where rowid = 36940";
Command "update T set F = null where rowid = 23444";
Command "update T set F = null where rowid = 46682";
Command "update T set F = null where rowid = 45676";
Command "update T set F = null where rowid = 18049";
Command "update T set F = null where rowid = 48828";
Command "update T set F = null where rowid = 31922";
Command "update T set F = null where rowid = 35561";
Command "update T set F = null where rowid = 30799";
Command "update T set F = null where rowid = 40484";
Command "update T set F = null where rowid = 36325";
Command "update T set F = null where rowid = 25166";
Command "update T set F = null where rowid = 40195";
Command "update T set F = null where rowid = 60039";
Command "update T set F = null where rowid = 14517";
Command "update T set F = null where rowid = 15794";
Command "update T set F = null where rowid = 10754";
Command "update T set F = null where rowid = 53078";
Command "update T set F = null where rowid = 49684";
Command "update T set F = null where rowid = 28385";
Command "update T set F = null where rowid = 25550";
Command "update T set F = null where rowid = 42470";
Command "update T set F = null where rowid = 38965";
Command "update T set F = null where rowid = 16407";
Command "update T set F = null where rowid = 10283";
Command "update T set F = null where rowid = 37131";
Command "update T set F = null where rowid = 23813";
Command "update T set F = null where rowid = 36292";
Command "update T set F = null where rowid = 36599";
Command "update T set F = null where rowid = 12689";
Command "update T set F = null where rowid = 17210";
Command "update T set F = null where rowid = 21506";
Command "update T set F = null where rowid = 30454";
Command "update T set F = null where rowid = 48652";
Command "update T set F = null where rowid = 31043";
Command "update T set F = null where rowid = 39929";
Command "update T set F = null where rowid = 45519";
Command "update T set F = null where rowid = 58305";
Command "update T set F = null where rowid = 45319";
Command "update T set F = null where rowid = 15557";
Command "update T set F = null where rowid = 55956";
Command "update T set F = null where rowid = 37172";
Command "update T set F = null where rowid = 19390";
Command "update T set F = null where rowid = 30097";
Command "update T set F = null where rowid = 13969";
Command "update T set F = null where rowid = 57503";
Command "update T set F = null where rowid = 42892";
Command "update T set F = null where rowid = 21043";
Command "update T set F = null where rowid = 55526";
Command "update T set F = null where rowid = 54154";
Command "update T set F = null where rowid = 30605";
Command "update T set F = null where rowid = 36361";
Command "update T set F = null where rowid = 50674";
Command "update T set F = null where rowid = 7030";
Command "update T set F = null where rowid = 47335";
Command "update T set F = null where rowid = 46266";
Command "update T set F = null where rowid = 43208";
Command "update T set F = null where rowid = 48293";
Command "update T set F = null where rowid = 24812";
Command "update T set F = null where rowid = 10091";
Command "update T set F = null where rowid = 47104";
Command "update T set F = null where rowid = 46263";
Command "update T set F = null where rowid = 54974";
Command "update T set F = null where rowid = 43019";
Command "update T set F = null where rowid = 31073";
Command "update T set F = null where rowid = 56922";
Command "update T set F = null where rowid = 27323";
Command "update T set F = null where rowid = 13631";
Command "update T set F = null where rowid = 19651";
Command "update T set F = null where rowid = 19467";
Command "update T set F = null where rowid = 9158";
Command "update T set F = null where rowid = 27660";
Command "update T set F = null where rowid = 57185";
Command "update T set F = null where rowid = 2279";
Command "update T set F = null where rowid = 53408";
Command "update T set F = null where rowid = 21800";
Command "update T set F = null where rowid = 53845";
Command "update T set F = null where rowid = 46539";
Command "update T set F = null where rowid = 57577";
Command "update T set F = null where rowid = 7263";
Command "update T set F = null where rowid = 42575";
Command "update T set F = null where rowid = 48824";
Command "update T set F = null where rowid = 207";
Command "update T set F = null where rowid = 7429";
Command "update T set F = null where rowid = 29120";
Command "update T set F = null where rowid = 15329";
Command "update T set F = null where rowid = 40319";
Command "update T set F = null where rowid = 23343";
Command "update T set F = null where rowid = 45854";
Command "update T set F = null where rowid = 27154";
Command "update T set F = null where rowid = 15966";
Command "update T set F = null where rowid = 9329";
Command "update T set F = null where rowid = 55149";
Command "update T set F = null where rowid = 24384";
Command "update T set F = null where rowid = 43420";
Command "update T set F = null where rowid = 42083";
Command "update T set F = null where rowid = 57086";
Command "update T set F = null where rowid = 23307";
Command "update T set F = null where rowid = 42330";
Command "update T set F = null where rowid = 26839";
Command "update T set F = null where rowid = 56881";
Command "update T set F = null where rowid = 61278";
Command "update T set F = null where rowid = 48586";
Command "update T set F = null where rowid = 214";
Command "update T set F = null where rowid = 53606";
Command "update T set F = null where rowid = 23389";
Command "update T set F = null where rowid = 28951";
Command "update T set F = null where rowid = 37655";
Command "update T set F = null where rowid = 3169";
Command "update T set F = null where rowid = 18769";
Command "update T set F = null where rowid = 57127";
Command "update T set F = null where rowid = 18557";
Command "update T set F = null where rowid = 3412";
Command "update T set F = null where rowid = 44476";
Command "update T set F = null where rowid = 14979";
Command "update T set F = null where rowid = 1193";
Command "update T set F = null where rowid = 19787";
Command "update T set F = null where rowid = 31056";
Command "update T set F = null where rowid = 34104";
Command "update T set F = null where rowid = 33257";
Command "update T set F = null where rowid = 23794";
Command "update T set F = null where rowid = 1779";
Command "update T set F = null where rowid = 18807";
Command "update T set F = null where rowid = 606";
Command "update T set F = null where rowid = 37155";
Command "update T set F = null where rowid = 32998";
Command "update T set F = null where rowid = 51666";
Command "update T set F = null where rowid = 39908";
Command "update T set F = null where rowid = 3539";
Command "update T set F = null where rowid = 60723";
Command "update T set F = null where rowid = 31638";
Command "update T set F = null where rowid = 12860";
Command "update T set F = null where rowid = 35571";
Command "update T set F = null where rowid = 44593";
Command "update T set F = null where rowid = 28877";
Command "update T set F = null where rowid = 40517";
Command "update T set F = null where rowid = 37450";
Command "update T set F = null where rowid = 9388";
Command "update T set F = null where rowid = 53580";
Command "update T set F = null where rowid = 41451";
Command "update T set F = null where rowid = 46142";
Command "update T set F = null where rowid = 52261";
Command "update T set F = null where rowid = 30164";
Command "update T set F = null where rowid = 28897";
Command "update T set F = null where rowid = 12627";
Command "update T set F = null where rowid = 30797";
Command "update T set F = null where rowid = 10110";
Command "update T set F = null where rowid = 472";
Command "update T set F = null where rowid = 37726";
Command "update T set F = null where rowid = 47714";
Command "update T set F = null where rowid = 3911";
Command "update T set F = null where rowid = 11786";
Command "update T set F = null where rowid = 9798";
Command "update T set F = null where rowid = 40332";
Command "update T set F = null where rowid = 18937";
Command "update T set F = null where rowid = 49709";
Command "update T set F = null where rowid = 8043";
Command "update T set F = null where rowid = 42122";
Command "update T set F = null where rowid = 28012";
Command "update T set F = null where rowid = 21545";
Command "update T set F = null where rowid = 30445";
Command "update T set F = null where rowid = 28010";
Command "update T set F = null where rowid = 15676";
Command "update T set F = null where rowid = 51462";
Command "update T set F = null where rowid = 15569";
Command "update T set F = null where rowid = 34388";
Command "update T set F = null where rowid = 60971";
Command "update T set F = null where rowid = 37168";
Command "update T set F = null where rowid = 30785";
Command "update T set F = null where rowid = 2638";
Command "update T set F = null where rowid = 59979";
Command "update T set F = null where rowid = 13666";
Command "update T set F = null where rowid = 43589";
Command "update T set F = null where rowid = 14291";
Command "update T set F = null where rowid = 18307";
Command "update T set F = null where rowid = 20291";
Command "update T set F = null where rowid = 32439";
Command "update T set F = null where rowid = 50789";
Command "update T set F = null where rowid = 60266";
Command "update T set F = null where rowid = 18596";
Command "update T set F = null where rowid = 15615";
Command "update T set F = null where rowid = 42193";
Command "update T set F = null where rowid = 57526";
Command "update T set F = null where rowid = 10663";
Command "update T set F = null where rowid = 36718";
Command "update T set F = null where rowid = 21347";
Command "update T set F = null where rowid = 26000";
Command "update T set F = null where rowid = 24811";
Command "update T set F = null where rowid = 19125";
Command "update T set F = null where rowid = 19593";
Command "update T set F = null where rowid = 5947";
Command "update T set F = null where rowid = 43401";
Command "update T set F = null where rowid = 32640";
Command "update T set F = null where rowid = 23102";
Command "update T set F = null where rowid = 33584";
Command "update T set F = null where rowid = 53179";
Command "update T set F = null where rowid = 9507";
Command "update T set F = null where rowid = 38062";
Command "update T set F = null where rowid = 53707";
Command "update T set F = null where rowid = 60457";
Command "update T set F = null where rowid = 31141";
Command "update T set F = null where rowid = 11977";
Command "update T set F = null where rowid = 56704";
Command "update T set F = null where rowid = 20783";
Command "update T set F = null where rowid = 41236";
Command "update T set F = null where rowid = 27453";
Command "update T set F = null where rowid = 54674";
Command "update T set F = null where rowid = 44851";
Command "update T set F = null where rowid = 35378";
Command "update T set F = null where rowid = 56003";
Command "update T set F = null where rowid = 9655";
Command "update T set F = null where rowid = 51242";
Command "update T set F = null where rowid = 52072";
Command "update T set F = null where rowid = 17223";
Command "update T set F = null where rowid = 9708";
Command "update T set F = null where rowid = 23309";
Command "update T set F = null where rowid = 10657";
Command "update T set F = null where rowid = 40678";
Command "update T set F = null where rowid = 33046";
Command "update T set F = null where rowid = 50851";
Command "update T set F = null where rowid = 56727";
Command "update T set F = null where rowid = 17373";
Command "update T set F = null where rowid = 30336";
Command "update T set F = null where rowid = 2720";
Command "update T set F = null where rowid = 22076";
Command "update T set F = null where rowid = 4087";
Command "update T set F = null where rowid = 2549";
Command "update T set F = null where rowid = 52029";
Command "update T set F = null where rowid = 35625";
Command "update T set F = null where rowid = 56388";
Command "update T set F = null where rowid = 60380";
Command "update T set F = null where rowid = 30481";
Command "update T set F = null where rowid = 3568";
Command "update T set F = null where rowid = 8216";
Command "update T set F = null where rowid = 45009";
Command "update T set F = null where rowid = 40576";
Command "update T set F = null where rowid = 26351";
Command "update T set F = null where rowid = 23551";
Command "update T set F = null where rowid = 15070";
Command "update T set F = null where rowid = 3216";
Command "update T set F = null where rowid = 46681";
Command "update T set F = null where rowid = 54414";
Command "update T set F = null where rowid = 20052";
Command "update T set F = null where rowid = 31620";
Command "update T set F = null where rowid = 4702";
Command "update T set F = null where rowid = 8070";
Command "update T set F = null where rowid = 26854";
Command "update T set F = null where rowid = 28062";
Command "update T set F = null where rowid = 56857";
Command "update T set F = null where rowid = 55302";
Command "update T set F = null where rowid = 35564";
Command "update T set F = null where rowid = 41615";
Command "update T set F = null where rowid = 42488";
Command "update T set F = null where rowid = 37667";
Command "update T set F = null where rowid = 47246";
Command "update T set F = null where rowid = 45896";
Command "update T set F = null where rowid = 15504";
Command "update T set F = null where rowid = 19156";
Command "update T set F = null where rowid = 21300";
Command "update T set F = null where rowid = 15114";
Command "update T set F = null where rowid = 3746";
Command "update T set F = null where rowid = 33103";
Command "update T set F = null where rowid = 44115";
Command "update T set F = null where rowid = 26580";
Command "update T set F = null where rowid = 54509";
Command "update T set F = null where rowid = 6285";
Command "update T set F = null where rowid = 32685";
Command "update T set F = null where rowid = 2423";
Command "update T set F = null where rowid = 10567";
Command "update T set F = null where rowid = 58028";
Command "update T set F = null where rowid = 692";
Command "update T set F = null where rowid = 2938";
Command "update T set F = null where rowid = 29708";
Command "update T set F = null where rowid = 57068";
Command "update T set F = null where rowid = 34623";
Command "update T set F = null where rowid = 29687";
Command "update T set F = null where rowid = 28246";
Command "update T set F = null where rowid = 45007";
Command "update T set F = null where rowid = 39714";
Command "update T set F = null where rowid = 11528";
Command "update T set F = null where rowid = 9832";
Command "update T set F = null where rowid = 11616";
Command "update T set F = null where rowid = 51793";
Command "update T set F = null where rowid = 8622";
Command "update T set F = null where rowid = 37205";
Command "update T set F = null where rowid = 54432";
Command "update T set F = null where rowid = 45850";
Command "update T set F = null where rowid = 37152";
Command "update T set F = null where rowid = 1478";
Command "update T set F = null where rowid = 43221";
Command "update T set F = null where rowid = 59743";
Command "update T set F = null where rowid = 9398";
Command "update T set F = null where rowid = 44090";
Command "update T set F = null where rowid = 38316";
Command "update T set F = null where rowid = 51488";
Command "update T set F = null where rowid = 52811";
Command "update T set F = null where rowid = 46780";
Command "update T set F = null where rowid = 31015";
Command "update T set F = null where rowid = 36125";
Command "update T set F = null where rowid = 33440";
Command "update T set F = null where rowid = 19341";
Command "update T set F = null where rowid = 6437";
Command "update T set F = null where rowid = 5457";
Command "update T set F = null where rowid = 38915";
Command "update T set F = null where rowid = 811";
Command "update T set F = null where rowid = 33671";
Command "update T set F = null where rowid = 16645";
Command "update T set F = null where rowid = 37950";
Command "update T set F = null where rowid = 31451";
Command "update T set F = null where rowid = 34678";
Command "update T set F = null where rowid = 42644";
Command "update T set F = null where rowid = 31240";
Command "update T set F = null where rowid = 6588";
Command "update T set F = null where rowid = 49976";
Command "update T set F = null where rowid = 24879";
Command "update T set F = null where rowid = 22757";
Command "update T set F = null where rowid = 33342";
Command "update T set F = null where rowid = 9154";
Command "update T set F = null where rowid = 56931";
Command "update T set F = null where rowid = 48499";
Command "update T set F = null where rowid = 32857";
Command "update T set F = null where rowid = 35563";
Command "update T set F = null where rowid = 31779";
Command "update T set F = null where rowid = 14944";
Command "update T set F = null where rowid = 39869";
Command "update T set F = null where rowid = 2443";
Command "update T set F = null where rowid = 6197";
Command "update T set F = null where rowid = 14853";
Command "update T set F = null where rowid = 7627";
Command "update T set F = null where rowid = 12749";
Command "update T set F = null where rowid = 34877";
Command "update T set F = null where rowid = 50838";
Command "update T set F = null where rowid = 22160";
Command "update T set F = null where rowid = 31160";
Command "update T set F = null where rowid = 32436";
Command "update T set F = null where rowid = 7556";
Command "update T set F = null where rowid = 18242";
Command "update T set F = null where rowid = 29316";
Command "update T set F = null where rowid = 48427";
Command "update T set F = null where rowid = 34100";
Command "update T set F = null where rowid = 11936";
Command "update T set F = null where rowid = 44152";
Command "update T set F = null where rowid = 21253";
Command "update T set F = null where rowid = 13608";
Command "update T set F = null where rowid = 7814";
Command "update T set F = null where rowid = 35758";
Command "update T set F = null where rowid = 7955";
Command "update T set F = null where rowid = 1462";
Command "update T set F = null where rowid = 18756";
Command "update T set F = null where rowid = 11275";
Command "update T set F = null where rowid = 51590";
Command "update T set F = null where rowid = 32252";
Command "update T set F = null where rowid = 32445";
Command "update T set F = null where rowid = 38305";
Command "update T set F = null where rowid = 31019";
Command "update T set F = null where rowid = 50820";
Command "update T set F = null where rowid = 52387";
Command "update T set F = null where rowid = 58222";
Command "update T set F = null where rowid = 4029";
Command "update T set F = null where rowid = 32995";
Command "update T set F = null where rowid = 55393";
Command "update T set F = null where rowid = 33001";
Command "update T set F = null where rowid = 50148";
Command "update T set F = null where rowid = 19152";
Command "update T set F = null where rowid = 12896";
Command "update T set F = null where rowid = 26855";
Command "update T set F = null where rowid = 47413";
Command "update T set F = null where rowid = 32327";
Command "update T set F = null where rowid = 51178";
Command "update T set F = null where rowid = 41658";
Command "update T set F = null where rowid = 18097";
Command "update T set F = null where rowid = 24927";
Command "update T set F = null where rowid = 19046";
Command "update T set F = null where rowid = 28280";
Command "update T set F = null where rowid = 14993";
Command "update T set F = null where rowid = 49110";
Command "update T set F = null where rowid = 44423";
Command "update T set F = null where rowid = 10641";
Command "update T set F = null where rowid = 58161";
Command "update T set F = null where rowid = 44288";
Command "update T set F = null where rowid = 28611";
Command "update T set F = null where rowid = 28718";
Command "update T set F = null where rowid = 30701";
Command "update T set F = null where rowid = 2842";
Command "update T set F = null where rowid = 40497";
Command "update T set F = null where rowid = 35520";
Command "update T set F = null where rowid = 47086";
Command "update T set F = null where rowid = 32494";
Command "update T set F = null where rowid = 41827";
Command "update T set F = null where rowid = 48560";
Command "update T set F = null where rowid = 6040";
Command "update T set F = null where rowid = 13961";
Command "update T set F = null where rowid = 16864";
Command "update T set F = null where rowid = 17413";
Command "update T set F = null where rowid = 25058";
Command "update T set F = null where rowid = 45285";
Command "update T set F = null where rowid = 59402";
Command "update T set F = null where rowid = 1891";
Command "update T set F = null where rowid = 13141";
Command "update T set F = null where rowid = 42610";
Command "update T set F = null where rowid = 14454";
Command "update T set F = null where rowid = 7306";
Command "update T set F = null where rowid = 5346";
Command "update T set F = null where rowid = 40046";
Command "update T set F = null where rowid = 34832";
Command "update T set F = null where rowid = 5685";
Command "update T set F = null where rowid = 30029";
Command "update T set F = null where rowid = 47999";
Command "update T set F = null where rowid = 53465";
Command "update T set F = null where rowid = 959";
Command "update T set F = null where rowid = 41291";
Command "update T set F = null where rowid = 31342";
Command "update T set F = null where rowid = 26822";
Command "update T set F = null where rowid = 15521";
Command "update T set F = null where rowid = 28319";
Command "update T set F = null where rowid = 32120";
Command "update T set F = null where rowid = 26408";
Command "update T set F = null where rowid = 20412";
Command "update T set F = null where rowid = 35317";
Command "update T set F = null where rowid = 3003";
Command "update T set F = null where rowid = 59634";
Command "update T set F = null where rowid = 3705";
Command "update T set F = null where rowid = 59639";
Command "update T set F = null where rowid = 7588";
Command "update T set F = null where rowid = 7199";
Command "update T set F = null where rowid = 17661";
Command "update T set F = null where rowid = 14490";
Command "update T set F = null where rowid = 1447";
Command "update T set F = null where rowid = 35426";
Command "update T set F = null where rowid = 8578";
Command "update T set F = null where rowid = 49336";
Command "update T set F = null where rowid = 6928";
Command "update T set F = null where rowid = 33380";
Command "update T set F = null where rowid = 32336";
Command "update T set F = null where rowid = 37830";
Command "update T set F = null where rowid = 61264";
Command "update T set F = null where rowid = 22115";
Command "update T set F = null where rowid = 40034";
Command "update T set F = null where rowid = 52894";
Command "update T set F = null where rowid = 55379";
Command "update T set F = null where rowid = 18435";
Command "update T set F = null where rowid = 42462";
Command "update T set F = null where rowid = 32081";
Command "update T set F = null where rowid = 35652";
Command "update T set F = null where rowid = 37077";
Command "update T set F = null where rowid = 15075";
Command "update T set F = null where rowid = 14911";
Command "update T set F = null where rowid = 4602";
Command "update T set F = null where rowid = 156";
Command "update T set F = null where rowid = 56471";
Command "update T set F = null where rowid = 7437";
Command "update T set F = null where rowid = 51028";
Command "update T set F = null where rowid = 58930";
Command "update T set F = null where rowid = 20957";
Command "update T set F = null where rowid = 45713";
Command "update T set F = null where rowid = 32680";
Command "update T set F = null where rowid = 30832";
Command "update T set F = null where rowid = 32627";
Command "update T set F = null where rowid = 20909";
Command "update T set F = null where rowid = 19688";
Command "update T set F = null where rowid = 40412";
Command "update T set F = null where rowid = 89";
Command "update T set F = null where rowid = 60011";
Command "update T set F = null where rowid = 50112";
Command "update T set F = null where rowid = 58987";
Command "update T set F = null where rowid = 22876";
Command "update T set F = null where rowid = 35388";
Command "update T set F = null where rowid = 32812";
Command "update T set F = null where rowid = 17905";
Command "update T set F = null where rowid = 16357";
Command "update T set F = null where rowid = 4975";
Command "update T set F = null where rowid = 23537";
Command "update T set F = null where rowid = 54249";
Command "update T set F = null where rowid = 5036";
Command "update T set F = null where rowid = 25557";
Command "update T set F = null where rowid = 45769";
Command "update T set F = null where rowid = 61462";
Command "update T set F = null where rowid = 26375";
Command "update T set F = null where rowid = 3795";
Command "update T set F = null where rowid = 42563";
Command "update T set F = null where rowid = 48622";
Command "update T set F = null where rowid = 37313";
Command "update T set F = null where rowid = 44242";
Command "update T set F = null where rowid = 30913";
Command "update T set F = null where rowid = 20413";
Command "update T set F = null where rowid = 17202";
Command "update T set F = null where rowid = 27589";
Command "update T set F = null where rowid = 41622";
Command "update T set F = null where rowid = 50056";
Command "update T set F = null where rowid = 34414";
Command "update T set F = null where rowid = 35641";
Command "update T set F = null where rowid = 44262";
Command "update T set F = null where rowid = 60711";
Command "update T set F = null where rowid = 408";
Command "update T set F = null where rowid = 54360";
Command "update T set F = null where rowid = 17231";
Command "update T set F = null where rowid = 15256";
Command "update T set F = null where rowid = 18284";
Command "update T set F = null where rowid = 17296";
Command "update T set F = null where rowid = 54849";
Command "update T set F = null where rowid = 12516";
Command "update T set F = null where rowid = 16204";
Command "update T set F = null where rowid = 56897";
Command "update T set F = null where rowid = 32007";
Command "update T set F = null where rowid = 57305";
Command "update T set F = null where rowid = 59182";
Command "update T set F = null where rowid = 27010";
Command "update T set F = null where rowid = 57644";
Command "update T set F = null where rowid = 8480";
Command "update T set F = null where rowid = 60324";
Command "update T set F = null where rowid = 41749";
Command "update T set F = null where rowid = 44274";
Command "update T set F = null where rowid = 41527";
Command "update T set F = null where rowid = 12990";
Command "update T set F = null where rowid = 19701";
Command "update T set F = null where rowid = 54169";
Command "update T set F = null where rowid = 40798";
Command "update T set F = null where rowid = 14787";
Command "update T set F = null where rowid = 18858";
Command "update T set F = null where rowid = 32975";
Command "update T set F = null where rowid = 55218";
Command "update T set F = null where rowid = 38165";
Command "update T set F = null where rowid = 57249";
Command "update T set F = null where rowid = 24560";
Command "update T set F = null where rowid = 35315";
Command "update T set F = null where rowid = 38094";
Command "update T set F = null where rowid = 60000";
Command "update T set F = null where rowid = 59157";
Command "update T set F = null where rowid = 8395";
Command "update T set F = null where rowid = 36621";
Command "update T set F = null where rowid = 50837";
Command "update T set F = null where rowid = 34882";
Command "update T set F = null where rowid = 13426";
Command "update T set F = null where rowid = 2518";
Command "update T set F = null where rowid = 23114";
Command "update T set F = null where rowid = 22237";
Command "update T set F = null where rowid = 37805";
Command "update T set F = null where rowid = 8367";
Command "update T set F = null where rowid = 25255";
Command "update T set F = null where rowid = 16066";
Command "update T set F = null where rowid = 39528";
Command "update T set F = null where rowid = 33519";
Command "update T set F = null where rowid = 45498";
Command "update T set F = null where rowid = 564";
Command "update T set F = null where rowid = 37512";
Command "update T set F = null where rowid = 13551";
Command "update T set F = null where rowid = 694";
Command "update T set F = null where rowid = 15417";
Command "update T set F = null where rowid = 6826";
Command "update T set F = null where rowid = 14360";
Command "update T set F = null where rowid = 6930";
Command "update T set F = null where rowid = 34484";
Command "update T set F = null where rowid = 1403";
Command "update T set F = null where rowid = 35078";
Command "update T set F = null where rowid = 41879";
Command "update T set F = null where rowid = 10118";
Command "update T set F = null where rowid = 46572";
Command "update T set F = null where rowid = 46184";
Command "update T set F = null where rowid = 31828";
Command "update T set F = null where rowid = 25934";
Command "update T set F = null where rowid = 44054";
Command "update T set F = null where rowid = 36151";
Command "update T set F = null where rowid = 54648";
Command "update T set F = null where rowid = 36316";
Command "update T set F = null where rowid = 45490";
Command "update T set F = null where rowid = 5718";
Command "update T set F = null where rowid = 53176";
Command "update T set F = null where rowid = 56644";
Command "update T set F = null where rowid = 26834";
Command "update T set F = null where rowid = 17869";
Command "update T set F = null where rowid = 32235";
Command "update T set F = null where rowid = 47809";
Command "update T set F = null where rowid = 21172";
Command "update T set F = null where rowid = 30102";
Command "update T set F = null where rowid = 5883";
Command "update T set F = null where rowid = 17297";
Command "update T set F = null where rowid = 18406";
Command "update T set F = null where rowid = 60737";
Command "update T set F = null where rowid = 11823";
Command "update T set F = null where rowid = 9091";
Command "update T set F = null where rowid = 53480";
Command "update T set F = null where rowid = 48220";
Command "update T set F = null where rowid = 24785";
Command "update T set F = null where rowid = 58771";
Command "update T set F = null where rowid = 42695";
Command "update T set F = null where rowid = 11879";
Command "update T set F = null where rowid = 13131";
Command "update T set F = null where rowid = 35757";
Command "update T set F = null where rowid = 27137";
Command "update T set F = null where rowid = 34340";
Command "update T set F = null where rowid = 30262";
Command "update T set F = null where rowid = 20740";
Command "update T set F = null where rowid = 27419";
Command "update T set F = null where rowid = 18695";
Command "update T set F = null where rowid = 31558";
Command "update T set F = null where rowid = 1169";
Command "update T set F = null where rowid = 21581";
Command "update T set F = null where rowid = 19783";
Command "update T set F = null where rowid = 32309";
Command "update T set F = null where rowid = 55533";
Command "update T set F = null where rowid = 32850";
Command "update T set F = null where rowid = 4086";
Command "update T set F = null where rowid = 31590";
Command "update T set F = null where rowid = 56719";
Command "update T set F = null where rowid = 48197";
Command "update T set F = null where rowid = 32804";
Command "update T set F = null where rowid = 29976";
Command "update T set F = null where rowid = 19745";
Command "update T set F = null where rowid = 17260";
Command "update T set F = null where rowid = 61243";
Command "update T set F = null where rowid = 42045";
Command "update T set F = null where rowid = 30790";
Command "update T set F = null where rowid = 50223";
Command "update T set F = null where rowid = 14793";
Command "update T set F = null where rowid = 47056";
Command "update T set F = null where rowid = 58119";
Command "update T set F = null where rowid = 35566";
Command "update T set F = null where rowid = 8827";
Command "update T set F = null where rowid = 4563";
Command "update T set F = null where rowid = 30705";
Command "update T set F = null where rowid = 4658";
Command "update T set F = null where rowid = 3097";
Command "update T set F = null where rowid = 22236";
Command "update T set F = null where rowid = 25245";
Command "update T set F = null where rowid = 55981";
Command "update T set F = null where rowid = 17355";
Command "update T set F = null where rowid = 7677";
Command "update T set F = null where rowid = 56822";
Command "update T set F = null where rowid = 41768";
Command "update T set F = null where rowid = 8676";
Command "update T set F = null where rowid = 48430";
Command "update T set F = null where rowid = 33193";
Command "update T set F = null where rowid = 16460";
Command "update T set F = null where rowid = 57072";
Command "update T set F = null where rowid = 40837";
Command "update T set F = null where rowid = 8025";
Command "update T set F = null where rowid = 50716";
Command "update T set F = null where rowid = 42832";
Command "update T set F = null where rowid = 36416";
Command "update T set F = null where rowid = 38340";
Command "update T set F = null where rowid = 32193";
Command "update T set F = null where rowid = 38345";
Command "update T set F = null where rowid = 7021";
Command "update T set F = null where rowid = 18994";
Command "update T set F = null where rowid = 59020";
Command "update T set F = null where rowid = 14329";
Command "update T set F = null where rowid = 5399";
Command "update T set F = null where rowid = 25235";
Command "update T set F = null where rowid = 27787";
Command "update T set F = null where rowid = 43993";
Command "update T set F = null where rowid = 43187";
Command "update T set F = null where rowid = 30639";
Command "update T set F = null where rowid = 23839";
Command "update T set F = null where rowid = 55617";
Command "update T set F = null where rowid = 36782";
Command "update T set F = null where rowid = 43170";
Command "update T set F = null where rowid = 24125";
Command "update T set F = null where rowid = 9954";
Command "update T set F = null where rowid = 21807";
Command "update T set F = null where rowid = 60708";
Command "update T set F = null where rowid = 52962";
Command "update T set F = null where rowid = 49076";
Command "update T set F = null where rowid = 35062";
Command "update T set F = null where rowid = 5308";
Command "update T set F = null where rowid = 16489";
Command "update T set F = null where rowid = 53448";
Command "update T set F = null where rowid = 38107";
Command "update T set F = null where rowid = 15950";
Command "update T set F = null where rowid = 11985";
Command "update T set F = null where rowid = 1780";
Command "update T set F = null where rowid = 859";
Command "update T set F = null where rowid = 50771";
Command "update T set F = null where rowid = 8281";
Command "update T set F = null where rowid = 9579";
Command "update T set F = null where rowid = 29410";
Command "update T set F = null where rowid = 3897";
Command "update T set F = null where rowid = 40752";
Command "update T set F = null where rowid = 51229";
Command "update T set F = null where rowid = 40567";
Command "update T set F = null where rowid = 11690";
Command "update T set F = null where rowid = 30623";
Command "update T set F = null where rowid = 27892";
Command "update T set F = null where rowid = 8699";
Command "update T set F = null where rowid = 12820";
Command "update T set F = null where rowid = 14697";
Command "update T set F = null where rowid = 52469";
Command "update T set F = null where rowid = 44740";
Command "update T set F = null where rowid = 25720";
Command "update T set F = null where rowid = 5291";
Command "update T set F = null where rowid = 18585";
Command "update T set F = null where rowid = 24047";
Command "update T set F = null where rowid = 31047";
Command "update T set F = null where rowid = 40492";
Command "update T set F = null where rowid = 14752";
Command "update T set F = null where rowid = 7711";
Command "update T set F = null where rowid = 60759";
Command "update T set F = null where rowid = 4295";
Command "update T set F = null where rowid = 9480";
Command "update T set F = null where rowid = 19603";
Command "update T set F = null where rowid = 19051";
Command "update T set F = null where rowid = 4617";
Command "update T set F = null where rowid = 15575";
Command "update T set F = null where rowid = 53402";
Command "update T set F = null where rowid = 9464";
Command "update T set F = null where rowid = 7561";
Command "update T set F = null where rowid = 24048";
Command "update T set F = null where rowid = 51621";
Command "update T set F = null where rowid = 55267";
Command "update T set F = null where rowid = 45531";
Command "update T set F = null where rowid = 1118";
Command "update T set F = null where rowid = 33362";
Command "update T set F = null where rowid = 52044";
Command "update T set F = null where rowid = 3834";
Command "update T set F = null where rowid = 59781";
Command "update T set F = null where rowid = 36607";
Command "update T set F = null where rowid = 47240";
Command "update T set F = null where rowid = 39484";
Command "update T set F = null where rowid = 54492";
Command "update T set F = null where rowid = 45377";
Command "update T set F = null where rowid = 42041";
Command "update T set F = null where rowid = 34408";
Command "update T set F = null where rowid = 23986";
Command "update T set F = null where rowid = 50452";
Command "update T set F = null where rowid = 61232";
Command "update T set F = null where rowid = 59915";
Command "update T set F = null where rowid = 16443";
Command "update T set F = null where rowid = 47665";
Command "update T set F = null where rowid = 49925";
Command "update T set F = null where rowid = 41154";
Command "update T set F = null where rowid = 4894";
Command "update T set F = null where rowid = 56536";
Command "update T set F = null where rowid = 27391";
Command "update T set F = null where rowid = 28631";
Command "update T set F = null where rowid = 33953";
Command "update T set F = null where rowid = 35818";
Command "update T set F = null where rowid = 57069";
Command "update T set F = null where rowid = 8411";
Command "update T set F = null where rowid = 40551";
Command "update T set F = null where rowid = 57837";
Command "update T set F = null where rowid = 49493";
Command "update T set F = null where rowid = 3277";
Command "update T set F = null where rowid = 29388";
Command "update T set F = null where rowid = 30820";
Command "update T set F = null where rowid = 57351";
Command "update T set F = null where rowid = 39008";
Command "update T set F = null where rowid = 21159";
Command "update T set F = null where rowid = 13833";
Command "update T set F = null where rowid = 46549";
Command "update T set F = null where rowid = 51471";
Command "update T set F = null where rowid = 52740";
Command "update T set F = null where rowid = 5304";
Command "update T set F = null where rowid = 15572";
Command "update T set F = null where rowid = 43001";
Command "update T set F = null where rowid = 28125";
Command "update T set F = null where rowid = 7436";
Command "update T set F = null where rowid = 21896";
Command "update T set F = null where rowid = 53022";
Command "update T set F = null where rowid = 47784";
Command "update T set F = null where rowid = 7822";
Command "update T set F = null where rowid = 4757";
Command "update T set F = null where rowid = 28035";
Command "update T set F = null where rowid = 35196";
Command "update T set F = null where rowid = 24169";
Command "update T set F = null where rowid = 12127";
Command "update T set F = null where rowid = 49977";
Command "update T set F = null where rowid = 43970";
Command "update T set F = null where rowid = 39815";
Command "update T set F = null where rowid = 3805";
Command "update T set F = null where rowid = 32473";
Command "update T set F = null where rowid = 54825";
Command "update T set F = null where rowid = 27963";
Command "update T set F = null where rowid = 5310";
Command "update T set F = null where rowid = 30192";
Command "update T set F = null where rowid = 30882";
Command "update T set F = null where rowid = 39781";
Command "update T set F = null where rowid = 43245";
Command "update T set F = null where rowid = 18291";
Command "update T set F = null where rowid = 12772";
Command "update T set F = null where rowid = 10955";
Command "update T set F = null where rowid = 10807";
Command "update T set F = null where rowid = 6393";
Command "update T set F = null where rowid = 11702";
Command "update T set F = null where rowid = 25330";
Command "update T set F = null where rowid = 18247";
Command "update T set F = null where rowid = 19850";
Command "update T set F = null where rowid = 26317";
Command "update T set F = null where rowid = 57353";
Command "update T set F = null where rowid = 32487";
Command "update T set F = null where rowid = 39147";
Command "update T set F = null where rowid = 42577";
Command "update T set F = null where rowid = 25312";
Command "update T set F = null where rowid = 31988";
Command "update T set F = null where rowid = 52437";
Command "update T set F = null where rowid = 50689";
Command "update T set F = null where rowid = 13200";
Command "update T set F = null where rowid = 56327";
Command "update T set F = null where rowid = 738";
Command "update T set F = null where rowid = 16195";
Command "update T set F = null where rowid = 13234";
Command "update T set F = null where rowid = 31538";
Command "update T set F = null where rowid = 29516";
Command "update T set F = null where rowid = 8214";
Command "update T set F = null where rowid = 12670";
Command "update T set F = null where rowid = 30363";
Command "update T set F = null where rowid = 42015";
Command "update T set F = null where rowid = 12532";
Command "update T set F = null where rowid = 54202";
Command "update T set F = null where rowid = 48001";
Command "update T set F = null where rowid = 28054";
Command "update T set F = null where rowid = 40092";
Command "update T set F = null where rowid = 56860";
Command "update T set F = null where rowid = 15593";
Command "update T set F = null where rowid = 13383";
Command "update T set F = null where rowid = 30122";
Command "update T set F = null where rowid = 47887";
Command "update T set F = null where rowid = 36055";
Command "update T set F = null where rowid = 25084";
Command "update T set F = null where rowid = 31543";
Command "update T set F = null where rowid = 5141";
Command "update T set F = null where rowid = 32716";
Command "update T set F = null where rowid = 18601";
Command "update T set F = null where rowid = 51232";
Command "update T set F = null where rowid = 39182";
Command "update T set F = null where rowid = 50094";
Command "update T set F = null where rowid = 20729";
Command "update T set F = null where rowid = 32767";
Command "update T set F = null where rowid = 13095";
Command "update T set F = null where rowid = 18818";
Command "update T set F = null where rowid = 7982";
Command "update T set F = null where rowid = 15290";
Command "update T set F = null where rowid = 2140";
Command "update T set F = null where rowid = 51308";
Command "update T set F = null where rowid = 49313";
Command "update T set F = null where rowid = 6288";
Command "update T set F = null where rowid = 57547";
Command "update T set F = null where rowid = 19800";
Command "update T set F = null where rowid = 11549";
Command "update T set F = null where rowid = 20196";
Command "update T set F = null where rowid = 8107";
Command "update T set F = null where rowid = 41304";
Command "update T set F = null where rowid = 52309";
Command "update T set F = null where rowid = 57074";
Command "update T set F = null where rowid = 3110";
Command "update T set F = null where rowid = 36726";
Command "update T set F = null where rowid = 13555";
Command "update T set F = null where rowid = 21541";
Command "update T set F = null where rowid = 8482";
Command "update T set F = null where rowid = 59113";
Command "update T set F = null where rowid = 40950";
Command "update T set F = null where rowid = 7889";
Command "update T set F = null where rowid = 60890";
Command "update T set F = null where rowid = 53599";
Command "update T set F = null where rowid = 15438";
Command "update T set F = null where rowid = 1445";
Command "update T set F = null where rowid = 38688";
Command "update T set F = null where rowid = 16125";
Command "update T set F = null where rowid = 38925";
Command "update T set F = null where rowid = 42137";
Command "update T set F = null where rowid = 1099";
Command "update T set F = null where rowid = 12977";
Command "update T set F = null where rowid = 31735";
Command "update T set F = null where rowid = 10924";
Command "update T set F = null where rowid = 58189";
Command "update T set F = null where rowid = 60802";
Command "update T set F = null where rowid = 1106";
Command "update T set F = null where rowid = 20518";
Command "update T set F = null where rowid = 26201";
Command "update T set F = null where rowid = 49648";
Command "update T set F = null where rowid = 43969";
Command "update T set F = null where rowid = 11606";
Command "update T set F = null where rowid = 2728";
Command "update T set F = null where rowid = 10863";
Command "update T set F = null where rowid = 37010";
Command "update T set F = null where rowid = 45159";
Command "update T set F = null where rowid = 23187";
Command "update T set F = null where rowid = 56848";
Command "update T set F = null where rowid = 17303";
Command "update T set F = null where rowid = 29940";
Command "update T set F = null where rowid = 48300";
Command "update T set F = null where rowid = 38872";
Command "update T set F = null where rowid = 49434";
Command "update T set F = null where rowid = 15624";
Command "update T set F = null where rowid = 38232";
Command "update T set F = null where rowid = 19052";
Command "update T set F = null where rowid = 1817";
Command "update T set F = null where rowid = 13767";
Command "update T set F = null where rowid = 28916";
Command "update T set F = null where rowid = 4176";
Command "update T set F = null where rowid = 13444";
Command "update T set F = null where rowid = 41898";
Command "update T set F = null where rowid = 26284";
Command "update T set F = null where rowid = 7316";
Command "update T set F = null where rowid = 49560";
Command "update T set F = null where rowid = 9171";
Command "update T set F = null where rowid = 51102";
Command "update T set F = null where rowid = 36083";
Command "update T set F = null where rowid = 49698";
Command "update T set F = null where rowid = 32668";
Command "update T set F = null where rowid = 18510";
Command "update T set F = null where rowid = 28226";
Command "update T set F = null where rowid = 46175";
Command "update T set F = null where rowid = 59173";
Command "update T set F = null where rowid = 23387";
Command "update T set F = null where rowid = 15645";
Command "update T set F = null where rowid = 39214";
Command "update T set F = null where rowid = 16180";
Command "update T set F = null where rowid = 8145";
Command "update T set F = null where rowid = 32927";
Command "update T set F = null where rowid = 49782";
Command "update T set F = null where rowid = 60768";
Command "update T set F = null where rowid = 7614";
Command "update T set F = null where rowid = 23512";
Command "update T set F = null where rowid = 1110";
Command "update T set F = null where rowid = 50570";
Command "update T set F = null where rowid = 60886";
Command "update T set F = null where rowid = 4248";
Command "update T set F = null where rowid = 28640";
Command "update T set F = null where rowid = 40768";
Command "update T set F = null where rowid = 15789";
Command "update T set F = null where rowid = 60713";
Command "update T set F = null where rowid = 20786";
Command "update T set F = null where rowid = 44370";
Command "update T set F = null where rowid = 52996";
Command "update T set F = null where rowid = 18579";
Command "update T set F = null where rowid = 37836";
Command "update T set F = null where rowid = 6384";
Command "update T set F = null where rowid = 39726";
Command "update T set F = null where rowid = 22266";
Command "update T set F = null where rowid = 26407";
Command "update T set F = null where rowid = 53890";
Command "update T set F = null where rowid = 29961";
Command "update T set F = null where rowid = 52423";
Command "update T set F = null where rowid = 30849";
Command "update T set F = null where rowid = 48132";
Command "update T set F = null where rowid = 27066";
Command "update T set F = null where rowid = 48036";
Command "update T set F = null where rowid = 2142";
Command "update T set F = null where rowid = 5845";
Command "update T set F = null where rowid = 9449";
Command "update T set F = null where rowid = 54987";
Command "update T set F = null where rowid = 50249";
Command "update T set F = null where rowid = 17395";
Command "update T set F = null where rowid = 32111";
Command "update T set F = null where rowid = 6909";
Command "update T set F = null where rowid = 34091";
Command "update T set F = null where rowid = 13446";
Command "update T set F = null where rowid = 1511";
Command "update T set F = null where rowid = 40590";
Command "update T set F = null where rowid = 23865";
Command "update T set F = null where rowid = 56163";
Command "update T set F = null where rowid = 49539";
Command "update T set F = null where rowid = 33569";
Command "update T set F = null where rowid = 44064";
Command "update T set F = null where rowid = 23126";
Command "update T set F = null where rowid = 2497";
Command "update T set F = null where rowid = 8091";
Command "update T set F = null where rowid = 34692";
Command "update T set F = null where rowid = 57517";
Command "update T set F = null where rowid = 20386";
Command "update T set F = null where rowid = 47596";
Command "update T set F = null where rowid = 39699";
Command "update T set F = null where rowid = 16468";
Command "update T set F = null where rowid = 5603";
Command "update T set F = null where rowid = 42039";
Command "update T set F = null where rowid = 33143";
Command "update T set F = null where rowid = 7401";
Command "update T set F = null where rowid = 51810";
Command "update T set F = null where rowid = 38871";
Command "update T set F = null where rowid = 33179";
Command "update T set F = null where rowid = 21586";
Command "update T set F = null where rowid = 8082";
Command "update T set F = null where rowid = 59467";
Command "update T set F = null where rowid = 40581";
Command "update T set F = null where rowid = 31404";
Command "update T set F = null where rowid = 13929";
Command "update T set F = null where rowid = 8386";
Command "update T set F = null where rowid = 30085";
Command "update T set F = null where rowid = 50259";
Command "update T set F = null where rowid = 54564";
Command "update T set F = null where rowid = 22973";
Command "update T set F = null where rowid = 31419";
Command "update T set F = null where rowid = 32786";
Command "update T set F = null where rowid = 26385";
Command "update T set F = null where rowid = 6456";
Command "update T set F = null where rowid = 17899";
Command "update T set F = null where rowid = 21181";
Command "update T set F = null where rowid = 50983";
Command "update T set F = null where rowid = 40251";
Command "update T set F = null where rowid = 56304";
Command "update T set F = null where rowid = 7392";
Command "update T set F = null where rowid = 37244";
Command "update T set F = null where rowid = 33134";
Command "update T set F = null where rowid = 37238";
Command "update T set F = null where rowid = 51916";
Command "update T set F = null where rowid = 42599";
Command "update T set F = null where rowid = 17739";
Command "update T set F = null where rowid = 59329";
Command "update T set F = null where rowid = 36961";
Command "update T set F = null where rowid = 36109";
Command "update T set F = null where rowid = 19333";
Command "update T set F = null where rowid = 42338";
Command "update T set F = null where rowid = 61050";
Command "update T set F = null where rowid = 19664";
Command "update T set F = null where rowid = 6143";
Command "update T set F = null where rowid = 10551";
Command "update T set F = null where rowid = 48495";
Command "update T set F = null where rowid = 54639";
Command "update T set F = null where rowid = 57379";
Command "update T set F = null where rowid = 32587";
Command "update T set F = null where rowid = 29845";
Command "update T set F = null where rowid = 21810";
Command "update T set F = null where rowid = 5166";
Command "update T set F = null where rowid = 9046";
Command "update T set F = null where rowid = 43760";
Command "update T set F = null where rowid = 35684";
Command "update T set F = null where rowid = 58748";
Command "update T set F = null where rowid = 11584";
Command "update T set F = null where rowid = 38240";
Command "update T set F = null where rowid = 6172";
Command "update T set F = null where rowid = 24719";
Command "update T set F = null where rowid = 49096";
Command "update T set F = null where rowid = 37792";
Command "update T set F = null where rowid = 19401";
Command "update T set F = null where rowid = 21830";
Command "update T set F = null where rowid = 7920";
Command "update T set F = null where rowid = 18082";
Command "update T set F = null where rowid = 2167";
Command "update T set F = null where rowid = 41181";
Command "update T set F = null where rowid = 42745";
Command "update T set F = null where rowid = 25106";
Command "update T set F = null where rowid = 7016";
Command "update T set F = null where rowid = 43222";
Command "update T set F = null where rowid = 19299";
Command "update T set F = null where rowid = 23528";
Command "update T set F = null where rowid = 30976";
Command "update T set F = null where rowid = 54952";
Command "update T set F = null where rowid = 25971";
Command "update T set F = null where rowid = 19879";
Command "update T set F = null where rowid = 25392";
Command "update T set F = null where rowid = 51780";
Command "update T set F = null where rowid = 28763";
Command "update T set F = null where rowid = 43074";
Command "update T set F = null where rowid = 19431";
Command "update T set F = null where rowid = 5975";
Command "update T set F = null where rowid = 32045";
Command "update T set F = null where rowid = 44306";
Command "update T set F = null where rowid = 34851";
Command "update T set F = null where rowid = 43405";
Command "update T set F = null where rowid = 58150";
Command "update T set F = null where rowid = 31016";
Command "update T set F = null where rowid = 2783";
Command "update T set F = null where rowid = 30691";
Command "update T set F = null where rowid = 10219";
Command "update T set F = null where rowid = 24296";
Command "update T set F = null where rowid = 57064";
Command "update T set F = null where rowid = 12336";
Command "update T set F = null where rowid = 21240";
Command "update T set F = null where rowid = 16880";
Command "update T set F = null where rowid = 54544";
Command "update T set F = null where rowid = 20211";
Command "update T set F = null where rowid = 61179";
Command "update T set F = null where rowid = 52422";
Command "update T set F = null where rowid = 31259";
Command "update T set F = null where rowid = 20229";
Command "update T set F = null where rowid = 13040";
Command "update T set F = null where rowid = 52416";
Command "update T set F = null where rowid = 56130";
Command "update T set F = null where rowid = 3798";
Command "update T set F = null where rowid = 37564";
Command "update T set F = null where rowid = 11713";
Command "update T set F = null where rowid = 729";
Command "update T set F = null where rowid = 34922";
Command "update T set F = null where rowid = 3697";
Command "update T set F = null where rowid = 59265";
Command "update T set F = null where rowid = 644";
Command "update T set F = null where rowid = 49704";
Command "update T set F = null where rowid = 22741";
Command "update T set F = null where rowid = 58975";
Command "update T set F = null where rowid = 49150";
Command "update T set F = null where rowid = 25179";
Command "update T set F = null where rowid = 27722";
Command "update T set F = null where rowid = 37399";
Command "update T set F = null where rowid = 41847";
Command "update T set F = null where rowid = 15888";
Command "update T set F = null where rowid = 54547";
Command "update T set F = null where rowid = 30672";
Command "update T set F = null where rowid = 2765";
Command "update T set F = null where rowid = 14282";
Command "update T set F = null where rowid = 24015";
Command "update T set F = null where rowid = 5605";
Command "update T set F = null where rowid = 48726";
Command "update T set F = null where rowid = 38132";
Command "update T set F = null where rowid = 2906";
Command "update T set F = null where rowid = 12697";
Command "update T set F = null where rowid = 3711";
Command "update T set F = null where rowid = 2670";
Command "update T set F = null where rowid = 7470";
Command "update T set F = null where rowid = 52930";
Command "update T set F = null where rowid = 60503";
Command "update T set F = null where rowid = 9557";
Command "update T set F = null where rowid = 33055";
Command "update T set F = null where rowid = 52317";
Command "update T set F = null where rowid = 38001";
Command "update T set F = null where rowid = 17904";
Command "update T set F = null where rowid = 47339";
Command "update T set F = null where rowid = 55027";
Command "update T set F = null where rowid = 5729";
Command "update T set F = null where rowid = 39807";
Command "update T set F = null where rowid = 14814";
Command "update T set F = null where rowid = 43292";
Command "update T set F = null where rowid = 22104";
Command "update T set F = null where rowid = 38215";
Command "update T set F = null where rowid = 46718";
Command "update T set F = null where rowid = 35241";
Command "update T set F = null where rowid = 16072";
Command "update T set F = null where rowid = 46232";
Command "update T set F = null where rowid = 36551";
Command "update T set F = null where rowid = 29427";
Command "update T set F = null where rowid = 54614";
Command "update T set F = null where rowid = 23356";
Command "update T set F = null where rowid = 9401";
Command "update T set F = null where rowid = 14149";
Command "update T set F = null where rowid = 44862";
Command "update T set F = null where rowid = 52938";
Command "update T set F = null where rowid = 24650";
Command "update T set F = null where rowid = 25036";
Command "update T set F = null where rowid = 46458";
Command "update T set F = null where rowid = 34070";
Command "update T set F = null where rowid = 29524";
Command "update T set F = null where rowid = 44056";
Command "update T set F = null where rowid = 27862";
Command "update T set F = null where rowid = 29436";
Command "update T set F = null where rowid = 16587";
Command "update T set F = null where rowid = 41635";
Command "update T set F = null where rowid = 53428";
Command "update T set F = null where rowid = 7686";
Command "update T set F = null where rowid = 27697";
Command "update T set F = null where rowid = 44073";
Command "update T set F = null where rowid = 33937";
Command "update T set F = null where rowid = 53347";
Command "update T set F = null where rowid = 7117";
Command "update T set F = null where rowid = 2120";
Command "update T set F = null where rowid = 54575";
Command "update T set F = null where rowid = 48894";
Command "update T set F = null where rowid = 17515";
Command "update T set F = null where rowid = 52483";
Command "update T set F = null where rowid = 4930";
Command "update T set F = null where rowid = 56161";
Command "update T set F = null where rowid = 16464";
Command "update T set F = null where rowid = 21858";
Command "update T set F = null where rowid = 36541";
Command "update T set F = null where rowid = 55023";
Command "update T set F = null where rowid = 28234";
Command "update T set F = null where rowid = 58834";
Command "update T set F = null where rowid = 10257";
Command "update T set F = null where rowid = 14080";
Command "update T set F = null where rowid = 59863";
Command "update T set F = null where rowid = 19619";
Command "update T set F = null where rowid = 57255";
Command "update T set F = null where rowid = 13258";
Command "update T set F = null where rowid = 24072";
Command "update T set F = null where rowid = 2077";
Command "update T set F = null where rowid = 645";
Command "update T set F = null where rowid = 39117";
Command "update T set F = null where rowid = 53869";
Command "update T set F = null where rowid = 42260";
Command "update T set F = null where rowid = 5106";
Command "update T set F = null where rowid = 48519";
Command "update T set F = null where rowid = 54882";
Command "update T set F = null where rowid = 30242";
Command "update T set F = null where rowid = 57747";
Command "update T set F = null where rowid = 40977";
Command "update T set F = null where rowid = 50397";
Command "update T set F = null where rowid = 32632";
Command "update T set F = null where rowid = 45483";
Command "update T set F = null where rowid = 51743";
Command "update T set F = null where rowid = 27434";
Command "update T set F = null where rowid = 18737";
Command "update T set F = null where rowid = 41544";
Command "update T set F = null where rowid = 2705";
Command "update T set F = null where rowid = 12964";
Command "update T set F = null where rowid = 17713";
Command "update T set F = null where rowid = 45816";
Command "update T set F = null where rowid = 18668";
Command "update T set F = null where rowid = 49994";
Command "update T set F = null where rowid = 51984";
Command "update T set F = null where rowid = 19489";
Command "update T set F = null where rowid = 60359";
Command "update T set F = null where rowid = 42242";
Command "update T set F = null where rowid = 1551";
Command "update T set F = null where rowid = 24707";
Command "update T set F = null where rowid = 32375";
Command "update T set F = null where rowid = 53305";
Command "update T set F = null where rowid = 46897";
Command "update T set F = null where rowid = 22342";
Command "update T set F = null where rowid = 40534";
Command "update T set F = null where rowid = 56129";
Command "update T set F = null where rowid = 54468";
Command "update T set F = null where rowid = 23242";
Command "update T set F = null where rowid = 10331";
Command "update T set F = null where rowid = 15777";
Command "update T set F = null where rowid = 29744";
Command "update T set F = null where rowid = 51505";
Command "update T set F = null where rowid = 2735";
Command "update T set F = null where rowid = 5267";
Command "update T set F = null where rowid = 60417";
Command "update T set F = null where rowid = 44887";
Command "update T set F = null where rowid = 21872";
Command "update T set F = null where rowid = 9627";
Command "update T set F = null where rowid = 36765";
Command "update T set F = null where rowid = 47880";
Command "update T set F = null where rowid = 27319";
Command "update T set F = null where rowid = 11094";
Command "update T set F = null where rowid = 19193";
Command "update T set F = null where rowid = 11432";
Command "update T set F = null where rowid = 54149";
Command "update T set F = null where rowid = 35612";
Command "update T set F = null where rowid = 44258";
Command "update T set F = null where rowid = 51852";
Command "update T set F = null where rowid = 17644";
Command "update T set F = null where rowid = 10028";
Command "update T set F = null where rowid = 810";
Command "update T set F = null where rowid = 11621";
Command "update T set F = null where rowid = 54072";
Command "update T set F = null where rowid = 402";
Command "update T set F = null where rowid = 47777";
Command "update T set F = null where rowid = 50924";
Command "update T set F = null where rowid = 2100";
Command "update T set F = null where rowid = 50645";
Command "update T set F = null where rowid = 15292";
Command "update T set F = null where rowid = 42444";
Command "update T set F = null where rowid = 10109";
Command "update T set F = null where rowid = 46630";
Command "update T set F = null where rowid = 35842";
Command "update T set F = null where rowid = 20884";
Command "update T set F = null where rowid = 10254";
Command "update T set F = null where rowid = 58182";
Command "update T set F = null where rowid = 948";
Command "update T set F = null where rowid = 16238";
Command "update T set F = null where rowid = 44770";
Command "update T set F = null where rowid = 4796";
Command "update T set F = null where rowid = 49302";
Command "update T set F = null where rowid = 1083";
Command "update T set F = null where rowid = 6528";
Command "update T set F = null where rowid = 15116";
Command "update T set F = null where rowid = 11541";
Command "update T set F = null where rowid = 1037";
Command "update T set F = null where rowid = 54806";
Command "update T set F = null where rowid = 13817";
Command "update T set F = null where rowid = 44041";
Command "update T set F = null where rowid = 14435";
Command "update T set F = null where rowid = 34839";
Command "update T set F = null where rowid = 32555";
Command "update T set F = null where rowid = 53725";
Command "update T set F = null where rowid = 60103";
Command "update T set F = null where rowid = 8334";
Command "update T set F = null where rowid = 16896";
Command "update T set F = null where rowid = 50880";
Command "update T set F = null where rowid = 28964";
Command "update T set F = null where rowid = 9885";
Command "update T set F = null where rowid = 55009";
Command "update T set F = null where rowid = 37546";
Command "update T set F = null where rowid = 37934";
Command "update T set F = null where rowid = 27706";
Command "update T set F = null where rowid = 54171";
Command "update T set F = null where rowid = 16524";
Command "update T set F = null where rowid = 4228";
Command "update T set F = null where rowid = 6520";
Command "update T set F = null where rowid = 8508";
Command "update T set F = null where rowid = 8958";
Command "update T set F = null where rowid = 3114";
Command "update T set F = null where rowid = 38429";
Command "update T set F = null where rowid = 47194";
Command "update T set F = null where rowid = 15169";
Command "update T set F = null where rowid = 14292";
Command "update T set F = null where rowid = 14196";
Command "update T set F = null where rowid = 35020";
Command "update T set F = null where rowid = 8726";
Command "update T set F = null where rowid = 30302";
Command "update T set F = null where rowid = 27230";
Command "update T set F = null where rowid = 53905";
Command "update T set F = null where rowid = 578";
Command "update T set F = null where rowid = 271";
Command "update T set F = null where rowid = 15017";
Command "update T set F = null where rowid = 18947";
Command "update T set F = null where rowid = 7249";
Command "update T set F = null where rowid = 56278";
Command "update T set F = null where rowid = 24170";
Command "update T set F = null where rowid = 956";
Command "update T set F = null where rowid = 47811";
Command "update T set F = null where rowid = 53558";
Command "update T set F = null where rowid = 27313";
Command "update T set F = null where rowid = 53830";
Command "update T set F = null where rowid = 17255";
Command "update T set F = null where rowid = 13503";
Command "update T set F = null where rowid = 41743";
Command "update T set F = null where rowid = 35621";
Command "update T set F = null where rowid = 38647";
Command "update T set F = null where rowid = 8434";
Command "update T set F = null where rowid = 22326";
Command "update T set F = null where rowid = 11411";
Command "update T set F = null where rowid = 17381";
Command "update T set F = null where rowid = 41815";
Command "update T set F = null where rowid = 49997";
Command "update T set F = null where rowid = 54063";
Command "update T set F = null where rowid = 47655";
Command "update T set F = null where rowid = 53383";
Command "update T set F = null where rowid = 20241";
Command "update T set F = null where rowid = 59552";
Command "update T set F = null where rowid = 9075";
Command "update T set F = null where rowid = 29570";
Command "update T set F = null where rowid = 52174";
Command "update T set F = null where rowid = 38384";
Command "update T set F = null where rowid = 39259";
Command "update T set F = null where rowid = 16606";
Command "update T set F = null where rowid = 47018";
Command "update T set F = null where rowid = 30157";
Command "update T set F = null where rowid = 36355";
Command "update T set F = null where rowid = 60350";
Command "update T set F = null where rowid = 9002";
Command "update T set F = null where rowid = 13625";
Command "update T set F = null where rowid = 61370";
Command "update T set F = null where rowid = 15019";
Command "update T set F = null where rowid = 9592";
Command "update T set F = null where rowid = 60299";
Command "update T set F = null where rowid = 38500";
Command "update T set F = null where rowid = 56369";
Command "update T set F = null where rowid = 35419";
Command "update T set F = null where rowid = 52742";
Command "update T set F = null where rowid = 44664";
Command "update T set F = null where rowid = 46887";
Command "update T set F = null where rowid = 14152";
Command "update T set F = null where rowid = 4123";
Command "update T set F = null where rowid = 20483";
Command "update T set F = null where rowid = 34392";
Command "update T set F = null where rowid = 25719";
Command "update T set F = null where rowid = 28383";
Command "update T set F = null where rowid = 23500";
Command "update T set F = null where rowid = 31730";
Command "update T set F = null where rowid = 26204";
Command "update T set F = null where rowid = 48649";
Command "update T set F = null where rowid = 42367";
Command "update T set F = null where rowid = 59115";
Command "update T set F = null where rowid = 38119";
Command "update T set F = null where rowid = 32785";
Command "update T set F = null where rowid = 26922";
Command "update T set F = null where rowid = 42794";
Command "update T set F = null where rowid = 15649";
Command "update T set F = null where rowid = 6500";
Command "update T set F = null where rowid = 51237";
Command "update T set F = null where rowid = 5819";
Command "update T set F = null where rowid = 3761";
Command "update T set F = null where rowid = 56429";
Command "update T set F = null where rowid = 50216";
Command "update T set F = null where rowid = 41158";
Command "update T set F = null where rowid = 29654";
Command "update T set F = null where rowid = 13667";
Command "update T set F = null where rowid = 31532";
Command "update T set F = null where rowid = 50289";
Command "update T set F = null where rowid = 38540";
Command "update T set F = null where rowid = 40842";
Command "update T set F = null where rowid = 38339";
Command "update T set F = null where rowid = 20597";
Command "update T set F = null where rowid = 51152";
Command "update T set F = null where rowid = 44171";
Command "update T set F = null where rowid = 28408";
Command "update T set F = null where rowid = 55832";
Command "update T set F = null where rowid = 60927";
Command "update T set F = null where rowid = 42264";
Command "update T set F = null where rowid = 57864";
Command "update T set F = null where rowid = 12519";
Command "update T set F = null where rowid = 31105";
Command "update T set F = null where rowid = 34618";
Command "update T set F = null where rowid = 4870";
Command "update T set F = null where rowid = 53451";
Command "update T set F = null where rowid = 60752";
Command "update T set F = null where rowid = 11262";
Command "update T set F = null where rowid = 26415";
Command "update T set F = null where rowid = 28317";
Command "update T set F = null where rowid = 3732";
Command "update T set F = null where rowid = 6514";
Command "update T set F = null where rowid = 26894";
Command "update T set F = null where rowid = 7741";
Command "update T set F = null where rowid = 15364";
Command "update T set F = null where rowid = 2527";
Command "update T set F = null where rowid = 38387";
Command "update T set F = null where rowid = 7475";
Command "update T set F = null where rowid = 57469";
Command "update T set F = null where rowid = 21902";
Command "update T set F = null where rowid = 52636";
Command "update T set F = null where rowid = 51243";
Command "update T set F = null where rowid = 2900";
Command "update T set F = null where rowid = 44325";
Command "update T set F = null where rowid = 31715";
Command "update T set F = null where rowid = 58915";
Command "update T set F = null where rowid = 48211";
Command "update T set F = null where rowid = 31789";
Command "update T set F = null where rowid = 43774";
Command "update T set F = null where rowid = 55754";
Command "update T set F = null where rowid = 49792";
Command "update T set F = null where rowid = 56735";
Command "update T set F = null where rowid = 4199";
Command "update T set F = null where rowid = 23279";
Command "update T set F = null where rowid = 4841";
Command "update T set F = null where rowid = 14592";
Command "update T set F = null where rowid = 32075";
Command "update T set F = null where rowid = 55592";
Command "update T set F = null where rowid = 56478";
Command "update T set F = null where rowid = 30201";
Command "update T set F = null where rowid = 25136";
Command "update T set F = null where rowid = 31816";
Command "update T set F = null where rowid = 23055";
Command "update T set F = null where rowid = 35046";
Command "update T set F = null where rowid = 16676";
Command "update T set F = null where rowid = 38503";
Command "update T set F = null where rowid = 26675";
Command "update T set F = null where rowid = 40537";
Command "update T set F = null where rowid = 35120";
Command "update T set F = null where rowid = 51151";
Command "update T set F = null where rowid = 3471";
Command "update T set F = null where rowid = 44411";
Command "update T set F = null where rowid = 52592";
Command "update T set F = null where rowid = 45613";
Command "update T set F = null where rowid = 51288";
Command "update T set F = null where rowid = 50458";
Command "update T set F = null where rowid = 33565";
Command "update T set F = null where rowid = 32706";
Command "update T set F = null where rowid = 56371";
Command "update T set F = null where rowid = 4502";
Command "update T set F = null where rowid = 42680";
Command "update T set F = null where rowid = 19945";
Command "update T set F = null where rowid = 42446";
Command "update T set F = null where rowid = 40543";
Command "update T set F = null where rowid = 6221";
Command "update T set F = null where rowid = 51902";
Command "update T set F = null where rowid = 15259";
Command "update T set F = null where rowid = 32348";
Command "update T set F = null where rowid = 40697";
Command "update T set F = null where rowid = 43211";
Command "update T set F = null where rowid = 36296";
Command "update T set F = null where rowid = 5084";
Command "update T set F = null where rowid = 30211";
Command "update T set F = null where rowid = 32114";
Command "update T set F = null where rowid = 13443";
Command "update T set F = null where rowid = 45880";
Command "update T set F = null where rowid = 53378";
Command "update T set F = null where rowid = 26860";
Command "update T set F = null where rowid = 16305";
Command "update T set F = null where rowid = 52980";
Command "update T set F = null where rowid = 45120";
Command "update T set F = null where rowid = 5728";
Command "update T set F = null where rowid = 22489";
Command "update T set F = null where rowid = 51011";
Command "update T set F = null where rowid = 33747";
Command "update T set F = null where rowid = 8675";
Command "update T set F = null where rowid = 51854";
Command "update T set F = null where rowid = 15578";
Command "update T set F = null where rowid = 60769";
Command "update T set F = null where rowid = 9571";
Command "update T set F = null where rowid = 45225";
Command "update T set F = null where rowid = 21348";
Command "update T set F = null where rowid = 33589";
Command "update T set F = null where rowid = 6575";
Command "update T set F = null where rowid = 35253";
Command "update T set F = null where rowid = 14374";
Command "update T set F = null where rowid = 693";
Command "update T set F = null where rowid = 8534";
Command "update T set F = null where rowid = 52537";
Command "update T set F = null where rowid = 21147";
Command "update T set F = null where rowid = 48657";
Command "update T set F = null where rowid = 35719";
Command "update T set F = null where rowid = 25740";
Command "update T set F = null where rowid = 10180";
Command "update T set F = null where rowid = 15959";
Command "update T set F = null where rowid = 29139";
Command "update T set F = null where rowid = 13770";
Command "update T set F = null where rowid = 44729";
Command "update T set F = null where rowid = 16427";
Command "update T set F = null where rowid = 27315";
Command "update T set F = null where rowid = 4557";
Command "update T set F = null where rowid = 60547";
Command "update T set F = null where rowid = 32821";
Command "update T set F = null where rowid = 31062";
Command "update T set F = null where rowid = 40597";
Command "update T set F = null where rowid = 41012";
Command "update T set F = null where rowid = 57970";
Command "update T set F = null where rowid = 23172";
Command "update T set F = null where rowid = 53306";
Command "update T set F = null where rowid = 21455";
Command "update T set F = null where rowid = 18723";
Command "update T set F = null where rowid = 24497";
Command "update T set F = null where rowid = 50525";
Command "update T set F = null where rowid = 52971";
Command "update T set F = null where rowid = 527";
Command "update T set F = null where rowid = 48392";
Command "update T set F = null where rowid = 36529";
Command "update T set F = null where rowid = 52845";
Command "update T set F = null where rowid = 42969";
Command "update T set F = null where rowid = 14075";
Command "update T set F = null where rowid = 21324";
Command "update T set F = null where rowid = 19949";
Command "update T set F = null where rowid = 56393";
Command "update T set F = null where rowid = 3334";
Command "update T set F = null where rowid = 33110";
Command "update T set F = null where rowid = 35590";
Command "update T set F = null where rowid = 2949";
Command "update T set F = null where rowid = 43454";
Command "update T set F = null where rowid = 51350";
Command "update T set F = null where rowid = 36539";
Command "update T set F = null where rowid = 5080";
Command "update T set F = null where rowid = 17347";
Command "update T set F = null where rowid = 42515";
Command "update T set F = null where rowid = 18234";
Command "update T set F = null where rowid = 6515";
Command "update T set F = null where rowid = 34511";
Command "update T set F = null where rowid = 51194";
Command "update T set F = null where rowid = 37322";
Command "update T set F = null where rowid = 14624";
Command "update T set F = null where rowid = 19361";
Command "update T set F = null where rowid = 59983";
Command "update T set F = null where rowid = 3574";
Command "update T set F = null where rowid = 36261";
Command "update T set F = null where rowid = 49175";
Command "update T set F = null where rowid = 36861";
Command "update T set F = null where rowid = 27469";
Command "update T set F = null where rowid = 29043";
Command "update T set F = null where rowid = 22938";
Command "update T set F = null where rowid = 16233";
Command "update T set F = null where rowid = 43705";
Command "update T set F = null where rowid = 54513";
Command "update T set F = null where rowid = 847";
Command "update T set F = null where rowid = 13296";
Command "update T set F = null where rowid = 282";
Command "update T set F = null where rowid = 5767";
Command "update T set F = null where rowid = 61071";
Command "update T set F = null where rowid = 23069";
Command "update T set F = null where rowid = 16925";
Command "update T set F = null where rowid = 20091";
Command "update T set F = null where rowid = 23346";
Command "update T set F = null where rowid = 55800";
Command "update T set F = null where rowid = 47728";
Command "update T set F = null where rowid = 22200";
Command "update T set F = null where rowid = 55137";
Command "update T set F = null where rowid = 39743";
Command "update T set F = null where rowid = 12786";
Command "update T set F = null where rowid = 18865";
Command "update T set F = null where rowid = 4429";
Command "update T set F = null where rowid = 33353";
Command "update T set F = null where rowid = 51263";
Command "update T set F = null where rowid = 49919";
Command "update T set F = null where rowid = 20303";
Command "update T set F = null where rowid = 35602";
Command "update T set F = null where rowid = 54732";
Command "update T set F = null where rowid = 6677";
Command "update T set F = null where rowid = 4016";
Command "update T set F = null where rowid = 8270";
Command "update T set F = null where rowid = 34253";
Command "update T set F = null where rowid = 9045";
Command "update T set F = null where rowid = 22366";
Command "update T set F = null where rowid = 49655";
Command "update T set F = null where rowid = 40801";
Command "update T set F = null where rowid = 37611";
Command "update T set F = null where rowid = 6275";
Command "update T set F = null where rowid = 50010";
Command "update T set F = null where rowid = 17406";
Command "update T set F = null where rowid = 19634";
Command "update T set F = null where rowid = 27126";
Command "update T set F = null where rowid = 16171";
Command "update T set F = null where rowid = 13510";
Command "update T set F = null where rowid = 30473";
Command "update T set F = null where rowid = 3920";
Command "update T set F = null where rowid = 38470";
Command "update T set F = null where rowid = 17050";
Command "update T set F = null where rowid = 24433";
Command "update T set F = null where rowid = 29875";
Command "update T set F = null where rowid = 14938";
Command "update T set F = null where rowid = 14051";
Command "update T set F = null where rowid = 11854";
Command "update T set F = null where rowid = 25310";
Command "update T set F = null where rowid = 29617";
Command "update T set F = null where rowid = 29759";
Command "update T set F = null where rowid = 14274";
Command "update T set F = null where rowid = 33902";
Command "update T set F = null where rowid = 55457";
Command "update T set F = null where rowid = 6606";
Command "update T set F = null where rowid = 24594";
Command "update T set F = null where rowid = 10678";
Command "update T set F = null where rowid = 58289";
Command "update T set F = null where rowid = 40443";
Command "update T set F = null where rowid = 33637";
Command "update T set F = null where rowid = 34383";
Command "update T set F = null where rowid = 32229";
Command "update T set F = null where rowid = 44591";
Command "update T set F = null where rowid = 52013";
Command "update T set F = null where rowid = 18965";
Command "update T set F = null where rowid = 14972";
Command "update T set F = null where rowid = 5595";
Command "update T set F = null where rowid = 22482";
Command "update T set F = null where rowid = 57038";
Command "update T set F = null where rowid = 37128";
Command "update T set F = null where rowid = 15887";
Command "update T set F = null where rowid = 157";
Command "update T set F = null where rowid = 47744";
Command "update T set F = null where rowid = 4491";
Command "update T set F = null where rowid = 2261";
Command "update T set F = null where rowid = 5229";
Command "update T set F = null where rowid = 34770";
Command "update T set F = null where rowid = 33863";
Command "update T set F = null where rowid = 59532";
Command "update T set F = null where rowid = 10441";
Command "update T set F = null where rowid = 46425";
Command "update T set F = null where rowid = 22248";
Command "update T set F = null where rowid = 6322";
Command "update T set F = null where rowid = 22398";
Command "update T set F = null where rowid = 15360";
Command "update T set F = null where rowid = 60200";
Command "update T set F = null where rowid = 38344";
Command "update T set F = null where rowid = 11720";
Command "update T set F = null where rowid = 21678";
Command "update T set F = null where rowid = 31008";
Command "update T set F = null where rowid = 26122";
Command "update T set F = null where rowid = 561";
Command "update T set F = null where rowid = 20743";
Command "update T set F = null where rowid = 57392";
Command "update T set F = null where rowid = 21464";
Command "update T set F = null where rowid = 59259";
Command "update T set F = null where rowid = 17556";
Command "update T set F = null where rowid = 13368";
Command "update T set F = null where rowid = 15322";
Command "update T set F = null where rowid = 57246";
Command "update T set F = null where rowid = 9882";
Command "update T set F = null where rowid = 31333";
Command "update T set F = null where rowid = 31497";
Command "update T set F = null where rowid = 51718";
Command "update T set F = null where rowid = 21054";
Command "update T set F = null where rowid = 49397";
Command "update T set F = null where rowid = 34076";
Command "update T set F = null where rowid = 27043";
Command "update T set F = null where rowid = 4572";
Command "update T set F = null where rowid = 29365";
Command "update T set F = null where rowid = 17623";
Command "update T set F = null where rowid = 24030";
Command "update T set F = null where rowid = 9059";
Command "update T set F = null where rowid = 44397";
Command "update T set F = null where rowid = 10406";
Command "update T set F = null where rowid = 13669";
Command "update T set F = null where rowid = 44604";
Command "update T set F = null where rowid = 53005";
Command "update T set F = null where rowid = 12942";
Command "update T set F = null where rowid = 42765";
Command "update T set F = null where rowid = 18859";
Command "update T set F = null where rowid = 44179";
Command "update T set F = null where rowid = 30879";
Command "update T set F = null where rowid = 37583";
Command "update T set F = null where rowid = 38078";
Command "update T set F = null where rowid = 35920";
Command "update T set F = null where rowid = 13873";
Command "update T set F = null where rowid = 46391";
Command "update T set F = null where rowid = 48111";
Command "update T set F = null where rowid = 38705";
Command "update T set F = null where rowid = 59493";
Command "update T set F = null where rowid = 21044";
Command "update T set F = null where rowid = 1993";
Command "update T set F = null where rowid = 21964";
Command "update T set F = null where rowid = 355";
Command "update T set F = null where rowid = 6349";
Command "update T set F = null where rowid = 26289";
Command "update T set F = null where rowid = 7494";
Command "update T set F = null where rowid = 56101";
Command "update T set F = null where rowid = 56427";
Command "update T set F = null where rowid = 42114";
Command "update T set F = null where rowid = 11524";
Command "update T set F = null where rowid = 31236";
Command "update T set F = null where rowid = 49613";
Command "update T set F = null where rowid = 35447";
Command "update T set F = null where rowid = 17425";
Command "update T set F = null where rowid = 10155";
Command "update T set F = null where rowid = 39572";
Command "update T set F = null where rowid = 10743";
Command "update T set F = null where rowid = 57544";
Command "update T set F = null where rowid = 21526";
Command "update T set F = null where rowid = 19440";
Command "update T set F = null where rowid = 50632";
Command "update T set F = null where rowid = 47814";
Command "update T set F = null where rowid = 21648";
Command "update T set F = null where rowid = 50605";
Command "update T set F = null where rowid = 36554";
Command "update T set F = null where rowid = 4766";
Command "update T set F = null where rowid = 7361";
Command "update T set F = null where rowid = 30493";
Command "update T set F = null where rowid = 16459";
Command "update T set F = null where rowid = 47485";
Command "update T set F = null where rowid = 36317";
Command "update T set F = null where rowid = 44615";
Command "update T set F = null where rowid = 41288";
Command "update T set F = null where rowid = 8481";
Command "update T set F = null where rowid = 17024";
Command "update T set F = null where rowid = 48419";
Command "update T set F = null where rowid = 23546";
Command "update T set F = null where rowid = 6273";
Command "update T set F = null where rowid = 52919";
Command "update T set F = null where rowid = 37515";
Command "update T set F = null where rowid = 44217";
Command "update T set F = null where rowid = 2035";
Command "update T set F = null where rowid = 10457";
Command "update T set F = null where rowid = 29786";
Command "update T set F = null where rowid = 32534";
Command "update T set F = null where rowid = 7637";
Command "update T set F = null where rowid = 29650";
Command "update T set F = null where rowid = 44984";
Command "update T set F = null where rowid = 4313";
Command "update T set F = null where rowid = 20298";
Command "update T set F = null where rowid = 17585";
Command "update T set F = null where rowid = 51801";
Command "update T set F = null where rowid = 59690";
Command "update T set F = null where rowid = 12352";
Command "update T set F = null where rowid = 53896";
Command "update T set F = null where rowid = 52456";
Command "update T set F = null where rowid = 14244";
Command "update T set F = null where rowid = 42033";
Command "update T set F = null where rowid = 57584";
Command "update T set F = null where rowid = 56571";
Command "update T set F = null where rowid = 46908";
Command "update T set F = null where rowid = 2475";
Command "update T set F = null where rowid = 817";
Command "update T set F = null where rowid = 12288";
Command "update T set F = null where rowid = 49916";
Command "update T set F = null where rowid = 47024";
Command "update T set F = null where rowid = 44338";
Command "update T set F = null where rowid = 4362";
Command "update T set F = null where rowid = 15692";
Command "update T set F = null where rowid = 14629";
Command "update T set F = null where rowid = 58813";
Command "update T set F = null where rowid = 2550";
Command "update T set F = null where rowid = 16455";
Command "update T set F = null where rowid = 30448";
Command "update T set F = null where rowid = 45829";
Command "update T set F = null where rowid = 3561";
Command "update T set F = null where rowid = 26600";
Command "update T set F = null where rowid = 44252";
Command "update T set F = null where rowid = 12353";
Command "update T set F = null where rowid = 21195";
Command "update T set F = null where rowid = 43077";
Command "update T set F = null where rowid = 46013";
Command "update T set F = null where rowid = 21592";
Command "update T set F = null where rowid = 52";
Command "update T set F = null where rowid = 18235";
Command "update T set F = null where rowid = 31290";
Command "update T set F = null where rowid = 8750";
Command "update T set F = null where rowid = 35328";
Command "update T set F = null where rowid = 36637";
Command "update T set F = null where rowid = 10352";
Command "update T set F = null where rowid = 903";
Command "update T set F = null where rowid = 57820";
Command "update T set F = null where rowid = 843";
Command "update T set F = null where rowid = 13983";
Command "update T set F = null where rowid = 8928";
Command "update T set F = null where rowid = 16249";
Command "update T set F = null where rowid = 47605";
Command "update T set F = null where rowid = 23223";
Command "update T set F = null where rowid = 41042";
Command "update T set F = null where rowid = 41121";
Command "update T set F = null where rowid = 48420";
Command "update T set F = null where rowid = 670";
Command "update T set F = null where rowid = 1345";
Command "update T set F = null where rowid = 41727";
Command "update T set F = null where rowid = 23471";
Command "update T set F = null where rowid = 52421";
Command "update T set F = null where rowid = 12926";
Command "update T set F = null where rowid = 31985";
Command "update T set F = null where rowid = 34871";
Command "update T set F = null where rowid = 31750";
Command "update T set F = null where rowid = 22184";
Command "update T set F = null where rowid = 22430";
Command "update T set F = null where rowid = 54182";
Command "update T set F = null where rowid = 18998";
Command "update T set F = null where rowid = 1045";
Command "update T set F = null where rowid = 32180";
Command "update T set F = null where rowid = 9988";
Command "update T set F = null where rowid = 50322";
Command "update T set F = null where rowid = 23376";
Command "update T set F = null where rowid = 55174";
Command "update T set F = null where rowid = 15616";
Command "update T set F = null where rowid = 39854";
Command "update T set F = null where rowid = 47752";
Command "update T set F = null where rowid = 14581";
Command "update T set F = null where rowid = 22558";
Command "update T set F = null where rowid = 14170";
Command "update T set F = null where rowid = 27937";
Command "update T set F = null where rowid = 8475";
Command "update T set F = null where rowid = 5592";
Command "update T set F = null where rowid = 58701";
Command "update T set F = null where rowid = 14505";
Command "update T set F = null where rowid = 4934";
Command "update T set F = null where rowid = 13270";
Command "update T set F = null where rowid = 32176";
Command "update T set F = null where rowid = 7245";
Command "update T set F = null where rowid = 19985";
Command "update T set F = null where rowid = 39684";
Command "update T set F = null where rowid = 12720";
Command "update T set F = null where rowid = 1777";
Command "update T set F = null where rowid = 51968";
Command "update T set F = null where rowid = 44846";
Command "update T set F = null where rowid = 12605";
Command "update T set F = null where rowid = 59251";
Command "update T set F = null where rowid = 17678";
Command "update T set F = null where rowid = 12527";
Command "update T set F = null where rowid = 28541";
Command "update T set F = null where rowid = 39262";
Command "update T set F = null where rowid = 37233";
Command "update T set F = null where rowid = 39841";
Command "update T set F = null where rowid = 25552";
Command "update T set F = null where rowid = 57991";
Command "update T set F = null where rowid = 27289";
Command "update T set F = null where rowid = 4316";
Command "update T set F = null where rowid = 28198";
Command "update T set F = null where rowid = 3671";
Command "update T set F = null where rowid = 46851";
Command "update T set F = null where rowid = 5841";
Command "update T set F = null where rowid = 9580";
Command "update T set F = null where rowid = 9908";
Command "update T set F = null where rowid = 19529";
Command "update T set F = null where rowid = 28938";
Command "update T set F = null where rowid = 106";
Command "update T set F = null where rowid = 8735";
Command "update T set F = null where rowid = 17393";
Command "update T set F = null where rowid = 25970";
Command "update T set F = null where rowid = 16561";
Command "update T set F = null where rowid = 35896";
Command "update T set F = null where rowid = 48816";
Command "update T set F = null where rowid = 43323";
Command "update T set F = null where rowid = 16271";
Command "update T set F = null where rowid = 55317";
Command "update T set F = null where rowid = 55831";
Command "update T set F = null where rowid = 55416";
Command "update T set F = null where rowid = 40582";
Command "update T set F = null where rowid = 695";
Command "update T set F = null where rowid = 40000";
Command "update T set F = null where rowid = 8538";
Command "update T set F = null where rowid = 29930";
Command "update T set F = null where rowid = 60899";
Command "update T set F = null where rowid = 34213";
Command "update T set F = null where rowid = 50989";
Command "update T set F = null where rowid = 57553";
Command "update T set F = null where rowid = 30167";
Command "update T set F = null where rowid = 5416";
Command "update T set F = null where rowid = 11914";
Command "update T set F = null where rowid = 11545";
Command "update T set F = null where rowid = 18917";
Command "update T set F = null where rowid = 1167";
Command "update T set F = null where rowid = 40238";
Command "update T set F = null where rowid = 27898";
Command "update T set F = null where rowid = 18033";
Command "update T set F = null where rowid = 23921";
Command "update T set F = null where rowid = 42318";
Command "update T set F = null where rowid = 61083";
Command "update T set F = null where rowid = 31510";
Command "update T set F = null where rowid = 47789";
Command "update T set F = null where rowid = 53879";
Command "update T set F = null where rowid = 33786";
Command "update T set F = null where rowid = 21934";
Command "update T set F = null where rowid = 45592";
Command "update T set F = null where rowid = 43737";
Command "update T set F = null where rowid = 1273";
Command "update T set F = null where rowid = 30911";
Command "update T set F = null where rowid = 3069";
Command "update T set F = null where rowid = 35716";
Command "update T set F = null where rowid = 49069";
Command "update T set F = null where rowid = 55692";
Command "update T set F = null where rowid = 12314";
Command "update T set F = null where rowid = 35414";
Command "update T set F = null where rowid = 4057";
Command "update T set F = null where rowid = 55422";
Command "update T set F = null where rowid = 52635";
Command "update T set F = null where rowid = 20124";
Command "update T set F = null where rowid = 1144";
Command "update T set F = null where rowid = 49418";
Command "update T set F = null where rowid = 4425";
Command "update T set F = null where rowid = 48753";
Command "update T set F = null where rowid = 22999";
Command "update T set F = null where rowid = 53066";
Command "update T set F = null where rowid = 13020";
Command "update T set F = null where rowid = 57773";
Command "update T set F = null where rowid = 11210";
Command "update T set F = null where rowid = 46815";
Command "update T set F = null where rowid = 40162";
Command "update T set F = null where rowid = 53000";
Command "update T set F = null where rowid = 45334";
Command "update T set F = null where rowid = 39512";
Command "update T set F = null where rowid = 27409";
Command "update T set F = null where rowid = 16716";
Command "update T set F = null where rowid = 24306";
Command "update T set F = null where rowid = 47253";
Command "update T set F = null where rowid = 9070";
Command "update T set F = null where rowid = 18192";
Command "update T set F = null where rowid = 12214";
Command "update T set F = null where rowid = 17500";
Command "update T set F = null where rowid = 42466";
Command "update T set F = null where rowid = 56336";
Command "update T set F = null where rowid = 24912";
Command "update T set F = null where rowid = 14145";
Command "update T set F = null where rowid = 14898";
Command "update T set F = null where rowid = 43344";
Command "update T set F = null where rowid = 20151";
Command "update T set F = null where rowid = 41873";
Command "update T set F = null where rowid = 61229";
Command "update T set F = null where rowid = 59920";
Command "update T set F = null where rowid = 14484";
Command "update T set F = null where rowid = 20833";
Command "update T set F = null where rowid = 60351";
Command "update T set F = null where rowid = 23337";
Command "update T set F = null where rowid = 1800";
Command "update T set F = null where rowid = 49897";
Command "update T set F = null where rowid = 22356";
Command "update T set F = null where rowid = 36579";
Command "update T set F = null where rowid = 39716";
Command "update T set F = null where rowid = 32594";
Command "update T set F = null where rowid = 17957";
Command "update T set F = null where rowid = 27940";
Command "update T set F = null where rowid = 6616";
Command "update T set F = null where rowid = 27209";
Command "update T set F = null where rowid = 43262";
Command "update T set F = null where rowid = 23832";
Command "update T set F = null where rowid = 34377";
Command "update T set F = null where rowid = 4267";
Command "update T set F = null where rowid = 52071";
Command "update T set F = null where rowid = 6179";
Command "update T set F = null where rowid = 58637";
Command "update T set F = null where rowid = 61364";
Command "update T set F = null where rowid = 32604";
Command "update T set F = null where rowid = 56493";
Command "update T set F = null where rowid = 20115";
Command "update T set F = null where rowid = 21569";
Command "update T set F = null where rowid = 52204";
Command "update T set F = null where rowid = 46442";
Command "update T set F = null where rowid = 28002";
Command "update T set F = null where rowid = 39644";
Command "update T set F = null where rowid = 57619";
Command "update T set F = null where rowid = 47197";
Command "update T set F = null where rowid = 56717";
Command "update T set F = null where rowid = 22742";
Command "update T set F = null where rowid = 35389";
Command "update T set F = null where rowid = 42564";
Command "update T set F = null where rowid = 2144";
Command "update T set F = null where rowid = 6345";
Command "update T set F = null where rowid = 13784";
Command "update T set F = null where rowid = 36553";
Command "update T set F = null where rowid = 25075";
Command "update T set F = null where rowid = 2999";
Command "update T set F = null where rowid = 52512";
Command "update T set F = null where rowid = 40095";
Command "update T set F = null where rowid = 16446";
Command "update T set F = null where rowid = 7382";
Command "update T set F = null where rowid = 15862";
Command "update T set F = null where rowid = 42962";
Command "update T set F = null where rowid = 56497";
Command "update T set F = null where rowid = 598";
Command "update T set F = null where rowid = 37190";
Command "update T set F = null where rowid = 6522";
Command "update T set F = null where rowid = 1557";
Command "update T set F = null where rowid = 59990";
Command "update T set F = null where rowid = 55625";
Command "update T set F = null where rowid = 39932";
Command "update T set F = null where rowid = 2810";
Command "update T set F = null where rowid = 14810";
Command "update T set F = null where rowid = 2298";
Command "update T set F = null where rowid = 42532";
Command "update T set F = null where rowid = 1265";
Command "update T set F = null where rowid = 14919";
Command "update T set F = null where rowid = 56633";
Command "update T set F = null where rowid = 38369";
Command "update T set F = null where rowid = 61363";
Command "update T set F = null where rowid = 54910";
Command "update T set F = null where rowid = 23148";
Command "update T set F = null where rowid = 37167";
Command "update T set F = null where rowid = 52508";
Command "update T set F = null where rowid = 16208";
Command "update T set F = null where rowid = 56741";
Command "update T set F = null where rowid = 39623";
Command "update T set F = null where rowid = 45269";
Command "update T set F = null where rowid = 25052";
Command "update T set F = null where rowid = 40318";
Command "update T set F = null where rowid = 4793";
Command "update T set F = null where rowid = 48746";
Command "update T set F = null where rowid = 48630";
Command "update T set F = null where rowid = 2284";
Command "update T set F = null where rowid = 21922";
Command "update T set F = null where rowid = 14998";
Command "update T set F = null where rowid = 56373";
Command "update T set F = null where rowid = 15393";
Command "update T set F = null where rowid = 49766";
Command "update T set F = null where rowid = 48568";
Command "update T set F = null where rowid = 45035";
Command "update T set F = null where rowid = 59732";
Command "update T set F = null where rowid = 2686";
Command "update T set F = null where rowid = 47187";
Command "update T set F = null where rowid = 38197";
Command "update T set F = null where rowid = 14264";
Command "update T set F = null where rowid = 41161";
Command "update T set F = null where rowid = 49804";
Command "update T set F = null where rowid = 41977";
Command "update T set F = null where rowid = 39109";
Command "update T set F = null where rowid = 43313";
Command "update T set F = null where rowid = 20284";
Command "update T set F = null where rowid = 28503";
Command "update T set F = null where rowid = 13975";
Command "update T set F = null where rowid = 42557";
Command "update T set F = null where rowid = 15968";
Command "update T set F = null where rowid = 30833";
Command "update T set F = null where rowid = 22733";
Command "update T set F = null where rowid = 43360";
Command "update T set F = null where rowid = 18422";
Command "update T set F = null where rowid = 50097";
Command "update T set F = null where rowid = 3727";
Command "update T set F = null where rowid = 23807";
Command "update T set F = null where rowid = 40595";
Command "update T set F = null where rowid = 965";
Command "update T set F = null where rowid = 15151";
Command "update T set F = null where rowid = 4907";
Command "update T set F = null where rowid = 30748";
Command "update T set F = null where rowid = 59434";
Command "update T set F = null where rowid = 22426";
Command "update T set F = null where rowid = 61407";
Command "update T set F = null where rowid = 11517";
Command "update T set F = null where rowid = 20026";
Command "update T set F = null where rowid = 12831";
Command "update T set F = null where rowid = 40180";
Command "update T set F = null where rowid = 31602";
Command "update T set F = null where rowid = 37009";
Command "update T set F = null where rowid = 7610";
Command "update T set F = null where rowid = 7881";
Command "update T set F = null where rowid = 20404";
Command "update T set F = null where rowid = 29086";
Command "update T set F = null where rowid = 41677";
Command "update T set F = null where rowid = 36126";
Command "update T set F = null where rowid = 7292";
Command "update T set F = null where rowid = 47863";
Command "update T set F = null where rowid = 14931";
Command "update T set F = null where rowid = 15352";
Command "update T set F = null where rowid = 21522";
Command "update T set F = null where rowid = 35370";
Command "update T set F = null where rowid = 44900";
Command "update T set F = null where rowid = 49161";
Command "update T set F = null where rowid = 44146";
Command "update T set F = null where rowid = 14135";
Command "update T set F = null where rowid = 9148";
Command "update T set F = null where rowid = 36760";
Command "update T set F = null where rowid = 20074";
Command "update T set F = null where rowid = 12230";
Command "update T set F = null where rowid = 46132";
Command "update T set F = null where rowid = 15831";
Command "update T set F = null where rowid = 41871";
Command "update T set F = null where rowid = 3457";
Command "update T set F = null where rowid = 34072";
Command "update T set F = null where rowid = 37822";
Command "update T set F = null where rowid = 26187";
Command "update T set F = null where rowid = 6851";
Command "update T set F = null where rowid = 21937";
Command "update T set F = null where rowid = 29483";
Command "update T set F = null where rowid = 10207";
Command "update T set F = null where rowid = 59696";
Command "update T set F = null where rowid = 50144";
Command "update T set F = null where rowid = 22855";
Command "update T set F = null where rowid = 25148";
Command "update T set F = null where rowid = 26458";
Command "update T set F = null where rowid = 45992";
Command "update T set F = null where rowid = 16247";
Command "update T set F = null where rowid = 14162";
Command "update T set F = null where rowid = 57888";
Command "update T set F = null where rowid = 26197";
Command "update T set F = null where rowid = 11280";
Command "update T set F = null where rowid = 762";
Command "update T set F = null where rowid = 43563";
Command "update T set F = null where rowid = 4065";
Command "update T set F = null where rowid = 10704";
Command "update T set F = null where rowid = 61454";
Command "update T set F = null where rowid = 19062";
Command "update T set F = null where rowid = 15812";
Command "update T set F = null where rowid = 50123";
Command "update T set F = null where rowid = 60600";
Command "update T set F = null where rowid = 37898";
Command "update T set F = null where rowid = 53863";
Command "update T set F = null where rowid = 46005";
Command "update T set F = null where rowid = 11796";
Command "update T set F = null where rowid = 60435";
Command "update T set F = null where rowid = 52671";
Command "update T set F = null where rowid = 52274";
Command "update T set F = null where rowid = 31845";
Command "update T set F = null where rowid = 32341";
Command "update T set F = null where rowid = 51520";
Command "update T set F = null where rowid = 61487";
Command "update T set F = null where rowid = 31089";
Command "update T set F = null where rowid = 48683";
Command "update T set F = null where rowid = 19693";
Command "update T set F = null where rowid = 53973";
Command "update T set F = null where rowid = 26856";
Command "update T set F = null where rowid = 28207";
Command "update T set F = null where rowid = 42902";
Command "update T set F = null where rowid = 17489";
Command "update T set F = null where rowid = 23338";
Command "update T set F = null where rowid = 7136";
Command "update T set F = null where rowid = 688";
Command "update T set F = null where rowid = 42625";
Command "update T set F = null where rowid = 51522";
Command "update T set F = null where rowid = 24796";
Command "update T set F = null where rowid = 57025";
Command "update T set F = null where rowid = 47542";
Command "update T set F = null where rowid = 28660";
Command "update T set F = null where rowid = 47109";
Command "update T set F = null where rowid = 55655";
Command "update T set F = null where rowid = 23272";
Command "update T set F = null where rowid = 61109";
Command "update T set F = null where rowid = 18468";
Command "update T set F = null where rowid = 34966";
Command "update T set F = null where rowid = 25107";
Command "update T set F = null where rowid = 4875";
Command "update T set F = null where rowid = 18528";
Command "update T set F = null where rowid = 54287";
Command "update T set F = null where rowid = 9892";
Command "update T set F = null where rowid = 26830";
Command "update T set F = null where rowid = 24908";
Command "update T set F = null where rowid = 47888";
Command "update T set F = null where rowid = 52420";
Command "update T set F = null where rowid = 17529";
Command "update T set F = null where rowid = 7949";
Command "update T set F = null where rowid = 4207";
Command "update T set F = null where rowid = 55718";
Command "update T set F = null where rowid = 22308";
Command "update T set F = null where rowid = 37755";
Command "update T set F = null where rowid = 20138";
Command "update T set F = null where rowid = 23593";
Command "update T set F = null where rowid = 57022";
Command "update T set F = null where rowid = 47621";
Command "update T set F = null where rowid = 3489";
Command "update T set F = null where rowid = 14001";
Command "update T set F = null where rowid = 38707";
Command "update T set F = null where rowid = 162";
Command "update T set F = null where rowid = 13561";
Command "update T set F = null where rowid = 9041";
Command "update T set F = null where rowid = 53109";
Command "update T set F = null where rowid = 25877";
Command "update T set F = null where rowid = 20387";
Command "update T set F = null where rowid = 3571";
Command "update T set F = null where rowid = 33386";
Command "update T set F = null where rowid = 20442";
Command "update T set F = null where rowid = 26302";
Command "update T set F = null where rowid = 6200";
Command "update T set F = null where rowid = 53750";
Command "update T set F = null where rowid = 49047";
Command "update T set F = null where rowid = 28804";
Command "update T set F = null where rowid = 5764";
Command "update T set F = null where rowid = 55460";
Command "update T set F = null where rowid = 24467";
Command "update T set F = null where rowid = 33560";
Command "update T set F = null where rowid = 6597";
Command "update T set F = null where rowid = 23911";
Command "update T set F = null where rowid = 22643";
Command "update T set F = null where rowid = 54869";
Command "update T set F = null where rowid = 21918";
Command "update T set F = null where rowid = 46744";
Command "update T set F = null where rowid = 38338";
Command "update T set F = null where rowid = 55714";
Command "update T set F = null where rowid = 5481";
Command "update T set F = null where rowid = 54395";
Command "update T set F = null where rowid = 42547";
Command "update T set F = null where rowid = 18056";
Command "update T set F = null where rowid = 44348";
Command "update T set F = null where rowid = 56805";
Command "update T set F = null where rowid = 423";
Command "update T set F = null where rowid = 9719";
Command "update T set F = null where rowid = 46192";
Command "update T set F = null where rowid = 21485";
Command "update T set F = null where rowid = 44016";
Command "update T set F = null where rowid = 58581";
Command "update T set F = null where rowid = 42830";
Command "update T set F = null where rowid = 58058";
Command "update T set F = null where rowid = 61014";
Command "update T set F = null where rowid = 19858";
Command "update T set F = null where rowid = 45480";
Command "update T set F = null where rowid = 44514";
Command "update T set F = null where rowid = 9011";
Command "update T set F = null where rowid = 25851";
Command "update T set F = null where rowid = 53547";
Command "update T set F = null where rowid = 46550";
Command "update T set F = null where rowid = 13519";
Command "update T set F = null where rowid = 47965";
Command "update T set F = null where rowid = 39774";
Command "update T set F = null where rowid = 50291";
Command "update T set F = null where rowid = 59604";
Command "update T set F = null where rowid = 15929";
Command "update T set F = null where rowid = 15544";
Command "update T set F = null where rowid = 43547";
Command "update T set F = null where rowid = 23850";
Command "update T set F = null where rowid = 42380";
Command "update T set F = null where rowid = 15775";
Command "update T set F = null where rowid = 9518";
Command "update T set F = null where rowid = 40399";
Command "update T set F = null where rowid = 11555";
Command "update T set F = null where rowid = 33695";
Command "update T set F = null where rowid = 22636";
Command "update T set F = null where rowid = 27308";
Command "update T set F = null where rowid = 55192";
Command "update T set F = null where rowid = 23019";
Command "update T set F = null where rowid = 20438";
Command "update T set F = null where rowid = 60664";
Command "update T set F = null where rowid = 45405";
Command "update T set F = null where rowid = 54130";
Command "update T set F = null where rowid = 21222";
Command "update T set F = null where rowid = 35598";
Command "update T set F = null where rowid = 12072";
Command "update T set F = null where rowid = 19828";
Command "update T set F = null where rowid = 29760";
Command "update T set F = null where rowid = 23039";
Command "update T set F = null where rowid = 40085";
Command "update T set F = null where rowid = 40963";
Command "update T set F = null where rowid = 43603";
Command "update T set F = null where rowid = 25855";
Command "update T set F = null where rowid = 715";
Command "update T set F = null where rowid = 10893";
Command "update T set F = null where rowid = 8046";
Command "update T set F = null where rowid = 12846";
Command "update T set F = null where rowid = 24846";
Command "update T set F = null where rowid = 39310";
Command "update T set F = null where rowid = 44227";
Command "update T set F = null where rowid = 31174";
Command "update T set F = null where rowid = 49744";
Command "update T set F = null where rowid = 52137";
Command "update T set F = null where rowid = 17351";
Command "update T set F = null where rowid = 52144";
Command "update T set F = null where rowid = 11625";
Command "update T set F = null where rowid = 58286";
Command "update T set F = null where rowid = 48093";
Command "update T set F = null where rowid = 37032";
Command "update T set F = null where rowid = 9812";
Command "update T set F = null where rowid = 59343";
Command "update T set F = null where rowid = 35348";
Command "update T set F = null where rowid = 681";
Command "update T set F = null where rowid = 45828";
Command "update T set F = null where rowid = 44180";
Command "update T set F = null where rowid = 52300";
Command "update T set F = null where rowid = 54062";
Command "update T set F = null where rowid = 55105";
Command "update T set F = null where rowid = 19965";
Command "update T set F = null where rowid = 3672";
Command "update T set F = null where rowid = 4864";
Command "update T set F = null where rowid = 23659";
Command "update T set F = null where rowid = 32746";
Command "update T set F = null where rowid = 50075";
Command "update T set F = null where rowid = 18881";
Command "update T set F = null where rowid = 23386";
Command "update T set F = null where rowid = 36855";
Command "update T set F = null where rowid = 27158";
Command "update T set F = null where rowid = 12389";
Command "update T set F = null where rowid = 50077";
Command "update T set F = null where rowid = 39107";
Command "update T set F = null where rowid = 9648";
Command "update T set F = null where rowid = 37292";
Command "update T set F = null where rowid = 27068";
Command "update T set F = null where rowid = 34367";
Command "update T set F = null where rowid = 14554";
Command "update T set F = null where rowid = 233";
Command "update T set F = null where rowid = 11521";
Command "update T set F = null where rowid = 19112";
Command "update T set F = null where rowid = 33769";
Command "update T set F = null where rowid = 14031";
Command "update T set F = null where rowid = 55129";
Command "update T set F = null where rowid = 41542";
Command "update T set F = null where rowid = 34930";
Command "update T set F = null where rowid = 15289";
Command "update T set F = null where rowid = 5455";
Command "update T set F = null where rowid = 3957";
Command "update T set F = null where rowid = 44628";
Command "update T set F = null where rowid = 8599";
Command "update T set F = null where rowid = 4440";
Command "update T set F = null where rowid = 53950";
Command "update T set F = null where rowid = 39035";
Command "update T set F = null where rowid = 49740";
Command "update T set F = null where rowid = 14060";
Command "update T set F = null where rowid = 14761";
Command "update T set F = null where rowid = 51065";
Command "update T set F = null where rowid = 24342";
Command "update T set F = null where rowid = 23805";
Command "update T set F = null where rowid = 5994";
Command "update T set F = null where rowid = 2741";
Command "update T set F = null where rowid = 61293";
Command "update T set F = null where rowid = 29831";
Command "update T set F = null where rowid = 56658";
Command "update T set F = null where rowid = 15963";
Command "update T set F = null where rowid = 43670";
Command "update T set F = null where rowid = 58765";
Command "update T set F = null where rowid = 51317";
Command "update T set F = null where rowid = 15325";
Command "update T set F = null where rowid = 3601";
Command "update T set F = null where rowid = 19076";
Command "update T set F = null where rowid = 11377";
Command "update T set F = null where rowid = 20770";
Command "update T set F = null where rowid = 39479";
Command "update T set F = null where rowid = 50360";
Command "update T set F = null where rowid = 11876";
Command "update T set F = null where rowid = 50682";
Command "update T set F = null where rowid = 39378";
Command "update T set F = null where rowid = 32292";
Command "update T set F = null where rowid = 28411";
Command "update T set F = null where rowid = 16278";
Command "update T set F = null where rowid = 57428";
Command "update T set F = null where rowid = 21856";
Command "update T set F = null where rowid = 18125";
Command "update T set F = null where rowid = 17352";
Command "update T set F = null where rowid = 57832";
Command "update T set F = null where rowid = 36963";
Command "update T set F = null where rowid = 22592";
Command "update T set F = null where rowid = 52787";
Command "update T set F = null where rowid = 41174";
Command "update T set F = null where rowid = 53682";
Command "update T set F = null where rowid = 12098";
Command "update T set F = null where rowid = 15016";
Command "update T set F = null where rowid = 23888";
Command "update T set F = null where rowid = 44141";
Command "update T set F = null where rowid = 19104";
Command "update T set F = null where rowid = 31335";
Command "update T set F = null where rowid = 31234";
Command "update T set F = null where rowid = 54343";
Command "update T set F = null where rowid = 28052";
Command "update T set F = null where rowid = 53190";
Command "update T set F = null where rowid = 8689";
Command "update T set F = null where rowid = 36617";
Command "update T set F = null where rowid = 12280";
Command "update T set F = null where rowid = 17456";
Command "update T set F = null where rowid = 28007";
Command "update T set F = null where rowid = 25896";
Command "update T set F = null where rowid = 40763";
Command "update T set F = null where rowid = 56482";
Command "update T set F = null where rowid = 17771";
Command "update T set F = null where rowid = 27397";
Command "update T set F = null where rowid = 6580";
Command "update T set F = null where rowid = 5619";
Command "update T set F = null where rowid = 51576";
Command "update T set F = null where rowid = 54710";
Command "update T set F = null where rowid = 43965";
Command "update T set F = null where rowid = 41765";
Command "update T set F = null where rowid = 1387";
Command "update T set F = null where rowid = 30410";
Command "update T set F = null where rowid = 44253";
Command "update T set F = null where rowid = 50052";
Command "update T set F = null where rowid = 1441";
Command "update T set F = null where rowid = 19499";
Command "update T set F = null where rowid = 27738";
Command "update T set F = null where rowid = 3178";
Command "update T set F = null where rowid = 27329";
Command "update T set F = null where rowid = 4309";
Command "update T set F = null where rowid = 39527";
Command "update T set F = null where rowid = 6762";
Command "update T set F = null where rowid = 7230";
Command "update T set F = null where rowid = 27299";
Command "update T set F = null where rowid = 44808";
Command "update T set F = null where rowid = 49872";
Command "update T set F = null where rowid = 42896";
Command "update T set F = null where rowid = 530";
Command "update T set F = null where rowid = 52638";
Command "update T set F = null where rowid = 43517";
Command "update T set F = null where rowid = 60681";
Command "update T set F = null where rowid = 22455";
Command "update T set F = null where rowid = 10603";
Command "update T set F = null where rowid = 42951";
Command "update T set F = null where rowid = 32502";
Command "update T set F = null where rowid = 766";
Command "update T set F = null where rowid = 57504";
Command "update T set F = null where rowid = 11642";
Command "update T set F = null where rowid = 52242";
Command "update T set F = null where rowid = 54647";
Command "update T set F = null where rowid = 24748";
Command "update T set F = null where rowid = 19356";
Command "update T set F = null where rowid = 57325";
Command "update T set F = null where rowid = 25322";
Command "update T set F = null where rowid = 59765";
Command "update T set F = null where rowid = 42208";
Command "update T set F = null where rowid = 13574";
Command "update T set F = null where rowid = 58008";
Command "update T set F = null where rowid = 50274";
Command "update T set F = null where rowid = 32351";
Command "update T set F = null where rowid = 46734";
Command "update T set F = null where rowid = 58215";
Command "update T set F = null where rowid = 55242";
Command "update T set F = null where rowid = 6923";
Command "update T set F = null where rowid = 8757";
Command "update T set F = null where rowid = 40037";
Command "update T set F = null where rowid = 2678";
Command "update T set F = null where rowid = 60622";
Command "update T set F = null where rowid = 28297";
Command "update T set F = null where rowid = 27099";
Command "update T set F = null where rowid = 54778";
Command "update T set F = null where rowid = 35667";
Command "update T set F = null where rowid = 21427";
Command "update T set F = null where rowid = 39331";
Command "update T set F = null where rowid = 59150";
Command "update T set F = null where rowid = 38573";
Command "update T set F = null where rowid = 10584";
Command "update T set F = null where rowid = 25998";
Command "update T set F = null where rowid = 33609";
Command "update T set F = null where rowid = 17890";
Command "update T set F = null where rowid = 28635";
Command "update T set F = null where rowid = 32318";
Command "update T set F = null where rowid = 7581";
Command "update T set F = null where rowid = 10827";
Command "update T set F = null where rowid = 1835";
Command "update T set F = null where rowid = 57726";
Command "update T set F = null where rowid = 46236";
Command "update T set F = null where rowid = 44496";
Command "update T set F = null where rowid = 41923";
Command "update T set F = null where rowid = 60882";
Command "update T set F = null where rowid = 31411";
Command "update T set F = null where rowid = 9863";
Command "update T set F = null where rowid = 14673";
Command "update T set F = null where rowid = 21205";
Command "update T set F = null where rowid = 41942";
Command "update T set F = null where rowid = 20785";
Command "update T set F = null where rowid = 26659";
Command "update T set F = null where rowid = 8238";
Command "update T set F = null where rowid = 58370";
Command "update T set F = null where rowid = 39575";
Command "update T set F = null where rowid = 42954";
Command "update T set F = null where rowid = 8831";
Command "update T set F = null where rowid = 1701";
Command "update T set F = null where rowid = 4904";
Command "update T set F = null where rowid = 51691";
Command "update T set F = null where rowid = 8135";
Command "update T set F = null where rowid = 11315";
Command "update T set F = null where rowid = 28448";
Command "update T set F = null where rowid = 51004";
Command "update T set F = null where rowid = 2010";
Command "update T set F = null where rowid = 43231";
Command "update T set F = null where rowid = 3214";
Command "update T set F = null where rowid = 37606";
Command "update T set F = null where rowid = 16502";
Command "update T set F = null where rowid = 2314";
Command "update T set F = null where rowid = 21486";
Command "update T set F = null where rowid = 13887";
Command "update T set F = null where rowid = 10620";
Command "update T set F = null where rowid = 61127";
Command "update T set F = null where rowid = 35553";
Command "update T set F = null where rowid = 4542";
Command "update T set F = null where rowid = 29123";
Command "update T set F = null where rowid = 37474";
Command "update T set F = null where rowid = 2070";
Command "update T set F = null where rowid = 4272";
Command "update T set F = null where rowid = 11043";
Command "update T set F = null where rowid = 54409";
Command "update T set F = null where rowid = 51893";
Command "update T set F = null where rowid = 59753";
Command "update T set F = null where rowid = 16792";
Command "update T set F = null where rowid = 59934";
Command "update T set F = null where rowid = 15184";
Command "update T set F = null where rowid = 22295";
Command "update T set F = null where rowid = 60970";
Command "update T set F = null where rowid = 29053";
Command "update T set F = null where rowid = 55191";
Command "update T set F = null where rowid = 14303";
Command "update T set F = null where rowid = 36834";
Command "update T set F = null where rowid = 52042";
Command "update T set F = null where rowid = 58697";
Command "update T set F = null where rowid = 2164";
Command "update T set F = null where rowid = 59060";
Command "update T set F = null where rowid = 21633";
Command "update T set F = null where rowid = 30421";
Command "update T set F = null where rowid = 36331";
Command "update T set F = null where rowid = 39753";
Command "update T set F = null where rowid = 28794";
Command "update T set F = null where rowid = 31458";
Command "update T set F = null where rowid = 12691";
Command "update T set F = null where rowid = 10698";
Command "update T set F = null where rowid = 30989";
Command "update T set F = null where rowid = 10792";
Command "update T set F = null where rowid = 56806";
Command "update T set F = null where rowid = 40577";
Command "update T set F = null where rowid = 1412";
Command "update T set F = null where rowid = 36822";
Command "update T set F = null where rowid = 28345";
Command "update T set F = null where rowid = 39702";
Command "update T set F = null where rowid = 40298";
Command "update T set F = null where rowid = 21867";
Command "update T set F = null where rowid = 21062";
Command "update T set F = null where rowid = 23136";
Command "update T set F = null where rowid = 3769";
Command "update T set F = null where rowid = 1223";
Command "update T set F = null where rowid = 44334";
Command "update T set F = null where rowid = 1469";
Command "update T set F = null where rowid = 25867";
Command "update T set F = null where rowid = 41123";
Command "update T set F = null where rowid = 41233";
Command "update T set F = null where rowid = 49578";
Command "update T set F = null where rowid = 36809";
Command "update T set F = null where rowid = 34515";
Command "update T set F = null where rowid = 28621";
Command "update T set F = null where rowid = 4350";
Command "update T set F = null where rowid = 11969";
Command "update T set F = null where rowid = 52239";
Command "update T set F = null where rowid = 26561";
Command "update T set F = null where rowid = 9030";
Command "update T set F = null where rowid = 29582";
Command "update T set F = null where rowid = 54747";
Command "update T set F = null where rowid = 57936";
Command "update T set F = null where rowid = 52689";
Command "update T set F = null where rowid = 20916";
Command "update T set F = null where rowid = 46402";
Command "update T set F = null where rowid = 51842";
Command "update T set F = null where rowid = 12801";
Command "update T set F = null where rowid = 46082";
Command "update T set F = null where rowid = 16967";
Command "update T set F = null where rowid = 29957";
Command "update T set F = null where rowid = 60825";
Command "update T set F = null where rowid = 19815";
Command "update T set F = null where rowid = 57028";
Command "update T set F = null where rowid = 29357";
Command "update T set F = null where rowid = 9213";
Command "update T set F = null where rowid = 42175";
Command "update T set F = null where rowid = 17350";
Command "update T set F = null where rowid = 22707";
Command "update T set F = null where rowid = 8688";
Command "update T set F = null where rowid = 14892";
Command "update T set F = null where rowid = 61193";
Command "update T set F = null where rowid = 19859";
Command "update T set F = null where rowid = 39349";
Command "update T set F = null where rowid = 6978";
Command "update T set F = null where rowid = 33716";
Command "update T set F = null where rowid = 911";
Command "update T set F = null where rowid = 15040";
Command "update T set F = null where rowid = 54263";
Command "update T set F = null where rowid = 23592";
Command "update T set F = null where rowid = 19363";
Command "update T set F = null where rowid = 2075";
Command "update T set F = null where rowid = 11256";
Command "update T set F = null where rowid = 39282";
Command "update T set F = null where rowid = 26332";
Command "update T set F = null where rowid = 13481";
Command "update T set F = null where rowid = 41162";
Command "update T set F = null where rowid = 12849";
Command "update T set F = null where rowid = 45915";
Command "update T set F = null where rowid = 37872";
Command "update T set F = null where rowid = 3429";
Command "update T set F = null where rowid = 5950";
Command "update T set F = null where rowid = 18840";
Command "update T set F = null where rowid = 36018";
Command "update T set F = null where rowid = 30643";
Command "update T set F = null where rowid = 33415";
Command "update T set F = null where rowid = 43525";
Command "update T set F = null where rowid = 23390";
Command "update T set F = null where rowid = 848";
Command "update T set F = null where rowid = 22459";
Command "update T set F = null where rowid = 37137";
Command "update T set F = null where rowid = 28142";
Command "update T set F = null where rowid = 60403";
Command "update T set F = null where rowid = 5583";
Command "update T set F = null where rowid = 1723";
Command "update T set F = null where rowid = 24919";
Command "update T set F = null where rowid = 58621";
Command "update T set F = null where rowid = 43662";
Command "update T set F = null where rowid = 11064";
Command "update T set F = null where rowid = 40709";
Command "update T set F = null where rowid = 10833";
Command "update T set F = null where rowid = 25894";
Command "update T set F = null where rowid = 54606";
Command "update T set F = null where rowid = 50717";
Command "update T set F = null where rowid = 13437";
Command "update T set F = null where rowid = 58692";
Command "update T set F = null where rowid = 59694";
Command "update T set F = null where rowid = 52193";
Command "update T set F = null where rowid = 30259";
Command "update T set F = null where rowid = 6798";
Command "update T set F = null where rowid = 53188";
Command "update T set F = null where rowid = 1074";
Command "update T set F = null where rowid = 36711";
Command "update T set F = null where rowid = 43295";
Command "update T set F = null where rowid = 42986";
Command "update T set F = null where rowid = 54061";
Command "update T set F = null where rowid = 40899";
Command "update T set F = null where rowid = 54712";
Command "update T set F = null where rowid = 24838";
Command "update T set F = null where rowid = 38144";
Command "update T set F = null where rowid = 2968";
Command "update T set F = null where rowid = 2575";
Command "update T set F = null where rowid = 8860";
Command "update T set F = null where rowid = 19669";
Command "update T set F = null where rowid = 25564";
Command "update T set F = null where rowid = 37066";
Command "update T set F = null where rowid = 11074";
Command "update T set F = null where rowid = 14288";
Command "update T set F = null where rowid = 10953";
Command "update T set F = null where rowid = 37622";
Command "update T set F = null where rowid = 38740";
Command "update T set F = null where rowid = 18255";
Command "update T set F = null where rowid = 26331";
Command "update T set F = null where rowid = 53985";
Command "update T set F = null where rowid = 37381";
Command "update T set F = null where rowid = 9374";
Command "update T set F = null where rowid = 39210";
Command "update T set F = null where rowid = 2711";
Command "update T set F = null where rowid = 37311";
Command "update T set F = null where rowid = 5433";
Command "update T set F = null where rowid = 58393";
Command "update T set F = null where rowid = 54553";
Command "update T set F = null where rowid = 5604";
Command "update T set F = null where rowid = 13684";
Command "update T set F = null where rowid = 34550";
Command "update T set F = null where rowid = 5429";
Command "update T set F = null where rowid = 50964";
Command "update T set F = null where rowid = 15693";
Command "update T set F = null where rowid = 24479";
Command "update T set F = null where rowid = 40328";
Command "update T set F = null where rowid = 25699";
Command "update T set F = null where rowid = 21913";
Command "update T set F = null where rowid = 2441";
Command "update T set F = null where rowid = 39290";
Command "update T set F = null where rowid = 41793";
Command "update T set F = null where rowid = 25123";
Command "update T set F = null where rowid = 56601";
Command "update T set F = null where rowid = 11789";
Command "update T set F = null where rowid = 17627";
Command "update T set F = null where rowid = 9218";
Command "update T set F = null where rowid = 18148";
Command "update T set F = null where rowid = 24677";
Command "update T set F = null where rowid = 28911";
Command "update T set F = null where rowid = 36966";
Command "update T set F = null where rowid = 41467";
Command "update T set F = null where rowid = 1035";
Command "update T set F = null where rowid = 51749";
Command "update T set F = null where rowid = 6176";
Command "update T set F = null where rowid = 61503";
Command "update T set F = null where rowid = 29974";
Command "update T set F = null where rowid = 38884";
Command "update T set F = null where rowid = 51103";
Command "update T set F = null where rowid = 12559";
Command "update T set F = null where rowid = 11364";
Command "update T set F = null where rowid = 35100";
Command "update T set F = null where rowid = 33071";
Command "update T set F = null where rowid = 52127";
Command "update T set F = null where rowid = 46465";
Command "update T set F = null where rowid = 13067";
Command "update T set F = null where rowid = 61340";
Command "update T set F = null where rowid = 30265";
Command "update T set F = null where rowid = 32259";
Command "update T set F = null where rowid = 42302";
Command "update T set F = null where rowid = 37133";
Command "update T set F = null where rowid = 24178";
Command "update T set F = null where rowid = 29682";
Command "update T set F = null where rowid = 33797";
Command "update T set F = null where rowid = 4635";
Command "update T set F = null where rowid = 8172";
Command "update T set F = null where rowid = 30282";
Command "update T set F = null where rowid = 49702";
Command "update T set F = null where rowid = 52366";
Command "update T set F = null where rowid = 17068";
Command "update T set F = null where rowid = 25684";
Command "update T set F = null where rowid = 38224";
Command "update T set F = null where rowid = 24790";
Command "update T set F = null where rowid = 18046";
Command "update T set F = null where rowid = 34406";
Command "update T set F = null where rowid = 2319";
Command "update T set F = null where rowid = 52380";
Command "update T set F = null where rowid = 55997";
Command "update T set F = null where rowid = 43274";
Command "update T set F = null where rowid = 51470";
Command "update T set F = null where rowid = 7766";
Command "update T set F = null where rowid = 58594";
Command "update T set F = null where rowid = 19700";
Command "update T set F = null where rowid = 45307";
Command "update T set F = null where rowid = 5765";
Command "update T set F = null where rowid = 47270";
Command "update T set F = null where rowid = 47120";
Command "update T set F = null where rowid = 25257";
Command "update T set F = null where rowid = 24171";
Command "update T set F = null where rowid = 26741";
Command "update T set F = null where rowid = 54990";
Command "update T set F = null where rowid = 15010";
Command "update T set F = null where rowid = 31679";
Command "update T set F = null where rowid = 31848";
Command "update T set F = null where rowid = 347";
Command "update T set F = null where rowid = 27693";
Command "update T set F = null where rowid = 46350";
Command "update T set F = null where rowid = 35188";
Command "update T set F = null where rowid = 2744";
Command "update T set F = null where rowid = 41170";
Command "update T set F = null where rowid = 58010";
Command "update T set F = null where rowid = 32156";
Command "update T set F = null where rowid = 14964";
Command "update T set F = null where rowid = 55658";
Command "update T set F = null where rowid = 52285";
Command "update T set F = null where rowid = 58612";
Command "update T set F = null where rowid = 21777";
Command "update T set F = null where rowid = 31075";
Command "update T set F = null where rowid = 15178";
Command "update T set F = null where rowid = 28548";
Command "update T set F = null where rowid = 47185";
Command "update T set F = null where rowid = 18809";
Command "update T set F = null where rowid = 41067";
Command "update T set F = null where rowid = 43392";
Command "update T set F = null where rowid = 50790";
Command "update T set F = null where rowid = 47088";
Command "update T set F = null where rowid = 13493";
Command "update T set F = null where rowid = 58944";
Command "update T set F = null where rowid = 52852";
Command "update T set F = null where rowid = 52544";
Command "update T set F = null where rowid = 6401";
Command "update T set F = null where rowid = 25480";
Command "update T set F = null where rowid = 33109";
Command "update T set F = null where rowid = 4753";
Command "update T set F = null where rowid = 37650";
Command "update T set F = null where rowid = 41941";
Command "update T set F = null where rowid = 16688";
Command "update T set F = null where rowid = 26043";
Command "update T set F = null where rowid = 37838";
Command "update T set F = null where rowid = 5171";
Command "update T set F = null where rowid = 61161";
Command "update T set F = null where rowid = 33895";
Command "update T set F = null where rowid = 5322";
Command "update T set F = null where rowid = 7491";
Command "update T set F = null where rowid = 52428";
Command "update T set F = null where rowid = 25679";
Command "update T set F = null where rowid = 50220";
Command "update T set F = null where rowid = 642";
Command "update T set F = null where rowid = 56938";
Command "update T set F = null where rowid = 35273";
Command "update T set F = null where rowid = 22249";
Command "update T set F = null where rowid = 23701";
Command "update T set F = null where rowid = 20477";
Command "update T set F = null where rowid = 49799";
Command "update T set F = null where rowid = 59284";
Command "update T set F = null where rowid = 54309";
Command "update T set F = null where rowid = 50551";
Command "update T set F = null where rowid = 59121";
Command "update T set F = null where rowid = 41969";
Command "update T set F = null where rowid = 16452";
Command "update T set F = null where rowid = 30925";
Command "update T set F = null where rowid = 13304";
Command "update T set F = null where rowid = 29924";
Command "update T set F = null where rowid = 57227";
Command "update T set F = null where rowid = 49381";
Command "update T set F = null where rowid = 42300";
Command "update T set F = null where rowid = 61194";
Command "update T set F = null where rowid = 33659";
Command "update T set F = null where rowid = 50948";
Command "update T set F = null where rowid = 53169";
Command "update T set F = null where rowid = 10838";
Command "update T set F = null where rowid = 54916";
Command "update T set F = null where rowid = 12985";
Command "update T set F = null where rowid = 42158";
Command "update T set F = null where rowid = 20767";
Command "update T set F = null where rowid = 291";
Command "update T set F = null where rowid = 45420";
Command "update T set F = null where rowid = 51878";
Command "update T set F = null where rowid = 19915";
Command "update T set F = null where rowid = 46257";
Command "update T set F = null where rowid = 40664";
Command "update T set F = null where rowid = 52870";
Command "update T set F = null where rowid = 4068";
Command "update T set F = null where rowid = 49813";
Command "update T set F = null where rowid = 5016";
Command "update T set F = null where rowid = 33358";
Command "update T set F = null where rowid = 34619";
Command "update T set F = null where rowid = 2884";
Command "update T set F = null where rowid = 59809";
Command "update T set F = null where rowid = 4335";
Command "update T set F = null where rowid = 46301";
Command "update T set F = null where rowid = 7003";
Command "update T set F = null where rowid = 42931";
Command "update T set F = null where rowid = 56580";
Command "update T set F = null where rowid = 28664";
Command "update T set F = null where rowid = 28251";
Command "update T set F = null where rowid = 44187";
Command "update T set F = null where rowid = 45761";
Command "update T set F = null where rowid = 24078";
Command "update T set F = null where rowid = 49293";
Command "update T set F = null where rowid = 15546";
Command "update T set F = null where rowid = 12901";
Command "update T set F = null where rowid = 50577";
Command "update T set F = null where rowid = 18967";
Command "update T set F = null where rowid = 61505";
Command "update T set F = null where rowid = 2056";
Command "update T set F = null where rowid = 20305";
Command "update T set F = null where rowid = 19575";
Command "update T set F = null where rowid = 59378";
Command "update T set F = null where rowid = 6430";
Command "update T set F = null where rowid = 47123";
Command "update T set F = null where rowid = 59318";
Command "update T set F = null where rowid = 54105";
Command "update T set F = null where rowid = 23122";
Command "update T set F = null where rowid = 3023";
Command "update T set F = null where rowid = 19819";
Command "update T set F = null where rowid = 7977";
Command "update T set F = null where rowid = 24292";
Command "update T set F = null where rowid = 14143";
Command "update T set F = null where rowid = 16031";
Command "update T set F = null where rowid = 60703";
Command "update T set F = null where rowid = 21361";
Command "update T set F = null where rowid = 26373";
Command "update T set F = null where rowid = 20487";
Command "update T set F = null where rowid = 3884";
Command "update T set F = null where rowid = 43715";
Command "update T set F = null where rowid = 25004";
Command "update T set F = null where rowid = 7633";
Command "update T set F = null where rowid = 51823";
Command "update T set F = null where rowid = 24150";
Command "update T set F = null where rowid = 25661";
Command "update T set F = null where rowid = 56428";
Command "update T set F = null where rowid = 26754";
Command "update T set F = null where rowid = 45371";
Command "update T set F = null where rowid = 36868";
Command "update T set F = null where rowid = 18287";
Command "update T set F = null where rowid = 57610";
Command "update T set F = null where rowid = 34614";
Command "update T set F = null where rowid = 47461";
Command "update T set F = null where rowid = 53966";
Command "update T set F = null where rowid = 36988";
Command "update T set F = null where rowid = 51632";
Command "update T set F = null where rowid = 35387";
Command "update T set F = null where rowid = 56359";
Command "update T set F = null where rowid = 50601";
Command "update T set F = null where rowid = 7806";
Command "update T set F = null where rowid = 35586";
Command "update T set F = null where rowid = 34323";
Command "update T set F = null where rowid = 46156";
Command "update T set F = null where rowid = 55555";
Command "update T set F = null where rowid = 34378";
Command "update T set F = null where rowid = 6860";
Command "update T set F = null where rowid = 43508";
Command "update T set F = null where rowid = 41024";
Command "update T set F = null where rowid = 28895";
Command "update T set F = null where rowid = 58313";
Command "update T set F = null where rowid = 54058";
Command "update T set F = null where rowid = 18692";
Command "update T set F = null where rowid = 20826";
Command "update T set F = null where rowid = 9067";
Command "update T set F = null where rowid = 7338";
Command "update T set F = null where rowid = 31032";
Command "update T set F = null where rowid = 24713";
Command "update T set F = null where rowid = 47297";
Command "update T set F = null where rowid = 59918";
Command "update T set F = null where rowid = 14436";
Command "update T set F = null where rowid = 45332";
Command "update T set F = null where rowid = 18901";
Command "update T set F = null where rowid = 12876";
Command "update T set F = null where rowid = 59010";
Command "update T set F = null where rowid = 31448";
Command "update T set F = null where rowid = 18788";
Command "update T set F = null where rowid = 51978";
Command "update T set F = null where rowid = 54421";
Command "update T set F = null where rowid = 30819";
Command "update T set F = null where rowid = 46109";
Command "update T set F = null where rowid = 60828";
Command "update T set F = null where rowid = 29859";
Command "update T set F = null where rowid = 25850";
Command "update T set F = null where rowid = 13957";
Command "update T set F = null where rowid = 59408";
Command "update T set F = null where rowid = 5857";
Command "update T set F = null where rowid = 18519";
Command "update T set F = null where rowid = 1319";
Command "update T set F = null where rowid = 12394";
Command "update T set F = null where rowid = 12625";
Command "update T set F = null where rowid = 7421";
Command "update T set F = null where rowid = 16070";
Command "update T set F = null where rowid = 33585";
Command "update T set F = null where rowid = 10397";
Command "update T set F = null where rowid = 22066";
Command "update T set F = null where rowid = 37769";
Command "update T set F = null where rowid = 3017";
Command "update T set F = null where rowid = 49783";
Command "update T set F = null where rowid = 33419";
Command "update T set F = null where rowid = 20028";
Command "update T set F = null where rowid = 22274";
Command "update T set F = null where rowid = 19734";
Command "update T set F = null where rowid = 14908";
Command "update T set F = null where rowid = 53159";
Command "update T set F = null where rowid = 32415";
Command "update T set F = null where rowid = 51986";
Command "update T set F = null where rowid = 41003";
Command "update T set F = null where rowid = 45293";
Command "update T set F = null where rowid = 25983";
Command "update T set F = null where rowid = 42633";
Command "update T set F = null where rowid = 60579";
Command "update T set F = null where rowid = 16386";
Command "update T set F = null where rowid = 12023";
Command "update T set F = null where rowid = 57058";
Command "update T set F = null where rowid = 2654";
Command "update T set F = null where rowid = 15861";
Command "update T set F = null where rowid = 14644";
Command "update T set F = null where rowid = 61077";
Command "update T set F = null where rowid = 61459";
Command "update T set F = null where rowid = 28185";
Command "update T set F = null where rowid = 24042";
Command "update T set F = null where rowid = 14667";
Command "update T set F = null where rowid = 30670";
Command "update T set F = null where rowid = 14181";
Command "update T set F = null where rowid = 38674";
Command "update T set F = null where rowid = 48548";
Command "update T set F = null where rowid = 38966";
Command "update T set F = null where rowid = 40103";
Command "update T set F = null where rowid = 48371";
Command "update T set F = null where rowid = 25905";
Command "update T set F = null where rowid = 54294";
Command "update T set F = null where rowid = 17275";
Command "update T set F = null where rowid = 9354";
Command "update T set F = null where rowid = 22306";
Command "update T set F = null where rowid = 33146";
Command "update T set F = null where rowid = 43595";
Command "update T set F = null where rowid = 39992";
Command "update T set F = null where rowid = 34888";
Command "update T set F = null where rowid = 34418";
Command "update T set F = null where rowid = 16252";
Command "update T set F = null where rowid = 43460";
Command "update T set F = null where rowid = 21474";
Command "update T set F = null where rowid = 27552";
Command "update T set F = null where rowid = 3867";
Command "update T set F = null where rowid = 60081";
Command "update T set F = null where rowid = 52643";
Command "update T set F = null where rowid = 54925";
Command "update T set F = null where rowid = 22895";
Command "update T set F = null where rowid = 26994";
Command "update T set F = null where rowid = 29944";
Command "update T set F = null where rowid = 11973";
Command "update T set F = null where rowid = 32968";
Command "update T set F = null where rowid = 25285";
Command "update T set F = null where rowid = 42231";
Command "update T set F = null where rowid = 10360";
Command "update T set F = null where rowid = 2338";
Command "update T set F = null where rowid = 45203";
Command "update T set F = null where rowid = 50155";
Command "update T set F = null where rowid = 19105";
Command "update T set F = null where rowid = 9746";
Command "update T set F = null where rowid = 34463";
Command "update T set F = null where rowid = 51478";
Command "update T set F = null where rowid = 38706";
Command "update T set F = null where rowid = 29108";
Command "update T set F = null where rowid = 39223";
Command "update T set F = null where rowid = 24622";
Command "update T set F = null where rowid = 30744";
Command "update T set F = null where rowid = 16444";
Command "update T set F = null where rowid = 59104";
Command "update T set F = null where rowid = 19376";
Command "update T set F = null where rowid = 9956";
Command "update T set F = null where rowid = 51521";
Command "update T set F = null where rowid = 3338";
Command "update T set F = null where rowid = 34773";
Command "update T set F = null where rowid = 7354";
Command "update T set F = null where rowid = 60409";
Command "update T set F = null where rowid = 35536";
Command "update T set F = null where rowid = 32947";
Command "update T set F = null where rowid = 14035";
Command "update T set F = null where rowid = 14310";
Command "update T set F = null where rowid = 5626";
Command "update T set F = null where rowid = 52994";
Command "update T set F = null where rowid = 20735";
Command "update T set F = null where rowid = 48179";
Command "update T set F = null where rowid = 55962";
Command "update T set F = null where rowid = 18702";
Command "update T set F = null where rowid = 53376";
Command "update T set F = null where rowid = 31984";
Command "update T set F = null where rowid = 11372";
Command "update T set F = null where rowid = 30625";
Command "update T set F = null where rowid = 50936";
Command "update T set F = null where rowid = 45016";
Command "update T set F = null where rowid = 17906";
Command "update T set F = null where rowid = 1506";
Command "update T set F = null where rowid = 9256";
Command "update T set F = null where rowid = 36229";
Command "update T set F = null where rowid = 4043";
Command "update T set F = null where rowid = 47210";
Command "update T set F = null where rowid = 7954";
Command "update T set F = null where rowid = 29294";
Command "update T set F = null where rowid = 6284";
Command "update T set F = null where rowid = 22307";
Command "update T set F = null where rowid = 43664";
Command "update T set F = null where rowid = 37478";
Command "update T set F = null where rowid = 57095";
Command "update T set F = null where rowid = 11378";
Command "update T set F = null where rowid = 46361";
Command "update T set F = null where rowid = 8790";
Command "update T set F = null where rowid = 26273";
Command "update T set F = null where rowid = 32951";
Command "update T set F = null where rowid = 24195";
Command "update T set F = null where rowid = 37525";
Command "update T set F = null where rowid = 59397";
Command "update T set F = null where rowid = 21551";
Command "update T set F = null where rowid = 8969";
Command "update T set F = null where rowid = 29445";
Command "update T set F = null where rowid = 29191";
Command "update T set F = null where rowid = 50161";
Command "update T set F = null where rowid = 19743";
Command "update T set F = null where rowid = 20824";
Command "update T set F = null where rowid = 48498";
Command "update T set F = null where rowid = 1208";
Command "update T set F = null where rowid = 6334";
Command "update T set F = null where rowid = 43054";
Command "update T set F = null where rowid = 535";
Command "update T set F = null where rowid = 41006";
Command "update T set F = null where rowid = 11857";
Command "update T set F = null where rowid = 22292";
Command "update T set F = null where rowid = 57014";
Command "update T set F = null where rowid = 12760";
Command "update T set F = null where rowid = 40056";
Command "update T set F = null where rowid = 36683";
Command "update T set F = null where rowid = 37924";
Command "update T set F = null where rowid = 14397";
Command "update T set F = null where rowid = 23054";
Command "update T set F = null where rowid = 48844";
Command "update T set F = null where rowid = 38201";
Command "update T set F = null where rowid = 26925";
Command "update T set F = null where rowid = 29109";
Command "update T set F = null where rowid = 50582";
Command "update T set F = null where rowid = 21269";
Command "update T set F = null where rowid = 26482";
Command "update T set F = null where rowid = 14957";
Command "update T set F = null where rowid = 3284";
Command "update T set F = null where rowid = 54291";
Command "update T set F = null where rowid = 10260";
Command "update T set F = null where rowid = 25640";
Command "update T set F = null where rowid = 9978";
Command "update T set F = null where rowid = 35891";
Command "update T set F = null where rowid = 49131";
Command "update T set F = null where rowid = 12965";
Command "update T set F = null where rowid = 1450";
Command "update T set F = null where rowid = 52920";
Command "update T set F = null where rowid = 59044";
Command "update T set F = null where rowid = 10642";
Command "update T set F = null where rowid = 44810";
Command "update T set F = null where rowid = 44795";
Command "update T set F = null where rowid = 29916";
Command "update T set F = null where rowid = 55893";
Command "update T set F = null where rowid = 50783";
Command "update T set F = null where rowid = 52753";
Command "update T set F = null where rowid = 45158";
Command "update T set F = null where rowid = 48648";
Command "update T set F = null where rowid = 45041";
Command "update T set F = null where rowid = 53666";
Command "update T set F = null where rowid = 46958";
Command "update T set F = null where rowid = 35481";
Command "update T set F = null where rowid = 30922";
Command "update T set F = null where rowid = 93";
Command "update T set F = null where rowid = 11780";
Command "update T set F = null where rowid = 30942";
Command "update T set F = null where rowid = 7742";
Command "update T set F = null where rowid = 55986";
Command "update T set F = null where rowid = 17452";
Command "update T set F = null where rowid = 19827";
Command "update T set F = null where rowid = 15850";
Command "update T set F = null where rowid = 55537";
Command "update T set F = null where rowid = 22047";
Command "update T set F = null where rowid = 34728";
Command "update T set F = null where rowid = 28565";
Command "update T set F = null where rowid = 60556";
Command "update T set F = null where rowid = 55356";
Command "update T set F = null where rowid = 36338";
Command "update T set F = null where rowid = 4034";
Command "update T set F = null where rowid = 27715";
Command "update T set F = null where rowid = 48100";
Command "update T set F = null where rowid = 49232";
Command "update T set F = null where rowid = 73";
Command "update T set F = null where rowid = 17554";
Command "update T set F = null where rowid = 60333";
Command "update T set F = null where rowid = 24613";
Command "update T set F = null where rowid = 34796";
Command "update T set F = null where rowid = 22383";
Command "update T set F = null where rowid = 38869";
Command "update T set F = null where rowid = 28444";
Command "update T set F = null where rowid = 10120";
Command "update T set F = null where rowid = 33782";
Command "update T set F = null where rowid = 5708";
Command "update T set F = null where rowid = 20434";
Command "update T set F = null where rowid = 52198";
Command "update T set F = null where rowid = 32447";
Command "update T set F = null where rowid = 61196";
Command "update T set F = null where rowid = 2033";
Command "update T set F = null where rowid = 54314";
Command "update T set F = null where rowid = 34148";
Command "update T set F = null where rowid = 26478";
Command "update T set F = null where rowid = 58089";
Command "update T set F = null where rowid = 49447";
Command "update T set F = null where rowid = 29122";
Command "update T set F = null where rowid = 2121";
Command "update T set F = null where rowid = 30889";
Command "update T set F = null where rowid = 1805";
Command "update T set F = null where rowid = 17187";
Command "update T set F = null where rowid = 53395";
Command "update T set F = null where rowid = 56398";
Command "update T set F = null where rowid = 57242";
Command "update T set F = null where rowid = 36371";
Command "update T set F = null where rowid = 41843";
Command "update T set F = null where rowid = 13476";
Command "update T set F = null where rowid = 44564";
Command "update T set F = null where rowid = 12937";
Command "update T set F = null where rowid = 41993";
Command "update T set F = null where rowid = 47137";
Command "update T set F = null where rowid = 44723";
Command "update T set F = null where rowid = 26321";
Command "update T set F = null where rowid = 577";
Command "update T set F = null where rowid = 46300";
Command "update T set F = null where rowid = 54131";
Command "update T set F = null where rowid = 54638";
Command "update T set F = null where rowid = 17299";
Command "update T set F = null where rowid = 28061";
Command "update T set F = null where rowid = 54791";
Command "update T set F = null where rowid = 6373";
Command "update T set F = null where rowid = 44974";
Command "update T set F = null where rowid = 18314";
Command "update T set F = null where rowid = 44681";
Command "update T set F = null where rowid = 37194";
Command "update T set F = null where rowid = 21458";
Command "update T set F = null where rowid = 28341";
Command "update T set F = null where rowid = 121";
Command "update T set F = null where rowid = 45775";
Command "update T set F = null where rowid = 41199";
Command "update T set F = null where rowid = 32482";
Command "update T set F = null where rowid = 10404";
Command "update T set F = null where rowid = 7300";
Command "update T set F = null where rowid = 13342";
Command "update T set F = null where rowid = 39544";
Command "update T set F = null where rowid = 6492";
Command "update T set F = null where rowid = 7911";
Command "update T set F = null where rowid = 55015";
Command "update T set F = null where rowid = 8980";
Command "update T set F = null where rowid = 61375";
Command "update T set F = null where rowid = 12789";
Command "update T set F = null where rowid = 13924";
Command "update T set F = null where rowid = 35340";
Command "update T set F = null where rowid = 18885";
Command "update T set F = null where rowid = 24213";
Command "update T set F = null where rowid = 8233";
Command "update T set F = null where rowid = 32497";
Command "update T set F = null where rowid = 25462";
Command "update T set F = null where rowid = 48986";
Command "update T set F = null where rowid = 60822";
Command "update T set F = null where rowid = 10814";
Command "update T set F = null where rowid = 27644";
Command "update T set F = null where rowid = 26926";
Command "update T set F = null where rowid = 30495";
Command "update T set F = null where rowid = 57129";
Command "update T set F = null where rowid = 53028";
Command "update T set F = null where rowid = 6633";
Command "update T set F = null where rowid = 18738";
Command "update T set F = null where rowid = 49616";
Command "update T set F = null where rowid = 34827";
Command "update T set F = null where rowid = 34952";
Command "update T set F = null where rowid = 47220";
Command "update T set F = null where rowid = 6412";
Command "update T set F = null where rowid = 25171";
Command "update T set F = null where rowid = 9018";
Command "update T set F = null where rowid = 59192";
Command "update T set F = null where rowid = 56099";
Command "update T set F = null where rowid = 19972";
Command "update T set F = null where rowid = 56913";
Command "update T set F = null where rowid = 38731";
Command "update T set F = null where rowid = 36768";
Command "update T set F = null where rowid = 5093";
Command "update T set F = null where rowid = 29541";
Command "update T set F = null where rowid = 44612";
Command "update T set F = null where rowid = 23603";
Command "update T set F = null where rowid = 7570";
Command "update T set F = null where rowid = 7356";
Command "update T set F = null where rowid = 51919";
Command "update T set F = null where rowid = 37853";
Command "update T set F = null where rowid = 58686";
Command "update T set F = null where rowid = 33834";
Command "update T set F = null where rowid = 8342";
Command "update T set F = null where rowid = 30475";
Command "update T set F = null where rowid = 23334";
Command "update T set F = null where rowid = 27086";
Command "update T set F = null where rowid = 32741";
Command "update T set F = null where rowid = 14575";
Command "update T set F = null where rowid = 7812";
Command "update T set F = null where rowid = 38053";
Command "update T set F = null where rowid = 31077";
Command "update T set F = null where rowid = 59706";
Command "update T set F = null where rowid = 9522";
Command "update T set F = null where rowid = 34949";
Command "update T set F = null where rowid = 44958";
Command "update T set F = null where rowid = 11092";
Command "update T set F = null where rowid = 410";
Command "update T set F = null where rowid = 6390";
Command "update T set F = null where rowid = 38549";
Command "update T set F = null where rowid = 52365";
Command "update T set F = null where rowid = 2185";
Command "update T set F = null where rowid = 5894";
Command "update T set F = null where rowid = 23199";
Command "update T set F = null where rowid = 40531";
Command "update T set F = null where rowid = 10649";
Command "update T set F = null where rowid = 13076";
Command "update T set F = null where rowid = 46725";
Command "update T set F = null where rowid = 6300";
Command "update T set F = null where rowid = 38090";
Command "update T set F = null where rowid = 25659";
Command "update T set F = null where rowid = 18791";
Command "update T set F = null where rowid = 47408";
Command "update T set F = null where rowid = 9902";
Command "update T set F = null where rowid = 4030";
Command "update T set F = null where rowid = 1822";
Command "update T set F = null where rowid = 52668";
Command "update T set F = null where rowid = 37125";
Command "update T set F = null where rowid = 24483";
Command "update T set F = null where rowid = 4769";
Command "update T set F = null where rowid = 15250";
Command "update T set F = null where rowid = 41126";
Command "update T set F = null where rowid = 21258";
Command "update T set F = null where rowid = 52059";
Command "update T set F = null where rowid = 45973";
Command "update T set F = null where rowid = 54542";
Command "update T set F = null where rowid = 13930";
Command "update T set F = null where rowid = 43312";
Command "update T set F = null where rowid = 23833";
Command "update T set F = null where rowid = 11831";
Command "update T set F = null where rowid = 10675";
Command "update T set F = null where rowid = 144";
Command "update T set F = null where rowid = 41441";
Command "update T set F = null where rowid = 2448";
Command "update T set F = null where rowid = 13167";
Command "update T set F = null where rowid = 25103";
Command "update T set F = null where rowid = 58230";
Command "update T set F = null where rowid = 26016";
Command "update T set F = null where rowid = 11937";
Command "update T set F = null where rowid = 58270";
Command "update T set F = null where rowid = 33404";
Command "update T set F = null where rowid = 60644";
Command "update T set F = null where rowid = 27342";
Command "update T set F = null where rowid = 16491";
Command "update T set F = null where rowid = 58905";
Command "update T set F = null where rowid = 13616";
Command "update T set F = null where rowid = 12350";
Command "update T set F = null where rowid = 61261";
Command "update T set F = null where rowid = 59855";
Command "update T set F = null where rowid = 33864";
Command "update T set F = null where rowid = 27983";
Command "update T set F = null where rowid = 60064";
Command "update T set F = null where rowid = 49259";
Command "update T set F = null where rowid = 45341";
Command "update T set F = null where rowid = 45826";
Command "update T set F = null where rowid = 9157";
Command "update T set F = null where rowid = 37414";
Command "update T set F = null where rowid = 44563";
Command "update T set F = null where rowid = 42";
Command "update T set F = null where rowid = 59486";
Command "update T set F = null where rowid = 55415";
Command "update T set F = null where rowid = 10895";
Command "update T set F = null where rowid = 46554";
Command "update T set F = null where rowid = 32802";
Command "update T set F = null where rowid = 44473";
Command "update T set F = null where rowid = 31049";
Command "update T set F = null where rowid = 2944";
Command "update T set F = null where rowid = 7324";
Command "update T set F = null where rowid = 51709";
Command "update T set F = null where rowid = 61086";
Command "update T set F = null where rowid = 50738";
Command "update T set F = null where rowid = 4656";
Command "update T set F = null where rowid = 47431";
Command "update T set F = null where rowid = 50604";
Command "update T set F = null where rowid = 1597";
Command "update T set F = null where rowid = 47486";
Command "update T set F = null where rowid = 14361";
Command "update T set F = null where rowid = 41644";
Command "update T set F = null where rowid = 49473";
Command "update T set F = null where rowid = 732";
Command "update T set F = null where rowid = 21747";
Command "update T set F = null where rowid = 10351";
Command "update T set F = null where rowid = 54591";
Command "update T set F = null where rowid = 12447";
Command "update T set F = null where rowid = 26863";
Command "update T set F = null where rowid = 29";
Command "update T set F = null where rowid = 51218";
Command "update T set F = null where rowid = 51549";
Command "update T set F = null where rowid = 40368";
Command "update T set F = null where rowid = 15433";
Command "update T set F = null where rowid = 12819";
Command "update T set F = null where rowid = 68";
Command "update T set F = null where rowid = 47835";
Command "update T set F = null where rowid = 33500";
Command "update T set F = null where rowid = 266";
Command "update T set F = null where rowid = 8674";
Command "update T set F = null where rowid = 51930";
Command "update T set F = null where rowid = 28225";
Command "update T set F = null where rowid = 33558";
Command "update T set F = null where rowid = 29167";
Command "update T set F = null where rowid = 52495";
Command "update T set F = null where rowid = 33574";
Command "update T set F = null where rowid = 9004";
Command "update T set F = null where rowid = 1005";
Command "update T set F = null where rowid = 11359";
Command "update T set F = null where rowid = 54113";
Command "update T set F = null where rowid = 50309";
Command "update T set F = null where rowid = 20419";
Command "update T set F = null where rowid = 20558";
Command "update T set F = null where rowid = 10144";
Command "update T set F = null where rowid = 4663";
Command "update T set F = null where rowid = 58195";
Command "update T set F = null where rowid = 3422";
Command "update T set F = null where rowid = 7019";
Command "update T set F = null where rowid = 1491";
Command "update T set F = null where rowid = 22055";
Command "update T set F = null where rowid = 38763";
Command "update T set F = null where rowid = 15728";
Command "update T set F = null where rowid = 15489";
Command "update T set F = null where rowid = 60688";
Command "update T set F = null where rowid = 14615";
Command "update T set F = null where rowid = 586";
Command "update T set F = null where rowid = 19781";
Command "update T set F = null where rowid = 28032";
Command "update T set F = null where rowid = 58180";
Command "update T set F = null where rowid = 24777";
Command "update T set F = null where rowid = 28644";
Command "update T set F = null where rowid = 43961";
Command "update T set F = null where rowid = 48011";
Command "update T set F = null where rowid = 45259";
Command "update T set F = null where rowid = 48585";
Command "update T set F = null where rowid = 35845";
Command "update T set F = null where rowid = 13430";
Command "update T set F = null where rowid = 1334";
Command "update T set F = null where rowid = 36830";
Command "update T set F = null where rowid = 29430";
Command "update T set F = null where rowid = 1487";
Command "update T set F = null where rowid = 10918";
Command "update T set F = null where rowid = 33838";
Command "update T set F = null where rowid = 42248";
Command "update T set F = null where rowid = 58132";
Command "update T set F = null where rowid = 60057";
Command "update T set F = null where rowid = 25664";
Command "update T set F = null where rowid = 1654";
Command "update T set F = null where rowid = 22755";
Command "update T set F = null where rowid = 21122";
Command "update T set F = null where rowid = 52646";
Command "update T set F = null where rowid = 1636";
Command "update T set F = null where rowid = 55869";
Command "update T set F = null where rowid = 32557";
Command "update T set F = null where rowid = 58188";
Command "update T set F = null where rowid = 6091";
Command "update T set F = null where rowid = 55357";
Command "update T set F = null where rowid = 50768";
Command "update T set F = null where rowid = 58088";
Command "update T set F = null where rowid = 25526";
Command "update T set F = null where rowid = 33078";
Command "update T set F = null where rowid = 16374";
Command "update T set F = null where rowid = 10016";
Command "update T set F = null where rowid = 4085";
Command "update T set F = null where rowid = 43978";
Command "update T set F = null where rowid = 12916";
Command "update T set F = null where rowid = 40766";
Command "update T set F = null where rowid = 37928";
Command "update T set F = null where rowid = 14038";
Command "update T set F = null where rowid = 61480";
Command "update T set F = null where rowid = 33022";
Command "update T set F = null where rowid = 33392";
Command "update T set F = null where rowid = 19576";
Command "update T set F = null where rowid = 15515";
Command "update T set F = null where rowid = 47150";
Command "update T set F = null where rowid = 20156";
Command "update T set F = null where rowid = 11617";
Command "update T set F = null where rowid = 44579";
Command "update T set F = null where rowid = 24882";
Command "update T set F = null where rowid = 5932";
Command "update T set F = null where rowid = 10974";
Command "update T set F = null where rowid = 22903";
Command "update T set F = null where rowid = 48225";
Command "update T set F = null where rowid = 51859";
Command "update T set F = null where rowid = 13319";
Command "update T set F = null where rowid = 53479";
Command "update T set F = null where rowid = 14";
Command "update T set F = null where rowid = 16454";
Command "update T set F = null where rowid = 42287";
Command "update T set F = null where rowid = 61372";
Command "update T set F = null where rowid = 38046";
Command "update T set F = null where rowid = 18647";
Command "update T set F = null where rowid = 36871";
Command "update T set F = null where rowid = 22150";
Command "update T set F = null where rowid = 2019";
Command "update T set F = null where rowid = 46740";
Command "update T set F = null where rowid = 45987";
Command "update T set F = null where rowid = 11512";
Command "update T set F = null where rowid = 11191";
Command "update T set F = null where rowid = 18035";
Command "update T set F = null where rowid = 51506";
Command "update T set F = null where rowid = 4186";
Command "update T set F = null where rowid = 43685";
Command "update T set F = null where rowid = 36000";
Command "update T set F = null where rowid = 40980";
Command "update T set F = null where rowid = 31996";
Command "update T set F = null where rowid = 3861";
Command "update T set F = null where rowid = 40291";
Command "update T set F = null where rowid = 26426";
Command "update T set F = null where rowid = 40294";
Command "update T set F = null where rowid = 4630";
Command "update T set F = null where rowid = 12254";
Command "update T set F = null where rowid = 49767";
Command "update T set F = null where rowid = 53864";
Command "update T set F = null where rowid = 58534";
Command "update T set F = null where rowid = 4612";
Command "update T set F = null where rowid = 51325";
Command "update T set F = null where rowid = 52487";
Command "update T set F = null where rowid = 24168";
Command "update T set F = null where rowid = 52815";
Command "update T set F = null where rowid = 57402";
Command "update T set F = null where rowid = 36164";
Command "update T set F = null where rowid = 8176";
Command "update T set F = null where rowid = 29623";
Command "update T set F = null where rowid = 58481";
Command "update T set F = null where rowid = 11964";
Command "update T set F = null where rowid = 12558";
Command "update T set F = null where rowid = 6257";
Command "update T set F = null where rowid = 59178";
Command "update T set F = null where rowid = 53538";
Command "update T set F = null where rowid = 7947";
Command "update T set F = null where rowid = 38253";
Command "update T set F = null where rowid = 25561";
Command "update T set F = null where rowid = 22878";
Command "update T set F = null where rowid = 10728";
Command "update T set F = null where rowid = 16215";
Command "update T set F = null where rowid = 52438";
Command "update T set F = null where rowid = 17449";
Command "update T set F = null where rowid = 48645";
Command "update T set F = null where rowid = 45614";
Command "update T set F = null where rowid = 26912";
Command "update T set F = null where rowid = 29218";
Command "update T set F = null where rowid = 33502";
Command "update T set F = null where rowid = 13672";
Command "update T set F = null where rowid = 23134";
Command "update T set F = null where rowid = 32001";
Command "update T set F = null where rowid = 38681";
Command "update T set F = null where rowid = 29001";
Command "update T set F = null where rowid = 3415";
Command "update T set F = null where rowid = 16856";
Command "update T set F = null where rowid = 8315";
Command "update T set F = null where rowid = 48424";
Command "update T set F = null where rowid = 53327";
Command "update T set F = null where rowid = 21892";
Command "update T set F = null where rowid = 9603";
Command "update T set F = null where rowid = 14318";
Command "update T set F = null where rowid = 27655";
Command "update T set F = null where rowid = 15766";
Command "update T set F = null where rowid = 25815";
Command "update T set F = null where rowid = 23166";
Command "update T set F = null where rowid = 26002";
Command "update T set F = null where rowid = 2283";
Command "update T set F = null where rowid = 57310";
Command "update T set F = null where rowid = 45439";
Command "update T set F = null where rowid = 19260";
Command "update T set F = null where rowid = 49826";
Command "update T set F = null where rowid = 4244";
Command "update T set F = null where rowid = 26039";
Command "update T set F = null where rowid = 13681";
Command "update T set F = null where rowid = 26428";
Command "update T set F = null where rowid = 14722";
Command "update T set F = null where rowid = 8800";
Command "update T set F = null where rowid = 35057";
Command "update T set F = null where rowid = 52857";
Command "update T set F = null where rowid = 40573";
Command "update T set F = null where rowid = 41083";
Command "update T set F = null where rowid = 4356";
Command "update T set F = null where rowid = 41968";
Command "update T set F = null where rowid = 14762";
Command "update T set F = null where rowid = 27305";
Command "update T set F = null where rowid = 9471";
Command "update T set F = null where rowid = 38098";
Command "update T set F = null where rowid = 13791";
Command "update T set F = null where rowid = 56001";
Command "update T set F = null where rowid = 50205";
Command "update T set F = null where rowid = 11120";
Command "update T set F = null where rowid = 23416";
Command "update T set F = null where rowid = 39466";
Command "update T set F = null where rowid = 31344";
Command "update T set F = null where rowid = 48264";
Command "update T set F = null where rowid = 21538";
Command "update T set F = null where rowid = 563";
Command "update T set F = null where rowid = 17221";
Command "update T set F = null where rowid = 58651";
Command "update T set F = null where rowid = 150";
Command "update T set F = null where rowid = 47505";
Command "update T set F = null where rowid = 60781";
Command "update T set F = null where rowid = 2253";
Command "update T set F = null where rowid = 52379";
Command "update T set F = null where rowid = 513";
Command "update T set F = null where rowid = 20420";
Command "update T set F = null where rowid = 35636";
Command "update T set F = null where rowid = 51120";
Command "update T set F = null where rowid = 32314";
Command "update T set F = null where rowid = 30224";
Command "update T set F = null where rowid = 54005";
Command "update T set F = null where rowid = 39019";
Command "update T set F = null where rowid = 25028";
Command "update T set F = null where rowid = 25427";
Command "update T set F = null where rowid = 52764";
Command "update T set F = null where rowid = 19592";
Command "update T set F = null where rowid = 46947";
Command "update T set F = null where rowid = 9176";
Command "update T set F = null where rowid = 16479";
Command "update T set F = null where rowid = 36531";
Command "update T set F = null where rowid = 35892";
Command "update T set F = null where rowid = 49286";
Command "update T set F = null where rowid = 14790";
Command "update T set F = null where rowid = 38489";
Command "update T set F = null where rowid = 23494";
Command "update T set F = null where rowid = 14311";
Command "update T set F = null where rowid = 39901";
Command "update T set F = null where rowid = 4825";
Command "update T set F = null where rowid = 43675";
Command "update T set F = null where rowid = 19313";
Command "update T set F = null where rowid = 42545";
Command "update T set F = null where rowid = 38935";
Command "update T set F = null where rowid = 49982";
Command "update T set F = null where rowid = 3943";
Command "update T set F = null where rowid = 54280";
Command "update T set F = null where rowid = 22611";
Command "update T set F = null where rowid = 59566";
Command "update T set F = null where rowid = 9246";
Command "update T set F = null where rowid = 41303";
Command "update T set F = null where rowid = 31905";
Command "update T set F = null where rowid = 56763";
Command "update T set F = null where rowid = 33240";
Command "update T set F = null where rowid = 31500";
Command "update T set F = null where rowid = 5241";
Command "update T set F = null where rowid = 4859";
Command "update T set F = null where rowid = 43183";
Command "update T set F = null where rowid = 38782";
Command "update T set F = null where rowid = 46863";
Command "update T set F = null where rowid = 15278";
Command "update T set F = null where rowid = 15688";
Command "update T set F = null where rowid = 10175";
Command "update T set F = null where rowid = 19922";
Command "update T set F = null where rowid = 5401";
Command "update T set F = null where rowid = 8830";
Command "update T set F = null where rowid = 58652";
Command "update T set F = null where rowid = 47523";
Command "update T set F = null where rowid = 44412";
Command "update T set F = null where rowid = 14753";
Command "update T set F = null where rowid = 23202";
Command "update T set F = null where rowid = 29185";
Command "update T set F = null where rowid = 30668";
Command "update T set F = null where rowid = 24027";
Command "update T set F = null where rowid = 42157";
Command "update T set F = null where rowid = 57942";
Command "update T set F = null where rowid = 32316";
Command "update T set F = null where rowid = 34437";
Command "update T set F = null where rowid = 41556";
Command "update T set F = null where rowid = 38005";
Command "update T set F = null where rowid = 40277";
Command "update T set F = null where rowid = 8711";
Command "update T set F = null where rowid = 46906";
Command "update T set F = null where rowid = 39900";
Command "update T set F = null where rowid = 27088";
Command "update T set F = null where rowid = 22744";
Command "update T set F = null where rowid = 5186";
Command "update T set F = null where rowid = 36693";
Command "update T set F = null where rowid = 5872";
Command "update T set F = null where rowid = 37828";
Command "update T set F = null where rowid = 28782";
Command "update T set F = null where rowid = 6331";
Command "update T set F = null where rowid = 33892";
Command "update T set F = null where rowid = 29800";
Command "update T set F = null where rowid = 49989";
Command "update T set F = null where rowid = 45347";
Command "update T set F = null where rowid = 8493";
Command "update T set F = null where rowid = 961";
Command "update T set F = null where rowid = 21008";
Command "update T set F = null where rowid = 13327";
Command "update T set F = null where rowid = 47153";
Command "update T set F = null where rowid = 44135";
Command "update T set F = null where rowid = 40331";
Command "update T set F = null where rowid = 49796";
Command "update T set F = null where rowid = 19836";
Command "update T set F = null where rowid = 23455";
Command "update T set F = null where rowid = 11530";
Command "update T set F = null where rowid = 13282";
Command "update T set F = null where rowid = 23557";
Command "update T set F = null where rowid = 39402";
Command "update T set F = null where rowid = 56896";
Command "update T set F = null where rowid = 21962";
Command "update T set F = null where rowid = 60731";
Command "update T set F = null where rowid = 59193";
Command "update T set F = null where rowid = 13731";
Command "update T set F = null where rowid = 60400";
Command "update T set F = null where rowid = 9705";
Command "update T set F = null where rowid = 61181";
Command "update T set F = null where rowid = 29278";
Command "update T set F = null where rowid = 40527";
Command "update T set F = null where rowid = 55657";
Command "update T set F = null where rowid = 2383";
Command "update T set F = null where rowid = 26384";
Command "update T set F = null where rowid = 1606";
Command "update T set F = null where rowid = 1050";
Command "update T set F = null where rowid = 47798";
Command "update T set F = null where rowid = 26357";
Command "update T set F = null where rowid = 35174";
Command "update T set F = null where rowid = 54369";
Command "update T set F = null where rowid = 55837";
Command "update T set F = null where rowid = 21236";
Command "update T set F = null where rowid = 17578";
Command "update T set F = null where rowid = 54962";
Command "update T set F = null where rowid = 19214";
Command "update T set F = null where rowid = 43196";
Command "update T set F = null where rowid = 61126";
Command "update T set F = null where rowid = 24016";
Command "update T set F = null where rowid = 37344";
Command "update T set F = null where rowid = 47397";
Command "update T set F = null where rowid = 41399";
Command "update T set F = null where rowid = 29186";
Command "update T set F = null where rowid = 24302";
Command "update T set F = null where rowid = 2403";
Command "update T set F = null where rowid = 42808";
Command "update T set F = null where rowid = 232";
Command "update T set F = null where rowid = 29988";
Command "update T set F = null where rowid = 60753";
Command "update T set F = null where rowid = 60188";
Command "update T set F = null where rowid = 33499";
Command "update T set F = null where rowid = 43447";
Command "update T set F = null where rowid = 6251";
Command "update T set F = null where rowid = 6253";
Command "update T set F = null where rowid = 22602";
Command "update T set F = null where rowid = 10692";
Command "update T set F = null where rowid = 37711";
Command "update T set F = null where rowid = 38909";
Command "update T set F = null where rowid = 27466";
Command "update T set F = null where rowid = 26832";
Command "update T set F = null where rowid = 8519";
Command "update T set F = null where rowid = 36816";
Command "update T set F = null where rowid = 47278";
Command "update T set F = null where rowid = 54059";
Command "update T set F = null where rowid = 49401";
Command "update T set F = null where rowid = 21628";
Command "update T set F = null where rowid = 41988";
Command "update T set F = null where rowid = 19905";
Command "update T set F = null where rowid = 30715";
Command "update T set F = null where rowid = 60960";
Command "update T set F = null where rowid = 52143";
Command "update T set F = null where rowid = 19629";
Command "update T set F = null where rowid = 49231";
Command "update T set F = null where rowid = 17589";
Command "update T set F = null where rowid = 40957";
Command "update T set F = null where rowid = 26731";
Command "update T set F = null where rowid = 40299";
Command "update T set F = null where rowid = 60322";
Command "update T set F = null where rowid = 558";
Command "update T set F = null where rowid = 55516";
Command "update T set F = null where rowid = 24308";
Command "update T set F = null where rowid = 14354";
Command "update T set F = null where rowid = 3360";
Command "update T set F = null where rowid = 187";
Command "update T set F = null where rowid = 34111";
Command "update T set F = null where rowid = 28810";
Command "update T set F = null where rowid = 17160";
Command "update T set F = null where rowid = 27053";
Command "update T set F = null where rowid = 21386";
Command "update T set F = null where rowid = 15822";
Command "update T set F = null where rowid = 18992";
Command "update T set F = null where rowid = 52916";
Command "update T set F = null where rowid = 28328";
Command "update T set F = null where rowid = 10727";
Command "update T set F = null where rowid = 28158";
Command "update T set F = null where rowid = 12943";
Command "update T set F = null where rowid = 47771";
Command "update T set F = null where rowid = 35407";
Command "update T set F = null where rowid = 24271";
Command "update T set F = null where rowid = 55705";
Command "update T set F = null where rowid = 57078";
Command "update T set F = null where rowid = 34530";
Command "update T set F = null where rowid = 57114";
Command "update T set F = null where rowid = 30386";
Command "update T set F = null where rowid = 17148";
Command "update T set F = null where rowid = 35260";
Command "update T set F = null where rowid = 22041";
Command "update T set F = null where rowid = 26678";
Command "update T set F = null where rowid = 60017";
Command "update T set F = null where rowid = 19411";
Command "update T set F = null where rowid = 32160";
Command "update T set F = null where rowid = 48142";
Command "update T set F = null where rowid = 31235";
Command "update T set F = null where rowid = 27511";
Command "update T set F = null where rowid = 13023";
Command "update T set F = null where rowid = 50386";
Command "update T set F = null where rowid = 7435";
Command "update T set F = null where rowid = 54589";
Command "update T set F = null where rowid = 47897";
Command "update T set F = null where rowid = 52090";
Command "update T set F = null where rowid = 60728";
Command "update T set F = null where rowid = 9852";
Command "update T set F = null where rowid = 60951";
Command "update T set F = null where rowid = 15579";
Command "update T set F = null where rowid = 7573";
Command "update T set F = null where rowid = 9242";
Command "update T set F = null where rowid = 16927";
Command "update T set F = null where rowid = 3926";
Command "update T set F = null where rowid = 13762";
Command "update T set F = null where rowid = 10948";
Command "update T set F = null where rowid = 39053";
Command "update T set F = null where rowid = 56766";
Command "update T set F = null where rowid = 3080";
Command "update T set F = null where rowid = 9258";
Command "update T set F = null where rowid = 32549";
Command "update T set F = null where rowid = 48915";
Command "update T set F = null where rowid = 29655";
Command "update T set F = null where rowid = 43434";
Command "update T set F = null where rowid = 22284";
Command "update T set F = null where rowid = 32440";
Command "update T set F = null where rowid = 20368";
Command "update T set F = null where rowid = 7709";
Command "update T set F = null where rowid = 35919";
Command "update T set F = null where rowid = 46565";
Command "update T set F = null where rowid = 58178";
Command "update T set F = null where rowid = 47705";
Command "update T set F = null where rowid = 57926";
Command "update T set F = null where rowid = 29822";
Command "update T set F = null where rowid = 33691";
Command "update T set F = null where rowid = 19049";
Command "update T set F = null where rowid = 18721";
Command "update T set F = null where rowid = 19541";
Command "update T set F = null where rowid = 1476";
Command "update T set F = null where rowid = 60626";
Command "update T set F = null where rowid = 39391";
Command "update T set F = null where rowid = 31979";
Command "update T set F = null where rowid = 50484";
Command "update T set F = null where rowid = 37429";
Command "update T set F = null where rowid = 28100";
Command "update T set F = null where rowid = 52019";
Command "update T set F = null where rowid = 45670";
Command "update T set F = null where rowid = 3781";
Command "update T set F = null where rowid = 54195";
Command "update T set F = null where rowid = 11550";
Command "update T set F = null where rowid = 10424";
Command "update T set F = null where rowid = 49777";
Command "update T set F = null where rowid = 54114";
Command "update T set F = null where rowid = 46869";
Command "update T set F = null where rowid = 37497";
Command "update T set F = null where rowid = 58593";
Command "update T set F = null where rowid = 45996";
Command "update T set F = null where rowid = 47544";
Command "update T set F = null where rowid = 37579";
Command "update T set F = null where rowid = 43740";
Command "update T set F = null where rowid = 18685";
Command "update T set F = null where rowid = 21783";
Command "update T set F = null where rowid = 18703";
Command "update T set F = null where rowid = 51925";
Command "update T set F = null where rowid = 60835";
Command "update T set F = null where rowid = 19982";
Command "update T set F = null where rowid = 36106";
Command "update T set F = null where rowid = 19817";
Command "update T set F = null where rowid = 37637";
Command "update T set F = null where rowid = 18265";
Command "update T set F = null where rowid = 18437";
Command "update T set F = null where rowid = 49669";
Command "update T set F = null where rowid = 39587";
Command "update T set F = null where rowid = 39034";
Command "update T set F = null where rowid = 45335";
Command "update T set F = null where rowid = 16498";
Command "update T set F = null where rowid = 30414";
Command "update T set F = null where rowid = 17287";
Command "update T set F = null where rowid = 38151";
Command "update T set F = null where rowid = 33296";
Command "update T set F = null where rowid = 14969";
Command "update T set F = null where rowid = 3173";
Command "update T set F = null where rowid = 30728";
Command "update T set F = null where rowid = 58763";
Command "update T set F = null where rowid = 44050";
Command "update T set F = null where rowid = 37220";
Command "update T set F = null where rowid = 22860";
Command "update T set F = null where rowid = 9943";
Command "update T set F = null where rowid = 5075";
Command "update T set F = null where rowid = 27742";
Command "update T set F = null where rowid = 3907";
Command "update T set F = null where rowid = 13553";
Command "update T set F = null where rowid = 35908";
Command "update T set F = null where rowid = 59162";
Command "update T set F = null where rowid = 25566";
Command "update T set F = null where rowid = 46060";
Command "update T set F = null where rowid = 2295";
Command "update T set F = null where rowid = 55522";
Command "update T set F = null where rowid = 59338";
Command "update T set F = null where rowid = 51572";
Command "update T set F = null where rowid = 55342";
Command "update T set F = null where rowid = 14573";
Command "update T set F = null where rowid = 12828";
Command "update T set F = null where rowid = 7569";
Command "update T set F = null where rowid = 15756";
Command "update T set F = null where rowid = 5961";
Command "update T set F = null where rowid = 26929";
Command "update T set F = null where rowid = 58442";
Command "update T set F = null where rowid = 57164";
Command "update T set F = null where rowid = 50843";
Command "update T set F = null where rowid = 46596";
Command "update T set F = null where rowid = 27928";
Command "update T set F = null where rowid = 17526";
Command "update T set F = null where rowid = 15339";
Command "update T set F = null where rowid = 25017";
Command "update T set F = null where rowid = 8662";
Command "update T set F = null where rowid = 1880";
Command "update T set F = null where rowid = 27527";
Command "update T set F = null where rowid = 8291";
Command "update T set F = null where rowid = 36536";
Command "update T set F = null where rowid = 23339";
Command "update T set F = null where rowid = 2675";
Command "update T set F = null where rowid = 14413";
Command "update T set F = null where rowid = 49101";
Command "update T set F = null where rowid = 32297";
Command "update T set F = null where rowid = 21907";
Command "update T set F = null where rowid = 19989";
Command "update T set F = null where rowid = 46351";
Command "update T set F = null where rowid = 12777";
Command "update T set F = null where rowid = 54587";
Command "update T set F = null where rowid = 47176";
Command "update T set F = null where rowid = 54250";
Command "update T set F = null where rowid = 11391";
Command "update T set F = null where rowid = 46450";
Command "update T set F = null where rowid = 57848";
Command "update T set F = null where rowid = 33410";
Command "update T set F = null where rowid = 310";
Command "update T set F = null where rowid = 8984";
Command "update T set F = null where rowid = 32756";
Command "update T set F = null where rowid = 39793";
Command "update T set F = null where rowid = 6777";
Command "update T set F = null where rowid = 48970";
Command "update T set F = null where rowid = 32162";
Command "update T set F = null where rowid = 49745";
Command "update T set F = null where rowid = 52025";
Command "update T set F = null where rowid = 60730";
Command "update T set F = null where rowid = 56211";
Command "update T set F = null where rowid = 5423";
Command "update T set F = null where rowid = 43809";
Command "update T set F = null where rowid = 23097";
Command "update T set F = null where rowid = 11901";
Command "update T set F = null where rowid = 52162";
Command "update T set F = null where rowid = 19070";
Command "update T set F = null where rowid = 21101";
Command "update T set F = null where rowid = 42990";
Command "update T set F = null where rowid = 43863";
Command "update T set F = null where rowid = 22312";
Command "update T set F = null where rowid = 52139";
Command "update T set F = null where rowid = 4679";
Command "update T set F = null where rowid = 11992";
Command "update T set F = null where rowid = 46341";
Command "update T set F = null where rowid = 7135";
Command "update T set F = null where rowid = 27274";
Command "update T set F = null where rowid = 39221";
Command "update T set F = null where rowid = 19839";
Command "update T set F = null where rowid = 4750";
Command "update T set F = null where rowid = 58146";
Command "update T set F = null where rowid = 14530";
Command "update T set F = null where rowid = 59756";
Command "update T set F = null where rowid = 7110";
Command "update T set F = null where rowid = 37609";
Command "update T set F = null where rowid = 56200";
Command "update T set F = null where rowid = 58157";
Command "update T set F = null where rowid = 50635";
Command "update T set F = null where rowid = 10481";
Command "update T set F = null where rowid = 40352";
Command "update T set F = null where rowid = 20205";
Command "update T set F = null where rowid = 58183";
Command "update T set F = null where rowid = 32133";
Command "update T set F = null where rowid = 46143";
Command "update T set F = null where rowid = 52185";
Command "update T set F = null where rowid = 41390";
Command "update T set F = null where rowid = 1905";
Command "update T set F = null where rowid = 10472";
Command "update T set F = null where rowid = 32208";
Command "update T set F = null where rowid = 16842";
Command "update T set F = null where rowid = 7866";
Command "update T set F = null where rowid = 30861";
Command "update T set F = null where rowid = 25546";
Command "update T set F = null where rowid = 41494";
Command "update T set F = null where rowid = 59433";
Command "update T set F = null where rowid = 17196";
Command "update T set F = null where rowid = 9586";
Command "update T set F = null where rowid = 12095";
Command "update T set F = null where rowid = 52388";
Command "update T set F = null where rowid = 27965";
Command "update T set F = null where rowid = 59768";
Command "update T set F = null where rowid = 12454";
Command "update T set F = null where rowid = 58227";
Command "update T set F = null where rowid = 48879";
Command "update T set F = null where rowid = 58888";
Command "update T set F = null where rowid = 12535";
Command "update T set F = null where rowid = 55979";
Command "update T set F = null where rowid = 24437";
Command "update T set F = null where rowid = 24390";
Command "update T set F = null where rowid = 47876";
Command "update T set F = null where rowid = 29145";
Command "update T set F = null where rowid = 33225";
Command "update T set F = null where rowid = 23882";
Command "update T set F = null where rowid = 27062";
Command "update T set F = null where rowid = 38614";
Command "update T set F = null where rowid = 35907";
Command "update T set F = null where rowid = 6241";
Command "update T set F = null where rowid = 22063";
Command "update T set F = null where rowid = 22564";
Command "update T set F = null where rowid = 50287";
Command "update T set F = null where rowid = 40397";
Command "update T set F = null where rowid = 54628";
Command "update T set F = null where rowid = 55175";
Command "update T set F = null where rowid = 26262";
Command "update T set F = null where rowid = 21124";
Command "update T set F = null where rowid = 49489";
Command "update T set F = null where rowid = 38423";
Command "update T set F = null where rowid = 35142";
Command "update T set F = null where rowid = 14730";
Command "update T set F = null where rowid = 14319";
Command "update T set F = null where rowid = 51779";
Command "update T set F = null where rowid = 8344";
Command "update T set F = null where rowid = 4307";
Command "update T set F = null where rowid = 55753";
Command "update T set F = null where rowid = 42085";
Command "update T set F = null where rowid = 4719";
Command "update T set F = null where rowid = 43204";
Command "update T set F = null where rowid = 50740";
Command "update T set F = null where rowid = 48030";
Command "update T set F = null where rowid = 38146";
Command "update T set F = null where rowid = 30077";
Command "update T set F = null where rowid = 36136";
Command "update T set F = null where rowid = 46491";
Command "update T set F = null where rowid = 10951";
Command "update T set F = null where rowid = 41619";
Command "update T set F = null where rowid = 38196";
Command "update T set F = null where rowid = 8532";
Command "update T set F = null where rowid = 44702";
Command "update T set F = null where rowid = 2921";
Command "update T set F = null where rowid = 31265";
Command "update T set F = null where rowid = 4224";
Command "update T set F = null where rowid = 57829";
Command "update T set F = null where rowid = 45842";
Command "update T set F = null where rowid = 34714";
Command "update T set F = null where rowid = 33081";
Command "update T set F = null where rowid = 23368";
Command "update T set F = null where rowid = 30074";
Command "update T set F = null where rowid = 6410";
Command "update T set F = null where rowid = 47620";
Command "update T set F = null where rowid = 17276";
Command "update T set F = null where rowid = 1341";
Command "update T set F = null where rowid = 54691";
Command "update T set F = null where rowid = 332";
Command "update T set F = null where rowid = 5630";
Command "update T set F = null where rowid = 31524";
Command "update T set F = null where rowid = 5999";
Command "update T set F = null where rowid = 2102";
Command "update T set F = null where rowid = 36335";
Command "update T set F = null where rowid = 44327";
Command "update T set F = null where rowid = 6727";
Command "update T set F = null where rowid = 15705";
Command "update T set F = null where rowid = 43409";
Command "update T set F = null where rowid = 30823";
Command "update T set F = null where rowid = 24458";
Command "update T set F = null where rowid = 52067";
Command "update T set F = null where rowid = 3634";
Command "update T set F = null where rowid = 13271";
Command "update T set F = null where rowid = 30391";
Command "update T set F = null where rowid = 30340";
Command "update T set F = null where rowid = 61208";
Command "update T set F = null where rowid = 41649";
Command "update T set F = null where rowid = 33083";
Command "update T set F = null where rowid = 34816";
Command "update T set F = null where rowid = 12509";
Command "update T set F = null where rowid = 20221";
Command "update T set F = null where rowid = 18231";
Command "update T set F = null where rowid = 60214";
Command "update T set F = null where rowid = 9043";
Command "update T set F = null where rowid = 58592";
Command "update T set F = null where rowid = 25147";
Command "update T set F = null where rowid = 37537";
Command "update T set F = null where rowid = 9544";
Command "update T set F = null where rowid = 58786";
Command "update T set F = null where rowid = 36058";
Command "update T set F = null where rowid = 12493";
Command "update T set F = null where rowid = 10261";
Command "update T set F = null where rowid = 18217";
Command "update T set F = null where rowid = 30411";
Command "update T set F = null where rowid = 54673";
Command "update T set F = null where rowid = 29084";
Command "update T set F = null where rowid = 12328";
Command "update T set F = null where rowid = 2565";
Command "update T set F = null where rowid = 61423";
Command "update T set F = null where rowid = 48702";
Command "update T set F = null where rowid = 41838";
Command "update T set F = null where rowid = 59698";
Command "update T set F = null where rowid = 15988";
Command "update T set F = null where rowid = 31474";
Command "update T set F = null where rowid = 10448";
Command "update T set F = null where rowid = 42144";
Command "update T set F = null where rowid = 2671";
Command "update T set F = null where rowid = 32729";
Command "update T set F = null where rowid = 30504";
Command "update T set F = null where rowid = 49176";
Command "update T set F = null where rowid = 27956";
Command "update T set F = null where rowid = 58585";
Command "update T set F = null where rowid = 56006";
Command "update T set F = null where rowid = 49946";
Command "update T set F = null where rowid = 6699";
Command "update T set F = null where rowid = 39784";
Command "update T set F = null where rowid = 16410";
Command "update T set F = null where rowid = 5881";
Command "update T set F = null where rowid = 40254";
Command "update T set F = null where rowid = 11368";
Command "update T set F = null where rowid = 36775";
Command "update T set F = null where rowid = 15703";
Command "update T set F = null where rowid = 32112";
Command "update T set F = null where rowid = 53127";
Command "update T set F = null where rowid = 56284";
Command "update T set F = null where rowid = 12154";
Command "update T set F = null where rowid = 58238";
Command "update T set F = null where rowid = 17733";
Command "update T set F = null where rowid = 17895";
Command "update T set F = null where rowid = 39710";
Command "update T set F = null where rowid = 50524";
Command "update T set F = null where rowid = 32624";
Command "update T set F = null where rowid = 56745";
Command "update T set F = null where rowid = 60271";
Command "update T set F = null where rowid = 48042";
Command "update T set F = null where rowid = 528";
Command "update T set F = null where rowid = 32692";
Command "update T set F = null where rowid = 51759";
Command "update T set F = null where rowid = 40973";
Command "update T set F = null where rowid = 41187";
Command "update T set F = null where rowid = 43106";
Command "update T set F = null where rowid = 12236";
Command "update T set F = null where rowid = 27797";
Command "update T set F = null where rowid = 46586";
Command "update T set F = null where rowid = 47656";
Command "update T set F = null where rowid = 59319";
Command "update T set F = null where rowid = 18989";
Command "update T set F = null where rowid = 43256";
Command "update T set F = null where rowid = 34050";
Command "update T set F = null where rowid = 58140";
Command "update T set F = null where rowid = 17283";
Command "update T set F = null where rowid = 7987";
Command "update T set F = null where rowid = 34360";
Command "update T set F = null where rowid = 11168";
Command "update T set F = null where rowid = 36513";
Command "update T set F = null where rowid = 39225";
Command "update T set F = null where rowid = 48151";
Command "update T set F = null where rowid = 25236";
Command "update T set F = null where rowid = 26054";
Command "update T set F = null where rowid = 15205";
Command "update T set F = null where rowid = 24340";
Command "update T set F = null where rowid = 58014";
Command "update T set F = null where rowid = 8112";
Command "update T set F = null where rowid = 54444";
Command "update T set F = null where rowid = 41245";
Command "update T set F = null where rowid = 25323";
Command "update T set F = null where rowid = 13907";
Command "update T set F = null where rowid = 55445";
Command "update T set F = null where rowid = 39522";
Command "update T set F = null where rowid = 16938";
Command "update T set F = null where rowid = 9291";
Command "update T set F = null where rowid = 48363";
Command "update T set F = null where rowid = 16297";
Command "update T set F = null where rowid = 35863";
Command "update T set F = null where rowid = 45446";
Command "update T set F = null where rowid = 36384";
Command "update T set F = null where rowid = 40785";
Command "update T set F = null where rowid = 8504";
Command "update T set F = null where rowid = 49625";
Command "update T set F = null where rowid = 40349";
Command "update T set F = null where rowid = 6571";
Command "update T set F = null where rowid = 23317";
Command "update T set F = null where rowid = 44186";
Command "update T set F = null where rowid = 7241";
Command "update T set F = null where rowid = 48190";
Command "update T set F = null where rowid = 35709";
Command "update T set F = null where rowid = 35064";
Command "update T set F = null where rowid = 56249";
Command "update T set F = null where rowid = 58545";
Command "update T set F = null where rowid = 6901";
Command "update T set F = null where rowid = 10367";
Command "update T set F = null where rowid = 9307";
Command "update T set F = null where rowid = 61334";
Command "update T set F = null where rowid = 8979";
Command "update T set F = null where rowid = 313";
Command "update T set F = null where rowid = 33325";
Command "update T set F = null where rowid = 33457";
Command "update T set F = null where rowid = 55501";
Command "update T set F = null where rowid = 34126";
Command "update T set F = null where rowid = 41373";
Command "update T set F = null where rowid = 55304";
Command "update T set F = null where rowid = 51862";
Command "update T set F = null where rowid = 40494";
Command "update T set F = null where rowid = 10485";
Command "update T set F = null where rowid = 60395";
Command "update T set F = null where rowid = 61012";
Command "update T set F = null where rowid = 47602";
Command "update T set F = null where rowid = 3962";
Command "update T set F = null where rowid = 56647";
Command "update T set F = null where rowid = 48669";
Command "update T set F = null where rowid = 47009";
Command "update T set F = null where rowid = 9339";
Command "update T set F = null where rowid = 26445";
Command "update T set F = null where rowid = 11730";
Command "update T set F = null where rowid = 21734";
Command "update T set F = null where rowid = 54122";
Command "update T set F = null where rowid = 53518";
Command "update T set F = null where rowid = 6242";
Command "update T set F = null where rowid = 35634";
Command "update T set F = null where rowid = 37348";
Command "update T set F = null where rowid = 42653";
Command "update T set F = null where rowid = 16992";
Command "update T set F = null where rowid = 58970";
Command "update T set F = null where rowid = 41845";
Command "update T set F = null where rowid = 20777";
Command "update T set F = null where rowid = 874";
Command "update T set F = null where rowid = 34124";
Command "update T set F = null where rowid = 20958";
Command "update T set F = null where rowid = 56956";
Command "update T set F = null where rowid = 18359";
Command "update T set F = null where rowid = 24691";
Command "update T set F = null where rowid = 34638";
Command "update T set F = null where rowid = 32578";
Command "update T set F = null where rowid = 13572";
Command "update T set F = null where rowid = 40463";
Command "update T set F = null where rowid = 13516";
Command "update T set F = null where rowid = 59057";
Command "update T set F = null where rowid = 25891";
Command "update T set F = null where rowid = 33966";
Command "update T set F = null where rowid = 16823";
Command "update T set F = null where rowid = 50118";
Command "update T set F = null where rowid = 38333";
Command "update T set F = null where rowid = 27912";
Command "update T set F = null where rowid = 655";
Command "update T set F = null where rowid = 20959";
Command "update T set F = null where rowid = 11223";
Command "update T set F = null where rowid = 5809";
Command "update T set F = null where rowid = 55298";
Command "update T set F = null where rowid = 44539";
Command "update T set F = null where rowid = 18902";
Command "update T set F = null where rowid = 19318";
Command "update T set F = null where rowid = 55085";
Command "update T set F = null where rowid = 47245";
Command "update T set F = null where rowid = 24845";
Command "update T set F = null where rowid = 22484";
Command "update T set F = null where rowid = 21901";
Command "update T set F = null where rowid = 12367";
Command "update T set F = null where rowid = 5312";
Command "update T set F = null where rowid = 40846";
Command "update T set F = null where rowid = 20586";
Command "update T set F = null where rowid = 52691";
Command "update T set F = null where rowid = 24357";
Command "update T set F = null where rowid = 5890";
Command "update T set F = null where rowid = 28188";
Command "update T set F = null where rowid = 1699";
Command "update T set F = null where rowid = 48069";
Command "update T set F = null where rowid = 19446";
Command "update T set F = null where rowid = 12542";
Command "update T set F = null where rowid = 29060";
Command "update T set F = null where rowid = 49700";
Command "update T set F = null where rowid = 51061";
Command "update T set F = null where rowid = 1761";
Command "update T set F = null where rowid = 11185";
Command "update T set F = null where rowid = 12549";
Command "update T set F = null where rowid = 38142";
Command "update T set F = null where rowid = 46474";
Command "update T set F = null where rowid = 20686";
Command "update T set F = null where rowid = 50091";
Command "update T set F = null where rowid = 13724";
Command "update T set F = null where rowid = 55261";
Command "update T set F = null where rowid = 55456";
Command "update T set F = null where rowid = 12579";
Command "update T set F = null where rowid = 30595";
Command "update T set F = null where rowid = 61489";
Command "update T set F = null where rowid = 35593";
Command "update T set F = null where rowid = 12373";
Command "update T set F = null where rowid = 27114";
Command "update T set F = null where rowid = 55576";
Command "update T set F = null where rowid = 7577";
Command "update T set F = null where rowid = 37290";
Command "update T set F = null where rowid = 9866";
Command "update T set F = null where rowid = 44150";
Command "update T set F = null where rowid = 35973";
Command "update T set F = null where rowid = 35843";
Command "update T set F = null where rowid = 4613";
Command "update T set F = null where rowid = 35485";
Command "update T set F = null where rowid = 36250";
Command "update T set F = null where rowid = 1929";
Command "update T set F = null where rowid = 47674";
Command "update T set F = null where rowid = 31425";
Command "update T set F = null where rowid = 11335";
Command "update T set F = null where rowid = 17786";
Command "update T set F = null where rowid = 34342";
Command "update T set F = null where rowid = 26790";
Command "update T set F = null where rowid = 20951";
Command "update T set F = null where rowid = 27916";
Command "update T set F = null where rowid = 881";
Command "update T set F = null where rowid = 36666";
Command "update T set F = null where rowid = 33469";
Command "update T set F = null where rowid = 30319";
Command "update T set F = null where rowid = 55572";
Command "update T set F = null where rowid = 30539";
Command "update T set F = null where rowid = 17226";
Command "update T set F = null where rowid = 13764";
Command "update T set F = null where rowid = 7287";
Command "update T set F = null where rowid = 60616";
Command "update T set F = null where rowid = 42146";
Command "update T set F = null where rowid = 38463";
Command "update T set F = null where rowid = 51887";
Command "update T set F = null where rowid = 60288";
Command "update T set F = null where rowid = 48561";
Command "update T set F = null where rowid = 5122";
Command "update T set F = null where rowid = 32683";
Command "update T set F = null where rowid = 61389";
Command "update T set F = null where rowid = 55558";
Command "update T set F = null where rowid = 51278";
Command "update T set F = null where rowid = 29692";
Command "update T set F = null where rowid = 32974";
Command "update T set F = null where rowid = 57880";
Command "update T set F = null where rowid = 25837";
Command "update T set F = null where rowid = 32986";
Command "update T set F = null where rowid = 17408";
Command "update T set F = null where rowid = 32303";
Command "update T set F = null where rowid = 28574";
Command "update T set F = null where rowid = 39615";
Command "update T set F = null where rowid = 923";
Command "update T set F = null where rowid = 29237";
Command "update T set F = null where rowid = 22811";
Command "update T set F = null where rowid = 13479";
Command "update T set F = null where rowid = 5398";
Command "update T set F = null where rowid = 32381";
Command "update T set F = null where rowid = 46188";
Command "update T set F = null where rowid = 25669";
Command "update T set F = null where rowid = 40568";
Command "update T set F = null where rowid = 31214";
Command "update T set F = null where rowid = 31709";
Command "update T set F = null where rowid = 11045";
Command "update T set F = null where rowid = 33971";
Command "update T set F = null where rowid = 52175";
Command "update T set F = null where rowid = 46881";
Command "update T set F = null where rowid = 40459";
Command "update T set F = null where rowid = 33309";
Command "update T set F = null where rowid = 25927";
Command "update T set F = null where rowid = 31623";
Command "update T set F = null where rowid = 44130";
Command "update T set F = null where rowid = 21760";
Command "update T set F = null where rowid = 10018";
Command "update T set F = null where rowid = 51424";
Command "update T set F = null where rowid = 6481";
Command "update T set F = null where rowid = 11548";
Command "update T set F = null where rowid = 24189";
Command "update T set F = null where rowid = 34838";
Command "update T set F = null where rowid = 29146";
Command "update T set F = null where rowid = 9368";
Command "update T set F = null where rowid = 4055";
Command "update T set F = null where rowid = 47285";
Command "update T set F = null where rowid = 55984";
Command "update T set F = null where rowid = 52400";
Command "update T set F = null where rowid = 25332";
Command "update T set F = null where rowid = 43275";
Command "update T set F = null where rowid = 5224";
Command "update T set F = null where rowid = 32444";
Command "update T set F = null where rowid = 5485";
Command "update T set F = null where rowid = 31276";
Command "update T set F = null where rowid = 57735";
Command "update T set F = null where rowid = 44283";
Command "update T set F = null where rowid = 36562";
Command "update T set F = null where rowid = 58715";
Command "update T set F = null where rowid = 23819";
Command "update T set F = null where rowid = 11462";
Command "update T set F = null where rowid = 13300";
Command "update T set F = null where rowid = 14400";
Command "update T set F = null where rowid = 916";
Command "update T set F = null where rowid = 49859";
Command "update T set F = null where rowid = 28597";
Command "update T set F = null where rowid = 31995";
Command "update T set F = null where rowid = 19776";
Command "update T set F = null where rowid = 46629";
Command "update T set F = null where rowid = 60853";
Command "update T set F = null where rowid = 45588";
Command "update T set F = null where rowid = 46570";
Command "update T set F = null where rowid = 37630";
Command "update T set F = null where rowid = 14632";
Command "update T set F = null where rowid = 57134";
Command "update T set F = null where rowid = 15911";
Command "update T set F = null where rowid = 35232";
Command "update T set F = null where rowid = 30137";
Command "update T set F = null where rowid = 37430";
Command "update T set F = null where rowid = 16076";
Command "update T set F = null where rowid = 58256";
Command "update T set F = null where rowid = 17893";
Command "update T set F = null where rowid = 407";
Command "update T set F = null where rowid = 52948";
Command "update T set F = null where rowid = 38135";
Command "update T set F = null where rowid = 14835";
Command "update T set F = null where rowid = 6585";
Command "update T set F = null where rowid = 2510";
Command "update T set F = null where rowid = 49581";
Command "update T set F = null where rowid = 44236";
Command "update T set F = null where rowid = 22360";
Command "update T set F = null where rowid = 43249";
Command "update T set F = null where rowid = 36444";
Command "update T set F = null where rowid = 15369";
Command "update T set F = null where rowid = 30443";
Command "update T set F = null where rowid = 53731";
Command "update T set F = null where rowid = 2333";
Command "update T set F = null where rowid = 12101";
Command "update T set F = null where rowid = 2767";
Command "update T set F = null where rowid = 48735";
Command "update T set F = null where rowid = 32946";
Command "update T set F = null where rowid = 39939";
Command "update T set F = null where rowid = 47233";
Command "update T set F = null where rowid = 8829";
Command "update T set F = null where rowid = 23075";
Command "update T set F = null where rowid = 41353";
Command "update T set F = null where rowid = 4728";
Command "update T set F = null where rowid = 46045";
Command "update T set F = null where rowid = 1797";
Command "update T set F = null where rowid = 40152";
Command "update T set F = null where rowid = 7642";
Command "update T set F = null where rowid = 22801";
Command "update T set F = null where rowid = 56043";
Command "update T set F = null where rowid = 4554";
Command "update T set F = null where rowid = 56355";
Command "update T set F = null where rowid = 10282";
Command "update T set F = null where rowid = 58528";
Command "update T set F = null where rowid = 35077";
Command "update T set F = null where rowid = 60022";
Command "update T set F = null where rowid = 57559";
Command "update T set F = null where rowid = 26809";
Command "update T set F = null where rowid = 43742";
Command "update T set F = null where rowid = 40058";
Command "update T set F = null where rowid = 59387";
Command "update T set F = null where rowid = 57642";
Command "update T set F = null where rowid = 26269";
Command "update T set F = null where rowid = 39882";
Command "update T set F = null where rowid = 21887";
Command "update T set F = null where rowid = 41902";
Command "update T set F = null where rowid = 17588";
Command "update T set F = null where rowid = 47204";
Command "update T set F = null where rowid = 18655";
Command "update T set F = null where rowid = 49654";
Command "update T set F = null where rowid = 22350";
Command "update T set F = null where rowid = 9196";
Command "update T set F = null where rowid = 2990";
Command "update T set F = null where rowid = 44610";
Command "update T set F = null where rowid = 26814";
Command "update T set F = null where rowid = 48928";
Command "update T set F = null where rowid = 58889";
Command "update T set F = null where rowid = 43374";
Command "update T set F = null where rowid = 24279";
Command "update T set F = null where rowid = 33207";
Command "update T set F = null where rowid = 43156";
Command "update T set F = null where rowid = 32665";
Command "update T set F = null where rowid = 40395";
Command "update T set F = null where rowid = 38559";
Command "update T set F = null where rowid = 33552";
Command "update T set F = null where rowid = 8377";
Command "update T set F = null where rowid = 12363";
Command "update T set F = null where rowid = 28537";
Command "update T set F = null where rowid = 7024";
Command "update T set F = null where rowid = 48345";
Command "update T set F = null where rowid = 44894";
Command "update T set F = null where rowid = 42377";
Command "update T set F = null where rowid = 37324";
Command "update T set F = null where rowid = 41595";
Command "update T set F = null where rowid = 29118";
Command "update T set F = null where rowid = 38662";
Command "update T set F = null where rowid = 32581";
Command "update T set F = null where rowid = 17238";
Command "update T set F = null where rowid = 49125";
Command "update T set F = null where rowid = 47326";
Command "update T set F = null where rowid = 31717";
Command "update T set F = null where rowid = 54460";
Command "update T set F = null where rowid = 227";
Command "update T set F = null where rowid = 50378";
Command "update T set F = null where rowid = 36813";
Command "update T set F = null where rowid = 6415";
Command "update T set F = null where rowid = 3455";
Command "update T set F = null where rowid = 45232";
Command "update T set F = null where rowid = 30081";
Command "update T set F = null where rowid = 38765";
Command "update T set F = null where rowid = 30938";
Command "update T set F = null where rowid = 36312";
Command "update T set F = null where rowid = 59727";
Command "update T set F = null where rowid = 50788";
Command "update T set F = null where rowid = 46073";
Command "update T set F = null where rowid = 5103";
Command "update T set F = null where rowid = 35164";
Command "update T set F = null where rowid = 49840";
Command "update T set F = null where rowid = 21078";
Command "update T set F = null where rowid = 49116";
Command "update T set F = null where rowid = 40408";
Command "update T set F = null where rowid = 4767";
Command "update T set F = null where rowid = 60037";
Command "update T set F = null where rowid = 33723";
Command "update T set F = null where rowid = 8436";
Command "update T set F = null where rowid = 56091";
Command "update T set F = null where rowid = 30687";
Command "update T set F = null where rowid = 9844";
Command "update T set F = null where rowid = 16859";
Command "update T set F = null where rowid = 22190";
Command "update T set F = null where rowid = 8156";
Command "update T set F = null where rowid = 18013";
Command "update T set F = null where rowid = 60387";
Command "update T set F = null where rowid = 12966";
Command "update T set F = null where rowid = 29113";
Command "update T set F = null where rowid = 30618";
Command "update T set F = null where rowid = 31559";
Command "update T set F = null where rowid = 16265";
Command "update T set F = null where rowid = 22995";
Command "update T set F = null where rowid = 8144";
Command "update T set F = null where rowid = 59729";
Command "update T set F = null where rowid = 7314";
Command "update T set F = null where rowid = 17598";
Command "update T set F = null where rowid = 55168";
Command "update T set F = null where rowid = 10047";
Command "update T set F = null where rowid = 30169";
Command "update T set F = null where rowid = 44673";
Command "update T set F = null where rowid = 45234";
Command "update T set F = null where rowid = 30917";
Command "update T set F = null where rowid = 57633";
Command "update T set F = null where rowid = 5227";
Command "update T set F = null where rowid = 22089";
Command "update T set F = null where rowid = 46172";
Command "update T set F = null where rowid = 26486";
Command "update T set F = null where rowid = 12914";
Command "update T set F = null where rowid = 30260";
Command "update T set F = null where rowid = 1012";
Command "update T set F = null where rowid = 25409";
Command "update T set F = null where rowid = 27670";
Command "update T set F = null where rowid = 8641";
Command "update T set F = null where rowid = 2454";
Command "update T set F = null where rowid = 30991";
Command "update T set F = null where rowid = 20236";
Command "update T set F = null where rowid = 40840";
Command "update T set F = null where rowid = 12183";
Command "update T set F = null where rowid = 7453";
Command "update T set F = null where rowid = 53983";
Command "update T set F = null where rowid = 56435";
Command "update T set F = null where rowid = 59637";
Command "update T set F = null where rowid = 6369";
Command "update T set F = null where rowid = 19066";
Command "update T set F = null where rowid = 31797";
Command "update T set F = null where rowid = 37941";
Command "update T set F = null where rowid = 8430";
Command "update T set F = null where rowid = 29537";
Command "update T set F = null where rowid = 25292";
Command "update T set F = null where rowid = 27920";
Command "update T set F = null where rowid = 39979";
Command "update T set F = null where rowid = 41867";
Command "update T set F = null where rowid = 16207";
Command "update T set F = null where rowid = 31693";
Command "update T set F = null where rowid = 48680";
Command "update T set F = null where rowid = 6187";
Command "update T set F = null where rowid = 11102";
Command "update T set F = null where rowid = 12161";
Command "update T set F = null where rowid = 34595";
Command "update T set F = null where rowid = 55352";
Command "update T set F = null where rowid = 47300";
Command "update T set F = null where rowid = 806";
Command "update T set F = null where rowid = 25554";
Command "update T set F = null where rowid = 30547";
Command "update T set F = null where rowid = 26685";
Command "update T set F = null where rowid = 14777";
Command "update T set F = null where rowid = 3607";
Command "update T set F = null where rowid = 46911";
Command "update T set F = null where rowid = 38101";
Command "update T set F = null where rowid = 3975";
Command "update T set F = null where rowid = 1515";
Command "update T set F = null where rowid = 43128";
Command "update T set F = null where rowid = 20274";
Command "update T set F = null where rowid = 33255";
Command "update T set F = null where rowid = 28513";
Command "update T set F = null where rowid = 488";
Command "update T set F = null where rowid = 23300";
Command "update T set F = null where rowid = 21942";
Command "update T set F = null where rowid = 30511";
Command "update T set F = null where rowid = 25449";
Command "update T set F = null where rowid = 52747";
Command "update T set F = null where rowid = 19901";
Command "update T set F = null where rowid = 57473";
Command "update T set F = null where rowid = 9461";
Command "update T set F = null where rowid = 32889";
Command "update T set F = null where rowid = 35246";
Command "update T set F = null where rowid = 5946";
Command "update T set F = null where rowid = 10250";
Command "update T set F = null where rowid = 42147";
Command "update T set F = null where rowid = 40898";
Command "update T set F = null where rowid = 4686";
Command "update T set F = null where rowid = 54652";
Command "update T set F = null where rowid = 24789";
Command "update T set F = null where rowid = 39637";
Command "update T set F = null where rowid = 12257";
Command "update T set F = null where rowid = 53392";
Command "update T set F = null where rowid = 37237";
Command "update T set F = null where rowid = 43081";
Command "update T set F = null where rowid = 62";
Command "update T set F = null where rowid = 59390";
Command "update T set F = null where rowid = 1036";
Command "update T set F = null where rowid = 48091";
Command "update T set F = null where rowid = 32058";
Command "update T set F = null where rowid = 24936";
Command "update T set F = null where rowid = 50407";
Command "update T set F = null where rowid = 23037";
Command "update T set F = null where rowid = 26522";
Command "update T set F = null where rowid = 25100";
Command "update T set F = null where rowid = 8019";
Command "update T set F = null where rowid = 7142";
Command "update T set F = null where rowid = 7887";
Command "update T set F = null where rowid = 25522";
Command "update T set F = null where rowid = 2269";
Command "update T set F = null where rowid = 33409";
Command "update T set F = null where rowid = 12577";
Command "update T set F = null where rowid = 56945";
Command "update T set F = null where rowid = 12452";
Command "update T set F = null where rowid = 23649";
Command "update T set F = null where rowid = 27612";
Command "update T set F = null where rowid = 49391";
Command "update T set F = null where rowid = 50821";
Command "update T set F = null where rowid = 58285";
Command "update T set F = null where rowid = 32740";
Command "update T set F = null where rowid = 6857";
Command "update T set F = null where rowid = 58249";
Command "update T set F = null where rowid = 6501";
Command "update T set F = null where rowid = 57798";
Command "update T set F = null where rowid = 3396";
Command "update T set F = null where rowid = 3260";
Command "update T set F = null where rowid = 33708";
Command "update T set F = null where rowid = 31377";
Command "update T set F = null where rowid = 11721";
Command "update T set F = null where rowid = 35036";
Command "update T set F = null where rowid = 43498";
Command "update T set F = null where rowid = 57530";
Command "update T set F = null where rowid = 34172";
Command "update T set F = null where rowid = 23217";
Command "update T set F = null where rowid = 37846";
Command "update T set F = null where rowid = 60373";
Command "update T set F = null where rowid = 47080";
Command "update T set F = null where rowid = 2073";
Command "update T set F = null where rowid = 31833";
Command "update T set F = null where rowid = 45921";
Command "update T set F = null where rowid = 24929";
Command "update T set F = null where rowid = 46581";
Command "update T set F = null where rowid = 29620";
Command "update T set F = null where rowid = 31426";
Command "update T set F = null where rowid = 12988";
Command "update T set F = null where rowid = 28960";
Command "update T set F = null where rowid = 46628";
Command "update T set F = null where rowid = 4708";
Command "update T set F = null where rowid = 13595";
Command "update T set F = null where rowid = 4672";
Command "update T set F = null where rowid = 21489";
Command "update T set F = null where rowid = 5147";
Command "update T set F = null where rowid = 58272";
Command "update T set F = null where rowid = 42553";
Command "update T set F = null where rowid = 57423";
Command "update T set F = null where rowid = 16395";
Command "update T set F = null where rowid = 23373";
Command "update T set F = null where rowid = 16416";
Command "update T set F = null where rowid = 41057";
Command "update T set F = null where rowid = 46136";
Command "update T set F = null where rowid = 15998";
Command "update T set F = null where rowid = 35361";
Command "update T set F = null where rowid = 54458";
Command "update T set F = null where rowid = 60834";
Command "update T set F = null where rowid = 49213";
Command "update T set F = null where rowid = 49347";
Command "update T set F = null where rowid = 60004";
Command "update T set F = null where rowid = 5902";
Command "update T set F = null where rowid = 9617";
Command "update T set F = null where rowid = 10334";
Command "update T set F = null where rowid = 16741";
Command "update T set F = null where rowid = 31992";
Command "update T set F = null where rowid = 9289";
Command "update T set F = null where rowid = 10952";
Command "update T set F = null where rowid = 25682";
Command "update T set F = null where rowid = 49891";
Command "update T set F = null where rowid = 23280";
Command "update T set F = null where rowid = 2624";
Command "update T set F = null where rowid = 7289";
Command "update T set F = null where rowid = 23823";
Command "update T set F = null where rowid = 50639";
Command "update T set F = null where rowid = 44789";
Command "update T set F = null where rowid = 48827";
Command "update T set F = null where rowid = 27400";
Command "update T set F = null where rowid = 30357";
Command "update T set F = null where rowid = 31084";
Command "update T set F = null where rowid = 9306";
Command "update T set F = null where rowid = 45455";
Command "update T set F = null where rowid = 59185";
Command "update T set F = null where rowid = 11486";
Command "update T set F = null where rowid = 46819";
Command "update T set F = null where rowid = 39850";
Command "update T set F = null where rowid = 61006";
Command "update T set F = null where rowid = 21924";
Command "update T set F = null where rowid = 33300";
Command "update T set F = null where rowid = 11782";
Command "update T set F = null where rowid = 37936";
Command "update T set F = null where rowid = 13332";
Command "update T set F = null where rowid = 32430";
Command "update T set F = null where rowid = 45820";
Command "update T set F = null where rowid = 27032";
Command "update T set F = null where rowid = 9531";
Command "update T set F = null where rowid = 39887";
Command "update T set F = null where rowid = 28991";
Command "update T set F = null where rowid = 58580";
Command "update T set F = null where rowid = 25767";
Command "update T set F = null where rowid = 48613";
Command "update T set F = null where rowid = 60615";
Command "update T set F = null where rowid = 14014";
Command "update T set F = null where rowid = 36504";
Command "update T set F = null where rowid = 38900";
Command "update T set F = null where rowid = 48711";
Command "update T set F = null where rowid = 39545";
Command "update T set F = null where rowid = 44312";
Command "update T set F = null where rowid = 59764";
Command "update T set F = null where rowid = 38696";
Command "update T set F = null where rowid = 40346";
Command "update T set F = null where rowid = 39058";
Command "update T set F = null where rowid = 53391";
Command "update T set F = null where rowid = 48362";
Command "update T set F = null where rowid = 53848";
Command "update T set F = null where rowid = 55150";
Command "update T set F = null where rowid = 21741";
Command "update T set F = null where rowid = 1973";
Command "update T set F = null where rowid = 52822";
Command "update T set F = null where rowid = 718";
Command "update T set F = null where rowid = 57492";
Command "update T set F = null where rowid = 29543";
Command "update T set F = null where rowid = 14408";
Command "update T set F = null where rowid = 30379";
Command "update T set F = null where rowid = 47801";
Command "update T set F = null where rowid = 18163";
Command "update T set F = null where rowid = 40373";
Command "update T set F = null where rowid = 51097";
Command "update T set F = null where rowid = 34294";
Command "update T set F = null where rowid = 23161";
Command "update T set F = null where rowid = 33322";
Command "update T set F = null where rowid = 9771";
Command "update T set F = null where rowid = 14479";
Command "update T set F = null where rowid = 47961";
Command "update T set F = null where rowid = 1975";
Command "update T set F = null where rowid = 8754";
Command "update T set F = null where rowid = 2311";
Command "update T set F = null where rowid = 8151";
Command "update T set F = null where rowid = 9756";
Command "update T set F = null where rowid = 50040";
Command "update T set F = null where rowid = 10371";
Command "update T set F = null where rowid = 31759";
Command "update T set F = null where rowid = 60478";
Command "update T set F = null where rowid = 26163";
Command "update T set F = null where rowid = 39961";
Command "update T set F = null where rowid = 48355";
Command "update T set F = null where rowid = 44432";
Command "update T set F = null where rowid = 41005";
Command "update T set F = null where rowid = 56867";
Command "update T set F = null where rowid = 12756";
Command "update T set F = null where rowid = 41420";
Command "update T set F = null where rowid = 60346";
Command "update T set F = null where rowid = 23221";
Command "update T set F = null where rowid = 11586";
Command "update T set F = null where rowid = 35990";
Command "update T set F = null where rowid = 20998";
Command "update T set F = null where rowid = 11785";
Command "update T set F = null where rowid = 51334";
Command "update T set F = null where rowid = 36908";
Command "update T set F = null where rowid = 4311";
Command "update T set F = null where rowid = 19837";
Command "update T set F = null where rowid = 39910";
Command "update T set F = null where rowid = 5158";
Command "update T set F = null where rowid = 6808";
Command "update T set F = null where rowid = 53088";
Command "update T set F = null where rowid = 49871";
Command "update T set F = null where rowid = 6924";
Command "update T set F = null where rowid = 34375";
Command "update T set F = null where rowid = 36570";
Command "update T set F = null where rowid = 12290";
Command "update T set F = null where rowid = 47330";
Command "update T set F = null where rowid = 48439";
Command "update T set F = null where rowid = 22597";
Command "update T set F = null where rowid = 58666";
Command "update T set F = null where rowid = 1911";
Command "update T set F = null where rowid = 19085";
Command "update T set F = null where rowid = 30472";
Command "update T set F = null where rowid = 52995";
Command "update T set F = null where rowid = 44645";
Command "update T set F = null where rowid = 19478";
Command "update T set F = null where rowid = 25698";
Command "update T set F = null where rowid = 50474";
Command "update T set F = null where rowid = 10785";
Command "update T set F = null where rowid = 46578";
Command "update T set F = null where rowid = 54095";
Command "update T set F = null where rowid = 39212";
Command "update T set F = null where rowid = 36874";
Command "update T set F = null where rowid = 41499";
Command "update T set F = null where rowid = 3622";
Command "update T set F = null where rowid = 17651";
Command "update T set F = null where rowid = 59015";
Command "update T set F = null where rowid = 22310";
Command "update T set F = null where rowid = 14116";
Command "update T set F = null where rowid = 38581";
Command "update T set F = null where rowid = 5406";
Command "update T set F = null where rowid = 27272";
Command "update T set F = null where rowid = 7159";
Command "update T set F = null where rowid = 17343";
Command "update T set F = null where rowid = 13539";
Command "update T set F = null where rowid = 6628";
Command "update T set F = null where rowid = 57891";
Command "update T set F = null where rowid = 9153";
Command "update T set F = null where rowid = 28824";
Command "update T set F = null where rowid = 7116";
Command "update T set F = null where rowid = 7168";
Command "update T set F = null where rowid = 57387";
Command "update T set F = null where rowid = 5785";
Command "update T set F = null where rowid = 59398";
Command "update T set F = null where rowid = 32734";
Command "update T set F = null where rowid = 40856";
Command "update T set F = null where rowid = 54838";
Command "update T set F = null where rowid = 26212";
Command "update T set F = null where rowid = 31856";
Command "update T set F = null where rowid = 58631";
Command "update T set F = null where rowid = 33720";
Command "update T set F = null where rowid = 15566";
Command "update T set F = null where rowid = 6116";
Command "update T set F = null where rowid = 50008";
Command "update T set F = null where rowid = 42670";
Command "update T set F = null where rowid = 20905";
Command "update T set F = null where rowid = 9068";
Command "update T set F = null where rowid = 58430";
Command "update T set F = null where rowid = 55761";
Command "update T set F = null where rowid = 38451";
Command "update T set F = null where rowid = 14920";
Command "update T set F = null where rowid = 17599";
Command "update T set F = null where rowid = 19252";
Command "update T set F = null where rowid = 33504";
Command "update T set F = null where rowid = 2543";
Command "update T set F = null where rowid = 50375";
Command "update T set F = null where rowid = 15976";
Command "update T set F = null where rowid = 9253";
Command "update T set F = null where rowid = 45032";
Command "update T set F = null where rowid = 32308";
Command "update T set F = null where rowid = 21316";
Command "update T set F = null where rowid = 11761";
Command "update T set F = null where rowid = 53765";
Command "update T set F = null where rowid = 18948";
Command "update T set F = null where rowid = 59085";
Command "update T set F = null where rowid = 20433";
Command "update T set F = null where rowid = 9186";
Command "update T set F = null where rowid = 32449";
Command "update T set F = null where rowid = 56551";
Command "update T set F = null where rowid = 34723";
Command "update T set F = null where rowid = 3042";
Command "update T set F = null where rowid = 10446";
Command "update T set F = null where rowid = 30060";
Command "update T set F = null where rowid = 20779";
Command "update T set F = null where rowid = 25214";
Command "update T set F = null where rowid = 29522";
Command "update T set F = null where rowid = 33396";
Command "update T set F = null where rowid = 47132";
Command "update T set F = null where rowid = 15921";
Command "update T set F = null where rowid = 20924";
Command "update T set F = null where rowid = 55707";
Command "update T set F = null where rowid = 46027";
Command "update T set F = null where rowid = 32414";
Command "update T set F = null where rowid = 53097";
Command "update T set F = null where rowid = 25222";
Command "update T set F = null where rowid = 24210";
Command "update T set F = null where rowid = 50832";
Command "update T set F = null where rowid = 45646";
Command "update T set F = null where rowid = 20309";
Command "update T set F = null where rowid = 17727";
Command "update T set F = null where rowid = 22302";
Command "update T set F = null where rowid = 6555";
Command "update T set F = null where rowid = 15227";
Command "update T set F = null where rowid = 16298";
Command "update T set F = null where rowid = 23501";
Command "update T set F = null where rowid = 19662";
Command "update T set F = null where rowid = 22877";
Command "update T set F = null where rowid = 26738";
Command "update T set F = null where rowid = 61473";
Command "update T set F = null where rowid = 42195";
Command "update T set F = null where rowid = 57218";
Command "update T set F = null where rowid = 34279";
Command "update T set F = null where rowid = 10557";
Command "update T set F = null where rowid = 16299";
Command "update T set F = null where rowid = 45940";
Command "update T set F = null where rowid = 4802";
Command "update T set F = null where rowid = 45376";
Command "update T set F = null where rowid = 25424";
Command "update T set F = null where rowid = 283";
Command "update T set F = null where rowid = 39586";
Command "update T set F = null where rowid = 39033";
Command "update T set F = null where rowid = 38685";
Command "update T set F = null where rowid = 11341";
Command "update T set F = null where rowid = 6132";
Command "update T set F = null where rowid = 42977";
Command "update T set F = null where rowid = 55345";
Command "update T set F = null where rowid = 16280";
Command "update T set F = null where rowid = 59533";
Command "update T set F = null where rowid = 23480";
Command "update T set F = null where rowid = 15281";
Command "update T set F = null where rowid = 22506";
Command "update T set F = null where rowid = 55481";
Command "update T set F = null where rowid = 26474";
Command "update T set F = null where rowid = 35970";
Command "update T set F = null where rowid = 28620";
Command "update T set F = null where rowid = 248";
Command "update T set F = null where rowid = 26392";
Command "update T set F = null where rowid = 19848";
Command "update T set F = null where rowid = 39317";
Command "update T set F = null where rowid = 27381";
Command "update T set F = null where rowid = 55733";
Command "update T set F = null where rowid = 29519";
Command "update T set F = null where rowid = 56182";
Command "update T set F = null where rowid = 54949";
Command "update T set F = null where rowid = 44233";
Command "update T set F = null where rowid = 32358";
Command "update T set F = null where rowid = 49263";
Command "update T set F = null where rowid = 14607";
Command "update T set F = null where rowid = 16448";
Command "update T set F = null where rowid = 26003";
Command "update T set F = null where rowid = 35530";
Command "update T set F = null where rowid = 11388";
Command "update T set F = null where rowid = 3078";
Command "update T set F = null where rowid = 42062";
Command "update T set F = null where rowid = 28552";
Command "update T set F = null where rowid = 5998";
Command "update T set F = null where rowid = 16184";
Command "update T set F = null where rowid = 7734";
Command "update T set F = null where rowid = 16703";
Command "update T set F = null where rowid = 44915";
Command "update T set F = null where rowid = 47111";
Command "update T set F = null where rowid = 40542";
Command "update T set F = null where rowid = 39798";
Command "update T set F = null where rowid = 31889";
Command "update T set F = null where rowid = 5357";
Command "update T set F = null where rowid = 5703";
Command "update T set F = null where rowid = 1483";
Command "update T set F = null where rowid = 26639";
Command "update T set F = null where rowid = 3942";
Command "update T set F = null where rowid = 33961";
Command "update T set F = null where rowid = 40106";
Command "update T set F = null where rowid = 59070";
Command "update T set F = null where rowid = 32935";
Command "update T set F = null where rowid = 6863";
Command "update T set F = null where rowid = 35277";
Command "update T set F = null where rowid = 10473";
Command "update T set F = null where rowid = 11351";
Command "update T set F = null where rowid = 23292";
Command "update T set F = null where rowid = 37518";
Command "update T set F = null where rowid = 27021";
Command "update T set F = null where rowid = 58144";
Command "update T set F = null where rowid = 48425";
Command "update T set F = null where rowid = 13235";
Command "update T set F = null where rowid = 3194";
Command "update T set F = null where rowid = 15161";
Command "update T set F = null where rowid = 48032";
Command "update T set F = null where rowid = 30112";
Command "update T set F = null where rowid = 18211";
Command "update T set F = null where rowid = 9294";
Command "update T set F = null where rowid = 20922";
Command "update T set F = null where rowid = 44793";
Command "update T set F = null where rowid = 16415";
Command "update T set F = null where rowid = 29358";
Command "update T set F = null where rowid = 46712";
Command "update T set F = null where rowid = 53645";
Command "update T set F = null where rowid = 22549";
Command "update T set F = null where rowid = 5663";
Command "update T set F = null where rowid = 61444";
Command "update T set F = null where rowid = 54766";
Command "update T set F = null where rowid = 8276";
Command "update T set F = null where rowid = 58033";
Command "update T set F = null where rowid = 36606";
Command "update T set F = null where rowid = 13326";
Command "update T set F = null where rowid = 20994";
Command "update T set F = null where rowid = 28508";
Command "update T set F = null where rowid = 22446";
Command "update T set F = null where rowid = 20011";
Command "update T set F = null where rowid = 56433";
Command "update T set F = null where rowid = 1859";
Command "update T set F = null where rowid = 27871";
Command "update T set F = null where rowid = 51834";
Command "update T set F = null where rowid = 61283";
Command "update T set F = null where rowid = 12928";
Command "update T set F = null where rowid = 23296";
Command "update T set F = null where rowid = 4245";
Command "update T set F = null where rowid = 36773";
Command "update T set F = null where rowid = 33229";
Command "update T set F = null where rowid = 2208";
Command "update T set F = null where rowid = 20874";
Command "update T set F = null where rowid = 23997";
Command "update T set F = null where rowid = 16730";
Command "update T set F = null where rowid = 30507";
Command "update T set F = null where rowid = 11697";
Command "update T set F = null where rowid = 44029";
Command "update T set F = null where rowid = 60182";
Command "update T set F = null where rowid = 7150";
Command "update T set F = null where rowid = 35760";
Command "update T set F = null where rowid = 9931";
Command "update T set F = null where rowid = 9877";
Command "update T set F = null where rowid = 14042";
Command "update T set F = null where rowid = 51348";
Command "update T set F = null where rowid = 36603";
Command "update T set F = null where rowid = 8218";
Command "update T set F = null where rowid = 33094";
Command "update T set F = null where rowid = 34199";
Command "update T set F = null where rowid = 10023";
Command "update T set F = null where rowid = 56121";
Command "update T set F = null where rowid = 32894";
Command "update T set F = null where rowid = 19469";
Command "update T set F = null where rowid = 40769";
Command "update T set F = null where rowid = 35673";
Command "update T set F = null where rowid = 47394";
Command "update T set F = null where rowid = 21927";
Command "update T set F = null where rowid = 3494";
Command "update T set F = null where rowid = 8635";
Command "update T set F = null where rowid = 23269";
Command "update T set F = null where rowid = 32102";
Command "update T set F = null where rowid = 59278";
Command "update T set F = null where rowid = 31677";
Command "update T set F = null where rowid = 3267";
Command "update T set F = null where rowid = 39428";
Command "update T set F = null where rowid = 22137";
Command "update T set F = null where rowid = 29964";
Command "update T set F = null where rowid = 15067";
Command "update T set F = null where rowid = 50178";
Command "update T set F = null where rowid = 23984";
Command "update T set F = null where rowid = 57949";
Command "update T set F = null where rowid = 38041";
Command "update T set F = null where rowid = 61410";
Command "update T set F = null where rowid = 30634";
Command "update T set F = null where rowid = 58762";
Command "update T set F = null where rowid = 23165";
Command "update T set F = null where rowid = 38036";
Command "update T set F = null where rowid = 4622";
Command "update T set F = null where rowid = 37569";
Command "update T set F = null where rowid = 51799";
Command "update T set F = null where rowid = 19079";
Command "update T set F = null where rowid = 23926";
Command "update T set F = null where rowid = 34037";
Command "update T set F = null where rowid = 34864";
Command "update T set F = null where rowid = 21889";
Command "update T set F = null where rowid = 51894";
Command "update T set F = null where rowid = 3502";
Command "update T set F = null where rowid = 35795";
Command "update T set F = null where rowid = 14367";
Command "update T set F = null where rowid = 61113";
Command "update T set F = null where rowid = 53552";
Command "update T set F = null where rowid = 45570";
Command "update T set F = null where rowid = 7626";
Command "update T set F = null where rowid = 23830";
Command "update T set F = null where rowid = 32328";
Command "update T set F = null where rowid = 20111";
Command "update T set F = null where rowid = 51920";
Command "update T set F = null where rowid = 26501";
Command "update T set F = null where rowid = 52596";
Command "update T set F = null where rowid = 2948";
Command "update T set F = null where rowid = 39216";
Command "update T set F = null where rowid = 39934";
Command "update T set F = null where rowid = 27839";
Command "update T set F = null where rowid = 39541";
Command "update T set F = null where rowid = 59370";
Command "update T set F = null where rowid = 55042";
Command "update T set F = null where rowid = 5152";
Command "update T set F = null where rowid = 26348";
Command "update T set F = null where rowid = 15136";
Command "update T set F = null where rowid = 455";
Command "update T set F = null where rowid = 3637";
Command "update T set F = null where rowid = 54016";
Command "update T set F = null where rowid = 24045";
Command "update T set F = null where rowid = 24732";
Command "update T set F = null where rowid = 21228";
Command "update T set F = null where rowid = 24241";
Command "update T set F = null where rowid = 57697";
Command "update T set F = null where rowid = 47908";
Command "update T set F = null where rowid = 54133";
Command "update T set F = null where rowid = 5678";
Command "update T set F = null where rowid = 31347";
Command "update T set F = null where rowid = 46229";
Command "update T set F = null where rowid = 35514";
Command "update T set F = null where rowid = 49182";
Command "update T set F = null where rowid = 5218";
Command "update T set F = null where rowid = 55095";
Command "update T set F = null where rowid = 19804";
Command "update T set F = null where rowid = 4082";
Command "update T set F = null where rowid = 2655";
Command "update T set F = null where rowid = 12529";
Command "update T set F = null where rowid = 650";
Command "update T set F = null where rowid = 7648";
Command "update T set F = null where rowid = 2149";
Command "update T set F = null where rowid = 61478";
Command "update T set F = null where rowid = 37790";
Command "update T set F = null where rowid = 30208";
Command "update T set F = null where rowid = 22235";
Command "update T set F = null where rowid = 44079";
Command "update T set F = null where rowid = 60821";
Command "update T set F = null where rowid = 47286";
Command "update T set F = null where rowid = 20466";
Command "update T set F = null where rowid = 2110";
Command "update T set F = null where rowid = 21511";
Command "update T set F = null where rowid = 9452";
Command "update T set F = null where rowid = 5407";
Command "update T set F = null where rowid = 32810";
Command "update T set F = null where rowid = 25250";
Command "update T set F = null where rowid = 53423";
Command "update T set F = null where rowid = 52041";
Command "update T set F = null where rowid = 26219";
Command "update T set F = null where rowid = 9132";
Command "update T set F = null where rowid = 53387";
Command "update T set F = null where rowid = 47070";
Command "update T set F = null where rowid = 4942";
Command "update T set F = null where rowid = 1541";
Command "update T set F = null where rowid = 47700";
Command "update T set F = null where rowid = 57143";
Command "update T set F = null where rowid = 5276";
Command "update T set F = null where rowid = 31097";
Command "update T set F = null where rowid = 12437";
Command "update T set F = null where rowid = 59717";
Command "update T set F = null where rowid = 10495";
Command "update T set F = null where rowid = 25337";
Command "update T set F = null where rowid = 43234";
Command "update T set F = null where rowid = 15375";
Command "update T set F = null where rowid = 7912";
Command "update T set F = null where rowid = 60739";
Command "update T set F = null where rowid = 37550";
Command "update T set F = null where rowid = 2394";
Command "update T set F = null where rowid = 31319";
Command "update T set F = null where rowid = 15298";
Command "update T set F = null where rowid = 18808";
Command "update T set F = null where rowid = 57186";
Command "update T set F = null where rowid = 20276";
Command "update T set F = null where rowid = 24733";
Command "update T set F = null where rowid = 60170";
Command "update T set F = null where rowid = 3072";
Command "update T set F = null where rowid = 26087";
Command "update T set F = null where rowid = 61183";
Command "update T set F = null where rowid = 61040";
Command "update T set F = null where rowid = 15021";
Command "update T set F = null where rowid = 59149";
Command "update T set F = null where rowid = 41608";
Command "update T set F = null where rowid = 507";
Command "update T set F = null where rowid = 38797";
Command "update T set F = null where rowid = 52885";
Command "update T set F = null where rowid = 26674";
Command "update T set F = null where rowid = 22987";
Command "update T set F = null where rowid = 20830";
Command "update T set F = null where rowid = 56419";
Command "update T set F = null where rowid = 38267";
Command "update T set F = null where rowid = 6876";
Command "update T set F = null where rowid = 10388";
Command "update T set F = null where rowid = 40758";
Command "update T set F = null where rowid = 2531";
Command "update T set F = null where rowid = 21613";
Command "update T set F = null where rowid = 9007";
Command "update T set F = null where rowid = 18205";
Command "update T set F = null where rowid = 6947";
Command "update T set F = null where rowid = 21953";
Command "update T set F = null where rowid = 39313";
Command "update T set F = null where rowid = 27523";
Command "update T set F = null where rowid = 27875";
Command "update T set F = null where rowid = 49367";
Command "update T set F = null where rowid = 19285";
Command "update T set F = null where rowid = 40621";
Command "update T set F = null where rowid = 22433";
Command "update T set F = null where rowid = 16503";
Command "update T set F = null where rowid = 7093";
Command "update T set F = null where rowid = 31098";
Command "update T set F = null where rowid = 25499";
Command "update T set F = null where rowid = 49525";
Command "update T set F = null where rowid = 31898";
Command "update T set F = null where rowid = 9211";
Command "update T set F = null where rowid = 38952";
Command "update T set F = null where rowid = 43108";
Command "update T set F = null where rowid = 22625";
Command "update T set F = null where rowid = 26750";
Command "update T set F = null where rowid = 18003";
Command "update T set F = null where rowid = 38995";
Command "update T set F = null where rowid = 9330";
Command "update T set F = null where rowid = 9540";
Command "update T set F = null where rowid = 41022";
Command "update T set F = null where rowid = 34048";
Command "update T set F = null where rowid = 15496";
Command "update T set F = null where rowid = 46466";
Command "update T set F = null where rowid = 38698";
Command "update T set F = null where rowid = 19184";
Command "update T set F = null where rowid = 19981";
Command "update T set F = null where rowid = 25090";
Command "update T set F = null where rowid = 27175";
Command "update T set F = null where rowid = 50254";
Command "update T set F = null where rowid = 5507";
Command "update T set F = null where rowid = 3285";
Command "update T set F = null where rowid = 18174";
Command "update T set F = null where rowid = 37645";
Command "update T set F = null where rowid = 6508";
Command "update T set F = null where rowid = 3544";
Command "update T set F = null where rowid = 18681";
Command "update T set F = null where rowid = 61057";
Command "update T set F = null where rowid = 53331";
Command "update T set F = null where rowid = 27902";
Command "update T set F = null where rowid = 22059";
Command "update T set F = null where rowid = 16878";
Command "update T set F = null where rowid = 51599";
Command "update T set F = null where rowid = 48020";
Command "update T set F = null where rowid = 53790";
Command "update T set F = null where rowid = 5181";
Command "update T set F = null where rowid = 46773";
Command "update T set F = null where rowid = 1613";
Command "update T set F = null where rowid = 8321";
Command "update T set F = null where rowid = 585";
Command "update T set F = null where rowid = 29780";
Command "update T set F = null where rowid = 33741";
Command "update T set F = null where rowid = 33016";
Command "update T set F = null where rowid = 13747";
Command "update T set F = null where rowid = 1215";
Command "update T set F = null where rowid = 5505";
Command "update T set F = null where rowid = 26651";
Command "update T set F = null where rowid = 28421";
Command "update T set F = null where rowid = 18373";
Command "update T set F = null where rowid = 46447";
Command "update T set F = null where rowid = 22198";
Command "update T set F = null where rowid = 53216";
Command "update T set F = null where rowid = 12978";
Command "update T set F = null where rowid = 24347";
Command "update T set F = null where rowid = 31472";
Command "update T set F = null where rowid = 35212";
Command "update T set F = null where rowid = 12000";
Command "update T set F = null where rowid = 10764";
Command "update T set F = null where rowid = 31262";
Command "update T set F = null where rowid = 54930";
Command "update T set F = null where rowid = 53995";
Command "update T set F = null where rowid = 11069";
Command "update T set F = null where rowid = 57749";
Command "update T set F = null where rowid = 51397";
Command "update T set F = null where rowid = 1870";
Command "update T set F = null where rowid = 22523";
Command "update T set F = null where rowid = 34262";
Command "update T set F = null where rowid = 33012";
Command "update T set F = null where rowid = 56676";
Command "update T set F = null where rowid = 37212";
Command "update T set F = null where rowid = 34317";
Command "update T set F = null where rowid = 3452";
Command "update T set F = null where rowid = 4028";
Command "update T set F = null where rowid = 3724";
Command "update T set F = null where rowid = 44392";
Command "update T set F = null where rowid = 18182";
Command "update T set F = null where rowid = 57024";
Command "update T set F = null where rowid = 24897";
Command "update T set F = null where rowid = 37443";
Command "update T set F = null where rowid = 6394";
Command "update T set F = null where rowid = 6839";
Command "update T set F = null where rowid = 27157";
Command "update T set F = null where rowid = 7910";
Command "update T set F = null where rowid = 21680";
Command "update T set F = null where rowid = 38064";
Command "update T set F = null where rowid = 37797";
Command "update T set F = null where rowid = 51375";
Command "update T set F = null where rowid = 45707";
Command "update T set F = null where rowid = 21099";
Command "update T set F = null where rowid = 42314";
Command "update T set F = null where rowid = 23646";
Command "update T set F = null where rowid = 38467";
Command "update T set F = null where rowid = 18009";
Command "update T set F = null where rowid = 49018";
Command "update T set F = null where rowid = 25607";
Command "update T set F = null where rowid = 36035";
Command "update T set F = null where rowid = 48957";
Command "update T set F = null where rowid = 38322";
Command "update T set F = null where rowid = 32236";
Command "update T set F = null where rowid = 6952";
Command "update T set F = null where rowid = 35628";
Command "update T set F = null where rowid = 42108";
Command "update T set F = null where rowid = 59926";
Command "update T set F = null where rowid = 15347";
Command "update T set F = null where rowid = 8501";
Command "update T set F = null where rowid = 46840";
Command "update T set F = null where rowid = 44768";
Command "update T set F = null where rowid = 14011";
Command "update T set F = null where rowid = 44286";
Command "update T set F = null where rowid = 55020";
Command "update T set F = null where rowid = 1352";
Command "update T set F = null where rowid = 22054";
Command "update T set F = null where rowid = 48650";
Command "update T set F = null where rowid = 19344";
Command "update T set F = null where rowid = 40314";
Command "update T set F = null where rowid = 25200";
Command "update T set F = null where rowid = 24742";
Command "update T set F = null where rowid = 4070";
Command "update T set F = null where rowid = 9135";
Command "update T set F = null where rowid = 61233";
Command "update T set F = null where rowid = 16170";
Command "update T set F = null where rowid = 14555";
Command "update T set F = null where rowid = 21152";
Command "update T set F = null where rowid = 50403";
Command "update T set F = null where rowid = 26239";
Command "update T set F = null where rowid = 45290";
Command "update T set F = null where rowid = 10057";
Command "update T set F = null where rowid = 41694";
Command "update T set F = null where rowid = 26487";
Command "update T set F = null where rowid = 25531";
Command "update T set F = null where rowid = 20076";
Command "update T set F = null where rowid = 34660";
Command "update T set F = null where rowid = 8333";
Command "update T set F = null where rowid = 2150";
Command "update T set F = null where rowid = 17900";
Command "update T set F = null where rowid = 8522";
Command "update T set F = null where rowid = 43232";
Command "update T set F = null where rowid = 13710";
Command "update T set F = null where rowid = 28875";
Command "update T set F = null where rowid = 59758";
Command "update T set F = null where rowid = 31849";
Command "update T set F = null where rowid = 58644";
Command "update T set F = null where rowid = 56809";
Command "update T set F = null where rowid = 14198";
Command "update T set F = null where rowid = 54239";
Command "update T set F = null where rowid = 46820";
Command "update T set F = null where rowid = 35575";
Command "update T set F = null where rowid = 52411";
Command "update T set F = null where rowid = 34661";
Command "update T set F = null where rowid = 41502";
Command "update T set F = null where rowid = 1126";
Command "update T set F = null where rowid = 53917";
Command "update T set F = null where rowid = 58039";
Command "update T set F = null where rowid = 2877";
Command "update T set F = null where rowid = 61405";
Command "update T set F = null where rowid = 58342";
Command "update T set F = null where rowid = 19251";
Command "update T set F = null where rowid = 46171";
Command "update T set F = null where rowid = 35859";
Command "update T set F = null where rowid = 10313";
Command "update T set F = null where rowid = 42457";
Command "update T set F = null where rowid = 22982";
Command "update T set F = null where rowid = 56103";
Command "update T set F = null where rowid = 57988";
Command "update T set F = null where rowid = 49769";
Command "update T set F = null where rowid = 59987";
Command "update T set F = null where rowid = 43611";
Command "update T set F = null where rowid = 10412";
Command "update T set F = null where rowid = 24050";
Command "update T set F = null where rowid = 26853";
Command "update T set F = null where rowid = 14704";
Command "update T set F = null where rowid = 58596";
Command "update T set F = null where rowid = 8775";
Command "update T set F = null where rowid = 33768";
Command "update T set F = null where rowid = 10346";
Command "update T set F = null where rowid = 30369";
Command "update T set F = null where rowid = 51438";
Command "update T set F = null where rowid = 8486";
Command "update T set F = null where rowid = 6832";
Command "update T set F = null where rowid = 38173";
Command "update T set F = null where rowid = 42835";
Command "update T set F = null where rowid = 59335";
Command "update T set F = null where rowid = 19691";
Command "update T set F = null where rowid = 23731";
Command "update T set F = null where rowid = 3814";
Command "update T set F = null where rowid = 7128";
Command "update T set F = null where rowid = 7600";
Command "update T set F = null where rowid = 30144";
Command "update T set F = null where rowid = 45100";
Command "update T set F = null where rowid = 17726";
Command "update T set F = null where rowid = 22799";
Command "update T set F = null where rowid = 31774";
Command "update T set F = null where rowid = 23117";
Command "update T set F = null where rowid = 49379";
Command "update T set F = null where rowid = 13609";
Command "update T set F = null where rowid = 42847";
Command "update T set F = null where rowid = 1588";
Command "update T set F = null where rowid = 43679";
Command "update T set F = null where rowid = 40130";
Command "update T set F = null where rowid = 1944";
Command "update T set F = null where rowid = 39700";
Command "update T set F = null where rowid = 47428";
Command "update T set F = null where rowid = 32264";
Command "update T set F = null where rowid = 21990";
Command "update T set F = null where rowid = 51301";
Command "update T set F = null where rowid = 19202";
Command "update T set F = null where rowid = 43114";
Command "update T set F = null where rowid = 37188";
Command "update T set F = null where rowid = 38045";
Command "update T set F = null where rowid = 16130";
Command "update T set F = null where rowid = 44613";
Command "update T set F = null where rowid = 46307";
Command "update T set F = null where rowid = 28245";
Command "update T set F = null where rowid = 25054";
Command "update T set F = null where rowid = 36202";
Command "update T set F = null where rowid = 32416";
Command "update T set F = null where rowid = 47247";
Command "update T set F = null where rowid = 45947";
Command "update T set F = null where rowid = 50471";
Command "update T set F = null where rowid = 18799";
Command "update T set F = null where rowid = 29889";
Command "update T set F = null where rowid = 36681";
Command "update T set F = null where rowid = 29319";
Command "update T set F = null where rowid = 3146";
Command "update T set F = null where rowid = 55711";
Command "update T set F = null where rowid = 13058";
Command "update T set F = null where rowid = 28942";
Command "update T set F = null where rowid = 4167";
Command "update T set F = null where rowid = 29616";
Command "update T set F = null where rowid = 32948";
Command "update T set F = null where rowid = 45052";
Command "update T set F = null where rowid = 60830";
Command "update T set F = null where rowid = 18428";
Command "update T set F = null where rowid = 19026";
Command "update T set F = null where rowid = 29628";
Command "update T set F = null where rowid = 930";
Command "update T set F = null where rowid = 12331";
Command "update T set F = null where rowid = 23208";
Command "update T set F = null where rowid = 40771";
Command "update T set F = null where rowid = 50943";
Command "update T set F = null where rowid = 53744";
Command "update T set F = null where rowid = 61187";
Command "update T set F = null where rowid = 36748";
Command "update T set F = null where rowid = 34546";
Command "update T set F = null where rowid = 43890";
Command "update T set F = null where rowid = 14442";
Command "update T set F = null where rowid = 34679";
Command "update T set F = null where rowid = 55382";
Command "update T set F = null where rowid = 13657";
Command "update T set F = null where rowid = 52854";
Command "update T set F = null where rowid = 33467";
Command "update T set F = null where rowid = 6247";
Command "update T set F = null where rowid = 22634";
Command "update T set F = null where rowid = 54166";
Command "update T set F = null where rowid = 8613";
Command "update T set F = null where rowid = 55328";
Command "update T set F = null where rowid = 57225";
Command "update T set F = null where rowid = 50874";
Command "update T set F = null where rowid = 21816";
Command "update T set F = null where rowid = 60940";
Command "update T set F = null where rowid = 48931";
Command "update T set F = null where rowid = 56421";
Command "update T set F = null where rowid = 60236";
Command "update T set F = null where rowid = 11753";
Command "update T set F = null where rowid = 57993";
Command "update T set F = null where rowid = 12086";
Command "update T set F = null where rowid = 26761";
Command "update T set F = null where rowid = 60205";
Command "update T set F = null where rowid = 44250";
Command "update T set F = null where rowid = 50470";
Command "update T set F = null where rowid = 637";
Command "update T set F = null where rowid = 18124";
Command "update T set F = null where rowid = 22937";
Command "update T set F = null where rowid = 6821";
Command "update T set F = null where rowid = 14759";
Command "update T set F = null where rowid = 38099";
Command "update T set F = null where rowid = 29395";
Command "update T set F = null where rowid = 10211";
Command "update T set F = null where rowid = 54083";
Command "update T set F = null where rowid = 7499";
Command "update T set F = null where rowid = 23836";
Command "update T set F = null where rowid = 59541";
Command "update T set F = null where rowid = 13409";
Command "update T set F = null where rowid = 49393";
Command "update T set F = null where rowid = 45527";
Command "update T set F = null where rowid = 20202";
Command "update T set F = null where rowid = 1111";
Command "update T set F = null where rowid = 25474";
Command "update T set F = null where rowid = 3912";
Command "update T set F = null where rowid = 28784";
Command "update T set F = null where rowid = 499";
Command "update T set F = null where rowid = 38346";
Command "update T set F = null where rowid = 27392";
Command "update T set F = null where rowid = 61355";
Command "update T set F = null where rowid = 1995";
Command "update T set F = null where rowid = 895";
Command "update T set F = null where rowid = 54270";
Command "update T set F = null where rowid = 34920";
Command "update T set F = null where rowid = 36350";
Command "update T set F = null where rowid = 31379";
Command "update T set F = null where rowid = 39052";
Command "update T set F = null where rowid = 33713";
Command "update T set F = null where rowid = 11673";
Command "update T set F = null where rowid = 31489";
Command "update T set F = null where rowid = 23040";
Command "update T set F = null where rowid = 56247";
Command "update T set F = null where rowid = 11740";
Command "update T set F = null where rowid = 20470";
Command "update T set F = null where rowid = 45337";
Command "update T set F = null where rowid = 49054";
Command "update T set F = null where rowid = 45277";
Command "update T set F = null where rowid = 47595";
Command "update T set F = null where rowid = 18900";
Command "update T set F = null where rowid = 31279";
Command "update T set F = null where rowid = 17339";
Command "update T set F = null where rowid = 16789";
Command "update T set F = null where rowid = 11537";
Command "update T set F = null where rowid = 26621";
Command "update T set F = null where rowid = 19870";
Command "update T set F = null where rowid = 36646";
Command "update T set F = null where rowid = 57272";
Command "update T set F = null where rowid = 51962";
Command "update T set F = null where rowid = 40440";
Command "update T set F = null where rowid = 54233";
Command "update T set F = null where rowid = 47301";
Command "update T set F = null where rowid = 36082";
Command "update T set F = null where rowid = 41213";
Command "update T set F = null where rowid = 48678";
Command "update T set F = null where rowid = 50571";
Command "update T set F = null where rowid = 44212";
Command "update T set F = null where rowid = 60035";
Command "update T set F = null where rowid = 47990";
Command "update T set F = null where rowid = 30227";
Command "update T set F = null where rowid = 48054";
Command "update T set F = null where rowid = 31442";
Command "update T set F = null where rowid = 57774";
Command "update T set F = null where rowid = 48330";
Command "update T set F = null where rowid = 39593";
Command "update T set F = null where rowid = 35181";
Command "update T set F = null where rowid = 6436";
Command "update T set F = null where rowid = 60857";
Command "update T set F = null where rowid = 12463";
Command "update T set F = null where rowid = 10915";
Command "update T set F = null where rowid = 24242";
Command "update T set F = null where rowid = 59535";
Command "update T set F = null where rowid = 24067";
Command "update T set F = null where rowid = 49491";
Command "update T set F = null where rowid = 12329";
Command "update T set F = null where rowid = 21410";
Command "update T set F = null where rowid = 56446";
Command "update T set F = null where rowid = 57040";
Command "update T set F = null where rowid = 43963";
Command "update T set F = null where rowid = 42982";
Command "update T set F = null where rowid = 56590";
Command "update T set F = null where rowid = 37672";
Command "update T set F = null where rowid = 5723";
Command "update T set F = null where rowid = 60440";
Command "update T set F = null where rowid = 39899";
Command "update T set F = null where rowid = 52228";
Command "update T set F = null where rowid = 23579";
Command "update T set F = null where rowid = 45882";
Command "update T set F = null where rowid = 18611";
Command "update T set F = null where rowid = 55381";
Command "update T set F = null where rowid = 61418";
Command "update T set F = null where rowid = 30178";
Command "update T set F = null where rowid = 20393";
Command "update T set F = null where rowid = 41421";
Command "update T set F = null where rowid = 51608";
Command "update T set F = null where rowid = 2103";
Command "update T set F = null where rowid = 34107";
Command "update T set F = null where rowid = 8620";
Command "update T set F = null where rowid = 28761";
Command "update T set F = null where rowid = 444";
Command "update T set F = null where rowid = 5437";
Command "update T set F = null where rowid = 1240";
Command "update T set F = null where rowid = 615";
Command "update T set F = null where rowid = 45800";
Command "update T set F = null where rowid = 43492";
Command "update T set F = null where rowid = 10463";
Command "update T set F = null where rowid = 20415";
Command "update T set F = null where rowid = 59797";
Command "update T set F = null where rowid = 17828";
Command "update T set F = null where rowid = 36872";
Command "update T set F = null where rowid = 12809";
Command "update T set F = null where rowid = 60059";
Command "update T set F = null where rowid = 43600";
Command "update T set F = null where rowid = 55627";
Command "update T set F = null where rowid = 32329";
Command "update T set F = null where rowid = 58985";
Command "update T set F = null where rowid = 6787";
Command "update T set F = null where rowid = 35678";
Command "update T set F = null where rowid = 35785";
Command "update T set F = null where rowid = 25763";
Command "update T set F = null where rowid = 22571";
Command "update T set F = null where rowid = 5424";
Command "update T set F = null where rowid = 13801";
Command "update T set F = null where rowid = 59895";
Command "update T set F = null where rowid = 7057";
Command "update T set F = null where rowid = 14961";
Command "update T set F = null where rowid = 19623";
Command "update T set F = null where rowid = 35853";
Command "update T set F = null where rowid = 196";
Command "update T set F = null where rowid = 7802";
Command "update T set F = null where rowid = 18298";
Command "update T set F = null where rowid = 30742";
Command "update T set F = null where rowid = 15550";
Command "update T set F = null where rowid = 44836";
Command "update T set F = null where rowid = 54394";
Command "update T set F = null where rowid = 38918";
Command "update T set F = null where rowid = 43667";
Command "update T set F = null where rowid = 9731";
Command "update T set F = null where rowid = 50727";
Command "update T set F = null where rowid = 35532";
Command "update T set F = null where rowid = 3575";
Command "update T set F = null where rowid = 58311";
Command "update T set F = null where rowid = 36386";
Command "update T set F = null where rowid = 30940";
Command "update T set F = null where rowid = 45537";
Command "update T set F = null where rowid = 43931";
Command "update T set F = null where rowid = 58533";
Command "update T set F = null where rowid = 61185";
Command "update T set F = null where rowid = 45272";
Command "update T set F = null where rowid = 35512";
Command "update T set F = null where rowid = 28249";
Command "update T set F = null where rowid = 16389";
Command "update T set F = null where rowid = 39433";
Command "update T set F = null where rowid = 8041";
Command "update T set F = null where rowid = 40922";
Command "update T set F = null where rowid = 30322";
Command "update T set F = null where rowid = 7449";
Command "update T set F = null where rowid = 52682";
Command "update T set F = null where rowid = 50401";
Command "update T set F = null where rowid = 6729";
Command "update T set F = null where rowid = 45721";
Command "update T set F = null where rowid = 51827";
Command "update T set F = null where rowid = 54517";
Command "update T set F = null where rowid = 13125";
Command "update T set F = null where rowid = 31577";
Command "update T set F = null where rowid = 3890";
Command "update T set F = null where rowid = 56856";
Command "update T set F = null where rowid = 61330";
Command "update T set F = null where rowid = 12487";
Command "update T set F = null where rowid = 27247";
Command "update T set F = null where rowid = 58926";
Command "update T set F = null where rowid = 13953";
Command "update T set F = null where rowid = 52494";
Command "update T set F = null where rowid = 20571";
Command "update T set F = null where rowid = 23554";
Command "update T set F = null where rowid = 18760";
Command "update T set F = null where rowid = 8658";
Command "update T set F = null where rowid = 56785";
Command "update T set F = null where rowid = 45856";
Command "update T set F = null where rowid = 53886";
Command "update T set F = null where rowid = 35451";
Command "update T set F = null where rowid = 3242";
Command "update T set F = null where rowid = 53062";
Command "update T set F = null where rowid = 55209";
Command "update T set F = null where rowid = 31808";
Command "update T set F = null where rowid = 49705";
Command "update T set F = null where rowid = 44683";
Command "update T set F = null where rowid = 55297";
Command "update T set F = null where rowid = 16673";
Command "update T set F = null where rowid = 32870";
Command "update T set F = null where rowid = 29828";
Command "update T set F = null where rowid = 4764";
Command "update T set F = null where rowid = 37033";
Command "update T set F = null where rowid = 543";
Command "update T set F = null where rowid = 28528";
Command "update T set F = null where rowid = 19372";
Command "update T set F = null where rowid = 30673";
Command "update T set F = null where rowid = 29042";
Command "update T set F = null where rowid = 4117";
Command "update T set F = null where rowid = 52341";
Command "update T set F = null where rowid = 15990";
Command "update T set F = null where rowid = 43552";
Command "update T set F = null where rowid = 28067";
Command "update T set F = null where rowid = 33934";
Command "update T set F = null where rowid = 57548";
Command "update T set F = null where rowid = 32306";
Command "update T set F = null where rowid = 16556";
Command "update T set F = null where rowid = 22585";
Command "update T set F = null where rowid = 32875";
Command "update T set F = null where rowid = 8339";
Command "update T set F = null where rowid = 33624";
Command "update T set F = null where rowid = 52328";
Command "update T set F = null where rowid = 43493";
Command "update T set F = null where rowid = 11152";
Command "update T set F = null where rowid = 14098";
Command "update T set F = null where rowid = 4364";
Command "update T set F = null where rowid = 39464";
Command "update T set F = null where rowid = 49988";
Command "update T set F = null where rowid = 49743";
Command "update T set F = null where rowid = 29105";
Command "update T set F = null where rowid = 17462";
Command "update T set F = null where rowid = 3721";
Command "update T set F = null where rowid = 28170";
Command "update T set F = null where rowid = 55987";
Command "update T set F = null where rowid = 39801";
Command "update T set F = null where rowid = 6869";
Command "update T set F = null where rowid = 9846";
Command "update T set F = null where rowid = 6048";
Command "update T set F = null where rowid = 45607";
Command "update T set F = null where rowid = 61153";
Command "update T set F = null where rowid = 58873";
Command "update T set F = null where rowid = 1203";
Command "update T set F = null where rowid = 44964";
Command "update T set F = null where rowid = 29467";
Command "update T set F = null where rowid = 5574";
Command "update T set F = null where rowid = 58196";
Command "update T set F = null where rowid = 36873";
Command "update T set F = null where rowid = 48455";
Command "update T set F = null where rowid = 20813";
Command "update T set F = null where rowid = 29942";
Command "update T set F = null where rowid = 2384";
Command "update T set F = null where rowid = 32571";
Command "update T set F = null where rowid = 59156";
Command "update T set F = null where rowid = 5853";
Command "update T set F = null where rowid = 43551";
Command "update T set F = null where rowid = 14072";
Command "update T set F = null where rowid = 25544";
Command "update T set F = null where rowid = 37175";
Command "update T set F = null where rowid = 36206";
Command "update T set F = null where rowid = 41208";
Command "update T set F = null where rowid = 16655";
Command "update T set F = null where rowid = 57806";
Command "update T set F = null where rowid = 983";
Command "update T set F = null where rowid = 27757";
Command "update T set F = null where rowid = 32641";
Command "update T set F = null where rowid = 61207";
Command "update T set F = null where rowid = 43284";
Command "update T set F = null where rowid = 43879";
Command "update T set F = null where rowid = 54769";
Command "update T set F = null where rowid = 52647";
Command "update T set F = null where rowid = 47968";
Command "update T set F = null where rowid = 42555";
Command "update T set F = null where rowid = 8227";
Command "update T set F = null where rowid = 39010";
Command "update T set F = null where rowid = 274";
Command "update T set F = null where rowid = 16586";
Command "update T set F = null where rowid = 8872";
Command "update T set F = null where rowid = 52126";
Command "update T set F = null where rowid = 29860";
Command "update T set F = null where rowid = 22450";
Command "update T set F = null where rowid = 249";
Command "update T set F = null where rowid = 56232";
Command "update T set F = null where rowid = 22001";
Command "update T set F = null where rowid = 24148";
Command "update T set F = null where rowid = 7388";
Command "update T set F = null where rowid = 57383";
Command "update T set F = null where rowid = 8208";
Command "update T set F = null where rowid = 58638";
Command "update T set F = null where rowid = 10174";
Command "update T set F = null where rowid = 6173";
Command "update T set F = null where rowid = 61092";
Command "update T set F = null where rowid = 50432";
Command "update T set F = null where rowid = 42732";
Command "update T set F = null where rowid = 27370";
Command "update T set F = null where rowid = 9081";
Command "update T set F = null where rowid = 9880";
Command "update T set F = null where rowid = 42481";
Command "update T set F = null where rowid = 16577";
Command "update T set F = null where rowid = 9188";
Command "update T set F = null where rowid = 9946";
Command "update T set F = null where rowid = 1066";
Command "update T set F = null where rowid = 60736";
Command "update T set F = null where rowid = 53010";
Command "update T set F = null where rowid = 17364";
Command "update T set F = null where rowid = 38590";
Command "update T set F = null where rowid = 38188";
Command "update T set F = null where rowid = 45511";
Command "update T set F = null where rowid = 29417";
Command "update T set F = null where rowid = 57908";
Command "update T set F = null where rowid = 48883";
Command "update T set F = null where rowid = 30308";
Command "update T set F = null where rowid = 13985";
Command "update T set F = null where rowid = 43481";
Command "update T set F = null where rowid = 4180";
Command "update T set F = null where rowid = 5659";
Command "update T set F = null where rowid = 1775";
Command "update T set F = null where rowid = 39625";
Command "update T set F = null where rowid = 726";
Command "update T set F = null where rowid = 60643";
Command "update T set F = null where rowid = 4387";
Command "update T set F = null where rowid = 18678";
Command "update T set F = null where rowid = 49552";
Command "update T set F = null where rowid = 11154";
Command "update T set F = null where rowid = 23423";
Command "update T set F = null where rowid = 21755";
Command "update T set F = null where rowid = 48877";
Command "update T set F = null where rowid = 55265";
Command "update T set F = null where rowid = 61446";
Command "update T set F = null where rowid = 25365";
Command "update T set F = null where rowid = 1663";
Command "update T set F = null where rowid = 6704";
Command "update T set F = null where rowid = 28532";
Command "update T set F = null where rowid = 11634";
Command "update T set F = null where rowid = 57166";
Command "update T set F = null where rowid = 32528";
Command "update T set F = null where rowid = 28206";
Command "update T set F = null where rowid = 5837";
Command "update T set F = null where rowid = 30667";
Command "update T set F = null where rowid = 12765";
Command "update T set F = null where rowid = 17511";
Command "update T set F = null where rowid = 5384";
Command "update T set F = null where rowid = 37465";
Command "update T set F = null where rowid = 52502";
Command "update T set F = null where rowid = 46677";
Command "update T set F = null where rowid = 13010";
Command "update T set F = null where rowid = 16830";
Command "update T set F = null where rowid = 626";
Command "update T set F = null where rowid = 57350";
Command "update T set F = null where rowid = 20990";
Command "update T set F = null where rowid = 1529";
Command "update T set F = null where rowid = 50067";
Command "update T set F = null where rowid = 38732";
Command "update T set F = null where rowid = 7799";
Command "update T set F = null where rowid = 1876";
Command "update T set F = null where rowid = 8531";
Command "update T set F = null where rowid = 8729";
Command "update T set F = null where rowid = 13665";
Command "update T set F = null where rowid = 26285";
Command "update T set F = null where rowid = 6747";
Command "update T set F = null where rowid = 1088";
Command "update T set F = null where rowid = 2861";
Command "update T set F = null where rowid = 8850";
Command "update T set F = null where rowid = 32266";
Command "update T set F = null where rowid = 23268";
Command "update T set F = null where rowid = 16073";
Command "update T set F = null where rowid = 14526";
Command "update T set F = null where rowid = 33192";
Command "update T set F = null where rowid = 21944";
Command "update T set F = null where rowid = 48183";
Command "update T set F = null where rowid = 20535";
Command "update T set F = null where rowid = 11751";
Command "update T set F = null where rowid = 55183";
Command "update T set F = null where rowid = 9903";
Command "update T set F = null where rowid = 28057";
Command "update T set F = null where rowid = 58864";
Command "update T set F = null where rowid = 13738";
Command "update T set F = null where rowid = 8345";
Command "update T set F = null where rowid = 45024";
Command "update T set F = null where rowid = 43086";
Command "update T set F = null where rowid = 55600";
Command "update T set F = null where rowid = 15083";
Command "update T set F = null where rowid = 16056";
Command "update T set F = null where rowid = 16660";
Command "update T set F = null where rowid = 18178";
Command "update T set F = null where rowid = 52141";
Command "update T set F = null where rowid = 48095";
Command "update T set F = null where rowid = 50528";
Command "update T set F = null where rowid = 9255";
Command "update T set F = null where rowid = 24425";
Command "update T set F = null where rowid = 3690";
Command "update T set F = null where rowid = 47658";
Command "update T set F = null where rowid = 14559";
Command "update T set F = null where rowid = 17646";
Command "update T set F = null where rowid = 16845";
Command "update T set F = null where rowid = 24182";
Command "update T set F = null where rowid = 28428";
Command "update T set F = null where rowid = 15293";
Command "update T set F = null where rowid = 11507";
Command "update T set F = null where rowid = 40591";
Command "update T set F = null where rowid = 33384";
Command "update T set F = null where rowid = 16801";
Command "update T set F = null where rowid = 57337";
Command "update T set F = null where rowid = 16241";
Command "update T set F = null where rowid = 31588";
Command "update T set F = null where rowid = 43315";
Command "update T set F = null where rowid = 9207";
Command "update T set F = null where rowid = 28929";
Command "update T set F = null where rowid = 39920";
Command "update T set F = null where rowid = 35166";
Command "update T set F = null where rowid = 6183";
Command "update T set F = null where rowid = 30809";
Command "update T set F = null where rowid = 377";
Command "update T set F = null where rowid = 14713";
Command "update T set F = null where rowid = 58950";
Command "update T set F = null where rowid = 13464";
Command "update T set F = null where rowid = 17126";
Command "update T set F = null where rowid = 60959";
Command "update T set F = null where rowid = 1149";
Command "update T set F = null where rowid = 10001";
Command "update T set F = null where rowid = 37397";
Command "update T set F = null where rowid = 40414";
Command "update T set F = null where rowid = 15533";
Command "update T set F = null where rowid = 20383";
Command "update T set F = null where rowid = 6768";
Command "update T set F = null where rowid = 42705";
Command "update T set F = null where rowid = 42710";
Command "update T set F = null where rowid = 32055";
Command "update T set F = null where rowid = 51291";
Command "update T set F = null where rowid = 14685";
Command "update T set F = null where rowid = 61430";
Command "update T set F = null where rowid = 51985";
Command "update T set F = null where rowid = 14241";
Command "update T set F = null where rowid = 55878";
Command "update T set F = null where rowid = 50462";
Command "update T set F = null where rowid = 54733";
Command "update T set F = null where rowid = 60928";
Command "update T set F = null where rowid = 15490";
Command "update T set F = null where rowid = 35736";
Command "update T set F = null where rowid = 40428";
Command "update T set F = null where rowid = 5408";
Command "update T set F = null where rowid = 11745";
Command "update T set F = null where rowid = 13686";
Command "update T set F = null where rowid = 46086";
Command "update T set F = null where rowid = 32311";
Command "update T set F = null where rowid = 54304";
Command "update T set F = null where rowid = 10488";
Command "update T set F = null where rowid = 28883";
Command "update T set F = null where rowid = 42061";
Command "update T set F = null where rowid = 19436";
Command "update T set F = null where rowid = 29709";
Command "update T set F = null where rowid = 52068";
Command "update T set F = null where rowid = 7076";
Command "update T set F = null where rowid = 11743";
Command "update T set F = null where rowid = 29636";
Command "update T set F = null where rowid = 53584";
Command "update T set F = null where rowid = 41678";
Command "update T set F = null where rowid = 29097";
Command "update T set F = null where rowid = 17014";
Command "update T set F = null where rowid = 32906";
Command "update T set F = null where rowid = 17738";
Command "update T set F = null where rowid = 34001";
Command "update T set F = null where rowid = 26215";
Command "update T set F = null where rowid = 51457";
Command "update T set F = null where rowid = 38610";
Command "update T set F = null where rowid = 26207";
Command "update T set F = null where rowid = 39611";
Command "update T set F = null where rowid = 35349";
Command "update T set F = null where rowid = 10530";
Command "update T set F = null where rowid = 55957";
Command "update T set F = null where rowid = 41503";
Command "update T set F = null where rowid = 48718";
Command "update T set F = null where rowid = 55061";
Command "update T set F = null where rowid = 28869";
Command "update T set F = null where rowid = 11450";
Command "update T set F = null where rowid = 50955";
Command "update T set F = null where rowid = 23313";
Command "update T set F = null where rowid = 38084";
Command "update T set F = null where rowid = 32134";
Command "update T set F = null where rowid = 9198";
Command "update T set F = null where rowid = 33226";
Command "update T set F = null where rowid = 27559";
Command "update T set F = null where rowid = 8127";
Command "update T set F = null where rowid = 12637";
Command "update T set F = null where rowid = 35190";
Command "update T set F = null where rowid = 2731";
Command "update T set F = null where rowid = 54670";
Command "update T set F = null where rowid = 10263";
Command "update T set F = null where rowid = 13160";
Command "update T set F = null where rowid = 36274";
Command "update T set F = null where rowid = 11139";
Command "update T set F = null where rowid = 14093";
Command "update T set F = null where rowid = 58013";
Command "update T set F = null where rowid = 53904";
Command "update T set F = null where rowid = 58241";
Command "update T set F = null where rowid = 47738";
Command "update T set F = null where rowid = 47496";
Command "update T set F = null where rowid = 54488";
Command "update T set F = null where rowid = 5088";
Command "update T set F = null where rowid = 9690";
Command "update T set F = null where rowid = 37477";
Command "update T set F = null where rowid = 36521";
Command "update T set F = null where rowid = 16545";
Command "update T set F = null where rowid = 25687";
Command "update T set F = null where rowid = 23950";
Command "update T set F = null where rowid = 9099";
Command "update T set F = null where rowid = 56584";
Command "update T set F = null where rowid = 18566";
Command "update T set F = null where rowid = 59047";
Command "update T set F = null where rowid = 3485";
Command "update T set F = null where rowid = 39396";
Command "update T set F = null where rowid = 53107";
Command "update T set F = null where rowid = 46799";
Command "update T set F = null where rowid = 27972";
Command "update T set F = null where rowid = 4742";
Command "update T set F = null where rowid = 31206";
Command "update T set F = null where rowid = 50186";
Command "update T set F = null where rowid = 36115";
Command "update T set F = null where rowid = 48644";
Command "update T set F = null where rowid = 10276";
Command "update T set F = null where rowid = 21532";
Command "update T set F = null where rowid = 22387";
Command "update T set F = null where rowid = 37297";
Command "update T set F = null where rowid = 52160";
Command "update T set F = null where rowid = 60868";
Command "update T set F = null where rowid = 8014";
Command "update T set F = null where rowid = 18140";
Command "update T set F = null where rowid = 3441";
Command "update T set F = null where rowid = 57762";
Command "update T set F = null where rowid = 47450";
Command "update T set F = null where rowid = 55012";
Command "update T set F = null where rowid = 10909";
Command "update T set F = null where rowid = 34761";
Command "update T set F = null where rowid = 15232";
Command "update T set F = null where rowid = 59034";
Command "update T set F = null where rowid = 58170";
Command "update T set F = null where rowid = 19798";
Command "update T set F = null where rowid = 40202";
Command "update T set F = null where rowid = 16186";
Command "update T set F = null where rowid = 18952";
Command "update T set F = null where rowid = 28267";
Command "update T set F = null where rowid = 6915";
Command "update T set F = null where rowid = 542";
Command "update T set F = null where rowid = 24978";
Command "update T set F = null where rowid = 18032";
Command "update T set F = null where rowid = 20952";
Command "update T set F = null where rowid = 49879";
Command "update T set F = null where rowid = 52928";
Command "update T set F = null where rowid = 44927";
Command "update T set F = null where rowid = 31296";
Command "update T set F = null where rowid = 6743";
Command "update T set F = null where rowid = 44025";
Command "update T set F = null where rowid = 19406";
Command "update T set F = null where rowid = 47224";
Command "update T set F = null where rowid = 31688";
Command "update T set F = null where rowid = 9125";
Command "update T set F = null where rowid = 58964";
Command "update T set F = null where rowid = 49409";
Command "update T set F = null where rowid = 51121";
Command "update T set F = null where rowid = 14918";
Command "update T set F = null where rowid = 29360";
Command "update T set F = null where rowid = 10535";
Command "update T set F = null where rowid = 14023";
Command "update T set F = null where rowid = 17940";
Command "update T set F = null where rowid = 60985";
Command "update T set F = null where rowid = 43239";
Command "update T set F = null where rowid = 23811";
Command "update T set F = null where rowid = 16206";
Command "update T set F = null where rowid = 42570";
Command "update T set F = null where rowid = 40808";
Command "update T set F = null where rowid = 28975";
Command "update T set F = null where rowid = 45558";
Command "update T set F = null where rowid = 29328";
Command "update T set F = null where rowid = 15307";
Command "update T set F = null where rowid = 37346";
Command "update T set F = null where rowid = 7145";
Command "update T set F = null where rowid = 56636";
Command "update T set F = null where rowid = 4372";
Command "update T set F = null where rowid = 1921";
Command "update T set F = null where rowid = 32340";
Command "update T set F = null where rowid = 34012";
Command "update T set F = null where rowid = 16614";
Command "update T set F = null where rowid = 49608";
Command "update T set F = null where rowid = 45909";
Command "update T set F = null where rowid = 58792";
Command "update T set F = null where rowid = 47156";
Command "update T set F = null where rowid = 17259";
Command "update T set F = null where rowid = 45004";
Command "update T set F = null where rowid = 27286";
Command "update T set F = null where rowid = 43751";
Command "update T set F = null where rowid = 18853";
Command "update T set F = null where rowid = 47318";
Command "update T set F = null where rowid = 25373";
Command "update T set F = null where rowid = 18624";
Command "update T set F = null where rowid = 56987";
Command "update T set F = null where rowid = 40754";
Command "update T set F = null where rowid = 47837";
Command "update T set F = null where rowid = 2740";
Command "update T set F = null where rowid = 1660";
Command "update T set F = null where rowid = 36170";
Command "update T set F = null where rowid = 54623";
Command "update T set F = null where rowid = 40547";
Command "update T set F = null where rowid = 28043";
Command "update T set F = null where rowid = 4749";
Command "update T set F = null where rowid = 37961";
Command "update T set F = null where rowid = 4949";
Command "update T set F = null where rowid = 22280";
Command "update T set F = null where rowid = 43940";
Command "update T set F = null where rowid = 12024";
Command "update T set F = null where rowid = 49153";
Command "update T set F = null where rowid = 32916";
Command "update T set F = null where rowid = 9358";
Command "update T set F = null where rowid = 42669";
Command "update T set F = null where rowid = 3125";
Command "update T set F = null where rowid = 26633";
Command "update T set F = null where rowid = 28255";
Command "update T set F = null where rowid = 29539";
Command "update T set F = null where rowid = 52793";
Command "update T set F = null where rowid = 44407";
Command "update T set F = null where rowid = 49164";
Command "update T set F = null where rowid = 18635";
Command "update T set F = null where rowid = 886";
Command "update T set F = null where rowid = 42132";
Command "update T set F = null where rowid = 52556";
Command "update T set F = null where rowid = 13507";
Command "update T set F = null where rowid = 51058";
Command "update T set F = null where rowid = 46369";
Command "update T set F = null where rowid = 38285";
Command "update T set F = null where rowid = 45166";
Command "update T set F = null where rowid = 49530";
Command "update T set F = null where rowid = 59937";
Command "update T set F = null where rowid = 1715";
Command "update T set F = null where rowid = 47775";
Command "update T set F = null where rowid = 6243";
Command "update T set F = null where rowid = 8388";
Command "update T set F = null where rowid = 15441";
Command "update T set F = null where rowid = 21849";
Command "update T set F = null where rowid = 48302";
Command "update T set F = null where rowid = 15795";
Command "update T set F = null where rowid = 25577";
Command "update T set F = null where rowid = 42387";
Command "update T set F = null where rowid = 37400";
Command "update T set F = null where rowid = 53753";
Command "update T set F = null where rowid = 36113";
Command "update T set F = null where rowid = 13014";
Command "update T set F = null where rowid = 44070";
Command "update T set F = null where rowid = 56683";
Command "update T set F = null where rowid = 22224";
Command "update T set F = null where rowid = 17590";
Command "update T set F = null where rowid = 60314";
Command "update T set F = null where rowid = 38840";
Command "update T set F = null where rowid = 35750";
Command "update T set F = null where rowid = 32595";
Command "update T set F = null where rowid = 57649";
Command "update T set F = null where rowid = 49066";
Command "update T set F = null where rowid = 21407";
Command "update T set F = null where rowid = 1913";
Command "update T set F = null where rowid = 46296";
Command "update T set F = null where rowid = 21048";
Command "update T set F = null where rowid = 48506";
Command "update T set F = null where rowid = 5582";
Command "update T set F = null where rowid = 7653";
Command "update T set F = null where rowid = 24020";
Command "update T set F = null where rowid = 46647";
Command "update T set F = null where rowid = 49025";
Command "update T set F = null where rowid = 22933";
Command "update T set F = null where rowid = 38722";
Command "update T set F = null where rowid = 29588";
Command "update T set F = null where rowid = 32782";
Command "update T set F = null where rowid = 58054";
Command "update T set F = null where rowid = 26268";
Command "update T set F = null where rowid = 40728";
Command "update T set F = null where rowid = 13343";
Command "update T set F = null where rowid = 15505";
Command "update T set F = null where rowid = 45467";
Command "update T set F = null where rowid = 57148";
Command "update T set F = null where rowid = 39066";
Command "update T set F = null where rowid = 19347";
Command "update T set F = null where rowid = 2620";
Command "update T set F = null where rowid = 52842";
Command "update T set F = null where rowid = 16627";
Command "update T set F = null where rowid = 10235";
Command "update T set F = null where rowid = 22193";
Command "update T set F = null where rowid = 20705";
Command "update T set F = null where rowid = 43631";
Command "update T set F = null where rowid = 22775";
Command "update T set F = null where rowid = 8740";
Command "update T set F = null where rowid = 8947";
Command "update T set F = null where rowid = 32428";
Command "update T set F = null where rowid = 12839";
Command "update T set F = null where rowid = 51606";
Command "update T set F = null where rowid = 3381";
Command "update T set F = null where rowid = 34604";
Command "update T set F = null where rowid = 51838";
Command "update T set F = null where rowid = 35276";
Command "update T set F = null where rowid = 48617";
Command "update T set F = null where rowid = 5197";
Command "update T set F = null where rowid = 45913";
Command "update T set F = null where rowid = 55099";
Command "update T set F = null where rowid = 16345";
Command "update T set F = null where rowid = 28852";
Command "update T set F = null where rowid = 37734";
Command "update T set F = null where rowid = 60067";
Command "update T set F = null where rowid = 25185";
Command "update T set F = null where rowid = 14432";
Command "update T set F = null where rowid = 22791";
Command "update T set F = null where rowid = 29888";
Command "update T set F = null where rowid = 51005";
Command "update T set F = null where rowid = 34215";
Command "update T set F = null where rowid = 11271";
Command "update T set F = null where rowid = 20371";
Command "update T set F = null where rowid = 16285";
Command "update T set F = null where rowid = 50954";
Command "update T set F = null where rowid = 54162";
Command "update T set F = null where rowid = 58857";
Command "update T set F = null where rowid = 21087";
Command "update T set F = null where rowid = 539";
Command "update T set F = null where rowid = 25314";
Command "update T set F = null where rowid = 58755";
Command "update T set F = null where rowid = 35052";
Command "update T set F = null where rowid = 18281";
Command "update T set F = null where rowid = 57718";
Command "update T set F = null where rowid = 13221";
Command "update T set F = null where rowid = 25275";
Command "update T set F = null where rowid = 14509";
Command "update T set F = null where rowid = 57550";
Command "update T set F = null where rowid = 16594";
Command "update T set F = null where rowid = 19173";
Command "update T set F = null where rowid = 55140";
Command "update T set F = null where rowid = 43921";
Command "update T set F = null where rowid = 32355";
Command "update T set F = null where rowid = 36684";
Command "update T set F = null where rowid = 24336";
Command "update T set F = null where rowid = 11950";
Command "update T set F = null where rowid = 19068";
Command "update T set F = null where rowid = 39926";
Command "update T set F = null where rowid = 33003";
Command "update T set F = null where rowid = 60596";
Command "update T set F = null where rowid = 40161";
Command "update T set F = null where rowid = 32065";
Command "update T set F = null where rowid = 46890";
Command "update T set F = null where rowid = 419";
Command "update T set F = null where rowid = 11869";
Command "update T set F = null where rowid = 23751";
Command "update T set F = null where rowid = 38448";
Command "update T set F = null where rowid = 15050";
Command "update T set F = null where rowid = 26038";
Command "update T set F = null where rowid = 22800";
Command "update T set F = null where rowid = 39649";
Command "update T set F = null where rowid = 50703";
Command "update T set F = null where rowid = 51876";
Command "update T set F = null where rowid = 49301";
Command "update T set F = null where rowid = 13486";
Command "update T set F = null where rowid = 5163";
Command "update T set F = null where rowid = 51153";
Command "update T set F = null where rowid = 364";
Command "update T set F = null where rowid = 20591";
Command "update T set F = null where rowid = 15538";
Command "update T set F = null where rowid = 14823";
Command "update T set F = null where rowid = 47092";
Command "update T set F = null where rowid = 16010";
Command "update T set F = null where rowid = 37058";
Command "update T set F = null where rowid = 31086";
Command "update T set F = null where rowid = 25354";
Command "update T set F = null where rowid = 33155";
Command "update T set F = null where rowid = 37028";
Command "update T set F = null where rowid = 37036";
Command "update T set F = null where rowid = 50667";
Command "update T set F = null where rowid = 17033";
Command "update T set F = null where rowid = 51901";
Command "update T set F = null where rowid = 42179";
Command "update T set F = null where rowid = 50769";
Command "update T set F = null where rowid = 20207";
Command "update T set F = null where rowid = 4858";
Command "update T set F = null where rowid = 34684";
Command "update T set F = null where rowid = 3147";
Command "update T set F = null where rowid = 3238";
Command "update T set F = null where rowid = 24654";
Command "update T set F = null where rowid = 49509";
Command "update T set F = null where rowid = 20995";
Command "update T set F = null where rowid = 40308";
Command "update T set F = null where rowid = 41994";
Command "update T set F = null where rowid = 3091";
Command "update T set F = null where rowid = 36290";
Command "update T set F = null where rowid = 6933";
Command "update T set F = null where rowid = 42378";
Command "update T set F = null where rowid = 40587";
Command "update T set F = null where rowid = 46866";
Command "update T set F = null where rowid = 14645";
Command "update T set F = null where rowid = 55880";
Command "update T set F = null where rowid = 50634";
Command "update T set F = null where rowid = 20805";
Command "update T set F = null where rowid = 38841";
Command "update T set F = null where rowid = 50424";
Command "update T set F = null where rowid = 34123";
Command "update T set F = null where rowid = 36672";
Command "update T set F = null where rowid = 8292";
Command "update T set F = null where rowid = 25479";
Command "update T set F = null where rowid = 16755";
Command "update T set F = null where rowid = 15358";
Command "update T set F = null where rowid = 11390";
Command "update T set F = null where rowid = 31237";
Command "update T set F = null where rowid = 55865";
Command "update T set F = null where rowid = 42323";
Command "update T set F = null where rowid = 40448";
Command "update T set F = null where rowid = 18136";
Command "update T set F = null where rowid = 20987";
Command "update T set F = null where rowid = 24610";
Command "update T set F = null where rowid = 26461";
Command "update T set F = null where rowid = 55474";
Command "update T set F = null where rowid = 25976";
Command "update T set F = null where rowid = 59741";
Command "update T set F = null where rowid = 54800";
Command "update T set F = null where rowid = 25517";
Command "update T set F = null where rowid = 50444";
Command "update T set F = null where rowid = 8215";
Command "update T set F = null where rowid = 48";
Command "update T set F = null where rowid = 36954";
Command "update T set F = null where rowid = 49021";
Command "update T set F = null where rowid = 12316";
Command "update T set F = null where rowid = 17092";
Command "update T set F = null where rowid = 38665";
Command "update T set F = null where rowid = 17440";
Command "update T set F = null where rowid = 45509";
Command "update T set F = null where rowid = 53571";
Command "update T set F = null where rowid = 44757";
Command "update T set F = null where rowid = 34826";
Command "update T set F = null where rowid = 49751";
Command "update T set F = null where rowid = 2895";
Command "update T set F = null where rowid = 17419";
Command "update T set F = null where rowid = 49084";
Command "update T set F = null where rowid = 48900";
Command "update T set F = null where rowid = 37068";
Command "update T set F = null where rowid = 23680";
Command "update T set F = null where rowid = 37164";
Command "update T set F = null where rowid = 30256";
Command "update T set F = null where rowid = 30100";
Command "update T set F = null where rowid = 22729";
Command "update T set F = null where rowid = 7791";
Command "update T set F = null where rowid = 29050";
Command "update T set F = null where rowid = 11991";
Command "update T set F = null where rowid = 32466";
Command "update T set F = null where rowid = 43768";
Command "update T set F = null where rowid = 15356";
Command "update T set F = null where rowid = 50048";
Command "update T set F = null where rowid = 34528";
Command "update T set F = null where rowid = 24348";
Command "update T set F = null where rowid = 39742";
Command "update T set F = null where rowid = 16442";
Command "update T set F = null where rowid = 37226";
Command "update T set F = null where rowid = 4009";
Command "update T set F = null where rowid = 12201";
Command "update T set F = null where rowid = 4677";
Command "update T set F = null where rowid = 18169";
Command "update T set F = null where rowid = 47171";
Command "update T set F = null where rowid = 57416";
Command "update T set F = null where rowid = 53405";
Command "update T set F = null where rowid = 56055";
Command "update T set F = null where rowid = 15853";
Command "update T set F = null where rowid = 31565";
Command "update T set F = null where rowid = 53871";
Command "update T set F = null where rowid = 51099";
Command "update T set F = null where rowid = 22584";
Command "update T set F = null where rowid = 47046";
Command "update T set F = null where rowid = 3658";
Command "update T set F = null where rowid = 51367";
Command "update T set F = null where rowid = 33620";
Command "update T set F = null where rowid = 19868";
Command "update T set F = null where rowid = 42606";
Command "update T set F = null where rowid = 7779";
Command "update T set F = null where rowid = 59771";
Command "update T set F = null where rowid = 18441";
Command "update T set F = null where rowid = 37573";
Command "update T set F = null where rowid = 16429";
Command "update T set F = null where rowid = 43043";
Command "update T set F = null where rowid = 46782";
Command "update T set F = null where rowid = 55035";
Command "update T set F = null where rowid = 26891";
Command "update T set F = null where rowid = 35560";
Command "update T set F = null where rowid = 41139";
Command "update T set F = null where rowid = 24498";
Command "update T set F = null where rowid = 18296";
Command "update T set F = null where rowid = 10708";
Command "update T set F = null where rowid = 41093";
Command "update T set F = null where rowid = 34630";
Command "update T set F = null where rowid = 39597";
Command "update T set F = null where rowid = 27776";
Command "update T set F = null where rowid = 17005";
Command "update T set F = null where rowid = 52276";
Command "update T set F = null where rowid = 1894";
Command "update T set F = null where rowid = 51188";
Command "update T set F = null where rowid = 16109";
Command "update T set F = null where rowid = 16456";
Command "update T set F = null where rowid = 43793";
Command "update T set F = null where rowid = 14030";
Command "update T set F = null where rowid = 16882";
Command "update T set F = null where rowid = 9035";
Command "update T set F = null where rowid = 23667";
Command "update T set F = null where rowid = 21139";
Command "update T set F = null where rowid = 13385";
Command "update T set F = null where rowid = 57500";
Command "update T set F = null where rowid = 9757";
Command "update T set F = null where rowid = 18363";
Command "update T set F = null where rowid = 40924";
Command "update T set F = null where rowid = 9968";
Command "update T set F = null where rowid = 41559";
Command "update T set F = null where rowid = 34272";
Command "update T set F = null where rowid = 22730";
Command "update T set F = null where rowid = 24959";
Command "update T set F = null where rowid = 50514";
Command "update T set F = null where rowid = 16738";
Command "update T set F = null where rowid = 43177";
Command "update T set F = null where rowid = 14556";
Command "update T set F = null where rowid = 17960";
Command "update T set F = null where rowid = 51873";
Command "update T set F = null where rowid = 20695";
Command "update T set F = null where rowid = 39858";
Command "update T set F = null where rowid = 11190";
Command "update T set F = null where rowid = 41014";
Command "update T set F = null where rowid = 42354";
Command "update T set F = null where rowid = 10078";
Command "update T set F = null where rowid = 38112";
Command "update T set F = null where rowid = 60228";
Command "update T set F = null where rowid = 45280";
Command "update T set F = null where rowid = 37262";
Command "update T set F = null where rowid = 27986";
Command "update T set F = null where rowid = 13732";
Command "update T set F = null where rowid = 47031";
Command "update T set F = null where rowid = 3640";
Command "update T set F = null where rowid = 8147";
Command "update T set F = null where rowid = 14256";
Command "update T set F = null where rowid = 33943";
Command "update T set F = null where rowid = 27656";
Command "update T set F = null where rowid = 8467";
Command "update T set F = null where rowid = 52715";
Command "update T set F = null where rowid = 170";
Command "update T set F = null where rowid = 24160";
Command "update T set F = null where rowid = 23857";
Command "update T set F = null where rowid = 56224";
Command "update T set F = null where rowid = 31660";
Command "update T set F = null where rowid = 36210";
Command "update T set F = null where rowid = 7926";
Command "update T set F = null where rowid = 5852";
Command "update T set F = null where rowid = 30342";
Command "update T set F = null where rowid = 26536";
Command "update T set F = null where rowid = 5453";
Command "update T set F = null where rowid = 35411";
Command "update T set F = null where rowid = 59776";
Command "update T set F = null where rowid = 24407";
Command "update T set F = null where rowid = 46130";
Command "update T set F = null where rowid = 54985";
Command "update T set F = null where rowid = 33917";
Command "update T set F = null where rowid = 54106";
Command "update T set F = null where rowid = 23878";
Command "update T set F = null where rowid = 7433";
Command "update T set F = null where rowid = 52173";
Command "update T set F = null where rowid = 52969";
Command "update T set F = null where rowid = 13560";
Command "update T set F = null where rowid = 56155";
Command "update T set F = null where rowid = 22662";
Command "update T set F = null where rowid = 38033";
Command "update T set F = null where rowid = 34653";
Command "update T set F = null where rowid = 36262";
Command "update T set F = null where rowid = 32973";
Command "update T set F = null where rowid = 6378";
Command "update T set F = null where rowid = 56914";
Command "update T set F = null where rowid = 16900";
Command "update T set F = null where rowid = 38050";
Command "update T set F = null where rowid = 23509";
Command "update T set F = null where rowid = 37326";
Command "update T set F = null where rowid = 16039";
Command "update T set F = null where rowid = 53135";
Command "update T set F = null where rowid = 21249";
Command "update T set F = null where rowid = 55952";
Command "update T set F = null where rowid = 27893";
Command "update T set F = null where rowid = 36168";
Command "update T set F = null where rowid = 34402";
Command "update T set F = null where rowid = 53027";
Command "update T set F = null where rowid = 12639";
Command "update T set F = null where rowid = 39677";
Command "update T set F = null where rowid = 56887";
Command "update T set F = null where rowid = 43882";
Command "update T set F = null where rowid = 43703";
Command "update T set F = null where rowid = 39824";
Command "update T set F = null where rowid = 15925";
Command "update T set F = null where rowid = 15239";
Command "update T set F = null where rowid = 4338";
Command "update T set F = null where rowid = 22559";
Command "update T set F = null where rowid = 20316";
Command "update T set F = null where rowid = 10329";
Command "update T set F = null where rowid = 11921";
Command "update T set F = null where rowid = 28473";
Command "update T set F = null where rowid = 36624";
Command "update T set F = null where rowid = 31070";
Command "update T set F = null where rowid = 20474";
Command "update T set F = null where rowid = 6180";
Command "update T set F = null where rowid = 19556";
Command "update T set F = null where rowid = 52905";
Command "update T set F = null where rowid = 5076";
Command "update T set F = null where rowid = 3844";
Command "update T set F = null where rowid = 45981";
Command "update T set F = null where rowid = 42746";
Command "update T set F = null where rowid = 32966";
Command "update T set F = null where rowid = 56342";
Command "update T set F = null where rowid = 48075";
Command "update T set F = null where rowid = 39783";
Command "update T set F = null where rowid = 4091";
Command "update T set F = null where rowid = 14686";
Command "update T set F = null where rowid = 57106";
Command "update T set F = null where rowid = 32691";
Command "update T set F = null where rowid = 31317";
Command "update T set F = null where rowid = 10478";
Command "update T set F = null where rowid = 11417";
Command "update T set F = null where rowid = 11319";
Command "update T set F = null where rowid = 46962";
Command "update T set F = null where rowid = 36694";
Command "update T set F = null where rowid = 54556";
Command "update T set F = null where rowid = 46216";
Command "update T set F = null where rowid = 23059";
Command "update T set F = null where rowid = 3060";
Command "update T set F = null where rowid = 40479";
Command "update T set F = null where rowid = 18028";
Command "update T set F = null where rowid = 13008";
Command "update T set F = null where rowid = 58859";
Command "update T set F = null where rowid = 41446";
Command "update T set F = null where rowid = 19378";
Command "update T set F = null where rowid = 44803";
Command "update T set F = null where rowid = 12747";
Command "update T set F = null where rowid = 33452";
Command "update T set F = null where rowid = 54524";
Command "update T set F = null where rowid = 13505";
Command "update T set F = null where rowid = 21070";
Command "update T set F = null where rowid = 24868";
Command "update T set F = null where rowid = 51114";
Command "update T set F = null where rowid = 28258";
Command "update T set F = null where rowid = 47593";
Command "update T set F = null where rowid = 16902";
Command "update T set F = null where rowid = 10666";
Command "update T set F = null where rowid = 46993";
Command "update T set F = null where rowid = 13951";
Command "update T set F = null where rowid = 50732";
Command "update T set F = null where rowid = 30197";
Command "update T set F = null where rowid = 27521";
Command "update T set F = null where rowid = 32628";
Command "update T set F = null where rowid = 27982";
Command "update T set F = null where rowid = 26898";
Command "update T set F = null where rowid = 33267";
Command "update T set F = null where rowid = 26347";
Command "update T set F = null where rowid = 58404";
Command "update T set F = null where rowid = 46042";
Command "update T set F = null where rowid = 40658";
Command "update T set F = null where rowid = 15138";
Command "update T set F = null where rowid = 10127";
Command "update T set F = null where rowid = 29886";
Command "update T set F = null where rowid = 45932";
Command "update T set F = null where rowid = 52746";
Command "update T set F = null where rowid = 638";
Command "update T set F = null where rowid = 7318";
Command "update T set F = null where rowid = 3933";
Command "update T set F = null where rowid = 46311";
Command "update T set F = null where rowid = 30580";
Command "update T set F = null where rowid = 44470";
Command "update T set F = null where rowid = 29030";
Command "update T set F = null where rowid = 1963";
Command "update T set F = null where rowid = 44315";
Command "update T set F = null where rowid = 42754";
Command "update T set F = null where rowid = 28967";
Command "update T set F = null where rowid = 22513";
Command "update T set F = null where rowid = 59007";
Command "update T set F = null where rowid = 54254";
Command "update T set F = null where rowid = 16562";
Command "update T set F = null where rowid = 46199";
Command "update T set F = null where rowid = 25461";
Command "update T set F = null where rowid = 26552";
Command "update T set F = null where rowid = 59596";
Command "update T set F = null where rowid = 8666";
Command "update T set F = null where rowid = 53964";
Command "update T set F = null where rowid = 13060";
Command "update T set F = null where rowid = 23330";
Command "update T set F = null where rowid = 37370";
Command "update T set F = null where rowid = 18574";
Command "update T set F = null where rowid = 40382";
Command "update T set F = null where rowid = 3760";
Command "update T set F = null where rowid = 28886";
Command "update T set F = null where rowid = 56555";
Command "update T set F = null where rowid = 8341";
Command "update T set F = null where rowid = 51307";
Command "update T set F = null where rowid = 22785";
Command "update T set F = null where rowid = 11080";
Command "update T set F = null where rowid = 7738";
Command "update T set F = null where rowid = 40097";
Command "update T set F = null where rowid = 39583";
Command "update T set F = null where rowid = 1823";
Command "update T set F = null where rowid = 23182";
Command "update T set F = null where rowid = 14891";
Command "update T set F = null where rowid = 60793";
Command "update T set F = null where rowid = 48840";
Command "update T set F = null where rowid = 20731";
Command "update T set F = null where rowid = 22100";
Command "update T set F = null where rowid = 13347";
Command "update T set F = null where rowid = 56714";
Command "update T set F = null where rowid = 9993";
Command "update T set F = null where rowid = 39662";
Command "update T set F = null where rowid = 465";
Command "update T set F = null where rowid = 16750";
Command "update T set F = null where rowid = 33174";
Command "update T set F = null where rowid = 29826";
Command "update T set F = null where rowid = 1532";
Command "update T set F = null where rowid = 21845";
Command "update T set F = null where rowid = 754";
Command "update T set F = null where rowid = 16336";
Command "update T set F = null where rowid = 58522";
Command "update T set F = null where rowid = 17836";
Command "update T set F = null where rowid = 22094";
Command "update T set F = null where rowid = 55154";
Command "update T set F = null where rowid = 19126";
Command "update T set F = null where rowid = 58575";
Command "update T set F = null where rowid = 39667";
Command "update T set F = null where rowid = 9197";
Command "update T set F = null where rowid = 39642";
Command "update T set F = null where rowid = 2491";
Command "update T set F = null where rowid = 43301";
Command "update T set F = null where rowid = 27548";
Command "update T set F = null where rowid = 49282";
Command "update T set F = null where rowid = 46510";
Command "update T set F = null where rowid = 53250";
Command "update T set F = null where rowid = 48856";
Command "update T set F = null where rowid = 497";
Command "update T set F = null where rowid = 21256";
Command "update T set F = null where rowid = 46715";
Command "update T set F = null where rowid = 43707";
Command "update T set F = null where rowid = 52888";
Command "update T set F = null where rowid = 67";
Command "update T set F = null where rowid = 18832";
Command "update T set F = null where rowid = 10928";
Command "update T set F = null where rowid = 35146";
Command "update T set F = null where rowid = 37844";
Command "update T set F = null where rowid = 28457";
Command "update T set F = null where rowid = 28180";
Command "update T set F = null where rowid = 40041";
Command "update T set F = null where rowid = 42417";
Command "update T set F = null where rowid = 31723";
Command "update T set F = null where rowid = 35904";
Command "update T set F = null where rowid = 5177";
Command "update T set F = null where rowid = 55166";
Command "update T set F = null where rowid = 25594";
Command "update T set F = null where rowid = 33958";
Command "update T set F = null where rowid = 52116";
Command "update T set F = null where rowid = 29929";
Command "update T set F = null where rowid = 1689";
Command "update T set F = null where rowid = 19978";
Command "update T set F = null where rowid = 53487";
Command "update T set F = null where rowid = 32773";
Command "update T set F = null where rowid = 46668";
Command "update T set F = null where rowid = 47302";
Command "update T set F = null where rowid = 48860";
Command "update T set F = null where rowid = 51309";
Command "update T set F = null where rowid = 2098";
Command "update T set F = null where rowid = 7616";
Command "update T set F = null where rowid = 13911";
Command "update T set F = null where rowid = 26186";
Command "update T set F = null where rowid = 43484";
Command "update T set F = null where rowid = 45355";
Command "update T set F = null where rowid = 19103";
Command "update T set F = null where rowid = 38246";
Command "update T set F = null where rowid = 25984";
Command "update T set F = null where rowid = 13838";
Command "update T set F = null where rowid = 37832";
Command "update T set F = null where rowid = 43942";
Command "update T set F = null where rowid = 594";
Command "update T set F = null where rowid = 11793";
Command "update T set F = null where rowid = 35059";
Command "update T set F = null where rowid = 43141";
Command "update T set F = null where rowid = 55309";
Command "update T set F = null where rowid = 45311";
Command "update T set F = null where rowid = 45892";
Command "update T set F = null where rowid = 50613";
Command "update T set F = null where rowid = 15912";
Command "update T set F = null where rowid = 15780";
Command "update T set F = null where rowid = 24945";
Command "update T set F = null where rowid = 14813";
Command "update T set F = null where rowid = 31100";
Command "update T set F = null where rowid = 35725";
Command "update T set F = null where rowid = 20773";
Command "update T set F = null where rowid = 38873";
Command "update T set F = null where rowid = 19496";
Command "update T set F = null where rowid = 33318";
Command "update T set F = null where rowid = 980";
Command "update T set F = null where rowid = 30862";
Command "update T set F = null where rowid = 41211";
Command "update T set F = null where rowid = 42150";
Command "update T set F = null where rowid = 60355";
Command "update T set F = null where rowid = 20626";
Command "update T set F = null where rowid = 56131";
Command "update T set F = null where rowid = 2969";
Command "update T set F = null where rowid = 60693";
Command "update T set F = null where rowid = 26230";
Command "update T set F = null where rowid = 12322";
Command "update T set F = null where rowid = 50940";
Command "update T set F = null where rowid = 28163";
Command "update T set F = null where rowid = 49062";
Command "update T set F = null where rowid = 15996";
Command "update T set F = null where rowid = 32289";
Command "update T set F = null where rowid = 9754";
Command "update T set F = null where rowid = 16352";
Command "update T set F = null where rowid = 34017";
Command "update T set F = null where rowid = 59405";
Command "update T set F = null where rowid = 20594";
Command "update T set F = null where rowid = 57543";
Command "update T set F = null where rowid = 38932";
Command "update T set F = null where rowid = 36761";
Command "update T set F = null where rowid = 58397";
Command "update T set F = null where rowid = 45610";
Command "update T set F = null where rowid = 37983";
Command "update T set F = null where rowid = 59268";
Command "update T set F = null where rowid = 37365";
Command "update T set F = null where rowid = 51163";
Command "update T set F = null where rowid = 10";
Command "update T set F = null where rowid = 39760";
Command "update T set F = null where rowid = 51255";
Command "update T set F = null where rowid = 15121";
Command "update T set F = null where rowid = 34836";
Command "update T set F = null where rowid = 25666";
Command "update T set F = null where rowid = 54451";
Command "update T set F = null where rowid = 3555";
Command "update T set F = null where rowid = 4453";
Command "update T set F = null where rowid = 38402";
Command "update T set F = null where rowid = 13662";
Command "update T set F = null where rowid = 60777";
Command "update T set F = null where rowid = 38762";
Command "update T set F = null where rowid = 7466";
Command "update T set F = null where rowid = 16973";
Command "update T set F = null where rowid = 23620";
Command "update T set F = null where rowid = 31626";
Command "update T set F = null where rowid = 13392";
Command "update T set F = null where rowid = 24216";
Command "update T set F = null where rowid = 5189";
Command "update T set F = null where rowid = 15312";
Command "update T set F = null where rowid = 59241";
Command "update T set F = null where rowid = 10540";
Command "update T set F = null where rowid = 43731";
Command "update T set F = null where rowid = 39299";
Command "update T set F = null where rowid = 23351";
Command "update T set F = null where rowid = 10130";
Command "update T set F = null where rowid = 46649";
Command "update T set F = null where rowid = 49343";
Command "update T set F = null where rowid = 52984";
Command "update T set F = null where rowid = 53211";
Command "update T set F = null where rowid = 13146";
Command "update T set F = null where rowid = 19369";
Command "update T set F = null where rowid = 47640";
Command "update T set F = null where rowid = 56576";
Command "update T set F = null where rowid = 13485";
Command "update T set F = null where rowid = 14909";
Command "update T set F = null where rowid = 42359";
Command "update T set F = null where rowid = 57093";
Command "update T set F = null where rowid = 16094";
Command "update T set F = null where rowid = 26672";
Command "update T set F = null where rowid = 50648";
Command "update T set F = null where rowid = 26433";
Command "update T set F = null where rowid = 20744";
Command "update T set F = null where rowid = 33551";
Command "update T set F = null where rowid = 4334";
Command "update T set F = null where rowid = 59514";
Command "update T set F = null where rowid = 39269";
Command "update T set F = null where rowid = 32656";
Command "update T set F = null where rowid = 11775";
Command "update T set F = null where rowid = 1014";
Command "update T set F = null where rowid = 15478";
Command "update T set F = null where rowid = 24426";
Command "update T set F = null where rowid = 6833";
Command "update T set F = null where rowid = 26632";
Command "update T set F = null where rowid = 15163";
Command "update T set F = null where rowid = 1001";
Command "update T set F = null where rowid = 22058";
Command "update T set F = null where rowid = 43753";
Command "update T set F = null where rowid = 44575";
Command "update T set F = null where rowid = 37085";
Command "update T set F = null where rowid = 4004";
Command "update T set F = null where rowid = 32732";
Command "update T set F = null where rowid = 36732";
Command "update T set F = null where rowid = 35817";
Command "update T set F = null where rowid = 17012";
Command "update T set F = null where rowid = 35003";
Command "update T set F = null where rowid = 59093";
Command "update T set F = null where rowid = 38472";
Command "update T set F = null where rowid = 55534";
Command "update T set F = null where rowid = 52735";
Command "update T set F = null where rowid = 19640";
Command "update T set F = null where rowid = 18323";
Command "update T set F = null where rowid = 55829";
Command "update T set F = null where rowid = 46234";
Command "update T set F = null where rowid = 13880";
Command "update T set F = null where rowid = 52782";
Command "update T set F = null where rowid = 938";
Command "update T set F = null where rowid = 35344";
Command "update T set F = null where rowid = 37433";
Command "update T set F = null where rowid = 45365";
Command "update T set F = null where rowid = 53200";
Command "update T set F = null where rowid = 37727";
Command "update T set F = null where rowid = 60944";
Command "update T set F = null where rowid = 44527";
Command "update T set F = null where rowid = 6107";
Command "update T set F = null where rowid = 44026";
Command "update T set F = null where rowid = 44888";
Command "update T set F = null where rowid = 44446";
Command "update T set F = null where rowid = 28266";
Command "update T set F = null where rowid = 2862";
Command "update T set F = null where rowid = 18916";
Command "update T set F = null where rowid = 37096";
Command "update T set F = null where rowid = 27744";
Command "update T set F = null where rowid = 16966";
Command "update T set F = null where rowid = 28392";
Command "update T set F = null where rowid = 33303";
Command "update T set F = null where rowid = 32649";
Command "update T set F = null where rowid = 124";
Command "update T set F = null where rowid = 12704";
Command "update T set F = null where rowid = 54148";
Command "update T set F = null where rowid = 25175";
Command "update T set F = null where rowid = 21947";
Command "update T set F = null where rowid = 28926";
Command "update T set F = null where rowid = 23561";
Command "update T set F = null where rowid = 31612";
Command "update T set F = null where rowid = 51892";
Command "update T set F = null where rowid = 7129";
Command "update T set F = null where rowid = 6260";
Command "update T set F = null where rowid = 57979";
Command "update T set F = null where rowid = 31803";
Command "update T set F = null where rowid = 59438";
Command "update T set F = null where rowid = 26914";
Command "update T set F = null where rowid = 31501";
Command "update T set F = null where rowid = 31901";
Command "update T set F = null where rowid = 5474";
Command "update T set F = null where rowid = 13";
Command "update T set F = null where rowid = 20126";
Command "update T set F = null where rowid = 1437";
Command "update T set F = null where rowid = 50972";
Command "update T set F = null where rowid = 1084";
Command "update T set F = null where rowid = 7442";
Command "update T set F = null where rowid = 48573";
Command "update T set F = null where rowid = 31761";
Command "update T set F = null where rowid = 12384";
Command "update T set F = null where rowid = 5911";
Command "update T set F = null where rowid = 45893";
Command "update T set F = null where rowid = 9780";
Command "update T set F = null where rowid = 18751";
Command "update T set F = null where rowid = 43801";
Command "update T set F = null where rowid = 40391";
Command "update T set F = null where rowid = 21841";
Command "update T set F = null where rowid = 22263";
Command "update T set F = null where rowid = 7123";
Command "update T set F = null where rowid = 14840";
Command "update T set F = null where rowid = 60866";
Command "update T set F = null where rowid = 53403";
Command "update T set F = null where rowid = 26195";
Command "update T set F = null where rowid = 4259";
Command "update T set F = null where rowid = 31423";
Command "update T set F = null where rowid = 34071";
Command "update T set F = null where rowid = 22959";
Command "update T set F = null where rowid = 43708";
Command "update T set F = null where rowid = 5275";
Command "update T set F = null where rowid = 38401";
Command "update T set F = null where rowid = 9062";
Command "update T set F = null where rowid = 12097";
Command "update T set F = null where rowid = 3903";
Command "update T set F = null where rowid = 21206";
Command "update T set F = null where rowid = 47842";
Command "update T set F = null where rowid = 42369";
Command "update T set F = null where rowid = 19609";
Command "update T set F = null where rowid = 18558";
Command "update T set F = null where rowid = 40556";
Command "update T set F = null where rowid = 58048";
Command "update T set F = null where rowid = 61192";
Command "update T set F = null where rowid = 10020";
Command "update T set F = null where rowid = 54707";
Command "update T set F = null where rowid = 55807";
Command "update T set F = null where rowid = 54520";
Command "update T set F = null where rowid = 16512";
Command "update T set F = null where rowid = 44480";
Command "update T set F = null where rowid = 43512";
Command "update T set F = null where rowid = 4599";
Command "update T set F = null where rowid = 54570";
Command "update T set F = null where rowid = 751";
Command "update T set F = null where rowid = 14956";
Command "update T set F = null where rowid = 40934";
Command "update T set F = null where rowid = 49416";
Command "update T set F = null where rowid = 14928";
Command "update T set F = null where rowid = 55736";
Command "update T set F = null where rowid = 15038";
Command "update T set F = null where rowid = 4792";
Command "update T set F = null where rowid = 57228";
Command "update T set F = null where rowid = 26620";
Command "update T set F = null where rowid = 54585";
Command "update T set F = null where rowid = 1003";
Command "update T set F = null where rowid = 17309";
Command "update T set F = null where rowid = 35429";
Command "update T set F = null where rowid = 58261";
Command "update T set F = null where rowid = 58441";
Command "update T set F = null where rowid = 28700";
Command "update T set F = null where rowid = 56087";
Command "update T set F = null where rowid = 36462";
Command "update T set F = null where rowid = 38231";
Command "update T set F = null where rowid = 42838";
Command "update T set F = null where rowid = 45028";
Command "update T set F = null where rowid = 33130";
Command "update T set F = null where rowid = 32031";
Command "update T set F = null where rowid = 19550";
Command "update T set F = null where rowid = 14330";
Command "update T set F = null where rowid = 12798";
Command "update T set F = null where rowid = 3366";
Command "update T set F = null where rowid = 860";
Command "update T set F = null where rowid = 55773";
Command "update T set F = null where rowid = 48472";
Command "update T set F = null where rowid = 14266";
Command "update T set F = null where rowid = 47264";
Command "update T set F = null where rowid = 29618";
Command "update T set F = null where rowid = 37706";
Command "update T set F = null where rowid = 49498";
Command "update T set F = null where rowid = 58068";
Command "update T set F = null where rowid = 31065";
Command "update T set F = null where rowid = 15317";
Command "update T set F = null where rowid = 52152";
Command "update T set F = null where rowid = 14405";
Command "update T set F = null where rowid = 830";
Command "update T set F = null where rowid = 18203";
Command "update T set F = null where rowid = 31023";
Command "update T set F = null where rowid = 41319";
Command "update T set F = null where rowid = 55374";
Command "update T set F = null where rowid = 13869";
Command "update T set F = null where rowid = 53821";
Command "update T set F = null where rowid = 35153";
Command "update T set F = null where rowid = 37337";
Command "update T set F = null where rowid = 8533";
Command "update T set F = null where rowid = 929";
Command "update T set F = null where rowid = 26752";
Command "update T set F = null where rowid = 35479";
Command "update T set F = null where rowid = 41709";
Command "update T set F = null where rowid = 34186";
Command "update T set F = null where rowid = 14061";
Command "update T set F = null where rowid = 49233";
Command "update T set F = null where rowid = 16005";
Command "update T set F = null where rowid = 29305";
Command "update T set F = null where rowid = 25045";
Command "update T set F = null where rowid = 27074";
Command "update T set F = null where rowid = 49415";
Command "update T set F = null where rowid = 17469";
Command "update T set F = null where rowid = 35104";
Command "update T set F = null where rowid = 49723";
Command "update T set F = null where rowid = 3874";
Command "update T set F = null where rowid = 571";
Command "update T set F = null where rowid = 39811";
Command "update T set F = null where rowid = 37533";
Command "update T set F = null where rowid = 6459";
Command "update T set F = null where rowid = 24274";
Command "update T set F = null where rowid = 32216";
Command "update T set F = null where rowid = 9064";
Command "update T set F = null where rowid = 8796";
Command "update T set F = null where rowid = 19465";
Command "update T set F = null where rowid = 13800";
Command "update T set F = null where rowid = 26804";
Command "update T set F = null where rowid = 49128";
Command "update T set F = null where rowid = 27707";
Command "update T set F = null where rowid = 7026";
Command "update T set F = null where rowid = 1251";
Command "update T set F = null where rowid = 38331";
Command "update T set F = null where rowid = 7366";
Command "update T set F = null where rowid = 13701";
Command "update T set F = null where rowid = 38750";
Command "update T set F = null where rowid = 17736";
Command "update T set F = null where rowid = 9411";
Command "update T set F = null where rowid = 42263";
Command "update T set F = null where rowid = 28058";
Command "update T set F = null where rowid = 27749";
Command "update T set F = null where rowid = 40649";
Command "update T set F = null where rowid = 38773";
Command "update T set F = null where rowid = 31937";
Command "update T set F = null where rowid = 44785";
Command "update T set F = null where rowid = 20782";
Command "update T set F = null where rowid = 28502";
Command "update T set F = null where rowid = 4220";
Command "update T set F = null where rowid = 38356";
Command "update T set F = null where rowid = 45673";
Command "update T set F = null where rowid = 28977";
Command "update T set F = null where rowid = 32872";
Command "update T set F = null where rowid = 33999";
Command "update T set F = null where rowid = 31746";
Command "update T set F = null where rowid = 10483";
Command "update T set F = null where rowid = 21908";
Command "update T set F = null where rowid = 26032";
Command "update T set F = null where rowid = 47673";
Command "update T set F = null where rowid = 8920";
Command "update T set F = null where rowid = 44708";
Command "update T set F = null where rowid = 2153";
Command "update T set F = null where rowid = 19100";
Command "update T set F = null where rowid = 12111";
Command "update T set F = null where rowid = 51788";
Command "update T set F = null where rowid = 49211";
Command "update T set F = null where rowid = 26001";
Command "update T set F = null where rowid = 48152";
Command "update T set F = null where rowid = 36289";
Command "update T set F = null where rowid = 44238";
Command "update T set F = null where rowid = 53210";
Command "update T set F = null where rowid = 26111";
Command "update T set F = null where rowid = 23669";
Command "update T set F = null where rowid = 58883";
Command "update T set F = null where rowid = 46924";
Command "update T set F = null where rowid = 38749";
Command "update T set F = null where rowid = 31868";
Command "update T set F = null where rowid = 4222";
Command "update T set F = null where rowid = 10195";
Command "update T set F = null where rowid = 33805";
Command "update T set F = null where rowid = 7671";
Command "update T set F = null where rowid = 21864";
Command "update T set F = null where rowid = 14425";
Command "update T set F = null where rowid = 8794";
Command "update T set F = null where rowid = 44738";
Command "update T set F = null where rowid = 37773";
Command "update T set F = null where rowid = 22944";
Command "update T set F = null where rowid = 34242";
Command "update T set F = null where rowid = 42616";
Command "update T set F = null where rowid = 44994";
Command "update T set F = null where rowid = 49";
Command "update T set F = null where rowid = 37688";
Command "update T set F = null where rowid = 56243";
Command "update T set F = null where rowid = 22239";
Command "update T set F = null where rowid = 22771";
Command "update T set F = null where rowid = 19216";
Command "update T set F = null where rowid = 10060";
Command "update T set F = null where rowid = 26550";
Command "update T set F = null where rowid = 53626";
Command "update T set F = null where rowid = 44761";
Command "update T set F = null where rowid = 7923";
Command "update T set F = null where rowid = 4011";
Command "update T set F = null where rowid = 43968";
Command "update T set F = null where rowid = 51414";
Command "update T set F = null where rowid = 48290";
Command "update T set F = null where rowid = 49651";
Command "update T set F = null where rowid = 20512";
Command "update T set F = null where rowid = 12270";
Command "update T set F = null where rowid = 23668";
Command "update T set F = null where rowid = 38214";
Command "update T set F = null where rowid = 5142";
Command "update T set F = null where rowid = 59816";
Command "update T set F = null where rowid = 55127";
Command "update T set F = null where rowid = 25230";
Command "update T set F = null where rowid = 34115";
Command "update T set F = null where rowid = 32735";
Command "update T set F = null where rowid = 17306";
Command "update T set F = null where rowid = 4499";
Command "update T set F = null where rowid = 36589";
Command "update T set F = null where rowid = 31069";
Command "update T set F = null where rowid = 28223";
Command "update T set F = null where rowid = 32677";
Command "update T set F = null where rowid = 58410";
Command "update T set F = null where rowid = 7376";
Command "update T set F = null where rowid = 29512";
Command "update T set F = null where rowid = 53836";
Command "update T set F = null where rowid = 16403";
Command "update T set F = null where rowid = 114";
Command "update T set F = null where rowid = 55920";
Command "update T set F = null where rowid = 8643";
Command "update T set F = null where rowid = 14147";
Command "update T set F = null where rowid = 43891";
Command "update T set F = null where rowid = 9017";
Command "update T set F = null where rowid = 32749";
Command "update T set F = null where rowid = 2233";
Command "update T set F = null where rowid = 6052";
Command "update T set F = null where rowid = 53519";
Command "update T set F = null where rowid = 32728";
Command "update T set F = null where rowid = 48813";
Command "update T set F = null where rowid = 22651";
Command "update T set F = null where rowid = 39160";
Command "update T set F = null where rowid = 56028";
Command "update T set F = null where rowid = 634";
Command "update T set F = null where rowid = 2428";
Command "update T set F = null where rowid = 5023";
Command "update T set F = null where rowid = 10837";
Command "update T set F = null where rowid = 2161";
Command "update T set F = null where rowid = 22870";
Command "update T set F = null where rowid = 13846";
Command "update T set F = null where rowid = 59212";
Command "update T set F = null where rowid = 51997";
Command "update T set F = null where rowid = 60100";
Command "update T set F = null where rowid = 29530";
Command "update T set F = null where rowid = 21415";
Command "update T set F = null where rowid = 5043";
Command "update T set F = null where rowid = 15004";
Command "update T set F = null where rowid = 20674";
Command "update T set F = null where rowid = 27579";
Command "update T set F = null where rowid = 14598";
Command "update T set F = null where rowid = 1335";
Command "update T set F = null where rowid = 29540";
Command "update T set F = null where rowid = 28439";
Command "update T set F = null where rowid = 39707";
Command "update T set F = null where rowid = 60031";
Command "update T set F = null where rowid = 36925";
Command "update T set F = null where rowid = 52786";
Command "update T set F = null where rowid = 51856";
Command "update T set F = null where rowid = 23804";
Command "update T set F = null where rowid = 24648";
Command "update T set F = null where rowid = 2452";
Command "update T set F = null where rowid = 42270";
Command "update T set F = null where rowid = 36135";
Command "update T set F = null where rowid = 14696";
Command "update T set F = null where rowid = 20457";
Command "update T set F = null where rowid = 8265";
Command "update T set F = null where rowid = 33910";
Command "update T set F = null where rowid = 32362";
Command "update T set F = null where rowid = 49821";
Command "update T set F = null where rowid = 60662";
Command "update T set F = null where rowid = 18189";
Command "update T set F = null where rowid = 54695";
Command "update T set F = null where rowid = 20261";
Command "update T set F = null where rowid = 12156";
Command "update T set F = null where rowid = 59953";
Command "update T set F = null where rowid = 16399";
Command "update T set F = null where rowid = 49268";
Command "update T set F = null where rowid = 9204";
Command "update T set F = null where rowid = 34708";
Command "update T set F = null where rowid = 57869";
Command "update T set F = null where rowid = 3186";
Command "update T set F = null where rowid = 10290";
Command "update T set F = null where rowid = 14784";
Command "update T set F = null where rowid = 37882";
Command "update T set F = null where rowid = 56007";
Command "update T set F = null where rowid = 50315";
Command "update T set F = null where rowid = 6709";
Command "update T set F = null where rowid = 14441";
Command "update T set F = null where rowid = 34820";
Command "update T set F = null where rowid = 19444";
Command "update T set F = null where rowid = 52287";
Command "update T set F = null where rowid = 11670";
Command "update T set F = null where rowid = 57264";
Command "update T set F = null where rowid = 59357";
Command "update T set F = null where rowid = 13889";
Command "update T set F = null where rowid = 22850";
Command "update T set F = null where rowid = 53245";
Command "update T set F = null where rowid = 51168";
Command "update T set F = null where rowid = 40783";
Command "update T set F = null where rowid = 6311";
Command "update T set F = null where rowid = 21808";
Command "update T set F = null where rowid = 32363";
Command "update T set F = null where rowid = 36674";
Command "update T set F = null where rowid = 19028";
Command "update T set F = null where rowid = 30655";
Command "update T set F = null where rowid = 5812";
Command "update T set F = null where rowid = 595";
Command "update T set F = null where rowid = 35780";
Command "update T set F = null where rowid = 14848";
Command "update T set F = null where rowid = 13171";
Command "update T set F = null where rowid = 61145";
Command "update T set F = null where rowid = 10910";
Command "update T set F = null where rowid = 14743";
Command "update T set F = null where rowid = 24641";
Command "update T set F = null where rowid = 6962";
Command "update T set F = null where rowid = 24416";
Command "update T set F = null where rowid = 49876";
Command "update T set F = null where rowid = 4044";
Command "update T set F = null where rowid = 20271";
Command "update T set F = null where rowid = 4584";
Command "update T set F = null where rowid = 33268";
Command "update T set F = null where rowid = 22958";
Command "update T set F = null where rowid = 12561";
Command "update T set F = null where rowid = 44371";
Command "update T set F = null where rowid = 61205";
Command "update T set F = null where rowid = 42854";
Command "update T set F = null where rowid = 28667";
Command "update T set F = null where rowid = 18068";
Command "update T set F = null where rowid = 27991";
Command "update T set F = null where rowid = 43867";
Command "update T set F = null where rowid = 140";
Command "update T set F = null where rowid = 37793";
Command "update T set F = null where rowid = 26824";
Command "update T set F = null where rowid = 40165";
Command "update T set F = null where rowid = 8084";
Command "update T set F = null where rowid = 56485";
Command "update T set F = null where rowid = 41130";
Command "update T set F = null where rowid = 40847";
Command "update T set F = null where rowid = 5613";
Command "update T set F = null where rowid = 25574";
Command "update T set F = null where rowid = 56726";
Command "update T set F = null where rowid = 42291";
Command "update T set F = null where rowid = 45894";
Command "update T set F = null where rowid = 36427";
Command "update T set F = null where rowid = 50706";
Command "update T set F = null where rowid = 18904";
Command "update T set F = null where rowid = 12657";
Command "update T set F = null where rowid = 7976";
Command "update T set F = null where rowid = 47569";
Command "update T set F = null where rowid = 9348";
Command "update T set F = null where rowid = 38480";
Command "update T set F = null where rowid = 55535";
Command "update T set F = null where rowid = 17423";
Command "update T set F = null where rowid = 55475";
Command "update T set F = null where rowid = 53284";
Command "update T set F = null where rowid = 39297";
Command "update T set F = null where rowid = 17272";
Command "update T set F = null where rowid = 3580";
Command "update T set F = null where rowid = 34774";
Command "update T set F = null where rowid = 20567";
Command "update T set F = null where rowid = 56365";
Command "update T set F = null where rowid = 60949";
Command "update T set F = null where rowid = 27637";
Command "update T set F = null where rowid = 42648";
Command "update T set F = null where rowid = 16624";
Command "update T set F = null where rowid = 56423";
Command "update T set F = null where rowid = 60530";
Command "update T set F = null where rowid = 9921";
Command "update T set F = null where rowid = 16598";
Command "update T set F = null where rowid = 44516";
Command "update T set F = null where rowid = 17031";
Command "update T set F = null where rowid = 56923";
Command "update T set F = null where rowid = 16916";
Command "update T set F = null where rowid = 3140";
Command "update T set F = null where rowid = 21875";
Command "update T set F = null where rowid = 4893";
Command "update T set F = null where rowid = 39139";
Command "update T set F = null where rowid = 28988";
Command "update T set F = null where rowid = 8031";
Command "update T set F = null where rowid = 30228";
Command "update T set F = null where rowid = 20881";
Command "update T set F = null where rowid = 58011";
Command "update T set F = null where rowid = 18429";
Command "update T set F = null where rowid = 31613";
Command "update T set F = null where rowid = 27217";
Command "update T set F = null where rowid = 52972";
Command "update T set F = null where rowid = 47737";
Command "update T set F = null where rowid = 8483";
Command "update T set F = null where rowid = 53333";
Command "update T set F = null where rowid = 39719";
Command "update T set F = null where rowid = 17754";
Command "update T set F = null where rowid = 1547";
Command "update T set F = null where rowid = 6505";
Command "update T set F = null where rowid = 38870";
Command "update T set F = null where rowid = 42549";
Command "update T set F = null where rowid = 56511";
Command "update T set F = null where rowid = 57125";
Command "update T set F = null where rowid = 23420";
Command "update T set F = null where rowid = 20681";
Command "update T set F = null where rowid = 723";
Command "update T set F = null where rowid = 34737";
Command "update T set F = null where rowid = 31980";
Command "update T set F = null where rowid = 7257";
Command "update T set F = null where rowid = 7547";
Command "update T set F = null where rowid = 59677";
Command "update T set F = null where rowid = 4467";
Command "update T set F = null where rowid = 42682";
Command "update T set F = null where rowid = 65";
Command "update T set F = null where rowid = 9422";
Command "update T set F = null where rowid = 9811";
Command "update T set F = null where rowid = 43629";
Command "update T set F = null where rowid = 20422";
Command "update T set F = null where rowid = 5721";
Command "update T set F = null where rowid = 30868";
Command "update T set F = null where rowid = 21663";
Command "update T set F = null where rowid = 54194";
Command "update T set F = null where rowid = 34204";
Command "update T set F = null where rowid = 39296";
Command "update T set F = null where rowid = 14977";
Command "update T set F = null where rowid = 7882";
Command "update T set F = null where rowid = 35404";
Command "update T set F = null where rowid = 22628";
Command "update T set F = null where rowid = 11600";
Command "update T set F = null where rowid = 19524";
Command "update T set F = null where rowid = 15600";
Command "update T set F = null where rowid = 43466";
Command "update T set F = null where rowid = 34321";
Command "update T set F = null where rowid = 57421";
Command "update T set F = null where rowid = 51297";
Command "update T set F = null where rowid = 31906";
Command "update T set F = null where rowid = 27968";
Command "update T set F = null where rowid = 18926";
Command "update T set F = null where rowid = 28790";
Command "update T set F = null where rowid = 13723";
Command "update T set F = null where rowid = 40042";
Command "update T set F = null where rowid = 34943";
Command "update T set F = null where rowid = 11860";
Command "update T set F = null where rowid = 44230";
Command "update T set F = null where rowid = 5033";
Command "update T set F = null where rowid = 20768";
Command "update T set F = null where rowid = 2145";
Command "update T set F = null where rowid = 16766";
Command "update T set F = null where rowid = 8177";
Command "update T set F = null where rowid = 15235";
Command "update T set F = null where rowid = 2262";
Command "update T set F = null where rowid = 23031";
Command "update T set F = null where rowid = 37115";
Command "update T set F = null where rowid = 24916";
Command "update T set F = null where rowid = 18325";
Command "update T set F = null where rowid = 26841";
Command "update T set F = null where rowid = 55472";
Command "update T set F = null where rowid = 36750";
Command "update T set F = null where rowid = 56390";
Command "update T set F = null where rowid = 3829";
Command "update T set F = null where rowid = 1808";
Command "update T set F = null where rowid = 29157";
Command "update T set F = null where rowid = 18679";
Command "update T set F = null where rowid = 39548";
Command "update T set F = null where rowid = 55643";
Command "update T set F = null where rowid = 37696";
Command "update T set F = null where rowid = 34794";
Command "update T set F = null where rowid = 36263";
Command "update T set F = null where rowid = 19914";
Command "update T set F = null where rowid = 17946";
Command "update T set F = null where rowid = 38270";
Command "update T set F = null where rowid = 2533";
Command "update T set F = null where rowid = 12073";
Command "update T set F = null where rowid = 48038";
Command "update T set F = null where rowid = 1763";
Command "update T set F = null where rowid = 40068";
Command "update T set F = null where rowid = 3473";
Command "update T set F = null where rowid = 27748";
Command "update T set F = null where rowid = 59054";
Command "update T set F = null where rowid = 51449";
Command "update T set F = null where rowid = 36987";
Command "update T set F = null where rowid = 52164";
Command "update T set F = null where rowid = 20911";
Command "update T set F = null where rowid = 34136";
Command "update T set F = null where rowid = 57224";
Command "update T set F = null where rowid = 2062";
Command "update T set F = null where rowid = 48375";
Command "update T set F = null where rowid = 7304";
Command "update T set F = null where rowid = 2664";
Command "update T set F = null where rowid = 28669";
Command "update T set F = null where rowid = 60790";
Command "update T set F = null where rowid = 1517";
Command "update T set F = null where rowid = 42531";
Command "update T set F = null where rowid = 28607";
Command "update T set F = null where rowid = 12496";
Command "update T set F = null where rowid = 11131";
Command "update T set F = null where rowid = 28800";
Command "update T set F = null where rowid = 10435";
Command "update T set F = null where rowid = 54259";
Command "update T set F = null where rowid = 14123";
Command "update T set F = null where rowid = 27827";
Command "update T set F = null where rowid = 11498";
Command "update T set F = null where rowid = 42880";
Command "update T set F = null where rowid = 34727";
Command "update T set F = null where rowid = 27489";
Command "update T set F = null where rowid = 59202";
Command "update T set F = null where rowid = 26566";
Command "update T set F = null where rowid = 51329";
Command "update T set F = null where rowid = 54408";
Command "update T set F = null where rowid = 15376";
Command "update T set F = null where rowid = 61313";
Command "update T set F = null where rowid = 20496";
Command "update T set F = null where rowid = 50231";
Command "update T set F = null where rowid = 17803";
Command "update T set F = null where rowid = 12443";
Command "update T set F = null where rowid = 28764";
Command "update T set F = null where rowid = 32012";
Command "update T set F = null where rowid = 42688";
Command "update T set F = null where rowid = 61084";
Command "update T set F = null where rowid = 39641";
Command "update T set F = null where rowid = 14595";
Command "update T set F = null where rowid = 40057";
Command "update T set F = null where rowid = 41642";
Command "update T set F = null where rowid = 21528";
Command "update T set F = null where rowid = 3497";
Command "update T set F = null where rowid = 59315";
Command "update T set F = null where rowid = 60162";
Command "update T set F = null where rowid = 29342";
Command "update T set F = null where rowid = 61358";
Command "update T set F = null where rowid = 33753";
Command "update T set F = null where rowid = 55282";
Command "update T set F = null where rowid = 27372";
Command "update T set F = null where rowid = 50334";
Command "update T set F = null where rowid = 29899";
Command "update T set F = null where rowid = 10702";
Command "update T set F = null where rowid = 15918";
Command "update T set F = null where rowid = 735";
Command "update T set F = null where rowid = 29287";
Command "update T set F = null where rowid = 46252";
Command "update T set F = null where rowid = 23525";
Command "update T set F = null where rowid = 32142";
Command "update T set F = null where rowid = 12804";
Command "update T set F = null where rowid = 2136";
Command "update T set F = null where rowid = 21584";
Command "update T set F = null where rowid = 24185";
Command "update T set F = null where rowid = 14388";
Command "update T set F = null where rowid = 42003";
Command "update T set F = null where rowid = 7792";
Command "update T set F = null where rowid = 7359";
Command "update T set F = null where rowid = 61118";
Command "update T set F = null where rowid = 53680";
Command "update T set F = null where rowid = 55731";
Command "update T set F = null where rowid = 15320";
Command "update T set F = null where rowid = 9486";
Command "update T set F = null where rowid = 9893";
Command "update T set F = null where rowid = 30512";
Command "update T set F = null where rowid = 46655";
Command "update T set F = null where rowid = 43137";
Command "update T set F = null where rowid = 20372";
Command "update T set F = null where rowid = 31563";
Command "update T set F = null where rowid = 51411";
Command "update T set F = null where rowid = 10934";
Command "update T set F = null where rowid = 47418";
Command "update T set F = null where rowid = 48382";
Command "update T set F = null where rowid = 29923";
Command "update T set F = null where rowid = 9974";
Command "update T set F = null where rowid = 27224";
Command "update T set F = null where rowid = 49580";
Command "update T set F = null where rowid = 7438";
Command "update T set F = null where rowid = 51603";
Command "update T set F = null where rowid = 37666";
Command "update T set F = null where rowid = 13902";
Command "update T set F = null where rowid = 59610";
Command "update T set F = null where rowid = 53154";
Command "update T set F = null where rowid = 49284";
Command "update T set F = null where rowid = 45879";
Command "update T set F = null where rowid = 15788";
Command "update T set F = null where rowid = 26962";
Command "update T set F = null where rowid = 14511";
Command "update T set F = null where rowid = 59618";
Command "update T set F = null where rowid = 11657";
Command "update T set F = null where rowid = 56312";
Command "update T set F = null where rowid = 61403";
Command "update T set F = null where rowid = 54355";
Command "update T set F = null where rowid = 13209";
Command "update T set F = null where rowid = 5034";
Command "update T set F = null where rowid = 29706";
Command "update T set F = null where rowid = 35699";
Command "update T set F = null where rowid = 18789";
Command "update T set F = null where rowid = 45085";
Command "update T set F = null where rowid = 23470";
Command "update T set F = null where rowid = 50275";
Command "update T set F = null where rowid = 41191";
Command "update T set F = null where rowid = 32719";
Command "update T set F = null where rowid = 25329";
Command "update T set F = null where rowid = 1351";
Command "update T set F = null where rowid = 15716";
Command "update T set F = null where rowid = 20045";
Command "update T set F = null where rowid = 55969";
Command "update T set F = null where rowid = 32294";
Command "update T set F = null where rowid = 57265";
Command "update T set F = null where rowid = 19180";
Command "update T set F = null where rowid = 48803";
Command "update T set F = null where rowid = 56732";
Command "update T set F = null where rowid = 1688";
Command "update T set F = null where rowid = 39002";
Command "update T set F = null where rowid = 56642";
Command "update T set F = null where rowid = 19237";
Command "update T set F = null where rowid = 29720";
Command "update T set F = null where rowid = 42620";
Command "update T set F = null where rowid = 1565";
Command "update T set F = null where rowid = 3488";
Command "update T set F = null where rowid = 5919";
Command "update T set F = null where rowid = 30522";
Command "update T set F = null where rowid = 18126";
Command "update T set F = null where rowid = 14545";
Command "update T set F = null where rowid = 57929";
Command "update T set F = null where rowid = 52132";
Command "update T set F = null where rowid = 8060";
Command "update T set F = null where rowid = 57817";
Command "update T set F = null where rowid = 22353";
Command "update T set F = null where rowid = 44595";
Command "update T set F = null where rowid = 33596";
Command "update T set F = null where rowid = 45220";
Command "update T set F = null where rowid = 34118";
Command "update T set F = null where rowid = 55507";
Command "update T set F = null where rowid = 33063";
Command "update T set F = null where rowid = 52644";
Command "update T set F = null where rowid = 47967";
Command "update T set F = null where rowid = 53853";
Command "update T set F = null where rowid = 12766";
Command "update T set F = null where rowid = 46537";
Command "update T set F = null where rowid = 47643";
Command "update T set F = null where rowid = 2508";
Command "update T set F = null where rowid = 2198";
Command "update T set F = null where rowid = 5331";
Command "update T set F = null where rowid = 29577";
Command "update T set F = null where rowid = 21971";
Command "update T set F = null where rowid = 9528";
Command "update T set F = null where rowid = 22806";
Command "update T set F = null where rowid = 15446";
Command "update T set F = null where rowid = 24620";
Command "update T set F = null where rowid = 58989";
Command "update T set F = null where rowid = 11200";
Command "update T set F = null where rowid = 14188";
Command "update T set F = null where rowid = 59911";
Command "update T set F = null where rowid = 24176";
Command "update T set F = null where rowid = 15915";
Command "update T set F = null where rowid = 33304";
Command "update T set F = null where rowid = 10919";
Command "update T set F = null where rowid = 15656";
Command "update T set F = null where rowid = 43168";
Command "update T set F = null where rowid = 51733";
Command "update T set F = null where rowid = 30886";
Command "update T set F = null where rowid = 61321";
Command "update T set F = null where rowid = 35985";
Command "update T set F = null where rowid = 54675";
Command "update T set F = null where rowid = 4226";
Command "update T set F = null where rowid = 10386";
Command "update T set F = null where rowid = 26155";
Command "update T set F = null where rowid = 55431";
Command "update T set F = null where rowid = 18383";
Command "update T set F = null where rowid = 16315";
Command "update T set F = null where rowid = 36027";
Command "update T set F = null where rowid = 40602";
Command "update T set F = null where rowid = 31320";
Command "update T set F = null where rowid = 30118";
Command "update T set F = null where rowid = 9347";
Command "update T set F = null where rowid = 51605";
Command "update T set F = null where rowid = 15453";
Command "update T set F = null where rowid = 56935";
Command "update T set F = null where rowid = 39024";
Command "update T set F = null where rowid = 17794";
Command "update T set F = null where rowid = 42988";
Command "update T set F = null where rowid = 15876";
Command "update T set F = null where rowid = 11583";
Command "update T set F = null where rowid = 40622";
Command "update T set F = null where rowid = 50764";
Command "update T set F = null where rowid = 29121";
Command "update T set F = null where rowid = 9247";
Command "update T set F = null where rowid = 20510";
Command "update T set F = null where rowid = 22849";
Command "update T set F = null where rowid = 30642";
Command "update T set F = null where rowid = 61122";
Command "update T set F = null where rowid = 18351";
Command "update T set F = null where rowid = 21160";
Command "update T set F = null where rowid = 39468";
Command "update T set F = null where rowid = 41198";
Command "update T set F = null where rowid = 28308";
Command "update T set F = null where rowid = 61132";
Command "update T set F = null where rowid = 52406";
Command "update T set F = null where rowid = 45678";
Command "update T set F = null where rowid = 26161";
Command "update T set F = null where rowid = 27868";
Command "update T set F = null where rowid = 36619";
Command "update T set F = null where rowid = 1041";
Command "update T set F = null where rowid = 13564";
Command "update T set F = null where rowid = 34196";
Command "update T set F = null where rowid = 13314";
Command "update T set F = null where rowid = 25778";
Command "update T set F = null where rowid = 50895";
Command "update T set F = null where rowid = 382";
Command "update T set F = null where rowid = 53832";
Command "update T set F = null where rowid = 22393";
Command "update T set F = null where rowid = 60562";
Command "update T set F = null where rowid = 37783";
Command "update T set F = null where rowid = 41310";
Command "update T set F = null where rowid = 43647";
Command "update T set F = null where rowid = 16698";
Command "update T set F = null where rowid = 28717";
Command "update T set F = null where rowid = 51394";
Command "update T set F = null where rowid = 26883";
Command "update T set F = null where rowid = 21736";
Command "update T set F = null where rowid = 53307";
Command "update T set F = null where rowid = 8329";
Command "update T set F = null where rowid = 61327";
Command "update T set F = null where rowid = 40213";
Command "update T set F = null where rowid = 44122";
Command "update T set F = null where rowid = 36969";
Command "update T set F = null where rowid = 19185";
Command "update T set F = null where rowid = 8366";
Command "update T set F = null where rowid = 55570";
Command "update T set F = null where rowid = 33833";
Command "update T set F = null where rowid = 58684";
Command "update T set F = null where rowid = 33669";
Command "update T set F = null where rowid = 1147";
Command "update T set F = null where rowid = 14653";
Command "update T set F = null where rowid = 26706";
Command "update T set F = null where rowid = 789";
Command "update T set F = null where rowid = 15765";
Command "update T set F = null where rowid = 15152";
Command "update T set F = null where rowid = 25572";
Command "update T set F = null where rowid = 7785";
Command "update T set F = null where rowid = 10393";
Command "update T set F = null where rowid = 16353";
Command "update T set F = null where rowid = 2903";
Command "update T set F = null where rowid = 59868";
Command "update T set F = null where rowid = 52697";
Command "update T set F = null where rowid = 34083";
Command "update T set F = null where rowid = 47273";
Command "update T set F = null where rowid = 34821";
Command "update T set F = null where rowid = 23618";
Command "update T set F = null where rowid = 20102";
Command "update T set F = null where rowid = 39509";
Command "update T set F = null where rowid = 24262";
Command "update T set F = null where rowid = 21582";
Command "update T set F = null where rowid = 24663";
Command "update T set F = null where rowid = 56947";
Command "update T set F = null where rowid = 56233";
Command "update T set F = null where rowid = 19195";
Command "update T set F = null where rowid = 40075";
Command "update T set F = null where rowid = 34490";
Command "update T set F = null where rowid = 19261";
Command "update T set F = null where rowid = 10355";
Command "update T set F = null where rowid = 1027";
Command "update T set F = null where rowid = 50713";
Command "update T set F = null where rowid = 32054";
Command "update T set F = null where rowid = 42192";
Command "update T set F = null where rowid = 5129";
Command "update T set F = null where rowid = 59996";
Command "update T set F = null where rowid = 56606";
Command "update T set F = null where rowid = 23405";
Command "update T set F = null where rowid = 5871";
Command "update T set F = null where rowid = 59666";
Command "update T set F = null where rowid = 20932";
Command "update T set F = null where rowid = 7832";
Command "update T set F = null where rowid = 13085";
Command "update T set F = null where rowid = 14524";
Command "update T set F = null where rowid = 6891";
Command "update T set F = null where rowid = 57878";
Command "update T set F = null where rowid = 1631";
Command "update T set F = null where rowid = 1807";
Command "update T set F = null where rowid = 40222";
Command "update T set F = null where rowid = 18119";
Command "update T set F = null where rowid = 41630";
Command "update T set F = null where rowid = 59829";
Command "update T set F = null where rowid = 16198";
Command "update T set F = null where rowid = 39023";
Command "update T set F = null where rowid = 13165";
Command "update T set F = null where rowid = 12313";
Command "update T set F = null where rowid = 52113";
Command "update T set F = null where rowid = 5253";
Command "update T set F = null where rowid = 60358";
Command "update T set F = null where rowid = 54998";
Command "update T set F = null where rowid = 49517";
Command "update T set F = null where rowid = 16243";
Command "update T set F = null where rowid = 48260";
Command "update T set F = null where rowid = 25581";
Command "update T set F = null where rowid = 573";
Command "update T set F = null where rowid = 47748";
Command "update T set F = null where rowid = 5647";
Command "update T set F = null where rowid = 43199";
Command "update T set F = null where rowid = 37375";
Command "update T set F = null where rowid = 15958";
Command "update T set F = null where rowid = 3142";
Command "update T set F = null where rowid = 17663";
Command "update T set F = null where rowid = 22740";
Command "update T set F = null where rowid = 5907";
Command "update T set F = null where rowid = 26337";
Command "update T set F = null where rowid = 4798";
Command "update T set F = null where rowid = 60042";
Command "update T set F = null where rowid = 57422";
Command "update T set F = null where rowid = 21045";
Command "update T set F = null where rowid = 33186";
Command "update T set F = null where rowid = 45697";
Command "update T set F = null where rowid = 58281";
Command "update T set F = null where rowid = 43499";
Command "update T set F = null where rowid = 58327";
Command "update T set F = null where rowid = 47008";
Command "update T set F = null where rowid = 9560";
Command "update T set F = null where rowid = 35936";
Command "update T set F = null where rowid = 28129";
Command "update T set F = null where rowid = 25229";
Command "update T set F = null where rowid = 15460";
Command "update T set F = null where rowid = 60262";
Command "update T set F = null where rowid = 50623";
Command "update T set F = null where rowid = 19714";
Command "update T set F = null where rowid = 41282";
Command "update T set F = null where rowid = 37329";
Command "update T set F = null where rowid = 40857";
Command "update T set F = null where rowid = 59287";
Command "update T set F = null where rowid = 31462";
Command "update T set F = null where rowid = 24564";
Command "update T set F = null where rowid = 41753";
Command "update T set F = null where rowid = 38997";
Command "update T set F = null where rowid = 38145";
Command "update T set F = null where rowid = 56992";
Command "update T set F = null where rowid = 12004";
Command "update T set F = null where rowid = 59283";
Command "update T set F = null where rowid = 61090";
Command "update T set F = null where rowid = 59187";
Command "update T set F = null where rowid = 55380";
Command "update T set F = null where rowid = 48543";
Command "update T set F = null where rowid = 47073";
Command "update T set F = null where rowid = 9495";
Command "update T set F = null where rowid = 23357";
Command "update T set F = null where rowid = 27666";
Command "update T set F = null where rowid = 50923";
Command "update T set F = null where rowid = 41624";
Command "update T set F = null where rowid = 19865";
Command "update T set F = null where rowid = 12040";
Command "update T set F = null where rowid = 44544";
Command "update T set F = null where rowid = 32529";
Command "update T set F = null where rowid = 46135";
Command "update T set F = null where rowid = 55323";
Command "update T set F = null where rowid = 44277";
Command "update T set F = null where rowid = 31912";
Command "update T set F = null where rowid = 26380";
Command "update T set F = null where rowid = 57201";
Command "update T set F = null where rowid = 39931";
Command "update T set F = null where rowid = 599";
Command "update T set F = null where rowid = 27106";
Command "update T set F = null where rowid = 19940";
Command "update T set F = null where rowid = 16397";
Command "update T set F = null where rowid = 22921";
Command "update T set F = null where rowid = 17718";
Command "update T set F = null where rowid = 25095";
Command "update T set F = null where rowid = 28128";
Command "update T set F = null where rowid = 22192";
Command "update T set F = null where rowid = 7795";
Command "update T set F = null where rowid = 19250";
Command "update T set F = null where rowid = 8243";
Command "update T set F = null where rowid = 51408";
Command "update T set F = null where rowid = 38282";
Command "update T set F = null where rowid = 28583";
Command "update T set F = null where rowid = 33133";
Command "update T set F = null where rowid = 25057";
Command "update T set F = null where rowid = 48356";
Command "update T set F = null where rowid = 34442";
Command "update T set F = null where rowid = 12007";
Command "update T set F = null where rowid = 53147";
Command "update T set F = null where rowid = 22511";
Command "update T set F = null where rowid = 20601";
Command "update T set F = null where rowid = 8756";
Command "update T set F = null where rowid = 26733";
Command "update T set F = null where rowid = 39150";
Command "update T set F = null where rowid = 38941";
Command "update T set F = null where rowid = 35764";
Command "update T set F = null where rowid = 12769";
Command "update T set F = null where rowid = 30371";
Command "update T set F = null where rowid = 11309";
Command "update T set F = null where rowid = 8610";
Command "update T set F = null where rowid = 33641";
Command "update T set F = null where rowid = 59102";
Command "update T set F = null where rowid = 43422";
Command "update T set F = null where rowid = 31954";
Command "update T set F = null where rowid = 18919";
Command "update T set F = null where rowid = 52973";
Command "update T set F = null where rowid = 13439";
Command "update T set F = null where rowid = 8105";
Command "update T set F = null where rowid = 17672";
Command "update T set F = null where rowid = 1392";
Command "update T set F = null where rowid = 15904";
Command "update T set F = null where rowid = 11837";
Command "update T set F = null where rowid = 6638";
Command "update T set F = null where rowid = 60917";
Command "update T set F = null where rowid = 51497";
Command "update T set F = null where rowid = 29651";
Command "update T set F = null where rowid = 6201";
Command "update T set F = null where rowid = 41917";
Command "update T set F = null where rowid = 36196";
Command "update T set F = null where rowid = 58657";
Command "update T set F = null where rowid = 44707";
Command "update T set F = null where rowid = 54692";
Command "update T set F = null where rowid = 30292";
Command "update T set F = null where rowid = 9619";
Command "update T set F = null where rowid = 2953";
Command "update T set F = null where rowid = 50754";
Command "update T set F = null where rowid = 46584";
Command "update T set F = null where rowid = 7846";
Command "update T set F = null where rowid = 34594";
Command "update T set F = null where rowid = 55587";
Command "update T set F = null where rowid = 11820";
Command "update T set F = null where rowid = 25402";
Command "update T set F = null where rowid = 44991";
Command "update T set F = null where rowid = 3495";
Command "update T set F = null where rowid = 34180";
Command "update T set F = null where rowid = 41013";
Command "update T set F = null where rowid = 27831";
Command "update T set F = null where rowid = 59271";
Command "update T set F = null where rowid = 6608";
Command "update T set F = null where rowid = 43347";
Command "update T set F = null where rowid = 22949";
Command "update T set F = null where rowid = 19831";
Command "update T set F = null where rowid = 807";
Command "update T set F = null where rowid = 41939";
Command "update T set F = null where rowid = 48089";
Command "update T set F = null where rowid = 39946";
Command "update T set F = null where rowid = 2130";
Command "update T set F = null where rowid = 31573";
Command "update T set F = null where rowid = 13225";
Command "update T set F = null where rowid = 29785";
Command "update T set F = null where rowid = 26473";
Command "update T set F = null where rowid = 40383";
Command "update T set F = null where rowid = 59659";
Command "update T set F = null where rowid = 11161";
Command "update T set F = null where rowid = 26492";
Command "update T set F = null where rowid = 40122";
Command "update T set F = null where rowid = 10204";
Command "update T set F = null where rowid = 21941";
Command "update T set F = null where rowid = 14816";
Command "update T set F = null where rowid = 1286";
Command "update T set F = null where rowid = 189";
Command "update T set F = null where rowid = 23574";
Command "update T set F = null where rowid = 18820";
Command "update T set F = null where rowid = 30851";
Command "update T set F = null where rowid = 6421";
Command "update T set F = null where rowid = 34712";
Command "update T set F = null where rowid = 9768";
Command "update T set F = null where rowid = 20974";
Command "update T set F = null where rowid = 46260";
Command "update T set F = null where rowid = 29903";
Command "update T set F = null where rowid = 56406";
Command "update T set F = null where rowid = 1863";
Command "update T set F = null where rowid = 7311";
Command "update T set F = null where rowid = 16563";
Command "update T set F = null where rowid = 14327";
Command "update T set F = null where rowid = 13079";
Command "update T set F = null where rowid = 12026";
Command "update T set F = null where rowid = 22746";
Command "update T set F = null where rowid = 53935";
Command "update T set F = null where rowid = 50751";
Command "update T set F = null where rowid = 27910";
Command "update T set F = null where rowid = 52849";
Command "update T set F = null where rowid = 50643";
Command "update T set F = null where rowid = 28224";
Command "update T set F = null where rowid = 7310";
Command "update T set F = null where rowid = 10758";
Command "update T set F = null where rowid = 48624";
Command "update T set F = null where rowid = 41215";
Command "update T set F = null where rowid = 11940";
Command "update T set F = null where rowid = 10462";
Command "update T set F = null where rowid = 61186";
Command "update T set F = null where rowid = 46262";
Command "update T set F = null where rowid = 46225";
Command "update T set F = null where rowid = 54132";
Command "update T set F = null where rowid = 34570";
Command "update T set F = null where rowid = 16684";
Command "update T set F = null where rowid = 38605";
Command "update T set F = null where rowid = 23177";
Command "update T set F = null where rowid = 49438";
Command "update T set F = null where rowid = 29235";
Command "update T set F = null where rowid = 2455";
Command "update T set F = null where rowid = 27241";
Command "update T set F = null where rowid = 29057";
Command "update T set F = null where rowid = 18000";
Command "update T set F = null where rowid = 1154";
Command "update T set F = null where rowid = 5444";
Command "update T set F = null where rowid = 13717";
Command "update T set F = null where rowid = 10569";
Command "update T set F = null where rowid = 32017";
Command "update T set F = null where rowid = 15537";
Command "update T set F = null where rowid = 6529";
Command "update T set F = null where rowid = 54853";
Command "update T set F = null where rowid = 46099";
Command "update T set F = null where rowid = 7463";
Command "update T set F = null where rowid = 8146";
Command "update T set F = null where rowid = 51837";
Command "update T set F = null where rowid = 60315";
Command "update T set F = null where rowid = 3852";
Command "update T set F = null where rowid = 51991";
Command "update T set F = null where rowid = 11957";
Command "update T set F = null where rowid = 2414";
Command "update T set F = null where rowid = 15155";
Command "update T set F = null where rowid = 29772";
Command "update T set F = null where rowid = 11892";
Command "update T set F = null where rowid = 36707";
Command "update T set F = null where rowid = 27227";
Command "update T set F = null where rowid = 46041";
Command "update T set F = null where rowid = 2984";
Command "update T set F = null where rowid = 37998";
Command "update T set F = null where rowid = 31277";
Command "update T set F = null where rowid = 18950";
Command "update T set F = null where rowid = 51625";
Command "update T set F = null where rowid = 60296";
Command "update T set F = null where rowid = 2401";
Command "update T set F = null where rowid = 1589";
Command "update T set F = null where rowid = 13527";
Command "update T set F = null where rowid = 10531";
Command "update T set F = null where rowid = 28066";
Command "update T set F = null where rowid = 30780";
Command "update T set F = null where rowid = 17045";
Command "update T set F = null where rowid = 20775";
Command "update T set F = null where rowid = 27773";
Command "update T set F = null where rowid = 48612";
Command "update T set F = null where rowid = 2486";
Command "update T set F = null where rowid = 21394";
Command "update T set F = null where rowid = 7363";
Command "update T set F = null where rowid = 52452";
Command "update T set F = null where rowid = 29040";
Command "update T set F = null where rowid = 51797";
Command "update T set F = null where rowid = 40287";
Command "update T set F = null where rowid = 14365";
Command "update T set F = null where rowid = 51111";
Command "update T set F = null where rowid = 44489";
Command "update T set F = null where rowid = 29448";
Command "update T set F = null where rowid = 6752";
Command "update T set F = null where rowid = 26826";
Command "update T set F = null where rowid = 53218";
Command "update T set F = null where rowid = 22586";
Command "update T set F = null where rowid = 57621";
Command "update T set F = null where rowid = 52758";
Command "update T set F = null where rowid = 28864";
Command "update T set F = null where rowid = 59243";
Command "update T set F = null where rowid = 31081";
Command "update T set F = null where rowid = 29016";
Command "update T set F = null where rowid = 14466";
Command "update T set F = null where rowid = 13305";
Command "update T set F = null where rowid = 53234";
Command "update T set F = null where rowid = 53658";
Command "update T set F = null where rowid = 43390";
Command "update T set F = null where rowid = 59981";
Command "update T set F = null where rowid = 43491";
Command "update T set F = null where rowid = 27401";
Command "update T set F = null where rowid = 29775";
Command "update T set F = null where rowid = 34663";
Command "update T set F = null where rowid = 38129";
Command "update T set F = null where rowid = 23885";
Command "update T set F = null where rowid = 22392";
Command "update T set F = null where rowid = 34399";
Command "update T set F = null where rowid = 31007";
Command "update T set F = null where rowid = 59716";
Command "update T set F = null where rowid = 23586";
Command "update T set F = null where rowid = 39701";
Command "update T set F = null where rowid = 28558";
Command "update T set F = null where rowid = 56168";
Command "update T set F = null where rowid = 56995";
Command "update T set F = null where rowid = 26906";
Command "update T set F = null where rowid = 41553";
Command "update T set F = null where rowid = 22020";
Command "update T set F = null where rowid = 38447";
Command "update T set F = null where rowid = 31281";
Command "update T set F = null where rowid = 44491";
Command "update T set F = null where rowid = 61072";
Command "update T set F = null where rowid = 43874";
Command "update T set F = null where rowid = 51534";
Command "update T set F = null where rowid = 58597";
Command "update T set F = null where rowid = 3570";
Command "update T set F = null where rowid = 59985";
Command "update T set F = null where rowid = 4601";
Command "update T set F = null where rowid = 7817";
Command "update T set F = null where rowid = 28240";
Command "update T set F = null where rowid = 48536";
Command "update T set F = null where rowid = 665";
Command "update T set F = null where rowid = 10286";
Command "update T set F = null where rowid = 60256";
Command "update T set F = null where rowid = 7647";
Command "update T set F = null where rowid = 23206";
Command "update T set F = null where rowid = 57113";
Command "update T set F = null where rowid = 10520";
Command "update T set F = null where rowid = 39237";
Command "update T set F = null where rowid = 32506";
Command "update T set F = null where rowid = 27311";
Command "update T set F = null where rowid = 37031";
Command "update T set F = null where rowid = 38570";
Command "update T set F = null where rowid = 5731";
Command "update T set F = null where rowid = 13922";
Command "update T set F = null where rowid = 7235";
Command "update T set F = null where rowid = 55515";
Command "update T set F = null where rowid = 53640";
Command "update T set F = null where rowid = 5873";
Command "update T set F = null where rowid = 21499";
Command "update T set F = null where rowid = 51183";
Command "update T set F = null where rowid = 35596";
Command "update T set F = null where rowid = 21566";
Command "update T set F = null where rowid = 1373";
Command "update T set F = null where rowid = 8557";
Command "update T set F = null where rowid = 9598";
Command "update T set F = null where rowid = 47110";
Command "update T set F = null where rowid = 29855";
Command "update T set F = null where rowid = 52991";
Command "update T set F = null where rowid = 2736";
Command "update T set F = null where rowid = 30163";
Command "update T set F = null where rowid = 19122";
Command "update T set F = null where rowid = 17962";
Command "update T set F = null where rowid = 45627";
Command "update T set F = null where rowid = 47787";
Command "update T set F = null where rowid = 61018";
Command "update T set F = null where rowid = 40635";
Command "update T set F = null where rowid = 7681";
Command "update T set F = null where rowid = 28774";
Command "update T set F = null where rowid = 59821";
Command "update T set F = null where rowid = 41366";
Command "update T set F = null where rowid = 8355";
Command "update T set F = null where rowid = 15162";
Command "update T set F = null where rowid = 34191";
Command "update T set F = null where rowid = 28430";
Command "update T set F = null where rowid = 41715";
Command "update T set F = null where rowid = 17002";
Command "update T set F = null where rowid = 38416";
Command "update T set F = null where rowid = 23887";
Command "update T set F = null where rowid = 50153";
Command "update T set F = null where rowid = 24140";
Command "update T set F = null where rowid = 27577";
Command "update T set F = null where rowid = 11841";
Command "update T set F = null where rowid = 48848";
Command "update T set F = null where rowid = 10674";
Command "update T set F = null where rowid = 10466";
Command "update T set F = null where rowid = 50046";
Command "update T set F = null where rowid = 25512";
Command "update T set F = null where rowid = 41462";
Command "update T set F = null where rowid = 8858";
Command "update T set F = null where rowid = 53732";
Command "update T set F = null where rowid = 20396";
Command "update T set F = null where rowid = 23518";
Command "update T set F = null where rowid = 20397";
Command "update T set F = null where rowid = 26531";
Command "update T set F = null where rowid = 18070";
Command "update T set F = null where rowid = 4830";
Command "update T set F = null where rowid = 48235";
Command "update T set F = null where rowid = 34940";
Command "update T set F = null where rowid = 1063";
Command "update T set F = null where rowid = 58704";
Command "update T set F = null where rowid = 28857";
Command "update T set F = null where rowid = 53484";
Command "update T set F = null where rowid = 7567";
Command "update T set F = null where rowid = 38736";
Command "update T set F = null where rowid = 30999";
Command "update T set F = null where rowid = 50778";
Command "update T set F = null where rowid = 24373";
Command "update T set F = null where rowid = 60597";
Command "update T set F = null where rowid = 52172";
Command "update T set F = null where rowid = 22438";
Command "update T set F = null where rowid = 10834";
Command "update T set F = null where rowid = 54958";
Command "update T set F = null where rowid = 26878";
Command "update T set F = null where rowid = 16934";
Command "update T set F = null where rowid = 55843";
Command "update T set F = null where rowid = 29587";
Command "update T set F = null where rowid = 36246";
Command "update T set F = null where rowid = 47410";
Command "update T set F = null where rowid = 15592";
Command "update T set F = null where rowid = 42761";
Command "update T set F = null where rowid = 36610";
Command "update T set F = null where rowid = 28979";
Command "update T set F = null where rowid = 37720";
Command "update T set F = null where rowid = 49647";
Command "update T set F = null where rowid = 53304";
Command "update T set F = null where rowid = 11602";
Command "update T set F = null where rowid = 42984";
Command "update T set F = null where rowid = 42573";
Command "update T set F = null where rowid = 41863";
Command "update T set F = null where rowid = 50095";
Command "update T set F = null where rowid = 422";
Command "update T set F = null where rowid = 47095";
Command "update T set F = null where rowid = 12160";
Command "update T set F = null where rowid = 47459";
Command "update T set F = null where rowid = 54956";
Command "update T set F = null where rowid = 1073";
Command "update T set F = null where rowid = 41350";
Command "update T set F = null where rowid = 48755";
Command "update T set F = null where rowid = 30720";
Command "update T set F = null where rowid = 16301";
Command "update T set F = null where rowid = 357";
Command "update T set F = null where rowid = 58742";
Command "update T set F = null where rowid = 34336";
Command "update T set F = null where rowid = 27619";
Command "update T set F = null where rowid = 39756";
Command "update T set F = null where rowid = 16064";
Command "update T set F = null where rowid = 54177";
Command "update T set F = null where rowid = 17537";
Command "update T set F = null where rowid = 55339";
Command "update T set F = null where rowid = 19801";
Command "update T set F = null where rowid = 10489";
Command "update T set F = null where rowid = 51190";
Command "update T set F = null where rowid = 35996";
Command "update T set F = null where rowid = 34834";
Command "update T set F = null where rowid = 2404";
Command "update T set F = null where rowid = 41332";
Command "update T set F = null where rowid = 458";
Command "update T set F = null where rowid = 61047";
Command "update T set F = null where rowid = 55947";
Command "update T set F = null where rowid = 22599";
Command "update T set F = null where rowid = 10596";
Command "update T set F = null where rowid = 51234";
Command "update T set F = null where rowid = 41995";
Command "update T set F = null where rowid = 31540";
Command "update T set F = null where rowid = 49247";
Command "update T set F = null where rowid = 3122";
Command "update T set F = null where rowid = 56550";
Command "update T set F = null where rowid = 12283";
Command "update T set F = null where rowid = 15140";
Command "update T set F = null where rowid = 56757";
Command "update T set F = null where rowid = 30440";
Command "update T set F = null where rowid = 16549";
Command "update T set F = null where rowid = 45663";
Command "update T set F = null where rowid = 27383";
Command "update T set F = null where rowid = 51866";
Command "update T set F = null where rowid = 13774";
Command "update T set F = null where rowid = 59665";
Command "update T set F = null where rowid = 59154";
Command "update T set F = null where rowid = 19763";
Command "update T set F = null where rowid = 43482";
Command "update T set F = null where rowid = 8514";
Command "update T set F = null where rowid = 19329";
Command "update T set F = null where rowid = 32005";
Command "update T set F = null where rowid = 1261";
Command "update T set F = null where rowid = 395";
Command "update T set F = null where rowid = 51119";
Command "update T set F = null where rowid = 23935";
Command "update T set F = null where rowid = 25005";
Command "update T set F = null where rowid = 5870";
Command "update T set F = null where rowid = 13593";
Command "update T set F = null where rowid = 9063";
Command "update T set F = null where rowid = 6630";
Command "update T set F = null where rowid = 52305";
Command "update T set F = null where rowid = 32456";
Command "update T set F = null where rowid = 57267";
Command "update T set F = null where rowid = 44343";
Command "update T set F = null where rowid = 6431";
Command "update T set F = null where rowid = 40480";
Command "update T set F = null where rowid = 37570";
Command "update T set F = null where rowid = 51042";
Command "update T set F = null where rowid = 37580";
Command "update T set F = null where rowid = 33750";
Command "update T set F = null where rowid = 38928";
Command "update T set F = null where rowid = 4720";
Command "update T set F = null where rowid = 14182";
Command "update T set F = null where rowid = 13931";
Command "update T set F = null where rowid = 57121";
Command "update T set F = null where rowid = 28059";
Command "update T set F = null where rowid = 16693";
Command "update T set F = null where rowid = 18027";
Command "update T set F = null where rowid = 30375";
Command "update T set F = null where rowid = 2254";
Command "update T set F = null where rowid = 13445";
Command "update T set F = null where rowid = 11044";
Command "update T set F = null where rowid = 40699";
Command "update T set F = null where rowid = 8634";
Command "update T set F = null where rowid = 15353";
Command "update T set F = null where rowid = 14561";
Command "update T set F = null where rowid = 3578";
Command "update T set F = null where rowid = 29014";
Command "update T set F = null where rowid = 33007";
Command "update T set F = null where rowid = 56516";
Command "update T set F = null where rowid = 33388";
Command "update T set F = null where rowid = 54396";
Command "update T set F = null where rowid = 12193";
Command "update T set F = null where rowid = 56210";
Command "update T set F = null where rowid = 9878";
Command "update T set F = null where rowid = 33898";
Command "update T set F = null where rowid = 40417";
Command "update T set F = null where rowid = 5000";
Command "update T set F = null where rowid = 60837";
Command "update T set F = null where rowid = 14343";
Command "update T set F = null where rowid = 31546";
Command "update T set F = null where rowid = 55964";
Command "update T set F = null where rowid = 4915";
Command "update T set F = null where rowid = 18855";
Command "update T set F = null where rowid = 5862";
Command "update T set F = null where rowid = 11052";
Command "update T set F = null where rowid = 7660";
Command "update T set F = null where rowid = 14089";
Command "update T set F = null where rowid = 30420";
Command "update T set F = null where rowid = 41573";
Command "update T set F = null where rowid = 10103";
Command "update T set F = null where rowid = 56624";
Command "update T set F = null where rowid = 59857";
Command "update T set F = null where rowid = 8185";
Command "update T set F = null where rowid = 3826";
Command "update T set F = null where rowid = 47552";
Command "update T set F = null where rowid = 49140";
Command "update T set F = null where rowid = 14228";
Command "update T set F = null where rowid = 54586";
Command "update T set F = null where rowid = 51336";
Command "update T set F = null where rowid = 12224";
Command "update T set F = null where rowid = 47994";
Command "update T set F = null where rowid = 34073";
Command "update T set F = null where rowid = 59980";
Command "update T set F = null where rowid = 48023";
Command "update T set F = null where rowid = 60595";
Command "update T set F = null where rowid = 55194";
Command "update T set F = null where rowid = 39556";
Command "update T set F = null where rowid = 5303";
Command "update T set F = null where rowid = 14886";
Command "update T set F = null where rowid = 4062";
Command "update T set F = null where rowid = 47668";
Command "update T set F = null where rowid = 57454";
Command "update T set F = null where rowid = 39260";
Command "update T set F = null where rowid = 25757";
Command "update T set F = null where rowid = 10347";
Command "update T set F = null where rowid = 13190";
Command "update T set F = null where rowid = 44140";
Command "update T set F = null where rowid = 59712";
Command "update T set F = null where rowid = 9504";
Command "update T set F = null where rowid = 53804";
Command "update T set F = null where rowid = 55858";
Command "update T set F = null where rowid = 33879";
Command "update T set F = null where rowid = 61023";
Command "update T set F = null where rowid = 641";
Command "update T set F = null where rowid = 30983";
Command "update T set F = null where rowid = 5233";
Command "update T set F = null where rowid = 56238";
Command "update T set F = null where rowid = 34005";
Command "update T set F = null where rowid = 40914";
Command "update T set F = null where rowid = 7772";
Command "update T set F = null where rowid = 17630";
Command "update T set F = null where rowid = 30663";
Command "update T set F = null where rowid = 10627";
Command "update T set F = null where rowid = 34961";
Command "update T set F = null where rowid = 31218";
Command "update T set F = null where rowid = 23902";
Command "update T set F = null where rowid = 51839";
Command "update T set F = null where rowid = 31649";
Command "update T set F = null where rowid = 45677";
Command "update T set F = null where rowid = 30988";
Command "update T set F = null where rowid = 56559";
Command "update T set F = null where rowid = 11811";
Command "update T set F = null where rowid = 13062";
Command "update T set F = null where rowid = 50794";
Command "update T set F = null where rowid = 6627";
Command "update T set F = null where rowid = 26681";
Command "update T set F = null where rowid = 39967";
Command "update T set F = null where rowid = 45190";
Command "update T set F = null where rowid = 59124";
Command "update T set F = null where rowid = 31701";
Command "update T set F = null where rowid = 12149";
Command "update T set F = null where rowid = 45228";
Command "update T set F = null where rowid = 55332";
Command "update T set F = null where rowid = 54541";
Command "update T set F = null where rowid = 6657";
Command "update T set F = null where rowid = 5914";
Command "update T set F = null where rowid = 1430";
Command "update T set F = null where rowid = 43362";
Command "update T set F = null where rowid = 37967";
Command "update T set F = null where rowid = 35585";
Command "update T set F = null where rowid = 28222";
Command "update T set F = null where rowid = 52692";
Command "update T set F = null where rowid = 16998";
Command "update T set F = null where rowid = 32600";
Command "update T set F = null where rowid = 35071";
Command "update T set F = null where rowid = 57194";
Command "update T set F = null where rowid = 14702";
Command "update T set F = null where rowid = 24183";
Command "update T set F = null where rowid = 832";
Command "update T set F = null where rowid = 13965";
Command "update T set F = null where rowid = 12553";
Command "update T set F = null where rowid = 168";
Command "update T set F = null where rowid = 6194";
Command "update T set F = null where rowid = 46961";
Command "update T set F = null where rowid = 38189";
Command "update T set F = null where rowid = 39093";
Command "update T set F = null where rowid = 60006";
Command "update T set F = null where rowid = 44838";
Command "update T set F = null where rowid = 52062";
Command "update T set F = null where rowid = 48098";
Command "update T set F = null where rowid = 15673";
Command "update T set F = null where rowid = 178";
Command "update T set F = null where rowid = 21542";
Command "update T set F = null where rowid = 2630";
Command "update T set F = null where rowid = 56094";
Command "update T set F = null where rowid = 22881";
Command "update T set F = null where rowid = 48725";
Command "update T set F = null where rowid = 21408";
Command "update T set F = null where rowid = 19842";
Command "update T set F = null where rowid = 14263";
Command "update T set F = null where rowid = 24661";
Command "update T set F = null where rowid = 39404";
Command "update T set F = null where rowid = 1987";
Command "update T set F = null where rowid = 2866";
Command "update T set F = null where rowid = 55446";
Command "update T set F = null where rowid = 24653";
Command "update T set F = null where rowid = 48490";
Command "update T set F = null where rowid = 17977";
Command "update T set F = null where rowid = 60108";
Command "update T set F = null where rowid = 28614";
Command "update T set F = null where rowid = 25680";
Command "update T set F = null where rowid = 30115";
Command "update T set F = null where rowid = 11160";
Command "update T set F = null where rowid = 52608";
Command "update T set F = null where rowid = 1951";
Command "update T set F = null where rowid = 13194";
Command "update T set F = null where rowid = 42403";
Command "update T set F = null where rowid = 48002";
Command "update T set F = null where rowid = 36009";
Command "update T set F = null where rowid = 26975";
Command "update T set F = null where rowid = 24273";
Command "update T set F = null where rowid = 21029";
Command "update T set F = null where rowid = 23658";
Command "update T set F = null where rowid = 45275";
Command "update T set F = null where rowid = 2501";
Command "update T set F = null where rowid = 58881";
Command "update T set F = null where rowid = 15187";
Command "update T set F = null where rowid = 52604";
Command "update T set F = null where rowid = 31010";
Command "update T set F = null where rowid = 25990";
Command "update T set F = null where rowid = 28286";
Command "update T set F = null where rowid = 40072";
Command "update T set F = null where rowid = 34425";
Command "update T set F = null where rowid = 8718";
Command "update T set F = null where rowid = 4381";
Command "update T set F = null where rowid = 52533";
Command "update T set F = null where rowid = 52993";
Command "update T set F = null where rowid = 26104";
Command "update T set F = null where rowid = 23243";
Command "update T set F = null where rowid = 41159";
Command "update T set F = null where rowid = 44560";
Command "update T set F = null where rowid = 9692";
Command "update T set F = null where rowid = 27277";
Command "update T set F = null where rowid = 29781";
Command "update T set F = null where rowid = 60686";
Command "update T set F = null where rowid = 44319";
Command "update T set F = null where rowid = 46665";
Command "update T set F = null where rowid = 14773";
Command "update T set F = null where rowid = 47969";
Command "update T set F = null where rowid = 8986";
Command "update T set F = null where rowid = 7932";
Command "update T set F = null where rowid = 49492";
Command "update T set F = null where rowid = 52150";
Command "update T set F = null where rowid = 10264";
Command "update T set F = null where rowid = 14926";
Command "update T set F = null where rowid = 58992";
Command "update T set F = null where rowid = 48665";
Command "update T set F = null where rowid = 18442";
Command "update T set F = null where rowid = 23004";
Command "update T set F = null where rowid = 17444";
Command "update T set F = null where rowid = 50313";
Command "update T set F = null where rowid = 17016";
Command "update T set F = null where rowid = 55252";
Command "update T set F = null where rowid = 37436";
Command "update T set F = null where rowid = 58259";
Command "update T set F = null where rowid = 8529";
Command "update T set F = null where rowid = 23415";
Command "update T set F = null where rowid = 25244";
Command "update T set F = null where rowid = 48727";
Command "update T set F = null where rowid = 17290";
Command "update T set F = null where rowid = 33760";
Command "update T set F = null where rowid = 646";
Command "update T set F = null where rowid = 18090";
Command "update T set F = null where rowid = 20030";
Command "update T set F = null where rowid = 46932";
Command "update T set F = null where rowid = 3843";
Command "update T set F = null where rowid = 47591";
Command "update T set F = null where rowid = 5341";
Command "update T set F = null where rowid = 23681";
Command "update T set F = null where rowid = 38380";
Command "update T set F = null where rowid = 24599";
Command "update T set F = null where rowid = 2560";
Command "update T set F = null where rowid = 47265";
Command "update T set F = null where rowid = 21088";
Command "update T set F = null where rowid = 46949";
Command "update T set F = null where rowid = 13971";
Command "update T set F = null where rowid = 51289";
Command "update T set F = null where rowid = 49866";
Command "update T set F = null where rowid = 12217";
Command "update T set F = null where rowid = 26090";
Command "update T set F = null where rowid = 19491";
Command "update T set F = null where rowid = 7413";
Command "update T set F = null where rowid = 18547";
Command "update T set F = null where rowid = 44346";
Command "update T set F = null where rowid = 16162";
Command "update T set F = null where rowid = 49366";
Command "update T set F = null where rowid = 27779";
Command "update T set F = null where rowid = 56965";
Command "update T set F = null where rowid = 22090";
Command "update T set F = null where rowid = 24152";
Command "update T set F = null where rowid = 41463";
Command "update T set F = null where rowid = 23176";
Command "update T set F = null where rowid = 947";
Command "update T set F = null where rowid = 2493";
Command "update T set F = null where rowid = 54730";
Command "update T set F = null where rowid = 30583";
Command "update T set F = null where rowid = 2742";
Command "update T set F = null where rowid = 44126";
Command "update T set F = null where rowid = 33827";
Command "update T set F = null where rowid = 18767";
Command "update T set F = null where rowid = 21293";
Command "update T set F = null where rowid = 19534";
Command "update T set F = null where rowid = 23995";
Command "update T set F = null where rowid = 49385";
Command "update T set F = null where rowid = 15907";
Command "update T set F = null where rowid = 8155";
Command "update T set F = null where rowid = 5198";
Command "update T set F = null where rowid = 27297";
Command "update T set F = null where rowid = 56612";
Command "update T set F = null where rowid = 18752";
Command "update T set F = null where rowid = 48318";
Command "update T set F = null where rowid = 25062";
Command "update T set F = null where rowid = 21055";
Command "update T set F = null where rowid = 15516";
Command "update T set F = null where rowid = 53868";
Command "update T set F = null where rowid = 16266";
Command "update T set F = null where rowid = 39149";
Command "update T set F = null where rowid = 9713";
Command "update T set F = null where rowid = 19966";
Command "update T set F = null where rowid = 18942";
Command "update T set F = null where rowid = 52070";
Command "update T set F = null where rowid = 18505";
Command "update T set F = null where rowid = 58269";
Command "update T set F = null where rowid = 38818";
Command "update T set F = null where rowid = 23210";
Command "update T set F = null where rowid = 60576";
Command "update T set F = null where rowid = 33323";
Command "update T set F = null where rowid = 28606";
Command "update T set F = null where rowid = 39327";
Command "update T set F = null where rowid = 22370";
Command "update T set F = null where rowid = 41508";
Command "update T set F = null where rowid = 15541";
Command "update T set F = null where rowid = 25834";
Command "update T set F = null where rowid = 42350";
Command "update T set F = null where rowid = 54044";
Command "update T set F = null where rowid = 3796";
Command "update T set F = null where rowid = 8878";
Command "update T set F = null where rowid = 38386";
Command "update T set F = null where rowid = 25016";
Command "update T set F = null where rowid = 657";
Command "update T set F = null where rowid = 38991";
Command "update T set F = null where rowid = 18344";
Command "update T set F = null where rowid = 60990";
Command "update T set F = null where rowid = 22621";
Command "update T set F = null where rowid = 12317";
Command "update T set F = null where rowid = 26664";
Command "update T set F = null where rowid = 4353";
Command "update T set F = null where rowid = 44290";
Command "update T set F = null where rowid = 47163";
Command "update T set F = null where rowid = 52475";
Command "update T set F = null where rowid = 51636";
Command "update T set F = null where rowid = 6645";
Command "update T set F = null where rowid = 27101";
Command "update T set F = null where rowid = 61079";
Command "update T set F = null where rowid = 35562";
Command "update T set F = null where rowid = 11641";
Command "update T set F = null where rowid = 53760";
Command "update T set F = null where rowid = 50213";
Command "update T set F = null where rowid = 27640";
Command "update T set F = null where rowid = 4047";
Command "update T set F = null where rowid = 6619";
Command "update T set F = null where rowid = 6101";
Command "update T set F = null where rowid = 50579";
Command "update T set F = null where rowid = 30806";
Command "update T set F = null where rowid = 13915";
Command "update T set F = null where rowid = 35082";
Command "update T set F = null where rowid = 53800";
Command "update T set F = null where rowid = 26778";
Command "update T set F = null where rowid = 11741";
Command "update T set F = null where rowid = 18214";
Command "update T set F = null where rowid = 31324";
Command "update T set F = null where rowid = 10005";
Command "update T set F = null where rowid = 55569";
Command "update T set F = null where rowid = 28320";
Command "update T set F = null where rowid = 59084";
Command "update T set F = null where rowid = 46113";
Command "update T set F = null where rowid = 8954";
Command "update T set F = null where rowid = 1758";
Command "update T set F = null where rowid = 32688";
Command "update T set F = null where rowid = 752";
Command "update T set F = null where rowid = 5468";
Command "update T set F = null where rowid = 38140";
Command "update T set F = null where rowid = 43797";
Command "update T set F = null where rowid = 31666";
Command "update T set F = null where rowid = 15443";
Command "update T set F = null where rowid = 41029";
Command "update T set F = null where rowid = 27954";
Command "update T set F = null where rowid = 18288";
Command "update T set F = null where rowid = 10234";
Command "update T set F = null where rowid = 37534";
Command "update T set F = null where rowid = 15054";
Command "update T set F = null where rowid = 456";
Command "update T set F = null where rowid = 46394";
Command "update T set F = null where rowid = 32051";
Command "update T set F = null where rowid = 44058";
Command "update T set F = null where rowid = 21154";
Command "update T set F = null where rowid = 56185";
Command "update T set F = null where rowid = 13765";
Command "update T set F = null where rowid = 32304";
Command "update T set F = null where rowid = 19000";
Command "update T set F = null where rowid = 35463";
Command "update T set F = null where rowid = 48749";
Command "update T set F = null where rowid = 2960";
Command "update T set F = null where rowid = 23575";
Command "update T set F = null where rowid = 44083";
Command "update T set F = null where rowid = 40305";
Command "update T set F = null where rowid = 37279";
Command "update T set F = null where rowid = 44117";
Command "update T set F = null where rowid = 42266";
Command "update T set F = null where rowid = 52553";
Command "update T set F = null where rowid = 2726";
Command "update T set F = null where rowid = 20095";
Command "update T set F = null where rowid = 48563";
Command "update T set F = null where rowid = 32277";
Command "update T set F = null where rowid = 61435";
Command "update T set F = null where rowid = 54822";
Command "update T set F = null where rowid = 23824";
Command "update T set F = null where rowid = 54022";
Command "update T set F = null where rowid = 13857";
Command "update T set F = null where rowid = 54894";
Command "update T set F = null where rowid = 12380";
Command "update T set F = null where rowid = 15488";
Command "update T set F = null where rowid = 15323";
Command "update T set F = null where rowid = 14601";
Command "update T set F = null where rowid = 17851";
Command "update T set F = null where rowid = 28535";
Command "update T set F = null where rowid = 2289";
Command "update T set F = null where rowid = 57482";
Command "update T set F = null where rowid = 21304";
Command "update T set F = null where rowid = 24200";
Command "update T set F = null where rowid = 110";
Command "update T set F = null where rowid = 47753";
Command "update T set F = null where rowid = 23259";
Command "update T set F = null where rowid = 34585";
Command "update T set F = null where rowid = 5646";
Command "update T set F = null where rowid = 29475";
Command "update T set F = null where rowid = 7346";
Command "update T set F = null where rowid = 4355";
Command "update T set F = null where rowid = 803";
Command "update T set F = null where rowid = 61244";
Command "update T set F = null where rowid = 3410";
Command "update T set F = null where rowid = 54206";
Command "update T set F = null where rowid = 59606";
Command "update T set F = null where rowid = 14574";
Command "update T set F = null where rowid = 46895";
Command "update T set F = null where rowid = 22067";
Command "update T set F = null where rowid = 47148";
Command "update T set F = null where rowid = 60888";
Command "update T set F = null where rowid = 26004";
Command "update T set F = null where rowid = 12746";
Command "update T set F = null where rowid = 10886";
Command "update T set F = null where rowid = 17007";
Command "update T set F = null where rowid = 57679";
Command "update T set F = null where rowid = 15480";
Command "update T set F = null where rowid = 5586";
Command "update T set F = null where rowid = 38958";
Command "update T set F = null where rowid = 43359";
Command "update T set F = null where rowid = 51664";
Command "update T set F = null where rowid = 58392";
Command "update T set F = null where rowid = 42529";
Command "update T set F = null where rowid = 17159";
Command "update T set F = null where rowid = 60177";
Command "update T set F = null where rowid = 49746";
Command "update T set F = null where rowid = 30018";
Command "update T set F = null where rowid = 26657";
Command "update T set F = null where rowid = 45805";
Command "update T set F = null where rowid = 1846";
Command "update T set F = null where rowid = 34335";
Command "update T set F = null where rowid = 53924";
Command "update T set F = null where rowid = 9496";
Command "update T set F = null where rowid = 49778";
Command "update T set F = null where rowid = 39970";
Command "update T set F = null where rowid = 52810";
Command "update T set F = null where rowid = 38131";
Command "update T set F = null where rowid = 38643";
Command "update T set F = null where rowid = 5921";
Command "update T set F = null where rowid = 14431";
Command "update T set F = null where rowid = 32923";
Command "update T set F = null where rowid = 53912";
Command "update T set F = null where rowid = 14585";
Command "update T set F = null where rowid = 44131";
Command "update T set F = null where rowid = 7416";
Command "update T set F = null where rowid = 52119";
Command "update T set F = null where rowid = 40077";
Command "update T set F = null where rowid = 61393";
Command "update T set F = null where rowid = 13586";
Command "update T set F = null where rowid = 46297";
Command "update T set F = null where rowid = 31369";
Command "update T set F = null where rowid = 10647";
Command "update T set F = null where rowid = 55594";
Command "update T set F = null where rowid = 59456";
Command "update T set F = null where rowid = 21869";
Command "update T set F = null where rowid = 35493";
Command "update T set F = null where rowid = 1195";
Command "update T set F = null where rowid = 6916";
Command "update T set F = null where rowid = 16342";
Command "update T set F = null where rowid = 7261";
Command "update T set F = null where rowid = 26222";
Command "update T set F = null where rowid = 50578";
Command "update T set F = null where rowid = 42101";
Command "update T set F = null where rowid = 15262";
Command "update T set F = null where rowid = 53592";
Command "update T set F = null where rowid = 32159";
Command "update T set F = null where rowid = 16836";
Command "update T set F = null where rowid = 487";
Command "update T set F = null where rowid = 12253";
Command "update T set F = null where rowid = 12969";
Command "update T set F = null where rowid = 9254";
Command "update T set F = null where rowid = 38128";
Command "update T set F = null where rowid = 27952";
Command "update T set F = null where rowid = 20953";
Command "update T set F = null where rowid = 51630";
Command "update T set F = null where rowid = 53324";
Command "update T set F = null where rowid = 50050";
Command "update T set F = null where rowid = 36724";
Command "update T set F = null where rowid = 1347";
Command "update T set F = null where rowid = 18774";
Command "update T set F = null where rowid = 24102";
Command "update T set F = null where rowid = 46912";
Command "update T set F = null where rowid = 28138";
Command "update T set F = null where rowid = 54338";
Command "update T set F = null where rowid = 57384";
Command "update T set F = null where rowid = 52986";
Command "update T set F = null where rowid = 34152";
Command "update T set F = null where rowid = 53676";
Command "update T set F = null where rowid = 2521";
Command "update T set F = null where rowid = 46963";
Command "update T set F = null where rowid = 54906";
Command "update T set F = null where rowid = 43276";
Command "update T set F = null where rowid = 51088";
Command "update T set F = null where rowid = 31767";
Command "update T set F = null where rowid = 47365";
Command "update T set F = null where rowid = 18680";
Command "update T set F = null where rowid = 14980";
Command "update T set F = null where rowid = 13286";
Command "update T set F = null where rowid = 55274";
Command "update T set F = null where rowid = 16780";
Command "update T set F = null where rowid = 188";
Command "update T set F = null where rowid = 31700";
Command "update T set F = null where rowid = 24723";
Command "update T set F = null where rowid = 46508";
Command "update T set F = null where rowid = 1639";
Command "update T set F = null where rowid = 32898";
Command "update T set F = null where rowid = 9424";
Command "update T set F = null where rowid = 56776";
Command "update T set F = null where rowid = 57088";
Command "update T set F = null where rowid = 119";
Command "update T set F = null where rowid = 12795";
Command "update T set F = null where rowid = 54339";
Command "update T set F = null where rowid = 8696";
Command "update T set F = null where rowid = 51330";
Command "update T set F = null where rowid = 26792";
Command "update T set F = null where rowid = 48222";
Command "update T set F = null where rowid = 10046";
Command "update T set F = null where rowid = 44156";
Command "update T set F = null where rowid = 54030";
Command "update T set F = null where rowid = 7828";
Command "update T set F = null where rowid = 41736";
Command "update T set F = null where rowid = 6159";
Command "update T set F = null where rowid = 54655";
Command "update T set F = null where rowid = 6063";
Command "update T set F = null where rowid = 47180";
Command "update T set F = null where rowid = 52202";
Command "update T set F = null where rowid = 34478";
Command "update T set F = null where rowid = 45066";
Command "update T set F = null where rowid = 41131";
Command "update T set F = null where rowid = 59671";
Command "update T set F = null where rowid = 60787";
Command "update T set F = null where rowid = 49626";
Command "update T set F = null where rowid = 835";
Command "update T set F = null where rowid = 8679";
Command "update T set F = null where rowid = 12621";
Command "update T set F = null where rowid = 34565";
Command "update T set F = null where rowid = 48417";
Command "update T set F = null where rowid = 31026";
Command "update T set F = null where rowid = 14532";
Command "update T set F = null where rowid = 31854";
Command "update T set F = null where rowid = 1714";
Command "update T set F = null where rowid = 24781";
Command "update T set F = null where rowid = 53112";
Command "update T set F = null where rowid = 8393";
Command "update T set F = null where rowid = 9115";
Command "update T set F = null where rowid = 51992";
Command "update T set F = null where rowid = 42623";
Command "update T set F = null where rowid = 4340";
Command "update T set F = null where rowid = 5567";
Command "update T set F = null where rowid = 48869";
Command "update T set F = null where rowid = 11875";
Command "update T set F = null where rowid = 25730";
Command "update T set F = null where rowid = 49134";
Command "update T set F = null where rowid = 51635";
Command "update T set F = null where rowid = 14243";
Command "update T set F = null where rowid = 43953";
Command "update T set F = null where rowid = 8773";
Command "update T set F = null where rowid = 13307";
Command "update T set F = null where rowid = 12900";
Command "update T set F = null where rowid = 60678";
Command "update T set F = null where rowid = 37195";
Command "update T set F = null where rowid = 61461";
Command "update T set F = null where rowid = 6069";
Command "update T set F = null where rowid = 40003";
Command "update T set F = null where rowid = 39017";
Command "update T set F = null where rowid = 4670";
Command "update T set F = null where rowid = 52791";
Command "update T set F = null where rowid = 5821";
Command "update T set F = null where rowid = 16677";
Command "update T set F = null where rowid = 39749";
Command "update T set F = null where rowid = 24230";
Command "update T set F = null where rowid = 3374";
Command "update T set F = null where rowid = 36508";
Command "update T set F = null where rowid = 49243";
Command "update T set F = null where rowid = 43937";
Command "update T set F = null where rowid = 42773";
Command "update T set F = null where rowid = 11001";
Command "update T set F = null where rowid = 16201";
Command "update T set F = null where rowid = 41705";
Command "update T set F = null where rowid = 29668";
Command "update T set F = null where rowid = 33464";
Command "update T set F = null where rowid = 25097";
Command "update T set F = null where rowid = 20919";
Command "update T set F = null where rowid = 15255";
Command "update T set F = null where rowid = 42660";
Command "update T set F = null where rowid = 38341";
Command "update T set F = null where rowid = 4278";
Command "update T set F = null where rowid = 38894";
Command "update T set F = null where rowid = 9363";
Command "update T set F = null where rowid = 47857";
Command "update T set F = null where rowid = 47565";
Command "update T set F = null where rowid = 20629";
Command "update T set F = null where rowid = 21602";
Command "update T set F = null where rowid = 51214";
Command "update T set F = null where rowid = 56052";
Command "update T set F = null where rowid = 34137";
Command "update T set F = null where rowid = 32582";
Command "update T set F = null where rowid = 49857";
Command "update T set F = null where rowid = 32610";
Command "update T set F = null where rowid = 38687";
Command "update T set F = null where rowid = 33305";
Command "update T set F = null where rowid = 27793";
Command "update T set F = null where rowid = 59988";
Command "update T set F = null where rowid = 17935";
Command "update T set F = null where rowid = 39973";
Command "update T set F = null where rowid = 21291";
Command "update T set F = null where rowid = 53769";
Command "update T set F = null where rowid = 5484";
Command "update T set F = null where rowid = 31395";
Command "update T set F = null where rowid = 38052";
Command "update T set F = null where rowid = 46097";
Command "update T set F = null where rowid = 23993";
Command "update T set F = null where rowid = 49995";
Command "update T set F = null where rowid = 49935";
Command "update T set F = null where rowid = 23274";
Command "update T set F = null where rowid = 24462";
Command "update T set F = null where rowid = 10586";
Command "update T set F = null where rowid = 20652";
Command "update T set F = null where rowid = 60745";
Command "update T set F = null where rowid = 46023";
Command "update T set F = null where rowid = 28244";
Command "update T set F = null where rowid = 34718";
Command "update T set F = null where rowid = 14808";
Command "update T set F = null where rowid = 37684";
Command "update T set F = null where rowid = 27729";
Command "update T set F = null where rowid = 13175";
Command "update T set F = null where rowid = 18603";
Command "update T set F = null where rowid = 25433";
Command "update T set F = null where rowid = 40446";
Command "update T set F = null where rowid = 27143";
Command "update T set F = null where rowid = 2244";
Command "update T set F = null where rowid = 2691";
Command "update T set F = null where rowid = 33065";
Command "update T set F = null where rowid = 15723";
Command "update T set F = null where rowid = 47055";
Command "update T set F = null where rowid = 22035";
Command "update T set F = null where rowid = 53612";
Command "update T set F = null where rowid = 2806";
Command "update T set F = null where rowid = 39190";
Command "update T set F = null where rowid = 60507";
Command "update T set F = null where rowid = 44004";
Command "update T set F = null where rowid = 26798";
Command "update T set F = null where rowid = 16582";
Command "update T set F = null where rowid = 3545";
Command "update T set F = null where rowid = 49217";
Command "update T set F = null where rowid = 22218";
Command "update T set F = null where rowid = 22705";
Command "update T set F = null where rowid = 57641";
Command "update T set F = null where rowid = 43406";
Command "update T set F = null where rowid = 32864";
Command "update T set F = null where rowid = 14970";
Command "update T set F = null where rowid = 2116";
Command "update T set F = null where rowid = 8174";
Command "update T set F = null where rowid = 1249";
Command "update T set F = null where rowid = 25040";
Command "update T set F = null where rowid = 50191";
Command "update T set F = null where rowid = 50061";
Command "update T set F = null where rowid = 44594";
Command "update T set F = null where rowid = 56347";
Command "update T set F = null where rowid = 23142";
Command "update T set F = null where rowid = 32929";
Command "update T set F = null where rowid = 5980";
Command "update T set F = null where rowid = 54579";
Command "update T set F = null where rowid = 35047";
Command "update T set F = null where rowid = 989";
Command "update T set F = null where rowid = 16734";
Command "update T set F = null where rowid = 49461";
Command "update T set F = null where rowid = 37471";
Command "update T set F = null where rowid = 30304";
Command "update T set F = null where rowid = 30598";
Command "update T set F = null where rowid = 4822";
Command "update T set F = null where rowid = 51977";
Command "update T set F = null where rowid = 38822";
Command "update T set F = null where rowid = 43448";
Command "update T set F = null where rowid = 26523";
Command "update T set F = null where rowid = 37767";
Command "update T set F = null where rowid = 3163";
Command "update T set F = null where rowid = 12259";
Command "update T set F = null where rowid = 6329";
Command "update T set F = null where rowid = 53205";
Command "update T set F = null where rowid = 10874";
Command "update T set F = null where rowid = 23303";
Command "update T set F = null where rowid = 8354";
Command "update T set F = null where rowid = 49938";
Command "update T set F = null where rowid = 15084";
Command "update T set F = null where rowid = 27430";
Command "update T set F = null where rowid = 51429";
Command "update T set F = null where rowid = 49205";
Command "update T set F = null where rowid = 34792";
Command "update T set F = null where rowid = 979";
Command "update T set F = null where rowid = 8923";
Command "update T set F = null where rowid = 53239";
Command "update T set F = null where rowid = 23278";
Command "update T set F = null where rowid = 55803";
Command "update T set F = null where rowid = 10105";
Command "update T set F = null where rowid = 44566";
Command "update T set F = null where rowid = 58200";
Command "update T set F = null where rowid = 10114";
Command "update T set F = null where rowid = 39516";
Command "update T set F = null where rowid = 25434";
Command "update T set F = null where rowid = 38323";
Command "update T set F = null where rowid = 55742";
Command "update T set F = null where rowid = 41532";
Command "update T set F = null where rowid = 49814";
Command "update T set F = null where rowid = 36789";
Command "update T set F = null where rowid = 37416";
Command "update T set F = null where rowid = 5172";
Command "update T set F = null where rowid = 55510";
Command "update T set F = null where rowid = 28596";
Command "update T set F = null where rowid = 27030";
Command "update T set F = null where rowid = 39041";
Command "update T set F = null where rowid = 9483";
Command "update T set F = null where rowid = 27457";
Command "update T set F = null where rowid = 51602";
Command "update T set F = null where rowid = 15499";
Command "update T set F = null where rowid = 14387";
Command "update T set F = null where rowid = 12390";
Command "update T set F = null where rowid = 33575";
Command "update T set F = null where rowid = 31603";
Command "update T set F = null where rowid = 27665";
Command "update T set F = null where rowid = 23077";
Command "update T set F = null where rowid = 15975";
Command "update T set F = null where rowid = 32737";
Command "update T set F = null where rowid = 29397";
Command "update T set F = null where rowid = 52302";
Command "update T set F = null where rowid = 37529";
Command "update T set F = null where rowid = 16036";
Command "update T set F = null where rowid = 55968";
Command "update T set F = null where rowid = 55177";
Command "update T set F = null where rowid = 51296";
Command "update T set F = null where rowid = 28748";
Command "update T set F = null where rowid = 48535";
Command "update T set F = null where rowid = 52615";
Command "update T set F = null where rowid = 13230";
Command "update T set F = null where rowid = 20673";
Command "update T set F = null where rowid = 18371";
Command "update T set F = null where rowid = 55383";
Command "update T set F = null where rowid = 40632";
Command "update T set F = null where rowid = 19661";
Command "update T set F = null where rowid = 25509";
Command "update T set F = null where rowid = 41376";
Command "update T set F = null where rowid = 12603";
Command "update T set F = null where rowid = 14606";
Command "update T set F = null where rowid = 32140";
Command "update T set F = null where rowid = 17777";
Command "update T set F = null where rowid = 1705";
Command "update T set F = null where rowid = 23449";
Command "update T set F = null where rowid = 21961";
Command "update T set F = null where rowid = 668";
Command "update T set F = null where rowid = 3685";
Command "update T set F = null where rowid = 22061";
Command "update T set F = null where rowid = 50124";
Command "update T set F = null where rowid = 16602";
Command "update T set F = null where rowid = 29896";
Command "update T set F = null where rowid = 55130";
Command "update T set F = null where rowid = 58615";
Command "update T set F = null where rowid = 9837";
Command "update T set F = null where rowid = 49497";
Command "update T set F = null where rowid = 34979";
Command "update T set F = null where rowid = 47962";
Command "update T set F = null where rowid = 57614";
Command "update T set F = null where rowid = 21579";
Command "update T set F = null where rowid = 25056";
Command "update T set F = null where rowid = 31844";
Command "update T set F = null where rowid = 39574";
Command "update T set F = null where rowid = 12136";
Command "update T set F = null where rowid = 11791";
Command "update T set F = null where rowid = 51098";
Command "update T set F = null where rowid = 53819";
Command "update T set F = null where rowid = 31596";
Command "update T set F = null where rowid = 32790";
Command "update T set F = null where rowid = 59574";
Command "update T set F = null where rowid = 17764";
Command "update T set F = null where rowid = 26636";
Command "update T set F = null where rowid = 33982";
Command "update T set F = null where rowid = 8258";
Command "update T set F = null where rowid = 29547";
Command "update T set F = null where rowid = 54577";
Command "update T set F = null where rowid = 24735";
Command "update T set F = null where rowid = 20804";
Command "update T set F = null where rowid = 28516";
Command "update T set F = null where rowid = 21006";
Command "update T set F = null where rowid = 61155";
Command "update T set F = null where rowid = 24092";
Command "update T set F = null where rowid = 11546";
Command "update T set F = null where rowid = 55908";
Command "update T set F = null where rowid = 57534";
Command "update T set F = null where rowid = 61342";
Command "update T set F = null where rowid = 12949";
Command "update T set F = null where rowid = 51384";
Command "update T set F = null where rowid = 58954";
Command "update T set F = null where rowid = 58781";
Command "update T set F = null where rowid = 49371";
Command "update T set F = null where rowid = 50267";
Command "update T set F = null where rowid = 7195";
Command "update T set F = null where rowid = 32744";
Command "update T set F = null where rowid = 27441";
Command "update T set F = null where rowid = 13034";
Command "update T set F = null where rowid = 27470";
Command "update T set F = null where rowid = 13365";
Command "update T set F = null where rowid = 25897";
Command "update T set F = null where rowid = 16849";
Command "update T set F = null where rowid = 14599";
Command "update T set F = null where rowid = 10186";
Command "update T set F = null where rowid = 12936";
Command "update T set F = null where rowid = 24749";
Command "update T set F = null where rowid = 46178";
Command "update T set F = null where rowid = 9278";
Command "update T set F = null where rowid = 2551";
Command "update T set F = null where rowid = 17920";
Command "update T set F = null where rowid = 25931";
Command "update T set F = null where rowid = 32268";
Command "update T set F = null where rowid = 14283";
Command "update T set F = null where rowid = 28283";
Command "update T set F = null where rowid = 6276";
Command "update T set F = null where rowid = 47845";
Command "update T set F = null where rowid = 20519";
Command "update T set F = null where rowid = 11294";
Command "update T set F = null where rowid = 19064";
Command "update T set F = null where rowid = 547";
Command "update T set F = null where rowid = 35893";
Command "update T set F = null where rowid = 55030";
Command "update T set F = null where rowid = 43167";
Command "update T set F = null where rowid = 17982";
Command "update T set F = null where rowid = 10137";
Command "update T set F = null where rowid = 21388";
Command "update T set F = null where rowid = 1059";
Command "update T set F = null where rowid = 17839";
Command "update T set F = null where rowid = 61067";
Command "update T set F = null where rowid = 54713";
Command "update T set F = null where rowid = 34607";
Command "update T set F = null where rowid = 53493";
Command "update T set F = null where rowid = 26570";
Command "update T set F = null where rowid = 47001";
Command "update T set F = null where rowid = 20475";
Command "update T set F = null where rowid = 12830";
Command "update T set F = null where rowid = 6042";
Command "update T set F = null where rowid = 43900";
Command "update T set F = null where rowid = 23492";
Command "update T set F = null where rowid = 40425";
Command "update T set F = null where rowid = 20819";
Command "update T set F = null where rowid = 60368";
Command "update T set F = null where rowid = 37157";
Command "update T set F = null where rowid = 43570";
Command "update T set F = null where rowid = 33683";
Command "update T set F = null where rowid = 7011";
Command "update T set F = null where rowid = 51855";
Command "update T set F = null where rowid = 54272";
Command "update T set F = null where rowid = 47535";
Command "update T set F = null where rowid = 15182";
Command "update T set F = null where rowid = 17436";
Command "update T set F = null where rowid = 4319";
Command "update T set F = null where rowid = 25723";
Command "update T set F = null where rowid = 29958";
Command "update T set F = null where rowid = 2083";
Command "update T set F = null where rowid = 30086";
Command "update T set F = null where rowid = 29606";
Command "update T set F = null where rowid = 13424";
Command "update T set F = null where rowid = 47623";
Command "update T set F = null where rowid = 30247";
Command "update T set F = null where rowid = 3596";
Command "update T set F = null where rowid = 41706";
Command "update T set F = null where rowid = 23281";
Command "update T set F = null where rowid = 41448";
Command "update T set F = null where rowid = 23889";
Command "update T set F = null where rowid = 40183";
Command "update T set F = null where rowid = 16769";
Command "update T set F = null where rowid = 21524";
Command "update T set F = null where rowid = 49444";
Command "update T set F = null where rowid = 39261";
Command "update T set F = null where rowid = 26194";
Command "update T set F = null where rowid = 11843";
Command "update T set F = null where rowid = 54296";
Command "update T set F = null where rowid = 37052";
Command "update T set F = null where rowid = 22507";
Command "update T set F = null where rowid = 10440";
Command "update T set F = null where rowid = 21356";
Command "update T set F = null where rowid = 53247";
Command "update T set F = null where rowid = 224";
Command "update T set F = null where rowid = 36485";
Command "update T set F = null where rowid = 15663";
Command "update T set F = null where rowid = 23624";
Command "update T set F = null where rowid = 18742";
Command "update T set F = null where rowid = 20246";
Command "update T set F = null where rowid = 49090";
Command "update T set F = null where rowid = 1979";
Command "update T set F = null where rowid = 52990";
Command "update T set F = null where rowid = 13172";
Command "update T set F = null where rowid = 27689";
Command "update T set F = null where rowid = 56240";
Command "update T set F = null where rowid = 10447";
Command "update T set F = null where rowid = 34244";
Command "update T set F = null where rowid = 50192";
Command "update T set F = null where rowid = 37643";
Command "update T set F = null where rowid = 17910";
Command "update T set F = null where rowid = 27885";
Command "update T set F = null where rowid = 36812";
Command "update T set F = null where rowid = 48119";
Command "update T set F = null where rowid = 29882";
Command "update T set F = null where rowid = 5534";
Command "update T set F = null where rowid = 6663";
Command "update T set F = null where rowid = 18841";
Command "update T set F = null where rowid = 42627";
Command "update T set F = null where rowid = 4014";
Command "update T set F = null where rowid = 18453";
Command "update T set F = null where rowid = 50363";
Command "update T set F = null where rowid = 30239";
Command "update T set F = null where rowid = 21483";
Command "update T set F = null where rowid = 18150";
Command "update T set F = null where rowid = 43772";
Command "update T set F = null where rowid = 10878";
Command "update T set F = null where rowid = 59832";
Command "update T set F = null where rowid = 57648";
Command "update T set F = null where rowid = 31356";
Command "update T set F = null where rowid = 11804";
Command "update T set F = null where rowid = 49088";
Command "update T set F = null where rowid = 21844";
Command "update T set F = null where rowid = 10121";
Command "update T set F = null where rowid = 34277";
Command "update T set F = null where rowid = 19916";
Command "update T set F = null where rowid = 21246";
Command "update T set F = null where rowid = 54153";
Command "update T set F = null where rowid = 61061";
Command "update T set F = null where rowid = 59436";
Command "update T set F = null where rowid = 47601";
Command "update T set F = null where rowid = 23052";
Command "update T set F = null where rowid = 57744";
Command "update T set F = null where rowid = 41043";
Command "update T set F = null where rowid = 11012";
Command "update T set F = null where rowid = 12355";
Command "update T set F = null where rowid = 58966";
Command "update T set F = null where rowid = 29391";
Command "update T set F = null where rowid = 45330";
Command "update T set F = null where rowid = 10742";
Command "update T set F = null where rowid = 33091";
Command "update T set F = null where rowid = 31931";
Command "update T set F = null where rowid = 9177";
Command "update T set F = null where rowid = 21389";
Command "update T set F = null where rowid = 5498";
Command "update T set F = null where rowid = 19143";
Command "update T set F = null where rowid = 30490";
Command "update T set F = null where rowid = 5026";
Command "update T set F = null where rowid = 54786";
Command "update T set F = null where rowid = 23120";
Command "update T set F = null where rowid = 52466";
Command "update T set F = null where rowid = 61401";
Command "update T set F = null where rowid = 44111";
Command "update T set F = null where rowid = 24863";
Command "update T set F = null where rowid = 42097";
Command "update T set F = null where rowid = 35115";
Command "update T set F = null where rowid = 16378";
Command "update T set F = null where rowid = 2182";
Command "update T set F = null where rowid = 54448";
Command "update T set F = null where rowid = 2603";
Command "update T set F = null where rowid = 28115";
Command "update T set F = null where rowid = 14164";
Command "update T set F = null where rowid = 21969";
Command "update T set F = null where rowid = 30106";
Command "update T set F = null where rowid = 10782";
Command "update T set F = null where rowid = 34432";
Command "update T set F = null where rowid = 60963";
Command "update T set F = null where rowid = 7667";
Command "update T set F = null where rowid = 16518";
Command "update T set F = null where rowid = 58607";
Command "update T set F = null where rowid = 26756";
Command "update T set F = null where rowid = 10184";
Command "update T set F = null where rowid = 59461";
Command "update T set F = null where rowid = 23247";
Command "update T set F = null where rowid = 10846";
Command "update T set F = null where rowid = 3298";
Command "update T set F = null where rowid = 43827";
Command "update T set F = null where rowid = 40539";
Command "update T set F = null where rowid = 38204";
Command "update T set F = null where rowid = 25902";
Command "update T set F = null where rowid = 15932";
Command "update T set F = null where rowid = 25715";
Command "update T set F = null where rowid = 17178";
Command "update T set F = null where rowid = 1016";
Command "update T set F = null where rowid = 23641";
Command "update T set F = null where rowid = 16022";
Command "update T set F = null where rowid = 35149";
Command "update T set F = null where rowid = 7358";
Command "update T set F = null where rowid = 36208";
Command "update T set F = null where rowid = 53913";
Command "update T set F = null where rowid = 51064";
Command "update T set F = null where rowid = 46081";
Command "update T set F = null where rowid = 60527";
Command "update T set F = null where rowid = 45699";
Command "update T set F = null where rowid = 4922";
Command "update T set F = null where rowid = 38304";
Command "update T set F = null where rowid = 26801";
Command "update T set F = null where rowid = 28449";
Command "update T set F = null where rowid = 39800";
Command "update T set F = null where rowid = 14203";
Command "update T set F = null where rowid = 17184";
Command "update T set F = null where rowid = 6267";
Command "update T set F = null where rowid = 26012";
Command "update T set F = null where rowid = 16866";
Command "update T set F = null where rowid = 11772";
Command "update T set F = null where rowid = 19547";
Command "update T set F = null where rowid = 17792";
Command "update T set F = null where rowid = 35455";
Command "update T set F = null where rowid = 35173";
Command "update T set F = null where rowid = 54138";
Command "update T set F = null where rowid = 11896";
Command "update T set F = null where rowid = 58052";
Command "update T set F = null where rowid = 56908";
Command "update T set F = null where rowid = 52997";
Command "update T set F = null where rowid = 36403";
Command "update T set F = null where rowid = 59957";
Command "update T set F = null where rowid = 57506";
Command "update T set F = null where rowid = 22859";
Command "update T set F = null where rowid = 1497";
Command "update T set F = null where rowid = 49972";
Command "update T set F = null where rowid = 48061";
Command "update T set F = null where rowid = 57281";
Command "update T set F = null where rowid = 14007";
Command "update T set F = null where rowid = 47539";
Command "update T set F = null where rowid = 15421";
Command "update T set F = null where rowid = 28493";
Command "update T set F = null where rowid = 4031";
Command "update T set F = null where rowid = 55506";
Command "update T set F = null where rowid = 41435";
Command "update T set F = null where rowid = 58788";
Command "update T set F = null where rowid = 50726";
Command "update T set F = null where rowid = 55907";
Command "update T set F = null where rowid = 45379";
Command "update T set F = null where rowid = 45658";
Command "update T set F = null where rowid = 34018";
Command "update T set F = null where rowid = 33019";
Command "update T set F = null where rowid = 27024";
Command "update T set F = null where rowid = 26712";
Command "update T set F = null where rowid = 48383";
Command "update T set F = null where rowid = 16782";
Command "update T set F = null where rowid = 17872";
Command "update T set F = null where rowid = 11311";
Command "update T set F = null where rowid = 39812";
Command "update T set F = null where rowid = 51282";
Command "update T set F = null where rowid = 1213";
Command "update T set F = null where rowid = 22972";
Command "update T set F = null where rowid = 53150";
Command "update T set F = null where rowid = 25812";
Command "update T set F = null where rowid = 40982";
Command "update T set F = null where rowid = 17135";
Command "update T set F = null where rowid = 7231";
Command "update T set F = null where rowid = 59317";
Command "update T set F = null where rowid = 9250";
Command "update T set F = null where rowid = 20562";
Command "update T set F = null where rowid = 38528";
Command "update T set F = null where rowid = 32524";
Command "update T set F = null where rowid = 6706";
Command "update T set F = null where rowid = 48706";
Command "update T set F = null where rowid = 13725";
Command "update T set F = null where rowid = 7816";
Command "update T set F = null where rowid = 38238";
Command "update T set F = null where rowid = 1882";
Command "update T set F = null where rowid = 29973";
Command "update T set F = null where rowid = 23910";
Command "update T set F = null where rowid = 37794";
Command "update T set F = null where rowid = 320";
Command "update T set F = null where rowid = 14883";
Command "update T set F = null where rowid = 29126";
Command "update T set F = null where rowid = 57892";
Command "update T set F = null where rowid = 5917";
Command "update T set F = null where rowid = 16982";
Command "update T set F = null where rowid = 2193";
Command "update T set F = null where rowid = 12997";
Command "update T set F = null where rowid = 50063";
Command "update T set F = null where rowid = 24981";
Command "update T set F = null where rowid = 20723";
Command "update T set F = null where rowid = 22452";
Command "update T set F = null where rowid = 53174";
Command "update T set F = null where rowid = 24605";
Command "update T set F = null where rowid = 2885";
Command "update T set F = null where rowid = 47207";
Command "update T set F = null where rowid = 35982";
Command "update T set F = null where rowid = 56596";
Command "update T set F = null where rowid = 16638";
Command "update T set F = null where rowid = 10511";
Command "update T set F = null where rowid = 54307";
Command "update T set F = null where rowid = 2341";
Command "update T set F = null where rowid = 42556";
Command "update T set F = null where rowid = 25192";
Command "update T set F = null where rowid = 33829";
Command "update T set F = null where rowid = 41407";
Command "update T set F = null where rowid = 34523";
Command "update T set F = null where rowid = 51240";
Command "update T set F = null where rowid = 22050";
Command "update T set F = null where rowid = 48815";
Command "update T set F = null where rowid = 14443";
Command "update T set F = null where rowid = 26029";
Command "update T set F = null where rowid = 14058";
Command "update T set F = null where rowid = 13094";
Command "update T set F = null where rowid = 55951";
Command "update T set F = null where rowid = 17797";
Command "update T set F = null where rowid = 26041";
Command "update T set F = null where rowid = 37118";
Command "update T set F = null where rowid = 59643";
Command "update T set F = null where rowid = 52215";
Command "update T set F = null where rowid = 53764";
Command "update T set F = null where rowid = 10741";
Command "update T set F = null where rowid = 55640";
Command "update T set F = null where rowid = 31045";
Command "update T set F = null where rowid = 15189";
Command "update T set F = null where rowid = 20036";
Command "update T set F = null where rowid = 51254";
Command "update T set F = null where rowid = 41334";
Command "update T set F = null where rowid = 59194";
Command "update T set F = null where rowid = 36048";
Command "update T set F = null where rowid = 50228";
Command "update T set F = null where rowid = 30457";
Command "update T set F = null where rowid = 13823";
Command "update T set F = null where rowid = 36803";
Command "update T set F = null where rowid = 59682";
Command "update T set F = null where rowid = 54093";
Command "update T set F = null where rowid = 3128";
Command "update T set F = null where rowid = 26128";
Command "update T set F = null where rowid = 32577";
Command "update T set F = null where rowid = 52260";
Command "update T set F = null where rowid = 29062";
Command "update T set F = null where rowid = 51700";
Command "update T set F = null where rowid = 575";
Command "update T set F = null where rowid = 47667";
Command "update T set F = null where rowid = 18964";
Command "update T set F = null where rowid = 46464";
Command "update T set F = null where rowid = 11734";
Command "update T set F = null where rowid = 3646";
Command "update T set F = null where rowid = 37781";
Command "update T set F = null where rowid = 42047";
Command "update T set F = null where rowid = 27503";
Command "update T set F = null where rowid = 23397";
Command "update T set F = null where rowid = 37756";
Command "update T set F = null where rowid = 36753";
Command "update T set F = null where rowid = 21007";
Command "update T set F = null where rowid = 61366";
Command "update T set F = null where rowid = 54836";
Command "update T set F = null where rowid = 21060";
Command "update T set F = null where rowid = 42715";
Command "update T set F = null where rowid = 1655";
Command "update T set F = null where rowid = 4816";
Command "update T set F = null where rowid = 35267";
Command "update T set F = null where rowid = 31357";
Command "update T set F = null where rowid = 22328";
Command "update T set F = null where rowid = 12003";
Command "update T set F = null where rowid = 17933";
Command "update T set F = null where rowid = 35186";
Command "update T set F = null where rowid = 45903";
Command "update T set F = null where rowid = 28656";
Command "update T set F = null where rowid = 60672";
Command "update T set F = null where rowid = 48385";
Command "update T set F = null where rowid = 31199";
Command "update T set F = null where rowid = 16363";
Command "update T set F = null where rowid = 13790";
Command "update T set F = null where rowid = 47067";
Command "update T set F = null where rowid = 7478";
Command "update T set F = null where rowid = 27945";
Command "update T set F = null where rowid = 44037";
Command "update T set F = null where rowid = 18713";
Command "update T set F = null where rowid = 23109";
Command "update T set F = null where rowid = 57087";
Command "update T set F = null where rowid = 31083";
Command "update T set F = null where rowid = 43608";
Command "update T set F = null where rowid = 42382";
Command "update T set F = null where rowid = 54246";
Command "update T set F = null where rowid = 23913";
Command "update T set F = null where rowid = 19080";
Command "update T set F = null where rowid = 54375";
Command "update T set F = null where rowid = 50084";
Command "update T set F = null where rowid = 46940";
Command "update T set F = null where rowid = 21184";
Command "update T set F = null where rowid = 60053";
Command "update T set F = null where rowid = 7227";
Command "update T set F = null where rowid = 43450";
Command "update T set F = null where rowid = 27551";
Command "update T set F = null where rowid = 4580";
Command "update T set F = null where rowid = 17567";
Command "update T set F = null where rowid = 34471";
Command "update T set F = null where rowid = 5365";
Command "update T set F = null where rowid = 26093";
Command "update T set F = null where rowid = 25981";
Command "update T set F = null where rowid = 51374";
Command "update T set F = null where rowid = 38343";
Command "update T set F = null where rowid = 14553";
Command "update T set F = null where rowid = 36265";
Command "update T set F = null where rowid = 27156";
Command "update T set F = null where rowid = 45180";
Command "update T set F = null where rowid = 28625";
Command "update T set F = null where rowid = 50900";
Command "update T set F = null where rowid = 1410";
Command "update T set F = null where rowid = 31521";
Command "update T set F = null where rowid = 36091";
Command "update T set F = null where rowid = 733";
Command "update T set F = null where rowid = 3708";
Command "update T set F = null where rowid = 15891";
Command "update T set F = null where rowid = 6917";
Command "update T set F = null where rowid = 58902";
Command "update T set F = null where rowid = 52524";
Command "update T set F = null where rowid = 1666";
Command "update T set F = null where rowid = 58741";
Command "update T set F = null where rowid = 46805";
Command "update T set F = null where rowid = 15748";
Command "update T set F = null where rowid = 61157";
Command "update T set F = null where rowid = 9848";
Command "update T set F = null where rowid = 44951";
Command "update T set F = null where rowid = 548";
Command "update T set F = null where rowid = 19149";
Command "update T set F = null where rowid = 24758";
Command "update T set F = null where rowid = 41569";
Command "update T set F = null where rowid = 47560";
Command "update T set F = null where rowid = 177";
Command "update T set F = null where rowid = 3386";
Command "update T set F = null where rowid = 20414";
Command "update T set F = null where rowid = 41733";
Command "update T set F = null where rowid = 18005";
Command "update T set F = null where rowid = 25879";
Command "update T set F = null where rowid = 39332";
Command "update T set F = null where rowid = 57669";
Command "update T set F = null where rowid = 35663";
Command "update T set F = null where rowid = 15890";
Command "update T set F = null where rowid = 17448";
Command "update T set F = null where rowid = 1217";
Command "update T set F = null where rowid = 14988";
Command "update T set F = null where rowid = 13197";
Command "update T set F = null where rowid = 7214";
Command "update T set F = null where rowid = 44177";
Command "update T set F = null where rowid = 30033";
Command "update T set F = null where rowid = 42583";
Command "update T set F = null where rowid = 41";
Command "update T set F = null where rowid = 44459";
Command "update T set F = null where rowid = 36495";
Command "update T set F = null where rowid = 20840";
Command "update T set F = null where rowid = 856";
Command "update T set F = null where rowid = 37895";
Command "update T set F = null where rowid = 32161";
Command "update T set F = null where rowid = 17039";
Command "update T set F = null where rowid = 7622";
Command "update T set F = null where rowid = 4565";
Command "update T set F = null where rowid = 17806";
Command "update T set F = null where rowid = 50141";
Command "update T set F = null where rowid = 49670";
Command "update T set F = null where rowid = 3099";
Command "update T set F = null where rowid = 44624";
Command "update T set F = null where rowid = 3868";
Command "update T set F = null where rowid = 41137";
Command "update T set F = null where rowid = 12624";
Command "update T set F = null where rowid = 13612";
Command "update T set F = null where rowid = 11618";
Command "update T set F = null where rowid = 41758";
Command "update T set F = null where rowid = 50030";
Command "update T set F = null where rowid = 30541";
Command "update T set F = null where rowid = 2025";
Command "update T set F = null where rowid = 2704";
Command "update T set F = null where rowid = 50373";
Command "update T set F = null where rowid = 48758";
Command "update T set F = null where rowid = 17286";
Command "update T set F = null where rowid = 13366";
Command "update T set F = null where rowid = 50819";
Command "update T set F = null where rowid = 15660";
Command "update T set F = null where rowid = 49644";
Command "update T set F = null where rowid = 48157";
Command "update T set F = null where rowid = 38122";
Command "update T set F = null where rowid = 41413";
Command "update T set F = null where rowid = 12891";
Command "update T set F = null where rowid = 17722";
Command "update T set F = null where rowid = 36147";
Command "update T set F = null where rowid = 60798";
Command "update T set F = null where rowid = 28725";
Command "update T set F = null where rowid = 56192";
Command "update T set F = null where rowid = 49368";
Command "update T set F = null where rowid = 20748";
Command "update T set F = null where rowid = 59749";
Command "update T set F = null where rowid = 41474";
Command "update T set F = null where rowid = 57953";
Command "update T set F = null where rowid = 26257";
Command "update T set F = null where rowid = 22508";
Command "update T set F = null where rowid = 2287";
Command "update T set F = null where rowid = 40962";
Command "update T set F = null where rowid = 47063";
Command "update T set F = null where rowid = 32475";
Command "update T set F = null where rowid = 12580";
Command "update T set F = null where rowid = 57625";
Command "update T set F = null where rowid = 34426";
Command "update T set F = null where rowid = 12667";
Command "update T set F = null where rowid = 54868";
Command "update T set F = null where rowid = 35782";
Command "update T set F = null where rowid = 46972";
Command "update T set F = null where rowid = 37422";
Command "update T set F = null where rowid = 16885";
Command "update T set F = null where rowid = 43209";
Command "update T set F = null where rowid = 27585";
Command "update T set F = null where rowid = 24039";
Command "update T set F = null where rowid = 22102";
Command "update T set F = null where rowid = 21501";
Command "update T set F = null where rowid = 12309";
Command "update T set F = null where rowid = 40244";
Command "update T set F = null where rowid = 22681";
Command "update T set F = null where rowid = 53740";
Command "update T set F = null where rowid = 46055";
Command "update T set F = null where rowid = 58805";
Command "update T set F = null where rowid = 26460";
Command "update T set F = null where rowid = 26391";
Command "update T set F = null where rowid = 36466";
Command "update T set F = null where rowid = 30857";
Command "update T set F = null where rowid = 7070";
Command "update T set F = null where rowid = 4887";
Command "update T set F = null where rowid = 8125";
Command "update T set F = null where rowid = 58717";
Command "update T set F = null where rowid = 38373";
Command "update T set F = null where rowid = 51387";
Command "update T set F = null where rowid = 18575";
Command "update T set F = null where rowid = 43787";
Command "update T set F = null where rowid = 47549";
Command "update T set F = null where rowid = 57592";
Command "update T set F = null where rowid = 51038";
Command "update T set F = null where rowid = 31385";
Command "update T set F = null where rowid = 25318";
Command "update T set F = null where rowid = 59059";
Command "update T set F = null where rowid = 46430";
Command "update T set F = null where rowid = 36583";
Command "update T set F = null where rowid = 30479";
Command "update T set F = null where rowid = 12665";
Command "update T set F = null where rowid = 14101";
Command "update T set F = null where rowid = 54676";
Command "update T set F = null where rowid = 31227";
Command "update T set F = null where rowid = 39588";
Command "update T set F = null where rowid = 5569";
Command "update T set F = null where rowid = 22618";
Command "update T set F = null where rowid = 16652";
Command "update T set F = null where rowid = 7721";
Command "update T set F = null where rowid = 46638";
Command "update T set F = null where rowid = 29330";
Command "update T set F = null where rowid = 11373";
Command "update T set F = null where rowid = 12200";
Command "update T set F = null where rowid = 27674";
Command "update T set F = null where rowid = 9730";
Command "update T set F = null where rowid = 39568";
Command "update T set F = null where rowid = 53313";
Command "update T set F = null where rowid = 21890";
Command "update T set F = null where rowid = 51900";
Command "update T set F = null where rowid = 20360";
Command "update T set F = null where rowid = 37179";
Command "update T set F = null where rowid = 34994";
Command "update T set F = null where rowid = 21011";
Command "update T set F = null where rowid = 21827";
Command "update T set F = null where rowid = 34014";
Command "update T set F = null where rowid = 34996";
Command "update T set F = null where rowid = 10646";
Command "update T set F = null where rowid = 40508";
Command "update T set F = null where rowid = 35966";
Command "update T set F = null where rowid = 24667";
Command "update T set F = null where rowid = 33104";
Command "update T set F = null where rowid = 5200";
Command "update T set F = null where rowid = 1320";
Command "update T set F = null where rowid = 38457";
Command "update T set F = null where rowid = 35013";
Command "update T set F = null where rowid = 34475";
Command "update T set F = null where rowid = 23424";
Command "update T set F = null where rowid = 19365";
Command "update T set F = null where rowid = 26266";
Command "update T set F = null where rowid = 5635";
Command "update T set F = null where rowid = 60732";
Command "update T set F = null where rowid = 52197";
Command "update T set F = null where rowid = 6927";
Command "update T set F = null where rowid = 46034";
Command "update T set F = null where rowid = 37272";
Command "update T set F = null where rowid = 44291";
Command "update T set F = null where rowid = 18257";
Command "update T set F = null where rowid = 2017";
Command "update T set F = null where rowid = 57013";
Command "update T set F = null where rowid = 995";
Command "update T set F = null where rowid = 42138";
Command "update T set F = null where rowid = 61026";
Command "update T set F = null where rowid = 60420";
Command "update T set F = null where rowid = 2758";
Command "update T set F = null where rowid = 9426";
Command "update T set F = null where rowid = 40434";
Command "update T set F = null where rowid = 57102";
Command "update T set F = null where rowid = 56483";
Command "update T set F = null where rowid = 55653";
Command "update T set F = null where rowid = 48276";
Command "update T set F = null where rowid = 57647";
Command "update T set F = null where rowid = 52576";
Command "update T set F = null where rowid = 34681";
Command "update T set F = null where rowid = 42501";
Command "update T set F = null where rowid = 4643";
Command "update T set F = null where rowid = 22930";
Command "update T set F = null where rowid = 6805";
Command "update T set F = null where rowid = 11626";
Command "update T set F = null where rowid = 9055";
Command "update T set F = null where rowid = 56293";
Command "update T set F = null where rowid = 24787";
Command "update T set F = null where rowid = 41613";
Command "update T set F = null where rowid = 26277";
Command "update T set F = null where rowid = 22640";
Command "update T set F = null where rowid = 15457";
Command "update T set F = null where rowid = 988";
Command "update T set F = null where rowid = 26205";
Command "update T set F = null where rowid = 4159";
Command "update T set F = null where rowid = 19466";
Command "update T set F = null where rowid = 10565";
Command "update T set F = null where rowid = 30712";
Command "update T set F = null where rowid = 52506";
Command "update T set F = null where rowid = 30737";
Command "update T set F = null where rowid = 9559";
Command "update T set F = null where rowid = 50959";
Command "update T set F = null where rowid = 52595";
Command "update T set F = null where rowid = 23288";
Command "update T set F = null where rowid = 23260";
Command "update T set F = null where rowid = 69";
Command "update T set F = null where rowid = 56195";
Command "update T set F = null where rowid = 15394";
Command "update T set F = null where rowid = 29985";
Command "update T set F = null where rowid = 41189";
Command "update T set F = null where rowid = 10048";
Command "update T set F = null where rowid = 5623";
Command "update T set F = null where rowid = 10680";
Command "update T set F = null where rowid = 47820";
Command "update T set F = null where rowid = 1091";
Command "update T set F = null where rowid = 5629";
Command "update T set F = null where rowid = 28479";
Command "update T set F = null where rowid = 18362";
Command "update T set F = null where rowid = 58508";
Command "update T set F = null where rowid = 27558";
Command "update T set F = null where rowid = 45979";
Command "update T set F = null where rowid = 34933";
Command "update T set F = null where rowid = 48047";
Command "update T set F = null where rowid = 13006";
Command "update T set F = null where rowid = 36144";
Command "update T set F = null where rowid = 50904";
Command "update T set F = null where rowid = 24604";
Command "update T set F = null where rowid = 3460";
Command "update T set F = null where rowid = 18397";
Command "update T set F = null where rowid = 31275";
Command "update T set F = null where rowid = 57618";
Command "update T set F = null where rowid = 4713";
Command "update T set F = null where rowid = 23873";
Command "update T set F = null where rowid = 10971";
Command "update T set F = null where rowid = 57678";
Command "update T set F = null where rowid = 29424";
Command "update T set F = null where rowid = 46052";
Command "update T set F = null where rowid = 50683";
Command "update T set F = null where rowid = 41055";
Command "update T set F = null where rowid = 12451";
Command "update T set F = null where rowid = 35379";
Command "update T set F = null where rowid = 21779";
Command "update T set F = null where rowid = 50082";
Command "update T set F = null where rowid = 50890";
Command "update T set F = null where rowid = 11336";
Command "update T set F = null where rowid = 26370";
Command "update T set F = null where rowid = 13153";
Command "update T set F = null where rowid = 55961";
Command "update T set F = null where rowid = 19473";
Command "update T set F = null where rowid = 29685";
Command "update T set F = null where rowid = 10458";
Command "update T set F = null where rowid = 28450";
Command "update T set F = null where rowid = 47783";
Command "update T set F = null where rowid = 37379";
Command "update T set F = null where rowid = 34409";
Command "update T set F = null where rowid = 2580";
Command "update T set F = null where rowid = 27462";
Command "update T set F = null where rowid = 12469";
Command "update T set F = null where rowid = 54538";
Command "update T set F = null where rowid = 49009";
Command "update T set F = null where rowid = 8130";
Command "update T set F = null where rowid = 52526";
Command "update T set F = null where rowid = 42187";
Command "update T set F = null where rowid = 28887";
Command "update T set F = null where rowid = 1603";
Command "update T set F = null where rowid = 59153";
Command "update T set F = null where rowid = 44679";
Command "update T set F = null where rowid = 35681";
Command "update T set F = null where rowid = 1512";
Command "update T set F = null where rowid = 11976";
Command "update T set F = null where rowid = 41855";
Command "update T set F = null where rowid = 16433";
Command "update T set F = null where rowid = 6881";
Command "update T set F = null where rowid = 50544";
Command "update T set F = null where rowid = 44814";
Command "update T set F = null where rowid = 18350";
Command "update T set F = null where rowid = 10937";
Command "update T set F = null where rowid = 4269";
Command "update T set F = null where rowid = 26231";
Command "update T set F = null where rowid = 33417";
Command "update T set F = null where rowid = 32798";
Command "update T set F = null where rowid = 18543";
Command "update T set F = null where rowid = 8249";
Command "update T set F = null where rowid = 37904";
Command "update T set F = null where rowid = 3392";
Command "update T set F = null where rowid = 9741";
Command "update T set F = null where rowid = 13408";
Command "update T set F = null where rowid = 31861";
Command "update T set F = null where rowid = 35360";
Command "update T set F = null where rowid = 3264";
Command "update T set F = null where rowid = 13910";
Command "update T set F = null where rowid = 19459";
Command "update T set F = null where rowid = 14783";
Command "update T set F = null where rowid = 60709";
Command "update T set F = null where rowid = 44606";
Command "update T set F = null where rowid = 33731";
Command "update T set F = null where rowid = 9163";
Command "update T set F = null where rowid = 39754";
Command "update T set F = null where rowid = 41752";
Command "update T set F = null where rowid = 43606";
Command "update T set F = null where rowid = 22545";
Command "update T set F = null where rowid = 6419";
Command "update T set F = null where rowid = 14959";
Command "update T set F = null where rowid = 34175";
Command "update T set F = null where rowid = 7137";
Command "update T set F = null where rowid = 16321";
Command "update T set F = null where rowid = 42522";
Command "update T set F = null where rowid = 41007";
Command "update T set F = null where rowid = 366";
Command "update T set F = null where rowid = 28495";
Command "update T set F = null where rowid = 21163";
Command "update T set F = null where rowid = 58525";
Command "update T set F = null where rowid = 61213";
Command "update T set F = null where rowid = 8180";
Command "update T set F = null where rowid = 58803";
Command "update T set F = null where rowid = 22451";
Command "update T set F = null where rowid = 56828";
Command "update T set F = null where rowid = 8090";
Command "update T set F = null where rowid = 40358";
Command "update T set F = null where rowid = 6690";
Command "update T set F = null where rowid = 805";
Command "update T set F = null where rowid = 34642";
Command "update T set F = null where rowid = 32842";
Command "update T set F = null where rowid = 12575";
Command "update T set F = null where rowid = 39040";
Command "update T set F = null where rowid = 49873";
Command "update T set F = null where rowid = 29135";
Command "update T set F = null where rowid = 38391";
Command "update T set F = null where rowid = 21448";
Command "update T set F = null where rowid = 18748";
Command "update T set F = null where rowid = 11591";
Command "update T set F = null where rowid = 12017";
Command "update T set F = null where rowid = 17880";
Command "update T set F = null where rowid = 59963";
Command "update T set F = null where rowid = 16843";
Command "update T set F = null where rowid = 28952";
Command "update T set F = null where rowid = 52338";
Command "update T set F = null where rowid = 20180";
Command "update T set F = null where rowid = 28976";
Command "update T set F = null where rowid = 30739";
Command "update T set F = null where rowid = 47925";
Command "update T set F = null where rowid = 27082";
Command "update T set F = null where rowid = 24268";
Command "update T set F = null where rowid = 23432";
Command "update T set F = null where rowid = 32173";
Command "update T set F = null where rowid = 28825";
Command "update T set F = null where rowid = 4422";
Command "update T set F = null where rowid = 14185";
Command "update T set F = null where rowid = 1583";
Command "update T set F = null where rowid = 5560";
Command "update T set F = null where rowid = 20721";
Command "update T set F = null where rowid = 25575";
Command "update T set F = null where rowid = 58728";
Command "update T set F = null where rowid = 910";
Command "update T set F = null where rowid = 35705";
Command "update T set F = null where rowid = 7941";
Command "update T set F = null where rowid = 32372";
Command "update T set F = null where rowid = 32979";
Command "update T set F = null where rowid = 58719";
Command "update T set F = null where rowid = 8791";
Command "update T set F = null where rowid = 5421";
Command "update T set F = null where rowid = 24202";
Command "update T set F = null where rowid = 48219";
Command "update T set F = null where rowid = 48320";
Command "update T set F = null where rowid = 44223";
Command "update T set F = null where rowid = 23597";
Command "update T set F = null where rowid = 29982";
Command "update T set F = null where rowid = 12950";
Command "update T set F = null where rowid = 26062";
Command "update T set F = null where rowid = 19528";
Command "update T set F = null where rowid = 52848";
Command "update T set F = null where rowid = 14564";
Command "update T set F = null where rowid = 1716";
Command "update T set F = null where rowid = 40237";
Command "update T set F = null where rowid = 46039";
Command "update T set F = null where rowid = 56415";
Command "update T set F = null where rowid = 11063";
Command "update T set F = null where rowid = 5410";
Command "update T set F = null where rowid = 52383";
Command "update T set F = null where rowid = 6398";
Command "update T set F = null where rowid = 56618";
Command "update T set F = null where rowid = 29468";
Command "update T set F = null where rowid = 23298";
Command "update T set F = null where rowid = 2644";
Command "update T set F = null where rowid = 42455";
Command "update T set F = null where rowid = 4095";
Command "update T set F = null where rowid = 17664";
Command "update T set F = null where rowid = 26203";
Command "update T set F = null where rowid = 15171";
Command "update T set F = null where rowid = 15429";
Command "update T set F = null where rowid = 21537";
Command "update T set F = null where rowid = 46031";
Command "update T set F = null where rowid = 33379";
Command "update T set F = null where rowid = 58920";
Command "update T set F = null where rowid = 39543";
Command "update T set F = null where rowid = 50456";
Command "update T set F = null where rowid = 26031";
Command "update T set F = null where rowid = 54321";
Command "update T set F = null where rowid = 59664";
Command "update T set F = null where rowid = 56872";
Command "update T set F = null where rowid = 12972";
Command "update T set F = null where rowid = 25634";
Command "update T set F = null where rowid = 26698";
Command "update T set F = null where rowid = 43980";
Command "update T set F = null where rowid = 52057";
Command "update T set F = null where rowid = 814";
Command "update T set F = null where rowid = 28156";
Command "update T set F = null where rowid = 8552";
Command "update T set F = null where rowid = 51959";
Command "update T set F = null where rowid = 39465";
Command "update T set F = null where rowid = 2021";
Command "update T set F = null where rowid = 19232";
Command "update T set F = null where rowid = 38498";
Command "update T set F = null where rowid = 46007";
Command "update T set F = null where rowid = 27326";
Command "update T set F = null where rowid = 53928";
Command "update T set F = null where rowid = 43449";
Command "update T set F = null where rowid = 415";
Command "update T set F = null where rowid = 12836";
Command "update T set F = null where rowid = 55468";
Command "update T set F = null where rowid = 42386";
Command "update T set F = null where rowid = 57826";
Command "update T set F = null where rowid = 1552";
Command "update T set F = null where rowid = 2922";
Command "update T set F = null where rowid = 307";
Command "update T set F = null where rowid = 28333";
Command "update T set F = null where rowid = 20407";
Command "update T set F = null where rowid = 13611";
Command "update T set F = null where rowid = 14180";
Command "update T set F = null where rowid = 23378";
Command "update T set F = null where rowid = 47051";
Command "update T set F = null where rowid = 9543";
Command "update T set F = null where rowid = 1440";
Command "update T set F = null where rowid = 10714";
Command "update T set F = null where rowid = 55857";
Command "update T set F = null where rowid = 23127";
Command "update T set F = null where rowid = 55549";
Command "update T set F = null where rowid = 59368";
Command "update T set F = null where rowid = 20237";
Command "update T set F = null where rowid = 12973";
Command "update T set F = null where rowid = 10963";
Command "update T set F = null where rowid = 52040";
Command "update T set F = null where rowid = 54049";
Command "update T set F = null where rowid = 32067";
Command "update T set F = null where rowid = 51385";
Command "update T set F = null where rowid = 24503";
Command "update T set F = null where rowid = 33658";
Command "update T set F = null where rowid = 13973";
Command "update T set F = null where rowid = 28986";
Command "update T set F = null where rowid = 37955";
Command "update T set F = null where rowid = 33416";
Command "update T set F = null where rowid = 45417";
Command "update T set F = null where rowid = 60018";
Command "update T set F = null where rowid = 54000";
Command "update T set F = null where rowid = 54774";
Command "update T set F = null where rowid = 22171";
Command "update T set F = null where rowid = 18486";
Command "update T set F = null where rowid = 33988";
Command "update T set F = null where rowid = 10519";
Command "update T set F = null where rowid = 14533";
Command "update T set F = null where rowid = 20757";
Command "update T set F = null where rowid = 8359";
Command "update T set F = null where rowid = 34393";
Command "update T set F = null where rowid = 45215";
Command "update T set F = null where rowid = 49737";
Command "update T set F = null where rowid = 19044";
Command "update T set F = null where rowid = 44462";
Command "update T set F = null where rowid = 4020";
Command "update T set F = null where rowid = 47402";
Command "update T set F = null where rowid = 23382";
Command "update T set F = null where rowid = 1847";
Command "update T set F = null where rowid = 36441";
Command "update T set F = null where rowid = 3217";
Command "update T set F = null where rowid = 52061";
Command "update T set F = null where rowid = 8271";
Command "update T set F = null where rowid = 5196";
Command "update T set F = null where rowid = 29264";
Command "update T set F = null where rowid = 17854";
Command "update T set F = null where rowid = 34527";
Command "update T set F = null where rowid = 29533";
Command "update T set F = null where rowid = 27233";
Command "update T set F = null where rowid = 12824";
Command "update T set F = null where rowid = 26432";
Command "update T set F = null where rowid = 2000";
Command "update T set F = null where rowid = 19883";
Command "update T set F = null where rowid = 1912";
Command "update T set F = null where rowid = 5368";
Command "update T set F = null where rowid = 32844";
Command "update T set F = null where rowid = 10793";
Command "update T set F = null where rowid = 9492";
Command "update T set F = null where rowid = 37338";
Command "update T set F = null where rowid = 24865";
Command "update T set F = null where rowid = 53743";
Command "update T set F = null where rowid = 54069";
Command "update T set F = null where rowid = 44279";
Command "update T set F = null where rowid = 44773";
Command "update T set F = null where rowid = 1165";
Command "update T set F = null where rowid = 29340";
Command "update T set F = null where rowid = 28624";
Command "update T set F = null where rowid = 45910";
Command "update T set F = null where rowid = 139";
Command "update T set F = null where rowid = 58940";
Command "update T set F = null where rowid = 15279";
Command "update T set F = null where rowid = 3532";
Command "update T set F = null where rowid = 29094";
Command "update T set F = null where rowid = 51555";
Command "update T set F = null where rowid = 29442";
Command "update T set F = null where rowid = 11573";
Command "update T set F = null where rowid = 23872";
Command "update T set F = null where rowid = 32282";
Command "update T set F = null where rowid = 23953";
Command "update T set F = null where rowid = 10534";
Command "update T set F = null where rowid = 57665";
Command "update T set F = null where rowid = 57340";
Command "update T set F = null where rowid = 31109";
Command "update T set F = null where rowid = 653";
Command "update T set F = null where rowid = 15301";
Command "update T set F = null where rowid = 50307";
Command "update T set F = null where rowid = 15733";
Command "update T set F = null where rowid = 6789";
Command "update T set F = null where rowid = 51509";
Command "update T set F = null where rowid = 16147";
Command "update T set F = null where rowid = 35165";
Command "update T set F = null where rowid = 52770";
Command "update T set F = null where rowid = 35722";
Command "update T set F = null where rowid = 5497";
Command "update T set F = null where rowid = 36237";
Command "update T set F = null where rowid = 14681";
Command "update T set F = null where rowid = 37826";
Command "update T set F = null where rowid = 46456";
Command "update T set F = null where rowid = 10492";
Command "update T set F = null where rowid = 24986";
Command "update T set F = null where rowid = 3655";
Command "update T set F = null where rowid = 19191";
Command "update T set F = null where rowid = 22980";
Command "update T set F = null where rowid = 24937";
Command "update T set F = null where rowid = 43540";
Command "update T set F = null where rowid = 17858";
Command "update T set F = null where rowid = 4629";
Command "update T set F = null where rowid = 11661";
Command "update T set F = null where rowid = 22367";
Command "update T set F = null where rowid = 34361";
Command "update T set F = null where rowid = 28699";
Command "update T set F = null where rowid = 37516";
Command "update T set F = null where rowid = 50026";
Command "update T set F = null where rowid = 6985";
Command "update T set F = null where rowid = 42210";
Command "update T set F = null where rowid = 7829";
Command "update T set F = null where rowid = 41853";
Command "update T set F = null where rowid = 43126";
Command "update T set F = null where rowid = 32400";
Command "update T set F = null where rowid = 7796";
Command "update T set F = null where rowid = 14088";
Command "update T set F = null where rowid = 26413";
Command "update T set F = null where rowid = 44617";
Command "update T set F = null where rowid = 13253";
Command "update T set F = null where rowid = 59962";
Command "update T set F = null where rowid = 45109";
Command "update T set F = null where rowid = 26869";
Command "update T set F = null where rowid = 45598";
Command "update T set F = null where rowid = 32382";
Command "update T set F = null where rowid = 59308";
Command "update T set F = null where rowid = 42454";
Command "update T set F = null where rowid = 4520";
Command "update T set F = null where rowid = 41962";
Command "update T set F = null where rowid = 31119";
Command "update T set F = null where rowid = 36870";
Command "update T set F = null where rowid = 3535";
Command "update T set F = null where rowid = 59715";
Command "update T set F = null where rowid = 11112";
Command "update T set F = null where rowid = 18316";
Command "update T set F = null where rowid = 42579";
Command "update T set F = null where rowid = 45822";
Command "update T set F = null where rowid = 44042";
Command "update T set F = null where rowid = 17435";
Command "update T set F = null where rowid = 18848";
Command "update T set F = null where rowid = 48415";
Command "update T set F = null where rowid = 50914";
Command "update T set F = null where rowid = 38649";
Command "update T set F = null where rowid = 31245";
Command "update T set F = null where rowid = 11833";
Command "update T set F = null where rowid = 55245";
Command "update T set F = null where rowid = 28707";
Command "update T set F = null where rowid = 42844";
Command "update T set F = null where rowid = 10003";
Command "update T set F = null where rowid = 18746";
Command "update T set F = null where rowid = 47192";
Command "update T set F = null where rowid = 49975";
Command "update T set F = null where rowid = 29229";
Command "update T set F = null where rowid = 55752";
Command "update T set F = null where rowid = 13877";
Command "update T set F = null where rowid = 53825";
Command "update T set F = null where rowid = 49136";
Command "update T set F = null where rowid = 5149";
Command "update T set F = null where rowid = 56911";
Command "update T set F = null where rowid = 48280";
Command "update T set F = null where rowid = 35403";
Command "update T set F = null where rowid = 22608";
Command "update T set F = null where rowid = 29546";
Command "update T set F = null where rowid = 51651";
Command "update T set F = null where rowid = 34334";
Command "update T set F = null where rowid = 10787";
Command "update T set F = null where rowid = 56004";
Command "update T set F = null where rowid = 51580";
Command "update T set F = null where rowid = 27580";
Command "update T set F = null where rowid = 13129";
Command "update T set F = null where rowid = 33640";
Command "update T set F = null where rowid = 33590";
Command "update T set F = null where rowid = 22966";
Command "update T set F = null where rowid = 30579";
Command "update T set F = null where rowid = 61069";
Command "update T set F = null where rowid = 570";
Command "update T set F = null where rowid = 57570";
Command "update T set F = null where rowid = 60390";
Command "update T set F = null where rowid = 39840";
Command "update T set F = null where rowid = 51189";
Command "update T set F = null where rowid = 10293";
Command "update T set F = null where rowid = 41953";
Command "update T set F = null where rowid = 58636";
Command "update T set F = null where rowid = 57659";
Command "update T set F = null where rowid = 31689";
Command "update T set F = null where rowid = 61041";
Command "update T set F = null where rowid = 5540";
Command "update T set F = null where rowid = 29376";
Command "update T set F = null where rowid = 57003";
Command "update T set F = null where rowid = 19568";
Command "update T set F = null where rowid = 24103";
Command "update T set F = null where rowid = 24797";
Command "update T set F = null where rowid = 53984";
Command "update T set F = null where rowid = 51142";
Command "update T set F = null where rowid = 13330";
Command "update T set F = null where rowid = 50951";
Command "update T set F = null where rowid = 31308";
Command "update T set F = null where rowid = 61404";
Command "update T set F = null where rowid = 19493";
Command "update T set F = null where rowid = 50759";
Command "update T set F = null where rowid = 3893";
Command "update T set F = null where rowid = 41360";
Command "update T set F = null where rowid = 3210";
Command "update T set F = null where rowid = 39874";
Command "update T set F = null where rowid = 5552";
Command "update T set F = null where rowid = 43369";
Command "update T set F = null where rowid = 55037";
Command "update T set F = null where rowid = 858";
Command "update T set F = null where rowid = 22575";
Command "update T set F = null where rowid = 40015";
Command "update T set F = null where rowid = 13070";
Command "update T set F = null where rowid = 5286";
Command "update T set F = null where rowid = 47960";
Command "update T set F = null where rowid = 13722";
Command "update T set F = null where rowid = 17643";
Command "update T set F = null where rowid = 25551";
Command "update T set F = null where rowid = 23749";
Command "update T set F = null where rowid = 3937";
Command "update T set F = null where rowid = 29266";
Command "update T set F = null where rowid = 42100";
Command "update T set F = null where rowid = 46964";
Command "update T set F = null where rowid = 42212";
Command "update T set F = null where rowid = 7096";
Command "update T set F = null where rowid = 14037";
Command "update T set F = null where rowid = 3666";
Command "update T set F = null where rowid = 25691";
Command "update T set F = null where rowid = 22996";
Command "update T set F = null where rowid = 17076";
Command "update T set F = null where rowid = 29074";
Command "update T set F = null where rowid = 30107";
Command "update T set F = null where rowid = 50879";
Command "update T set F = null where rowid = 52408";
Command "update T set F = null where rowid = 15610";
Command "update T set F = null where rowid = 49917";
Command "update T set F = null where rowid = 10431";
Command "update T set F = null where rowid = 26327";
Command "update T set F = null where rowid = 40004";
Command "update T set F = null where rowid = 16126";
Command "update T set F = null where rowid = 54048";
Command "update T set F = null where rowid = 477";
Command "update T set F = null where rowid = 7256";
Command "update T set F = null where rowid = 9086";
Command "update T set F = null where rowid = 46304";
Command "update T set F = null where rowid = 54322";
Command "update T set F = null where rowid = 44725";
Command "update T set F = null where rowid = 50473";
Command "update T set F = null where rowid = 15001";
Command "update T set F = null where rowid = 5578";
Command "update T set F = null where rowid = 16183";
Command "update T set F = null where rowid = 39127";
Command "update T set F = null where rowid = 23153";
Command "update T set F = null where rowid = 35814";
Command "update T set F = null where rowid = 56575";
Command "update T set F = null where rowid = 59646";
Command "update T set F = null where rowid = 48136";
Command "update T set F = null where rowid = 18506";
Command "update T set F = null where rowid = 5263";
Command "update T set F = null where rowid = 13313";
Command "update T set F = null where rowid = 22027";
Command "update T set F = null where rowid = 60486";
Command "update T set F = null where rowid = 34143";
Command "update T set F = null where rowid = 20135";
Command "update T set F = null where rowid = 33977";
Command "update T set F = null where rowid = 8889";
Command "update T set F = null where rowid = 6214";
Command "update T set F = null where rowid = 41460";
Command "update T set F = null where rowid = 3862";
Command "update T set F = null where rowid = 42782";
Command "update T set F = null where rowid = 25692";
Command "update T set F = null where rowid = 35471";
Command "update T set F = null where rowid = 42238";
Command "update T set F = null where rowid = 50054";
Command "update T set F = null where rowid = 34622";
Command "update T set F = null where rowid = 35305";
Command "update T set F = null where rowid = 12992";
Command "update T set F = null where rowid = 44936";
Command "update T set F = null where rowid = 12886";
Command "update T set F = null where rowid = 58359";
Command "update T set F = null where rowid = 59088";
Command "update T set F = null where rowid = 22185";
Command "update T set F = null where rowid = 11946";
Command "update T set F = null where rowid = 9447";
Command "update T set F = null where rowid = 59905";
Command "update T set F = null where rowid = 33919";
Command "update T set F = null where rowid = 25875";
Command "update T set F = null where rowid = 5315";
Command "update T set F = null where rowid = 6722";
Command "update T set F = null where rowid = 54181";
Command "update T set F = null where rowid = 28464";
Command "update T set F = null where rowid = 47749";
Command "update T set F = null where rowid = 38382";
Command "update T set F = null where rowid = 37513";
Command "update T set F = null where rowid = 35207";
Command "update T set F = null where rowid = 37236";
Command "update T set F = null where rowid = 50656";
Command "update T set F = null where rowid = 55937";
Command "update T set F = null where rowid = 9680";
Command "update T set F = null where rowid = 54950";
Command "update T set F = null where rowid = 11714";
Command "update T set F = null where rowid = 52768";
Command "update T set F = null where rowid = 35430";
Command "update T set F = null where rowid = 56038";
Command "update T set F = null where rowid = 37165";
Command "update T set F = null where rowid = 54267";
Command "update T set F = null where rowid = 26825";
Command "update T set F = null where rowid = 18012";
Command "update T set F = null where rowid = 31804";
Command "update T set F = null where rowid = 57562";
Command "update T set F = null where rowid = 16733";
Command "update T set F = null where rowid = 40249";
Command "update T set F = null where rowid = 59597";
Command "update T set F = null where rowid = 25951";
Command "update T set F = null where rowid = 33757";
Command "update T set F = null where rowid = 23837";
Command "update T set F = null where rowid = 35425";
Command "update T set F = null where rowid = 46275";
Command "update T set F = null where rowid = 1300";
Command "update T set F = null where rowid = 2588";
Command "update T set F = null where rowid = 45200";
Command "update T set F = null where rowid = 36795";
Command "update T set F = null where rowid = 56454";
Command "update T set F = null where rowid = 18878";
Command "update T set F = null where rowid = 19991";
Command "update T set F = null where rowid = 9520";
Command "update T set F = null where rowid = 9989";
Command "update T set F = null where rowid = 34434";
Command "update T set F = null where rowid = 20872";
Command "update T set F = null where rowid = 39704";
Command "update T set F = null where rowid = 293";
Command "update T set F = null where rowid = 56314";
Command "update T set F = null where rowid = 51355";
Command "update T set F = null where rowid = 18576";
Command "update T set F = null where rowid = 2703";
Command "update T set F = null where rowid = 55840";
Command "update T set F = null where rowid = 16853";
Command "update T set F = null where rowid = 56438";
Command "update T set F = null where rowid = 47545";
Command "update T set F = null where rowid = 56623";
Command "update T set F = null where rowid = 29117";
Command "update T set F = null where rowid = 59907";
Command "update T set F = null where rowid = 47580";
Command "update T set F = null where rowid = 2515";
Command "update T set F = null where rowid = 54466";
Command "update T set F = null where rowid = 18278";
Command "update T set F = null where rowid = 35657";
Command "update T set F = null where rowid = 8587";
Command "update T set F = null where rowid = 38882";
Command "update T set F = null where rowid = 57733";
Command "update T set F = null where rowid = 11303";
Command "update T set F = null where rowid = 41510";
Command "update T set F = null where rowid = 40393";
Command "update T set F = null where rowid = 32847";
Command "update T set F = null where rowid = 35363";
Command "update T set F = null where rowid = 50364";
Command "update T set F = null where rowid = 52950";
Command "update T set F = null where rowid = 50459";
Command "update T set F = null where rowid = 33308";
Command "update T set F = null where rowid = 59080";
Command "update T set F = null where rowid = 8921";
Command "update T set F = null where rowid = 1806";
Command "update T set F = null where rowid = 24522";
Command "update T set F = null where rowid = 44743";
Command "update T set F = null where rowid = 20288";
Command "update T set F = null where rowid = 34166";
Command "update T set F = null where rowid = 35501";
Command "update T set F = null where rowid = 44665";
Command "update T set F = null where rowid = 26683";
Command "update T set F = null where rowid = 60002";
Command "update T set F = null where rowid = 45106";
Command "update T set F = null where rowid = 31824";
Command "update T set F = null where rowid = 24508";
Command "update T set F = null where rowid = 2488";
Command "update T set F = null where rowid = 43244";
Command "update T set F = null where rowid = 53690";
Command "update T set F = null where rowid = 54318";
Command "update T set F = null where rowid = 60741";
Command "update T set F = null where rowid = 57624";
Command "update T set F = null where rowid = 42299";
Command "update T set F = null where rowid = 1224";
Command "update T set F = null where rowid = 29088";
Command "update T set F = null where rowid = 30525";
Command "update T set F = null where rowid = 15252";
Command "update T set F = null where rowid = 47970";
Command "update T set F = null where rowid = 35752";
Command "update T set F = null where rowid = 61256";
Command "update T set F = null where rowid = 54193";
Command "update T set F = null where rowid = 32618";
Command "update T set F = null where rowid = 31600";
Command "update T set F = null where rowid = 15993";
Command "update T set F = null where rowid = 14619";
Command "update T set F = null where rowid = 20823";
Command "update T set F = null where rowid = 56335";
Command "update T set F = null where rowid = 44722";
Command "update T set F = null where rowid = 36983";
Command "update T set F = null where rowid = 11313";
Command "update T set F = null where rowid = 43351";
Command "update T set F = null where rowid = 29144";
Command "update T set F = null where rowid = 37495";
Command "update T set F = null where rowid = 55287";
Command "update T set F = null where rowid = 51665";
Command "update T set F = null where rowid = 34997";
Command "update T set F = null where rowid = 29178";
Command "update T set F = null where rowid = 5710";
Command "update T set F = null where rowid = 10396";
Command "update T set F = null where rowid = 29937";
Command "update T set F = null where rowid = 47248";
Command "update T set F = null where rowid = 37772";
Command "update T set F = null where rowid = 43666";
Command "update T set F = null where rowid = 30043";
Command "update T set F = null where rowid = 24621";
Command "update T set F = null where rowid = 26050";
Command "update T set F = null where rowid = 19343";
Command "update T set F = null where rowid = 17161";
Command "update T set F = null where rowid = 56333";
Command "update T set F = null where rowid = 60483";
Command "update T set F = null where rowid = 9373";
Command "update T set F = null where rowid = 53462";
Command "update T set F = null where rowid = 14481";
Command "update T set F = null where rowid = 5926";
Command "update T set F = null where rowid = 28071";
Command "update T set F = null where rowid = 35661";
Command "update T set F = null where rowid = 11659";
Command "update T set F = null where rowid = 6559";
Command "update T set F = null where rowid = 59383";
Command "update T set F = null where rowid = 15039";
Command "update T set F = null where rowid = 60558";
Command "update T set F = null where rowid = 1350";
Command "update T set F = null where rowid = 4653";
Command "update T set F = null where rowid = 29309";
Command "update T set F = null where rowid = 60715";
Command "update T set F = null where rowid = 38203";
Command "update T set F = null where rowid = 16742";
Command "update T set F = null where rowid = 49910";
Command "update T set F = null where rowid = 48064";
Command "update T set F = null where rowid = 60069";
Command "update T set F = null where rowid = 31525";
Command "update T set F = null where rowid = 60195";
Command "update T set F = null where rowid = 4760";
Command "update T set F = null where rowid = 32687";
Command "update T set F = null where rowid = 28779";
Command "update T set F = null where rowid = 27091";
Command "update T set F = null where rowid = 14452";
Command "update T set F = null where rowid = 60876";
Command "update T set F = null where rowid = 34754";
Command "update T set F = null where rowid = 9814";
Command "update T set F = null where rowid = 51668";
Command "update T set F = null where rowid = 17993";
Command "update T set F = null where rowid = 23791";
Command "update T set F = null where rowid = 26708";
Command "update T set F = null where rowid = 27811";
Command "update T set F = null where rowid = 56927";
Command "update T set F = null where rowid = 42952";
Command "update T set F = null where rowid = 11737";
Command "update T set F = null where rowid = 43470";
Command "update T set F = null where rowid = 3780";
Command "update T set F = null where rowid = 40932";
Command "update T set F = null where rowid = 59708";
Command "update T set F = null where rowid = 9992";
Command "update T set F = null where rowid = 45061";
Command "update T set F = null where rowid = 37454";
Command "update T set F = null where rowid = 48993";
Command "update T set F = null where rowid = 59132";
Command "update T set F = null where rowid = 25369";
Command "update T set F = null where rowid = 39987";
Command "update T set F = null where rowid = 47693";
Command "update T set F = null where rowid = 29396";
Command "update T set F = null where rowid = 33045";
Command "update T set F = null where rowid = 20085";
Command "update T set F = null where rowid = 46648";
Command "update T set F = null where rowid = 5575";
Command "update T set F = null where rowid = 22658";
Command "update T set F = null where rowid = 14736";
Command "update T set F = null where rowid = 42877";
Command "update T set F = null where rowid = 47488";
Command "update T set F = null where rowid = 24965";
Command "update T set F = null where rowid = 60209";
Command "update T set F = null where rowid = 61211";
Command "update T set F = null where rowid = 3143";
Command "update T set F = null where rowid = 1917";
Command "update T set F = null where rowid = 9235";
Command "update T set F = null where rowid = 31872";
Command "update T set F = null where rowid = 6661";
Command "update T set F = null where rowid = 53355";
Command "update T set F = null where rowid = 12344";
Command "update T set F = null where rowid = 60594";
Command "update T set F = null where rowid = 11283";
Command "update T set F = null where rowid = 55418";
Command "update T set F = null where rowid = 47758";
Command "update T set F = null where rowid = 39988";
Command "update T set F = null where rowid = 5633";
Command "update T set F = null where rowid = 6544";
Command "update T set F = null where rowid = 58616";
Command "update T set F = null where rowid = 30662";
Command "update T set F = null where rowid = 11093";
Command "update T set F = null where rowid = 5215";
Command "update T set F = null where rowid = 3895";
Command "update T set F = null where rowid = 14899";
Command "update T set F = null where rowid = 47904";
Command "update T set F = null where rowid = 24130";
Command "update T set F = null where rowid = 53001";
Command "update T set F = null where rowid = 6713";
Command "update T set F = null where rowid = 10391";
Command "update T set F = null where rowid = 34880";
Command "update T set F = null where rowid = 49065";
Command "update T set F = null where rowid = 29440";
Command "update T set F = null where rowid = 4744";
Command "update T set F = null where rowid = 28873";
Command "update T set F = null where rowid = 7133";
Command "update T set F = null where rowid = 32141";
Command "update T set F = null where rowid = 4513";
Command "update T set F = null where rowid = 37418";
Command "update T set F = null where rowid = 15336";
Command "update T set F = null where rowid = 38190";
Command "update T set F = null where rowid = 61120";
Command "update T set F = null where rowid = 36785";
Command "update T set F = null where rowid = 23881";
Command "update T set F = null where rowid = 46610";
Command "update T set F = null where rowid = 24514";
Command "update T set F = null where rowid = 13135";
Command "update T set F = null where rowid = 12507";
Command "update T set F = null where rowid = 53849";
Command "update T set F = null where rowid = 29054";
Command "update T set F = null where rowid = 32352";
Command "update T set F = null where rowid = 41452";
Command "update T set F = null where rowid = 6350";
Command "update T set F = null where rowid = 37260";
Command "update T set F = null where rowid = 28282";
Command "update T set F = null where rowid = 38878";
Command "update T set F = null where rowid = 58349";
Command "update T set F = null where rowid = 4231";
Command "update T set F = null where rowid = 59078";
Command "update T set F = null where rowid = 58482";
Command "update T set F = null where rowid = 48256";
Command "update T set F = null where rowid = 48604";
Command "update T set F = null where rowid = 51388";
Command "update T set F = null where rowid = 19182";
Command "update T set F = null where rowid = 59860";
Command "update T set F = null where rowid = 13071";
Command "update T set F = null where rowid = 11464";
Command "update T set F = null where rowid = 22914";
Command "update T set F = null where rowid = 35103";
Command "update T set F = null where rowid = 5412";
Command "update T set F = null where rowid = 48826";
Command "update T set F = null where rowid = 12566";
Command "update T set F = null where rowid = 39949";
Command "update T set F = null where rowid = 17372";
Command "update T set F = null where rowid = 7139";
Command "update T set F = null where rowid = 26627";
Command "update T set F = null where rowid = 1289";
Command "update T set F = null where rowid = 54188";
Command "update T set F = null where rowid = 46412";
Command "update T set F = null where rowid = 51340";
Command "update T set F = null where rowid = 26359";
Command "update T set F = null where rowid = 25475";
Command "update T set F = null where rowid = 44600";
Command "update T set F = null where rowid = 9998";
Command "update T set F = null where rowid = 27488";
Command "update T set F = null where rowid = 48166";
Command "update T set F = null where rowid = 39229";
Command "update T set F = null where rowid = 55647";
Command "update T set F = null where rowid = 10450";
Command "update T set F = null where rowid = 29526";
Command "update T set F = null where rowid = 2113";
Command "update T set F = null where rowid = 23360";
Command "update T set F = null where rowid = 22683";
Command "update T set F = null where rowid = 11383";
Command "update T set F = null where rowid = 21855";
Command "update T set F = null where rowid = 51734";
Command "update T set F = null where rowid = 58629";
Command "update T set F = null where rowid = 58876";
Command "update T set F = null where rowid = 1170";
Command "update T set F = null where rowid = 5553";
Command "update T set F = null where rowid = 7455";
Command "update T set F = null where rowid = 17699";
Command "update T set F = null where rowid = 52685";
Command "update T set F = null where rowid = 35486";
Command "update T set F = null where rowid = 3191";
Command "update T set F = null where rowid = 29474";
Command "update T set F = null where rowid = 20494";
Command "update T set F = null where rowid = 745";
Command "update T set F = null where rowid = 34183";
Command "update T set F = null where rowid = 45993";
Command "update T set F = null where rowid = 54976";
Command "update T set F = null where rowid = 33774";
Command "update T set F = null where rowid = 25796";
Command "update T set F = null where rowid = 6675";
Command "update T set F = null where rowid = 53987";
Command "update T set F = null where rowid = 27463";
Command "update T set F = null where rowid = 4804";
Command "update T set F = null where rowid = 49507";
Command "update T set F = null where rowid = 38598";
Command "update T set F = null where rowid = 32758";
Command "update T set F = null where rowid = 47275";
Command "update T set F = null where rowid = 51313";
Command "update T set F = null where rowid = 38210";
Command "update T set F = null where rowid = 31146";
Command "update T set F = null where rowid = 55156";
Command "update T set F = null where rowid = 22880";
Command "update T set F = null where rowid = 55978";
Command "update T set F = null where rowid = 27636";
Command "update T set F = null where rowid = 37374";
Command "update T set F = null where rowid = 9098";
Command "update T set F = null where rowid = 39627";
Command "update T set F = null where rowid = 27651";
Command "update T set F = null where rowid = 16575";
Command "update T set F = null where rowid = 22259";
Command "update T set F = null where rowid = 56176";
Command "update T set F = null where rowid = 55204";
Command "update T set F = null where rowid = 33530";
Command "update T set F = null where rowid = 59964";
Command "update T set F = null where rowid = 16087";
Command "update T set F = null where rowid = 39189";
Command "update T set F = null where rowid = 40025";
Command "update T set F = null where rowid = 8953";
Command "update T set F = null where rowid = 53882";
Command "update T set F = null where rowid = 52078";
Command "update T set F = null where rowid = 35950";
Command "update T set F = null where rowid = 3276";
Command "update T set F = null where rowid = 52282";
Command "update T set F = null where rowid = 12528";
Command "update T set F = null where rowid = 23417";
Command "update T set F = null where rowid = 22022";
Command "update T set F = null where rowid = 44976";
Command "update T set F = null where rowid = 55132";
Command "update T set F = null where rowid = 54768";
Command "update T set F = null where rowid = 31387";
Command "update T set F = null where rowid = 643";
Command "update T set F = null where rowid = 28802";
Command "update T set F = null where rowid = 50878";
Command "update T set F = null where rowid = 21180";
Command "update T set F = null where rowid = 12252";
Command "update T set F = null where rowid = 32519";
Command "update T set F = null where rowid = 603";
Command "update T set F = null where rowid = 16055";
Command "update T set F = null where rowid = 32934";
Command "update T set F = null where rowid = 22687";
Command "update T set F = null where rowid = 14597";
Command "update T set F = null where rowid = 36600";
Command "update T set F = null where rowid = 13825";
Command "update T set F = null where rowid = 11430";
Command "update T set F = null where rowid = 31203";
Command "update T set F = null where rowid = 58";
Command "update T set F = null where rowid = 3922";
Command "update T set F = null where rowid = 45448";
Command "update T set F = null where rowid = 47589";
Command "update T set F = null where rowid = 26021";
Command "update T set F = null where rowid = 44654";
Command "update T set F = null where rowid = 51267";
Command "update T set F = null where rowid = 15159";
Command "update T set F = null where rowid = 34343";
Command "update T set F = null where rowid = 60533";
Command "update T set F = null where rowid = 56403";
Command "update T set F = null where rowid = 57076";
Command "update T set F = null where rowid = 4097";
Command "update T set F = null where rowid = 6737";
Command "update T set F = null where rowid = 22631";
Command "update T set F = null where rowid = 5734";
Command "update T set F = null where rowid = 15677";
Command "update T set F = null where rowid = 26091";
Command "update T set F = null where rowid = 18872";
Command "update T set F = null where rowid = 38251";
Command "update T set F = null where rowid = 18500";
Command "update T set F = null where rowid = 39427";
Command "update T set F = null where rowid = 50428";
Command "update T set F = null where rowid = 14628";
Command "update T set F = null where rowid = 25483";
Command "update T set F = null where rowid = 47786";
Command "update T set F = null where rowid = 36464";
Command "update T set F = null where rowid = 4826";
Command "update T set F = null where rowid = 32839";
Command "update T set F = null where rowid = 50641";
Command "update T set F = null where rowid = 27815";
Command "update T set F = null where rowid = 5667";
Command "update T set F = null where rowid = 31018";
Command "update T set F = null where rowid = 18744";
Command "update T set F = null where rowid = 46330";
Command "update T set F = null where rowid = 16715";
Command "update T set F = null where rowid = 9058";
Command "update T set F = null where rowid = 20891";
Command "update T set F = null where rowid = 58568";
Command "update T set F = null where rowid = 54782";
Command "update T set F = null where rowid = 32550";
Command "update T set F = null where rowid = 27073";
Command "update T set F = null where rowid = 18084";
Command "update T set F = null where rowid = 7571";
Command "update T set F = null where rowid = 7328";
Command "update T set F = null where rowid = 36857";
Command "update T set F = null where rowid = 10716";
Command "update T set F = null where rowid = 15209";
Command "update T set F = null where rowid = 46185";
Command "update T set F = null where rowid = 52159";
Command "update T set F = null where rowid = 12878";
Command "update T set F = null where rowid = 26084";
Command "update T set F = null where rowid = 48619";
Command "update T set F = null where rowid = 43649";
Command "update T set F = null where rowid = 12279";
Command "update T set F = null where rowid = 32601";
Command "update T set F = null where rowid = 997";
Command "update T set F = null where rowid = 54569";
Command "update T set F = null where rowid = 57917";
Command "update T set F = null where rowid = 6660";
Command "update T set F = null where rowid = 46316";
Command "update T set F = null where rowid = 31885";
Command "update T set F = null where rowid = 3263";
Command "update T set F = null where rowid = 41530";
Command "update T set F = null where rowid = 5175";
Command "update T set F = null where rowid = 45264";
Command "update T set F = null where rowid = 35542";
Command "update T set F = null where rowid = 3295";
Command "update T set F = null where rowid = 11226";
Command "update T set F = null where rowid = 49855";
Command "update T set F = null where rowid = 4414";
Command "update T set F = null where rowid = 34859";
Command "update T set F = null where rowid = 34192";
Command "update T set F = null where rowid = 42591";
Command "update T set F = null where rowid = 8712";
Command "update T set F = null where rowid = 54467";
Command "update T set F = null where rowid = 34875";
Command "update T set F = null where rowid = 59763";
Command "update T set F = null where rowid = 54215";
Command "update T set F = null where rowid = 29721";
Command "update T set F = null where rowid = 12672";
Command "update T set F = null where rowid = 51809";
Command "update T set F = null where rowid = 19984";
Command "update T set F = null where rowid = 47361";
Command "update T set F = null where rowid = 3883";
Command "update T set F = null where rowid = 29349";
Command "update T set F = null where rowid = 49595";
Command "update T set F = null where rowid = 1022";
Command "update T set F = null where rowid = 55180";
Command "update T set F = null where rowid = 42013";
Command "update T set F = null where rowid = 55161";
Command "update T set F = null where rowid = 57904";
Command "update T set F = null where rowid = 27267";
Command "update T set F = null where rowid = 18487";
Command "update T set F = null where rowid = 4179";
Command "update T set F = null where rowid = 23088";
Command "update T set F = null where rowid = 19689";
Command "update T set F = null where rowid = 7122";
Command "update T set F = null where rowid = 14138";
Command "update T set F = null where rowid = 56687";
Command "update T set F = null where rowid = 3731";
Command "update T set F = null where rowid = 15746";
Command "update T set F = null where rowid = 6477";
Command "update T set F = null where rowid = 9160";
Command "update T set F = null where rowid = 36596";
Command "update T set F = null where rowid = 33514";
Command "update T set F = null where rowid = 38186";
Command "update T set F = null where rowid = 17020";
Command "update T set F = null where rowid = 32019";
Command "update T set F = null where rowid = 30869";
Command "update T set F = null where rowid = 24623";
Command "update T set F = null where rowid = 59796";
Command "update T set F = null where rowid = 54002";
Command "update T set F = null where rowid = 12757";
Command "update T set F = null where rowid = 50036";
Command "update T set F = null where rowid = 46281";
Command "update T set F = null where rowid = 44449";
Command "update T set F = null where rowid = 3109";
Command "update T set F = null where rowid = 43464";
Command "update T set F = null where rowid = 58198";
Command "update T set F = null where rowid = 32250";
Command "update T set F = null where rowid = 12734";
Command "update T set F = null where rowid = 3785";
Command "update T set F = null where rowid = 19824";
Command "update T set F = null where rowid = 37234";
Command "update T set F = null where rowid = 24832";
Command "update T set F = null where rowid = 45247";
Command "update T set F = null where rowid = 28194";
Command "update T set F = null where rowid = 44443";
Command "update T set F = null where rowid = 37728";
Command "update T set F = null where rowid = 39326";
Command "update T set F = null where rowid = 16637";
Command "update T set F = null where rowid = 61150";
Command "update T set F = null where rowid = 34309";
Command "update T set F = null where rowid = 7527";
Command "update T set F = null where rowid = 14419";
Command "update T set F = null where rowid = 37800";
Command "update T set F = null where rowid = 57693";
Command "update T set F = null where rowid = 3952";
Command "update T set F = null where rowid = 54156";
Command "update T set F = null where rowid = 34404";
Command "update T set F = null where rowid = 52222";
Command "update T set F = null where rowid = 33745";
Command "update T set F = null where rowid = 20877";
Command "update T set F = null where rowid = 33170";
Command "update T set F = null where rowid = 4895";
Command "update T set F = null where rowid = 4675";
Command "update T set F = null where rowid = 13019";
Command "update T set F = null where rowid = 42297";
Command "update T set F = null where rowid = 35364";
Command "update T set F = null where rowid = 50035";
Command "update T set F = null where rowid = 41564";
Command "update T set F = null where rowid = 27801";
Command "update T set F = null where rowid = 12404";
Command "update T set F = null where rowid = 40952";
Command "update T set F = null where rowid = 58868";
Command "update T set F = null where rowid = 34292";
Command "update T set F = null where rowid = 60013";
Command "update T set F = null where rowid = 25371";
Command "update T set F = null where rowid = 39314";
Command "update T set F = null where rowid = 29089";
Command "update T set F = null where rowid = 48184";
Command "update T set F = null where rowid = 39668";
Command "update T set F = null where rowid = 47096";
Command "update T set F = null where rowid = 23212";
Command "update T set F = null where rowid = 609";
Command "update T set F = null where rowid = 22534";
Command "update T set F = null where rowid = 31654";
Command "update T set F = null where rowid = 31987";
Command "update T set F = null where rowid = 35746";
Command "update T set F = null where rowid = 40716";
Command "update T set F = null where rowid = 3303";
Command "update T set F = null where rowid = 32034";
Command "update T set F = null where rowid = 34044";
Command "update T set F = null where rowid = 21533";
Command "update T set F = null where rowid = 41561";
Command "update T set F = null where rowid = 53978";
Command "update T set F = null where rowid = 6866";
Command "update T set F = null where rowid = 43817";
Command "update T set F = null where rowid = 464";
Command "update T set F = null where rowid = 61124";
Command "update T set F = null where rowid = 33185";
Command "update T set F = null where rowid = 49730";
Command "update T set F = null where rowid = 43451";
Command "update T set F = null where rowid = 40498";
Command "update T set F = null where rowid = 2236";
Command "update T set F = null where rowid = 56924";
Command "update T set F = null where rowid = 21985";
Command "update T set F = null where rowid = 56160";
Command "update T set F = null where rowid = 17624";
Command "update T set F = null where rowid = 46716";
Command "update T set F = null where rowid = 35143";
Command "update T set F = null where rowid = 57732";
Command "update T set F = null where rowid = 58656";
Command "update T set F = null where rowid = 3312";
Command "update T set F = null where rowid = 60461";
Command "update T set F = null where rowid = 15160";
Command "update T set F = null where rowid = 39777";
Command "update T set F = null where rowid = 15126";
Command "update T set F = null where rowid = 52281";
Command "update T set F = null where rowid = 22524";
Command "update T set F = null where rowid = 52451";
Command "update T set F = null where rowid = 12940";
Command "update T set F = null where rowid = 29947";
Command "update T set F = null where rowid = 46643";
Command "update T set F = null where rowid = 28254";
Command "update T set F = null where rowid = 4394";
Command "update T set F = null where rowid = 12800";
Command "update T set F = null where rowid = 52945";
Command "update T set F = null where rowid = 12426";
Command "update T set F = null where rowid = 41859";
Command "update T set F = null where rowid = 41800";
Command "update T set F = null where rowid = 50146";
Command "update T set F = null where rowid = 43821";
Command "update T set F = null where rowid = 23178";
Command "update T set F = null where rowid = 16735";
Command "update T set F = null where rowid = 50009";
Command "update T set F = null where rowid = 47494";
Command "update T set F = null where rowid = 57607";
Command "update T set F = null where rowid = 50149";
Command "update T set F = null where rowid = 35313";
Command "update T set F = null where rowid = 32858";
Command "update T set F = null where rowid = 399";
Command "update T set F = null where rowid = 6367";
Command "update T set F = null where rowid = 12027";
Command "update T set F = null where rowid = 28646";
Command "update T set F = null where rowid = 9299";
Command "update T set F = null where rowid = 45918";
Command "update T set F = null where rowid = 32239";
Command "update T set F = null where rowid = 13870";
Command "update T set F = null where rowid = 53068";
Command "update T set F = null where rowid = 47314";
Command "update T set F = null where rowid = 31983";
Command "update T set F = null where rowid = 46182";
Command "update T set F = null where rowid = 58413";
Command "update T set F = null where rowid = 39549";
Command "update T set F = null where rowid = 34680";
Command "update T set F = null where rowid = 19339";
Command "update T set F = null where rowid = 26967";
Command "update T set F = null where rowid = 18850";
Command "update T set F = null where rowid = 54783";
Command "update T set F = null where rowid = 19426";
Command "update T set F = null where rowid = 30207";
Command "update T set F = null where rowid = 7321";
Command "update T set F = null where rowid = 9109";
Command "update T set F = null where rowid = 29528";
Command "update T set F = null where rowid = 3176";
Command "update T set F = null where rowid = 37305";
Command "update T set F = null where rowid = 1097";
Command "update T set F = null where rowid = 57437";
Command "update T set F = null where rowid = 4395";
Command "update T set F = null where rowid = 48736";
Command "update T set F = null where rowid = 43574";
Command "update T set F = null where rowid = 30381";
Command "update T set F = null where rowid = 31371";
Command "update T set F = null where rowid = 34285";
Command "update T set F = null where rowid = 24204";
Command "update T set F = null where rowid = 14249";
Command "update T set F = null where rowid = 53314";
Command "update T set F = null where rowid = 45219";
Command "update T set F = null where rowid = 44744";
Command "update T set F = null where rowid = 60402";
Command "update T set F = null where rowid = 36774";
Command "update T set F = null where rowid = 48567";
Command "update T set F = null where rowid = 44498";
Command "update T set F = null where rowid = 21954";
Command "update T set F = null where rowid = 23675";
Command "update T set F = null where rowid = 30344";
Command "update T set F = null where rowid = 36122";
Command "update T set F = null where rowid = 7602";
Command "update T set F = null where rowid = 39416";
Command "update T set F = null where rowid = 17961";
Command "update T set F = null where rowid = 15930";
Command "update T set F = null where rowid = 42543";
Command "update T set F = null where rowid = 18836";
Command "update T set F = null where rowid = 8074";
Command "update T set F = null where rowid = 59975";
Command "update T set F = null where rowid = 29910";
Command "update T set F = null where rowid = 31523";
Command "update T set F = null where rowid = 30017";
Command "update T set F = null where rowid = 17859";
Command "update T set F = null where rowid = 57198";
Command "update T set F = null where rowid = 49721";
Command "update T set F = null where rowid = 61439";
Command "update T set F = null where rowid = 12427";
Command "update T set F = null where rowid = 6725";
Command "update T set F = null where rowid = 12726";
Command "update T set F = null where rowid = 39362";
Command "update T set F = null where rowid = 10365";
Command "update T set F = null where rowid = 46072";
Command "update T set F = null where rowid = 13928";
Command "update T set F = null where rowid = 13689";
Command "update T set F = null where rowid = 36318";
Command "update T set F = null where rowid = 2138";
Command "update T set F = null where rowid = 59760";
Command "update T set F = null where rowid = 46639";
Command "update T set F = null where rowid = 917";
Command "update T set F = null where rowid = 18895";
Command "update T set F = null where rowid = 10796";
Command "update T set F = null where rowid = 54341";
Command "update T set F = null where rowid = 33992";
Command "update T set F = null where rowid = 48055";
Command "update T set F = null where rowid = 55315";
Command "update T set F = null where rowid = 58837";
Command "update T set F = null where rowid = 60204";
Command "update T set F = null where rowid = 21379";
Command "update T set F = null where rowid = 37524";
Command "update T set F = null where rowid = 11676";
Command "update T set F = null where rowid = 37798";
Command "update T set F = null where rowid = 3207";
Command "update T set F = null where rowid = 53945";
Command "update T set F = null where rowid = 6075";
Command "update T set F = null where rowid = 5577";
Command "update T set F = null where rowid = 58315";
Command "update T set F = null where rowid = 41812";
Command "update T set F = null where rowid = 6565";
Command "update T set F = null where rowid = 20544";
Command "update T set F = null where rowid = 42089";
Command "update T set F = null where rowid = 48008";
Command "update T set F = null where rowid = 7543";
Command "update T set F = null where rowid = 10156";
Command "update T set F = null where rowid = 39383";
Command "update T set F = null where rowid = 47832";
Command "update T set F = null where rowid = 26134";
Command "update T set F = null where rowid = 7728";
Command "update T set F = null where rowid = 58570";
Command "update T set F = null where rowid = 42930";
Command "update T set F = null where rowid = 60817";
Command "update T set F = null where rowid = 24142";
Command "update T set F = null where rowid = 26807";
Command "update T set F = null where rowid = 4517";
Command "update T set F = null where rowid = 1115";
Command "update T set F = null where rowid = 18354";
Command "update T set F = null where rowid = 48492";
Command "update T set F = null where rowid = 55820";
Command "update T set F = null where rowid = 13224";
Command "update T set F = null where rowid = 14371";
Command "update T set F = null where rowid = 24400";
Command "update T set F = null where rowid = 57104";
Command "update T set F = null where rowid = 14552";
Command "update T set F = null where rowid = 60654";
Command "update T set F = null where rowid = 14475";
Command "update T set F = null where rowid = 15137";
Command "update T set F = null where rowid = 4558";
Command "update T set F = null where rowid = 58729";
Command "update T set F = null where rowid = 12763";
Command "update T set F = null where rowid = 3370";
Command "update T set F = null where rowid = 7418";
Command "update T set F = null where rowid = 7307";
Command "update T set F = null where rowid = 34486";
Command "update T set F = null where rowid = 40629";
Command "update T set F = null where rowid = 11316";
Command "update T set F = null where rowid = 41819";
Command "update T set F = null where rowid = 59587";
Command "update T set F = null where rowid = 29310";
Command "update T set F = null where rowid = 22934";
Command "update T set F = null where rowid = 59099";
Command "update T set F = null where rowid = 2272";
Command "update T set F = null where rowid = 1903";
Command "update T set F = null where rowid = 43101";
Command "update T set F = null where rowid = 49272";
Command "update T set F = null where rowid = 25893";
Command "update T set F = null where rowid = 31491";
Command "update T set F = null where rowid = 39089";
Command "update T set F = null where rowid = 12";
Command "update T set F = null where rowid = 24250";
Command "update T set F = null where rowid = 9546";
Command "update T set F = null where rowid = 4596";
Command "update T set F = null where rowid = 51699";
Command "update T set F = null where rowid = 48413";
Command "update T set F = null where rowid = 13990";
Command "update T set F = null where rowid = 4486";
Command "update T set F = null where rowid = 54427";
Command "update T set F = null where rowid = 4568";
Command "update T set F = null where rowid = 40562";
Command "update T set F = null where rowid = 38452";
Command "update T set F = null where rowid = 11572";
Command "update T set F = null where rowid = 29645";
Command "update T set F = null where rowid = 2385";
Command "update T set F = null where rowid = 14370";
Command "update T set F = null where rowid = 17116";
Command "update T set F = null where rowid = 34507";
Command "update T set F = null where rowid = 38502";
Command "update T set F = null where rowid = 54959";
Command "update T set F = null where rowid = 59948";
Command "update T set F = null where rowid = 3291";
Command "update T set F = null where rowid = 43511";
Command "update T set F = null where rowid = 50114";
Command "update T set F = null where rowid = 8644";
Command "update T set F = null where rowid = 57617";
Command "update T set F = null where rowid = 29351";
Command "update T set F = null where rowid = 3654";
Command "update T set F = null where rowid = 2495";
Command "update T set F = null where rowid = 20104";
Command "update T set F = null where rowid = 43486";
Command "update T set F = null where rowid = 12892";
Command "update T set F = null where rowid = 31285";
Command "update T set F = null where rowid = 53381";
Command "update T set F = null where rowid = 53037";
Command "update T set F = null where rowid = 49414";
Command "update T set F = null where rowid = 30890";
Command "update T set F = null where rowid = 20600";
Command "update T set F = null where rowid = 16713";
Command "update T set F = null where rowid = 38239";
Command "update T set F = null where rowid = 26260";
Command "update T set F = null where rowid = 53467";
Command "update T set F = null where rowid = 58291";
Command "update T set F = null where rowid = 5480";
Command "update T set F = null where rowid = 58210";
Command "update T set F = null where rowid = 10781";
Command "update T set F = null where rowid = 49331";
Command "update T set F = null where rowid = 17325";
Command "update T set F = null where rowid = 51532";
Command "update T set F = null where rowid = 39878";
Command "update T set F = null where rowid = 18283";
Command "update T set F = null where rowid = 28501";
Command "update T set F = null where rowid = 49394";
Command "update T set F = null where rowid = 25067";
Command "update T set F = null where rowid = 6327";
Command "update T set F = null where rowid = 29327";
Command "update T set F = null where rowid = 15529";
Command "update T set F = null where rowid = 44342";
Command "update T set F = null where rowid = 42267";
Command "update T set F = null where rowid = 6351";
Command "update T set F = null where rowid = 3738";
Command "update T set F = null where rowid = 11355";
Command "update T set F = null where rowid = 55794";
Command "update T set F = null where rowid = 60714";
Command "update T set F = null where rowid = 23447";
Command "update T set F = null where rowid = 993";
Command "update T set F = null where rowid = 1771";
Command "update T set F = null where rowid = 34824";
Command "update T set F = null where rowid = 39826";
Command "update T set F = null where rowid = 32910";
Command "update T set F = null where rowid = 19417";
Command "update T set F = null where rowid = 61003";
Command "update T set F = null where rowid = 8706";
Command "update T set F = null where rowid = 28187";
Command "update T set F = null where rowid = 2439";
Command "update T set F = null where rowid = 760";
Command "update T set F = null where rowid = 17258";
Command "update T set F = null where rowid = 19711";
Command "update T set F = null where rowid = 14174";
Command "update T set F = null where rowid = 37255";
Command "update T set F = null where rowid = 27123";
Command "update T set F = null where rowid = 17032";
Command "update T set F = null where rowid = 36549";
Command "update T set F = null where rowid = 38329";
Command "update T set F = null where rowid = 24096";
Command "update T set F = null where rowid = 56346";
Command "update T set F = null where rowid = 35723";
Command "update T set F = null where rowid = 36343";
Command "update T set F = null where rowid = 21235";
Command "update T set F = null where rowid = 16636";
Command "update T set F = null where rowid = 25377";
Command "update T set F = null where rowid = 58865";
Command "update T set F = null where rowid = 49283";
Command "update T set F = null where rowid = 15424";
Command "update T set F = null where rowid = 45286";
Command "update T set F = null where rowid = 20585";
Command "update T set F = null where rowid = 5473";
Command "update T set F = null where rowid = 13713";
Command "update T set F = null where rowid = 61349";
Command "update T set F = null where rowid = 21861";
Command "update T set F = null where rowid = 16295";
Command "update T set F = null where rowid = 17468";
Command "update T set F = null where rowid = 56061";
Command "update T set F = null where rowid = 29853";
Command "update T set F = null where rowid = 54282";
Command "update T set F = null where rowid = 47268";
Command "update T set F = null where rowid = 44806";
Command "update T set F = null where rowid = 12526";
Command "update T set F = null where rowid = 18069";
Command "update T set F = null where rowid = 36574";
Command "update T set F = null where rowid = 12554";
Command "update T set F = null where rowid = 39410";
Command "update T set F = null where rowid = 55045";
Command "update T set F = null where rowid = 21915";
Command "update T set F = null where rowid = 55364";
Command "update T set F = null where rowid = 3696";
Command "update T set F = null where rowid = 28510";
Command "update T set F = null where rowid = 32903";
Command "update T set F = null where rowid = 14200";
Command "update T set F = null where rowid = 56047";
Command "update T set F = null where rowid = 53967";
Command "update T set F = null where rowid = 21353";
Command "update T set F = null where rowid = 11980";
Command "update T set F = null where rowid = 40438";
Command "update T set F = null where rowid = 37286";
Command "update T set F = null where rowid = 15567";
Command "update T set F = null where rowid = 60301";
Command "update T set F = null where rowid = 27104";
Command "update T set F = null where rowid = 13480";
Command "update T set F = null where rowid = 23978";
Command "update T set F = null where rowid = 26667";
Command "update T set F = null where rowid = 51660";
Command "update T set F = null where rowid = 4155";
Command "update T set F = null where rowid = 24353";
Command "update T set F = null where rowid = 5648";
Command "update T set F = null where rowid = 44952";
Command "update T set F = null where rowid = 38990";
Command "update T set F = null where rowid = 10767";
Command "update T set F = null where rowid = 17386";
Command "update T set F = null where rowid = 19288";
Command "update T set F = null where rowid = 39303";
Command "update T set F = null where rowid = 18272";
Command "update T set F = null where rowid = 27376";
Command "update T set F = null where rowid = 17023";
Command "update T set F = null where rowid = 49563";
Command "update T set F = null where rowid = 60878";
Command "update T set F = null where rowid = 58764";
Command "update T set F = null where rowid = 4205";
Command "update T set F = null where rowid = 5726";
Command "update T set F = null where rowid = 54607";
Command "update T set F = null where rowid = 10098";
Command "update T set F = null where rowid = 3629";
Command "update T set F = null where rowid = 54689";
Command "update T set F = null where rowid = 61475";
Command "update T set F = null where rowid = 35487";
Command "update T set F = null where rowid = 18696";
Command "update T set F = null where rowid = 51741";
Command "update T set F = null where rowid = 41237";
Command "update T set F = null where rowid = 4872";
Command "update T set F = null where rowid = 45501";
Command "update T set F = null where rowid = 44892";
Command "update T set F = null where rowid = 56754";
Command "update T set F = null where rowid = 55131";
Command "update T set F = null where rowid = 34651";
Command "update T set F = null where rowid = 39204";
Command "update T set F = null where rowid = 26518";
Command "update T set F = null where rowid = 30675";
Command "update T set F = null where rowid = 12661";
Command "update T set F = null where rowid = 29931";
Command "update T set F = null where rowid = 33265";
Command "update T set F = null where rowid = 4276";
Command "update T set F = null where rowid = 55649";
Command "update T set F = null where rowid = 45373";
Command "update T set F = null where rowid = 32127";
Command "update T set F = null where rowid = 17361";
Command "update T set F = null where rowid = 43901";
Command "update T set F = null where rowid = 31009";
Command "update T set F = null where rowid = 61270";
Command "update T set F = null where rowid = 43735";
Command "update T set F = null where rowid = 59189";
Command "update T set F = null where rowid = 6413";
Command "update T set F = null where rowid = 30096";
Command "update T set F = null where rowid = 19751";
Command "update T set F = null where rowid = 49693";
Command "update T set F = null where rowid = 54997";
Command "update T set F = null where rowid = 30133";
Command "update T set F = null where rowid = 59522";
Command "update T set F = null where rowid = 33964";
Command "update T set F = null where rowid = 19929";
Command "update T set F = null where rowid = 53939";
Command "update T set F = null where rowid = 23370";
Command "update T set F = null where rowid = 23190";
Command "update T set F = null where rowid = 29560";
Command "update T set F = null where rowid = 28422";
Command "update T set F = null where rowid = 52301";
Command "update T set F = null where rowid = 20672";
Command "update T set F = null where rowid = 51371";
Command "update T set F = null where rowid = 52112";
Command "update T set F = null where rowid = 24656";
Command "update T set F = null where rowid = 53341";
Command "update T set F = null where rowid = 47721";
Command "update T set F = null where rowid = 6526";
Command "update T set F = null where rowid = 11246";
Command "update T set F = null where rowid = 44454";
Command "update T set F = null where rowid = 17522";
Command "update T set F = null where rowid = 24824";
Command "update T set F = null where rowid = 42626";
Command "update T set F = null where rowid = 1956";
Command "update T set F = null where rowid = 3649";
Command "update T set F = null where rowid = 18690";
Command "update T set F = null where rowid = 11509";
Command "update T set F = null where rowid = 52889";
Command "update T set F = null where rowid = 9105";
Command "update T set F = null where rowid = 38571";
Command "update T set F = null where rowid = 28409";
Command "update T set F = null where rowid = 26846";
Command "update T set F = null where rowid = 14566";
Command "update T set F = null where rowid = 53477";
Command "update T set F = null where rowid = 6993";
Command "update T set F = null where rowid = 19386";
Command "update T set F = null where rowid = 49610";
Command "update T set F = null where rowid = 43719";
Command "update T set F = null where rowid = 30850";
Command "update T set F = null where rowid = 15237";
Command "update T set F = null where rowid = 4221";
Command "update T set F = null where rowid = 46546";
Command "update T set F = null where rowid = 58469";
Command "update T set F = null where rowid = 38753";
Command "update T set F = null where rowid = 48730";
Command "update T set F = null where rowid = 34247";
Command "update T set F = null where rowid = 20610";
Command "update T set F = null where rowid = 27491";
Command "update T set F = null where rowid = 50127";
Command "update T set F = null where rowid = 40467";
Command "update T set F = null where rowid = 54592";
Command "update T set F = null where rowid = 8348";
Command "update T set F = null where rowid = 57923";
Command "update T set F = null where rowid = 39825";
Command "update T set F = null where rowid = 46927";
Command "update T set F = null where rowid = 31137";
Command "update T set F = null where rowid = 50708";
Command "update T set F = null where rowid = 46140";
Command "update T set F = null where rowid = 47420";
Command "update T set F = null where rowid = 57851";
Command "update T set F = null where rowid = 28770";
Command "update T set F = null where rowid = 54416";
Command "update T set F = null where rowid = 54238";
Command "update T set F = null where rowid = 36103";
Command "update T set F = null where rowid = 4808";
Command "update T set F = null where rowid = 11404";
Command "update T set F = null where rowid = 60950";
Command "update T set F = null where rowid = 20259";
Command "update T set F = null where rowid = 14379";
Command "update T set F = null where rowid = 41443";
Command "update T set F = null where rowid = 53802";
Command "update T set F = null where rowid = 51715";
Command "update T set F = null where rowid = 42029";
Command "update T set F = null where rowid = 42963";
Command "update T set F = null where rowid = 50929";
Command "update T set F = null where rowid = 44820";
Command "update T set F = null where rowid = 48491";
Command "update T set F = null where rowid = 55899";
Command "update T set F = null where rowid = 30761";
Command "update T set F = null where rowid = 46235";
Command "update T set F = null where rowid = 39042";
Command "update T set F = null where rowid = 40020";
Command "update T set F = null where rowid = 20690";
Command "update T set F = null where rowid = 60582";
Command "update T set F = null where rowid = 21940";
Command "update T set F = null where rowid = 28065";
Command "update T set F = null where rowid = 39951";
Command "update T set F = null where rowid = 25355";
Command "update T set F = null where rowid = 60952";
Command "update T set F = null where rowid = 60760";
Command "update T set F = null where rowid = 46085";
Command "update T set F = null where rowid = 42898";
Command "update T set F = null where rowid = 18796";
Command "update T set F = null where rowid = 991";
Command "update T set F = null where rowid = 8680";
Command "update T set F = null where rowid = 5161";
Command "update T set F = null where rowid = 31213";
Command "update T set F = null where rowid = 14403";
Command "update T set F = null where rowid = 47196";
Command "update T set F = null where rowid = 32223";
Command "update T set F = null where rowid = 15387";
Command "update T set F = null where rowid = 49759";
Command "update T set F = null where rowid = 11343";
Command "update T set F = null where rowid = 52080";
Command "update T set F = null where rowid = 4157";
Command "update T set F = null where rowid = 20780";
Command "update T set F = null where rowid = 12043";
Command "update T set F = null where rowid = 22609";
Command "update T set F = null where rowid = 13633";
Command "update T set F = null where rowid = 52819";
Command "update T set F = null where rowid = 7784";
Command "update T set F = null where rowid = 3970";
Command "update T set F = null where rowid = 59455";
Command "update T set F = null where rowid = 26017";
Command "update T set F = null where rowid = 28204";
Command "update T set F = null where rowid = 24619";
Command "update T set F = null where rowid = 35027";
Command "update T set F = null where rowid = 51844";
Command "update T set F = null where rowid = 54714";
Command "update T set F = null where rowid = 42363";
Command "update T set F = null where rowid = 33370";
Command "update T set F = null where rowid = 4413";
Command "update T set F = null where rowid = 34584";
Command "update T set F = null where rowid = 19686";
Command "update T set F = null where rowid = 4955";
Command "update T set F = null where rowid = 59094";
Command "update T set F = null where rowid = 60992";
Command "update T set F = null where rowid = 17857";
Command "update T set F = null where rowid = 53824";
Command "update T set F = null where rowid = 27859";
Command "update T set F = null where rowid = 52650";
Command "update T set F = null where rowid = 51417";
Command "update T set F = null where rowid = 19955";
Command "update T set F = null where rowid = 45246";
Command "update T set F = null where rowid = 49061";
Command "update T set F = null where rowid = 35913";
Command "update T set F = null where rowid = 31332";
Command "update T set F = null where rowid = 56364";
Command "update T set F = null where rowid = 34089";
Command "update T set F = null where rowid = 13405";
Command "update T set F = null where rowid = 17896";
Command "update T set F = null where rowid = 57247";
Command "update T set F = null where rowid = 51290";
Command "update T set F = null where rowid = 47840";
Command "update T set F = null where rowid = 3027";
Command "update T set F = null where rowid = 9983";
Command "update T set F = null where rowid = 24643";
Command "update T set F = null where rowid = 58587";
Command "update T set F = null where rowid = 11370";
Command "update T set F = null where rowid = 41444";
Command "update T set F = null where rowid = 43414";
Command "update T set F = null where rowid = 35331";
Command "update T set F = null where rowid = 45515";
Command "update T set F = null where rowid = 33191";
Command "update T set F = null where rowid = 49275";
Command "update T set F = null where rowid = 12435";
Command "update T set F = null where rowid = 12584";
Command "update T set F = null where rowid = 25721";
Command "update T set F = null where rowid = 24809";
Command "update T set F = null where rowid = 20666";
Command "update T set F = null where rowid = 55769";
Command "update T set F = null where rowid = 29593";
Command "update T set F = null where rowid = 52433";
Command "update T set F = null where rowid = 42345";
Command "update T set F = null where rowid = 26107";
Command "update T set F = null where rowid = 33555";
Command "update T set F = null where rowid = 22281";
Command "update T set F = null where rowid = 30764";
Command "update T set F = null where rowid = 39469";
Command "update T set F = null where rowid = 38016";
Command "update T set F = null where rowid = 24542";
Command "update T set F = null where rowid = 30028";
Command "update T set F = null where rowid = 31674";
Command "update T set F = null where rowid = 60696";
Command "update T set F = null where rowid = 38273";
Command "update T set F = null where rowid = 18382";
Command "update T set F = null where rowid = 9839";
Command "update T set F = null where rowid = 28361";
Command "update T set F = null where rowid = 43253";
Command "update T set F = null where rowid = 2632";
Command "update T set F = null where rowid = 25789";
Command "update T set F = null where rowid = 58451";
Command "update T set F = null where rowid = 3792";
Command "update T set F = null where rowid = 42176";
Command "update T set F = null where rowid = 14995";
Command "update T set F = null where rowid = 59272";
Command "update T set F = null where rowid = 4861";
Command "update T set F = null where rowid = 34354";
Command "update T set F = null where rowid = 16537";
Command "update T set F = null where rowid = 52588";
Command "update T set F = null where rowid = 4300";
Command "update T set F = null where rowid = 22098";
Command "update T set F = null where rowid = 47615";
Command "update T set F = null where rowid = 55991";
Command "update T set F = null where rowid = 18530";
Command "update T set F = null where rowid = 16179";
Command "update T set F = null where rowid = 41361";
Command "update T set F = null where rowid = 11134";
Command "update T set F = null where rowid = 16740";
Command "update T set F = null where rowid = 35739";
Command "update T set F = null where rowid = 57300";
Command "update T set F = null where rowid = 57378";
Command "update T set F = null where rowid = 25151";
Command "update T set F = null where rowid = 36392";
Command "update T set F = null where rowid = 6207";
Command "update T set F = null where rowid = 8029";
Command "update T set F = null where rowid = 11293";
Command "update T set F = null where rowid = 3188";
Command "update T set F = null where rowid = 50134";
Command "update T set F = null where rowid = 53330";
Command "update T set F = null where rowid = 36410";
Command "update T set F = null where rowid = 33037";
Command "update T set F = null where rowid = 19867";
Command "update T set F = null where rowid = 23654";
Command "update T set F = null where rowid = 60930";
Command "update T set F = null where rowid = 57810";
Command "update T set F = null where rowid = 60536";
Command "update T set F = null where rowid = 56723";
Command "update T set F = null where rowid = 50021";
Command "update T set F = null where rowid = 19194";
Command "update T set F = null where rowid = 51771";
Command "update T set F = null where rowid = 2777";
Command "update T set F = null where rowid = 16721";
Command "update T set F = null where rowid = 40043";
Command "update T set F = null where rowid = 3950";
Command "update T set F = null where rowid = 52855";
Command "update T set F = null where rowid = 6810";
Command "update T set F = null where rowid = 48889";
Command "update T set F = null where rowid = 18934";
Command "update T set F = null where rowid = 40796";
Command "update T set F = null where rowid = 28006";
Command "update T set F = null where rowid = 12815";
Command "update T set F = null where rowid = 56614";
Command "update T set F = null where rowid = 4951";
Command "update T set F = null where rowid = 14547";
Command "update T set F = null where rowid = 9689";
Command "update T set F = null where rowid = 16146";
Command "update T set F = null where rowid = 31927";
Command "update T set F = null where rowid = 22349";
Command "update T set F = null where rowid = 18548";
Command "update T set F = null where rowid = 24057";
Command "update T set F = null where rowid = 3319";
Command "update T set F = null where rowid = 30006";
Command "update T set F = null where rowid = 59309";
Command "update T set F = null where rowid = 56203";
Command "update T set F = null where rowid = 45149";
Command "update T set F = null where rowid = 24754";
Command "update T set F = null where rowid = 12866";
Command "update T set F = null where rowid = 5822";
Command "update T set F = null where rowid = 3355";
Command "update T set F = null where rowid = 57030";
Command "update T set F = null where rowid = 17621";
Command "update T set F = null where rowid = 24395";
Command "update T set F = null where rowid = 19141";
Command "update T set F = null where rowid = 39046";
Command "update T set F = null where rowid = 26717";
Command "update T set F = null where rowid = 14709";
Command "update T set F = null where rowid = 8198";
Command "update T set F = null where rowid = 5860";
Command "update T set F = null where rowid = 35141";
Command "update T set F = null where rowid = 58138";
Command "update T set F = null where rowid = 33241";
Command "update T set F = null where rowid = 48835";
Command "update T set F = null where rowid = 21150";
Command "update T set F = null where rowid = 54831";
Command "update T set F = null where rowid = 57622";
Command "update T set F = null where rowid = 31241";
Command "update T set F = null where rowid = 45486";
Command "update T set F = null where rowid = 39267";
Command "update T set F = null where rowid = 23708";
Command "update T set F = null where rowid = 22317";
Command "update T set F = null where rowid = 6007";
Command "update T set F = null where rowid = 29284";
Command "update T set F = null where rowid = 22401";
Command "update T set F = null where rowid = 39057";
Command "update T set F = null where rowid = 60280";
Command "update T set F = null where rowid = 19205";
Command "update T set F = null where rowid = 55093";
Command "update T set F = null where rowid = 28377";
Command "update T set F = null where rowid = 37977";
Command "update T set F = null where rowid = 20311";
Command "update T set F = null where rowid = 3348";
Command "update T set F = null where rowid = 60924";
Command "update T set F = null where rowid = 30726";
Command "update T set F = null where rowid = 17327";
Command "update T set F = null where rowid = 46131";
Command "update T set F = null where rowid = 12770";
Command "update T set F = null where rowid = 2299";
Command "update T set F = null where rowid = 35539";
Command "update T set F = null where rowid = 34364";
Command "update T set F = null where rowid = 34705";
Command "update T set F = null where rowid = 43002";
Command "update T set F = null where rowid = 25713";
Command "update T set F = null where rowid = 34352";
Command "update T set F = null where rowid = 61028";
Command "update T set F = null where rowid = 942";
Command "update T set F = null where rowid = 53861";
Command "update T set F = null where rowid = 58363";
Command "update T set F = null where rowid = 6306";
Command "update T set F = null where rowid = 58337";
Command "update T set F = null where rowid = 43152";
Command "update T set F = null where rowid = 25958";
Command "update T set F = null where rowid = 56008";
Command "update T set F = null where rowid = 51882";
Command "update T set F = null where rowid = 53715";
Command "update T set F = null where rowid = 5754";
Command "update T set F = null where rowid = 22837";
Command "update T set F = null where rowid = 44151";
Command "update T set F = null where rowid = 23588";
Command "update T set F = null where rowid = 39266";
Command "update T set F = null where rowid = 53082";
Command "update T set F = null where rowid = 13775";
Command "update T set F = null where rowid = 27343";
Command "update T set F = null where rowid = 32036";
Command "update T set F = null where rowid = 1168";
Command "update T set F = null where rowid = 12506";
Command "update T set F = null where rowid = 48679";
Command "update T set F = null where rowid = 2909";
Command "update T set F = null where rowid = 43991";
Command "update T set F = null where rowid = 40789";
Command "update T set F = null where rowid = 36564";
Command "update T set F = null where rowid = 56444";
Command "update T set F = null where rowid = 60249";
Command "update T set F = null where rowid = 12793";
Command "update T set F = null where rowid = 37076";
Command "update T set F = null where rowid = 12524";
Command "update T set F = null where rowid = 40455";
Command "update T set F = null where rowid = 33736";
Command "update T set F = null where rowid = 30435";
Command "update T set F = null where rowid = 18482";
Command "update T set F = null where rowid = 40566";
Command "update T set F = null where rowid = 9795";
Command "update T set F = null where rowid = 36889";
Command "update T set F = null where rowid = 6518";
Command "update T set F = null where rowid = 59307";
Command "update T set F = null where rowid = 1828";
Command "update T set F = null where rowid = 41686";
Command "update T set F = null where rowid = 23473";
Command "update T set F = null where rowid = 14894";
Command "update T set F = null where rowid = 61471";
Command "update T set F = null where rowid = 1061";
Command "update T set F = null where rowid = 15065";
Command "update T set F = null where rowid = 49544";
Command "update T set F = null where rowid = 20863";
Command "update T set F = null where rowid = 53375";
Command "update T set F = null where rowid = 50130";
Command "update T set F = null where rowid = 30779";
Command "update T set F = null where rowid = 21168";
Command "update T set F = null where rowid = 16643";
Command "update T set F = null where rowid = 21782";
Command "update T set F = null where rowid = 27926";
Command "update T set F = null where rowid = 2051";
Command "update T set F = null where rowid = 11024";
Command "update T set F = null where rowid = 56517";
Command "update T set F = null where rowid = 30708";
Command "update T set F = null where rowid = 24354";
Command "update T set F = null where rowid = 14305";
Command "update T set F = null where rowid = 55724";
Command "update T set F = null where rowid = 37281";
Command "update T set F = null where rowid = 8024";
Command "update T set F = null where rowid = 26599";
Command "update T set F = null where rowid = 41500";
Command "update T set F = null where rowid = 12751";
Command "update T set F = null where rowid = 8224";
Command "update T set F = null where rowid = 52599";
Command "update T set F = null where rowid = 15473";
Command "update T set F = null where rowid = 29142";
Command "update T set F = null where rowid = 15249";
Command "update T set F = null where rowid = 30537";
Command "update T set F = null where rowid = 4378";
Command "update T set F = null where rowid = 54804";
Command "update T set F = null where rowid = 52290";
Command "update T set F = null where rowid = 37409";
Command "update T set F = null where rowid = 45364";
Command "update T set F = null where rowid = 57443";
Command "update T set F = null where rowid = 22929";
Command "update T set F = null where rowid = 35448";
Command "update T set F = null where rowid = 37345";
Command "update T set F = null where rowid = 34575";
Command "update T set F = null where rowid = 57291";
Command "update T set F = null where rowid = 57439";
Command "update T set F = null where rowid = 15946";
Command "update T set F = null where rowid = 21743";
Command "update T set F = null where rowid = 40918";
Command "update T set F = null where rowid = 59133";
Command "update T set F = null where rowid = 241";
Command "update T set F = null where rowid = 54240";
Command "update T set F = null where rowid = 19021";
Command "update T set F = null where rowid = 44265";
Command "update T set F = null where rowid = 21688";
Command "update T set F = null where rowid = 59813";
Command "update T set F = null where rowid = 14321";
Command "update T set F = null where rowid = 59069";
Command "update T set F = null where rowid = 33847";
Command "update T set F = null where rowid = 11082";
Command "update T set F = null where rowid = 9784";
Command "update T set F = null where rowid = 33717";
Command "update T set F = null where rowid = 21671";
Command "update T set F = null where rowid = 36648";
Command "update T set F = null where rowid = 14161";
Command "update T set F = null where rowid = 38856";
Command "update T set F = null where rowid = 10797";
Command "update T set F = null where rowid = 27919";
Command "update T set F = null where rowid = 44805";
Command "update T set F = null where rowid = 60196";
Command "update T set F = null where rowid = 46569";
Command "update T set F = null where rowid = 12971";
Command "update T set F = null where rowid = 53074";
Command "update T set F = null where rowid = 43435";
Command "update T set F = null where rowid = 31754";
Command "update T set F = null where rowid = 24162";
Command "update T set F = null where rowid = 4293";
Command "update T set F = null where rowid = 18259";
Command "update T set F = null where rowid = 15874";
Command "update T set F = null where rowid = 13727";
Command "update T set F = null where rowid = 21214";
Command "update T set F = null where rowid = 44764";
Command "update T set F = null where rowid = 24582";
Command "update T set F = null where rowid = 50931";
Command "update T set F = null where rowid = 17673";
Command "update T set F = null where rowid = 15713";
Command "update T set F = null where rowid = 57312";
Command "update T set F = null where rowid = 38409";
Command "update T set F = null where rowid = 18716";
Command "update T set F = null where rowid = 60438";
Command "update T set F = null where rowid = 55995";
Command "update T set F = null where rowid = 61175";
Command "update T set F = null where rowid = 41402";
Command "update T set F = null where rowid = 52767";
Command "update T set F = null where rowid = 38621";
Command "update T set F = null where rowid = 52837";
Command "update T set F = null where rowid = 30382";
Command "update T set F = null where rowid = 36224";
Command "update T set F = null where rowid = 56436";
Command "update T set F = null where rowid = 42979";
Command "update T set F = null where rowid = 28692";
Command "update T set F = null where rowid = 52611";
Command "update T set F = null where rowid = 7473";
Command "update T set F = null where rowid = 23254";
Command "update T set F = null where rowid = 47570";
Command "update T set F = null where rowid = 794";
Command "update T set F = null where rowid = 6625";
Command "update T set F = null where rowid = 32042";
Command "update T set F = null where rowid = 22712";
Command "update T set F = null where rowid = 36470";
Command "update T set F = null where rowid = 24952";
Command "update T set F = null where rowid = 20625";
Command "update T set F = null where rowid = 1934";
Command "update T set F = null where rowid = 49908";
Command "update T set F = null where rowid = 1043";
Command "update T set F = null where rowid = 5452";
Command "update T set F = null where rowid = 8910";
Command "update T set F = null where rowid = 41759";
Command "update T set F = null where rowid = 30349";
Command "update T set F = null where rowid = 12400";
Command "update T set F = null where rowid = 49659";
Command "update T set F = null where rowid = 36341";
Command "update T set F = null where rowid = 37505";
Command "update T set F = null where rowid = 44589";
Command "update T set F = null where rowid = 6409";
Command "update T set F = null where rowid = 42520";
Command "update T set F = null where rowid = 13709";
Command "update T set F = null where rowid = 35646";
Command "update T set F = null where rowid = 29569";
Command "update T set F = null where rowid = 27054";
Command "update T set F = null where rowid = 24100";
Command "update T set F = null where rowid = 56135";
Command "update T set F = null where rowid = 15175";
Command "update T set F = null where rowid = 1954";
Command "update T set F = null where rowid = 25440";
Command "update T set F = null where rowid = 59321";
Command "update T set F = null where rowid = 32248";
Command "update T set F = null where rowid = 17985";
Command "update T set F = null where rowid = 36006";
Command "update T set F = null where rowid = 59258";
Command "update T set F = null where rowid = 27170";
Command "update T set F = null where rowid = 31634";
Command "update T set F = null where rowid = 35127";
Command "update T set F = null where rowid = 29462";
Command "update T set F = null where rowid = 6620";
Command "update T set F = null where rowid = 22539";
Command "update T set F = null where rowid = 9663";
Command "update T set F = null where rowid = 25799";
Command "update T set F = null where rowid = 35288";
Command "update T set F = null where rowid = 46378";
Command "update T set F = null where rowid = 17211";
Command "update T set F = null where rowid = 37592";
Command "update T set F = null where rowid = 43468";
Command "update T set F = null where rowid = 33331";
Command "update T set F = null where rowid = 23001";
Command "update T set F = null where rowid = 47309";
Command "update T set F = null where rowid = 14344";
Command "update T set F = null where rowid = 7580";
Command "update T set F = null where rowid = 7484";
Command "update T set F = null where rowid = 59660";
Command "update T set F = null where rowid = 58981";
Command "update T set F = null where rowid = 41246";
Command "update T set F = null where rowid = 46971";
Command "update T set F = null where rowid = 50653";
Command "update T set F = null where rowid = 35580";
Command "update T set F = null where rowid = 32378";
Command "update T set F = null where rowid = 56431";
Command "update T set F = null where rowid = 12370";
Command "update T set F = null where rowid = 37856";
Command "update T set F = null where rowid = 486";
Command "update T set F = null where rowid = 5876";
Command "update T set F = null where rowid = 20955";
Command "update T set F = null where rowid = 38277";
Command "update T set F = null where rowid = 19358";
Command "update T set F = null where rowid = 26965";
Command "update T set F = null where rowid = 29451";
Command "update T set F = null where rowid = 22957";
Command "update T set F = null where rowid = 23730";
Command "update T set F = null where rowid = 38061";
Command "update T set F = null where rowid = 13417";
Command "update T set F = null where rowid = 50031";
Command "update T set F = null where rowid = 27183";
Command "update T set F = null where rowid = 963";
Command "update T set F = null where rowid = 5048";
Command "update T set F = null where rowid = 48295";
Command "update T set F = null where rowid = 13339";
Command "update T set F = null where rowid = 24826";
Command "update T set F = null where rowid = 46989";
Command "update T set F = null where rowid = 26850";
Command "update T set F = null where rowid = 43568";
Command "update T set F = null where rowid = 9310";
Command "update T set F = null where rowid = 23";
Command "update T set F = null where rowid = 20459";
Command "update T set F = null where rowid = 18615";
Command "update T set F = null where rowid = 40048";
Command "update T set F = null where rowid = 8691";
Command "update T set F = null where rowid = 26109";
Command "update T set F = null where rowid = 28113";
Command "update T set F = null where rowid = 19995";
Command "update T set F = null where rowid = 7344";
Command "update T set F = null where rowid = 52257";
Command "update T set F = null where rowid = 60086";
Command "update T set F = null where rowid = 33048";
Command "update T set F = null where rowid = 9747";
Command "update T set F = null where rowid = 5191";
Command "update T set F = null where rowid = 16018";
Command "update T set F = null where rowid = 17433";
Command "update T set F = null where rowid = 2594";
Command "update T set F = null where rowid = 1210";
Command "update T set F = null where rowid = 20883";
Command "update T set F = null where rowid = 50195";
Command "update T set F = null where rowid = 57128";
Command "update T set F = null where rowid = 6217";
Command "update T set F = null where rowid = 30455";
Command "update T set F = null where rowid = 14571";
Command "update T set F = null where rowid = 8410";
Command "update T set F = null where rowid = 20062";
Command "update T set F = null where rowid = 32227";
Command "update T set F = null where rowid = 2834";
Command "update T set F = null where rowid = 48583";
Command "update T set F = null where rowid = 21658";
Command "update T set F = null where rowid = 7062";
Command "update T set F = null where rowid = 902";
Command "update T set F = null where rowid = 55926";
Command "update T set F = null where rowid = 12754";
Command "update T set F = null where rowid = 30766";
Command "update T set F = null where rowid = 20505";
Command "update T set F = null where rowid = 4088";
Command "update T set F = null where rowid = 35060";
Command "update T set F = null where rowid = 14497";
Command "update T set F = null where rowid = 42351";
Command "update T set F = null where rowid = 60893";
Command "update T set F = null where rowid = 25324";
Command "update T set F = null where rowid = 24946";
Command "update T set F = null where rowid = 26582";
Command "update T set F = null where rowid = 20560";
Command "update T set F = null where rowid = 31527";
Command "update T set F = null where rowid = 14050";
Command "update T set F = null where rowid = 7560";
Command "update T set F = null where rowid = 20864";
Command "update T set F = null where rowid = 41954";
Command "update T set F = null where rowid = 41983";
Command "update T set F = null where rowid = 28841";
Command "update T set F = null where rowid = 31151";
Command "update T set F = null where rowid = 16451";
Command "update T set F = null where rowid = 649";
Command "update T set F = null where rowid = 38535";
Command "update T set F = null where rowid = 34019";
Command "update T set F = null where rowid = 17785";
Command "update T set F = null where rowid = 47222";
Command "update T set F = null where rowid = 52717";
Command "update T set F = null where rowid = 29876";
Command "update T set F = null where rowid = 21211";
Command "update T set F = null where rowid = 9393";
Command "update T set F = null where rowid = 51469";
Command "update T set F = null where rowid = 25779";
Command "update T set F = null where rowid = 21015";
Command "update T set F = null where rowid = 16567";
Command "update T set F = null where rowid = 33586";
Command "update T set F = null where rowid = 12284";
Command "update T set F = null where rowid = 34525";
Command "update T set F = null where rowid = 45599";
Command "update T set F = null where rowid = 15801";
Command "update T set F = null where rowid = 15750";
Command "update T set F = null where rowid = 10917";
Command "update T set F = null where rowid = 20096";
Command "update T set F = null where rowid = 58206";
Command "update T set F = null where rowid = 35117";
Command "update T set F = null where rowid = 32047";
Command "update T set F = null where rowid = 1619";
Command "update T set F = null where rowid = 20027";
Command "update T set F = null where rowid = 5828";
Command "update T set F = null where rowid = 32877";
Command "update T set F = null where rowid = 41276";
Command "update T set F = null where rowid = 41698";
Command "update T set F = null where rowid = 23623";
Command "update T set F = null where rowid = 52407";
Command "update T set F = null where rowid = 32052";
Command "update T set F = null where rowid = 41689";
Command "update T set F = null where rowid = 5228";
Command "update T set F = null where rowid = 61254";
Command "update T set F = null where rowid = 58965";
Command "update T set F = null where rowid = 42980";
Command "update T set F = null where rowid = 34264";
Command "update T set F = null where rowid = 52864";
Command "update T set F = null where rowid = 5893";
Command "update T set F = null where rowid = 19758";
Command "update T set F = null where rowid = 46497";
Command "update T set F = null where rowid = 6609";
Command "update T set F = null where rowid = 24393";
Command "update T set F = null where rowid = 45204";
Command "update T set F = null where rowid = 26530";
Command "update T set F = null where rowid = 56972";
Command "update T set F = null where rowid = 29226";
Command "update T set F = null where rowid = 20688";
Command "update T set F = null where rowid = 60551";
Command "update T set F = null where rowid = 33321";
Command "update T set F = null where rowid = 45718";
Command "update T set F = null where rowid = 48057";
Command "update T set F = null where rowid = 20173";
Command "update T set F = null where rowid = 52947";
Command "update T set F = null where rowid = 5725";
Command "update T set F = null where rowid = 36419";
Command "update T set F = null where rowid = 17829";
Command "update T set F = null where rowid = 56082";
Command "update T set F = null where rowid = 38250";
Command "update T set F = null where rowid = 21694";
Command "update T set F = null where rowid = 37287";
Command "update T set F = null where rowid = 409";
Command "update T set F = null where rowid = 15048";
Command "update T set F = null where rowid = 45618";
Command "update T set F = null where rowid = 57118";
Command "update T set F = null where rowid = 28155";
Command "update T set F = null where rowid = 56840";
Command "update T set F = null where rowid = 31635";
Command "update T set F = null where rowid = 460";
Command "update T set F = null where rowid = 32816";
Command "update T set F = null where rowid = 34869";
Command "update T set F = null where rowid = 9370";
Command "update T set F = null where rowid = 5287";
Command "update T set F = null where rowid = 2405";
Command "update T set F = null where rowid = 9722";
Command "update T set F = null where rowid = 8026";
Command "update T set F = null where rowid = 26312";
Command "update T set F = null where rowid = 14341";
Command "update T set F = null where rowid = 3397";
Command "update T set F = null where rowid = 43727";
Command "update T set F = null where rowid = 16765";
Command "update T set F = null where rowid = 24473";
Command "update T set F = null where rowid = 6862";
Command "update T set F = null where rowid = 54941";
Command "update T set F = null where rowid = 2585";
Command "update T set F = null where rowid = 52733";
Command "update T set F = null where rowid = 55556";
Command "update T set F = null where rowid = 24506";
Command "update T set F = null where rowid = 38294";
Command "update T set F = null where rowid = 12903";
Command "update T set F = null where rowid = 12847";
Command "update T set F = null where rowid = 36393";
Command "update T set F = null where rowid = 46802";
Command "update T set F = null where rowid = 17332";
Command "update T set F = null where rowid = 42965";
Command "update T set F = null where rowid = 7486";
Command "update T set F = null where rowid = 59086";
Command "update T set F = null where rowid = 59830";
Command "update T set F = null where rowid = 48454";
Command "update T set F = null where rowid = 57479";
Command "update T set F = null where rowid = 53294";
Command "update T set F = null where rowid = 46699";
Command "update T set F = null where rowid = 18358";
Command "update T set F = null where rowid = 5239";
Command "update T set F = null where rowid = 37333";
Command "update T set F = null where rowid = 34780";
Command "update T set F = null where rowid = 52580";
Command "update T set F = null where rowid = 58003";
Command "update T set F = null where rowid = 30536";
Command "update T set F = null where rowid = 28298";
Command "update T set F = null where rowid = 40204";
Command "update T set F = null where rowid = 14834";
Command "update T set F = null where rowid = 61374";
Command "update T set F = null where rowid = 39474";
Command "update T set F = null where rowid = 54328";
Command "update T set F = null where rowid = 42686";
Command "update T set F = null where rowid = 10246";
Command "update T set F = null where rowid = 18341";
Command "update T set F = null where rowid = 25331";
Command "update T set F = null where rowid = 34785";
Command "update T set F = null where rowid = 27808";
Command "update T set F = null where rowid = 37855";
Command "update T set F = null where rowid = 1338";
Command "update T set F = null where rowid = 22521";
Command "update T set F = null where rowid = 61169";
Command "update T set F = null where rowid = 16867";
Command "update T set F = null where rowid = 10637";
Command "update T set F = null where rowid = 54924";
Command "update T set F = null where rowid = 8358";
Command "update T set F = null where rowid = 17695";
Command "update T set F = null where rowid = 56967";
Command "update T set F = null where rowid = 26783";
Command "update T set F = null where rowid = 6667";
Command "update T set F = null where rowid = 40965";
Command "update T set F = null where rowid = 35882";
Command "update T set F = null where rowid = 9445";
Command "update T set F = null where rowid = 58532";
Command "update T set F = null where rowid = 12266";
Command "update T set F = null where rowid = 20795";
Command "update T set F = null where rowid = 36038";
Command "update T set F = null where rowid = 21725";
Command "update T set F = null where rowid = 51036";
Command "update T set F = null where rowid = 49663";
Command "update T set F = null where rowid = 20821";
Command "update T set F = null where rowid = 52314";
Command "update T set F = null where rowid = 60861";
Command "update T set F = null where rowid = 32080";
Command "update T set F = null where rowid = 1298";
Command "update T set F = null where rowid = 52030";
Command "update T set F = null where rowid = 11646";
Command "update T set F = null where rowid = 29318";
Command "update T set F = null where rowid = 5573";
Command "update T set F = null where rowid = 27767";
Command "update T set F = null where rowid = 26443";
Command "update T set F = null where rowid = 32824";
Command "update T set F = null where rowid = 4971";
Command "update T set F = null where rowid = 8899";
Command "update T set F = null where rowid = 50848";
Command "update T set F = null where rowid = 37293";
Command "update T set F = null where rowid = 24788";
Command "update T set F = null where rowid = 56901";
Command "update T set F = null where rowid = 55484";
Command "update T set F = null where rowid = 4863";
Command "update T set F = null where rowid = 4668";
Command "update T set F = null where rowid = 42458";
Command "update T set F = null where rowid = 28380";
Command "update T set F = null where rowid = 38512";
Command "update T set F = null where rowid = 37884";
Command "update T set F = null where rowid = 12680";
Command "update T set F = null where rowid = 53858";
Command "update T set F = null where rowid = 34582";
Command "update T set F = null where rowid = 17289";
Command "update T set F = null where rowid = 16795";
Command "update T set F = null where rowid = 4270";
Command "update T set F = null where rowid = 9185";
Command "update T set F = null where rowid = 1787";
Command "update T set F = null where rowid = 16391";
Command "update T set F = null where rowid = 46429";
Command "update T set F = null where rowid = 49022";
Command "update T set F = null where rowid = 56661";
Command "update T set F = null where rowid = 24352";
Command "update T set F = null where rowid = 54040";
Command "update T set F = null where rowid = 22181";
Command "update T set F = null where rowid = 45473";
Command "update T set F = null where rowid = 29485";
Command "update T set F = null where rowid = 37888";
Command "update T set F = null where rowid = 11806";
Command "update T set F = null where rowid = 765";
Command "update T set F = null where rowid = 52299";
Command "update T set F = null where rowid = 57376";
Command "update T set F = null where rowid = 22590";
Command "update T set F = null where rowid = 54462";
Command "update T set F = null where rowid = 40158";
Command "update T set F = null where rowid = 61476";
Command "update T set F = null where rowid = 24608";
Command "update T set F = null where rowid = 45944";
Command "update T set F = null where rowid = 27465";
Command "update T set F = null where rowid = 42869";
Command "update T set F = null where rowid = 42249";
Command "update T set F = null where rowid = 60080";
Command "update T set F = null where rowid = 16466";
Command "update T set F = null where rowid = 28381";
Command "update T set F = null where rowid = 38007";
Command "update T set F = null where rowid = 13898";
Command "update T set F = null where rowid = 8725";
Command "update T set F = null where rowid = 28511";
Command "update T set F = null where rowid = 12857";
Command "update T set F = null where rowid = 38939";
Command "update T set F = null where rowid = 19201";
Command "update T set F = null where rowid = 56128";
Command "update T set F = null where rowid = 22216";
Command "update T set F = null where rowid = 61455";
Command "update T set F = null where rowid = 9664";
Command "update T set F = null where rowid = 51737";
Command "update T set F = null where rowid = 43661";
Command "update T set F = null where rowid = 11051";
Command "update T set F = null where rowid = 13736";
Command "update T set F = null where rowid = 40619";
Command "update T set F = null where rowid = 49619";
Command "update T set F = null where rowid = 57525";
Command "update T set F = null where rowid = 19869";
Command "update T set F = null where rowid = 19280";
Command "update T set F = null where rowid = 28022";
Command "update T set F = null where rowid = 3914";
Command "update T set F = null where rowid = 32838";
Command "update T set F = null where rowid = 16628";
Command "update T set F = null where rowid = 11911";
Command "update T set F = null where rowid = 52593";
Command "update T set F = null where rowid = 22826";
Command "update T set F = null where rowid = 23171";
Command "update T set F = null where rowid = 15879";
Command "update T set F = null where rowid = 38337";
Command "update T set F = null where rowid = 24890";
Command "update T set F = null where rowid = 54073";
Command "update T set F = null where rowid = 2315";
Command "update T set F = null where rowid = 30022";
Command "update T set F = null where rowid = 12551";
Command "update T set F = null where rowid = 47713";
Command "update T set F = null where rowid = 38150";
Command "update T set F = null where rowid = 25660";
Command "update T set F = null where rowid = 24205";
Command "update T set F = null where rowid = 15475";
Command "update T set F = null where rowid = 43588";
Command "update T set F = null where rowid = 4695";
Command "update T set F = null where rowid = 21884";
Command "update T set F = null where rowid = 16831";
Command "update T set F = null where rowid = 1509";
Command "update T set F = null where rowid = 16771";
Command "update T set F = null where rowid = 12586";
Command "update T set F = null where rowid = 42722";
Command "update T set F = null where rowid = 48917";
Command "update T set F = null where rowid = 33798";
Command "update T set F = null where rowid = 37415";
Command "update T set F = null where rowid = 1928";
Command "update T set F = null where rowid = 58724";
Command "update T set F = null where rowid = 7747";
Command "update T set F = null where rowid = 24323";
Command "update T set F = null where rowid = 57627";
Command "update T set F = null where rowid = 45163";
Command "update T set F = null where rowid = 41039";
Command "update T set F = null where rowid = 36695";
Command "update T set F = null where rowid = 58959";
Command "update T set F = null where rowid = 61383";
Command "update T set F = null where rowid = 19222";
Command "update T set F = null where rowid = 42202";
Command "update T set F = null where rowid = 34644";
Command "update T set F = null where rowid = 41900";
Command "update T set F = null where rowid = 20530";
Command "update T set F = null where rowid = 54514";
Command "update T set F = null where rowid = 8739";
Command "update T set F = null where rowid = 32784";
Command "update T set F = null where rowid = 57580";
Command "update T set F = null where rowid = 40444";
Command "update T set F = null where rowid = 6163";
Command "update T set F = null where rowid = 54597";
Command "update T set F = null where rowid = 10670";
Command "update T set F = null where rowid = 15799";
Command "update T set F = null where rowid = 6417";
Command "update T set F = null where rowid = 37438";
Command "update T set F = null where rowid = 43783";
Command "update T set F = null where rowid = 49262";
Command "update T set F = null where rowid = 4127";
Command "update T set F = null where rowid = 48822";
Command "update T set F = null where rowid = 2653";
Command "update T set F = null where rowid = 55772";
Command "update T set F = null where rowid = 44546";
Command "update T set F = null where rowid = 28862";
Command "update T set F = null where rowid = 20341";
Command "update T set F = null where rowid = 42461";
Command "update T set F = null where rowid = 40363";
Command "update T set F = null where rowid = 38757";
Command "update T set F = null where rowid = 32177";
Command "update T set F = null where rowid = 23693";
Command "update T set F = null where rowid = 19035";
Command "update T set F = null where rowid = 48911";
Command "update T set F = null where rowid = 30173";
Command "update T set F = null where rowid = 41385";
Command "update T set F = null where rowid = 35239";
Command "update T set F = null where rowid = 15630";
Command "update T set F = null where rowid = 47053";
Command "update T set F = null where rowid = 652";
Command "update T set F = null where rowid = 61424";
Command "update T set F = null where rowid = 11787";
Command "update T set F = null where rowid = 17559";
Command "update T set F = null where rowid = 60673";
Command "update T set F = null where rowid = 51067";
Command "update T set F = null where rowid = 60761";
Command "update T set F = null where rowid = 10193";
Command "update T set F = null where rowid = 58073";
Command "update T set F = null where rowid = 31204";
Command "update T set F = null where rowid = 3361";
Command "update T set F = null where rowid = 34747";
Command "update T set F = null where rowid = 46040";
Command "update T set F = null where rowid = 58213";
Command "update T set F = null where rowid = 29921";
Command "update T set F = null where rowid = 49355";
Command "update T set F = null where rowid = 2894";
Command "update T set F = null where rowid = 5320";
Command "update T set F = null where rowid = 44438";
Command "update T set F = null where rowid = 20503";
Command "update T set F = null where rowid = 41395";
Command "update T set F = null where rowid = 40155";
Command "update T set F = null where rowid = 48334";
Command "update T set F = null where rowid = 32018";
Command "update T set F = null where rowid = 37146";
Command "update T set F = null where rowid = 13958";
Command "update T set F = null where rowid = 10179";
Command "update T set F = null where rowid = 27851";
Command "update T set F = null where rowid = 41447";
Command "update T set F = null where rowid = 23063";
Command "update T set F = null where rowid = 411";
Command "update T set F = null where rowid = 7885";
Command "update T set F = null where rowid = 59062";
Command "update T set F = null where rowid = 37933";
Command "update T set F = null where rowid = 52669";
Command "update T set F = null where rowid = 56209";
Command "update T set F = null where rowid = 11575";
Command "update T set F = null where rowid = 12785";
Command "update T set F = null where rowid = 26308";
Command "update T set F = null where rowid = 59231";
Command "update T set F = null where rowid = 23065";
Command "update T set F = null where rowid = 52729";
Command "update T set F = null where rowid = 29477";
Command "update T set F = null where rowid = 58842";
Command "update T set F = null where rowid = 41382";
Command "update T set F = null where rowid = 48666";
Command "update T set F = null where rowid = 16273";
Command "update T set F = null where rowid = 57279";
Command "update T set F = null where rowid = 49928";
Command "update T set F = null where rowid = 10842";
Command "update T set F = null where rowid = 27179";
Command "update T set F = null where rowid = 13475";
Command "update T set F = null where rowid = 45668";
Command "update T set F = null where rowid = 32398";
Command "update T set F = null where rowid = 59163";
Command "update T set F = null where rowid = 29183";
Command "update T set F = null where rowid = 1331";
Command "update T set F = null where rowid = 17191";
Command "update T set F = null where rowid = 28094";
Command "update T set F = null where rowid = 31581";
Command "update T set F = null where rowid = 4454";
Command "update T set F = null where rowid = 52336";
Command "update T set F = null where rowid = 40627";
Command "update T set F = null where rowid = 33611";
Command "update T set F = null where rowid = 29411";
Command "update T set F = null where rowid = 49203";
Command "update T set F = null where rowid = 15927";
Command "update T set F = null where rowid = 7166";
Command "update T set F = null where rowid = 2199";
Command "update T set F = null where rowid = 13883";
Command "update T set F = null where rowid = 23437";
Command "update T set F = null where rowid = 20408";
Command "update T set F = null where rowid = 35820";
Command "update T set F = null where rowid = 29033";
Command "update T set F = null where rowid = 6562";
Command "update T set F = null where rowid = 38117";
Command "update T set F = null where rowid = 39870";
Command "update T set F = null where rowid = 41185";
Command "update T set F = null where rowid = 5689";
Command "update T set F = null where rowid = 53514";
Command "update T set F = null where rowid = 10030";
Command "update T set F = null where rowid = 15257";
Command "update T set F = null where rowid = 22133";
Command "update T set F = null where rowid = 31499";
Command "update T set F = null where rowid = 21781";
Command "update T set F = null where rowid = 1236";
Command "update T set F = null where rowid = 28828";
Command "update T set F = null where rowid = 20817";
Command "update T set F = null where rowid = 20185";
Command "update T set F = null where rowid = 35319";
Command "update T set F = null where rowid = 57316";
Command "update T set F = null where rowid = 13946";
Command "update T set F = null where rowid = 42677";
Command "update T set F = null where rowid = 6471";
Command "update T set F = null where rowid = 2746";
Command "update T set F = null where rowid = 11893";
Command "update T set F = null where rowid = 42721";
Command "update T set F = null where rowid = 7765";
Command "update T set F = null where rowid = 20425";
Command "update T set F = null where rowid = 3626";
Command "update T set F = null where rowid = 40145";
Command "update T set F = null where rowid = 56321";
Command "update T set F = null where rowid = 24569";
Command "update T set F = null where rowid = 7173";
Command "update T set F = null where rowid = 22593";
Command "update T set F = null where rowid = 35578";
Command "update T set F = null where rowid = 60303";
Command "update T set F = null where rowid = 47498";
Command "update T set F = null where rowid = 14163";
Command "update T set F = null where rowid = 56827";
Command "update T set F = null where rowid = 37473";
Command "update T set F = null where rowid = 23962";
Command "update T set F = null where rowid = 8304";
Command "update T set F = null where rowid = 56725";
Command "update T set F = null where rowid = 9810";
Command "update T set F = null where rowid = 6320";
Command "update T set F = null where rowid = 32198";
Command "update T set F = null where rowid = 44659";
Command "update T set F = null where rowid = 32267";
Command "update T set F = null where rowid = 34480";
Command "update T set F = null where rowid = 47026";
Command "update T set F = null where rowid = 22754";
Command "update T set F = null where rowid = 11510";
Command "update T set F = null where rowid = 42250";
Command "update T set F = null where rowid = 18249";
Command "update T set F = null where rowid = 49657";
Command "update T set F = null where rowid = 48321";
Command "update T set F = null where rowid = 34600";
Command "update T set F = null where rowid = 47299";
Command "update T set F = null where rowid = 39690";
Command "update T set F = null where rowid = 785";
Command "update T set F = null where rowid = 53758";
Command "update T set F = null where rowid = 2598";
Command "update T set F = null where rowid = 42148";
Command "update T set F = null where rowid = 36405";
Command "update T set F = null where rowid = 20680";
Command "update T set F = null where rowid = 8995";
Command "update T set F = null where rowid = 51259";
Command "update T set F = null where rowid = 13584";
Command "update T set F = null where rowid = 25027";
Command "update T set F = null where rowid = 32704";
Command "update T set F = null where rowid = 13856";
Command "update T set F = null where rowid = 3669";
Command "update T set F = null where rowid = 20449";
Command "update T set F = null where rowid = 3880";
Command "update T set F = null where rowid = 34464";
Command "update T set F = null where rowid = 47927";
Command "update T set F = null where rowid = 57447";
Command "update T set F = null where rowid = 49807";
Command "update T set F = null where rowid = 17614";
Command "update T set F = null where rowid = 7607";
Command "update T set F = null where rowid = 40689";
Command "update T set F = null where rowid = 21278";
Command "update T set F = null where rowid = 60148";
Command "update T set F = null where rowid = 11453";
Command "update T set F = null where rowid = 8964";
Command "update T set F = null where rowid = 8289";
Command "update T set F = null where rowid = 61170";
Command "update T set F = null where rowid = 20066";
Command "update T set F = null where rowid = 53607";
Command "update T set F = null where rowid = 47371";
Command "update T set F = null where rowid = 3928";
Command "update T set F = null where rowid = 52801";
Command "update T set F = null where rowid = 58720";
Command "update T set F = null where rowid = 14062";
Command "update T set F = null where rowid = 51100";
Command "update T set F = null where rowid = 12967";
Command "update T set F = null where rowid = 19552";
Command "update T set F = null where rowid = 2351";
Command "update T set F = null where rowid = 56877";
Command "update T set F = null where rowid = 32394";
Command "update T set F = null where rowid = 48418";
Command "update T set F = null where rowid = 32545";
Command "update T set F = null where rowid = 19298";
Command "update T set F = null where rowid = 7343";
Command "update T set F = null where rowid = 60602";
Command "update T set F = null where rowid = 42750";
Command "update T set F = null where rowid = 20453";
Command "update T set F = null where rowid = 28399";
Command "update T set F = null where rowid = 38174";
Command "update T set F = null where rowid = 23972";
Command "update T set F = null where rowid = 27335";
Command "update T set F = null where rowid = 44868";
Command "update T set F = null where rowid = 48582";
Command "update T set F = null where rowid = 12696";
Command "update T set F = null where rowid = 30011";
Command "update T set F = null where rowid = 3196";
Command "update T set F = null where rowid = 40850";
Command "update T set F = null where rowid = 34333";
Command "update T set F = null where rowid = 6119";
Command "update T set F = null where rowid = 38668";
Command "update T set F = null where rowid = 57946";
Command "update T set F = null where rowid = 14583";
Command "update T set F = null where rowid = 1004";
Command "update T set F = null where rowid = 42850";
Command "update T set F = null where rowid = 46122";
Command "update T set F = null where rowid = 12125";
Command "update T set F = null where rowid = 24075";
Command "update T set F = null where rowid = 12631";
Command "update T set F = null where rowid = 53595";
Command "update T set F = null where rowid = 16784";
Command "update T set F = null where rowid = 23526";
Command "update T set F = null where rowid = 18392";
Command "update T set F = null where rowid = 49467";
Command "update T set F = null where rowid = 43111";
Command "update T set F = null where rowid = 33315";
Command "update T set F = null where rowid = 25884";
Command "update T set F = null where rowid = 12600";
Command "update T set F = null where rowid = 27201";
Command "update T set F = null where rowid = 59755";
Command "update T set F = null where rowid = 28569";
Command "update T set F = null where rowid = 43079";
Command "update T set F = null where rowid = 60110";
Command "update T set F = null where rowid = 12019";
Command "update T set F = null where rowid = 25819";
Command "update T set F = null where rowid = 3616";
Command "update T set F = null where rowid = 49106";
Command "update T set F = null where rowid = 15150";
Command "update T set F = null where rowid = 32365";
Command "update T set F = null where rowid = 56391";
Command "update T set F = null where rowid = 51961";
Command "update T set F = null where rowid = 44410";
Command "update T set F = null where rowid = 47821";
Command "update T set F = null where rowid = 16340";
Command "update T set F = null where rowid = 53768";
Command "update T set F = null where rowid = 50487";
Command "update T set F = null where rowid = 48408";
Command "update T set F = null where rowid = 38499";
Command "update T set F = null where rowid = 24633";
Command "update T set F = null where rowid = 17879";
Command "update T set F = null where rowid = 7131";
Command "update T set F = null where rowid = 5810";
Command "update T set F = null where rowid = 56064";
Command "update T set F = null where rowid = 59375";
Command "update T set F = null where rowid = 15089";
Command "update T set F = null where rowid = 49567";
Command "update T set F = null where rowid = 36459";
Command "update T set F = null where rowid = 33401";
Command "update T set F = null where rowid = 11694";
Command "update T set F = null where rowid = 48107";
Command "update T set F = null where rowid = 25528";
Command "update T set F = null where rowid = 6262";
Command "update T set F = null where rowid = 58613";
Command "update T set F = null where rowid = 21687";
Command "update T set F = null where rowid = 6900";
Command "update T set F = null where rowid = 1216";
Command "update T set F = null where rowid = 34146";
Command "update T set F = null where rowid = 33050";
Command "update T set F = null where rowid = 4794";
Command "update T set F = null where rowid = 46568";
Command "update T set F = null where rowid = 38582";
Command "update T set F = null where rowid = 36085";
Command "update T set F = null where rowid = 16835";
Command "update T set F = null where rowid = 53930";
Command "update T set F = null where rowid = 4828";
Command "update T set F = null where rowid = 11460";
Command "update T set F = null where rowid = 42537";
Command "update T set F = null where rowid = 60729";
Command "update T set F = null where rowid = 55235";
Command "update T set F = null where rowid = 15820";
Command "update T set F = null where rowid = 25398";
Command "update T set F = null where rowid = 12473";
Command "update T set F = null where rowid = 5520";
Command "update T set F = null where rowid = 45020";
Command "update T set F = null where rowid = 63";
Command "update T set F = null where rowid = 23029";
Command "update T set F = null where rowid = 27616";
Command "update T set F = null where rowid = 35433";
Command "update T set F = null where rowid = 30413";
Command "update T set F = null where rowid = 58548";
Command "update T set F = null where rowid = 60371";
Command "update T set F = null where rowid = 42602";
Command "update T set F = null where rowid = 34287";
Command "update T set F = null where rowid = 38608";
Command "update T set F = null where rowid = 31399";
Command "update T set F = null where rowid = 56990";
Command "update T set F = null where rowid = 33290";
Command "update T set F = null where rowid = 4483";
Command "update T set F = null where rowid = 43553";
Command "update T set F = null where rowid = 28890";
Command "update T set F = null where rowid = 36420";
Command "update T set F = null where rowid = 19498";
Command "update T set F = null where rowid = 33911";
Command "update T set F = null where rowid = 32145";
Command "update T set F = null where rowid = 25543";
Command "update T set F = null where rowid = 36353";
Command "update T set F = null where rowid = 46371";
Command "update T set F = null where rowid = 3369";
Command "update T set F = null where rowid = 41915";
Command "update T set F = null where rowid = 56622";
Command "update T set F = null where rowid = 20445";
Command "update T set F = null where rowid = 59936";
Command "update T set F = null where rowid = 31544";
Command "update T set F = null where rowid = 20704";
Command "update T set F = null where rowid = 55048";
Command "update T set F = null where rowid = 21142";
Command "update T set F = null where rowid = 61138";
Command "update T set F = null where rowid = 4153";
Command "update T set F = null where rowid = 58980";
Command "update T set F = null where rowid = 39506";
Command "update T set F = null where rowid = 56626";
Command "update T set F = null where rowid = 22475";
Command "update T set F = null where rowid = 34007";
Command "update T set F = null where rowid = 46359";
Command "update T set F = null where rowid = 27442";
Command "update T set F = null where rowid = 19425";
Command "update T set F = null where rowid = 16053";
Command "update T set F = null where rowid = 38739";
Command "update T set F = null where rowid = 11363";
Command "update T set F = null where rowid = 36406";
Command "update T set F = null where rowid = 41746";
Command "update T set F = null where rowid = 7147";
Command "update T set F = null where rowid = 1411";
Command "update T set F = null where rowid = 1379";
Command "update T set F = null where rowid = 15900";
Command "update T set F = null where rowid = 113";
Command "update T set F = null where rowid = 33929";
Command "update T set F = null where rowid = 35488";
Command "update T set F = null where rowid = 2260";
Command "update T set F = null where rowid = 20759";
Command "update T set F = null where rowid = 36723";
Command "update T set F = null where rowid = 46062";
Command "update T set F = null where rowid = 29273";
Command "update T set F = null where rowid = 45571";
Command "update T set F = null where rowid = 43754";
Command "update T set F = null where rowid = 26258";
Command "update T set F = null where rowid = 61310";
Command "update T set F = null where rowid = 256";
Command "update T set F = null where rowid = 25081";
Command "update T set F = null where rowid = 19509";
Command "update T set F = null where rowid = 53838";
Command "update T set F = null where rowid = 21017";
Command "update T set F = null where rowid = 35805";
Command "update T set F = null where rowid = 32912";
Command "update T set F = null where rowid = 55895";
Command "update T set F = null where rowid = 41901";
Command "update T set F = null where rowid = 14631";
Command "update T set F = null where rowid = 45964";
Command "update T set F = null where rowid = 40603";
Command "update T set F = null where rowid = 46352";
Command "update T set F = null where rowid = 17418";
Command "update T set F = null where rowid = 27760";
Command "update T set F = null where rowid = 29844";
Command "update T set F = null where rowid = 11866";
Command "update T set F = null where rowid = 8389";
Command "update T set F = null where rowid = 8137";
Command "update T set F = null where rowid = 22072";
Command "update T set F = null where rowid = 52140";
Command "update T set F = null where rowid = 35595";
Command "update T set F = null where rowid = 5970";
Command "update T set F = null where rowid = 58512";
Command "update T set F = null where rowid = 9104";
Command "update T set F = null where rowid = 8157";
Command "update T set F = null where rowid = 56962";
Command "update T set F = null where rowid = 57828";
Command "update T set F = null where rowid = 7205";
Command "update T set F = null where rowid = 8421";
Command "update T set F = null where rowid = 23036";
Command "update T set F = null where rowid = 45271";
Command "update T set F = null where rowid = 20845";
Command "update T set F = null where rowid = 43571";
Command "update T set F = null where rowid = 49802";
Command "update T set F = null where rowid = 13220";
Command "update T set F = null where rowid = 41770";
Command "update T set F = null where rowid = 14967";
Command "update T set F = null where rowid = 18884";
Command "update T set F = null where rowid = 38426";
Command "update T set F = null where rowid = 635";
Command "update T set F = null where rowid = 44569";
Command "update T set F = null where rowid = 46028";
Command "update T set F = null where rowid = 56298";
Command "update T set F = null where rowid = 43283";
Command "update T set F = null where rowid = 19653";
Command "update T set F = null where rowid = 59399";
Command "update T set F = null where rowid = 31449";
Command "update T set F = null where rowid = 31057";
Command "update T set F = null where rowid = 44699";
Command "update T set F = null where rowid = 2371";
Command "update T set F = null where rowid = 4072";
Command "update T set F = null where rowid = 27162";
Command "update T set F = null where rowid = 16805";
Command "update T set F = null where rowid = 54034";
Command "update T set F = null where rowid = 53793";
Command "update T set F = null where rowid = 5631";
Command "update T set F = null where rowid = 8911";
Command "update T set F = null where rowid = 4866";
Command "update T set F = null where rowid = 12134";
Command "update T set F = null where rowid = 13974";
Command "update T set F = null where rowid = 36303";
Command "update T set F = null where rowid = 47458";
Command "update T set F = null where rowid = 18552";
Command "update T set F = null where rowid = 52551";
Command "update T set F = null where rowid = 59475";
Command "update T set F = null where rowid = 40276";
Command "update T set F = null where rowid = 51960";
Command "update T set F = null where rowid = 59003";
Command "update T set F = null where rowid = 29355";
Command "update T set F = null where rowid = 36072";
Command "update T set F = null where rowid = 60991";
Command "update T set F = null where rowid = 41423";
Command "update T set F = null where rowid = 42394";
Command "update T set F = null where rowid = 48217";
Command "update T set F = null where rowid = 22003";
Command "update T set F = null where rowid = 3466";
Command "update T set F = null where rowid = 17";
Command "update T set F = null where rowid = 9704";
Command "update T set F = null where rowid = 58822";
Command "update T set F = null where rowid = 17317";
Command "update T set F = null where rowid = 58139";
Command "update T set F = null where rowid = 13168";
Command "update T set F = null where rowid = 53388";
Command "update T set F = null where rowid = 7355";
Command "update T set F = null where rowid = 1605";
Command "update T set F = null where rowid = 350";
Command "update T set F = null where rowid = 59125";
Command "update T set F = null where rowid = 27366";
Command "update T set F = null where rowid = 31636";
Command "update T set F = null where rowid = 32661";
Command "update T set F = null where rowid = 4519";
Command "update T set F = null where rowid = 54276";
Command "update T set F = null where rowid = 14362";
Command "update T set F = null where rowid = 58374";
Command "update T set F = null where rowid = 6996";
Command "update T set F = null where rowid = 42174";
Command "update T set F = null where rowid = 29161";
Command "update T set F = null where rowid = 31424";
Command "update T set F = null where rowid = 57519";
Command "update T set F = null where rowid = 40091";
Command "update T set F = null where rowid = 14968";
Command "update T set F = null where rowid = 58833";
Command "update T set F = null where rowid = 21217";
Command "update T set F = null where rowid = 23937";
Command "update T set F = null where rowid = 45810";
Command "update T set F = null where rowid = 5874";
Command "update T set F = null where rowid = 21500";
Command "update T set F = null where rowid = 29556";
Command "update T set F = null where rowid = 7464";
Command "update T set F = null where rowid = 12084";
Command "update T set F = null where rowid = 34266";
Command "update T set F = null where rowid = 35236";
Command "update T set F = null where rowid = 40694";
Command "update T set F = null where rowid = 51072";
Command "update T set F = null where rowid = 4183";
Command "update T set F = null where rowid = 30532";
Command "update T set F = null where rowid = 45664";
Command "update T set F = null where rowid = 45534";
Command "update T set F = null where rowid = 5735";
Command "update T set F = null where rowid = 36935";
Command "update T set F = null where rowid = 59159";
Command "update T set F = null where rowid = 51791";
Command "update T set F = null where rowid = 46995";
Command "update T set F = null where rowid = 60997";
Command "update T set F = null where rowid = 32989";
Command "update T set F = null where rowid = 11535";
Command "update T set F = null where rowid = 50152";
Command "update T set F = null where rowid = 59932";
Command "update T set F = null where rowid = 48588";
Command "update T set F = null where rowid = 37";
Command "update T set F = null where rowid = 54665";
Command "update T set F = null where rowid = 3839";
Command "update T set F = null where rowid = 41790";
Command "update T set F = null where rowid = 12806";
Command "update T set F = null where rowid = 45294";
Command "update T set F = null where rowid = 17062";
Command "update T set F = null where rowid = 35436";
Command "update T set F = null where rowid = 4836";
Command "update T set F = null where rowid = 10309";
Command "update T set F = null where rowid = 49846";
Command "update T set F = null where rowid = 60495";
Command "update T set F = null where rowid = 44547";
Command "update T set F = null where rowid = 11022";
Command "update T set F = null where rowid = 56543";
Command "update T set F = null where rowid = 24303";
Command "update T set F = null where rowid = 25455";
Command "update T set F = null where rowid = 4852";
Command "update T set F = null where rowid = 30953";
Command "update T set F = null where rowid = 61073";
Command "update T set F = null where rowid = 51807";
Command "update T set F = null where rowid = 4523";
Command "update T set F = null where rowid = 8062";
Command "update T set F = null where rowid = 41750";
Command "update T set F = null where rowid = 18327";
Command "update T set F = null where rowid = 54449";
Command "update T set F = null where rowid = 31063";
Command "update T set F = null where rowid = 18206";
Command "update T set F = null where rowid = 14877";
Command "update T set F = null where rowid = 33085";
Command "update T set F = null where rowid = 48834";
Command "update T set F = null where rowid = 60310";
Command "update T set F = null where rowid = 46884";
Command "update T set F = null where rowid = 35715";
Command "update T set F = null where rowid = 15450";
Command "update T set F = null where rowid = 3166";
Command "update T set F = null where rowid = 56455";
Command "update T set F = null where rowid = 30337";
Command "update T set F = null where rowid = 19145";
Command "update T set F = null where rowid = 60771";
Command "update T set F = null where rowid = 1248";
Command "update T set F = null where rowid = 43796";
Command "update T set F = null where rowid = 16547";
Command "update T set F = null where rowid = 39659";
Command "update T set F = null where rowid = 50247";
Command "update T set F = null where rowid = 43530";
Command "update T set F = null where rowid = 61266";
Command "update T set F = null where rowid = 37161";
Command "update T set F = null where rowid = 31921";
Command "update T set F = null where rowid = 46050";
Command "update T set F = null where rowid = 8449";
Command "update T set F = null where rowid = 35968";
Command "update T set F = null where rowid = 33402";
Command "update T set F = null where rowid = 43012";
Command "update T set F = null where rowid = 26586";
Command "update T set F = null where rowid = 7713";
Command "update T set F = null where rowid = 41818";
Command "update T set F = null where rowid = 52978";
Command "update T set F = null where rowid = 55466";
Command "update T set F = null where rowid = 23767";
Command "update T set F = null where rowid = 58712";
Command "update T set F = null where rowid = 61445";
Command "update T set F = null where rowid = 4945";
Command "update T set F = null where rowid = 32";
Command "update T set F = null where rowid = 60535";
Command "update T set F = null where rowid = 50140";
Command "update T set F = null where rowid = 21135";
Command "update T set F = null where rowid = 16690";
Command "update T set F = null where rowid = 42095";
Command "update T set F = null where rowid = 34188";
Command "update T set F = null where rowid = 3531";
Command "update T set F = null where rowid = 40867";
Command "update T set F = null where rowid = 6482";
Command "update T set F = null where rowid = 40631";
Command "update T set F = null where rowid = 48620";
Command "update T set F = null where rowid = 8496";
Command "update T set F = null where rowid = 39146";
Command "update T set F = null where rowid = 437";
Command "update T set F = null where rowid = 55444";
Command "update T set F = null where rowid = 6158";
Command "update T set F = null where rowid = 38784";
Command "update T set F = null where rowid = 9316";
Command "update T set F = null where rowid = 38964";
Command "update T set F = null where rowid = 55077";
Command "update T set F = null where rowid = 35630";
Command "update T set F = null where rowid = 33239";
Command "update T set F = null where rowid = 17029";
Command "update T set F = null where rowid = 20902";
Command "update T set F = null where rowid = 57760";
Command "update T set F = null where rowid = 4135";
Command "update T set F = null where rowid = 30725";
Command "update T set F = null where rowid = 34263";
Command "update T set F = null where rowid = 56600";
Command "update T set F = null where rowid = 15577";
Command "update T set F = null where rowid = 29788";
Command "update T set F = null where rowid = 19402";
Command "update T set F = null where rowid = 60504";
Command "update T set F = null where rowid = 50312";
Command "update T set F = null where rowid = 4443";
Command "update T set F = null where rowid = 7181";
Command "update T set F = null where rowid = 16528";
Command "update T set F = null where rowid = 23218";
Command "update T set F = null where rowid = 10358";
Command "update T set F = null where rowid = 30326";
Command "update T set F = null where rowid = 50919";
Command "update T set F = null where rowid = 30661";
Command "update T set F = null where rowid = 2538";
Command "update T set F = null where rowid = 52367";
Command "update T set F = null where rowid = 16139";
Command "update T set F = null where rowid = 6773";
Command "update T set F = null where rowid = 52480";
Command "update T set F = null where rowid = 14476";
Command "update T set F = null where rowid = 29492";
Command "update T set F = null where rowid = 19683";
Command "update T set F = null where rowid = 45886";
Command "update T set F = null where rowid = 17227";
Command "update T set F = null where rowid = 24806";
Command "update T set F = null where rowid = 43780";
Command "update T set F = null where rowid = 21677";
Command "update T set F = null where rowid = 43873";
Command "update T set F = null where rowid = 58447";
Command "update T set F = null where rowid = 45855";
Command "update T set F = null where rowid = 45824";
Command "update T set F = null where rowid = 45427";
Command "update T set F = null where rowid = 2321";
Command "update T set F = null where rowid = 19050";
Command "update T set F = null where rowid = 17356";
Command "update T set F = null where rowid = 11381";
Command "update T set F = null where rowid = 39778";
Command "update T set F = null where rowid = 12438";
Command "update T set F = null where rowid = 2355";
Command "update T set F = null where rowid = 44897";
Command "update T set F = null where rowid = 17360";
Command "update T set F = null where rowid = 35567";
Command "update T set F = null where rowid = 45243";
Command "update T set F = null where rowid = 15305";
Command "update T set F = null where rowid = 24196";
Command "update T set F = null where rowid = 3743";
Command "update T set F = null where rowid = 5784";
Command "update T set F = null where rowid = 43949";
Command "update T set F = null where rowid = 13871";
Command "update T set F = null where rowid = 49309";
Command "update T set F = null where rowid = 60648";
Command "update T set F = null where rowid = 23347";
Command "update T set F = null where rowid = 18780";
Command "update T set F = null where rowid = 14173";
Command "update T set F = null where rowid = 40776";
Command "update T set F = null where rowid = 25915";
Command "update T set F = null where rowid = 27745";
Command "update T set F = null where rowid = 55281";
Command "update T set F = null where rowid = 18979";
Command "update T set F = null where rowid = 13805";
Command "update T set F = null where rowid = 34424";
Command "update T set F = null where rowid = 20213";
Command "update T set F = null where rowid = 19132";
Command "update T set F = null where rowid = 58530";
Command "update T set F = null where rowid = 13381";
Command "update T set F = null where rowid = 48436";
Command "update T set F = null where rowid = 37154";
Command "update T set F = null where rowid = 37486";
Command "update T set F = null where rowid = 245";
Command "update T set F = null where rowid = 20490";
Command "update T set F = null where rowid = 40535";
Command "update T set F = null where rowid = 37744";
Command "update T set F = null where rowid = 1406";
Command "update T set F = null where rowid = 36869";
Command "update T set F = null where rowid = 44847";
Command "update T set F = null where rowid = 16722";
Command "update T set F = null where rowid = 53590";
Command "update T set F = null where rowid = 9361";
Command "update T set F = null where rowid = 36236";
Command "update T set F = null where rowid = 41550";
Command "update T set F = null where rowid = 16473";
Command "update T set F = null where rowid = 38508";
Command "update T set F = null where rowid = 1680";
Command "update T set F = null where rowid = 28751";
Command "update T set F = null where rowid = 45329";
Command "update T set F = null where rowid = 14320";
Command "update T set F = null where rowid = 2790";
Command "update T set F = null where rowid = 5105";
Command "update T set F = null where rowid = 8433";
Command "update T set F = null where rowid = 35706";
Command "update T set F = null where rowid = 52020";
Command "update T set F = null where rowid = 44942";
Command "update T set F = null where rowid = 31037";
Command "update T set F = null where rowid = 25186";
Command "update T set F = null where rowid = 54593";
Command "update T set F = null where rowid = 25697";
Command "update T set F = null where rowid = 8960";
Command "update T set F = null where rowid = 57983";
Command "update T set F = null where rowid = 30568";
Command "update T set F = null where rowid = 58345";
Command "update T set F = null where rowid = 8010";
Command "update T set F = null where rowid = 14596";
Command "update T set F = null where rowid = 8950";
Command "update T set F = null where rowid = 6281";
Command "update T set F = null where rowid = 48010";
Command "update T set F = null where rowid = 4712";
Command "update T set F = null where rowid = 39155";
Command "update T set F = null where rowid = 3560";
Command "update T set F = null where rowid = 55567";
Command "update T set F = null where rowid = 30329";
Command "update T set F = null where rowid = 50295";
Command "update T set F = null where rowid = 54889";
Command "update T set F = null where rowid = 48232";
Command "update T set F = null where rowid = 29223";
Command "update T set F = null where rowid = 27058";
Command "update T set F = null where rowid = 43336";
Command "update T set F = null where rowid = 12240";
Command "update T set F = null where rowid = 5664";
Command "update T set F = null where rowid = 5151";
Command "update T set F = null where rowid = 28104";
Command "update T set F = null where rowid = 26595";
Command "update T set F = null where rowid = 58794";
Command "update T set F = null where rowid = 51908";
Command "update T set F = null where rowid = 17788";
Command "update T set F = null where rowid = 30188";
Command "update T set F = null where rowid = 49543";
Command "update T set F = null where rowid = 20225";
Command "update T set F = null where rowid = 30433";
Command "update T set F = null where rowid = 21209";
Command "update T set F = null where rowid = 38496";
Command "update T set F = null where rowid = 29044";
Command "update T set F = null where rowid = 40616";
Command "update T set F = null where rowid = 41138";
Command "update T set F = null where rowid = 52270";
Command "update T set F = null where rowid = 18966";
Command "update T set F = null where rowid = 15602";
Command "update T set F = null where rowid = 33041";
Command "update T set F = null where rowid = 23785";
Command "update T set F = null where rowid = 45412";
Command "update T set F = null where rowid = 48599";
Command "update T set F = null where rowid = 18676";
Command "update T set F = null where rowid = 19887";
Command "update T set F = null where rowid = 22902";
Command "update T set F = null where rowid = 5066";
Command "update T set F = null where rowid = 24966";
Command "update T set F = null where rowid = 32958";
Command "update T set F = null where rowid = 61098";
Command "update T set F = null where rowid = 51486";
Command "update T set F = null where rowid = 61031";
Command "update T set F = null where rowid = 5987";
Command "update T set F = null where rowid = 22605";
Command "update T set F = null where rowid = 56628";
Command "update T set F = null where rowid = 38291";
Command "update T set F = null where rowid = 1029";
Command "update T set F = null where rowid = 21390";
Command "update T set F = null where rowid = 25615";
Command "update T set F = null where rowid = 12424";
Command "update T set F = null where rowid = 2184";
Command "update T set F = null where rowid = 52806";
Command "update T set F = null where rowid = 45174";
Command "update T set F = null where rowid = 29790";
Command "update T set F = null where rowid = 2738";
Command "update T set F = null where rowid = 46170";
Command "update T set F = null where rowid = 3879";
Command "update T set F = null where rowid = 1616";
Command "update T set F = null where rowid = 41375";
Command "update T set F = null where rowid = 58322";
Command "update T set F = null where rowid = 46093";
Command "update T set F = null where rowid = 10465";
Command "update T set F = null where rowid = 23324";
Command "update T set F = null where rowid = 35258";
Command "update T set F = null where rowid = 26296";
Command "update T set F = null where rowid = 41017";
Command "update T set F = null where rowid = 22458";
Command "update T set F = null where rowid = 11211";
Command "update T set F = null where rowid = 38957";
Command "update T set F = null where rowid = 44985";
Command "update T set F = null where rowid = 48670";
Command "update T set F = null where rowid = 13292";
Command "update T set F = null where rowid = 12582";
Command "update T set F = null where rowid = 8132";
Command "update T set F = null where rowid = 51150";
Command "update T set F = null where rowid = 36374";
Command "update T set F = null where rowid = 50813";
Command "update T set F = null where rowid = 8836";
Command "update T set F = null where rowid = 54336";
Command "update T set F = null where rowid = 23128";
Command "update T set F = null where rowid = 13059";
Command "update T set F = null where rowid = 61241";
Command "update T set F = null where rowid = 52684";
Command "update T set F = null where rowid = 21482";
Command "update T set F = null where rowid = 56060";
Command "update T set F = null where rowid = 61174";
Command "update T set F = null where rowid = 12902";
Command "update T set F = null where rowid = 60767";
Command "update T set F = null where rowid = 23030";
Command "update T set F = null where rowid = 18911";
Command "update T set F = null where rowid = 47362";
Command "update T set F = null where rowid = 5096";
Command "update T set F = null where rowid = 52258";
Command "update T set F = null where rowid = 8274";
Command "update T set F = null where rowid = 908";
Command "update T set F = null where rowid = 6941";
Command "update T set F = null where rowid = 10748";
Command "update T set F = null where rowid = 51995";
Command "update T set F = null where rowid = 9720";
Command "update T set F = null where rowid = 12366";
Command "update T set F = null where rowid = 9542";
Command "update T set F = null where rowid = 48316";
Command "update T set F = null where rowid = 58561";
Command "update T set F = null where rowid = 37488";
Command "update T set F = null where rowid = 48066";
Command "update T set F = null where rowid = 14929";
Command "update T set F = null where rowid = 60267";
Command "update T set F = null where rowid = 45214";
Command "update T set F = null where rowid = 31116";
Command "update T set F = null where rowid = 51740";
Command "update T set F = null where rowid = 16165";
Command "update T set F = null where rowid = 50278";
Command "update T set F = null where rowid = 4780";
Command "update T set F = null where rowid = 48723";
Command "update T set F = null where rowid = 25508";
Command "update T set F = null where rowid = 53812";
Command "update T set F = null where rowid = 48018";
Command "update T set F = null where rowid = 56794";
Command "update T set F = null where rowid = 12812";
Command "update T set F = null where rowid = 59091";
Command "update T set F = null where rowid = 52865";
Command "update T set F = null where rowid = 55094";
Command "update T set F = null where rowid = 53372";
Command "update T set F = null where rowid = 18232";
Command "update T set F = null where rowid = 43158";
Command "update T set F = null where rowid = 12645";
Command "update T set F = null where rowid = 47375";
Command "update T set F = null where rowid = 50353";
Command "update T set F = null where rowid = 45437";
Command "update T set F = null where rowid = 17478";
Command "update T set F = null where rowid = 16641";
Command "update T set F = null where rowid = 40822";
Command "update T set F = null where rowid = 9676";
Command "update T set F = null where rowid = 40117";
Command "update T set F = null where rowid = 49853";
Command "update T set F = null where rowid = 2090";
Command "update T set F = null where rowid = 6212";
Command "update T set F = null where rowid = 25327";
Command "update T set F = null where rowid = 49410";
Command "update T set F = null where rowid = 41719";
Command "update T set F = null where rowid = 42701";
Command "update T set F = null where rowid = 4981";
Command "update T set F = null where rowid = 56941";
Command "update T set F = null where rowid = 14994";
Command "update T set F = null where rowid = 4101";
Command "update T set F = null where rowid = 37017";
Command "update T set F = null where rowid = 46560";
Command "update T set F = null where rowid = 10591";
Command "update T set F = null where rowid = 28771";
Command "update T set F = null where rowid = 19525";
Command "update T set F = null where rowid = 42407";
Command "update T set F = null where rowid = 41849";
Command "update T set F = null where rowid = 13700";
Command "update T set F = null where rowid = 48275";
Command "update T set F = null where rowid = 27115";
Command "update T set F = null where rowid = 58142";
Command "update T set F = null where rowid = 25932";
Command "update T set F = null where rowid = 39740";
Command "update T set F = null where rowid = 36996";
Command "update T set F = null where rowid = 39347";
Command "update T set F = null where rowid = 49333";
Command "update T set F = null where rowid = 44995";
Command "update T set F = null where rowid = 53937";
Command "update T set F = null where rowid = 51022";
Command "update T set F = null where rowid = 8915";
Command "update T set F = null where rowid = 35576";
Command "update T set F = null where rowid = 24644";
Command "update T set F = null where rowid = 41896";
Command "update T set F = null where rowid = 13620";
Command "update T set F = null where rowid = 31743";
Command "update T set F = null where rowid = 51885";
Command "update T set F = null where rowid = 2843";
Command "update T set F = null where rowid = 16584";
Command "update T set F = null where rowid = 49126";
Command "update T set F = null where rowid = 14622";
Command "update T set F = null where rowid = 38388";
Command "update T set F = null where rowid = 60632";
Command "update T set F = null where rowid = 40844";
Command "update T set F = null where rowid = 16115";
Command "update T set F = null where rowid = 24649";
Command "update T set F = null where rowid = 49369";
Command "update T set F = null where rowid = 23970";
Command "update T set F = null where rowid = 18021";
Command "update T set F = null where rowid = 61448";
Command "update T set F = null where rowid = 18223";
Command "update T set F = null where rowid = 51662";
Command "update T set F = null where rowid = 54472";
Command "update T set F = null where rowid = 34781";
Command "update T set F = null where rowid = 18129";
Command "update T set F = null where rowid = 25154";
Command "update T set F = null where rowid = 38121";
Command "update T set F = null where rowid = 46861";
Command "update T set F = null where rowid = 10474";
Command "update T set F = null where rowid = 52827";
Command "update T set F = null where rowid = 39227";
Command "update T set F = null where rowid = 16530";
Command "update T set F = null where rowid = 21085";
Command "update T set F = null where rowid = 53741";
Command "update T set F = null where rowid = 18131";
Command "update T set F = null where rowid = 888";
Command "update T set F = null where rowid = 28893";
Command "update T set F = null where rowid = 38038";
Command "update T set F = null where rowid = 35568";
Command "update T set F = null where rowid = 59345";
Command "update T set F = null where rowid = 36890";
Command "update T set F = null where rowid = 25683";
Command "update T set F = null where rowid = 10954";
Command "update T set F = null where rowid = 57598";
Command "update T set F = null where rowid = 28818";
Command "update T set F = null where rowid = 60691";
Command "update T set F = null where rowid = 36014";
Command "update T set F = null where rowid = 23323";
Command "update T set F = null where rowid = 53989";
Command "update T set F = null where rowid = 54400";
Command "update T set F = null where rowid = 27723";
Command "update T set F = null where rowid = 49340";
Command "update T set F = null where rowid = 5340";
Command "update T set F = null where rowid = 53118";
Command "update T set F = null where rowid = 11427";
Command "update T set F = null where rowid = 12428";
Command "update T set F = null where rowid = 27220";
Command "update T set F = null where rowid = 16232";
Command "update T set F = null where rowid = 33209";
Command "update T set F = null where rowid = 6744";
Command "update T set F = null where rowid = 8054";
Command "update T set F = null where rowid = 12119";
Command "update T set F = null where rowid = 16931";
Command "update T set F = null where rowid = 52939";
Command "update T set F = null where rowid = 28688";
Command "update T set F = null where rowid = 30613";
Command "update T set F = null where rowid = 39286";
Command "update T set F = null where rowid = 1458";
Command "update T set F = null where rowid = 6973";
Command "update T set F = null where rowid = 25859";
Command "update T set F = null where rowid = 2115";
Command "update T set F = null where rowid = 26517";
Command "update T set F = null where rowid = 12005";
Command "update T set F = null where rowid = 30111";
Command "update T set F = null where rowid = 27812";
Command "update T set F = null where rowid = 30189";
Command "update T set F = null where rowid = 5847";
Command "update T set F = null where rowid = 3359";
Command "update T set F = null where rowid = 41735";
Command "update T set F = null where rowid = 51395";
Command "update T set F = null where rowid = 21863";
Command "update T set F = null where rowid = 6557";
Command "update T set F = null where rowid = 34346";
Command "update T set F = null where rowid = 26519";
Command "update T set F = null where rowid = 39436";
Command "update T set F = null where rowid = 11704";
Command "update T set F = null where rowid = 30500";
Command "update T set F = null where rowid = 44160";
Command "update T set F = null where rowid = 33905";
Command "update T set F = null where rowid = 37507";
Command "update T set F = null where rowid = 51899";
Command "update T set F = null where rowid = 45783";
Command "update T set F = null where rowid = 22988";
Command "update T set F = null where rowid = 7240";
Command "update T set F = null where rowid = 56348";
Command "update T set F = null where rowid = 47664";
Command "update T set F = null where rowid = 53139";
Command "update T set F = null where rowid = 48266";
Command "update T set F = null where rowid = 31307";
Command "update T set F = null where rowid = 33746";
Command "update T set F = null where rowid = 19769";
Command "update T set F = null where rowid = 42127";
Command "update T set F = null where rowid = 40978";
Command "update T set F = null where rowid = 32800";
Command "update T set F = null where rowid = 38095";
Command "update T set F = null where rowid = 41807";
Command "update T set F = null where rowid = 51849";
Command "update T set F = null where rowid = 28455";
Command "update T set F = null where rowid = 47929";
Command "update T set F = null where rowid = 3595";
Command "update T set F = null where rowid = 32811";
Command "update T set F = null where rowid = 28477";
Command "update T set F = null where rowid = 16569";
Command "update T set F = null where rowid = 10736";
Command "update T set F = null where rowid = 6880";
Command "update T set F = null where rowid = 14059";
Command "update T set F = null where rowid = 24383";
Command "update T set F = null where rowid = 36052";
Command "update T set F = null where rowid = 538";
Command "update T set F = null where rowid = 7259";
Command "update T set F = null where rowid = 50343";
Command "update T set F = null where rowid = 41486";
Command "update T set F = null where rowid = 52444";
Command "update T set F = null where rowid = 43803";
Command "update T set F = null where rowid = 7649";
Command "update T set F = null where rowid = 19655";
Command "update T set F = null where rowid = 15866";
Command "update T set F = null where rowid = 55613";
Command "update T set F = null where rowid = 34492";
Command "update T set F = null where rowid = 42759";
Command "update T set F = null where rowid = 5850";
Command "update T set F = null where rowid = 20003";
Command "update T set F = null where rowid = 36623";
Command "update T set F = null where rowid = 37833";
Command "update T set F = null where rowid = 33453";
Command "update T set F = null where rowid = 25210";
Command "update T set F = null where rowid = 13238";
Command "update T set F = null where rowid = 42286";
Command "update T set F = null where rowid = 55838";
Command "update T set F = null where rowid = 17970";
Command "update T set F = null where rowid = 315";
Command "update T set F = null where rowid = 28131";
Command "update T set F = null where rowid = 27584";
Command "update T set F = null where rowid = 15613";
Command "update T set F = null where rowid = 53539";
Command "update T set F = null where rowid = 7063";
Command "update T set F = null where rowid = 24687";
Command "update T set F = null where rowid = 30998";
Command "update T set F = null where rowid = 32388";
Command "update T set F = null where rowid = 19138";
Command "update T set F = null where rowid = 13848";
Command "update T set F = null where rowid = 31195";
Command "update T set F = null where rowid = 55680";
Command "update T set F = null where rowid = 10645";
Command "update T set F = null where rowid = 58365";
Command "update T set F = null where rowid = 33213";
Command "update T set F = null where rowid = 21912";
Command "update T set F = null where rowid = 8694";
Command "update T set F = null where rowid = 34412";
Command "update T set F = null where rowid = 17492";
Command "update T set F = null where rowid = 47826";
Command "update T set F = null where rowid = 55068";
Command "update T set F = null where rowid = 5517";
Command "update T set F = null where rowid = 29329";
Command "update T set F = null where rowid = 34482";
Command "update T set F = null where rowid = 47503";
Command "update T set F = null where rowid = 12362";
Command "update T set F = null where rowid = 54019";
Command "update T set F = null where rowid = 45794";
Command "update T set F = null where rowid = 18860";
Command "update T set F = null where rowid = 747";
Command "update T set F = null where rowid = 43316";
Command "update T set F = null where rowid = 19009";
Command "update T set F = null where rowid = 34077";
Command "update T set F = null where rowid = 7417";
Command "update T set F = null where rowid = 40836";
Command "update T set F = null where rowid = 33583";
Command "update T set F = null where rowid = 12650";
Command "update T set F = null where rowid = 27190";
Command "update T set F = null where rowid = 26848";
Command "update T set F = null where rowid = 37957";
Command "update T set F = null where rowid = 21559";
Command "update T set F = null where rowid = 41102";
Command "update T set F = null where rowid = 1085";
Command "update T set F = null where rowid = 47434";
Command "update T set F = null where rowid = 15046";
Command "update T set F = null where rowid = 58839";
Command "update T set F = null where rowid = 47347";
Command "update T set F = null where rowid = 24345";
Command "update T set F = null where rowid = 34299";
Command "update T set F = null where rowid = 55288";
Command "update T set F = null where rowid = 10671";
Command "update T set F = null where rowid = 28604";
Command "update T set F = null where rowid = 17167";
Command "update T set F = null where rowid = 5657";
Command "update T set F = null where rowid = 10701";
Command "update T set F = null where rowid = 53816";
Command "update T set F = null where rowid = 21814";
Command "update T set F = null where rowid = 50960";
Command "update T set F = null where rowid = 33891";
Command "update T set F = null where rowid = 30738";
Command "update T set F = null where rowid = 13401";
Command "update T set F = null where rowid = 53466";
Command "update T set F = null where rowid = 21765";
Command "update T set F = null where rowid = 10092";
Command "update T set F = null where rowid = 45683";
Command "update T set F = null where rowid = 42957";
Command "update T set F = null where rowid = 2407";
Command "update T set F = null where rowid = 60134";
Command "update T set F = null where rowid = 26510";
Command "update T set F = null where rowid = 53803";
Command "update T set F = null where rowid = 51439";
Command "update T set F = null where rowid = 36311";
Command "update T set F = null where rowid = 11389";
Command "update T set F = null where rowid = 48146";
Command "update T set F = null where rowid = 50022";
Command "update T set F = null where rowid = 10707";
Command "update T set F = null where rowid = 28836";
Command "update T set F = null where rowid = 20379";
Command "update T set F = null where rowid = 5330";
Command "update T set F = null where rowid = 20860";
Command "update T set F = null where rowid = 39130";
Command "update T set F = null where rowid = 23487";
Command "update T set F = null where rowid = 12668";
Command "update T set F = null where rowid = 37730";
Command "update T set F = null where rowid = 47393";
Command "update T set F = null where rowid = 39062";
Command "update T set F = null where rowid = 24558";
Command "update T set F = null where rowid = 18906";
Command "update T set F = null where rowid = 51531";
Command "update T set F = null where rowid = 27437";
Command "update T set F = null where rowid = 9820";
Command "update T set F = null where rowid = 8251";
Command "update T set F = null where rowid = 6317";
Command "update T set F = null where rowid = 45998";
Command "update T set F = null where rowid = 36348";
Command "update T set F = null where rowid = 25233";
Command "update T set F = null where rowid = 15847";
Command "update T set F = null where rowid = 57873";
Command "update T set F = null where rowid = 27597";
Command "update T set F = null where rowid = 33420";
Command "update T set F = null where rowid = 10562";
Command "update T set F = null where rowid = 26993";
Command "update T set F = null where rowid = 40838";
Command "update T set F = null where rowid = 2054";
Command "update T set F = null where rowid = 32339";
Command "update T set F = null where rowid = 36015";
Command "update T set F = null where rowid = 34132";
Command "update T set F = null where rowid = 5221";
Command "update T set F = null where rowid = 6948";
Command "update T set F = null where rowid = 52963";
Command "update T set F = null where rowid = 43650";
Command "update T set F = null where rowid = 48656";
Command "update T set F = null where rowid = 40948";
Command "update T set F = null where rowid = 43950";
Command "update T set F = null where rowid = 27293";
Command "update T set F = null where rowid = 60238";
Command "update T set F = null where rowid = 15824";
Command "update T set F = null where rowid = 42064";
Command "update T set F = null where rowid = 35748";
Command "update T set F = null where rowid = 53026";
Command "update T set F = null where rowid = 59630";
Command "update T set F = null where rowid = 46024";
Command "update T set F = null where rowid = 43139";
Command "update T set F = null where rowid = 54532";
Command "update T set F = null where rowid = 6462";
Command "update T set F = null where rowid = 29081";
Command "update T set F = null where rowid = 45510";
Command "update T set F = null where rowid = 23372";
Command "update T set F = null where rowid = 36585";
Command "update T set F = null where rowid = 49671";
Command "update T set F = null where rowid = 12117";
Command "update T set F = null where rowid = 42093";
Command "update T set F = null where rowid = 27864";
Command "update T set F = null where rowid = 3262";
Command "update T set F = null where rowid = 15608";
Command "update T set F = null where rowid = 47671";
Command "update T set F = null where rowid = 24391";
Command "update T set F = null where rowid = 59458";
Command "update T set F = null where rowid = 30796";
Command "update T set F = null where rowid = 46418";
Command "update T set F = null where rowid = 26534";
Command "update T set F = null where rowid = 17117";
Command "update T set F = null where rowid = 47424";
Command "update T set F = null where rowid = 56912";
Command "update T set F = null where rowid = 15786";
Command "update T set F = null where rowid = 32984";
Command "update T set F = null where rowid = 54611";
Command "update T set F = null where rowid = 59859";
Command "update T set F = null where rowid = 50779";
Command "update T set F = null where rowid = 11085";
Command "update T set F = null where rowid = 58376";
Command "update T set F = null where rowid = 49400";
Command "update T set F = null where rowid = 32960";
Command "update T set F = null where rowid = 19001";
Command "update T set F = null where rowid = 61474";
Command "update T set F = null where rowid = 20766";
Command "update T set F = null where rowid = 19947";
Command "update T set F = null where rowid = 13488";
Command "update T set F = null where rowid = 5545";
Command "update T set F = null where rowid = 55877";
Command "update T set F = null where rowid = 20129";
Command "update T set F = null where rowid = 30519";
Command "update T set F = null where rowid = 43690";
Command "update T set F = null where rowid = 27458";
Command "update T set F = null where rowid = 35672";
Command "update T set F = null where rowid = 48012";
Command "update T set F = null where rowid = 25168";
Command "update T set F = null where rowid = 8575";
Command "update T set F = null where rowid = 17123";
Command "update T set F = null where rowid = 43870";
Command "update T set F = null where rowid = 14580";
Command "update T set F = null where rowid = 57857";
Command "update T set F = null where rowid = 33957";
Command "update T set F = null where rowid = 27052";
Command "update T set F = null where rowid = 5742";
Command "update T set F = null where rowid = 24155";
Command "update T set F = null where rowid = 17376";
Command "update T set F = null where rowid = 43915";
Command "update T set F = null where rowid = 38124";
Command "update T set F = null where rowid = 4130";
Command "update T set F = null where rowid = 5662";
Command "update T set F = null where rowid = 58420";
Command "update T set F = null where rowid = 56838";
Command "update T set F = null where rowid = 19731";
Command "update T set F = null where rowid = 54703";
Command "update T set F = null where rowid = 19263";
Command "update T set F = null where rowid = 29212";
Command "update T set F = null where rowid = 11850";
Command "update T set F = null where rowid = 53252";
Command "update T set F = null where rowid = 15404";
Command "update T set F = null where rowid = 34983";
Command "update T set F = null where rowid = 13559";
Command "update T set F = null where rowid = 58433";
Command "update T set F = null where rowid = 40226";
Command "update T set F = null where rowid = 28581";
Command "update T set F = null where rowid = 4116";
Command "update T set F = null where rowid = 10284";
Command "update T set F = null where rowid = 11209";
Command "update T set F = null where rowid = 52798";
Command "update T set F = null where rowid = 31952";
Command "update T set F = null where rowid = 18893";
Command "update T set F = null where rowid = 53843";
Command "update T set F = null where rowid = 18102";
Command "update T set F = null where rowid = 5930";
Command "update T set F = null where rowid = 5529";
Command "update T set F = null where rowid = 20021";
Command "update T set F = null where rowid = 28306";
Command "update T set F = null where rowid = 2945";
Command "update T set F = null where rowid = 30389";
Command "update T set F = null where rowid = 45076";
Command "update T set F = null where rowid = 10699";
Command "update T set F = null where rowid = 28999";
Command "update T set F = null where rowid = 55220";
Command "update T set F = null where rowid = 17109";
Command "update T set F = null where rowid = 47766";
Command "update T set F = null where rowid = 26828";
Command "update T set F = null where rowid = 57157";
Command "update T set F = null where rowid = 28296";
Command "update T set F = null where rowid = 31834";
Command "update T set F = null where rowid = 29521";
Command "update T set F = null where rowid = 21664";
Command "update T set F = null where rowid = 33871";
Command "update T set F = null where rowid = 48212";
Command "update T set F = null where rowid = 36992";
Command "update T set F = null where rowid = 10506";
Command "update T set F = null where rowid = 37266";
Command "update T set F = null where rowid = 28687";
Command "update T set F = null where rowid = 821";
Command "update T set F = null where rowid = 32880";
Command "update T set F = null where rowid = 23359";
Command "update T set F = null where rowid = 5952";
Command "update T set F = null where rowid = 50555";
Command "update T set F = null where rowid = 16630";
Command "update T set F = null where rowid = 23078";
Command "update T set F = null where rowid = 44545";
Command "update T set F = null where rowid = 11927";
Command "update T set F = null where rowid = 20100";
Command "update T set F = null where rowid = 21773";
Command "update T set F = null where rowid = 3268";
Command "update T set F = null where rowid = 16142";
Command "update T set F = null where rowid = 16318";
Command "update T set F = null where rowid = 49805";
Command "update T set F = null where rowid = 5260";
Command "update T set F = null where rowid = 21620";
Command "update T set F = null where rowid = 6452";
Command "update T set F = null where rowid = 36729";
Command "update T set F = null where rowid = 30884";
Command "update T set F = null where rowid = 31706";
Command "update T set F = null where rowid = 11071";
Command "update T set F = null where rowid = 18719";
Command "update T set F = null where rowid = 39186";
Command "update T set F = null where rowid = 43425";
Command "update T set F = null where rowid = 37972";
Command "update T set F = null where rowid = 43723";
Command "update T set F = null where rowid = 27378";
Command "update T set F = null where rowid = 46202";
Command "update T set F = null where rowid = 55793";
Command "update T set F = null where rowid = 1612";
Command "update T set F = null where rowid = 56865";
Command "update T set F = null where rowid = 37026";
Command "update T set F = null where rowid = 7293";
Command "update T set F = null where rowid = 14248";
Command "update T set F = null where rowid = 38494";
Command "update T set F = null where rowid = 40047";
Command "update T set F = null where rowid = 55197";
Command "update T set F = null where rowid = 36612";
Command "update T set F = null where rowid = 26070";
Command "update T set F = null where rowid = 6206";
Command "update T set F = null where rowid = 56362";
Command "update T set F = null where rowid = 3624";
Command "update T set F = null where rowid = 41980";
Command "update T set F = null where rowid = 16373";
Command "update T set F = null where rowid = 43354";
Command "update T set F = null where rowid = 10594";
Command "update T set F = null where rowid = 32766";
Command "update T set F = null where rowid = 29733";
Command "update T set F = null where rowid = 49540";
Command "update T set F = null where rowid = 60419";
Command "update T set F = null where rowid = 11005";
Command "update T set F = null where rowid = 33387";
Command "update T set F = null where rowid = 22122";
Command "update T set F = null where rowid = 32836";
Command "update T set F = null where rowid = 42253";
Command "update T set F = null where rowid = 50250";
Command "update T set F = null where rowid = 41810";
Command "update T set F = null where rowid = 55322";
Command "update T set F = null where rowid = 3390";
Command "update T set F = null where rowid = 14293";
Command "update T set F = null where rowid = 42293";
Command "update T set F = null where rowid = 11284";
Command "update T set F = null where rowid = 60125";
Command "update T set F = null where rowid = 50044";
Command "update T set F = null where rowid = 39074";
Command "update T set F = null where rowid = 10913";
Command "update T set F = null where rowid = 485";
Command "update T set F = null where rowid = 13757";
Command "update T set F = null where rowid = 3736";
Command "update T set F = null where rowid = 43548";
Command "update T set F = null where rowid = 36979";
Command "update T set F = null where rowid = 52817";
Command "update T set F = null where rowid = 31169";
Command "update T set F = null where rowid = 13260";
Command "update T set F = null where rowid = 43576";
Command "update T set F = null where rowid = 33936";
Command "update T set F = null where rowid = 39780";
Command "update T set F = null where rowid = 16520";
Command "update T set F = null where rowid = 48122";
Command "update T set F = null where rowid = 20406";
Command "update T set F = null where rowid = 31466";
Command "update T set F = null where rowid = 59998";
Command "update T set F = null where rowid = 31163";
Command "update T set F = null where rowid = 16872";
Command "update T set F = null where rowid = 33997";
Command "update T set F = null where rowid = 28878";
Command "update T set F = null where rowid = 24382";
Command "update T set F = null where rowid = 30572";
Command "update T set F = null where rowid = 28121";
Command "update T set F = null where rowid = 37378";
Command "update T set F = null where rowid = 42143";
Command "update T set F = null where rowid = 39441";
Command "update T set F = null where rowid = 41000";
Command "update T set F = null where rowid = 61173";
Command "update T set F = null where rowid = 10975";
Command "update T set F = null where rowid = 46953";
Command "update T set F = null where rowid = 8075";
Command "update T set F = null where rowid = 14744";
Command "update T set F = null where rowid = 6294";
Command "update T set F = null where rowid = 36081";
Command "update T set F = null where rowid = 52836";
Command "update T set F = null where rowid = 58275";
Command "update T set F = null where rowid = 27145";
Command "update T set F = null where rowid = 12315";
Command "update T set F = null where rowid = 19248";
Command "update T set F = null where rowid = 31078";
Command "update T set F = null where rowid = 30438";
Command "update T set F = null where rowid = 4412";
Command "update T set F = null where rowid = 58479";
Command "update T set F = null where rowid = 23660";
Command "update T set F = null where rowid = 36238";
Command "update T set F = null where rowid = 6607";
Command "update T set F = null where rowid = 372";
Command "update T set F = null where rowid = 6711";
Command "update T set F = null where rowid = 5199";
Command "update T set F = null where rowid = 34589";
Command "update T set F = null where rowid = 50541";
Command "update T set F = null where rowid = 3398";
Command "update T set F = null where rowid = 19786";
Command "update T set F = null where rowid = 2342";
Command "update T set F = null where rowid = 5908";
Command "update T set F = null where rowid = 27029";
Command "update T set F = null where rowid = 44554";
Command "update T set F = null where rowid = 43495";
Command "update T set F = null where rowid = 35201";
Command "update T set F = null where rowid = 47344";
Command "update T set F = null where rowid = 42216";
Command "update T set F = null where rowid = 54505";
Command "update T set F = null where rowid = 22394";
Command "update T set F = null where rowid = 18349";
Command "update T set F = null where rowid = 5804";
Command "update T set F = null where rowid = 51594";
Command "update T set F = null where rowid = 40883";
Command "update T set F = null where rowid = 30399";
Command "update T set F = null where rowid = 29344";
Command "update T set F = null where rowid = 57271";
Command "update T set F = null where rowid = 48106";
Command "update T set F = null where rowid = 12192";
Command "update T set F = null where rowid = 51452";
Command "update T set F = null where rowid = 22213";
Command "update T set F = null where rowid = 11147";
Command "update T set F = null where rowid = 12054";
Command "update T set F = null where rowid = 55491";
Command "update T set F = null where rowid = 15811";
Command "update T set F = null where rowid = 38620";
Command "update T set F = null where rowid = 7771";
Command "update T set F = null where rowid = 45714";
Command "update T set F = null where rowid = 28013";
Command "update T set F = null where rowid = 35176";
Command "update T set F = null where rowid = 49508";
Command "update T set F = null where rowid = 35081";
Command "update T set F = null where rowid = 49878";
Command "update T set F = null where rowid = 61159";
Command "update T set F = null where rowid = 32865";
Command "update T set F = null where rowid = 31522";
Command "update T set F = null where rowid = 34919";
Command "update T set F = null where rowid = 8784";
Command "update T set F = null where rowid = 933";
Command "update T set F = null where rowid = 1161";
Command "update T set F = null where rowid = 28124";
Command "update T set F = null where rowid = 21013";
Command "update T set F = null where rowid = 52203";
Command "update T set F = null where rowid = 28706";
Command "update T set F = null where rowid = 4462";
Command "update T set F = null where rowid = 1138";
Command "update T set F = null where rowid = 6753";
Command "update T set F = null where rowid = 51399";
Command "update T set F = null where rowid = 588";
Command "update T set F = null where rowid = 17535";
Command "update T set F = null where rowid = 5090";
Command "update T set F = null where rowid = 3974";
Command "update T set F = null where rowid = 32489";
Command "update T set F = null where rowid = 59710";
Command "update T set F = null where rowid = 17958";
Command "update T set F = null where rowid = 23261";
Command "update T set F = null where rowid = 9855";
Command "update T set F = null where rowid = 34778";
Command "update T set F = null where rowid = 49186";
Command "update T set F = null where rowid = 35229";
Command "update T set F = null where rowid = 50201";
Command "update T set F = null where rowid = 10770";
Command "update T set F = null where rowid = 16505";
Command "update T set F = null where rowid = 50868";
Command "update T set F = null where rowid = 61034";
Command "update T set F = null where rowid = 10943";
Command "update T set F = null where rowid = 48412";
Command "update T set F = null where rowid = 48423";
Command "update T set F = null where rowid = 11797";
Command "update T set F = null where rowid = 39101";
Command "update T set F = null where rowid = 6100";
Command "update T set F = null where rowid = 13291";
Command "update T set F = null where rowid = 35466";
Command "update T set F = null where rowid = 39159";
Command "update T set F = null where rowid = 11084";
Command "update T set F = null where rowid = 42164";
Command "update T set F = null where rowid = 36017";
Command "update T set F = null where rowid = 9723";
Command "update T set F = null where rowid = 20614";
Command "update T set F = null where rowid = 1656";
Command "update T set F = null where rowid = 54934";
Command "update T set F = null where rowid = 1474";
Command "update T set F = null where rowid = 45984";
Command "update T set F = null where rowid = 57791";
Command "update T set F = null where rowid = 58436";
Command "update T set F = null where rowid = 55230";
Command "update T set F = null where rowid = 52712";
Command "update T set F = null where rowid = 31529";
Command "update T set F = null where rowid = 56000";
Command "update T set F = null where rowid = 24269";
Command "update T set F = null where rowid = 13265";
Command "update T set F = null where rowid = 28098";
Command "update T set F = null where rowid = 39935";
Command "update T set F = null where rowid = 16609";
Command "update T set F = null where rowid = 36100";
Command "update T set F = null where rowid = 31657";
Command "update T set F = null where rowid = 10932";
Command "update T set F = null where rowid = 3720";
Command "update T set F = null where rowid = 38030";
Command "update T set F = null where rowid = 24338";
Command "update T set F = null where rowid = 32518";
Command "update T set F = null where rowid = 34448";
Command "update T set F = null where rowid = 19116";
Command "update T set F = null where rowid = 11777";
Command "update T set F = null where rowid = 9990";
Command "update T set F = null where rowid = 16671";
Command "update T set F = null where rowid = 54393";
Command "update T set F = null where rowid = 54070";
Command "update T set F = null where rowid = 4865";
Command "update T set F = null where rowid = 29073";
Command "update T set F = null where rowid = 2415";
Command "update T set F = null where rowid = 31631";
Command "update T set F = null where rowid = 30575";
Command "update T set F = null where rowid = 52955";
Command "update T set F = null where rowid = 371";
Command "update T set F = null where rowid = 2931";
Command "update T set F = null where rowid = 1918";
Command "update T set F = null where rowid = 20624";
Command "update T set F = null where rowid = 38318";
Command "update T set F = null where rowid = 13673";
Command "update T set F = null where rowid = 13080";
Command "update T set F = null where rowid = 24794";
Command "update T set F = null where rowid = 33638";
Command "update T set F = null where rowid = 50586";
Command "update T set F = null where rowid = 56036";
Command "update T set F = null where rowid = 53014";
Command "update T set F = null where rowid = 26401";
Command "update T set F = null where rowid = 28517";
Command "update T set F = null where rowid = 49094";
Command "update T set F = null where rowid = 42197";
Command "update T set F = null where rowid = 61485";
Command "update T set F = null where rowid = 25918";
Command "update T set F = null where rowid = 20463";
Command "update T set F = null where rowid = 28349";
Command "update T set F = null where rowid = 25920";
Command "update T set F = null where rowid = 58769";
Command "update T set F = null where rowid = 43115";
Command "update T set F = null where rowid = 47294";
Command "update T set F = null where rowid = 20516";
Command "update T set F = null where rowid = 46828";
Command "update T set F = null where rowid = 7953";
Command "update T set F = null where rowid = 10600";
Command "update T set F = null where rowid = 37048";
Command "update T set F = null where rowid = 42471";
Command "update T set F = null where rowid = 10200";
Command "update T set F = null where rowid = 60919";
Command "update T set F = null where rowid = 23429";
Command "update T set F = null where rowid = 55584";
Command "update T set F = null where rowid = 16106";
Command "update T set F = null where rowid = 20181";
Command "update T set F = null where rowid = 46804";
Command "update T set F = null where rowid = 45778";
Command "update T set F = null where rowid = 18243";
Command "update T set F = null where rowid = 40673";
Command "update T set F = null where rowid = 16248";
Command "update T set F = null where rowid = 32201";
Command "update T set F = null where rowid = 44301";
Command "update T set F = null where rowid = 53020";
Command "update T set F = null where rowid = 18977";
Command "update T set F = null where rowid = 50563";
Command "update T set F = null where rowid = 41660";
Command "update T set F = null where rowid = 12212";
Command "update T set F = null where rowid = 48873";
Command "update T set F = null where rowid = 9025";
Command "update T set F = null where rowid = 58351";
Command "update T set F = null where rowid = 41150";
Command "update T set F = null where rowid = 14104";
Command "update T set F = null where rowid = 22177";
Command "update T set F = null where rowid = 36907";
Command "update T set F = null where rowid = 13619";
Command "update T set F = null where rowid = 35272";
Command "update T set F = null where rowid = 3461";
Command "update T set F = null where rowid = 6813";
Command "update T set F = null where rowid = 40816";
Command "update T set F = null where rowid = 50352";
Command "update T set F = null where rowid = 49980";
Command "update T set F = null where rowid = 48534";
Command "update T set F = null where rowid = 60652";
Command "update T set F = null where rowid = 53385";
Command "update T set F = null where rowid = 27215";
Command "update T set F = null where rowid = 19006";
Command "update T set F = null where rowid = 17284";
Command "update T set F = null where rowid = 42692";
Command "update T set F = null where rowid = 24757";
Command "update T set F = null where rowid = 27263";
Command "update T set F = null where rowid = 38432";
Command "update T set F = null where rowid = 4994";
Command "update T set F = null where rowid = 42947";
Command "update T set F = null where rowid = 52073";
Command "update T set F = null where rowid = 14207";
Command "update T set F = null where rowid = 43213";
Command "update T set F = null where rowid = 28330";
Command "update T set F = null where rowid = 44285";
Command "update T set F = null where rowid = 58746";
Command "update T set F = null where rowid = 3804";
Command "update T set F = null where rowid = 10403";
Command "update T set F = null where rowid = 20330";
Command "update T set F = null where rowid = 14287";
Command "update T set F = null where rowid = 40541";
Command "update T set F = null where rowid = 34535";
Command "update T set F = null where rowid = 24036";
Command "update T set F = null where rowid = 13821";
Command "update T set F = null where rowid = 52084";
Command "update T set F = null where rowid = 46443";
Command "update T set F = null where rowid = 12503";
Command "update T set F = null where rowid = 47468";
Command "update T set F = null where rowid = 38443";
Command "update T set F = null where rowid = 20936";
Command "update T set F = null where rowid = 13461";
Command "update T set F = null where rowid = 41632";
Command "update T set F = null where rowid = 42489";
Command "update T set F = null where rowid = 34329";
Command "update T set F = null where rowid = 43485";
Command "update T set F = null where rowid = 32964";
Command "update T set F = null where rowid = 6185";
Command "update T set F = null where rowid = 59167";
Command "update T set F = null where rowid = 23514";
Command "update T set F = null where rowid = 3864";
Command "update T set F = null where rowid = 35999";
Command "update T set F = null where rowid = 17520";
Command "update T set F = null where rowid = 4724";
Command "update T set F = null where rowid = 1796";
Command "update T set F = null where rowid = 33482";
Command "update T set F = null where rowid = 29156";
Command "update T set F = null where rowid = 36818";
Command "update T set F = null where rowid = 7396";
Command "update T set F = null where rowid = 22272";
Command "update T set F = null where rowid = 54598";
Command "update T set F = null where rowid = 16729";
Command "update T set F = null where rowid = 16343";
Command "update T set F = null where rowid = 42060";
Command "update T set F = null where rowid = 56692";
Command "update T set F = null where rowid = 9652";
Command "update T set F = null where rowid = 43544";
Command "update T set F = null where rowid = 49606";
Command "update T set F = null where rowid = 18001";
Command "update T set F = null where rowid = 43062";
Command "update T set F = null where rowid = 40476";
Command "update T set F = null where rowid = 26691";
Command "update T set F = null where rowid = 8677";
Command "update T set F = null where rowid = 29473";
Command "update T set F = null where rowid = 44193";
Command "update T set F = null where rowid = 36618";
Command "update T set F = null where rowid = 20426";
Command "update T set F = null where rowid = 53906";
Command "update T set F = null where rowid = 47979";
Command "update T set F = null where rowid = 7629";
Command "update T set F = null where rowid = 49825";
Command "update T set F = null where rowid = 5889";
Command "update T set F = null where rowid = 14699";
Command "update T set F = null where rowid = 34759";
Command "update T set F = null where rowid = 40726";
Command "update T set F = null where rowid = 7692";
Command "update T set F = null where rowid = 1299";
Command "update T set F = null where rowid = 14377";
Command "update T set F = null where rowid = 37424";
Command "update T set F = null where rowid = 36802";
Command "update T set F = null where rowid = 44289";
Command "update T set F = null where rowid = 44896";
Command "update T set F = null where rowid = 20347";
Command "update T set F = null where rowid = 29762";
Command "update T set F = null where rowid = 61352";
Command "update T set F = null where rowid = 28767";
Command "update T set F = null where rowid = 46483";
Command "update T set F = null where rowid = 17865";
Command "update T set F = null where rowid = 28900";
Command "update T set F = null where rowid = 39584";
Command "update T set F = null where rowid = 43828";
Command "update T set F = null where rowid = 54578";
Command "update T set F = null where rowid = 34967";
Command "update T set F = null where rowid = 12690";
Command "update T set F = null where rowid = 44165";
Command "update T set F = null where rowid = 38096";
Command "update T set F = null where rowid = 25593";
Command "update T set F = null where rowid = 618";
Command "update T set F = null where rowid = 49979";
Command "update T set F = null where rowid = 8955";
Command "update T set F = null where rowid = 9328";
Command "update T set F = null where rowid = 4874";
Command "update T set F = null where rowid = 8924";
Command "update T set F = null where rowid = 8254";
Command "update T set F = null where rowid = 50115";
Command "update T set F = null where rowid = 5296";
Command "update T set F = null where rowid = 16236";
Command "update T set F = null where rowid = 25227";
Command "update T set F = null where rowid = 37687";
Command "update T set F = null where rowid = 12572";
Command "update T set F = null where rowid = 16889";
Command "update T set F = null where rowid = 46401";
Command "update T set F = null where rowid = 31079";
Command "update T set F = null where rowid = 20051";
Command "update T set F = null where rowid = 3006";
Command "update T set F = null where rowid = 49860";
Command "update T set F = null where rowid = 9440";
Command "update T set F = null where rowid = 59827";
Command "update T set F = null where rowid = 37025";
Command "update T set F = null where rowid = 12115";
Command "update T set F = null where rowid = 38635";
Command "update T set F = null where rowid = 1464";
Command "update T set F = null where rowid = 12752";
Command "update T set F = null where rowid = 21496";
Command "update T set F = null where rowid = 44475";
Command "update T set F = null where rowid = 49209";
Command "update T set F = null where rowid = 32501";
Command "update T set F = null where rowid = 37254";
Command "update T set F = null where rowid = 20762";
Command "update T set F = null where rowid = 17931";
Command "update T set F = null where rowid = 41893";
Command "update T set F = null where rowid = 23149";
Command "update T set F = null where rowid = 30681";
Command "update T set F = null where rowid = 1479";
Command "update T set F = null where rowid = 48709";
Command "update T set F = null where rowid = 25809";
Command "update T set F = null where rowid = 60778";
Command "update T set F = null where rowid = 3871";
Command "update T set F = null where rowid = 9226";
Command "update T set F = null where rowid = 18753";
Command "update T set F = null where rowid = 20059";
Command "update T set F = null where rowid = 25887";
Command "update T set F = null where rowid = 33930";
Command "update T set F = null where rowid = 12466";
Command "update T set F = null where rowid = 58951";
Command "update T set F = null where rowid = 22541";
Command "update T set F = null where rowid = 47170";
Command "update T set F = null where rowid = 46687";
Command "update T set F = null where rowid = 36368";
Command "update T set F = null where rowid = 13473";
Command "update T set F = null where rowid = 37270";
Command "update T set F = null where rowid = 20799";
Command "update T set F = null where rowid = 11277";
Command "update T set F = null where rowid = 51592";
Command "update T set F = null where rowid = 21251";
Command "update T set F = null where rowid = 37699";
Command "update T set F = null where rowid = 59311";
Command "update T set F = null where rowid = 37700";
Command "update T set F = null where rowid = 44208";
Command "update T set F = null where rowid = 55195";
Command "update T set F = null where rowid = 61361";
Command "update T set F = null where rowid = 1527";
Command "update T set F = null where rowid = 44384";
Command "update T set F = null where rowid = 28001";
Command "update T set F = null where rowid = 52547";
Command "update T set F = null where rowid = 8601";
Command "update T set F = null where rowid = 18044";
Command "update T set F = null where rowid = 2891";
Command "update T set F = null where rowid = 13652";
Command "update T set F = null where rowid = 6907";
Command "update T set F = null where rowid = 12206";
Command "update T set F = null where rowid = 48366";
Command "update T set F = null where rowid = 10021";
Command "update T set F = null where rowid = 27669";
Command "update T set F = null where rowid = 45763";
Command "update T set F = null where rowid = 4142";
Command "update T set F = null where rowid = 18201";
Command "update T set F = null where rowid = 49417";
Command "update T set F = null where rowid = 29693";
Command "update T set F = null where rowid = 34043";
Command "update T set F = null where rowid = 7640";
Command "update T set F = null where rowid = 41762";
Command "update T set F = null where rowid = 41331";
Command "update T set F = null where rowid = 4053";
Command "update T set F = null where rowid = 39169";
Command "update T set F = null where rowid = 14818";
Command "update T set F = null where rowid = 12184";
Command "update T set F = null where rowid = 50494";
Command "update T set F = null where rowid = 58194";
Command "update T set F = null where rowid = 1893";
Command "update T set F = null where rowid = 16870";
Command "update T set F = null where rowid = 38130";
Command "update T set F = null where rowid = 8713";
Command "update T set F = null where rowid = 45314";
Command "update T set F = null where rowid = 8195";
Command "update T set F = null where rowid = 17679";
Command "update T set F = null where rowid = 5886";
Command "update T set F = null where rowid = 3436";
Command "update T set F = null where rowid = 19155";
Command "update T set F = null where rowid = 37614";
Command "update T set F = null where rowid = 39044";
Command "update T set F = null where rowid = 44703";
Command "update T set F = null where rowid = 39607";
Command "update T set F = null where rowid = 55173";
Command "update T set F = null where rowid = 38506";
Command "update T set F = null where rowid = 28851";
Command "update T set F = null where rowid = 60113";
Command "update T set F = null where rowid = 17882";
Command "update T set F = null where rowid = 47547";
Command "update T set F = null where rowid = 4639";
Command "update T set F = null where rowid = 23908";
Command "update T set F = null where rowid = 45686";
Command "update T set F = null where rowid = 40633";
Command "update T set F = null where rowid = 4910";
Command "update T set F = null where rowid = 42567";
Command "update T set F = null where rowid = 53789";
Command "update T set F = null where rowid = 51815";
Command "update T set F = null where rowid = 13035";
Command "update T set F = null where rowid = 3592";
Command "update T set F = null where rowid = 50113";
Command "update T set F = null where rowid = 51922";
Command "update T set F = null where rowid = 43532";
Command "update T set F = null where rowid = 55519";
Command "update T set F = null where rowid = 57238";
Command "update T set F = null where rowid = 29841";
Command "update T set F = null where rowid = 26073";
Command "update T set F = null where rowid = 47175";
Command "update T set F = null where rowid = 34122";
Command "update T set F = null where rowid = 2541";
Command "update T set F = null where rowid = 39376";
Command "update T set F = null where rowid = 59815";
Command "update T set F = null where rowid = 28398";
Command "update T set F = null where rowid = 15588";
Command "update T set F = null where rowid = 47599";
Command "update T set F = null where rowid = 42789";
Command "update T set F = null where rowid = 20146";
Command "update T set F = null where rowid = 23157";
Command "update T set F = null where rowid = 42738";
Command "update T set F = null where rowid = 22428";
Command "update T set F = null where rowid = 31268";
Command "update T set F = null where rowid = 51609";
Command "update T set F = null where rowid = 19277";
Command "update T set F = null where rowid = 12907";
Command "update T set F = null where rowid = 44940";
Command "update T set F = null where rowid = 43555";
Command "update T set F = null where rowid = 33496";
Command "update T set F = null where rowid = 31896";
Command "update T set F = null where rowid = 10252";
Command "update T set F = null where rowid = 14715";
Command "update T set F = null where rowid = 49251";
Command "update T set F = null where rowid = 38618";
Command "update T set F = null where rowid = 12226";
Command "update T set F = null where rowid = 48171";
Command "update T set F = null where rowid = 42177";
Command "update T set F = null where rowid = 33275";
Command "update T set F = null where rowid = 28590";
Command "update T set F = null where rowid = 21199";
Command "update T set F = null where rowid = 10220";
Command "update T set F = null where rowid = 20373";
Command "update T set F = null where rowid = 10455";
Command "update T set F = null where rowid = 19964";
Command "update T set F = null where rowid = 42741";
Command "update T set F = null where rowid = 51525";
Command "update T set F = null where rowid = 24331";
Command "update T set F = null where rowid = 41813";
Command "update T set F = null where rowid = 43243";
Command "update T set F = null where rowid = 21796";
Command "update T set F = null where rowid = 4770";
Command "update T set F = null where rowid = 30875";
Command "update T set F = null where rowid = 55041";
Command "update T set F = null where rowid = 51304";
Command "update T set F = null where rowid = 54109";
Command "update T set F = null where rowid = 23648";
Command "update T set F = null where rowid = 20193";
Command "update T set F = null where rowid = 38023";
Command "update T set F = null where rowid = 38445";
Command "update T set F = null where rowid = 58260";
Command "update T set F = null where rowid = 44732";
Command "update T set F = null where rowid = 58133";
Command "update T set F = null where rowid = 6377";
Command "update T set F = null where rowid = 38704";
Command "update T set F = null where rowid = 26812";
Command "update T set F = null where rowid = 50731";
Command "update T set F = null where rowid = 36896";
Command "update T set F = null where rowid = 34006";
Command "update T set F = null where rowid = 27555";
Command "update T set F = null where rowid = 56733";
Command "update T set F = null where rowid = 8585";
Command "update T set F = null where rowid = 57036";
Command "update T set F = null where rowid = 51037";
Command "update T set F = null where rowid = 24272";
Command "update T set F = null where rowid = 369";
Command "update T set F = null where rowid = 59372";
Command "update T set F = null where rowid = 27186";
Command "update T set F = null where rowid = 32109";
Command "update T set F = null where rowid = 48076";
Command "update T set F = null where rowid = 8564";
Command "update T set F = null where rowid = 56831";
Command "update T set F = null where rowid = 1749";
Command "update T set F = null where rowid = 9295";
Command "update T set F = null where rowid = 56689";
Command "update T set F = null where rowid = 32660";
Command "update T set F = null where rowid = 57441";
Command "update T set F = null where rowid = 22032";
Command "update T set F = null where rowid = 28584";
Command "update T set F = null where rowid = 51566";
Command "update T set F = null where rowid = 37455";
Command "update T set F = null where rowid = 37824";
Command "update T set F = null where rowid = 3925";
Command "update T set F = null where rowid = 6680";
Command "update T set F = null where rowid = 34020";
Command "update T set F = null where rowid = 11442";
Command "update T set F = null where rowid = 5884";
Command "update T set F = null where rowid = 7086";
Command "update T set F = null where rowid = 6303";
Command "update T set F = null where rowid = 55103";
Command "update T set F = null where rowid = 42078";
Command "update T set F = null where rowid = 14253";
Command "update T set F = null where rowid = 29434";
Command "update T set F = null where rowid = 44437";
Command "update T set F = null where rowid = 49541";
Command "update T set F = null where rowid = 51084";
Command "update T set F = null where rowid = 38541";
Command "update T set F = null where rowid = 17759";
Command "update T set F = null where rowid = 57229";
Command "update T set F = null where rowid = 39120";
Command "update T set F = null where rowid = 26893";
Command "update T set F = null where rowid = 51093";
Command "update T set F = null where rowid = 17096";
Command "update T set F = null where rowid = 13097";
Command "update T set F = null where rowid = 60855";
Command "update T set F = null where rowid = 33477";
Command "update T set F = null where rowid = 23460";
Command "update T set F = null where rowid = 4265";
Command "update T set F = null where rowid = 3465";
Command "update T set F = null where rowid = 17675";
Command "update T set F = null where rowid = 44532";
Command "update T set F = null where rowid = 53881";
Command "update T set F = null where rowid = 54534";
Command "update T set F = null where rowid = 11414";
Command "update T set F = null where rowid = 59320";
Command "update T set F = null where rowid = 31267";
Command "update T set F = null where rowid = 56939";
Command "update T set F = null where rowid = 36792";
Command "update T set F = null where rowid = 49323";
Command "update T set F = null where rowid = 42655";
Command "update T set F = null where rowid = 38054";
Command "update T set F = null where rowid = 713";
Command "update T set F = null where rowid = 22654";
Command "update T set F = null where rowid = 15815";
Command "update T set F = null where rowid = 56223";
Command "update T set F = null where rowid = 35417";
Command "update T set F = null where rowid = 20938";
Command "update T set F = null where rowid = 25289";
Command "update T set F = null where rowid = 50636";
Command "update T set F = null where rowid = 40511";
Command "update T set F = null where rowid = 36800";
Command "update T set F = null where rowid = 32863";
Command "update T set F = null where rowid = 18308";
Command "update T set F = null where rowid = 53256";
Command "update T set F = null where rowid = 36128";
Command "update T set F = null where rowid = 34516";
Command "update T set F = null where rowid = 44845";
Command "update T set F = null where rowid = 59572";
Command "update T set F = null where rowid = 16114";
Command "update T set F = null where rowid = 54927";
Command "update T set F = null where rowid = 42327";
Command "update T set F = null where rowid = 31187";
Command "update T set F = null where rowid = 18729";
Command "update T set F = null where rowid = 25460";
Command "update T set F = null where rowid = 25825";
Command "update T set F = null where rowid = 6888";
Command "update T set F = null where rowid = 26121";
Command "update T set F = null where rowid = 4103";
Command "update T set F = null where rowid = 34664";
Command "update T set F = null where rowid = 23365";
Command "update T set F = null where rowid = 11490";
Command "update T set F = null where rowid = 23495";
Command "update T set F = null where rowid = 26130";
Command "update T set F = null where rowid = 52627";
Command "update T set F = null where rowid = 42372";
Command "update T set F = null where rowid = 38906";
Command "update T set F = null where rowid = 28941";
Command "update T set F = null where rowid = 2592";
Command "update T set F = null where rowid = 41659";
Command "update T set F = null where rowid = 52441";
Command "update T set F = null where rowid = 9802";
Command "update T set F = null where rowid = 23522";
Command "update T set F = null where rowid = 19303";
Command "update T set F = null where rowid = 57412";
Command "update T set F = null where rowid = 13072";
Command "update T set F = null where rowid = 50041";
Command "update T set F = null where rowid = 17956";
Command "update T set F = null where rowid = 40942";
Command "update T set F = null where rowid = 3102";
Command "update T set F = null where rowid = 3886";
Command "update T set F = null where rowid = 18438";
Command "update T set F = null where rowid = 53246";
Command "update T set F = null where rowid = 56046";
Command "update T set F = null where rowid = 3714";
Command "update T set F = null where rowid = 15981";
Command "update T set F = null where rowid = 51994";
Command "update T set F = null where rowid = 14415";
Command "update T set F = null where rowid = 59579";
Command "update T set F = null where rowid = 15091";
Command "update T set F = null where rowid = 19540";
Command "update T set F = null where rowid = 41700";
Command "update T set F = null where rowid = 19486";
Command "update T set F = null where rowid = 55432";
Command "update T set F = null where rowid = 33867";
Command "update T set F = null where rowid = 47453";
Command "update T set F = null where rowid = 52640";
Command "update T set F = null where rowid = 27351";
Command "update T set F = null where rowid = 35191";
Command "update T set F = null where rowid = 20351";
Command "update T set F = null where rowid = 28729";
Command "update T set F = null where rowid = 29852";
Command "update T set F = null where rowid = 21683";
Command "update T set F = null where rowid = 36533";
Command "update T set F = null where rowid = 53404";
Command "update T set F = null where rowid = 49566";
Command "update T set F = null where rowid = 38656";
Command "update T set F = null where rowid = 60405";
Command "update T set F = null where rowid = 18297";
Command "update T set F = null where rowid = 8280";
Command "update T set F = null where rowid = 51159";
Command "update T set F = null where rowid = 28776";
Command "update T set F = null where rowid = 17239";
Command "update T set F = null where rowid = 57146";
Command "update T set F = null where rowid = 18415";
Command "update T set F = null where rowid = 5358";
Command "update T set F = null where rowid = 19186";
Command "update T set F = null where rowid = 20926";
Command "update T set F = null where rowid = 10161";
Command "update T set F = null where rowid = 8089";
Command "update T set F = null where rowid = 7099";
Command "update T set F = null where rowid = 18204";
Command "update T set F = null where rowid = 46070";
Command "update T set F = null where rowid = 58605";
Command "update T set F = null where rowid = 9438";
Command "update T set F = null where rowid = 19527";
Command "update T set F = null where rowid = 31695";
Command "update T set F = null where rowid = 11217";
Command "update T set F = null where rowid = 40264";
Command "update T set F = null where rowid = 43657";
Command "update T set F = null where rowid = 11219";
Command "update T set F = null where rowid = 56309";
Command "update T set F = null where rowid = 43113";
Command "update T set F = null where rowid = 38930";
Command "update T set F = null where rowid = 57836";
Command "update T set F = null where rowid = 44771";
Command "update T set F = null where rowid = 30052";
Command "update T set F = null where rowid = 24225";
Command "update T set F = null where rowid = 17225";
Command "update T set F = null where rowid = 61323";
Command "update T set F = null where rowid = 49614";
Command "update T set F = null where rowid = 4583";
Command "update T set F = null where rowid = 40447";
Command "update T set F = null where rowid = 46644";
Command "update T set F = null where rowid = 24844";
Command "update T set F = null where rowid = 17333";
Command "update T set F = null where rowid = 6632";
Command "update T set F = null where rowid = 23602";
Command "update T set F = null where rowid = 45451";
Command "update T set F = null where rowid = 3427";
Command "update T set F = null where rowid = 34210";
Command "update T set F = null where rowid = 29633";
Command "update T set F = null where rowid = 25094";
Command "update T set F = null where rowid = 37144";
Command "update T set F = null where rowid = 18010";
Command "update T set F = null where rowid = 39116";
Command "update T set F = null where rowid = 45872";
Command "update T set F = null where rowid = 22461";
Command "update T set F = null where rowid = 10938";
Command "update T set F = null where rowid = 52105";
Command "update T set F = null where rowid = 49403";
Command "update T set F = null where rowid = 51563";
Command "update T set F = null where rowid = 7280";
Command "update T set F = null where rowid = 50825";
Command "update T set F = null where rowid = 25381";
Command "update T set F = null where rowid = 25632";
Command "update T set F = null where rowid = 2978";
Command "update T set F = null where rowid = 13977";
Command "update T set F = null where rowid = 50298";
Command "update T set F = null where rowid = 27105";
Command "update T set F = null where rowid = 15743";
Command "update T set F = null where rowid = 1475";
Command "update T set F = null where rowid = 6946";
Command "update T set F = null where rowid = 30108";
Command "update T set F = null where rowid = 34532";
Command "update T set F = null where rowid = 30393";
Command "update T set F = null where rowid = 15271";
Command "update T set F = null where rowid = 15819";
Command "update T set F = null where rowid = 3778";
Command "update T set F = null where rowid = 57090";
Command "update T set F = null where rowid = 13338";
Command "update T set F = null where rowid = 54140";
Command "update T set F = null where rowid = 21237";
Command "update T set F = null where rowid = 3789";
Command "update T set F = null where rowid = 59595";
Command "update T set F = null where rowid = 33665";
Command "update T set F = null where rowid = 37109";
Command "update T set F = null where rowid = 36013";
Command "update T set F = null where rowid = 26909";
Command "update T set F = null where rowid = 4958";
Command "update T set F = null where rowid = 2381";
Command "update T set F = null where rowid = 45194";
Command "update T set F = null where rowid = 15186";
Command "update T set F = null where rowid = 25266";
Command "update T set F = null where rowid = 11496";
Command "update T set F = null where rowid = 14847";
Command "update T set F = null where rowid = 37083";
Command "update T set F = null where rowid = 4541";
Command "update T set F = null where rowid = 47852";
Command "update T set F = null where rowid = 31376";
Command "update T set F = null where rowid = 50053";
Command "update T set F = null where rowid = 51173";
Command "update T set F = null where rowid = 5673";
Command "update T set F = null where rowid = 25922";
Command "update T set F = null where rowid = 12251";
Command "update T set F = null where rowid = 505";
Command "update T set F = null where rowid = 33667";
Command "update T set F = null where rowid = 7825";
Command "update T set F = null where rowid = 3896";
Command "update T set F = null where rowid = 11205";
Command "update T set F = null where rowid = 58753";
Command "update T set F = null where rowid = 31372";
Command "update T set F = null where rowid = 38566";
Command "update T set F = null where rowid = 23374";
Command "update T set F = null where rowid = 53635";
Command "update T set F = null where rowid = 11898";
Command "update T set F = null where rowid = 4638";
Command "update T set F = null where rowid = 22046";
Command "update T set F = null where rowid = 51143";
Command "update T set F = null where rowid = 18873";
Command "update T set F = null where rowid = 28011";
Command "update T set F = null where rowid = 39691";
Command "update T set F = null where rowid = 53099";
Command "update T set F = null where rowid = 6423";
Command "update T set F = null where rowid = 28506";
Command "update T set F = null where rowid = 32434";
Command "update T set F = null where rowid = 49316";
Command "update T set F = null where rowid = 22443";
Command "update T set F = null where rowid = 30967";
Command "update T set F = null where rowid = 23406";
Command "update T set F = null where rowid = 58046";
Command "update T set F = null where rowid = 45143";
Command "update T set F = null where rowid = 53129";
Command "update T set F = null where rowid = 12775";
Command "update T set F = null where rowid = 47923";
Command "update T set F = null where rowid = 20906";
Command "update T set F = null where rowid = 9267";
Command "update T set F = null where rowid = 49577";
Command "update T set F = null where rowid = 17206";
Command "update T set F = null where rowid = 44910";
Command "update T set F = null where rowid = 43798";
Command "update T set F = null where rowid = 46020";
Command "update T set F = null where rowid = 53787";
Command "update T set F = null where rowid = 14448";
Command "update T set F = null where rowid = 54235";
Command "update T set F = null where rowid = 55833";
Command "update T set F = null where rowid = 34806";
Command "update T set F = null where rowid = 3314";
Command "update T set F = null where rowid = 18141";
Command "update T set F = null where rowid = 35075";
Command "update T set F = null where rowid = 8259";
Command "update T set F = null where rowid = 47573";
Command "update T set F = null where rowid = 45238";
Command "update T set F = null where rowid = 28021";
Command "update T set F = null where rowid = 771";
Command "update T set F = null where rowid = 26829";
Command "update T set F = null where rowid = 49051";
Command "update T set F = null where rowid = 14550";
Command "update T set F = null where rowid = 15909";
Command "update T set F = null where rowid = 31858";
Command "update T set F = null where rowid = 47882";
Command "update T set F = null where rowid = 25413";
Command "update T set F = null where rowid = 46312";
Command "update T set F = null where rowid = 45862";
Command "update T set F = null where rowid = 40563";
Command "update T set F = null where rowid = 43582";
Command "update T set F = null where rowid = 33748";
Command "update T set F = null where rowid = 34267";
Command "update T set F = null where rowid = 56988";
Command "update T set F = null where rowid = 37820";
Command "update T set F = null where rowid = 39151";
Command "update T set F = null where rowid = 60836";
Command "update T set F = null where rowid = 57965";
Command "update T set F = null where rowid = 26629";
Command "update T set F = null where rowid = 54412";
Command "update T set F = null where rowid = 57258";
Command "update T set F = null where rowid = 10402";
Command "update T set F = null where rowid = 40615";
Command "update T set F = null where rowid = 53925";
Command "update T set F = null where rowid = 45642";
Command "update T set F = null where rowid = 29265";
Command "update T set F = null where rowid = 53587";
Command "update T set F = null where rowid = 12158";
Command "update T set F = null where rowid = 51146";
Command "update T set F = null where rowid = 11536";
Command "update T set F = null where rowid = 44931";
Command "update T set F = null where rowid = 40454";
Command "update T set F = null where rowid = 43626";
Command "update T set F = null where rowid = 30863";
Command "update T set F = null where rowid = 17481";
Command "update T set F = null where rowid = 14634";
Command "update T set F = null where rowid = 26200";
Command "update T set F = null where rowid = 11334";
Command "update T set F = null where rowid = 58725";
Command "update T set F = null where rowid = 14872";
Command "update T set F = null where rowid = 9372";
Command "update T set F = null where rowid = 50248";
Command "update T set F = null where rowid = 31684";
Command "update T set F = null where rowid = 21652";
Command "update T set F = null where rowid = 33335";
Command "update T set F = null where rowid = 51292";
Command "update T set F = null where rowid = 45555";
Command "update T set F = null where rowid = 9194";
Command "update T set F = null where rowid = 43408";
Command "update T set F = null where rowid = 9174";
Command "update T set F = null where rowid = 44047";
Command "update T set F = null where rowid = 15080";
Command "update T set F = null where rowid = 49043";
Command "update T set F = null where rowid = 42308";
Command "update T set F = null where rowid = 58296";
Command "update T set F = null where rowid = 36354";
Command "update T set F = null where rowid = 5045";
Command "update T set F = null where rowid = 29869";
Command "update T set F = null where rowid = 24817";
Command "update T set F = null where rowid = 56378";
Command "update T set F = null where rowid = 43432";
Command "update T set F = null where rowid = 28445";
Command "update T set F = null where rowid = 31338";
Command "update T set F = null where rowid = 61247";
Command "update T set F = null where rowid = 29336";
Command "update T set F = null where rowid = 6634";
Command "update T set F = null where rowid = 57349";
Command "update T set F = null where rowid = 56926";
Command "update T set F = null where rowid = 53799";
Command "update T set F = null where rowid = 52883";
Command "update T set F = null where rowid = 23249";
Command "update T set F = null where rowid = 6009";
Command "update T set F = null where rowid = 55454";
Command "update T set F = null where rowid = 43110";
Command "update T set F = null where rowid = 47271";
Command "update T set F = null where rowid = 39839";
Command "update T set F = null where rowid = 45701";
Command "update T set F = null where rowid = 60361";
Command "update T set F = null where rowid = 46750";
Command "update T set F = null where rowid = 15043";
Command "update T set F = null where rowid = 33135";
Command "update T set F = null where rowid = 20272";
Command "update T set F = null where rowid = 4194";
Command "update T set F = null where rowid = 14616";
Command "update T set F = null where rowid = 443";
Command "update T set F = null where rowid = 22623";
Command "update T set F = null where rowid = 17825";
Command "update T set F = null where rowid = 54512";
Command "update T set F = null where rowid = 49738";
Command "update T set F = null where rowid = 60416";
Command "update T set F = null where rowid = 41171";
Command "update T set F = null where rowid = 39273";
Command "update T set F = null where rowid = 61052";
Command "update T set F = null where rowid = 49850";
Command "update T set F = null where rowid = 49162";
Command "update T set F = null where rowid = 16565";
Command "update T set F = null where rowid = 11353";
Command "update T set F = null where rowid = 11073";
Command "update T set F = null where rowid = 7468";
Command "update T set F = null where rowid = 38256";
Command "update T set F = null where rowid = 13248";
Command "update T set F = null where rowid = 29590";
Command "update T set F = null where rowid = 1000";
Command "update T set F = null where rowid = 29791";
Command "update T set F = null where rowid = 30166";
Command "update T set F = null where rowid = 6643";
Command "update T set F = null where rowid = 29664";
Command "update T set F = null where rowid = 37850";
Command "update T set F = null where rowid = 59261";
Command "update T set F = null where rowid = 5017";
Command "update T set F = null where rowid = 18628";
Command "update T set F = null where rowid = 1674";
Command "update T set F = null where rowid = 22399";
Command "update T set F = null where rowid = 33124";
Command "update T set F = null where rowid = 27829";
Command "update T set F = null where rowid = 55867";
Command "update T set F = null where rowid = 37023";
Command "update T set F = null where rowid = 27924";
Command "update T set F = null where rowid = 624";
Command "update T set F = null where rowid = 10093";
Command "update T set F = null where rowid = 19227";
Command "update T set F = null where rowid = 3632";
Command "update T set F = null where rowid = 46760";
Command "update T set F = null where rowid = 56773";
Command "update T set F = null where rowid = 41147";
Command "update T set F = null where rowid = 19923";
Command "update T set F = null where rowid = 4969";
Command "update T set F = null where rowid = 510";
Command "update T set F = null where rowid = 60554";
Command "update T set F = null where rowid = 11585";
Command "update T set F = null where rowid = 34105";
Command "update T set F = null where rowid = 31566";
Command "update T set F = null where rowid = 24679";
Command "update T set F = null where rowid = 59837";
Command "update T set F = null where rowid = 59746";
Command "update T set F = null where rowid = 50739";
Command "update T set F = null where rowid = 802";
Command "update T set F = null where rowid = 54973";
Command "update T set F = null where rowid = 34417";
Command "update T set F = null where rowid = 15326";
Command "update T set F = null where rowid = 18430";
Command "update T set F = null where rowid = 2296";
Command "update T set F = null where rowid = 51524";
Command "update T set F = null where rowid = 37045";
Command "update T set F = null where rowid = 34645";
Command "update T set F = null where rowid = 43317";
Command "update T set F = null where rowid = 58600";
Command "update T set F = null where rowid = 48486";
Command "update T set F = null where rowid = 21377";
Command "update T set F = null where rowid = 35930";
Command "update T set F = null where rowid = 53942";
Command "update T set F = null where rowid = 19360";
Command "update T set F = null where rowid = 26381";
Command "update T set F = null where rowid = 27824";
Command "update T set F = null where rowid = 14137";
Command "update T set F = null where rowid = 13184";
Command "update T set F = null where rowid = 58300";
Command "update T set F = null where rowid = 56863";
Command "update T set F = null where rowid = 2192";
Command "update T set F = null where rowid = 19441";
Command "update T set F = null where rowid = 11230";
Command "update T set F = null where rowid = 44787";
Command "update T set F = null where rowid = 13351";
Command "update T set F = null where rowid = 35058";
Command "update T set F = null where rowid = 56302";
Command "update T set F = null where rowid = 36692";
Command "update T set F = null where rowid = 55325";
Command "update T set F = null where rowid = 4460";
Command "update T set F = null where rowid = 24062";
Command "update T set F = null where rowid = 3547";
Command "update T set F = null where rowid = 45606";
Command "update T set F = null where rowid = 35631";
Command "update T set F = null where rowid = 20306";
Command "update T set F = null where rowid = 37594";
Command "update T set F = null where rowid = 14807";
Command "update T set F = null where rowid = 23284";
Command "update T set F = null where rowid = 49365";
Command "update T set F = null where rowid = 2297";
Command "update T set F = null where rowid = 9419";
Command "update T set F = null where rowid = 32468";
Command "update T set F = null where rowid = 2606";
Command "update T set F = null where rowid = 54428";
Command "update T set F = null where rowid = 5747";
Command "update T set F = null where rowid = 29162";
Command "update T set F = null where rowid = 56181";
Command "update T set F = null where rowid = 32451";
Command "update T set F = null where rowid = 16694";
Command "update T set F = null where rowid = 11423";
Command "update T set F = null where rowid = 1528";
Command "update T set F = null where rowid = 27444";
Command "update T set F = null where rowid = 29478";
Command "update T set F = null where rowid = 3001";
Command "update T set F = null where rowid = 39030";
Command "update T set F = null where rowid = 29952";
Command "update T set F = null where rowid = 34129";
Command "update T set F = null where rowid = 6084";
Command "update T set F = null where rowid = 40418";
Command "update T set F = null where rowid = 1277";
Command "update T set F = null where rowid = 60776";
Command "update T set F = null where rowid = 51770";
Command "update T set F = null where rowid = 51062";
Command "update T set F = null where rowid = 47802";
Command "update T set F = null where rowid = 22520";
Command "update T set F = null where rowid = 11755";
Command "update T set F = null where rowid = 10907";
Command "update T set F = null where rowid = 39173";
Command "update T set F = null where rowid = 52543";
Command "update T set F = null where rowid = 40206";
Command "update T set F = null where rowid = 5238";
Command "update T set F = null where rowid = 33428";
Command "update T set F = null where rowid = 47531";
Command "update T set F = null where rowid = 41992";
Command "update T set F = null where rowid = 44211";
Command "update T set F = null where rowid = 59778";
Command "update T set F = null where rowid = 30054";
Command "update T set F = null where rowid = 38546";
Command "update T set F = null where rowid = 61277";
Command "update T set F = null where rowid = 12213";
Command "update T set F = null where rowid = 534";
Command "update T set F = null where rowid = 24193";
Command "update T set F = null where rowid = 31048";
Command "update T set F = null where rowid = 16873";
Command "update T set F = null where rowid = 58807";
Command "update T set F = null where rowid = 6749";
Command "update T set F = null where rowid = 45170";
Command "update T set F = null where rowid = 54490";
Command "update T set F = null where rowid = 43146";
Command "update T set F = null where rowid = 25942";
Command "update T set F = null where rowid = 18620";
Command "update T set F = null where rowid = 30782";
Command "update T set F = null where rowid = 60953";
Command "update T set F = null where rowid = 14017";
Command "update T set F = null where rowid = 22874";
Command "update T set F = null where rowid = 49156";
Command "update T set F = null where rowid = 41617";
Command "update T set F = null where rowid = 4553";
Command "update T set F = null where rowid = 15699";
Command "update T set F = null where rowid = 53582";
Command "update T set F = null where rowid = 3946";
Command "update T set F = null where rowid = 56652";
Command "update T set F = null where rowid = 4457";
Command "update T set F = null where rowid = 23688";
Command "update T set F = null where rowid = 4640";
Command "update T set F = null where rowid = 41364";
Command "update T set F = null where rowid = 58057";
Command "update T set F = null where rowid = 4941";
Command "update T set F = null where rowid = 50781";
Command "update T set F = null where rowid = 56127";
Command "update T set F = null where rowid = 58838";
Command "update T set F = null where rowid = 1950";
Command "update T set F = null where rowid = 57159";
Command "update T set F = null where rowid = 35197";
Command "update T set F = null where rowid = 12802";
Command "update T set F = null where rowid = 52542";
Command "update T set F = null where rowid = 16034";
Command "update T set F = null where rowid = 39492";
Command "update T set F = null where rowid = 3117";
Command "update T set F = null where rowid = 15859";
Command "update T set F = null where rowid = 52759";
Command "update T set F = null where rowid = 34249";
Command "update T set F = null where rowid = 2750";
Command "update T set F = null where rowid = 557";
Command "update T set F = null where rowid = 26447";
Command "update T set F = null where rowid = 2175";
Command "update T set F = null where rowid = 26419";
Command "update T set F = null where rowid = 31755";
Command "update T set F = null where rowid = 7833";
Command "update T set F = null where rowid = 24449";
Command "update T set F = null where rowid = 58749";
Command "update T set F = null where rowid = 3484";
Command "update T set F = null where rowid = 9881";
Command "update T set F = null where rowid = 19297";
Command "update T set F = null where rowid = 41063";
Command "update T set F = null where rowid = 4073";
Command "update T set F = null where rowid = 10821";
Command "update T set F = null where rowid = 3870";
Command "update T set F = null where rowid = 43578";
Command "update T set F = null where rowid = 19641";
Command "update T set F = null where rowid = 57274";
Command "update T set F = null where rowid = 3675";
Command "update T set F = null where rowid = 46237";
Command "update T set F = null where rowid = 57767";
Command "update T set F = null where rowid = 2457";
Command "update T set F = null where rowid = 10269";
Command "update T set F = null where rowid = 20198";
Command "update T set F = null where rowid = 7141";
Command "update T set F = null where rowid = 33072";
Command "update T set F = null where rowid = 18639";
Command "update T set F = null where rowid = 55017";
Command "update T set F = null where rowid = 47680";
Command "update T set F = null where rowid = 38612";
Command "update T set F = null where rowid = 14216";
Command "update T set F = null where rowid = 16419";
Command "update T set F = null where rowid = 48003";
Command "update T set F = null where rowid = 16469";
Command "update T set F = null where rowid = 41738";
Command "update T set F = null where rowid = 32178";
Command "update T set F = null where rowid = 26468";
Command "update T set F = null where rowid = 59199";
Command "update T set F = null where rowid = 31381";
Command "update T set F = null where rowid = 26895";
Command "update T set F = null where rowid = 34769";
Command "update T set F = null where rowid = 24581";
Command "update T set F = null where rowid = 45152";
Command "update T set F = null where rowid = 48026";
Command "update T set F = null where rowid = 40426";
Command "update T set F = null where rowid = 19312";
Command "update T set F = null where rowid = 5136";
Command "update T set F = null where rowid = 24469";
Command "update T set F = null where rowid = 2050";
Command "update T set F = null where rowid = 45047";
Command "update T set F = null where rowid = 36050";
Command "update T set F = null where rowid = 3889";
Command "update T set F = null where rowid = 58848";
Command "update T set F = null where rowid = 39333";
Command "update T set F = null where rowid = 22329";
Command "update T set F = null where rowid = 25978";
Command "update T set F = null where rowid = 19385";
Command "update T set F = null where rowid = 40565";
Command "update T set F = null where rowid = 11749";
Command "update T set F = null where rowid = 46518";
Command "update T set F = null where rowid = 54581";
Command "update T set F = null where rowid = 60034";
Command "update T set F = null where rowid = 23479";
Command "update T set F = null where rowid = 55169";
Command "update T set F = null where rowid = 36703";
Command "update T set F = null where rowid = 24386";
Command "update T set F = null where rowid = 14265";
Command "update T set F = null where rowid = 17894";
Command "update T set F = null where rowid = 39799";
Command "update T set F = null where rowid = 47102";
Command "update T set F = null where rowid = 21435";
Command "update T set F = null where rowid = 46702";
Command "update T set F = null where rowid = 21400";
Command "update T set F = null where rowid = 51895";
Command "update T set F = null where rowid = 49332";
Command "update T set F = null where rowid = 47877";
Command "update T set F = null where rowid = 45506";
Command "update T set F = null where rowid = 46295";
Command "update T set F = null where rowid = 21757";
Command "update T set F = null where rowid = 24693";
Command "update T set F = null where rowid = 12093";
Command "update T set F = null where rowid = 53505";
Command "update T set F = null where rowid = 42534";
Command "update T set F = null where rowid = 49953";
Command "update T set F = null where rowid = 58667";
Command "update T set F = null where rowid = 19885";
Command "update T set F = null where rowid = 2011";
Command "update T set F = null where rowid = 30501";
Command "update T set F = null where rowid = 15633";
Command "update T set F = null where rowid = 60024";
Command "update T set F = null where rowid = 22588";
Command "update T set F = null where rowid = 36199";
Command "update T set F = null where rowid = 44256";
Command "update T set F = null where rowid = 2818";
Command "update T set F = null where rowid = 2141";
Command "update T set F = null where rowid = 47911";
Command "update T set F = null where rowid = 36717";
Command "update T set F = null where rowid = 7852";
Command "update T set F = null where rowid = 48983";
Command "update T set F = null where rowid = 32130";
Command "update T set F = null where rowid = 6669";
Command "update T set F = null where rowid = 48955";
Command "update T set F = null where rowid = 42940";
Command "update T set F = null where rowid = 3083";
Command "update T set F = null where rowid = 55818";
Command "update T set F = null where rowid = 30459";
Command "update T set F = null where rowid = 21811";
Command "update T set F = null where rowid = 48434";
Command "update T set F = null where rowid = 52623";
Command "update T set F = null where rowid = 22382";
Command "update T set F = null where rowid = 48243";
Command "update T set F = null where rowid = 10762";
Command "update T set F = null where rowid = 34874";
Command "update T set F = null where rowid = 9529";
Command "update T set F = null where rowid = 13981";
Command "update T set F = null where rowid = 3126";
Command "update T set F = null where rowid = 53258";
Command "update T set F = null where rowid = 23758";
Command "update T set F = null where rowid = 35923";
Command "update T set F = null where rowid = 44296";
Command "update T set F = null where rowid = 44148";
Command "update T set F = null where rowid = 16044";
Command "update T set F = null where rowid = 17981";
Command "update T set F = null where rowid = 18475";
Command "update T set F = null where rowid = 2498";
Command "update T set F = null where rowid = 44557";
Command "update T set F = null where rowid = 10476";
Command "update T set F = null where rowid = 10577";
Command "update T set F = null where rowid = 43554";
Command "update T set F = null where rowid = 54097";
Command "update T set F = null where rowid = 37099";
Command "update T set F = null where rowid = 58556";
Command "update T set F = null where rowid = 6346";
Command "update T set F = null where rowid = 3835";
Command "update T set F = null where rowid = 28958";
Command "update T set F = null where rowid = 6325";
Command "update T set F = null where rowid = 57696";
Command "update T set F = null where rowid = 59722";
Command "update T set F = null where rowid = 33459";
Command "update T set F = null where rowid = 2980";
Command "update T set F = null where rowid = 5489";
Command "update T set F = null where rowid = 22165";
Command "update T set F = null where rowid = 16116";
Command "update T set F = null where rowid = 15426";
Command "update T set F = null where rowid = 38980";
Command "update T set F = null where rowid = 1539";
Command "update T set F = null where rowid = 40834";
Command "update T set F = null where rowid = 48186";
Command "update T set F = null where rowid = 32174";
Command "update T set F = null where rowid = 19617";
Command "update T set F = null where rowid = 20208";
Command "update T set F = null where rowid = 47755";
Command "update T set F = null where rowid = 659";
Command "update T set F = null where rowid = 29827";
Command "update T set F = null where rowid = 38815";
Command "update T set F = null where rowid = 5450";
Command "update T set F = null where rowid = 57297";
Command "update T set F = null where rowid = 4765";
Command "update T set F = null where rowid = 18890";
Command "update T set F = null where rowid = 25187";
Command "update T set F = null where rowid = 39255";
Command "update T set F = null where rowid = 7155";
Command "update T set F = null where rowid = 59048";
Command "update T set F = null where rowid = 34691";
Command "update T set F = null where rowid = 2633";
Command "update T set F = null where rowid = 33515";
Command "update T set F = null where rowid = 9169";
Command "update T set F = null where rowid = 17155";
Command "update T set F = null where rowid = 20803";
Command "update T set F = null where rowid = 53215";
Command "update T set F = null where rowid = 37461";
Command "update T set F = null where rowid = 39580";
Command "update T set F = null where rowid = 12148";
Command "update T set F = null where rowid = 20345";
Command "update T set F = null where rowid = 47455";
Command "update T set F = null where rowid = 40985";
Command "update T set F = null where rowid = 24631";
Command "update T set F = null where rowid = 49352";
Command "update T set F = null where rowid = 48521";
Command "update T set F = null where rowid = 41478";
Command "update T set F = null where rowid = 4898";
Command "update T set F = null where rowid = 44209";
Command "update T set F = null where rowid = 47598";
Command "update T set F = null where rowid = 46837";
Command "update T set F = null where rowid = 45057";
Command "update T set F = null where rowid = 5086";
Command "update T set F = null where rowid = 11993";
Command "update T set F = null where rowid = 27218";
Command "update T set F = null where rowid = 55599";
Command "update T set F = null where rowid = 16188";
Command "update T set F = null where rowid = 37804";
Command "update T set F = null where rowid = 34898";
Command "update T set F = null where rowid = 39417";
Command "update T set F = null where rowid = 40322";
Command "update T set F = null where rowid = 47216";
Command "update T set F = null where rowid = 35088";
Command "update T set F = null where rowid = 43711";
Command "update T set F = null where rowid = 17415";
Command "update T set F = null where rowid = 3299";
Command "update T set F = null where rowid = 12945";
Command "update T set F = null where rowid = 31123";
Command "update T set F = null where rowid = 35204";
Command "update T set F = null where rowid = 35732";
Command "update T set F = null where rowid = 5675";
Command "update T set F = null where rowid = 44576";
Command "update T set F = null where rowid = 25404";
Command "update T set F = null where rowid = 6033";
Command "update T set F = null where rowid = 24440";
Command "update T set F = null where rowid = 39056";
Command "update T set F = null where rowid = 24203";
Command "update T set F = null where rowid = 30447";
Command "update T set F = null where rowid = 61249";
Command "update T set F = null where rowid = 202";
Command "update T set F = null where rowid = 5555";
Command "update T set F = null where rowid = 28985";
Command "update T set F = null where rowid = 56324";
Command "update T set F = null where rowid = 10251";
Command "update T set F = null where rowid = 28556";
Command "update T set F = null where rowid = 7046";
Command "update T set F = null where rowid = 41496";
Command "update T set F = null where rowid = 40990";
Command "update T set F = null where rowid = 14669";
Command "update T set F = null where rowid = 24541";
Command "update T set F = null where rowid = 7745";
Command "update T set F = null where rowid = 54518";
Command "update T set F = null where rowid = 50230";
Command "update T set F = null where rowid = 14878";
Command "update T set F = null where rowid = 17108";
Command "update T set F = null where rowid = 54164";
Command "update T set F = null where rowid = 7676";
Command "update T set F = null where rowid = 23678";
Command "update T set F = null where rowid = 25481";
Command "update T set F = null where rowid = 30045";
Command "update T set F = null where rowid = 50567";
Command "update T set F = null where rowid = 9884";
Command "update T set F = null where rowid = 43238";
Command "update T set F = null where rowid = 34960";
Command "update T set F = null where rowid = 46240";
Command "update T set F = null where rowid = 21897";
Command "update T set F = null where rowid = 51648";
Command "update T set F = null where rowid = 773";
Command "update T set F = null where rowid = 2055";
Command "update T set F = null where rowid = 37885";
Command "update T set F = null where rowid = 58563";
Command "update T set F = null where rowid = 30527";
Command "update T set F = null where rowid = 34845";
Command "update T set F = null where rowid = 28880";
Command "update T set F = null where rowid = 49423";
Command "update T set F = null where rowid = 35269";
Command "update T set F = null where rowid = 4175";
Command "update T set F = null where rowid = 13099";
Command "update T set F = null where rowid = 39198";
Command "update T set F = null where rowid = 5518";
Command "update T set F = null where rowid = 10040";
Command "update T set F = null where rowid = 40710";
Command "update T set F = null where rowid = 19767";
Command "update T set F = null where rowid = 664";
Command "update T set F = null where rowid = 26354";
Command "update T set F = null where rowid = 24712";
Command "update T set F = null where rowid = 54832";
Command "update T set F = null where rowid = 20732";
Command "update T set F = null where rowid = 45119";
Command "update T set F = null where rowid = 29253";
Command "update T set F = null where rowid = 55879";
Command "update T set F = null where rowid = 54821";
Command "update T set F = null where rowid = 37517";
Command "update T set F = null where rowid = 25053";
Command "update T set F = null where rowid = 6906";
Command "update T set F = null where rowid = 5915";
Command "update T set F = null where rowid = 60913";
Command "update T set F = null where rowid = 33400";
Command "update T set F = null where rowid = 10275";
Command "update T set F = null where rowid = 32707";
Command "update T set F = null where rowid = 21042";
Command "update T set F = null where rowid = 4392";
Command "update T set F = null where rowid = 9860";
Command "update T set F = null where rowid = 44422";
Command "update T set F = null where rowid = 10444";
Command "update T set F = null where rowid = 35511";
Command "update T set F = null where rowid = 49502";
Command "update T set F = null where rowid = 46247";
Command "update T set F = null where rowid = 59678";
Command "update T set F = null where rowid = 25303";
Command "update T set F = null where rowid = 50179";
Command "update T set F = null where rowid = 28107";
Command "update T set F = null where rowid = 46663";
Command "update T set F = null where rowid = 57122";
Command "update T set F = null where rowid = 28795";
Command "update T set F = null where rowid = 44479";
Command "update T set F = null where rowid = 20402";
Command "update T set F = null where rowid = 9446";
Command "update T set F = null where rowid = 1844";
Command "update T set F = null where rowid = 16059";
Command "update T set F = null where rowid = 27994";
Command "update T set F = null where rowid = 54798";
Command "update T set F = null where rowid = 44109";
Command "update T set F = null where rowid = 22920";
Command "update T set F = null where rowid = 19190";
Command "update T set F = null where rowid = 47288";
Command "update T set F = null where rowid = 25857";
Command "update T set F = null where rowid = 35441";
Command "update T set F = null where rowid = 20896";
Command "update T set F = null where rowid = 34021";
Command "update T set F = null where rowid = 56890";
Command "update T set F = null where rowid = 17047";
Command "update T set F = null where rowid = 11330";
Command "update T set F = null where rowid = 3816";
Command "update T set F = null where rowid = 22024";
Command "update T set F = null where rowid = 38234";
Command "update T set F = null where rowid = 52545";
Command "update T set F = null where rowid = 39142";
Command "update T set F = null where rowid = 36779";
Command "update T set F = null where rowid = 14420";
Command "update T set F = null where rowid = 8913";
Command "update T set F = null where rowid = 46807";
Command "update T set F = null where rowid = 19667";
Command "update T set F = null where rowid = 40027";
Command "update T set F = null where rowid = 45440";
Command "update T set F = null where rowid = 15878";
Command "update T set F = null where rowid = 37857";
Command "update T set F = null where rowid = 17174";
Command "update T set F = null where rowid = 42019";
Command "update T set F = null where rowid = 24953";
Command "update T set F = null where rowid = 22344";
Command "update T set F = null where rowid = 8926";
Command "update T set F = null where rowid = 28809";
Command "update T set F = null where rowid = 33630";
Command "update T set F = null where rowid = 18414";
Command "update T set F = null where rowid = 22578";
Command "update T set F = null where rowid = 47709";
Command "update T set F = null where rowid = 24523";
Command "update T set F = null where rowid = 1424";
Command "update T set F = null where rowid = 21684";
Command "update T set F = null where rowid = 59598";
Command "update T set F = null where rowid = 7204";
Command "update T set F = null where rowid = 42618";
Command "update T set F = null where rowid = 20774";
Command "update T set F = null where rowid = 13518";
Command "update T set F = null where rowid = 13283";
Command "update T set F = null where rowid = 14844";
Command "update T set F = null where rowid = 30486";
Command "update T set F = null where rowid = 50426";
Command "update T set F = null where rowid = 52941";
Command "update T set F = null where rowid = 25997";
Command "update T set F = null where rowid = 32385";
Command "update T set F = null where rowid = 5135";
Command "update T set F = null where rowid = 58022";
Command "update T set F = null where rowid = 46165";
Command "update T set F = null where rowid = 39621";
Command "update T set F = null where rowid = 49603";
Command "update T set F = null where rowid = 36645";
Command "update T set F = null where rowid = 38644";
Command "update T set F = null where rowid = 58689";
Command "update T set F = null where rowid = 13886";
Command "update T set F = null where rowid = 35195";
Command "update T set F = null where rowid = 12619";
Command "update T set F = null where rowid = 8974";
Command "update T set F = null where rowid = 42156";
Command "update T set F = null where rowid = 36187";
Command "update T set F = null where rowid = 20668";
Command "update T set F = null where rowid = 36302";
Command "update T set F = null where rowid = 4121";
Command "update T set F = null where rowid = 26743";
Command "update T set F = null where rowid = 6085";
Command "update T set F = null where rowid = 39459";
Command "update T set F = null where rowid = 17533";
Command "update T set F = null where rowid = 4552";
Command "update T set F = null where rowid = 10585";
Command "update T set F = null where rowid = 47847";
Command "update T set F = null where rowid = 29249";
Command "update T set F = null where rowid = 32978";
Command "update T set F = null where rowid = 56093";
Command "update T set F = null where rowid = 11523";
Command "update T set F = null where rowid = 58167";
Command "update T set F = null where rowid = 47040";
Command "update T set F = null where rowid = 53420";
Command "update T set F = null where rowid = 15398";
Command "update T set F = null where rowid = 50576";
Command "update T set F = null where rowid = 24985";
Command "update T set F = null where rowid = 44344";
Command "update T set F = null where rowid = 1260";
Command "update T set F = null where rowid = 16566";
Command "update T set F = null where rowid = 21647";
Command "update T set F = null where rowid = 28567";
Command "update T set F = null where rowid = 7119";
Command "update T set F = null where rowid = 4654";
Command "update T set F = null where rowid = 11963";
Command "update T set F = null where rowid = 50167";
Command "update T set F = null where rowid = 45684";
Command "update T set F = null where rowid = 44730";
Command "update T set F = null where rowid = 48783";
Command "update T set F = null where rowid = 45719";
Command "update T set F = null where rowid = 7666";
Command "update T set F = null where rowid = 43857";
Command "update T set F = null where rowid = 33060";
Command "update T set F = null where rowid = 24060";
Command "update T set F = null where rowid = 44537";
Command "update T set F = null where rowid = 9119";
Command "update T set F = null where rowid = 11266";
Command "update T set F = null where rowid = 22828";
Command "update T set F = null where rowid = 29900";
Command "update T set F = null where rowid = 17334";
Command "update T set F = null where rowid = 1831";
Command "update T set F = null where rowid = 12245";
Command "update T set F = null where rowid = 27057";
Command "update T set F = null where rowid = 18765";
Command "update T set F = null where rowid = 16972";
Command "update T set F = null where rowid = 56109";
Command "update T set F = null where rowid = 34700";
Command "update T set F = null where rowid = 35450";
Command "update T set F = null where rowid = 18882";
Command "update T set F = null where rowid = 46363";
Command "update T set F = null where rowid = 55698";
Command "update T set F = null where rowid = 30338";
Command "update T set F = null where rowid = 60832";
Command "update T set F = null where rowid = 33726";
Command "update T set F = null where rowid = 18838";
Command "update T set F = null where rowid = 18135";
Command "update T set F = null where rowid = 484";
Command "update T set F = null where rowid = 41410";
Command "update T set F = null where rowid = 26886";
Command "update T set F = null where rowid = 28847";
Command "update T set F = null where rowid = 4503";
Command "update T set F = null where rowid = 51305";
Command "update T set F = null where rowid = 31493";
Command "update T set F = null where rowid = 49470";
Command "update T set F = null where rowid = 3673";
Command "update T set F = null where rowid = 5751";
Command "update T set F = null where rowid = 53035";
Command "update T set F = null where rowid = 45195";
Command "update T set F = null where rowid = 28861";
Command "update T set F = null where rowid = 23485";
Command "update T set F = null where rowid = 31792";
Command "update T set F = null where rowid = 13403";
Command "update T set F = null where rowid = 50385";
Command "update T set F = null where rowid = 58855";
Command "update T set F = null where rowid = 10508";
Command "update T set F = null where rowid = 33907";
Command "update T set F = null where rowid = 1700";
Command "update T set F = null where rowid = 32260";
Command "update T set F = null where rowid = 26701";
Command "update T set F = null where rowid = 34310";
Command "update T set F = null where rowid = 50369";
Command "update T set F = null where rowid = 44484";
Command "update T set F = null where rowid = 29846";
Command "update T set F = null where rowid = 26932";
Command "update T set F = null where rowid = 8004";
Command "update T set F = null where rowid = 48272";
Command "update T set F = null where rowid = 54568";
Command "update T set F = null where rowid = 30013";
Command "update T set F = null where rowid = 37243";
Command "update T set F = null where rowid = 54410";
Command "update T set F = null where rowid = 59651";
Command "update T set F = null where rowid = 32026";
Command "update T set F = null where rowid = 7705";
Command "update T set F = null where rowid = 41033";
Command "update T set F = null where rowid = 15518";
Command "update T set F = null where rowid = 49455";
Command "update T set F = null where rowid = 47105";
Command "update T set F = null where rowid = 59624";
Command "update T set F = null where rowid = 7518";
Command "update T set F = null where rowid = 32854";
Command "update T set F = null where rowid = 35655";
Command "update T set F = null where rowid = 59521";
Command "update T set F = null where rowid = 33369";
Command "update T set F = null where rowid = 33122";
Command "update T set F = null where rowid = 18614";
Command "update T set F = null where rowid = 26064";
Command "update T set F = null where rowid = 21413";
Command "update T set F = null where rowid = 42220";
Command "update T set F = null where rowid = 53931";
Command "update T set F = null where rowid = 17162";
Command "update T set F = null where rowid = 21674";
Command "update T set F = null where rowid = 2155";
Command "update T set F = null where rowid = 39877";
Command "update T set F = null where rowid = 55591";
Command "update T set F = null where rowid = 40059";
Command "update T set F = null where rowid = 50606";
Command "update T set F = null where rowid = 40748";
Command "update T set F = null where rowid = 54823";
Command "update T set F = null where rowid = 42006";
Command "update T set F = null where rowid = 59938";
Command "update T set F = null where rowid = 32840";
Command "update T set F = null where rowid = 26538";
Command "update T set F = null where rowid = 38407";
Command "update T set F = null where rowid = 3604";
Command "update T set F = null where rowid = 21204";
Command "update T set F = null where rowid = 7665";
Command "update T set F = null where rowid = 55850";
Command "update T set F = null where rowid = 37522";
Command "update T set F = null where rowid = 4007";
Command "update T set F = null where rowid = 57930";
Command "update T set F = null where rowid = 20964";
Command "update T set F = null where rowid = 8816";
Command "update T set F = null where rowid = 28932";
Command "update T set F = null where rowid = 8457";
Command "update T set F = null where rowid = 16364";
Command "update T set F = null where rowid = 61466";
Command "update T set F = null where rowid = 46133";
Command "update T set F = null where rowid = 39083";
Command "update T set F = null where rowid = 5709";
Command "update T set F = null where rowid = 14779";
Command "update T set F = null where rowid = 18698";
Command "update T set F = null where rowid = 44497";
Command "update T set F = null where rowid = 16406";
Command "update T set F = null where rowid = 22202";
Command "update T set F = null where rowid = 36766";
Command "update T set F = null where rowid = 15672";
Command "update T set F = null where rowid = 25469";
Command "update T set F = null where rowid = 40731";
Command "update T set F = null where rowid = 20148";
Command "update T set F = null where rowid = 26724";
Command "update T set F = null where rowid = 27591";
Command "update T set F = null where rowid = 47779";
Command "update T set F = null where rowid = 6148";
Command "update T set F = null where rowid = 16874";
Command "update T set F = null where rowid = 42051";
Command "update T set F = null where rowid = 30407";
Command "update T set F = null where rowid = 5371";
Command "update T set F = null where rowid = 12538";
Command "update T set F = null where rowid = 59040";
Command "update T set F = null where rowid = 37358";
Command "update T set F = null where rowid = 25008";
Command "update T set F = null where rowid = 54590";
Command "update T set F = null where rowid = 61036";
Command "update T set F = null where rowid = 8932";
Command "update T set F = null where rowid = 35477";
Command "update T set F = null where rowid = 55362";
Command "update T set F = null where rowid = 57986";
Command "update T set F = null where rowid = 2950";
Command "update T set F = null where rowid = 29712";
Command "update T set F = null where rowid = 23626";
Command "update T set F = null where rowid = 7827";
Command "update T set F = null where rowid = 5478";
Command "update T set F = null where rowid = 48995";
Command "update T set F = null where rowid = 12260";
Command "update T set F = null where rowid = 12053";
Command "update T set F = null where rowid = 49216";
Command "update T set F = null where rowid = 36307";
Command "update T set F = null where rowid = 44448";
Command "update T set F = null where rowid = 17902";
Command "update T set F = null where rowid = 38048";
Command "update T set F = null where rowid = 10271";
Command "update T set F = null where rowid = 45524";
Command "update T set F = null where rowid = 17534";
Command "update T set F = null where rowid = 40682";
Command "update T set F = null where rowid = 57296";
Command "update T set F = null where rowid = 46852";
Command "update T set F = null where rowid = 49249";
Command "update T set F = null where rowid = 36093";
Command "update T set F = null where rowid = 3625";
Command "update T set F = null where rowid = 56697";
Command "update T set F = null where rowid = 3786";
Command "update T set F = null where rowid = 6702";
Command "update T set F = null where rowid = 39115";
Command "update T set F = null where rowid = 10779";
Command "update T set F = null where rowid = 52405";
Command "update T set F = null where rowid = 41119";
Command "update T set F = null where rowid = 22091";
Command "update T set F = null where rowid = 39022";
Command "update T set F = null where rowid = 53060";
Command "update T set F = null where rowid = 49260";
Command "update T set F = null where rowid = 5781";
Command "update T set F = null where rowid = 53214";
Command "update T set F = null where rowid = 51730";
Command "update T set F = null where rowid = 59114";
Command "update T set F = null where rowid = 47626";
Command "update T set F = null where rowid = 46575";
Command "update T set F = null where rowid = 13229";
Command "update T set F = null where rowid = 25320";
Command "update T set F = null where rowid = 7506";
Command "update T set F = null where rowid = 54549";
Command "update T set F = null where rowid = 46228";
Command "update T set F = null where rowid = 9451";
Command "update T set F = null where rowid = 60659";
Command "update T set F = null where rowid = 29020";
Command "update T set F = null where rowid = 17156";
Command "update T set F = null where rowid = 50599";
Command "update T set F = null where rowid = 10240";
Command "update T set F = null where rowid = 17800";
Command "update T set F = null where rowid = 29894";
Command "update T set F = null where rowid = 21466";
Command "update T set F = null where rowid = 49017";
Command "update T set F = null where rowid = 44587";
Command "update T set F = null where rowid = 9343";
Command "update T set F = null where rowid = 23211";
Command "update T set F = null where rowid = 50761";
Command "update T set F = null where rowid = 50310";
Command "update T set F = null where rowid = 26859";
Command "update T set F = null where rowid = 2859";
Command "update T set F = null where rowid = 1560";
Command "update T set F = null where rowid = 39868";
Command "update T set F = null where rowid = 23938";
Command "update T set F = null where rowid = 5536";
Command "update T set F = null where rowid = 15386";
Command "update T set F = null where rowid = 4435";
Command "update T set F = null where rowid = 42544";
Command "update T set F = null where rowid = 59342";
Command "update T set F = null where rowid = 33006";
Command "update T set F = null where rowid = 23998";
Command "update T set F = null where rowid = 10897";
Command "update T set F = null where rowid = 11522";
Command "update T set F = null where rowid = 46329";
Command "update T set F = null where rowid = 41338";
Command "update T set F = null where rowid = 47681";
Command "update T set F = null where rowid = 56193";
Command "update T set F = null where rowid = 549";
Command "update T set F = null where rowid = 24831";
Command "update T set F = null where rowid = 19325";
Command "update T set F = null where rowid = 3492";
Command "update T set F = null where rowid = 48204";
Command "update T set F = null where rowid = 26616";
Command "update T set F = null where rowid = 45323";
Command "update T set F = null where rowid = 5565";
Command "update T set F = null where rowid = 52108";
Command "update T set F = null where rowid = 6734";
Command "update T set F = null where rowid = 34768";
Command "update T set F = null where rowid = 10526";
Command "update T set F = null where rowid = 28649";
Command "update T set F = null where rowid = 40525";
Command "update T set F = null where rowid = 40228";
Command "update T set F = null where rowid = 21451";
Command "update T set F = null where rowid = 38866";
Command "update T set F = null where rowid = 34892";
Command "update T set F = null where rowid = 50346";
Command "update T set F = null where rowid = 14309";
Command "update T set F = null where rowid = 50619";
Command "update T set F = null where rowid = 32848";
Command "update T set F = null where rowid = 41110";
Command "update T set F = null where rowid = 58555";
Command "update T set F = null where rowid = 46197";
Command "update T set F = null where rowid = 4697";
Command "update T set F = null where rowid = 56918";
Command "update T set F = null where rowid = 13603";
Command "update T set F = null where rowid = 29993";
Command "update T set F = null where rowid = 53033";
Command "update T set F = null where rowid = 18871";
Command "update T set F = null where rowid = 15399";
Command "update T set F = null where rowid = 40611";
Command "update T set F = null where rowid = 5345";
Command "update T set F = null where rowid = 55634";
Command "update T set F = null where rowid = 36939";
Command "update T set F = null where rowid = 50188";
Command "update T set F = null where rowid = 4642";
Command "update T set F = null where rowid = 56392";
Command "update T set F = null where rowid = 8015";
Command "update T set F = null where rowid = 38269";
Command "update T set F = null where rowid = 54243";
Command "update T set F = null where rowid = 14463";
Command "update T set F = null where rowid = 8562";
Command "update T set F = null where rowid = 46461";
Command "update T set F = null where rowid = 3660";
Command "update T set F = null where rowid = 9051";
Command "update T set F = null where rowid = 10717";
Command "update T set F = null where rowid = 43133";
Command "update T set F = null where rowid = 13353";
Command "update T set F = null where rowid = 49429";
Command "update T set F = null where rowid = 8494";
Command "update T set F = null where rowid = 48216";
Command "update T set F = null where rowid = 9982";
Command "update T set F = null where rowid = 36986";
Command "update T set F = null where rowid = 28382";
Command "update T set F = null where rowid = 19207";
Command "update T set F = null where rowid = 8539";
Command "update T set F = null where rowid = 39540";
Command "update T set F = null where rowid = 4962";
Command "update T set F = null where rowid = 50351";
Command "update T set F = null where rowid = 29640";
Command "update T set F = null where rowid = 32234";
Command "update T set F = null where rowid = 50961";
Command "update T set F = null where rowid = 45539";
Command "update T set F = null where rowid = 30978";
Command "update T set F = null where rowid = 20275";
Command "update T set F = null where rowid = 57041";
Command "update T set F = null where rowid = 36951";
Command "update T set F = null where rowid = 22601";
Command "update T set F = null where rowid = 6979";
Command "update T set F = null where rowid = 4376";
Command "update T set F = null where rowid = 24187";
Command "update T set F = null where rowid = 27947";
Command "update T set F = null where rowid = 4646";
Command "update T set F = null where rowid = 27339";
Command "update T set F = null where rowid = 9991";
Command "update T set F = null where rowid = 54079";
Command "update T set F = null where rowid = 14778";
Command "update T set F = null where rowid = 14578";
Command "update T set F = null where rowid = 5927";
Command "update T set F = null where rowid = 47068";
Command "update T set F = null where rowid = 31618";
Command "update T set F = null where rowid = 38820";
Command "update T set F = null where rowid = 49292";
Command "update T set F = null where rowid = 53065";
Command "update T set F = null where rowid = 3079";
Command "update T set F = null where rowid = 39645";
Command "update T set F = null where rowid = 40453";
Command "update T set F = null where rowid = 49183";
Command "update T set F = null where rowid = 13198";
Command "update T set F = null where rowid = 45546";
Command "update T set F = null where rowid = 26400";
Command "update T set F = null where rowid = 61502";
Command "update T set F = null where rowid = 10607";
Command "update T set F = null where rowid = 59327";
Command "update T set F = null where rowid = 23925";
Command "update T set F = null where rowid = 2004";
Command "update T set F = null where rowid = 48958";
Command "update T set F = null where rowid = 11332";
Command "update T set F = null where rowid = 50671";
Command "update T set F = null where rowid = 27958";
Command "update T set F = null where rowid = 22421";
Command "update T set F = null where rowid = 14184";
Command "update T set F = null where rowid = 2928";
Command "update T set F = null where rowid = 12382";
Command "update T set F = null where rowid = 47528";
Command "update T set F = null where rowid = 7397";
Command "update T set F = null where rowid = 57932";
Command "update T set F = null where rowid = 8554";
Command "update T set F = null where rowid = 3290";
Command "update T set F = null where rowid = 39972";
Command "update T set F = null where rowid = 61228";
Command "update T set F = null where rowid = 1068";
Command "update T set F = null where rowid = 41346";
Command "update T set F = null where rowid = 51245";
Command "update T set F = null where rowid = 20127";
Command "update T set F = null where rowid = 8032";
Command "update T set F = null where rowid = 17329";
Command "update T set F = null where rowid = 19807";
Command "update T set F = null where rowid = 46441";
Command "update T set F = null where rowid = 52696";
Command "update T set F = null where rowid = 40218";
Command "update T set F = null where rowid = 13651";
Command "update T set F = null where rowid = 12979";
Command "update T set F = null where rowid = 13934";
Command "update T set F = null where rowid = 49779";
Command "update T set F = null where rowid = 32228";
Command "update T set F = null where rowid = 16193";
Command "update T set F = null where rowid = 36923";
Command "update T set F = null where rowid = 8747";
Command "update T set F = null where rowid = 21857";
Command "update T set F = null where rowid = 44330";
Command "update T set F = null where rowid = 53328";
Command "update T set F = null where rowid = 21899";
Command "update T set F = null where rowid = 25340";
Command "update T set F = null where rowid = 14975";
Command "update T set F = null where rowid = 3700";
Command "update T set F = null where rowid = 9964";
Command "update T set F = null where rowid = 1531";
Command "update T set F = null where rowid = 41052";
Command "update T set F = null where rowid = 40675";
Command "update T set F = null where rowid = 6807";
Command "update T set F = null where rowid = 52633";
Command "update T set F = null where rowid = 51747";
Command "update T set F = null where rowid = 10112";
Command "update T set F = null where rowid = 32667";
Command "update T set F = null where rowid = 34341";
Command "update T set F = null where rowid = 48319";
Command "update T set F = null where rowid = 14843";
Command "update T set F = null where rowid = 5848";
Command "update T set F = null where rowid = 17700";
Command "update T set F = null where rowid = 57937";
Command "update T set F = null where rowid = 49229";
Command "update T set F = null where rowid = 39432";
Command "update T set F = null where rowid = 3819";
Command "update T set F = null where rowid = 327";
Command "update T set F = null where rowid = 40449";
Command "update T set F = null where rowid = 35810";
Command "update T set F = null where rowid = 10502";
Command "update T set F = null where rowid = 16942";
Command "update T set F = null where rowid = 12623";
Command "update T set F = null where rowid = 52425";
Command "update T set F = null where rowid = 10631";
Command "update T set F = null where rowid = 28592";
Command "update T set F = null where rowid = 13535";
Command "update T set F = null where rowid = 50676";
Command "update T set F = null where rowid = 5521";
Command "update T set F = null where rowid = 50763";
Command "update T set F = null where rowid = 10348";
Command "update T set F = null where rowid = 46747";
Command "update T set F = null where rowid = 7405";
Command "update T set F = null where rowid = 47603";
Command "update T set F = null where rowid = 28050";
Command "update T set F = null where rowid = 27539";
Command "update T set F = null where rowid = 19479";
Command "update T set F = null where rowid = 42063";
Command "update T set F = null where rowid = 35129";
Command "update T set F = null where rowid = 21374";
Command "update T set F = null where rowid = 12868";
Command "update T set F = null where rowid = 13398";
Command "update T set F = null where rowid = 50034";
Command "update T set F = null where rowid = 31829";
Command "update T set F = null where rowid = 13433";
Command "update T set F = null where rowid = 11644";
Command "update T set F = null where rowid = 4660";
Command "update T set F = null where rowid = 19997";
Command "update T set F = null where rowid = 44783";
Command "update T set F = null where rowid = 44685";
Command "update T set F = null where rowid = 34992";
Command "update T set F = null where rowid = 604";
Command "update T set F = null where rowid = 60020";
Command "update T set F = null where rowid = 36511";
Command "update T set F = null where rowid = 23407";
Command "update T set F = null where rowid = 49888";
Command "update T set F = null where rowid = 55912";
Command "update T set F = null where rowid = 18295";
Command "update T set F = null where rowid = 29048";
Command "update T set F = null where rowid = 13264";
Command "update T set F = null where rowid = 23899";
Command "update T set F = null where rowid = 4294";
Command "update T set F = null where rowid = 17237";
Command "update T set F = null where rowid = 51937";
Command "update T set F = null where rowid = 21272";
Command "update T set F = null where rowid = 53043";
Command "update T set F = null where rowid = 28826";
Command "update T set F = null where rowid = 16107";
Command "update T set F = null where rowid = 55047";
Command "update T set F = null where rowid = 42203";
Command "update T set F = null where rowid = 2890";
Command "update T set F = null where rowid = 8369";
Command "update T set F = null where rowid = 4200";
Command "update T set F = null where rowid = 57575";
Command "update T set F = null where rowid = 53748";
Command "update T set F = null where rowid = 11623";
Command "update T set F = null where rowid = 17907";
Command "update T set F = null where rowid = 12946";
Command "update T set F = null where rowid = 12056";
Command "update T set F = null where rowid = 42162";
Command "update T set F = null where rowid = 26668";
Command "update T set F = null where rowid = 33576";
Command "update T set F = null where rowid = 5327";
Command "update T set F = null where rowid = 14724";
Command "update T set F = null where rowid = 9195";
Command "update T set F = null where rowid = 4918";
Command "update T set F = null where rowid = 975";
Command "update T set F = null where rowid = 11959";
Command "update T set F = null where rowid = 23216";
Command "update T set F = null where rowid = 15207";
Command "update T set F = null where rowid = 31513";
Command "update T set F = null where rowid = 39626";
Command "update T set F = null where rowid = 2995";
Command "update T set F = null where rowid = 21229";
Command "update T set F = null where rowid = 3331";
Command "update T set F = null where rowid = 11115";
Command "update T set F = null where rowid = 16250";
Command "update T set F = null where rowid = 20595";
Command "update T set F = null where rowid = 14833";
Command "update T set F = null where rowid = 53032";
Command "update T set F = null where rowid = 40723";
Command "update T set F = null where rowid = 56640";
Command "update T set F = null where rowid = 53718";
Command "update T set F = null where rowid = 12975";
Command "update T set F = null where rowid = 3103";
Command "update T set F = null where rowid = 58826";
Command "update T set F = null where rowid = 49485";
Command "update T set F = null where rowid = 54738";
Command "update T set F = null where rowid = 46424";
Command "update T set F = null where rowid = 24857";
Command "update T set F = null where rowid = 60550";
Command "update T set F = null where rowid = 24177";
Command "update T set F = null where rowid = 50120";
Command "update T set F = null where rowid = 52853";
Command "update T set F = null where rowid = 52946";
Command "update T set F = null where rowid = 13920";
Command "update T set F = null where rowid = 36575";
Command "update T set F = null where rowid = 44185";
Command "update T set F = null where rowid = 25846";
Command "update T set F = null where rowid = 32063";
Command "update T set F = null where rowid = 51162";
Command "update T set F = null where rowid = 51910";
Command "update T set F = null where rowid = 33039";
Command "update T set F = null where rowid = 20996";
Command "update T set F = null where rowid = 56270";
Command "update T set F = null where rowid = 836";
Command "update T set F = null where rowid = 5306";
Command "update T set F = null where rowid = 1284";
Command "update T set F = null where rowid = 5185";
Command "update T set F = null where rowid = 46367";
Command "update T set F = null where rowid = 3550";
Command "update T set F = null where rowid = 24893";
Command "update T set F = null where rowid = 59941";
Command "update T set F = null where rowid = 9800";
Command "update T set F = null where rowid = 39834";
Command "update T set F = null where rowid = 59127";
Command "update T set F = null where rowid = 28882";
Command "update T set F = null where rowid = 40469";
Command "update T set F = null where rowid = 28047";
Command "update T set F = null where rowid = 48037";
Command "update T set F = null where rowid = 47906";
Command "update T set F = null where rowid = 3670";
Command "update T set F = null where rowid = 51092";
Command "update T set F = null where rowid = 13358";
Command "update T set F = null where rowid = 37705";
Command "update T set F = null where rowid = 57756";
Command "update T set F = null where rowid = 2431";
Command "update T set F = null where rowid = 54740";
Command "update T set F = null where rowid = 4351";
Command "update T set F = null where rowid = 33605";
Command "update T set F = null where rowid = 27150";
Command "update T set F = null where rowid = 5465";
Command "update T set F = null where rowid = 54135";
Command "update T set F = null where rowid = 10970";
Command "update T set F = null where rowid = 29079";
Command "update T set F = null where rowid = 31158";
Command "update T set F = null where rowid = 26027";
Command "update T set F = null where rowid = 41249";
Command "update T set F = null where rowid = 46612";
Command "update T set F = null where rowid = 19730";
Command "update T set F = null where rowid = 52412";
Command "update T set F = null where rowid = 9876";
Command "update T set F = null where rowid = 27439";
Command "update T set F = null where rowid = 5212";
Command "update T set F = null where rowid = 16435";
Command "update T set F = null where rowid = 59228";
Command "update T set F = null where rowid = 45698";
Command "update T set F = null where rowid = 27382";
Command "update T set F = null where rowid = 9898";
Command "update T set F = null where rowid = 42163";
Command "update T set F = null where rowid = 15951";
Command "update T set F = null where rowid = 31360";
Command "update T set F = null where rowid = 26641";
Command "update T set F = null where rowid = 58136";
Command "update T set F = null where rowid = 50977";
Command "update T set F = null where rowid = 29192";
Command "update T set F = null where rowid = 27561";
Command "update T set F = null where rowid = 41754";
Command "update T set F = null where rowid = 37459";
Command "update T set F = null where rowid = 14304";
Command "update T set F = null where rowid = 2480";
Command "update T set F = null where rowid = 1228";
Command "update T set F = null where rowid = 37543";
Command "update T set F = null where rowid = 11511";
Command "update T set F = null where rowid = 17652";
Command "update T set F = null where rowid = 210";
Command "update T set F = null where rowid = 30755";
Command "update T set F = null where rowid = 8442";
Command "update T set F = null where rowid = 45625";
Command "update T set F = null where rowid = 3307";
Command "update T set F = null where rowid = 5493";
Command "update T set F = null where rowid = 6629";
Command "update T set F = null where rowid = 40219";
Command "update T set F = null where rowid = 35222";
Command "update T set F = null where rowid = 8701";
Command "update T set F = null where rowid = 40118";
Command "update T set F = null where rowid = 20698";
Command "update T set F = null where rowid = 26734";
Command "update T set F = null where rowid = 5333";
Command "update T set F = null where rowid = 58898";
Command "update T set F = null where rowid = 22010";
Command "update T set F = null where rowid = 8582";
Command "update T set F = null where rowid = 57461";
Command "update T set F = null where rowid = 34545";
Command "update T set F = null where rowid = 25831";
Command "update T set F = null where rowid = 2715";
Command "update T set F = null where rowid = 38600";
Command "update T set F = null where rowid = 4213";
Command "update T set F = null where rowid = 17601";
Command "update T set F = null where rowid = 1301";
Command "update T set F = null where rowid = 37716";
Command "update T set F = null where rowid = 58248";
Command "update T set F = null where rowid = 16894";
Command "update T set F = null where rowid = 37309";
Command "update T set F = null where rowid = 19018";
Command "update T set F = null where rowid = 37094";
Command "update T set F = null where rowid = 46187";
Command "update T set F = null where rowid = 35035";
Command "update T set F = null where rowid = 31495";
Command "update T set F = null where rowid = 3391";
Command "update T set F = null where rowid = 614";
Command "update T set F = null where rowid = 7893";
Command "update T set F = null where rowid = 47907";
Command "update T set F = null where rowid = 44748";
Command "update T set F = null where rowid = 720";
Command "update T set F = null where rowid = 8665";
Command "update T set F = null where rowid = 21102";
Command "update T set F = null where rowid = 43241";
Command "update T set F = null where rowid = 36601";
Command "update T set F = null where rowid = 18844";
Command "update T set F = null where rowid = 22126";
Command "update T set F = null where rowid = 49465";
Command "update T set F = null where rowid = 33073";
Command "update T set F = null where rowid = 42987";
Command "update T set F = null where rowid = 12730";
Command "update T set F = null where rowid = 44581";
Command "update T set F = null where rowid = 24639";
Command "update T set F = null where rowid = 47701";
Command "update T set F = null where rowid = 39745";
Command "update T set F = null where rowid = 29814";
Command "update T set F = null where rowid = 34583";
Command "update T set F = null where rowid = 45026";
Command "update T set F = null where rowid = 54820";
Command "update T set F = null where rowid = 23698";
Command "update T set F = null where rowid = 12607";
Command "update T set F = null where rowid = 25992";
Command "update T set F = null where rowid = 15456";
Command "update T set F = null where rowid = 45421";
Command "update T set F = null where rowid = 12510";
Command "update T set F = null where rowid = 1418";
Command "update T set F = null where rowid = 22528";
Command "update T set F = null where rowid = 521";
Command "update T set F = null where rowid = 60791";
Command "update T set F = null where rowid = 36033";
Command "update T set F = null where rowid = 53366";
Command "update T set F = null where rowid = 50853";
Command "update T set F = null where rowid = 44639";
Command "update T set F = null where rowid = 60981";
Command "update T set F = null where rowid = 57724";
Command "update T set F = null where rowid = 9777";
Command "update T set F = null where rowid = 8336";
Command "update T set F = null where rowid = 56910";
Command "update T set F = null where rowid = 49459";
Command "update T set F = null where rowid = 41197";
Command "update T set F = null where rowid = 1275";
Command "update T set F = null where rowid = 22078";
Command "update T set F = null where rowid = 23467";
Command "update T set F = null where rowid = 15071";
Command "update T set F = null where rowid = 24164";
Command "update T set F = null where rowid = 7899";
Command "update T set F = null where rowid = 36112";
Command "update T set F = null where rowid = 12225";
Command "update T set F = null where rowid = 13777";
Command "update T set F = null where rowid = 21531";
Command "update T set F = null where rowid = 41497";
Command "update T set F = null where rowid = 48515";
Command "update T set F = null where rowid = 18801";
Command "update T set F = null where rowid = 44742";
Command "update T set F = null where rowid = 61058";
Command "update T set F = null where rowid = 60683";
Command "update T set F = null where rowid = 17781";
Command "update T set F = null where rowid = 31487";
Command "update T set F = null where rowid = 34485";
Command "update T set F = null where rowid = 24705";
Command "update T set F = null where rowid = 1";
Command "update T set F = null where rowid = 29649";
Command "update T set F = null where rowid = 36414";
Command "update T set F = null where rowid = 4571";
Command "update T set F = null where rowid = 29369";
Command "update T set F = null where rowid = 39254";
Command "update T set F = null where rowid = 16176";
Command "update T set F = null where rowid = 21599";
Command "update T set F = null where rowid = 3231";
Command "update T set F = null where rowid = 57132";
Command "update T set F = null where rowid = 17181";
Command "update T set F = null where rowid = 19439";
Command "update T set F = null where rowid = 61376";
Command "update T set F = null where rowid = 59751";
Command "update T set F = null where rowid = 37235";
Command "update T set F = null where rowid = 41351";
Command "update T set F = null where rowid = 44641";
Command "update T set F = null where rowid = 46347";
Command "update T set F = null where rowid = 46862";
Command "update T set F = null where rowid = 613";
Command "update T set F = null where rowid = 10134";
Command "update T set F = null where rowid = 15154";
Command "update T set F = null where rowid = 30714";
Command "update T set F = null where rowid = 31625";
Command "update T set F = null where rowid = 8887";
Command "update T set F = null where rowid = 31778";
Command "update T set F = null where rowid = 35504";
Command "update T set F = null where rowid = 27611";
Command "update T set F = null where rowid = 1015";
Command "update T set F = null where rowid = 8058";
Command "update T set F = null where rowid = 44206";
Command "update T set F = null where rowid = 4492";
Command "update T set F = null where rowid = 15902";
Command "update T set F = null where rowid = 12321";
Command "update T set F = null where rowid = 52413";
Command "update T set F = null where rowid = 53220";
Command "update T set F = null where rowid = 37835";
Command "update T set F = null where rowid = 14250";
Command "update T set F = null where rowid = 13575";
Command "update T set F = null where rowid = 26102";
Command "update T set F = null where rowid = 58151";
Command "update T set F = null where rowid = 1915";
Command "update T set F = null where rowid = 20302";
Command "update T set F = null where rowid = 16383";
Command "update T set F = null where rowid = 4990";
Command "update T set F = null where rowid = 61119";
Command "update T set F = null where rowid = 25378";
Command "update T set F = null where rowid = 13147";
Command "update T set F = null where rowid = 46293";
Command "update T set F = null where rowid = 57096";
Command "update T set F = null where rowid = 6685";
Command "update T set F = null where rowid = 16915";
Command "update T set F = null where rowid = 23604";
Command "update T set F = null where rowid = 60468";
Command "update T set F = null where rowid = 45875";
Command "update T set F = null where rowid = 5270";
Command "update T set F = null where rowid = 52163";
Command "update T set F = null where rowid = 29858";
Command "update T set F = null where rowid = 39837";
Command "update T set F = null where rowid = 30503";
Command "update T set F = null where rowid = 25898";
Command "update T set F = null where rowid = 48301";
Command "update T set F = null where rowid = 45353";
Command "update T set F = null where rowid = 53092";
Command "update T set F = null where rowid = 49474";
Command "update T set F = null where rowid = 22979";
Command "update T set F = null where rowid = 44529";
Command "update T set F = null where rowid = 58492";
Command "update T set F = null where rowid = 25078";
Command "update T set F = null where rowid = 19910";
Command "update T set F = null where rowid = 3224";
Command "update T set F = null where rowid = 9286";
Command "update T set F = null where rowid = 46631";
Command "update T set F = null where rowid = 52148";
Command "update T set F = null where rowid = 6386";
Command "update T set F = null where rowid = 41907";
Command "update T set F = null where rowid = 21558";
Command "update T set F = null where rowid = 18301";
Command "update T set F = null where rowid = 8290";
Command "update T set F = null where rowid = 58122";
Command "update T set F = null where rowid = 22675";
Command "update T set F = null where rowid = 32290";
Command "update T set F = null where rowid = 57408";
Command "update T set F = null where rowid = 6774";
Command "update T set F = null where rowid = 50437";
Command "update T set F = null where rowid = 2156";
Command "update T set F = null where rowid = 26953";
Command "update T set F = null where rowid = 50630";
Command "update T set F = null where rowid = 18285";
Command "update T set F = null where rowid = 18843";
Command "update T set F = null where rowid = 55737";
Command "update T set F = null where rowid = 34857";
Command "update T set F = null where rowid = 52496";
Command "update T set F = null where rowid = 53678";
Command "update T set F = null where rowid = 30230";
Command "update T set F = null where rowid = 47143";
Command "update T set F = null where rowid = 15540";
Command "update T set F = null where rowid = 22858";
Command "update T set F = null where rowid = 31936";
Command "update T set F = null where rowid = 47781";
Command "update T set F = null where rowid = 47946";
Command "update T set F = null where rowid = 33217";
Command "update T set F = null where rowid = 42518";
Command "update T set F = null where rowid = 35111";
Command "update T set F = null where rowid = 44399";
Command "update T set F = null where rowid = 21862";
Command "update T set F = null where rowid = 30300";
Command "update T set F = null where rowid = 46283";
Command "update T set F = null where rowid = 19463";
Command "update T set F = null where rowid = 20961";
Command "update T set F = null where rowid = 30235";
Command "update T set F = null where rowid = 18171";
Command "update T set F = null where rowid = 22025";
Command "update T set F = null where rowid = 43161";
Command "update T set F = null where rowid = 14502";
Command "update T set F = null where rowid = 60083";
Command "update T set F = null where rowid = 26409";
Command "update T set F = null where rowid = 52490";
Command "update T set F = null where rowid = 6435";
Command "update T set F = null where rowid = 41745";
Command "update T set F = null where rowid = 26240";
Command "update T set F = null where rowid = 54230";
Command "update T set F = null where rowid = 21590";
Command "update T set F = null where rowid = 34573";
Command "update T set F = null where rowid = 18047";
Command "update T set F = null where rowid = 57346";
Command "update T set F = null where rowid = 43752";
Command "update T set F = null where rowid = 59896";
Command "update T set F = null where rowid = 13344";
Command "update T set F = null where rowid = 49562";
Command "update T set F = null where rowid = 22131";
Command "update T set F = null where rowid = 49841";
Command "update T set F = null where rowid = 2734";
Command "update T set F = null where rowid = 39856";
Command "update T set F = null where rowid = 43266";
Command "update T set F = null where rowid = 35194";
Command "update T set F = null where rowid = 783";
Command "update T set F = null where rowid = 27118";
Command "update T set F = null where rowid = 54356";
Command "update T set F = null where rowid = 55946";
Command "update T set F = null where rowid = 24477";
Command "update T set F = null where rowid = 53187";
Command "update T set F = null where rowid = 10304";
Command "update T set F = null where rowid = 15141";
Command "update T set F = null where rowid = 44234";
Command "update T set F = null where rowid = 60894";
Command "update T set F = null where rowid = 16117";
Command "update T set F = null where rowid = 4526";
Command "update T set F = null where rowid = 21894";
Command "update T set F = null where rowid = 3064";
Command "update T set F = null where rowid = 12422";
Command "update T set F = null where rowid = 41756";
Command "update T set F = null where rowid = 19284";
Command "update T set F = null where rowid = 11350";
Command "update T set F = null where rowid = 294";
Command "update T set F = null where rowid = 19814";
Command "update T set F = null where rowid = 2442";
Command "update T set F = null where rowid = 55480";
Command "update T set F = null where rowid = 10027";
Command "update T set F = null where rowid = 4801";
Command "update T set F = null where rowid = 13369";
Command "update T set F = null where rowid = 38272";
Command "update T set F = null where rowid = 24907";
Command "update T set F = null where rowid = 8206";
Command "update T set F = null where rowid = 28376";
Command "update T set F = null where rowid = 38082";
Command "update T set F = null where rowid = 55234";
Command "update T set F = null where rowid = 16689";
Command "update T set F = null where rowid = 45049";
Command "update T set F = null where rowid = 13132";
Command "update T set F = null where rowid = 10617";
Command "update T set F = null where rowid = 26557";
Command "update T set F = null where rowid = 9594";
Command "update T set F = null where rowid = 26609";
Command "update T set F = null where rowid = 52732";
Command "update T set F = null where rowid = 26989";
Command "update T set F = null where rowid = 3351";
Command "update T set F = null where rowid = 15685";
Command "update T set F = null where rowid = 50371";
Command "update T set F = null where rowid = 3233";
Command "update T set F = null where rowid = 27303";
Command "update T set F = null where rowid = 15509";
Command "update T set F = null where rowid = 3244";
Command "update T set F = null where rowid = 55039";
Command "update T set F = null where rowid = 38725";
Command "update T set F = null where rowid = 46636";
Command "update T set F = null where rowid = 47727";
Command "update T set F = null where rowid = 57960";
Command "update T set F = null where rowid = 9628";
Command "update T set F = null where rowid = 30316";
Command "update T set F = null where rowid = 46014";
Command "update T set F = null where rowid = 4119";
Command "update T set F = null where rowid = 55710";
Command "update T set F = null where rowid = 37490";
Command "update T set F = null where rowid = 41182";
Command "update T set F = null where rowid = 25014";
Command "update T set F = null where rowid = 52027";
Command "update T set F = null where rowid = 1679";
Command "update T set F = null where rowid = 11021";
Command "update T set F = null where rowid = 20867";
Command "update T set F = null where rowid = 32245";
Command "update T set F = null where rowid = 51494";
Command "update T set F = null where rowid = 51973";
Command "update T set F = null where rowid = 22976";
Command "update T set F = null where rowid = 42926";
Command "update T set F = null where rowid = 39670";
Command "update T set F = null where rowid = 38578";
Command "update T set F = null where rowid = 1107";
Command "update T set F = null where rowid = 1789";
Command "update T set F = null where rowid = 54839";
Command "update T set F = null where rowid = 10208";
Command "update T set F = null where rowid = 20928";
Command "update T set F = null where rowid = 36251";
Command "update T set F = null where rowid = 9687";
Command "update T set F = null where rowid = 47292";
Command "update T set F = null where rowid = 21588";
Command "update T set F = null where rowid = 3579";
Command "update T set F = null where rowid = 5352";
Command "update T set F = null where rowid = 276";
Command "update T set F = null where rowid = 21046";
Command "update T set F = null where rowid = 17330";
Command "update T set F = null where rowid = 52082";
Command "update T set F = null where rowid = 40413";
Command "update T set F = null where rowid = 14870";
Command "update T set F = null where rowid = 45608";
Command "update T set F = null where rowid = 36569";
Command "update T set F = null where rowid = 56184";
Command "update T set F = null where rowid = 23453";
Command "update T set F = null where rowid = 43951";
Command "update T set F = null where rowid = 9697";
Command "update T set F = null where rowid = 37015";
Command "update T set F = null where rowid = 39108";
Command "update T set F = null where rowid = 22347";
Command "update T set F = null where rowid = 2889";
Command "update T set F = null where rowid = 51241";
Command "update T set F = null where rowid = 44333";
Command "update T set F = null where rowid = 7492";
Command "update T set F = null where rowid = 38854";
Command "update T set F = null where rowid = 5061";
Command "update T set F = null where rowid = 13038";
Command "update T set F = null where rowid = 3860";
Command "update T set F = null where rowid = 52230";
Command "update T set F = null where rowid = 29568";
Command "update T set F = null where rowid = 55925";
Command "update T set F = null where rowid = 20480";
Command "update T set F = null where rowid = 36482";
Command "update T set F = null where rowid = 39095";
Command "update T set F = null where rowid = 3309";
Command "update T set F = null where rowid = 39889";
Command "update T set F = null where rowid = 39355";
Command "update T set F = null where rowid = 18554";
Command "update T set F = null where rowid = 51782";
Command "update T set F = null where rowid = 23778";
Command "update T set F = null where rowid = 38737";
Command "update T set F = null where rowid = 42870";
Command "update T set F = null where rowid = 32291";
Command "update T set F = null where rowid = 46608";
Command "update T set F = null where rowid = 3433";
Command "update T set F = null where rowid = 32855";
Command "update T set F = null where rowid = 43865";
Command "update T set F = null where rowid = 39822";
Command "update T set F = null where rowid = 12092";
Command "update T set F = null where rowid = 41135";
Command "update T set F = null where rowid = 1690";
Command "update T set F = null where rowid = 56537";
Command "update T set F = null where rowid = 14608";
Command "update T set F = null where rowid = 8051";
Command "update T set F = null where rowid = 21077";
Command "update T set F = null where rowid = 57786";
Command "update T set F = null where rowid = 56143";
Command "update T set F = null where rowid = 47028";
Command "update T set F = null where rowid = 19099";
Command "update T set F = null where rowid = 951";
Command "update T set F = null where rowid = 9106";
Command "update T set F = null where rowid = 58739";
Command "update T set F = null where rowid = 22975";
Command "update T set F = null where rowid = 39831";
Command "update T set F = null where rowid = 22081";
Command "update T set F = null where rowid = 57845";
Command "update T set F = null where rowid = 171";
Command "update T set F = null where rowid = 3582";
Command "update T set F = null where rowid = 48196";
Command "update T set F = null where rowid = 54042";
Command "update T set F = null where rowid = 16310";
Command "update T set F = null where rowid = 28145";
Command "update T set F = null where rowid = 54486";
Command "update T set F = null where rowid = 49317";
Command "update T set F = null where rowid = 31512";
Command "update T set F = null where rowid = 57713";
Command "update T set F = null where rowid = 4401";
Command "update T set F = null where rowid = 9341";
Command "update T set F = null where rowid = 10311";
Command "update T set F = null where rowid = 51391";
Command "update T set F = null where rowid = 39164";
Command "update T set F = null where rowid = 46891";
Command "update T set F = null where rowid = 48083";
Command "update T set F = null where rowid = 33924";
Command "update T set F = null where rowid = 9024";
Command "update T set F = null where rowid = 23506";
Command "update T set F = null where rowid = 7253";
Command "update T set F = null where rowid = 28305";
Command "update T set F = null where rowid = 11440";
Command "update T set F = null where rowid = 58001";
Command "update T set F = null where rowid = 45626";
Command "update T set F = null where rowid = 45969";
Command "update T set F = null where rowid = 19545";
Command "update T set F = null where rowid = 45764";
Command "update T set F = null where rowid = 58304";
Command "update T set F = null where rowid = 10070";
Command "update T set F = null where rowid = 40877";
Command "update T set F = null where rowid = 32771";
Command "update T set F = null where rowid = 7675";
Command "update T set F = null where rowid = 55996";
Command "update T set F = null where rowid = 49030";
Command "update T set F = null where rowid = 37685";
Command "update T set F = null where rowid = 17959";
Command "update T set F = null where rowid = 32787";
Command "update T set F = null where rowid = 39635";
Command "update T set F = null where rowid = 54452";
Command "update T set F = null where rowid = 8648";
Command "update T set F = null where rowid = 30693";
Command "update T set F = null where rowid = 17482";
Command "update T set F = null where rowid = 50842";
Command "update T set F = null where rowid = 58626";
Command "update T set F = null where rowid = 59244";
Command "update T set F = null where rowid = 425";
Command "update T set F = null where rowid = 17368";
Command "update T set F = null where rowid = 61488";
Command "update T set F = null where rowid = 28593";
Command "update T set F = null where rowid = 39982";
Command "update T set F = null where rowid = 39948";
Command "update T set F = null where rowid = 43914";
Command "update T set F = null where rowid = 57928";
Command "update T set F = null where rowid = 4115";
Command "update T set F = null where rowid = 7317";
Command "update T set F = null where rowid = 6533";
Command "update T set F = null where rowid = 40626";
Command "update T set F = null where rowid = 3688";
Command "update T set F = null where rowid = 57721";
Command "update T set F = null where rowid = 56563";
Command "update T set F = null where rowid = 48985";
Command "update T set F = null where rowid = 47179";
Command "update T set F = null where rowid = 54234";
Command "update T set F = null where rowid = 8459";
Command "update T set F = null where rowid = 39106";
Command "update T set F = null where rowid = 24207";
Command "update T set F = null where rowid = 27255";
Command "update T set F = null where rowid = 17809";
Command "update T set F = null where rowid = 44225";
Command "update T set F = null where rowid = 1237";
Command "update T set F = null where rowid = 10753";
Command "update T set F = null where rowid = 8502";
Command "update T set F = null where rowid = 11967";
Command "update T set F = null where rowid = 42590";
Command "update T set F = null where rowid = 26554";
Command "update T set F = null where rowid = 710";
Command "update T set F = null where rowid = 18654";
Command "update T set F = null where rowid = 20691";
Command "update T set F = null where rowid = 34479";
Command "update T set F = null where rowid = 35508";
Command "update T set F = null where rowid = 35162";
Command "update T set F = null where rowid = 2216";
Command "update T set F = null where rowid = 14962";
Command "update T set F = null where rowid = 11287";
Command "update T set F = null where rowid = 43261";
Command "update T set F = null where rowid = 1246";
Command "update T set F = null where rowid = 3556";
Command "update T set F = null where rowid = 4718";
Command "update T set F = null where rowid = 39039";
Command "update T set F = null where rowid = 57415";
Command "update T set F = null where rowid = 34092";
Command "update T set F = null where rowid = 60089";
Command "update T set F = null where rowid = 57666";
Command "update T set F = null where rowid = 13627";
Command "update T set F = null where rowid = 59642";
Command "update T set F = null where rowid = 566";
Command "update T set F = null where rowid = 20231";
Command "update T set F = null where rowid = 36839";
Command "update T set F = null where rowid = 31300";
Command "update T set F = null where rowid = 59628";
Command "update T set F = null where rowid = 3333";
Command "update T set F = null where rowid = 10136";
Command "update T set F = null where rowid = 50158";
Command "update T set F = null where rowid = 22894";
Command "update T set F = null where rowid = 31526";
Command "update T set F = null where rowid = 23333";
Command "update T set F = null where rowid = 37469";
Command "update T set F = null where rowid = 18127";
Command "update T set F = null where rowid = 31477";
Command "update T set F = null where rowid = 40994";
Command "update T set F = null where rowid = 42793";
Command "update T set F = null where rowid = 40579";
Command "update T set F = null where rowid = 15631";
Command "update T set F = null where rowid = 31976";
Command "update T set F = null where rowid = 56450";
Command "update T set F = null where rowid = 2899";
Command "update T set F = null where rowid = 22298";
Command "update T set F = null where rowid = 35284";
Command "update T set F = null where rowid = 59468";
Command "update T set F = null where rowid = 29866";
Command "update T set F = null where rowid = 61397";
Command "update T set F = null where rowid = 17945";
Command "update T set F = null where rowid = 39325";
Command "update T set F = null where rowid = 50357";
Command "update T set F = null where rowid = 9541";
Command "update T set F = null where rowid = 57485";
Command "update T set F = null where rowid = 12987";
Command "update T set F = null where rowid = 41234";
Command "update T set F = null where rowid = 28814";
Command "update T set F = null where rowid = 58166";
Command "update T set F = null where rowid = 22238";
Command "update T set F = null where rowid = 40677";
Command "update T set F = null where rowid = 56299";
Command "update T set F = null where rowid = 55040";
Command "update T set F = null where rowid = 25135";
Command "update T set F = null where rowid = 14154";
Command "update T set F = null where rowid = 1255";
Command "update T set F = null where rowid = 20197";
Command "update T set F = null where rowid = 11601";
Command "update T set F = null where rowid = 48229";
Command "update T set F = null where rowid = 19919";
Command "update T set F = null where rowid = 59792";
Command "update T set F = null where rowid = 25083";
Command "update T set F = null where rowid = 37649";
Command "update T set F = null where rowid = 1686";
Command "update T set F = null where rowid = 18485";
Command "update T set F = null where rowid = 16323";
Command "update T set F = null where rowid = 50883";
Command "update T set F = null where rowid = 10499";
Command "update T set F = null where rowid = 30286";
Command "update T set F = null where rowid = 33107";
Command "update T set F = null where rowid = 1039";
Command "update T set F = null where rowid = 30880";
Command "update T set F = null where rowid = 33795";
Command "update T set F = null where rowid = 13087";
Command "update T set F = null where rowid = 17671";
Command "update T set F = null where rowid = 20175";
Command "update T set F = null where rowid = 15139";
Command "update T set F = null where rowid = 24618";
Command "update T set F = null where rowid = 4591";
Command "update T set F = null where rowid = 37508";
Command "update T set F = null where rowid = 55366";
Command "update T set F = null where rowid = 25766";
Command "update T set F = null where rowid = 55730";
Command "update T set F = null where rowid = 115";
Command "update T set F = null where rowid = 53057";
Command "update T set F = null where rowid = 12557";
Command "update T set F = null where rowid = 41167";
Command "update T set F = null where rowid = 35671";
Command "update T set F = null where rowid = 50518";
Command "update T set F = null where rowid = 19788";
Command "update T set F = null where rowid = 5486";
Command "update T set F = null where rowid = 13308";
Command "update T set F = null where rowid = 39761";
Command "update T set F = null where rowid = 56778";
Command "update T set F = null where rowid = 33543";
Command "update T set F = null where rowid = 50482";
Command "update T set F = null where rowid = 9537";
Command "update T set F = null where rowid = 43948";
Command "update T set F = null where rowid = 58243";
Command "update T set F = null where rowid = 13450";
Command "update T set F = null where rowid = 44899";
Command "update T set F = null where rowid = 34659";
Command "update T set F = null where rowid = 39653";
Command "update T set F = null where rowid = 56071";
Command "update T set F = null where rowid = 27159";
Command "update T set F = null where rowid = 46280";
Command "update T set F = null where rowid = 19537";
Command "update T set F = null where rowid = 36165";
Command "update T set F = null where rowid = 57257";
Command "update T set F = null where rowid = 50059";
Command "update T set F = null where rowid = 4005";
Command "update T set F = null where rowid = 37674";
Command "update T set F = null where rowid = 24337";
Command "update T set F = null where rowid = 46214";
Command "update T set F = null where rowid = 36364";
Command "update T set F = null where rowid = 11194";
Command "update T set F = null where rowid = 38780";
Command "update T set F = null where rowid = 47082";
Command "update T set F = null where rowid = 700";
Command "update T set F = null where rowid = 49181";
Command "update T set F = null where rowid = 48697";
Command "update T set F = null where rowid = 34499";
Command "update T set F = null where rowid = 9431";
Command "update T set F = null where rowid = 56389";
Command "update T set F = null where rowid = 44519";
Command "update T set F = null where rowid = 40017";
Command "update T set F = null where rowid = 56954";
Command "update T set F = null where rowid = 60347";
Command "update T set F = null where rowid = 5495";
Command "update T set F = null where rowid = 16326";
Command "update T set F = null where rowid = 9165";
Command "update T set F = null where rowid = 10705";
Command "update T set F = null where rowid = 4645";
Command "update T set F = null where rowid = 29131";
Command "update T set F = null where rowid = 21292";
Command "update T set F = null where rowid = 8261";
Command "update T set F = null where rowid = 30429";
Command "update T set F = null where rowid = 18957";
Command "update T set F = null where rowid = 40128";
Command "update T set F = null where rowid = 32690";
Command "update T set F = null where rowid = 26910";
Command "update T set F = null where rowid = 8998";
Command "update T set F = null where rowid = 18251";
Command "update T set F = null where rowid = 12261";
Command "update T set F = null where rowid = 42503";
Command "update T set F = null where rowid = 20815";
Command "update T set F = null where rowid = 38857";
Command "update T set F = null where rowid = 23070";
Command "update T set F = null where rowid = 21623";
Command "update T set F = null where rowid = 12677";
Command "update T set F = null where rowid = 47159";
Command "update T set F = null where rowid = 8581";
Command "update T set F = null where rowid = 28777";
Command "update T set F = null where rowid = 21173";
Command "update T set F = null where rowid = 40721";
Command "update T set F = null where rowid = 56932";
Command "update T set F = null where rowid = 50466";
Command "update T set F = null where rowid = 59779";
Command "update T set F = null where rowid = 83";
Command "update T set F = null where rowid = 19896";
Command "update T set F = null where rowid = 50012";
Command "update T set F = null where rowid = 21675";
Command "update T set F = null where rowid = 16328";
Command "update T set F = null where rowid = 45585";
Command "update T set F = null where rowid = 13813";
Command "update T set F = null where rowid = 20507";
Command "update T set F = null where rowid = 53130";
Command "update T set F = null where rowid = 44747";
Command "update T set F = null where rowid = 40600";
Command "update T set F = null where rowid = 19835";
Command "update T set F = null where rowid = 27854";
Command "update T set F = null where rowid = 54819";
Command "update T set F = null where rowid = 19998";
Command "update T set F = null where rowid = 23238";
Command "update T set F = null where rowid = 43191";
Command "update T set F = null where rowid = 26476";
Command "update T set F = null where rowid = 12576";
Command "update T set F = null where rowid = 12351";
Command "update T set F = null where rowid = 23151";
Command "update T set F = null where rowid = 16600";
Command "update T set F = null where rowid = 45747";
Command "update T set F = null where rowid = 12020";
Command "update T set F = null where rowid = 2057";
Command "update T set F = null where rowid = 17157";
Command "update T set F = null where rowid = 4549";
Command "update T set F = null where rowid = 30105";
Command "update T set F = null where rowid = 23312";
Command "update T set F = null where rowid = 42769";
Command "update T set F = null where rowid = 31680";
Command "update T set F = null where rowid = 15894";
Command "update T set F = null where rowid = 43878";
Command "update T set F = null where rowid = 6455";
Command "update T set F = null where rowid = 4929";
Command "update T set F = null where rowid = 49349";
Command "update T set F = null where rowid = 42215";
Command "update T set F = null where rowid = 23253";
Command "update T set F = null where rowid = 16640";
Command "update T set F = null where rowid = 58510";
Command "update T set F = null where rowid = 879";
Command "update T set F = null where rowid = 51081";
Command "update T set F = null where rowid = 29188";
Command "update T set F = null where rowid = 11494";
Command "update T set F = null where rowid = 11729";
Command "update T set F = null where rowid = 9371";
Command "update T set F = null where rowid = 40203";
Command "update T set F = null where rowid = 38718";
Command "update T set F = null where rowid = 3541";
Command "update T set F = null where rowid = 41214";
Command "update T set F = null where rowid = 47745";
Command "update T set F = null where rowid = 54300";
Command "update T set F = null where rowid = 55972";
Command "update T set F = null where rowid = 41058";
Command "update T set F = null where rowid = 13664";
Command "update T set F = null where rowid = 45620";
Command "update T set F = null where rowid = 34835";
Command "update T set F = null where rowid = 41341";
Command "update T set F = null where rowid = 41808";
Command "update T set F = null where rowid = 32862";
Command "update T set F = null where rowid = 17600";
Command "update T set F = null where rowid = 7576";
Command "update T set F = null where rowid = 49835";
Command "update T set F = null where rowid = 55210";
Command "update T set F = null where rowid = 27300";
Command "update T set F = null where rowid = 25597";
Command "update T set F = null where rowid = 12996";
Command "update T set F = null where rowid = 42775";
Command "update T set F = null where rowid = 14205";
Command "update T set F = null where rowid = 30521";
Command "update T set F = null where rowid = 38602";
Command "update T set F = null where rowid = 27997";
Command "update T set F = null where rowid = 27484";
Command "update T set F = null where rowid = 40123";
Command "update T set F = null where rowid = 30220";
Command "update T set F = null where rowid = 18273";
Command "update T set F = null where rowid = 20112";
Command "update T set F = null where rowid = 5681";
Command "update T set F = null where rowid = 52507";
Command "update T set F = null where rowid = 60352";
Command "update T set F = null where rowid = 51437";
Command "update T set F = null where rowid = 30090";
Command "update T set F = null where rowid = 42703";
Command "update T set F = null where rowid = 32590";
Command "update T set F = null where rowid = 56798";
Command "update T set F = null where rowid = 18837";
Command "update T set F = null where rowid = 19604";
Command "update T set F = null where rowid = 57322";
Command "update T set F = null where rowid = 18797";
Command "update T set F = null where rowid = 25534";
Command "update T set F = null where rowid = 36593";
Command "update T set F = null where rowid = 37707";
Command "update T set F = null where rowid = 40784";
Command "update T set F = null where rowid = 3500";
Command "update T set F = null where rowid = 20899";
Command "update T set F = null where rowid = 44506";
Command "update T set F = null where rowid = 4706";
Command "update T set F = null where rowid = 24247";
Command "update T set F = null where rowid = 21868";
Command "update T set F = null where rowid = 50282";
Command "update T set F = null where rowid = 32575";
Command "update T set F = null where rowid = 38309";
Command "update T set F = null where rowid = 8785";
Command "update T set F = null where rowid = 19161";
Command "update T set F = null where rowid = 2063";
Command "update T set F = null where rowid = 18870";
Command "update T set F = null where rowid = 3787";
Command "update T set F = null where rowid = 23869";
Command "update T set F = null where rowid = 5842";
Command "update T set F = null where rowid = 29247";
Command "update T set F = null where rowid = 17285";
Command "update T set F = null where rowid = 16487";
Command "update T set F = null where rowid = 24924";
Command "update T set F = null where rowid = 5379";
Command "update T set F = null where rowid = 56581";
Command "update T set F = null where rowid = 30727";
Command "update T set F = null where rowid = 57863";
Command "update T set F = null where rowid = 60666";
Command "update T set F = null where rowid = 60629";
Command "update T set F = null where rowid = 21182";
Command "update T set F = null where rowid = 20090";
Command "update T set F = null where rowid = 13538";
Command "update T set F = null where rowid = 60313";
Command "update T set F = null where rowid = 42533";
Command "update T set F = null where rowid = 21426";
Command "update T set F = null where rowid = 54189";
Command "update T set F = null where rowid = 16322";
Command "update T set F = null where rowid = 16081";
Command "update T set F = null where rowid = 40548";
Command "update T set F = null where rowid = 5869";
Command "update T set F = null where rowid = 42477";
Command "update T set F = null where rowid = 35772";
Command "update T set F = null where rowid = 55722";
Command "update T set F = null where rowid = 32914";
Command "update T set F = null where rowid = 23949";
Command "update T set F = null where rowid = 19753";
Command "update T set F = null where rowid = 46653";
Command "update T set F = null where rowid = 18659";
Command "update T set F = null where rowid = 10326";
Command "update T set F = null where rowid = 20258";
Command "update T set F = null where rowid = 34297";
Command "update T set F = null where rowid = 24638";
Command "update T set F = null where rowid = 18607";
Command "update T set F = null where rowid = 24634";
Command "update T set F = null where rowid = 50374";
Command "update T set F = null where rowid = 22384";
Command "update T set F = null where rowid = 56317";
Command "update T set F = null where rowid = 40374";
Command "update T set F = null where rowid = 36916";
Command "update T set F = null where rowid = 35353";
Command "update T set F = null where rowid = 52523";
Command "update T set F = null where rowid = 61245";
Command "update T set F = null where rowid = 7121";
Command "update T set F = null where rowid = 15783";
Command "update T set F = null where rowid = 2359";
Command "update T set F = null where rowid = 34419";
Command "update T set F = null where rowid = 5472";
Command "update T set F = null where rowid = 59300";
Command "update T set F = null where rowid = 34420";
Command "update T set F = null where rowid = 14836";
Command "update T set F = null where rowid = 14757";
Command "update T set F = null where rowid = 15302";
Command "update T set F = null where rowid = 58513";
Command "update T set F = null where rowid = 28753";
Command "update T set F = null where rowid = 58191";
Command "update T set F = null where rowid = 41549";
Command "update T set F = null where rowid = 6554";
Command "update T set F = null where rowid = 1871";
Command "update T set F = null where rowid = 31974";
Command "update T set F = null where rowid = 50871";
Command "update T set F = null where rowid = 20527";
Command "update T set F = null where rowid = 45327";
Command "update T set F = null where rowid = 50856";
Command "update T set F = null where rowid = 53974";
Command "update T set F = null where rowid = 4032";
Command "update T set F = null where rowid = 13982";
Command "update T set F = null where rowid = 27768";
Command "update T set F = null where rowid = 52656";
Command "update T set F = null where rowid = 53889";
Command "update T set F = null where rowid = 41882";
Command "update T set F = null where rowid = 21069";
Command "update T set F = null where rowid = 54038";
Command "update T set F = null where rowid = 21681";
Command "update T set F = null where rowid = 48163";
Command "update T set F = null where rowid = 7693";
Command "update T set F = null where rowid = 11861";
Command "update T set F = null where rowid = 22485";
Command "update T set F = null where rowid = 12723";
Command "update T set F = null where rowid = 31437";
Command "update T set F = null where rowid = 19292";
Command "update T set F = null where rowid = 34687";
Command "update T set F = null where rowid = 31459";
Command "update T set F = null where rowid = 14726";
Command "update T set F = null where rowid = 20136";
Command "update T set F = null where rowid = 11479";
Command "update T set F = null where rowid = 33157";
Command "update T set F = null where rowid = 45847";
Command "update T set F = null where rowid = 28321";
Command "update T set F = null where rowid = 37854";
Command "update T set F = null where rowid = 39439";
Command "update T set F = null where rowid = 14539";
Command "update T set F = null where rowid = 43971";
Command "update T set F = null where rowid = 36176";
Command "update T set F = null where rowid = 45732";
Command "update T set F = null where rowid = 6443";
Command "update T set F = null where rowid = 5939";
Command "update T set F = null where rowid = 20118";
Command "update T set F = null where rowid = 38209";
Command "update T set F = null where rowid = 61441";
Command "update T set F = null where rowid = 56069";
Command "update T set F = null where rowid = 11397";
Command "update T set F = null where rowid = 57311";
Command "update T set F = null where rowid = 9952";
Command "update T set F = null where rowid = 14083";
Command "update T set F = null where rowid = 42213";
Command "update T set F = null where rowid = 25006";
Command "update T set F = null where rowid = 58115";
Command "update T set F = null where rowid = 18929";
Command "update T set F = null where rowid = 31351";
Command "update T set F = null where rowid = 12440";
Command "update T set F = null where rowid = 49889";
Command "update T set F = null where rowid = 579";
Command "update T set F = null where rowid = 6622";
Command "update T set F = null where rowid = 11263";
Command "update T set F = null where rowid = 31973";
Command "update T set F = null where rowid = 38507";
Command "update T set F = null where rowid = 48806";
Command "update T set F = null where rowid = 27684";
Command "update T set F = null where rowid = 6679";
Command "update T set F = null where rowid = 49862";
Command "update T set F = null where rowid = 37694";
Command "update T set F = null where rowid = 46735";
Command "update T set F = null where rowid = 10980";
Command "update T set F = null where rowid = 32718";
Command "update T set F = null where rowid = 32805";
Command "update T set F = null where rowid = 8068";
Command "update T set F = null where rowid = 8568";
Command "update T set F = null where rowid = 7206";
Command "update T set F = null where rowid = 21473";
Command "update T set F = null where rowid = 21404";
Command "update T set F = null where rowid = 54805";
Command "update T set F = null where rowid = 24626";
Command "update T set F = null where rowid = 17837";
Command "update T set F = null where rowid = 60491";
Command "update T set F = null where rowid = 38905";
Command "update T set F = null where rowid = 57672";
Command "update T set F = null where rowid = 37563";
Command "update T set F = null where rowid = 49865";
Command "update T set F = null where rowid = 23745";
Command "update T set F = null where rowid = 15973";
Command "update T set F = null where rowid = 28015";
Command "update T set F = null where rowid = 10983";
Command "update T set F = null where rowid = 50841";
Command "update T set F = null where rowid = 4080";
Command "update T set F = null where rowid = 4225";
Command "update T set F = null where rowid = 26406";
Command "update T set F = null where rowid = 12012";
Command "update T set F = null where rowid = 23629";
Command "update T set F = null where rowid = 25348";
Command "update T set F = null where rowid = 15";
Command "update T set F = null where rowid = 23728";
Command "update T set F = null where rowid = 45002";
Command "update T set F = null where rowid = 26877";
Command "update T set F = null where rowid = 11726";
Command "update T set F = null where rowid = 15383";
Command "update T set F = null where rowid = 45069";
Command "update T set F = null where rowid = 27225";
Command "update T set F = null where rowid = 8925";
Command "update T set F = null where rowid = 52561";
Command "update T set F = null where rowid = 58659";
Command "update T set F = null where rowid = 27321";
Command "update T set F = null where rowid = 58234";
Command "update T set F = null where rowid = 37845";
Command "update T set F = null where rowid = 61273";
Command "update T set F = null where rowid = 3990";
Command "update T set F = null where rowid = 23632";
Command "update T set F = null where rowid = 23846";
Command "update T set F = null where rowid = 49761";
Command "update T set F = null where rowid = 12641";
Command "update T set F = null where rowid = 2012";
Command "update T set F = null where rowid = 31068";
Command "update T set F = null where rowid = 50680";
Command "update T set F = null where rowid = 38639";
Command "update T set F = null where rowid = 21870";
Command "update T set F = null where rowid = 52560";
Command "update T set F = null where rowid = 1452";
Command "update T set F = null where rowid = 51007";
Command "update T set F = null where rowid = 25043";
Command "update T set F = null where rowid = 1833";
Command "update T set F = null where rowid = 41881";
Command "update T set F = null where rowid = 40703";
Command "update T set F = null where rowid = 19584";
Command "update T set F = null where rowid = 43000";
Command "update T set F = null where rowid = 15717";
Command "update T set F = null where rowid = 15768";
Command "update T set F = null where rowid = 793";
Command "update T set F = null where rowid = 33219";
Command "update T set F = null where rowid = 36185";
Command "update T set F = null where rowid = 57807";
Command "update T set F = null where rowid = 19676";
Command "update T set F = null where rowid = 43047";
Command "update T set F = null where rowid = 59429";
Command "update T set F = null where rowid = 14941";
Command "update T set F = null where rowid = 53271";
Command "update T set F = null where rowid = 9384";
Command "update T set F = null where rowid = 28293";
Command "update T set F = null where rowid = 40090";
Command "update T set F = null where rowid = 20391";
Command "update T set F = null where rowid = 43144";
Command "update T set F = null where rowid = 29224";
Command "update T set F = null where rowid = 9620";
Command "update T set F = null where rowid = 41287";
Command "update T set F = null where rowid = 44823";
Command "update T set F = null where rowid = 14739";
Command "update T set F = null where rowid = 12301";
Command "update T set F = null where rowid = 25144";
Command "update T set F = null where rowid = 29429";
Command "update T set F = null where rowid = 52565";
Command "update T set F = null where rowid = 17397";
Command "update T set F = null where rowid = 21436";
Command "update T set F = null where rowid = 44353";
Command "update T set F = null where rowid = 47506";
Command "update T set F = null where rowid = 23457";
Command "update T set F = null where rowid = 676";
Command "update T set F = null where rowid = 11766";
Command "update T set F = null where rowid = 37673";
Command "update T set F = null where rowid = 8938";
Command "update T set F = null where rowid = 20528";
Command "update T set F = null where rowid = 4959";
Command "update T set F = null where rowid = 5606";
Command "update T set F = null where rowid = 22030";
Command "update T set F = null where rowid = 47400";
Command "update T set F = null where rowid = 927";
Command "update T set F = null where rowid = 9923";
Command "update T set F = null where rowid = 55128";
Command "update T set F = null where rowid = 31609";
Command "update T set F = null where rowid = 55936";
Command "update T set F = null where rowid = 8244";
Command "update T set F = null where rowid = 51891";
Command "update T set F = null where rowid = 16422";
Command "update T set F = null where rowid = 53888";
Command "update T set F = null where rowid = 44197";
Command "update T set F = null where rowid = 10019";
Command "update T set F = null where rowid = 56597";
Command "update T set F = null where rowid = 54242";
Command "update T set F = null where rowid = 23316";
Command "update T set F = null where rowid = 17374";
Command "update T set F = null where rowid = 38221";
Command "update T set F = null where rowid = 14723";
Command "update T set F = null where rowid = 941";
Command "update T set F = null where rowid = 5899";
Command "update T set F = null where rowid = 3024";
Command "update T set F = null where rowid = 29422";
Command "update T set F = null where rowid = 21343";
Command "update T set F = null where rowid = 18569";
Command "update T set F = null where rowid = 21066";
Command "update T set F = null where rowid = 24886";
Command "update T set F = null where rowid = 7564";
Command "update T set F = null where rowid = 9277";
Command "update T set F = null where rowid = 23903";
Command "update T set F = null where rowid = 31907";
Command "update T set F = null where rowid = 48914";
Command "update T set F = null where rowid = 4511";
Command "update T set F = null where rowid = 38";
Command "update T set F = null where rowid = 2972";
Command "update T set F = null where rowid = 38846";
Command "update T set F = null where rowid = 1957";
Command "update T set F = null where rowid = 11952";
Command "update T set F = null where rowid = 11067";
Command "update T set F = null where rowid = 47325";
Command "update T set F = null where rowid = 53483";
Command "update T set F = null where rowid = 17963";
Command "update T set F = null where rowid = 40285";
Command "update T set F = null where rowid = 40945";
Command "update T set F = null where rowid = 52200";
Command "update T set F = null where rowid = 36883";
Command "update T set F = null where rowid = 53445";
Command "update T set F = null where rowid = 41405";
Command "update T set F = null where rowid = 13379";
Command "update T set F = null where rowid = 56562";
Command "update T set F = null where rowid = 51157";
Command "update T set F = null where rowid = 51806";
Command "update T set F = null where rowid = 25207";
Command "update T set F = null where rowid = 49303";
Command "update T set F = null where rowid = 48214";
Command "update T set F = null where rowid = 40831";
Command "update T set F = null where rowid = 3443";
Command "update T set F = null where rowid = 3394";
Command "update T set F = null where rowid = 15547";
Command "update T set F = null where rowid = 6365";
Command "update T set F = null where rowid = 45015";
Command "update T set F = null where rowid = 49892";
Command "update T set F = null where rowid = 38326";
Command "update T set F = null where rowid = 54545";
Command "update T set F = null where rowid = 24992";
Command "update T set F = null where rowid = 53932";
Command "update T set F = null where rowid = 23443";
Command "update T set F = null where rowid = 20428";
Command "update T set F = null where rowid = 47566";
Command "update T set F = null where rowid = 4717";
Command "update T set F = null where rowid = 1642";
Command "update T set F = null where rowid = 20107";
Command "update T set F = null where rowid = 768";
Command "update T set F = null where rowid = 8661";
Command "update T set F = null where rowid = 48517";
Command "update T set F = null where rowid = 3954";
Command "update T set F = null where rowid = 22856";
Command "update T set F = null where rowid = 12924";
Command "update T set F = null where rowid = 46244";
Command "update T set F = null where rowid = 51812";
Command "update T set F = null where rowid = 17104";
Command "update T set F = null where rowid = 57342";
Command "update T set F = null where rowid = 53277";
Command "update T set F = null where rowid = 34057";
Command "update T set F = null where rowid = 31212";
Command "update T set F = null where rowid = 2320";
Command "update T set F = null where rowid = 54546";
Command "update T set F = null where rowid = 4867";
Command "update T set F = null where rowid = 40887";
Command "update T set F = null where rowid = 46332";
Command "update T set F = null where rowid = 60780";
Command "update T set F = null where rowid = 59693";
Command "update T set F = null where rowid = 8645";
Command "update T set F = null where rowid = 34928";
Command "update T set F = null where rowid = 48994";
Command "update T set F = null where rowid = 61298";
Command "update T set F = null where rowid = 42523";
Command "update T set F = null where rowid = 50285";
Command "update T set F = null where rowid = 1971";
Command "update T set F = null where rowid = 44368";
Command "update T set F = null where rowid = 45369";
Command "update T set F = null where rowid = 35552";
Command "update T set F = null where rowid = 3683";
Command "update T set F = null where rowid = 24760";
Command "update T set F = null where rowid = 28042";
Command "update T set F = null where rowid = 11562";
Command "update T set F = null where rowid = 23328";
Command "update T set F = null where rowid = 25272";
Command "update T set F = null where rowid = 45460";
Command "update T set F = null where rowid = 5448";
Command "update T set F = null where rowid = 51523";
Command "update T set F = null where rowid = 33044";
Command "update T set F = null where rowid = 57301";
Command "update T set F = null where rowid = 25101";
Command "update T set F = null where rowid = 21014";
Command "update T set F = null where rowid = 5896";
Command "update T set F = null where rowid = 34763";
Command "update T set F = null where rowid = 14426";
Command "update T set F = null where rowid = 11048";
Command "update T set F = null where rowid = 39226";
Command "update T set F = null where rowid = 24318";
Command "update T set F = null where rowid = 56318";
Command "update T set F = null where rowid = 35619";
Command "update T set F = null where rowid = 34103";
Command "update T set F = null where rowid = 34534";
Command "update T set F = null where rowid = 42402";
Command "update T set F = null where rowid = 36781";
Command "update T set F = null where rowid = 20700";
Command "update T set F = null where rowid = 4418";
Command "update T set F = null where rowid = 17830";
Command "update T set F = null where rowid = 30482";
Command "update T set F = null where rowid = 10889";
Command "update T set F = null where rowid = 4586";
Command "update T set F = null where rowid = 2757";
Command "update T set F = null where rowid = 39372";
Command "update T set F = null where rowid = 32739";
Command "update T set F = null where rowid = 51565";
Command "update T set F = null where rowid = 16519";
Command "update T set F = null where rowid = 1907";
Command "update T set F = null where rowid = 45361";
Command "update T set F = null where rowid = 51679";
Command "update T set F = null where rowid = 35270";
Command "update T set F = null where rowid = 60665";
Command "update T set F = null where rowid = 23521";
Command "update T set F = null where rowid = 55286";
Command "update T set F = null where rowid = 27708";
Command "update T set F = null where rowid = 18411";
Command "update T set F = null where rowid = 21038";
Command "update T set F = null where rowid = 32743";
Command "update T set F = null where rowid = 60269";
Command "update T set F = null where rowid = 57269";
Command "update T set F = null where rowid = 1280";
Command "update T set F = null where rowid = 23265";
Command "update T set F = null where rowid = 22324";
Command "update T set F = null where rowid = 26716";
Command "update T set F = null where rowid = 2191";
Command "update T set F = null where rowid = 58330";
Command "update T set F = null where rowid = 23795";
Command "update T set F = null where rowid = 42398";
Command "update T set F = null where rowid = 14890";
Command "update T set F = null where rowid = 42448";
Command "update T set F = null where rowid = 14769";
Command "update T set F = null where rowid = 50829";
Command "update T set F = null where rowid = 35376";
Command "update T set F = null where rowid = 3073";
Command "update T set F = null where rowid = 8604";
Command "update T set F = null where rowid = 3076";
Command "update T set F = null where rowid = 38105";
Command "update T set F = null where rowid = 36737";
Command "update T set F = null where rowid = 30845";
Command "update T set F = null where rowid = 27626";
Command "update T set F = null where rowid = 38059";
Command "update T set F = null where rowid = 44502";
Command "update T set F = null where rowid = 57529";
Command "update T set F = null where rowid = 55319";
Command "update T set F = null where rowid = 47858";
Command "update T set F = null where rowid = 46468";
Command "update T set F = null where rowid = 57292";
Command "update T set F = null where rowid = 56552";
Command "update T set F = null where rowid = 19539";
Command "update T set F = null where rowid = 56313";
Command "update T set F = null where rowid = 45924";
Command "update T set F = null where rowid = 41641";
Command "update T set F = null where rowid = 34120";
Command "update T set F = null where rowid = 33310";
Command "update T set F = null where rowid = 46129";
Command "update T set F = null where rowid = 44092";
Command "update T set F = null where rowid = 48194";
Command "update T set F = null where rowid = 37986";
Command "update T set F = null where rowid = 45236";
Command "update T set F = null where rowid = 19959";
Command "update T set F = null where rowid = 39631";
Command "update T set F = null where rowid = 43384";
Command "update T set F = null where rowid = 19067";
Command "update T set F = null where rowid = 25633";
Command "update T set F = null where rowid = 12923";
Command "update T set F = null where rowid = 34079";
Command "update T set F = null where rowid = 42718";
Command "update T set F = null where rowid = 17503";
Command "update T set F = null where rowid = 23310";
Command "update T set F = null where rowid = 47939";
Command "update T set F = null where rowid = 42186";
Command "update T set F = null where rowid = 31273";
Command "update T set F = null where rowid = 6902";
Command "update T set F = null where rowid = 32937";
Command "update T set F = null where rowid = 47472";
Command "update T set F = null where rowid = 23147";
Command "update T set F = null where rowid = 43252";
Command "update T set F = null where rowid = 40378";
Command "update T set F = null where rowid = 44264";
Command "update T set F = null where rowid = 29583";
Command "update T set F = null where rowid = 43593";
Command "update T set F = null where rowid = 45345";
Command "update T set F = null where rowid = 29412";
Command "update T set F = null where rowid = 48403";
Command "update T set F = null where rowid = 7428";
Command "update T set F = null where rowid = 44918";
Command "update T set F = null where rowid = 44245";
Command "update T set F = null where rowid = 23188";
Command "update T set F = null where rowid = 16398";
Command "update T set F = null where rowid = 7722";
Command "update T set F = null where rowid = 15118";
Command "update T set F = null where rowid = 2146";
Command "update T set F = null where rowid = 6136";
Command "update T set F = null where rowid = 25874";
Command "update T set F = null where rowid = 2723";
Command "update T set F = null where rowid = 40607";
Command "update T set F = null where rowid = 9078";
Command "update T set F = null where rowid = 40282";
Command "update T set F = null where rowid = 58229";
Command "update T set F = null where rowid = 30555";
Command "update T set F = null where rowid = 31994";
Command "update T set F = null where rowid = 8087";
Command "update T set F = null where rowid = 10831";
Command "update T set F = null where rowid = 10729";
Command "update T set F = null where rowid = 3680";
Command "update T set F = null where rowid = 59079";
Command "update T set F = null where rowid = 9010";
Command "update T set F = null where rowid = 31102";
Command "update T set F = null where rowid = 9833";
Command "update T set F = null where rowid = 3639";
Command "update T set F = null where rowid = 6742";
Command "update T set F = null where rowid = 348";
Command "update T set F = null where rowid = 22887";
Command "update T set F = null where rowid = 46883";
Command "update T set F = null where rowid = 32139";
Command "update T set F = null where rowid = 11349";
Command "update T set F = null where rowid = 28577";
Command "update T set F = null where rowid = 49885";
Command "update T set F = null where rowid = 51310";
Command "update T set F = null where rowid = 19884";
Command "update T set F = null where rowid = 6229";
Command "update T set F = null where rowid = 1958";
Command "update T set F = null where rowid = 60518";
Command "update T set F = null where rowid = 22042";
Command "update T set F = null where rowid = 34145";
Command "update T set F = null where rowid = 32792";
Command "update T set F = null where rowid = 11399";
Command "update T set F = null where rowid = 36864";
Command "update T set F = null where rowid = 44713";
Command "update T set F = null where rowid = 30740";
Command "update T set F = null where rowid = 5420";
Command "update T set F = null where rowid = 38274";
Command "update T set F = null where rowid = 31837";
Command "update T set F = null where rowid = 7856";
Command "update T set F = null where rowid = 9342";
Command "update T set F = null where rowid = 40951";
Command "update T set F = null where rowid = 52706";
Command "update T set F = null where rowid = 7371";
Command "update T set F = null where rowid = 17569";
Command "update T set F = null where rowid = 29716";
Command "update T set F = null where rowid = 34626";
Command "update T set F = null where rowid = 34376";
Command "update T set F = null where rowid = 17292";
Command "update T set F = null where rowid = 36007";
Command "update T set F = null where rowid = 22883";
Command "update T set F = null where rowid = 61197";
Command "update T set F = null where rowid = 31795";
Command "update T set F = null where rowid = 24820";
Command "update T set F = null where rowid = 55682";
Command "update T set F = null where rowid = 28653";
Command "update T set F = null where rowid = 32563";
Command "update T set F = null where rowid = 35640";
Command "update T set F = null where rowid = 20714";
Command "update T set F = null where rowid = 46286";
Command "update T set F = null where rowid = 47206";
Command "update T set F = null where rowid = 41577";
Command "update T set F = null where rowid = 50133";
Command "update T set F = null where rowid = 31432";
Command "update T set F = null where rowid = 16761";
Command "update T set F = null where rowid = 38185";
Command "update T set F = null where rowid = 2397";
Command "update T set F = null where rowid = 60123";
Command "update T set F = null where rowid = 49519";
Command "update T set F = null where rowid = 18092";
Command "update T set F = null where rowid = 14107";
Command "update T set F = null where rowid = 8077";
Command "update T set F = null where rowid = 51453";
Command "update T set F = null where rowid = 25746";
Command "update T set F = null where rowid = 43216";
Command "update T set F = null where rowid = 40212";
Command "update T set F = null where rowid = 8746";
Command "update T set F = null where rowid = 354";
Command "update T set F = null where rowid = 20439";
Command "update T set F = null where rowid = 42125";
Command "update T set F = null where rowid = 23050";
Command "update T set F = null where rowid = 34394";
Command "update T set F = null where rowid = 39201";
Command "update T set F = null where rowid = 43496";
Command "update T set F = null where rowid = 24526";
Command "update T set F = null where rowid = 50463";
Command "update T set F = null where rowid = 34918";
Command "update T set F = null where rowid = 23329";
Command "update T set F = null where rowid = 1625";
Command "update T set F = null where rowid = 43188";
Command "update T set F = null where rowid = 55856";
Command "update T set F = null where rowid = 12241";
Command "update T set F = null where rowid = 5753";
Command "update T set F = null where rowid = 19077";
Command "update T set F = null where rowid = 13705";
Command "update T set F = null where rowid = 33727";
Command "update T set F = null where rowid = 59481";
Command "update T set F = null where rowid = 6330";
Command "update T set F = null where rowid = 8468";
Command "update T set F = null where rowid = 51949";
Command "update T set F = null where rowid = 23152";
Command "update T set F = null where rowid = 18897";
Command "update T set F = null where rowid = 24539";
Command "update T set F = null where rowid = 59145";
Command "update T set F = null where rowid = 39978";
Command "update T set F = null where rowid = 15296";
Command "update T set F = null where rowid = 14094";
Command "update T set F = null where rowid = 5752";
Command "update T set F = null where rowid = 29509";
Command "update T set F = null where rowid = 5558";
Command "update T set F = null where rowid = 49020";
Command "update T set F = null where rowid = 48359";
Command "update T set F = null where rowid = 25832";
Command "update T set F = null where rowid = 31902";
Command "update T set F = null where rowid = 19782";
Command "update T set F = null where rowid = 11687";
Command "update T set F = null where rowid = 54032";
Command "update T set F = null where rowid = 9409";
Command "update T set F = null where rowid = 8102";
Command "update T set F = null where rowid = 43220";
Command "update T set F = null where rowid = 12216";
Command "update T set F = null where rowid = 1456";
Command "update T set F = null where rowid = 19092";
Command "update T set F = null where rowid = 59224";
Command "update T set F = null where rowid = 54333";
Command "update T set F = null where rowid = 45832";
Command "update T set F = null where rowid = 46343";
Command "update T set F = null where rowid = 36546";
Command "update T set F = null where rowid = 25279";
Command "update T set F = null where rowid = 5722";
Command "update T set F = null where rowid = 42809";
Command "update T set F = null where rowid = 27387";
Command "update T set F = null where rowid = 26728";
Command "update T set F = null where rowid = 57635";
Command "update T set F = null where rowid = 47305";
Command "update T set F = null where rowid = 50032";
Command "update T set F = null where rowid = 2576";
Command "update T set F = null where rowid = 30449";
Command "update T set F = null where rowid = 14934";
Command "update T set F = null where rowid = 36663";
Command "update T set F = null where rowid = 30425";
Command "update T set F = null where rowid = 32943";
Command "update T set F = null where rowid = 48178";
Command "update T set F = null where rowid = 32613";
Command "update T set F = null where rowid = 14254";
Command "update T set F = null where rowid = 54045";
Command "update T set F = null where rowid = 45146";
Command "update T set F = null where rowid = 39818";
Command "update T set F = null where rowid = 18999";
Command "update T set F = null where rowid = 43855";
Command "update T set F = null where rowid = 17212";
Command "update T set F = null where rowid = 8640";
Command "update T set F = null where rowid = 46009";
Command "update T set F = null where rowid = 24881";
Command "update T set F = null where rowid = 25270";
Command "update T set F = null where rowid = 41562";
Command "update T set F = null where rowid = 29892";
Command "update T set F = null where rowid = 9116";
Command "update T set F = null where rowid = 25334";
Command "update T set F = null where rowid = 40866";
Command "update T set F = null where rowid = 39228";
Command "update T set F = null where rowid = 21552";
Command "update T set F = null where rowid = 60889";
Command "update T set F = null where rowid = 30615";
Command "update T set F = null where rowid = 32448";
Command "update T set F = null where rowid = 14297";
Command "update T set F = null where rowid = 3940";
Command "update T set F = null where rowid = 48145";
Command "update T set F = null where rowid = 50672";
Command "update T set F = null where rowid = 28874";
Command "update T set F = null where rowid = 29315";
Command "update T set F = null where rowid = 37782";
Command "update T set F = null where rowid = 6761";
Command "update T set F = null where rowid = 13504";
Command "update T set F = null where rowid = 6467";
Command "update T set F = null where rowid = 8284";
Command "update T set F = null where rowid = 37447";
Command "update T set F = null where rowid = 23657";
Command "update T set F = null where rowid = 29904";
Command "update T set F = null where rowid = 41842";
Command "update T set F = null where rowid = 54228";
Command "update T set F = null where rowid = 48029";
Command "update T set F = null where rowid = 25408";
Command "update T set F = null where rowid = 5922";
Command "update T set F = null where rowid = 28037";
Command "update T set F = null where rowid = 48294";
Command "update T set F = null where rowid = 24624";
Command "update T set F = null where rowid = 28482";
Command "update T set F = null where rowid = 44733";
Command "update T set F = null where rowid = 31253";
Command "update T set F = null where rowid = 47776";
Command "update T set F = null where rowid = 32073";
Command "update T set F = null where rowid = 61287";
Command "update T set F = null where rowid = 20187";
Command "update T set F = null where rowid = 49335";
Command "update T set F = null where rowid = 2080";
Command "update T set F = null where rowid = 54210";
Command "update T set F = null where rowid = 33188";
Command "update T set F = null where rowid = 24446";
Command "update T set F = null where rowid = 45034";
Command "update T set F = null where rowid = 24925";
Command "update T set F = null where rowid = 37368";
Command "update T set F = null where rowid = 7849";
Command "update T set F = null where rowid = 50519";
Command "update T set F = null where rowid = 25150";
Command "update T set F = null where rowid = 38806";
Command "update T set F = null where rowid = 12032";
Command "update T set F = null where rowid = 59175";
Command "update T set F = null where rowid = 19332";
Command "update T set F = null where rowid = 60413";
Command "update T set F = null where rowid = 6612";
Command "update T set F = null where rowid = 55725";
Command "update T set F = null where rowid = 34890";
Command "update T set F = null where rowid = 7790";
Command "update T set F = null where rowid = 34169";
Command "update T set F = null where rowid = 7897";
Command "update T set F = null where rowid = 53110";
Command "update T set F = null where rowid = 12745";
Command "update T set F = null where rowid = 3066";
Command "update T set F = null where rowid = 37949";
Command "update T set F = null where rowid = 54082";
Command "update T set F = null where rowid = 10287";
Command "update T set F = null where rowid = 3145";
Command "update T set F = null where rowid = 49561";
Command "update T set F = null where rowid = 49756";
Command "update T set F = null where rowid = 58538";
Command "update T set F = null where rowid = 57491";
Command "update T set F = null where rowid = 1133";
Command "update T set F = null where rowid = 44181";
Command "update T set F = null where rowid = 34243";
Command "update T set F = null where rowid = 37151";
Command "update T set F = null where rowid = 34042";
Command "update T set F = null where rowid = 31819";
Command "update T set F = null where rowid = 1938";
Command "update T set F = null where rowid = 43045";
Command "update T set F = null where rowid = 46302";
Command "update T set F = null where rowid = 60291";
Command "update T set F = null where rowid = 45051";
Command "update T set F = null where rowid = 40355";
Command "update T set F = null where rowid = 37930";
Command "update T set F = null where rowid = 51704";
Command "update T set F = null where rowid = 4928";
Command "update T set F = null where rowid = 25228";
Command "update T set F = null where rowid = 45453";
Command "update T set F = null where rowid = 41588";
Command "update T set F = null where rowid = 56553";
Command "update T set F = null where rowid = 6519";
Command "update T set F = null where rowid = 9473";
Command "update T set F = null where rowid = 24006";
Command "update T set F = null where rowid = 43457";
Command "update T set F = null where rowid = 20388";
Command "update T set F = null where rowid = 34844";
Command "update T set F = null where rowid = 10368";
Command "update T set F = null where rowid = 31855";
Command "update T set F = null where rowid = 12357";
Command "update T set F = null where rowid = 49360";
Command "update T set F = null where rowid = 35744";
Command "update T set F = null where rowid = 7276";
Command "update T set F = null where rowid = 17913";
Command "update T set F = null where rowid = 39907";
Command "update T set F = null where rowid = 10710";
Command "update T set F = null where rowid = 13607";
Command "update T set F = null where rowid = 52256";
Command "update T set F = null where rowid = 29233";
Command "update T set F = null where rowid = 17625";
Command "update T set F = null where rowid = 40371";
Command "update T set F = null where rowid = 46792";
Command "update T set F = null where rowid = 47559";
Command "update T set F = null where rowid = 24252";
Command "update T set F = null where rowid = 26158";
Command "update T set F = null where rowid = 14084";
Command "update T set F = null where rowid = 16588";
Command "update T set F = null where rowid = 60580";
Command "update T set F = null where rowid = 37150";
Command "update T set F = null where rowid = 21305";
Command "update T set F = null where rowid = 42219";
Command "update T set F = null where rowid = 47988";
Command "update T set F = null where rowid = 35991";
Command "update T set F = null where rowid = 16412";
Command "update T set F = null where rowid = 36029";
Command "update T set F = null where rowid = 8385";
Command "update T set F = null where rowid = 38712";
Command "update T set F = null where rowid = 51052";
Command "update T set F = null where rowid = 25656";
Command "update T set F = null where rowid = 61306";
Command "update T set F = null where rowid = 23349";
Command "update T set F = null where rowid = 7164";
Command "update T set F = null where rowid = 26987";
Command "update T set F = null where rowid = 17863";
Command "update T set F = null where rowid = 3674";
Command "update T set F = null where rowid = 41422";
Command "update T set F = null where rowid = 7126";
Command "update T set F = null where rowid = 1629";
Command "update T set F = null where rowid = 48475";
Command "update T set F = null where rowid = 12142";
Command "update T set F = null where rowid = 54843";
Command "update T set F = null where rowid = 25643";
Command "update T set F = null where rowid = 33900";
Command "update T set F = null where rowid = 40730";
Command "update T set F = null where rowid = 46436";
Command "update T set F = null where rowid = 21791";
Command "update T set F = null where rowid = 44436";
Command "update T set F = null where rowid = 10669";
Command "update T set F = null where rowid = 32920";
Command "update T set F = null where rowid = 28300";
Command "update T set F = null where rowid = 38086";
Command "update T set F = null where rowid = 7909";
Command "update T set F = null where rowid = 59058";
Command "update T set F = null where rowid = 22947";
Command "update T set F = null where rowid = 13945";
Command "update T set F = null where rowid = 33352";
Command "update T set F = null where rowid = 314";
Command "update T set F = null where rowid = 17540";
Command "update T set F = null where rowid = 6223";
Command "update T set F = null where rowid = 26542";
Command "update T set F = null where rowid = 6551";
Command "update T set F = null where rowid = 50906";
Command "update T set F = null where rowid = 44076";
Command "update T set F = null where rowid = 32768";
Command "update T set F = null where rowid = 38929";
Command "update T set F = null where rowid = 25066";
Command "update T set F = null where rowid = 26216";
Command "update T set F = null where rowid = 50709";
Command "update T set F = null where rowid = 35159";
Command "update T set F = null where rowid = 27096";
Command "update T set F = null where rowid = 35565";
Command "update T set F = null where rowid = 16954";
Command "update T set F = null where rowid = 18824";
Command "update T set F = null where rowid = 52385";
Command "update T set F = null where rowid = 50506";
Command "update T set F = null where rowid = 58909";
Command "update T set F = null where rowid = 3456";
Command "update T set F = null where rowid = 4681";
Command "update T set F = null where rowid = 14199";
Command "update T set F = null where rowid = 6066";
Command "update T set F = null where rowid = 51440";
Command "update T set F = null where rowid = 3321";
Command "update T set F = null where rowid = 13052";
Command "update T set F = null where rowid = 58976";
Command "update T set F = null where rowid = 8596";
Command "update T set F = null where rowid = 33540";
Command "update T set F = null where rowid = 34964";
Command "update T set F = null where rowid = 27695";
Command "update T set F = null where rowid = 46952";
Command "update T set F = null where rowid = 31482";
Command "update T set F = null where rowid = 24104";
Command "update T set F = null where rowid = 36955";
Command "update T set F = null where rowid = 29171";
Command "update T set F = null where rowid = 59605";
Command "update T set F = null where rowid = 5794";
Command "update T set F = null where rowid = 1952";
Command "update T set F = null where rowid = 148";
Command "update T set F = null where rowid = 3293";
Command "update T set F = null where rowid = 9614";
Command "update T set F = null where rowid = 12842";
Command "update T set F = null where rowid = 8813";
Command "update T set F = null where rowid = 28476";
Command "update T set F = null where rowid = 26730";
Command "update T set F = null where rowid = 20186";
Command "update T set F = null where rowid = 15223";
Command "update T set F = null where rowid = 31196";
Command "update T set F = null where rowid = 40217";
Command "update T set F = null where rowid = 5464";
Command "update T set F = null where rowid = 40652";
Command "update T set F = null where rowid = 30130";
Command "update T set F = null where rowid = 58583";
Command "update T set F = null where rowid = 47568";
Command "update T set F = null where rowid = 53916";
Command "update T set F = null where rowid = 18804";
Command "update T set F = null where rowid = 16244";
Command "update T set F = null where rowid = 28959";
Command "update T set F = null where rowid = 50293";
Command "update T set F = null where rowid = 4809";
Command "update T set F = null where rowid = 4755";
Command "update T set F = null where rowid = 42485";
Command "update T set F = null where rowid = 35257";
Command "update T set F = null where rowid = 2499";
Command "update T set F = null where rowid = 26484";
Command "update T set F = null where rowid = 55329";
Command "update T set F = null where rowid = 29007";
Command "update T set F = null where rowid = 60763";
Command "update T set F = null where rowid = 30367";
Command "update T set F = null where rowid = 3305";
Command "update T set F = null where rowid = 43075";
Command "update T set F = null where rowid = 60063";
Command "update T set F = null where rowid = 61504";
Command "update T set F = null where rowid = 4388";
Command "update T set F = null where rowid = 38085";
Command "update T set F = null where rowid = 31802";
Command "update T set F = null where rowid = 33828";
Command "update T set F = null where rowid = 1490";
Command "update T set F = null where rowid = 47022";
Command "update T set F = null where rowid = 1947";
Command "update T set F = null where rowid = 60146";
Command "update T set F = null where rowid = 45669";
Command "update T set F = null where rowid = 45096";
Command "update T set F = null where rowid = 47873";
Command "update T set F = null where rowid = 4410";
Command "update T set F = null where rowid = 44809";
Command "update T set F = null where rowid = 48126";
Command "update T set F = null where rowid = 30788";
Command "update T set F = null where rowid = 45860";
Command "update T set F = null where rowid = 24215";
Command "update T set F = null where rowid = 47311";
Command "update T set F = null where rowid = 58383";
Command "update T set F = null where rowid = 13578";
Command "update T set F = null where rowid = 18100";
Command "update T set F = null where rowid = 30805";
Command "update T set F = null where rowid = 21724";
Command "update T set F = null where rowid = 28182";
Command "update T set F = null where rowid = 58759";
Command "update T set F = null where rowid = 8464";
Command "update T set F = null where rowid = 32503";
Command "update T set F = null where rowid = 47937";
Command "update T set F = null where rowid = 57133";
Command "update T set F = null where rowid = 137";
Command "update T set F = null where rowid = 18461";
Command "update T set F = null where rowid = 24689";
Command "update T set F = null where rowid = 60619";
Command "update T set F = null where rowid = 24448";
Command "update T set F = null where rowid = 26132";
Command "update T set F = null where rowid = 4576";
Command "update T set F = null where rowid = 41207";
Command "update T set F = null where rowid = 39592";
Command "update T set F = null where rowid = 31519";
Command "update T set F = null where rowid = 15365";
Command "update T set F = null where rowid = 53289";
Command "update T set F = null where rowid = 61096";
Command "update T set F = null where rowid = 29513";
Command "update T set F = null where rowid = 1109";
Command "update T set F = null where rowid = 3419";
Command "update T set F = null where rowid = 342";
Command "update T set F = null where rowid = 38710";
Command "update T set F = null where rowid = 5012";
Command "update T set F = null where rowid = 29015";
Command "update T set F = null where rowid = 50502";
Command "update T set F = null where rowid = 3751";
Command "update T set F = null where rowid = 54677";
Command "update T set F = null where rowid = 9631";
Command "update T set F = null where rowid = 29725";
Command "update T set F = null where rowid = 5743";
Command "update T set F = null where rowid = 6899";
Command "update T set F = null where rowid = 18199";
Command "update T set F = null where rowid = 51175";
Command "update T set F = null where rowid = 21972";
Command "update T set F = null where rowid = 29672";
Command "update T set F = null where rowid = 17555";
Command "update T set F = null where rowid = 53125";
Command "update T set F = null where rowid = 35114";
Command "update T set F = null where rowid = 22568";
Command "update T set F = null where rowid = 30510";
Command "update T set F = null where rowid = 51200";
Command "update T set F = null where rowid = 16758";
Command "update T set F = null where rowid = 3395";
Command "update T set F = null where rowid = 13841";
Command "update T set F = null where rowid = 2074";
Command "update T set F = null where rowid = 35325";
Command "update T set F = null where rowid = 26441";
Command "update T set F = null where rowid = 60087";
Command "update T set F = null where rowid = 14453";
Command "update T set F = null where rowid = 931";
Command "update T set F = null where rowid = 11014";
Command "update T set F = null where rowid = 48117";
Command "update T set F = null where rowid = 7368";
Command "update T set F = null where rowid = 42645";
Command "update T set F = null where rowid = 37582";
Command "update T set F = null where rowid = 56383";
Command "update T set F = null where rowid = 41664";
Command "update T set F = null where rowid = 48487";
Command "update T set F = null where rowid = 60481";
Command "update T set F = null where rowid = 14782";
Command "update T set F = null where rowid = 56715";
Command "update T set F = null where rowid = 17714";
Command "update T set F = null where rowid = 35367";
Command "update T set F = null where rowid = 57123";
Command "update T set F = null where rowid = 43223";
Command "update T set F = null where rowid = 44556";
Command "update T set F = null where rowid = 53865";
Command "update T set F = null where rowid = 49419";
Command "update T set F = null where rowid = 28287";
Command "update T set F = null where rowid = 48704";
Command "update T set F = null where rowid = 33439";
Command "update T set F = null where rowid = 31630";
Command "update T set F = null where rowid = 1991";
Command "update T set F = null where rowid = 40190";
Command "update T set F = null where rowid = 53513";
Command "update T set F = null where rowid = 18745";
Command "update T set F = null where rowid = 36852";
Command "update T set F = null where rowid = 45477";
Command "update T set F = null where rowid = 47893";
Command "update T set F = null where rowid = 13331";
Command "update T set F = null where rowid = 2082";
Command "update T set F = null where rowid = 51697";
Command "update T set F = null where rowid = 54483";
Command "update T set F = null where rowid = 21179";
Command "update T set F = null where rowid = 13884";
Command "update T set F = null where rowid = 53288";
Command "update T set F = null where rowid = 49624";
Command "update T set F = null where rowid = 22538";
Command "update T set F = null where rowid = 16777";
Command "update T set F = null where rowid = 43280";
Command "update T set F = null where rowid = 23237";
Command "update T set F = null where rowid = 4832";
Command "update T set F = null where rowid = 38899";
Command "update T set F = null where rowid = 13382";
Command "update T set F = null where rowid = 22632";
Command "update T set F = null where rowid = 6741";
Command "update T set F = null where rowid = 41432";
Command "update T set F = null where rowid = 36473";
Command "update T set F = null where rowid = 42907";
Command "update T set F = null where rowid = 7992";
Command "update T set F = null where rowid = 7834";
Command "update T set F = null where rowid = 7511";
Command "update T set F = null where rowid = 21287";
Command "update T set F = null where rowid = 9476";
Command "update T set F = null where rowid = 58332";
Command "update T set F = null where rowid = 21840";
Command "update T set F = null where rowid = 34972";
Command "update T set F = null where rowid = 5598";
Command "update T set F = null where rowid = 42273";
Command "update T set F = null where rowid = 16177";
Command "update T set F = null where rowid = 55498";
Command "update T set F = null where rowid = 33521";
Command "update T set F = null where rowid = 4078";
Command "update T set F = null where rowid = 49374";
Command "update T set F = null where rowid = 8417";
Command "update T set F = null where rowid = 36649";
Command "update T set F = null where rowid = 23534";
Command "update T set F = null where rowid = 50413";
Command "update T set F = null where rowid = 147";
Command "update T set F = null where rowid = 37027";
Command "update T set F = null where rowid = 28769";
Command "update T set F = null where rowid = 12628";
Command "update T set F = null where rowid = 35261";
Command "update T set F = null where rowid = 40666";
Command "update T set F = null where rowid = 60436";
Command "update T set F = null where rowid = 32374";
Command "update T set F = null where rowid = 38149";
Command "update T set F = null where rowid = 47017";
Command "update T set F = null where rowid = 7004";
Command "update T set F = null where rowid = 8452";
Command "update T set F = null where rowid = 1593";
Command "update T set F = null where rowid = 12871";
Command "update T set F = null where rowid = 20235";
Command "update T set F = null where rowid = 41333";
Command "update T set F = null where rowid = 52959";
Command "update T set F = null where rowid = 59105";
Command "update T set F = null where rowid = 34819";
Command "update T set F = null where rowid = 22998";
Command "update T set F = null where rowid = 7768";
Command "update T set F = null where rowid = 42615";
Command "update T set F = null where rowid = 35397";
Command "update T set F = null where rowid = 15265";
Command "update T set F = null where rowid = 17110";
Command "update T set F = null where rowid = 34088";
Command "update T set F = null where rowid = 59037";
Command "update T set F = null where rowid = 25802";
Command "update T set F = null where rowid = 29252";
Command "update T set F = null where rowid = 12844";
Command "update T set F = null where rowid = 41796";
Command "update T set F = null where rowid = 118";
Command "update T set F = null where rowid = 48112";
Command "update T set F = null where rowid = 9735";
Command "update T set F = null where rowid = 27509";
Command "update T set F = null where rowid = 13600";
Command "update T set F = null where rowid = 35464";
Command "update T set F = null where rowid = 21936";
Command "update T set F = null where rowid = 55334";
Command "update T set F = null where rowid = 3558";
Command "update T set F = null where rowid = 7187";
Command "update T set F = null where rowid = 40089";
Command "update T set F = null where rowid = 44305";
Command "update T set F = null where rowid = 28712";
Command "update T set F = null where rowid = 52058";
Command "update T set F = null where rowid = 60027";
Command "update T set F = null where rowid = 51706";
Command "update T set F = null where rowid = 12909";
Command "update T set F = null where rowid = 55619";
Command "update T set F = null where rowid = 55467";
Command "update T set F = null where rowid = 40093";
Command "update T set F = null where rowid = 54562";
Command "update T set F = null where rowid = 29238";
Command "update T set F = null where rowid = 15953";
Command "update T set F = null where rowid = 25957";
Command "update T set F = null where rowid = 17798";
Command "update T set F = null where rowid = 31747";
Command "update T set F = null where rowid = 11360";
Command "update T set F = null where rowid = 12654";
Command "update T set F = null where rowid = 52530";
Command "update T set F = null where rowid = 33061";
Command "update T set F = null where rowid = 17384";
Command "update T set F = null where rowid = 44671";
Command "update T set F = null where rowid = 30686";
Command "update T set F = null where rowid = 25015";
Command "update T set F = null where rowid = 43024";
Command "update T set F = null where rowid = 51187";
Command "update T set F = null where rowid = 54926";
Command "update T set F = null where rowid = 14932";
Command "update T set F = null where rowid = 44381";
Command "update T set F = null where rowid = 41598";
Command "update T set F = null where rowid = 44159";
Command "update T set F = null where rowid = 37283";
Command "update T set F = null where rowid = 14472";
Command "update T set F = null where rowid = 13088";
Command "update T set F = null where rowid = 30346";
Command "update T set F = null where rowid = 38133";
Command "update T set F = null where rowid = 17479";
Command "update T set F = null where rowid = 22472";
Command "update T set F = null where rowid = 34308";
Command "update T set F = null where rowid = 58456";
Command "update T set F = null where rowid = 51166";
Command "update T set F = null where rowid = 19168";
Command "update T set F = null where rowid = 50102";
Command "update T set F = null where rowid = 15524";
Command "update T set F = null where rowid = 20682";
Command "update T set F = null where rowid = 35227";
Command "update T set F = null where rowid = 38592";
Command "update T set F = null where rowid = 58334";
Command "update T set F = null where rowid = 22622";
Command "update T set F = null where rowid = 41534";
Command "update T set F = null where rowid = 55476";
Command "update T set F = null where rowid = 18920";
Command "update T set F = null where rowid = 375";
Command "update T set F = null where rowid = 15218";
Command "update T set F = null where rowid = 3642";
Command "update T set F = null where rowid = 44796";
Command "update T set F = null where rowid = 42717";
Command "update T set F = null where rowid = 40521";
Command "update T set F = null where rowid = 54025";
Command "update T set F = null where rowid = 4821";
Command "update T set F = null where rowid = 9322";
Command "update T set F = null where rowid = 41761";
Command "update T set F = null where rowid = 39102";
Command "update T set F = null where rowid = 19806";
Command "update T set F = null where rowid = 50125";
Command "update T set F = null where rowid = 18042";
Command "update T set F = null where rowid = 38335";
Command "update T set F = null where rowid = 29789";
Command "update T set F = null where rowid = 56310";
Command "update T set F = null where rowid = 18387";
Command "update T set F = null where rowid = 19273";
Command "update T set F = null where rowid = 10564";
Command "update T set F = null where rowid = 59585";
Command "update T set F = null where rowid = 36835";
Command "update T set F = null where rowid = 14108";
Command "update T set F = null where rowid = 40735";
Command "update T set F = null where rowid = 39596";
Command "update T set F = null where rowid = 45841";
Command "update T set F = null where rowid = 9124";
Command "update T set F = null where rowid = 39851";
Command "update T set F = null where rowid = 35830";
Command "update T set F = null where rowid = 56533";
Command "update T set F = null where rowid = 26872";
Command "update T set F = null where rowid = 50898";
Command "update T set F = null where rowid = 41193";
Command "update T set F = null where rowid = 24392";
Command "update T set F = null where rowid = 57144";
Command "update T set F = null where rowid = 25946";
Command "update T set F = null where rowid = 22053";
Command "update T set F = null where rowid = 48242";
Command "update T set F = null where rowid = 40559";
Command "update T set F = null where rowid = 30434";
Command "update T set F = null where rowid = 61271";
Command "update T set F = null where rowid = 27270";
Command "update T set F = null where rowid = 133";
Command "update T set F = null where rowid = 6195";
Command "update T set F = null where rowid = 46065";
Command "update T set F = null where rowid = 56356";
Command "update T set F = null where rowid = 30838";
Command "update T set F = null where rowid = 9484";
Command "update T set F = null where rowid = 29037";
Command "update T set F = null where rowid = 56053";
Command "update T set F = null where rowid = 25417";
Command "update T set F = null where rowid = 12324";
Command "update T set F = null where rowid = 11034";
Command "update T set F = null where rowid = 50300";
Command "update T set F = null where rowid = 31133";
Command "update T set F = null where rowid = 21926";
Command "update T set F = null where rowid = 28079";
Command "update T set F = null where rowid = 1561";
Command "update T set F = null where rowid = 41911";
Command "update T set F = null where rowid = 29908";
Command "update T set F = null where rowid = 16085";
Command "update T set F = null where rowid = 42516";
Command "update T set F = null where rowid = 22531";
Command "update T set F = null where rowid = 60541";
Command "update T set F = null where rowid = 43020";
Command "update T set F = null where rowid = 46127";
Command "update T set F = null where rowid = 21821";
Command "update T set F = null where rowid = 6078";
Command "update T set F = null where rowid = 17689";
Command "update T set F = null where rowid = 39980";
Command "update T set F = null where rowid = 23477";
Command "update T set F = null where rowid = 21303";
Command "update T set F = null where rowid = 8306";
Command "update T set F = null where rowid = 52968";
Command "update T set F = null where rowid = 38659";
Command "update T set F = null where rowid = 1754";
Command "update T set F = null where rowid = 13525";
Command "update T set F = null where rowid = 47689";
Command "update T set F = null where rowid = 29906";
Command "update T set F = null where rowid = 52485";
Command "update T set F = null where rowid = 471";
Command "update T set F = null where rowid = 49451";
Command "update T set F = null where rowid = 60007";
Command "update T set F = null where rowid = 29179";
Command "update T set F = null where rowid = 12739";
Command "update T set F = null where rowid = 36886";
Command "update T set F = null where rowid = 2228";
Command "update T set F = null where rowid = 50218";
Command "update T set F = null where rowid = 994";
Command "update T set F = null where rowid = 24396";
Command "update T set F = null where rowid = 9583";
Command "update T set F = null where rowid = 20399";
Command "update T set F = null where rowid = 48719";
Command "update T set F = null where rowid = 47168";
Command "update T set F = null where rowid = 31748";
Command "update T set F = null where rowid = 30749";
Command "update T set F = null where rowid = 42831";
Command "update T set F = null where rowid = 6959";
Command "update T set F = null where rowid = 29064";
Command "update T set F = null where rowid = 17094";
Command "update T set F = null where rowid = 21968";
Command "update T set F = null where rowid = 34454";
Command "update T set F = null where rowid = 1177";
Command "update T set F = null where rowid = 35341";
Command "update T set F = null where rowid = 23184";
Command "update T set F = null where rowid = 34026";
Command "update T set F = null where rowid = 22128";
Command "update T set F = null where rowid = 10389";
Command "update T set F = null where rowid = 43049";
Command "update T set F = null where rowid = 1058";
Command "update T set F = null where rowid = 16551";
Command "update T set F = null where rowid = 52409";
Command "update T set F = null where rowid = 31644";
Command "update T set F = null where rowid = 39554";
Command "update T set F = null where rowid = 45019";
Command "update T set F = null where rowid = 49143";
Command "update T set F = null where rowid = 4327";
Command "update T set F = null where rowid = 34707";
Command "update T set F = null where rowid = 37203";
Command "update T set F = null where rowid = 5803";
Command "update T set F = null where rowid = 59142";
Command "update T set F = null where rowid = 13718";
Command "update T set F = null where rowid = 36486";
Command "update T set F = null where rowid = 37053";
Command "update T set F = null where rowid = 44777";
Command "update T set F = null where rowid = 2983";
Command "update T set F = null where rowid = 54015";
Command "update T set F = null where rowid = 58801";
Command "update T set F = null where rowid = 16447";
Command "update T set F = null where rowid = 47411";
Command "update T set F = null where rowid = 57834";
Command "update T set F = null where rowid = 19482";
Command "update T set F = null where rowid = 3243";
Command "update T set F = null where rowid = 4848";
Command "update T set F = null where rowid = 32276";
Command "update T set F = null where rowid = 9766";
Command "update T set F = null where rowid = 17763";
Command "update T set F = null where rowid = 18740";
Command "update T set F = null where rowid = 36003";
Command "update T set F = null where rowid = 20693";
Command "update T set F = null where rowid = 33666";
Command "update T set F = null where rowid = 14503";
Command "update T set F = null where rowid = 27950";
Command "update T set F = null where rowid = 33556";
Command "update T set F = null where rowid = 18052";
Command "update T set F = null where rowid = 20034";
Command "update T set F = null where rowid = 45760";
Command "update T set F = null where rowid = 46991";
Command "update T set F = null where rowid = 15690";
Command "update T set F = null where rowid = 22039";
Command "update T set F = null where rowid = 58649";
Command "update T set F = null where rowid = 17552";
Command "update T set F = null where rowid = 27359";
Command "update T set F = null where rowid = 54939";
Command "update T set F = null where rowid = 51929";
Command "update T set F = null where rowid = 35";
Command "update T set F = null where rowid = 8412";
Command "update T set F = null where rowid = 10750";
Command "update T set F = null where rowid = 29289";
Command "update T set F = null where rowid = 44254";
Command "update T set F = null where rowid = 13312";
Command "update T set F = null where rowid = 15556";
Command "update T set F = null where rowid = 5041";
Command "update T set F = null where rowid = 22648";
Command "update T set F = null where rowid = 38575";
Command "update T set F = null where rowid = 6155";
Command "update T set F = null where rowid = 18590";
Command "update T set F = null where rowid = 17254";
Command "update T set F = null where rowid = 12658";
Command "update T set F = null where rowid = 50966";
Command "update T set F = null where rowid = 4579";
Command "update T set F = null where rowid = 4873";
Command "update T set F = null where rowid = 9499";
Command "update T set F = null where rowid = 28987";
Command "update T set F = null where rowid = 30952";
Command "update T set F = null where rowid = 46757";
Command "update T set F = null where rowid = 16963";
Command "update T set F = null where rowid = 32845";
Command "update T set F = null where rowid = 50242";
Command "update T set F = null where rowid = 50266";
Command "update T set F = null where rowid = 51128";
Command "update T set F = null where rowid = 43515";
Command "update T set F = null where rowid = 8086";
Command "update T set F = null where rowid = 8047";
Command "update T set F = null where rowid = 21009";
Command "update T set F = null where rowid = 48448";
Command "update T set F = null where rowid = 57876";
Command "update T set F = null where rowid = 43091";
Command "update T set F = null where rowid = 56048";
Command "update T set F = null where rowid = 5245";
Command "update T set F = null where rowid = 34319";
Command "update T set F = null where rowid = 48210";
Command "update T set F = null where rowid = 24285";
Command "update T set F = null where rowid = 31944";
Command "update T set F = null where rowid = 20921";
Command "update T set F = null where rowid = 33156";
Command "update T set F = null where rowid = 8875";
Command "update T set F = null where rowid = 60456";
Command "update T set F = null where rowid = 46222";
Command "update T set F = null where rowid = 462";
Command "update T set F = null where rowid = 13244";
Command "update T set F = null where rowid = 27713";
Command "update T set F = null where rowid = 22565";
Command "update T set F = null where rowid = 2382";
Command "update T set F = null where rowid = 844";
Command "update T set F = null where rowid = 14019";
Command "update T set F = null where rowid = 25671";
Command "update T set F = null where rowid = 35822";
Command "update T set F = null where rowid = 20532";
Command "update T set F = null where rowid = 15466";
Command "update T set F = null where rowid = 6188";
Command "update T set F = null where rowid = 21041";
Command "update T set F = null where rowid = 40170";
Command "update T set F = null where rowid = 32347";
Command "update T set F = null where rowid = 890";
Command "update T set F = null where rowid = 47919";
Command "update T set F = null where rowid = 55071";
Command "update T set F = null where rowid = 16833";
Command "update T set F = null where rowid = 905";
Command "update T set F = null where rowid = 44720";
Command "update T set F = null where rowid = 26521";
Command "update T set F = null where rowid = 7064";
Command "update T set F = null where rowid = 827";
Command "update T set F = null where rowid = 24592";
Command "update T set F = null where rowid = 36155";
Command "update T set F = null where rowid = 47419";
Command "update T set F = null where rowid = 40895";
Command "update T set F = null where rowid = 45597";
Command "update T set F = null where rowid = 58335";
Command "update T set F = null where rowid = 1132";
Command "update T set F = null where rowid = 30647";
Command "update T set F = null where rowid = 12399";
Command "update T set F = null where rowid = 47537";
Command "update T set F = null where rowid = 45569";
Command "update T set F = null where rowid = 49747";
Command "update T set F = null where rowid = 25182";
Command "update T set F = null where rowid = 50746";
Command "update T set F = null where rowid = 52625";
Command "update T set F = null where rowid = 20929";
Command "update T set F = null where rowid = 2627";
Command "update T set F = null where rowid = 47099";
Command "update T set F = null where rowid = 1766";
Command "update T set F = null where rowid = 32514";
Command "update T set F = null where rowid = 21105";
Command "update T set F = null where rowid = 48131";
Command "update T set F = null where rowid = 22361";
Command "update T set F = null where rowid = 29626";
Command "update T set F = null where rowid = 17617";
Command "update T set F = null where rowid = 54124";
Command "update T set F = null where rowid = 54651";
Command "update T set F = null where rowid = 42595";
Command "update T set F = null where rowid = 20993";
Command "update T set F = null where rowid = 26146";
Command "update T set F = null where rowid = 3486";
Command "update T set F = null where rowid = 56154";
Command "update T set F = null where rowid = 1816";
Command "update T set F = null where rowid = 10198";
Command "update T set F = null where rowid = 42632";
Command "update T set F = null where rowid = 30025";
Command "update T set F = null where rowid = 4408";
Command "update T set F = null where rowid = 3255";
Command "update T set F = null where rowid = 60169";
Command "update T set F = null where rowid = 28637";
Command "update T set F = null where rowid = 30280";
Command "update T set F = null where rowid = 26166";
Command "update T set F = null where rowid = 33960";
Command "update T set F = null where rowid = 57458";
Command "update T set F = null where rowid = 52284";
Command "update T set F = null where rowid = 43339";
Command "update T set F = null where rowid = 22417";
Command "update T set F = null where rowid = 798";
Command "update T set F = null where rowid = 56170";
Command "update T set F = null where rowid = 818";
Command "update T set F = null where rowid = 24053";
Command "update T set F = null where rowid = 25298";
Command "update T set F = null where rowid = 22498";
Command "update T set F = null where rowid = 9240";
Command "update T set F = null where rowid = 42668";
Command "update T set F = null where rowid = 45619";
Command "update T set F = null where rowid = 46141";
Command "update T set F = null where rowid = 34274";
Command "update T set F = null where rowid = 22589";
Command "update T set F = null where rowid = 36330";
Command "update T set F = null where rowid = 17375";
Command "update T set F = null where rowid = 2828";
Command "update T set F = null where rowid = 8142";
Command "update T set F = null where rowid = 43927";
Command "update T set F = null where rowid = 28913";
Command "update T set F = null where rowid = 204";
Command "update T set F = null where rowid = 32962";
Command "update T set F = null where rowid = 14677";
Command "update T set F = null where rowid = 287";
Command "update T set F = null where rowid = 54163";
Command "update T set F = null where rowid = 47223";
Command "update T set F = null where rowid = 44978";
Command "update T set F = null where rowid = 58364";
Command "update T set F = null where rowid = 23174";
Command "update T set F = null where rowid = 40902";
Command "update T set F = null where rowid = 17326";
Command "update T set F = null where rowid = 8173";
Command "update T set F = null where rowid = 26820";
Command "update T set F = null where rowid = 56951";
Command "update T set F = null where rowid = 2129";
Command "update T set F = null where rowid = 15428";
Command "update T set F = null where rowid = 42141";
Command "update T set F = null where rowid = 47133";
Command "update T set F = null where rowid = 7854";
Command "update T set F = null where rowid = 26246";
Command "update T set F = null where rowid = 26508";
Command "update T set F = null where rowid = 5353";
Command "update T set F = null where rowid = 49818";
Command "update T set F = null where rowid = 12567";
Command "update T set F = null where rowid = 7186";
Command "update T set F = null where rowid = 52552";
Command "update T set F = null where rowid = 21790";
Command "update T set F = null where rowid = 1044";
Command "update T set F = null where rowid = 2848";
Command "update T set F = null where rowid = 36370";
Command "update T set F = null where rowid = 17084";
Command "update T set F = null where rowid = 10410";
Command "update T set F = null where rowid = 54842";
Command "update T set F = null where rowid = 45891";
Command "update T set F = null where rowid = 18191";
Command "update T set F = null where rowid = 54180";
Command "update T set F = null where rowid = 40648";
Command "update T set F = null where rowid = 35978";
Command "update T set F = null where rowid = 27600";
Command "update T set F = null where rowid = 7182";
Command "update T set F = null where rowid = 43644";
Command "update T set F = null where rowid = 33547";
Command "update T set F = null where rowid = 47585";
Command "update T set F = null where rowid = 42698";
Command "update T set F = null where rowid = 48115";
Command "update T set F = null where rowid = 4249";
Command "update T set F = null where rowid = 39571";
Command "update T set F = null where rowid = 8038";
Command "update T set F = null where rowid = 50996";
Command "update T set F = null where rowid = 6572";
Command "update T set F = null where rowid = 32777";
Command "update T set F = null where rowid = 23016";
Command "update T set F = null where rowid = 53377";
Command "update T set F = null where rowid = 42262";
Command "update T set F = null where rowid = 56845";
Command "update T set F = null where rowid = 30246";
Command "update T set F = null where rowid = 40185";
Command "update T set F = null where rowid = 58226";
Command "update T set F = null where rowid = 56118";
Command "update T set F = null where rowid = 61135";
Command "update T set F = null where rowid = 4039";
Command "update T set F = null where rowid = 19889";
Command "update T set F = null where rowid = 20087";
Command "update T set F = null where rowid = 38624";
Command "update T set F = null where rowid = 50390";
Command "update T set F = null where rowid = 46704";
Command "update T set F = null where rowid = 20508";
Command "update T set F = null where rowid = 40647";
Command "update T set F = null where rowid = 45671";
Command "update T set F = null where rowid = 45255";
Command "update T set F = null where rowid = 51041";
Command "update T set F = null where rowid = 26422";
Command "update T set F = null where rowid = 20234";
Command "update T set F = null where rowid = 50304";
Command "update T set F = null where rowid = 17293";
Command "update T set F = null where rowid = 7655";
Command "update T set F = null where rowid = 36651";
Command "update T set F = null where rowid = 27803";
Command "update T set F = null where rowid = 57893";
Command "update T set F = null where rowid = 40028";
Command "update T set F = null where rowid = 10349";
Command "update T set F = null where rowid = 61074";
Command "update T set F = null where rowid = 621";
Command "update T set F = null where rowid = 52513";
Command "update T set F = null where rowid = 55670";
Command "update T set F = null where rowid = 19821";
Command "update T set F = null where rowid = 37359";
Command "update T set F = null where rowid = 60661";
Command "update T set F = null where rowid = 27747";
Command "update T set F = null where rowid = 28085";
Command "update T set F = null where rowid = 5";
Command "update T set F = null where rowid = 14313";
Command "update T set F = null where rowid = 13796";
Command "update T set F = null where rowid = 20898";
Command "update T set F = null where rowid = 44388";
Command "update T set F = null where rowid = 23121";
Command "update T set F = null where rowid = 37691";
Command "update T set F = null where rowid = 28519";
Command "update T set F = null where rowid = 13926";
Command "update T set F = null where rowid = 11260";
Command "update T set F = null where rowid = 15889";
Command "update T set F = null where rowid = 11739";
Command "update T set F = null where rowid = 22890";
Command "update T set F = null where rowid = 18132";
Command "update T set F = null where rowid = 15651";
Command "update T set F = null where rowid = 42204";
Command "update T set F = null where rowid = 52794";
Command "update T set F = null where rowid = 2273";
Command "update T set F = null where rowid = 322";
Command "update T set F = null where rowid = 33049";
Command "update T set F = null where rowid = 41125";
Command "update T set F = null where rowid = 33804";
Command "update T set F = null where rowid = 45226";
Command "update T set F = null where rowid = 4938";
Command "update T set F = null where rowid = 42918";
Command "update T set F = null where rowid = 27914";
Command "update T set F = null where rowid = 3487";
Command "update T set F = null where rowid = 30899";
Command "update T set F = null where rowid = 17244";
Command "update T set F = null where rowid = 60762";
Command "update T set F = null where rowid = 27251";
Command "update T set F = null where rowid = 56239";
Command "update T set F = null where rowid = 60810";
Command "update T set F = null where rowid = 20895";
Command "update T set F = null where rowid = 45956";
Command "update T set F = null where rowid = 49146";
Command "update T set F = null where rowid = 29083";
Command "update T set F = null where rowid = 1850";
Command "update T set F = null where rowid = 44948";
Command "update T set F = null where rowid = 2937";
Command "update T set F = null where rowid = 35228";
Command "update T set F = null where rowid = 37445";
Command "update T set F = null where rowid = 21264";
Command "update T set F = null where rowid = 43739";
Command "update T set F = null where rowid = 53260";
Command "update T set F = null where rowid = 35570";
Command "update T set F = null where rowid = 30844";
Command "update T set F = null where rowid = 26151";
Command "update T set F = null where rowid = 59358";
Command "update T set F = null where rowid = 38996";
Command "update T set F = null where rowid = 53510";
Command "update T set F = null where rowid = 46220";
Command "update T set F = null where rowid = 53386";
Command "update T set F = null where rowid = 11987";
Command "update T set F = null where rowid = 59217";
Command "update T set F = null where rowid = 41824";
Command "update T set F = null where rowid = 4927";
Command "update T set F = null where rowid = 3953";
Command "update T set F = null where rowid = 38779";
Command "update T set F = null where rowid = 60779";
Command "update T set F = null where rowid = 60173";
Command "update T set F = null where rowid = 4634";
Command "update T set F = null where rowid = 28973";
Command "update T set F = null where rowid = 8894";
Command "update T set F = null where rowid = 7488";
Command "update T set F = null where rowid = 47688";
Command "update T set F = null where rowid = 30";
Command "update T set F = null where rowid = 37801";
Command "update T set F = null where rowid = 46193";
Command "update T set F = null where rowid = 6354";
Command "update T set F = null where rowid = 43964";
Command "update T set F = null where rowid = 51696";
Command "update T set F = null where rowid = 50957";
Command "update T set F = null where rowid = 20462";
Command "update T set F = null where rowid = 6896";
Command "update T set F = null where rowid = 59384";
Command "update T set F = null where rowid = 24370";
Command "update T set F = null where rowid = 25888";
Command "update T set F = null where rowid = 18662";
Command "update T set F = null where rowid = 7997";
Command "update T set F = null where rowid = 56701";
Command "update T set F = null where rowid = 38587";
Command "update T set F = null where rowid = 53193";
Command "update T set F = null where rowid = 39883";
Command "update T set F = null where rowid = 9122";
Command "update T set F = null where rowid = 6584";
Command "update T set F = null where rowid = 36858";
Command "update T set F = null where rowid = 2617";
Command "update T set F = null where rowid = 21634";
Command "update T set F = null where rowid = 29909";
Command "update T set F = null where rowid = 56283";
Command "update T set F = null where rowid = 26966";
Command "update T set F = null where rowid = 3747";
Command "update T set F = null where rowid = 22301";
Command "update T set F = null where rowid = 15714";
Command "update T set F = null where rowid = 17516";
Command "update T set F = null where rowid = 46594";
Command "update T set F = null where rowid = 5132";
Command "update T set F = null where rowid = 44196";
Command "update T set F = null where rowid = 38087";
Command "update T set F = null where rowid = 32465";
Command "update T set F = null where rowid = 32727";
Command "update T set F = null where rowid = 5793";
Command "update T set F = null where rowid = 35125";
Command "update T set F = null where rowid = 27790";
Command "update T set F = null where rowid = 60240";
Command "update T set F = null where rowid = 21465";
Command "update T set F = null where rowid = 46239";
Command "update T set F = null where rowid = 57615";
Command "update T set F = null where rowid = 7161";
Command "update T set F = null where rowid = 31696";
Command "update T set F = null where rowid = 25610";
Command "update T set F = null where rowid = 54796";
Command "update T set F = null where rowid = 30846";
Command "update T set F = null where rowid = 9917";
Command "update T set F = null where rowid = 51646";
Command "update T set F = null where rowid = 14534";
Command "update T set F = null where rowid = 13895";
Command "update T set F = null where rowid = 51434";
Command "update T set F = null where rowid = 52866";
Command "update T set F = null where rowid = 394";
Command "update T set F = null where rowid = 13415";
Command "update T set F = null where rowid = 29763";
Command "update T set F = null where rowid = 1622";
Command "update T set F = null where rowid = 17564";
Command "update T set F = null where rowid = 12088";
Command "update T set F = null where rowid = 263";
Command "update T set F = null where rowid = 7980";
Command "update T set F = null where rowid = 54814";
Command "update T set F = null where rowid = 10601";
Command "update T set F = null where rowid = 58290";
Command "update T set F = null where rowid = 4925";
Command "update T set F = null where rowid = 53826";
Command "update T set F = null where rowid = 46503";
Command "update T set F = null where rowid = 29368";
Command "update T set F = null where rowid = 25567";
Command "update T set F = null where rowid = 9460";
Command "update T set F = null where rowid = 15390";
Command "update T set F = null where rowid = 5550";
Command "update T set F = null where rowid = 11656";
Command "update T set F = null where rowid = 59506";
Command "update T set F = null where rowid = 9114";
Command "update T set F = null where rowid = 47117";
Command "update T set F = null where rowid = 24491";
Command "update T set F = null where rowid = 10936";
Command "update T set F = null where rowid = 7672";
Command "update T set F = null where rowid = 7555";
Command "update T set F = null where rowid = 51491";
Command "update T set F = null where rowid = 20398";
Command "update T set F = null where rowid = 19457";
Command "update T set F = null where rowid = 51517";
Command "update T set F = null where rowid = 36971";
Command "update T set F = null where rowid = 5460";
Command "update T set F = null where rowid = 22732";
Command "update T set F = null where rowid = 22761";
Command "update T set F = null where rowid = 39487";
Command "update T set F = null where rowid = 20634";
Command "update T set F = null where rowid = 32286";
Command "update T set F = null where rowid = 16509";
Command "update T set F = null where rowid = 23577";
Command "update T set F = null where rowid = 12476";
Command "update T set F = null where rowid = 46355";
Command "update T set F = null where rowid = 17618";
Command "update T set F = null where rowid = 41937";
Command "update T set F = null where rowid = 16438";
Command "update T set F = null where rowid = 45771";
Command "update T set F = null where rowid = 40295";
Command "update T set F = null where rowid = 49591";
Command "update T set F = null where rowid = 33373";
Command "update T set F = null where rowid = 45593";
Command "update T set F = null where rowid = 29849";
Command "update T set F = null where rowid = 22143";
Command "update T set F = null where rowid = 46174";
Command "update T set F = null where rowid = 41688";
Command "update T set F = null where rowid = 21572";
Command "update T set F = null where rowid = 30958";
Command "update T set F = null where rowid = 47662";
Command "update T set F = null where rowid = 29656";
Command "update T set F = null where rowid = 37951";
Command "update T set F = null where rowid = 48481";
Command "update T set F = null where rowid = 16613";
Command "update T set F = null where rowid = 51914";
Command "update T set F = null where rowid = 52426";
Command "update T set F = null where rowid = 48775";
Command "update T set F = null where rowid = 29267";
Command "update T set F = null where rowid = 34766";
Command "update T set F = null where rowid = 37130";
Command "update T set F = null where rowid = 43112";
Command "update T set F = null where rowid = 18020";
Command "update T set F = null where rowid = 54953";
Command "update T set F = null where rowid = 39848";
Command "update T set F = null where rowid = 14087";
Command "update T set F = null where rowid = 27076";
Command "update T set F = null where rowid = 3002";
Command "update T set F = null where rowid = 4561";
Command "update T set F = null where rowid = 35476";
Command "update T set F = null where rowid = 57992";
Command "update T set F = null where rowid = 13919";
Command "update T set F = null where rowid = 38961";
Command "update T set F = null where rowid = 7664";
Command "update T set F = null where rowid = 4921";
Command "update T set F = null where rowid = 49998";
Command "update T set F = null where rowid = 44482";
Command "update T set F = null where rowid = 49555";
Command "update T set F = null where rowid = 47441";
Command "update T set F = null where rowid = 19179";
Command "update T set F = null where rowid = 8307";
Command "update T set F = null where rowid = 26864";
Command "update T set F = null where rowid = 27819";
Command "update T set F = null where rowid = 32432";
Command "update T set F = null where rowid = 18185";
Command "update T set F = null where rowid = 22512";
Command "update T set F = null where rowid = 12377";
Command "update T set F = null where rowid = 25437";
Command "update T set F = null where rowid = 60454";
Command "update T set F = null where rowid = 34981";
Command "update T set F = null where rowid = 58165";
Command "update T set F = null where rowid = 26915";
Command "update T set F = null where rowid = 16296";
Command "update T set F = null where rowid = 3723";
Command "update T set F = null where rowid = 838";
Command "update T set F = null where rowid = 6938";
Command "update T set F = null where rowid = 5509";
Command "update T set F = null where rowid = 45988";
Command "update T set F = null where rowid = 24361";
Command "update T set F = null where rowid = 37860";
Command "update T set F = null where rowid = 15797";
Command "update T set F = null where rowid = 46345";
Command "update T set F = null where rowid = 23285";
Command "update T set F = null where rowid = 56764";
Command "update T set F = null where rowid = 7326";
Command "update T set F = null where rowid = 42275";
Command "update T set F = null where rowid = 47027";
Command "update T set F = null where rowid = 30685";
Command "update T set F = null where rowid = 30343";
Command "update T set F = null where rowid = 26154";
Command "update T set F = null where rowid = 26771";
Command "update T set F = null where rowid = 1898";
Command "update T set F = null where rowid = 22956";
Command "update T set F = null where rowid = 31494";
Command "update T set F = null where rowid = 26008";
Command "update T set F = null where rowid = 31595";
Command "update T set F = null where rowid = 9228";
Command "update T set F = null where rowid = 27117";
Command "update T set F = null where rowid = 1572";
Command "update T set F = null where rowid = 48639";
Command "update T set F = null where rowid = 22951";
Command "update T set F = null where rowid = 43164";
Command "update T set F = null where rowid = 58895";
Command "update T set F = null where rowid = 3822";
Command "update T set F = null where rowid = 15149";
Command "update T set F = null where rowid = 39794";
Command "update T set F = null where rowid = 38364";
Command "update T set F = null where rowid = 21802";
Command "update T set F = null where rowid = 46026";
Command "update T set F = null where rowid = 57334";
Command "update T set F = null where rowid = 53565";
Command "update T set F = null where rowid = 17874";
Command "update T set F = null where rowid = 22522";
Command "update T set F = null where rowid = 38283";
Command "update T set F = null where rowid = 29246";
Command "update T set F = null where rowid = 53530";
Command "update T set F = null where rowid = 28420";
Command "update T set F = null where rowid = 39473";
Command "update T set F = null where rowid = 27138";
Command "update T set F = null where rowid = 8182";
Command "update T set F = null where rowid = 47072";
Command "update T set F = null where rowid = 43194";
Command "update T set F = null where rowid = 46400";
Command "update T set F = null where rowid = 7895";
Command "update T set F = null where rowid = 19206";
Command "update T set F = null where rowid = 29202";
Command "update T set F = null where rowid = 19278";
Command "update T set F = null where rowid = 48976";
Command "update T set F = null where rowid = 29137";
Command "update T set F = null where rowid = 28863";
Command "update T set F = null where rowid = 15792";
Command "update T set F = null where rowid = 9599";
Command "update T set F = null where rowid = 20945";
Command "update T set F = null where rowid = 46365";
Command "update T set F = null where rowid = 36396";
Command "update T set F = null where rowid = 31210";
Command "update T set F = null where rowid = 18050";
Command "update T set F = null where rowid = 18326";
Command "update T set F = null where rowid = 17265";
Command "update T set F = null where rowid = 57480";
Command "update T set F = null where rowid = 6318";
Command "update T set F = null where rowid = 23391";
Command "update T set F = null where rowid = 22529";
Command "update T set F = null where rowid = 56768";
Command "update T set F = null where rowid = 9662";
Command "update T set F = null where rowid = 59166";
Command "update T set F = null where rowid = 1759";
Command "update T set F = null where rowid = 29292";
Command "update T set F = null where rowid = 15212";
Command "update T set F = null where rowid = 15682";
Command "update T set F = null where rowid = 25248";
Command "update T set F = null where rowid = 13128";
Command "update T set F = null where rowid = 7934";
Command "update T set F = null where rowid = 40734";
Command "update T set F = null where rowid = 17437";
Command "update T set F = null where rowid = 45469";
Command "update T set F = null where rowid = 47387";
Command "update T set F = null where rowid = 8007";
Command "update T set F = null where rowid = 37739";
Command "update T set F = null where rowid = 55607";
Command "update T set F = null where rowid = 21345";
Command "update T set F = null where rowid = 26551";
Command "update T set F = null where rowid = 47810";
Command "update T set F = null where rowid = 39172";
Command "update T set F = null where rowid = 24293";
Command "update T set F = null where rowid = 28077";
Command "update T set F = null where rowid = 57924";
Command "update T set F = null where rowid = 60470";
Command "update T set F = null where rowid = 2672";
Command "update T set F = null where rowid = 38572";
Command "update T set F = null where rowid = 17790";
Command "update T set F = null where rowid = 42929";
Command "update T set F = null where rowid = 46803";
Command "update T set F = null where rowid = 8413";
Command "update T set F = null where rowid = 14520";
Command "update T set F = null where rowid = 40422";
Command "update T set F = null where rowid = 37396";
Command "update T set F = null where rowid = 59870";
Command "update T set F = null where rowid = 5878";
Command "update T set F = null where rowid = 3033";
Command "update T set F = null where rowid = 38756";
Command "update T set F = null where rowid = 24954";
Command "update T set F = null where rowid = 29941";
Command "update T set F = null where rowid = 24917";
Command "update T set F = null where rowid = 26992";
Command "update T set F = null where rowid = 33371";
Command "update T set F = null where rowid = 54353";
Command "update T set F = null where rowid = 4644";
Command "update T set F = null where rowid = 48549";
Command "update T set F = null where rowid = 53681";
Command "update T set F = null where rowid = 19581";
Command "update T set F = null where rowid = 53047";
Command "update T set F = null where rowid = 2951";
Command "update T set F = null where rowid = 39180";
Command "update T set F = null where rowid = 14247";
Command "update T set F = null where rowid = 29507";
Command "update T set F = null where rowid = 18899";
Command "update T set F = null where rowid = 51942";
Command "update T set F = null where rowid = 18155";
Command "update T set F = null where rowid = 58564";
Command "update T set F = null where rowid = 33004";
Command "update T set F = null where rowid = 61222";
Command "update T set F = null where rowid = 47367";
Command "update T set F = null where rowid = 25589";
Command "update T set F = null where rowid = 40634";
Command "update T set F = null where rowid = 48516";
Command "update T set F = null where rowid = 13687";
Command "update T set F = null where rowid = 20269";
Command "update T set F = null where rowid = 35381";
Command "update T set F = null where rowid = 30266";
Command "update T set F = null where rowid = 7219";
Command "update T set F = null where rowid = 34508";
Command "update T set F = null where rowid = 23987";
Command "update T set F = null where rowid = 41038";
Command "update T set F = null where rowid = 44895";
Command "update T set F = null where rowid = 56991";
Command "update T set F = null where rowid = 9901";
Command "update T set F = null where rowid = 23043";
Command "update T set F = null where rowid = 49967";
Command "update T set F = null where rowid = 12100";
Command "update T set F = null where rowid = 24232";
Command "update T set F = null where rowid = 20240";
Command "update T set F = null where rowid = 52779";
Command "update T set F = null where rowid = 6937";
Command "update T set F = null where rowid = 30710";
Command "update T set F = null where rowid = 54716";
Command "update T set F = null where rowid = 23941";
Command "update T set F = null where rowid = 33395";
Command "update T set F = null where rowid = 54780";
Command "update T set F = null where rowid = 15832";
Command "update T set F = null where rowid = 21507";
Command "update T set F = null where rowid = 43031";
Command "update T set F = null where rowid = 18472";
Command "update T set F = null where rowid = 49641";
Command "update T set F = null where rowid = 58466";
Command "update T set F = null where rowid = 20177";
Command "update T set F = null where rowid = 55706";
Command "update T set F = null where rowid = 57975";
Command "update T set F = null where rowid = 61419";
Command "update T set F = null where rowid = 14873";
Command "update T set F = null where rowid = 30760";
Command "update T set F = null where rowid = 16067";
Command "update T set F = null where rowid = 17826";
Command "update T set F = null where rowid = 57407";
Command "update T set F = null where rowid = 45461";
Command "update T set F = null where rowid = 4936";
Command "update T set F = null where rowid = 2226";
Command "update T set F = null where rowid = 1803";
Command "update T set F = null where rowid = 56837";
Command "update T set F = null where rowid = 10588";
Command "update T set F = null where rowid = 55529";
Command "update T set F = null where rowid = 54697";
Command "update T set F = null where rowid = 3756";
Command "update T set F = null where rowid = 55186";
Command "update T set F = null where rowid = 59547";
Command "update T set F = null where rowid = 57720";
Command "update T set F = null where rowid = 8083";
Command "update T set F = null where rowid = 47885";
Command "update T set F = null where rowid = 8592";
Command "update T set F = null where rowid = 25805";
Command "update T set F = null where rowid = 57719";
Command "update T set F = null where rowid = 43997";
Command "update T set F = null where rowid = 4741";
Command "update T set F = null where rowid = 54702";
Command "update T set F = null where rowid = 34110";
Command "update T set F = null where rowid = 23581";
Command "update T set F = null where rowid = 38716";
Command "update T set F = null where rowid = 41852";
Command "update T set F = null where rowid = 41861";
Command "update T set F = null where rowid = 26298";
Command "update T set F = null where rowid = 23276";
Command "update T set F = null where rowid = 3269";
Command "update T set F = null where rowid = 12234";
Command "update T set F = null where rowid = 11819";
Command "update T set F = null where rowid = 27726";
Command "update T set F = null where rowid = 20621";
Command "update T set F = null where rowid = 38244";
Command "update T set F = null where rowid = 14464";
Command "update T set F = null where rowid = 39235";
Command "update T set F = null where rowid = 10944";
Command "update T set F = null where rowid = 51935";
Command "update T set F = null where rowid = 12852";
Command "update T set F = null where rowid = 54173";
Command "update T set F = null where rowid = 29794";
Command "update T set F = null where rowid = 31886";
Command "update T set F = null where rowid = 16281";
Command "update T set F = null where rowid = 2119";
Command "update T set F = null where rowid = 11019";
Command "update T set F = null where rowid = 35649";
Command "update T set F = null where rowid = 16807";
Command "update T set F = null where rowid = 46076";
Command "update T set F = null where rowid = 7061";
Command "update T set F = null where rowid = 60376";
Command "update T set F = null where rowid = 58841";
Command "update T set F = null where rowid = 29542";
Command "update T set F = null where rowid = 50984";
Command "update T set F = null where rowid = 16358";
Command "update T set F = null where rowid = 4666";
Command "update T set F = null where rowid = 56187";
Command "update T set F = null where rowid = 39523";
Command "update T set F = null where rowid = 56102";
Command "update T set F = null where rowid = 19878";
Command "update T set F = null where rowid = 24759";
Command "update T set F = null where rowid = 58654";
Command "update T set F = null where rowid = 34772";
Command "update T set F = null where rowid = 28939";
Command "update T set F = null where rowid = 58491";
Command "update T set F = null where rowid = 30377";
Command "update T set F = null where rowid = 49445";
Command "update T set F = null where rowid = 59414";
Command "update T set F = null where rowid = 351";
Command "update T set F = null where rowid = 51643";
Command "update T set F = null where rowid = 20534";
Command "update T set F = null where rowid = 12587";
Command "update T set F = null where rowid = 46826";
Command "update T set F = null where rowid = 35888";
Command "update T set F = null where rowid = 55307";
Command "update T set F = null where rowid = 49875";
Command "update T set F = null where rowid = 2661";
Command "update T set F = null where rowid = 28724";
Command "update T set F = null where rowid = 21706";
Command "update T set F = null where rowid = 41920";
Command "update T set F = null where rowid = 45414";
Command "update T set F = null where rowid = 58672";
Command "update T set F = null where rowid = 54253";
Command "update T set F = null where rowid = 22993";
Command "update T set F = null where rowid = 44162";
Command "update T set F = null where rowid = 56297";
Command "update T set F = null where rowid = 20403";
Command "update T set F = null where rowid = 3585";
Command "update T set F = null where rowid = 35754";
Command "update T set F = null where rowid = 1857";
Command "update T set F = null where rowid = 61420";
Command "update T set F = null where rowid = 18935";
Command "update T set F = null where rowid = 11000";
Command "update T set F = null where rowid = 23719";
Command "update T set F = null where rowid = 57602";
Command "update T set F = null where rowid = 41599";
Command "update T set F = null where rowid = 15022";
Command "update T set F = null where rowid = 41425";
Command "update T set F = null where rowid = 22448";
Command "update T set F = null where rowid = 36327";
Command "update T set F = null where rowid = 29385";
Command "update T set F = null where rowid = 6068";
Command "update T set F = null where rowid = 23943";
Command "update T set F = null where rowid = 10738";
Command "update T set F = null where rowid = 48838";
Command "update T set F = null where rowid = 21627";
Command "update T set F = null where rowid = 8966";
Command "update T set F = null where rowid = 40938";
Command "update T set F = null where rowid = 45055";
Command "update T set F = null where rowid = 19456";
Command "update T set F = null where rowid = 30360";
Command "update T set F = null where rowid = 24093";
Command "update T set F = null where rowid = 28434";
Command "update T set F = null where rowid = 40415";
Command "update T set F = null where rowid = 7559";
Command "update T set F = null where rowid = 32662";
Command "update T set F = null where rowid = 42605";
Command "update T set F = null where rowid = 34134";
Command "update T set F = null where rowid = 46292";
Command "update T set F = null where rowid = 3453";
Command "update T set F = null where rowid = 33366";
Command "update T set F = null where rowid = 31270";
Command "update T set F = null where rowid = 12052";
Command "update T set F = null where rowid = 13414";
Command "update T set F = null where rowid = 41223";
Command "update T set F = null where rowid = 3797";
Command "update T set F = null where rowid = 16354";
Command "update T set F = null where rowid = 54626";
Command "update T set F = null where rowid = 16906";
Command "update T set F = null where rowid = 37006";
Command "update T set F = null where rowid = 8006";
Command "update T set F = null where rowid = 19967";
Command "update T set F = null where rowid = 47221";
Command "update T set F = null where rowid = 34038";
Command "update T set F = null where rowid = 55551";
Command "update T set F = null where rowid = 11578";
Command "update T set F = null where rowid = 5775";
Command "update T set F = null where rowid = 13882";
Command "update T set F = null where rowid = 54237";
Command "update T set F = null where rowid = 60617";
Command "update T set F = null where rowid = 9743";
Command "update T set F = null where rowid = 10992";
Command "update T set F = null where rowid = 48701";
Command "update T set F = null where rowid = 25502";
Command "update T set F = null where rowid = 49464";
Command "update T set F = null where rowid = 54511";
Command "update T set F = null where rowid = 50925";
Command "update T set F = null where rowid = 21778";
Command "update T set F = null where rowid = 18154";
Command "update T set F = null where rowid = 8042";
Command "update T set F = null where rowid = 39148";
Command "update T set F = null where rowid = 41445";
Command "update T set F = null where rowid = 28174";
Command "update T set F = null where rowid = 21331";
Command "update T set F = null where rowid = 13894";
Command "update T set F = null where rowid = 9027";
Command "update T set F = null where rowid = 53874";
Command "update T set F = null where rowid = 6186";
Command "update T set F = null where rowid = 32387";
Command "update T set F = null where rowid = 24753";
Command "update T set F = null where rowid = 58958";
Command "update T set F = null where rowid = 49075";
Command "update T set F = null where rowid = 22119";
Command "update T set F = null where rowid = 6836";
Command "update T set F = null where rowid = 29551";
Command "update T set F = null where rowid = 3676";
Command "update T set F = null where rowid = 1081";
Command "update T set F = null where rowid = 52981";
Command "update T set F = null where rowid = 14257";
Command "update T set F = null where rowid = 54293";
Command "update T set F = null where rowid = 10051";
Command "update T set F = null where rowid = 20440";
Command "update T set F = null where rowid = 5780";
Command "update T set F = null where rowid = 31382";
Command "update T set F = null where rowid = 19274";
Command "update T set F = null where rowid = 61291";
Command "update T set F = null where rowid = 20353";
Command "update T set F = null where rowid = 31923";
Command "update T set F = null where rowid = 59128";
Command "update T set F = null where rowid = 25133";
Command "update T set F = null where rowid = 26280";
Command "update T set F = null where rowid = 2412";
Command "update T set F = null where rowid = 39996";
Command "update T set F = null where rowid = 10853";
Command "update T set F = null where rowid = 28301";
Command "update T set F = null where rowid = 29742";
Command "update T set F = null where rowid = 47954";
Command "update T set F = null where rowid = 47718";
Command "update T set F = null where rowid = 2816";
Command "update T set F = null where rowid = 9227";
Command "update T set F = null where rowid = 15760";
Command "update T set F = null where rowid = 31616";
Command "update T set F = null where rowid = 45136";
Command "update T set F = null where rowid = 26259";
Command "update T set F = null where rowid = 39842";
Command "update T set F = null where rowid = 11922";
Command "update T set F = null where rowid = 42735";
Command "update T set F = null where rowid = 59565";
Command "update T set F = null where rowid = 54326";
Command "update T set F = null where rowid = 28326";
Command "update T set F = null where rowid = 27832";
Command "update T set F = null where rowid = 49981";
Command "update T set F = null where rowid = 22680";
Command "update T set F = null where rowid = 43383";
Command "update T set F = null where rowid = 32630";
Command "update T set F = null where rowid = 58405";
Command "update T set F = null where rowid = 22897";
Command "update T set F = null where rowid = 54560";
Command "update T set F = null where rowid = 43584";
Command "update T set F = null where rowid = 24540";
Command "update T set F = null where rowid = 54854";
Command "update T set F = null where rowid = 45458";
Command "update T set F = null where rowid = 41247";
Command "update T set F = null where rowid = 51751";
Command "update T set F = null where rowid = 25709";
Command "update T set F = null where rowid = 15211";
Command "update T set F = null where rowid = 4856";
Command "update T set F = null where rowid = 12116";
Command "update T set F = null where rowid = 13078";
Command "update T set F = null where rowid = 11722";
Command "update T set F = null where rowid = 26423";
Command "update T set F = null where rowid = 1505";
Command "update T set F = null where rowid = 57766";
Command "update T set F = null where rowid = 21197";
Command "update T set F = null where rowid = 31397";
Command "update T set F = null where rowid = 35618";
Command "update T set F = null where rowid = 6169";
Command "update T set F = null where rowid = 55976";
Command "update T set F = null where rowid = 12330";
Command "update T set F = null where rowid = 40736";
Command "update T set F = null where rowid = 52821";
Command "update T set F = null where rowid = 12067";
Command "update T set F = null where rowid = 29031";
Command "update T set F = null where rowid = 25401";
Command "update T set F = null where rowid = 37565";
Command "update T set F = null where rowid = 57484";
Command "update T set F = null where rowid = 57196";
Command "update T set F = null where rowid = 8020";
Command "update T set F = null where rowid = 43692";
Command "update T set F = null where rowid = 56030";
Command "update T set F = null where rowid = 49936";
Command "update T set F = null where rowid = 60163";
Command "update T set F = null where rowid = 47334";
Command "update T set F = null where rowid = 4292";
Command "update T set F = null where rowid = 51181";
Command "update T set F = null where rowid = 18269";
Command "update T set F = null where rowid = 54909";
Command "update T set F = null where rowid = 35581";
Command "update T set F = null where rowid = 47833";
Command "update T set F = null where rowid = 61390";
Command "update T set F = null where rowid = 55579";
Command "update T set F = null where rowid = 13582";
Command "update T set F = null where rowid = 20772";
Command "update T set F = null where rowid = 15172";
Command "update T set F = null where rowid = 48805";
Command "update T set F = null where rowid = 42102";
Command "update T set F = null where rowid = 11027";
Command "update T set F = null where rowid = 18313";
Command "update T set F = null where rowid = 1326";
Command "update T set F = null where rowid = 48261";
Command "update T set F = null where rowid = 26571";
Command "update T set F = null where rowid = 61414";
Command "update T set F = null where rowid = 55854";
Command "update T set F = null where rowid = 15805";
Command "update T set F = null where rowid = 41079";
Command "update T set F = null where rowid = 34563";
Command "update T set F = null where rowid = 57348";
Command "update T set F = null where rowid = 21302";
Command "update T set F = null where rowid = 32759";
Command "update T set F = null where rowid = 11619";
Command "update T set F = null where rowid = 29728";
Command "update T set F = null where rowid = 7529";
Command "update T set F = null where rowid = 58708";
Command "update T set F = null where rowid = 31455";
Command "update T set F = null where rowid = 46016";
Command "update T set F = null where rowid = 42217";
Command "update T set F = null where rowid = 47052";
Command "update T set F = null where rowid = 5204";
Command "update T set F = null where rowid = 44063";
Command "update T set F = null where rowid = 55691";
Command "update T set F = null where rowid = 20427";
Command "update T set F = null where rowid = 33406";
Command "update T set F = null where rowid = 44935";
Command "update T set F = null where rowid = 35024";
Command "update T set F = null where rowid = 23096";
Command "update T set F = null where rowid = 38548";
Command "update T set F = null where rowid = 58565";
Command "update T set F = null where rowid = 53178";
Command "update T set F = null where rowid = 41127";
Command "update T set F = null where rowid = 49883";
Command "update T set F = null where rowid = 12525";
Command "update T set F = null where rowid = 26048";
Command "update T set F = null where rowid = 53183";
Command "update T set F = null where rowid = 49662";
Command "update T set F = null where rowid = 12486";
Command "update T set F = null where rowid = 4777";
Command "update T set F = null where rowid = 8842";
Command "update T set F = null where rowid = 5360";
Command "update T set F = null where rowid = 30731";
Command "update T set F = null where rowid = 28165";
Command "update T set F = null where rowid = 19055";
Command "update T set F = null where rowid = 49601";
Command "update T set F = null where rowid = 25860";
Command "update T set F = null where rowid = 9345";
Command "update T set F = null where rowid = 9953";
Command "update T set F = null where rowid = 28785";
Command "update T set F = null where rowid = 13399";
Command "update T set F = null where rowid = 24556";
Command "update T set F = null where rowid = 16642";
Command "update T set F = null where rowid = 17056";
Command "update T set F = null where rowid = 55985";
Command "update T set F = null where rowid = 16540";
Command "update T set F = null where rowid = 1306";
Command "update T set F = null where rowid = 22188";
Command "update T set F = null where rowid = 22357";
Command "update T set F = null where rowid = 5642";
Command "update T set F = null where rowid = 36780";
Command "update T set F = null where rowid = 26833";
Command "update T set F = null where rowid = 8707";
Command "update T set F = null where rowid = 29103";
Command "update T set F = null where rowid = 22710";
Command "update T set F = null where rowid = 57514";
Command "update T set F = null where rowid = 17358";
Command "update T set F = null where rowid = 15666";
Command "update T set F = null where rowid = 16404";
Command "update T set F = null where rowid = 19857";
Command "update T set F = null where rowid = 53956";
Command "update T set F = null where rowid = 46711";
Command "update T set F = null where rowid = 17810";
Command "update T set F = null where rowid = 26532";
Command "update T set F = null where rowid = 42080";
Command "update T set F = null where rowid = 38723";
Command "update T set F = null where rowid = 54704";
Command "update T set F = null where rowid = 4710";
Command "update T set F = null where rowid = 15133";
Command "update T set F = null where rowid = 8856";
Command "update T set F = null where rowid = 33643";
Command "update T set F = null where rowid = 10080";
Command "update T set F = null where rowid = 41574";
Command "update T set F = null where rowid = 59171";
Command "update T set F = null where rowid = 17571";
Command "update T set F = null where rowid = 20410";
Command "update T set F = null where rowid = 4823";
Command "update T set F = null where rowid = 28974";
Command "update T set F = null where rowid = 30627";
Command "update T set F = null where rowid = 23802";
Command "update T set F = null where rowid = 37320";
Command "update T set F = null where rowid = 6337";
Command "update T set F = null where rowid = 61495";
Command "update T set F = null where rowid = 35791";
Command "update T set F = null where rowid = 7226";
Command "update T set F = null where rowid = 9478";
Command "update T set F = null where rowid = 29452";
Command "update T set F = null where rowid = 55644";
Command "update T set F = null where rowid = 14363";
Command "update T set F = null where rowid = 6719";
Command "update T set F = null where rowid = 20130";
Command "update T set F = null where rowid = 35857";
Command "update T set F = null where rowid = 57781";
Command "update T set F = null where rowid = 18688";
Command "update T set F = null where rowid = 47513";
Command "update T set F = null where rowid = 9726";
Command "update T set F = null where rowid = 13024";
Command "update T set F = null where rowid = 20249";
Command "update T set F = null where rowid = 55500";
Command "update T set F = null where rowid = 52102";
Command "update T set F = null where rowid = 14446";
Command "update T set F = null where rowid = 51025";
Command "update T set F = null where rowid = 13511";
Command "update T set F = null where rowid = 6266";
Command "update T set F = null where rowid = 30276";
Command "update T set F = null where rowid = 39739";
Command "update T set F = null where rowid = 11610";
Command "update T set F = null where rowid = 34592";
Command "update T set F = null where rowid = 21368";
Command "update T set F = null where rowid = 53276";
Command "update T set F = null where rowid = 10844";
Command "update T set F = null where rowid = 11859";
Command "update T set F = null where rowid = 32182";
Command "update T set F = null where rowid = 36691";
Command "update T set F = null where rowid = 35770";
Command "update T set F = null where rowid = 15170";
Command "update T set F = null where rowid = 23861";
Command "update T set F = null where rowid = 7089";
Command "update T set F = null where rowid = 6309";
Command "update T set F = null where rowid = 22429";
Command "update T set F = null where rowid = 24895";
Command "update T set F = null where rowid = 7445";
Command "update T set F = null where rowid = 3508";
Command "update T set F = null where rowid = 34776";
Command "update T set F = null where rowid = 35812";
Command "update T set F = null where rowid = 26388";
Command "update T set F = null where rowid = 14071";
Command "update T set F = null where rowid = 1709";
Command "update T set F = null where rowid = 44310";
Command "update T set F = null where rowid = 46379";
Command "update T set F = null where rowid = 46621";
Command "update T set F = null where rowid = 12335";
Command "update T set F = null where rowid = 60807";
Command "update T set F = null where rowid = 43068";
Command "update T set F = null where rowid = 32971";
Command "update T set F = null where rowid = 7114";
Command "update T set F = null where rowid = 6379";
Command "update T set F = null where rowid = 36357";
Command "update T set F = null where rowid = 31159";
Command "update T set F = null where rowid = 34693";
Command "update T set F = null where rowid = 28227";
Command "update T set F = null where rowid = 467";
Command "update T set F = null where rowid = 31653";
Command "update T set F = null where rowid = 31916";
Command "update T set F = null where rowid = 56376";
Command "update T set F = null where rowid = 3722";
Command "update T set F = null where rowid = 45133";
Command "update T set F = null where rowid = 17508";
Command "update T set F = null where rowid = 50071";
Command "update T set F = null where rowid = 5386";
Command "update T set F = null where rowid = 31998";
Command "update T set F = null where rowid = 34396";
Command "update T set F = null where rowid = 41774";
Command "update T set F = null where rowid = 59488";
Command "update T set F = null where rowid = 29748";
Command "update T set F = null where rowid = 4147";
Command "update T set F = null where rowid = 31162";
Command "update T set F = null where rowid = 48759";
Command "update T set F = null where rowid = 59958";
Command "update T set F = null where rowid = 37635";
Command "update T set F = null where rowid = 55120";
Command "update T set F = null where rowid = 34231";
Command "update T set F = null where rowid = 24801";
Command "update T set F = null where rowid = 37993";
Command "update T set F = null where rowid = 4361";
Command "update T set F = null where rowid = 11802";
Command "update T set F = null where rowid = 55527";
Command "update T set F = null where rowid = 40173";
Command "update T set F = null where rowid = 37067";
Command "update T set F = null where rowid = 22807";
Command "update T set F = null where rowid = 48757";
Command "update T set F = null where rowid = 32321";
Command "update T set F = null where rowid = 34251";
Command "update T set F = null where rowid = 33056";
Command "update T set F = null where rowid = 21296";
Command "update T set F = null where rowid = 22892";
Command "update T set F = null where rowid = 50733";
Command "update T set F = null where rowid = 6353";
Command "update T set F = null where rowid = 28211";
Command "update T set F = null where rowid = 17640";
Command "update T set F = null where rowid = 25388";
Command "update T set F = null where rowid = 4827";
Command "update T set F = null where rowid = 48031";
Command "update T set F = null where rowid = 8190";
Command "update T set F = null where rowid = 46657";
Command "update T set F = null where rowid = 45075";
Command "update T set F = null where rowid = 9454";
Command "update T set F = null where rowid = 6602";
Command "update T set F = null where rowid = 55636";
Command "update T set F = null where rowid = 2409";
Command "update T set F = null where rowid = 26153";
Command "update T set F = null where rowid = 46637";
Command "update T set F = null where rowid = 45634";
Command "update T set F = null where rowid = 8614";
Command "update T set F = null where rowid = 4305";
Command "update T set F = null where rowid = 175";
Command "update T set F = null where rowid = 42000";
Command "update T set F = null where rowid = 26418";
Command "update T set F = null where rowid = 17243";
Command "update T set F = null where rowid = 27840";
Command "update T set F = null where rowid = 3791";
Command "update T set F = null where rowid = 50039";
Command "update T set F = null where rowid = 51105";
Command "update T set F = null where rowid = 57938";
Command "update T set F = null where rowid = 39679";
Command "update T set F = null where rowid = 18463";
Command "update T set F = null where rowid = 17209";
Command "update T set F = null where rowid = 20834";
Command "update T set F = null where rowid = 52942";
Command "update T set F = null where rowid = 12090";
Command "update T set F = null where rowid = 60124";
Command "update T set F = null where rowid = 1495";
Command "update T set F = null where rowid = 57117";
Command "update T set F = null where rowid = 17802";
Command "update T set F = null where rowid = 5711";
Command "update T set F = null where rowid = 22226";
Command "update T set F = null where rowid = 23098";
Command "update T set F = null where rowid = 53008";
Command "update T set F = null where rowid = 60366";
Command "update T set F = null where rowid = 5692";
Command "update T set F = null where rowid = 43034";
Command "update T set F = null where rowid = 7495";
Command "update T set F = null where rowid = 30817";
Command "update T set F = null where rowid = 55386";
Command "update T set F = null where rowid = 19820";
Command "update T set F = null where rowid = 39494";
Command "update T set F = null where rowid = 14127";
Command "update T set F = null where rowid = 54696";
Command "update T set F = null where rowid = 12046";
Command "update T set F = null where rowid = 41514";
Command "update T set F = null where rowid = 41944";
Command "update T set F = null where rowid = 55814";
Command "update T set F = null where rowid = 43791";
Command "update T set F = null where rowid = 940";
Command "update T set F = null where rowid = 61432";
Command "update T set F = null where rowid = 59844";
Command "update T set F = null where rowid = 15674";
Command "update T set F = null where rowid = 29761";
Command "update T set F = null where rowid = 54176";
Command "update T set F = null where rowid = 37153";
Command "update T set F = null where rowid = 19775";
Command "update T set F = null where rowid = 24350";
Command "update T set F = null where rowid = 44487";
Command "update T set F = null where rowid = 7237";
Command "update T set F = null where rowid = 13908";
Command "update T set F = null where rowid = 26232";
Command "update T set F = null where rowid = 16970";
Command "update T set F = null where rowid = 49736";
Command "update T set F = null where rowid = 38670";
Command "update T set F = null where rowid = 53337";
Command "update T set F = null where rowid = 8616";
Command "update T set F = null where rowid = 4064";
Command "update T set F = null where rowid = 16720";
Command "update T set F = null where rowid = 48239";
Command "update T set F = null where rowid = 5068";
Command "update T set F = null where rowid = 190";
Command "update T set F = null where rowid = 59912";
Command "update T set F = null where rowid = 22577";
Command "update T set F = null where rowid = 4781";
Command "update T set F = null where rowid = 17118";
Command "update T set F = null where rowid = 16080";
Command "update T set F = null where rowid = 5527";
Command "update T set F = null where rowid = 32325";
Command "update T set F = null where rowid = 39823";
Command "update T set F = null where rowid = 21860";
Command "update T set F = null where rowid = 39230";
Command "update T set F = null where rowid = 53588";
Command "update T set F = null where rowid = 30877";
Command "update T set F = null where rowid = 10993";
Command "update T set F = null where rowid = 2690";
Command "update T set F = null where rowid = 45390";
Command "update T set F = null where rowid = 26095";
Command "update T set F = null where rowid = 32078";
Command "update T set F = null where rowid = 32543";
Command "update T set F = null where rowid = 27367";
Command "update T set F = null where rowid = 45088";
Command "update T set F = null where rowid = 29796";
Command "update T set F = null where rowid = 24159";
Command "update T set F = null where rowid = 43728";
Command "update T set F = null where rowid = 49806";
Command "update T set F = null where rowid = 29129";
Command "update T set F = null where rowid = 21095";
Command "update T set F = null where rowid = 11159";
Command "update T set F = null where rowid = 30055";
Command "update T set F = null where rowid = 40465";
Command "update T set F = null where rowid = 29581";
Command "update T set F = null where rowid = 56971";
Command "update T set F = null where rowid = 43811";
Command "update T set F = null where rowid = 15324";
Command "update T set F = null where rowid = 12679";
Command "update T set F = null where rowid = 29288";
Command "update T set F = null where rowid = 16246";
Command "update T set F = null where rowid = 16622";
Command "update T set F = null where rowid = 22554";
Command "update T set F = null where rowid = 18955";
Command "update T set F = null where rowid = 58734";
Command "update T set F = null where rowid = 12360";
Command "update T set F = null where rowid = 5111";
Command "update T set F = null where rowid = 19424";
Command "update T set F = null where rowid = 59290";
Command "update T set F = null where rowid = 18845";
Command "update T set F = null where rowid = 43175";
Command "update T set F = null where rowid = 43282";
Command "update T set F = null where rowid = 15378";
Command "update T set F = null where rowid = 39353";
Command "update T set F = null where rowid = 13455";
Command "update T set F = null where rowid = 43474";
Command "update T set F = null where rowid = 17795";
Command "update T set F = null where rowid = 34744";
Command "update T set F = null where rowid = 23160";
Command "update T set F = null where rowid = 30402";
Command "update T set F = null where rowid = 14280";
Command "update T set F = null where rowid = 51726";
Command "update T set F = null where rowid = 1785";
Command "update T set F = null where rowid = 50655";
Command "update T set F = null where rowid = 45536";
Command "update T set F = null where rowid = 36698";
Command "update T set F = null where rowid = 11165";
Command "update T set F = null where rowid = 30466";
Command "update T set F = null where rowid = 50537";
Command "update T set F = null where rowid = 16961";
Command "update T set F = null where rowid = 9383";
Command "update T set F = null where rowid = 26744";
Command "update T set F = null where rowid = 42740";
Command "update T set F = null where rowid = 9394";
Command "update T set F = null where rowid = 23945";
Command "update T set F = null where rowid = 52488";
Command "update T set F = null where rowid = 37927";
Command "update T set F = null where rowid = 6486";
Command "update T set F = null where rowid = 13783";
Command "update T set F = null where rowid = 46719";
Command "update T set F = null where rowid = 15730";
Command "update T set F = null where rowid = 19638";
Command "update T set F = null where rowid = 18322";
Command "update T set F = null where rowid = 24141";
Command "update T set F = null where rowid = 32952";
Command "update T set F = null where rowid = 5065";
Command "update T set F = null where rowid = 60101";
Command "update T set F = null where rowid = 30544";
Command "update T set F = null where rowid = 9548";
Command "update T set F = null where rowid = 33647";
Command "update T set F = null where rowid = 44947";
Command "update T set F = null where rowid = 15670";
Command "update T set F = null where rowid = 54020";
Command "update T set F = null where rowid = 41025";
Command "update T set F = null where rowid = 11942";
Command "update T set F = null where rowid = 51324";
Command "update T set F = null where rowid = 54999";
Command "update T set F = null where rowid = 43892";
Command "update T set F = null where rowid = 6336";
Command "update T set F = null where rowid = 10366";
Command "update T set F = null where rowid = 45305";
Command "update T set F = null where rowid = 30430";
Command "update T set F = null where rowid = 1874";
Command "update T set F = null where rowid = 16074";
Command "update T set F = null where rowid = 25215";
Command "update T set F = null where rowid = 50415";
Command "update T set F = null where rowid = 2229";
Command "update T set F = null where rowid = 22821";
Command "update T set F = null where rowid = 27718";
Command "update T set F = null where rowid = 43273";
Command "update T set F = null where rowid = 31547";
Command "update T set F = null where rowid = 58101";
Command "update T set F = null where rowid = 58352";
Command "update T set F = null where rowid = 59645";
Command "update T set F = null where rowid = 22327";
Command "update T set F = null where rowid = 3549";
Command "update T set F = null where rowid = 691";
Command "update T set F = null where rowid = 52514";
Command "update T set F = null where rowid = 8594";
Command "update T set F = null where rowid = 28957";
Command "update T set F = null where rowid = 37187";
Command "update T set F = null where rowid = 11773";
Command "update T set F = null where rowid = 27487";
Command "update T set F = null where rowid = 57581";
Command "update T set F = null where rowid = 1166";
Command "update T set F = null where rowid = 10123";
Command "update T set F = null where rowid = 41539";
Command "update T set F = null where rowid = 1049";
Command "update T set F = null where rowid = 23696";
Command "update T set F = null where rowid = 37024";
Command "update T set F = null where rowid = 6790";
Command "update T set F = null where rowid = 7322";
Command "update T set F = null where rowid = 13201";
Command "update T set F = null where rowid = 60345";
Command "update T set F = null where rowid = 4187";
Command "update T set F = null where rowid = 55305";
Command "update T set F = null where rowid = 42224";
Command "update T set F = null where rowid = 32636";
Command "update T set F = null where rowid = 49013";
Command "update T set F = null where rowid = 42389";
Command "update T set F = null where rowid = 54580";
Command "update T set F = null where rowid = 5318";
Command "update T set F = null where rowid = 36270";
Command "update T set F = null where rowid = 57465";
Command "update T set F = null where rowid = 21286";
Command "update T set F = null where rowid = 26139";
Command "update T set F = null where rowid = 56820";
Command "update T set F = null where rowid = 53143";
Command "update T set F = null where rowid = 12243";
Command "update T set F = null where rowid = 55914";
Command "update T set F = null where rowid = 10147";
Command "update T set F = null where rowid = 39087";
Command "update T set F = null where rowid = 22362";
Command "update T set F = null where rowid = 15340";
Command "update T set F = null where rowid = 59143";
Command "update T set F = null where rowid = 3121";
Command "update T set F = null where rowid = 32242";
Command "update T set F = null where rowid = 23340";
Command "update T set F = null where rowid = 27044";
Command "update T set F = null where rowid = 55283";
Command "update T set F = null where rowid = 47336";
Command "update T set F = null where rowid = 9985";
Command "update T set F = null where rowid = 12877";
Command "update T set F = null where rowid = 20122";
Command "update T set F = null where rowid = 52381";
Command "update T set F = null where rowid = 33463";
Command "update T set F = null where rowid = 7115";
Command "update T set F = null where rowid = 24126";
Command "update T set F = null where rowid = 16220";
Command "update T set F = null where rowid = 16264";
Command "update T set F = null where rowid = 53689";
Command "update T set F = null where rowid = 48114";
Command "update T set F = null where rowid = 18436";
Command "update T set F = null where rowid = 35653";
Command "update T set F = null where rowid = 15156";
Command "update T set F = null where rowid = 26782";
Command "update T set F = null where rowid = 5995";
Command "update T set F = null where rowid = 38861";
Command "update T set F = null where rowid = 17628";
Command "update T set F = null where rowid = 45318";
Command "update T set F = null where rowid = 38671";
Command "update T set F = null where rowid = 60130";
Command "update T set F = null where rowid = 28355";
Command "update T set F = null where rowid = 31831";
Command "update T set F = null where rowid = 10236";
Command "update T set F = null where rowid = 34501";
Command "update T set F = null where rowid = 53540";
Command "update T set F = null where rowid = 37503";
Command "update T set F = null where rowid = 37966";
Command "update T set F = null where rowid = 26033";
Command "update T set F = null where rowid = 40659";
Command "update T set F = null where rowid = 10816";
Command "update T set F = null where rowid = 35048";
Command "update T set F = null where rowid = 1678";
Command "update T set F = null where rowid = 45025";
Command "update T set F = null where rowid = 11485";
Command "update T set F = null where rowid = 18347";
Command "update T set F = null where rowid = 34144";
Command "update T set F = null where rowid = 18447";
Command "update T set F = null where rowid = 35332";
Command "update T set F = null where rowid = 49225";
Command "update T set F = null where rowid = 1685";
Command "update T set F = null where rowid = 8764";
Command "update T set F = null where rowid = 16534";
Command "update T set F = null where rowid = 47381";
Command "update T set F = null where rowid = 30109";
Command "update T set F = null where rowid = 20312";
Command "update T set F = null where rowid = 9285";
Command "update T set F = null where rowid = 57650";
Command "update T set F = null where rowid = 6153";
Command "update T set F = null where rowid = 43623";
Command "update T set F = null where rowid = 8745";
Command "update T set F = null where rowid = 52976";
Command "update T set F = null where rowid = 2346";
Command "update T set F = null where rowid = 36493";
Command "update T set F = null where rowid = 57823";
Command "update T set F = null where rowid = 21233";
Command "update T set F = null where rowid = 7461";
Command "update T set F = null where rowid = 44674";
Command "update T set F = null where rowid = 13226";
Command "update T set F = null where rowid = 9650";
Command "update T set F = null where rowid = 9922";
Command "update T set F = null where rowid = 58321";
Command "update T set F = null where rowid = 19855";
Command "update T set F = null where rowid = 52707";
Command "update T set F = null where rowid = 40960";
Command "update T set F = null where rowid = 13233";
Command "update T set F = null where rowid = 60751";
Command "update T set F = null where rowid = 43151";
Command "update T set F = null where rowid = 54362";
Command "update T set F = null where rowid = 19790";
Command "update T set F = null where rowid = 1985";
Command "update T set F = null where rowid = 42198";
Command "update T set F = null where rowid = 10830";
Command "update T set F = null where rowid = 48168";
Command "update T set F = null where rowid = 24371";
Command "update T set F = null where rowid = 28314";
Command "update T set F = null where rowid = 45596";
Command "update T set F = null where rowid = 11821";
Command "update T set F = null where rowid = 41195";
Command "update T set F = null where rowid = 46058";
Command "update T set F = null where rowid = 43350";
Command "update T set F = null where rowid = 60452";
Command "update T set F = null where rowid = 35351";
Command "update T set F = null where rowid = 54136";
Command "update T set F = null where rowid = 35220";
Command "update T set F = null where rowid = 6992";
Command "update T set F = null where rowid = 6061";
Command "update T set F = null where rowid = 50329";
Command "update T set F = null where rowid = 20067";
Command "update T set F = null where rowid = 44864";
Command "update T set F = null where rowid = 985";
Command "update T set F = null where rowid = 37463";
Command "update T set F = null where rowid = 11218";
Command "update T set F = null where rowid = 45040";
Command "update T set F = null where rowid = 51601";
Command "update T set F = null where rowid = 35391";
Command "update T set F = null where rowid = 34648";
Command "update T set F = null where rowid = 9933";
Command "update T set F = null where rowid = 10459";
Command "update T set F = null where rowid = 48575";
Command "update T set F = null where rowid = 51519";
Command "update T set F = null where rowid = 11844";
Command "update T set F = null where rowid = 30306";
Command "update T set F = null where rowid = 53261";
Command "update T set F = null where rowid = 16105";
Command "update T set F = null where rowid = 38293";
Command "update T set F = null where rowid = 52999";
Command "update T set F = null where rowid = 52664";
Command "update T set F = null where rowid = 28747";
Command "update T set F = null where rowid = 4193";
Command "update T set F = null where rowid = 1492";
Command "update T set F = null where rowid = 50081";
Command "update T set F = null where rowid = 46672";
Command "update T set F = null where rowid = 6010";
Command "update T set F = null where rowid = 11880";
Command "update T set F = null where rowid = 2792";
Command "update T set F = null where rowid = 34055";
Command "update T set F = null where rowid = 28833";
Command "update T set F = null where rowid = 52461";
Command "update T set F = null where rowid = 45308";
Command "update T set F = null where rowid = 59476";
Command "update T set F = null where rowid = 43059";
Command "update T set F = null where rowid = 47014";
Command "update T set F = null where rowid = 12185";
Command "update T set F = null where rowid = 5846";
Command "update T set F = null where rowid = 7162";
Command "update T set F = null where rowid = 59794";
Command "update T set F = null where rowid = 39395";
Command "update T set F = null where rowid = 16930";
Command "update T set F = null where rowid = 18650";
Command "update T set F = null where rowid = 24326";
Command "update T set F = null where rowid = 46954";
Command "update T set F = null where rowid = 4040";
Command "update T set F = null where rowid = 56254";
Command "update T set F = null where rowid = 46098";
Command "update T set F = null where rowid = 33113";
Command "update T set F = null where rowid = 18114";
Command "update T set F = null where rowid = 31669";
Command "update T set F = null where rowid = 35339";
Command "update T set F = null where rowid = 45633";
Command "update T set F = null where rowid = 19317";
Command "update T set F = null where rowid = 391";
Command "update T set F = null where rowid = 38922";
Command "update T set F = null where rowid = 48248";
Command "update T set F = null where rowid = 40235";
Command "update T set F = null where rowid = 30404";
Command "update T set F = null where rowid = 14949";
Command "update T set F = null where rowid = 20222";
Command "update T set F = null where rowid = 1900";
Command "update T set F = null where rowid = 33796";
Command "update T set F = null where rowid = 31739";
Command "update T set F = null where rowid = 55092";
Command "update T set F = null where rowid = 25370";
Command "update T set F = null where rowid = 52311";
Command "update T set F = null where rowid = 37263";
Command "update T set F = null where rowid = 1136";
Command "update T set F = null where rowid = 21550";
Command "update T set F = null where rowid = 54430";
Command "update T set F = null where rowid = 26352";
Command "update T set F = null where rowid = 46915";
Command "update T set F = null where rowid = 47296";
Command "update T set F = null where rowid = 45946";
Command "update T set F = null where rowid = 37812";
Command "update T set F = null where rowid = 59286";
Command "update T set F = null where rowid = 23024";
Command "update T set F = null where rowid = 50981";
Command "update T set F = null where rowid = 21327";
Command "update T set F = null where rowid = 61236";
Command "update T set F = null where rowid = 59016";
Command "update T set F = null where rowid = 51586";
Command "update T set F = null where rowid = 39144";
Command "update T set F = null where rowid = 59474";
Command "update T set F = null where rowid = 17247";
Command "update T set F = null where rowid = 32846";
Command "update T set F = null where rowid = 36914";
Command "update T set F = null where rowid = 33160";
Command "update T set F = null where rowid = 59170";
Command "update T set F = null where rowid = 7973";
Command "update T set F = null where rowid = 8099";
Command "update T set F = null where rowid = 38180";
Command "update T set F = null where rowid = 41001";
Command "update T set F = null where rowid = 41742";
Command "update T set F = null where rowid = 59819";
Command "update T set F = null where rowid = 48041";
Command "update T set F = null where rowid = 50163";
Command "update T set F = null where rowid = 40687";
Command "update T set F = null where rowid = 32676";
Command "update T set F = null where rowid = 44153";
Command "update T set F = null where rowid = 48796";
Command "update T set F = null where rowid = 45316";
Command "update T set F = null where rowid = 29402";
Command "update T set F = null where rowid = 4862";
Command "update T set F = null where rowid = 26615";
Command "update T set F = null where rowid = 12930";
Command "update T set F = null where rowid = 21898";
Command "update T set F = null where rowid = 21382";
Command "update T set F = null where rowid = 15977";
Command "update T set F = null where rowid = 58529";
Command "update T set F = null where rowid = 23018";
Command "update T set F = null where rowid = 17218";
Command "update T set F = null where rowid = 49708";
Command "update T set F = null where rowid = 21280";
Command "update T set F = null where rowid = 9775";
Command "update T set F = null where rowid = 10218";
Command "update T set F = null where rowid = 52964";
Command "update T set F = null where rowid = 53806";
Command "update T set F = null where rowid = 26030";
Command "update T set F = null where rowid = 11813";
Command "update T set F = null where rowid = 59183";
Command "update T set F = null where rowid = 37084";
Command "update T set F = null where rowid = 40350";
Command "update T set F = null where rowid = 5085";
Command "update T set F = null where rowid = 9994";
Command "update T set F = null where rowid = 51729";
Command "update T set F = null where rowid = 38764";
Command "update T set F = null where rowid = 44944";
Command "update T set F = null where rowid = 31340";
Command "update T set F = null where rowid = 51543";
Command "update T set F = null where rowid = 17060";
Command "update T set F = null where rowid = 49742";
Command "update T set F = null where rowid = 20897";
Command "update T set F = null where rowid = 16092";
Command "update T set F = null where rowid = 29204";
Command "update T set F = null where rowid = 33897";
Command "update T set F = null where rowid = 47696";
Command "update T set F = null where rowid = 21981";
Command "update T set F = null where rowid = 59295";
Command "update T set F = null where rowid = 20374";
Command "update T set F = null where rowid = 23868";
Command "update T set F = null where rowid = 57232";
Command "update T set F = null where rowid = 9639";
Command "update T set F = null where rowid = 12482";
Command "update T set F = null where rowid = 13418";
Command "update T set F = null where rowid = 6104";
Command "update T set F = null where rowid = 43155";
Command "update T set F = null where rowid = 60079";
Command "update T set F = null where rowid = 27712";
Command "update T set F = null where rowid = 1878";
Command "update T set F = null where rowid = 43004";
Command "update T set F = null where rowid = 3538";
Command "update T set F = null where rowid = 7171";
Command "update T set F = null where rowid = 47691";
Command "update T set F = null where rowid = 35444";
Command "update T set F = null where rowid = 6461";
Command "update T set F = null where rowid = 20611";
Command "update T set F = null where rowid = 33968";
Command "update T set F = null where rowid = 14774";
Command "update T set F = null where rowid = 51802";
Command "update T set F = null where rowid = 50765";
Command "update T set F = null where rowid = 21183";
Command "update T set F = null where rowid = 17487";
Command "update T set F = null where rowid = 44769";
Command "update T set F = null where rowid = 59777";
Command "update T set F = null where rowid = 10464";
Command "update T set F = null where rowid = 61087";
Command "update T set F = null where rowid = 7273";
Command "update T set F = null where rowid = 23825";
Command "update T set F = null where rowid = 54773";
Command "update T set F = null where rowid = 49155";
Command "update T set F = null where rowid = 9815";
Command "update T set F = null where rowid = 21442";
Command "update T set F = null where rowid = 31586";
Command "update T set F = null where rowid = 54841";
Command "update T set F = null where rowid = 56826";
Command "update T set F = null where rowid = 23384";
Command "update T set F = null where rowid = 12647";
Command "update T set F = null where rowid = 57355";
Command "update T set F = null where rowid = 20822";
Command "update T set F = null where rowid = 33444";
Command "update T set F = null where rowid = 59939";
Command "update T set F = null where rowid = 1755";
Command "update T set F = null where rowid = 22320";
Command "update T set F = null where rowid = 34731";
Command "update T set F = null where rowid = 30135";
Command "update T set F = null where rowid = 34224";
Command "update T set F = null where rowid = 1343";
Command "update T set F = null where rowid = 24320";
Command "update T set F = null where rowid = 35295";
Command "update T set F = null where rowid = 61367";
Command "update T set F = null where rowid = 7069";
Command "update T set F = null where rowid = 34240";
Command "update T set F = null where rowid = 1953";
Command "update T set F = null where rowid = 30854";
Command "update T set F = null where rowid = 20057";
Command "update T set F = null where rowid = 10152";
Command "update T set F = null where rowid = 1013";
Command "update T set F = null where rowid = 48231";
Command "update T set F = null where rowid = 36778";
Command "update T set F = null where rowid = 49359";
Command "update T set F = null where rowid = 41196";
Command "update T set F = null where rowid = 6138";
Command "update T set F = null where rowid = 3052";
Command "update T set F = null where rowid = 709";
Command "update T set F = null where rowid = 18152";
Command "update T set F = null where rowid = 55786";
Command "update T set F = null where rowid = 9423";
Command "update T set F = null where rowid = 52201";
Command "update T set F = null where rowid = 1919";
Command "update T set F = null where rowid = 51551";
Command "update T set F = null where rowid = 12790";
Command "update T set F = null where rowid = 18827";
Command "update T set F = null where rowid = 6905";
Command "update T set F = null where rowid = 45923";
Command "update T set F = null where rowid = 32913";
Command "update T set F = null where rowid = 51306";
Command "update T set F = null where rowid = 35694";
Command "update T set F = null where rowid = 56266";
Command "update T set F = null where rowid = 43565";
Command "update T set F = null where rowid = 60517";
Command "update T set F = null where rowid = 58185";
Command "update T set F = null where rowid = 26471";
Command "update T set F = null where rowid = 8681";
Command "update T set F = null where rowid = 40102";
Command "update T set F = null where rowid = 45681";
Command "update T set F = null where rowid = 27586";
Command "update T set F = null where rowid = 43122";
Command "update T set F = null where rowid = 53414";
Command "update T set F = null where rowid = 15348";
Command "update T set F = null where rowid = 5056";
Command "update T set F = null where rowid = 16101";
Command "update T set F = null where rowid = 37406";
Command "update T set F = null where rowid = 43162";
Command "update T set F = null where rowid = 12530";
Command "update T set F = null where rowid = 16883";
Command "update T set F = null where rowid = 44149";
Command "update T set F = null where rowid = 24123";
Command "update T set F = null where rowid = 44200";
Command "update T set F = null where rowid = 17911";
Command "update T set F = null where rowid = 32131";
Command "update T set F = null where rowid = 18497";
Command "update T set F = null where rowid = 19675";
Command "update T set F = null where rowid = 12595";
Command "update T set F = null where rowid = 33648";
Command "update T set F = null where rowid = 52131";
Command "update T set F = null where rowid = 25240";
Command "update T set F = null where rowid = 55530";
Command "update T set F = null where rowid = 9472";
Command "update T set F = null where rowid = 22021";
Command "update T set F = null where rowid = 44000";
Command "update T set F = null where rowid = 25798";
Command "update T set F = null where rowid = 22867";
Command "update T set F = null where rowid = 46096";
Command "update T set F = null where rowid = 54921";
Command "update T set F = null where rowid = 23790";
Command "update T set F = null where rowid = 1669";
Command "update T set F = null where rowid = 14346";
Command "update T set F = null where rowid = 8097";
Command "update T set F = null where rowid = 15215";
Command "update T set F = null where rowid = 21239";
Command "update T set F = null where rowid = 18168";
Command "update T set F = null where rowid = 14996";
Command "update T set F = null where rowid = 59164";
Command "update T set F = null where rowid = 41073";
Command "update T set F = null where rowid = 27205";
Command "update T set F = null where rowid = 49482";
Command "update T set F = null where rowid = 56357";
Command "update T set F = null where rowid = 55082";
Command "update T set F = null where rowid = 57455";
Command "update T set F = null where rowid = 23849";
Command "update T set F = null where rowid = 43868";
Command "update T set F = null where rowid = 38488";
Command "update T set F = null where rowid = 23928";
Command "update T set F = null where rowid = 55198";
Command "update T set F = null where rowid = 19633";
Command "update T set F = null where rowid = 45415";
Command "update T set F = null where rowid = 15263";
Command "update T set F = null where rowid = 46271";
Command "update T set F = null where rowid = 50695";
Command "update T set F = null where rowid = 58768";
Command "update T set F = null where rowid = 12859";
Command "update T set F = null where rowid = 56583";
Command "update T set F = null where rowid = 8108";
Command "update T set F = null where rowid = 58972";
Command "update T set F = null where rowid = 12287";
Command "update T set F = null where rowid = 50526";
Command "update T set F = null where rowid = 46106";
Command "update T set F = null where rowid = 41216";
Command "update T set F = null where rowid = 54248";
Command "update T set F = null where rowid = 60549";
Command "update T set F = null where rowid = 29757";
Command "update T set F = null where rowid = 53430";
Command "update T set F = null where rowid = 36680";
Command "update T set F = null where rowid = 19582";
Command "update T set F = null where rowid = 51456";
Command "update T set F = null where rowid = 48707";
Command "update T set F = null where rowid = 54204";
Command "update T set F = null where rowid = 3644";
Command "update T set F = null where rowid = 35435";
Command "update T set F = null where rowid = 36956";
Command "update T set F = null where rowid = 36383";
Command "update T set F = null where rowid = 18888";
Command "update T set F = null where rowid = 43490";
Command "update T set F = null where rowid = 42709";
Command "update T set F = null where rowid = 1202";
Command "update T set F = null where rowid = 59101";
Command "update T set F = null where rowid = 38520";
Command "update T set F = null where rowid = 9298";
Command "update T set F = null where rowid = 42319";
Command "update T set F = null where rowid = 47612";
Command "update T set F = null where rowid = 52194";
Command "update T set F = null where rowid = 24979";
Command "update T set F = null where rowid = 4024";
Command "update T set F = null where rowid = 19413";
Command "update T set F = null where rowid = 19538";
Command "update T set F = null where rowid = 13854";
Command "update T set F = null where rowid = 55239";
Command "update T set F = null where rowid = 44731";
Command "update T set F = null where rowid = 59612";
Command "update T set F = null where rowid = 38691";
Command "update T set F = null where rowid = 10054";
Command "update T set F = null where rowid = 39195";
Command "update T set F = null where rowid = 41105";
Command "update T set F = null where rowid = 24404";
Command "update T set F = null where rowid = 10414";
Command "update T set F = null where rowid = 9364";
Command "update T set F = null where rowid = 45402";
Command "update T set F = null where rowid = 18427";
Command "update T set F = null where rowid = 12898";
Command "update T set F = null where rowid = 50780";
Command "update T set F = null where rowid = 32866";
Command "update T set F = null where rowid = 25677";
Command "update T set F = null where rowid = 37335";
Command "update T set F = null where rowid = 47707";
Command "update T set F = null where rowid = 60319";
Command "update T set F = null where rowid = 24240";
Command "update T set F = null where rowid = 52979";
Command "update T set F = null where rowid = 42895";
Command "update T set F = null where rowid = 40233";
Command "update T set F = null where rowid = 45358";
Command "update T set F = null where rowid = 42975";
Command "update T set F = null where rowid = 50292";
Command "update T set F = null where rowid = 5783";
Command "update T set F = null where rowid = 19969";
Command "update T set F = null where rowid = 35670";
Command "update T set F = null where rowid = 25280";
Command "update T set F = null where rowid = 48791";
Command "update T set F = null where rowid = 59620";
Command "update T set F = null where rowid = 55590";
Command "update T set F = null where rowid = 44517";
Command "update T set F = null where rowid = 51015";
Command "update T set F = null where rowid = 54818";
Command "update T set F = null where rowid = 28679";
Command "update T set F = null where rowid = 4469";
Command "update T set F = null where rowid = 37875";
Command "update T set F = null where rowid = 18195";
Command "update T set F = null where rowid = 33270";
Command "update T set F = null where rowid = 41255";
Command "update T set F = null where rowid = 39413";
Command "update T set F = null where rowid = 29166";
Command "update T set F = null where rowid = 59310";
Command "update T set F = null where rowid = 36755";
Command "update T set F = null where rowid = 36538";
Command "update T set F = null where rowid = 31605";
Command "update T set F = null where rowid = 5435";
Command "update T set F = null where rowid = 3718";
Command "update T set F = null where rowid = 18476";
Command "update T set F = null where rowid = 57419";
Command "update T set F = null where rowid = 15512";
Command "update T set F = null where rowid = 10513";
Command "update T set F = null where rowid = 50409";
Command "update T set F = null where rowid = 4715";
Command "update T set F = null where rowid = 18153";
Command "update T set F = null where rowid = 3026";
Command "update T set F = null where rowid = 48170";
Command "update T set F = null where rowid = 51479";
Command "update T set F = null where rowid = 49894";
Command "update T set F = null where rowid = 46945";
Command "update T set F = null where rowid = 1762";
Command "update T set F = null where rowid = 15731";
Command "update T set F = null where rowid = 27725";
Command "update T set F = null where rowid = 28582";
Command "update T set F = null where rowid = 3190";
Command "update T set F = null where rowid = 22199";
Command "update T set F = null where rowid = 56222";
Command "update T set F = null where rowid = 18142";
Command "update T set F = null where rowid = 4052";
Command "update T set F = null where rowid = 61492";
Command "update T set F = null where rowid = 22502";
Command "update T set F = null where rowid = 55623";
Command "update T set F = null where rowid = 19594";
Command "update T set F = null where rowid = 27974";
Command "update T set F = null where rowid = 47140";
Command "update T set F = null where rowid = 19533";
Command "update T set F = null where rowid = 55988";
Command "update T set F = null where rowid = 29625";
Command "update T set F = null where rowid = 18030";
Command "update T set F = null where rowid = 46726";
Command "update T set F = null where rowid = 30969";
Command "update T set F = null where rowid = 45433";
Command "update T set F = null where rowid = 21129";
Command "update T set F = null where rowid = 13521";
Command "update T set F = null where rowid = 29262";
Command "update T set F = null where rowid = 49800";
Command "update T set F = null where rowid = 47862";
Command "update T set F = null where rowid = 42005";
Command "update T set F = null where rowid = 46841";
Command "update T set F = null where rowid = 26127";
Command "update T set F = null where rowid = 53141";
Command "update T set F = null where rowid = 43365";
Command "update T set F = null where rowid = 47487";
Command "update T set F = null where rowid = 59369";
Command "update T set F = null where rowid = 34302";
Command "update T set F = null where rowid = 2183";
Command "update T set F = null where rowid = 6735";
Command "update T set F = null where rowid = 479";
Command "update T set F = null where rowid = 35844";
Command "update T set F = null where rowid = 6960";
Command "update T set F = null where rowid = 53536";
Command "update T set F = null where rowid = 26267";
Command "update T set F = null where rowid = 51349";
Command "update T set F = null where rowid = 51964";
Command "update T set F = null where rowid = 41734";
Command "update T set F = null where rowid = 40234";
Command "update T set F = null where rowid = 32006";
Command "update T set F = null where rowid = 44715";
Command "update T set F = null where rowid = 56009";
Command "update T set F = null where rowid = 4251";
Command "update T set F = null where rowid = 40618";
Command "update T set F = null where rowid = 21978";
Command "update T set F = null where rowid = 35579";
Command "update T set F = null where rowid = 20260";
Command "update T set F = null where rowid = 17338";
Command "update T set F = null where rowid = 8275";
Command "update T set F = null where rowid = 5091";
Command "update T set F = null where rowid = 33792";
Command "update T set F = null where rowid = 31665";
Command "update T set F = null where rowid = 12114";
Command "update T set F = null where rowid = 31244";
Command "update T set F = null where rowid = 27627";
Command "update T set F = null where rowid = 45065";
Command "update T set F = null where rowid = 2759";
Command "update T set F = null where rowid = 57572";
Command "update T set F = null where rowid = 49446";
Command "update T set F = null where rowid = 18321";
Command "update T set F = null where rowid = 40275";
Command "update T set F = null where rowid = 59017";
Command "update T set F = null where rowid = 39270";
Command "update T set F = null where rowid = 33787";
Command "update T set F = null where rowid = 39591";
Command "update T set F = null where rowid = 16999";
Command "update T set F = null where rowid = 48600";
Command "update T set F = null where rowid = 16838";
Command "update T set F = null where rowid = 41710";
Command "update T set F = null where rowid = 5798";
Command "update T set F = null where rowid = 25524";
Command "update T set F = null where rowid = 13837";
Command "update T set F = null where rowid = 37589";
Command "update T set F = null where rowid = 59525";
Command "update T set F = null where rowid = 47773";
Command "update T set F = null where rowid = 7575";
Command "update T set F = null where rowid = 13228";
Command "update T set F = null where rowid = 45216";
Command "update T set F = null where rowid = 2794";
Command "update T set F = null where rowid = 36682";
Command "update T set F = null where rowid = 6972";
Command "update T set F = null where rowid = 21661";
Command "update T set F = null where rowid = 15174";
Command "update T set F = null where rowid = 51054";
Command "update T set F = null where rowid = 47724";
Command "update T set F = null where rowid = 36140";
Command "update T set F = null where rowid = 7104";
Command "update T set F = null where rowid = 13676";
Command "update T set F = null where rowid = 48929";
Command "update T set F = null where rowid = 14314";
Command "update T set F = null where rowid = 21828";
Command "update T set F = null where rowid = 19218";
Command "update T set F = null where rowid = 34782";
Command "update T set F = null where rowid = 6445";
Command "update T set F = null where rowid = 10335";
Command "update T set F = null where rowid = 30909";
Command "update T set F = null where rowid = 9505";
Command "update T set F = null where rowid = 59155";
Command "update T set F = null where rowid = 27500";
Command "update T set F = null where rowid = 3252";
Command "update T set F = null where rowid = 26074";
Command "update T set F = null where rowid = 48149";
Command "update T set F = null where rowid = 48335";
Command "update T set F = null where rowid = 22012";
Command "update T set F = null where rowid = 36409";
Command "update T set F = null where rowid = 61373";
Command "update T set F = null where rowid = 845";
Command "update T set F = null where rowid = 17527";
Command "update T set F = null where rowid = 22233";
Command "update T set F = null where rowid = 2517";
Command "update T set F = null where rowid = 32579";
Command "update T set F = null where rowid = 53844";
Command "update T set F = null where rowid = 53561";
Command "update T set F = null where rowid = 52748";
Command "update T set F = null where rowid = 45579";
Command "update T set F = null where rowid = 11829";
Command "update T set F = null where rowid = 2976";
Command "update T set F = null where rowid = 57393";
Command "update T set F = null where rowid = 52605";
Command "update T set F = null where rowid = 23784";
Command "update T set F = null where rowid = 10711";
Command "update T set F = null where rowid = 25450";
Command "update T set F = null where rowid = 43643";
Command "update T set F = null where rowid = 57065";
Command "update T set F = null where rowid = 43849";
Command "update T set F = null where rowid = 15668";
Command "update T set F = null where rowid = 45902";
Command "update T set F = null where rowid = 34795";
Command "update T set F = null where rowid = 15960";
Command "update T set F = null where rowid = 41299";
Command "update T set F = null where rowid = 28303";
Command "update T set F = null where rowid = 48282";
Command "update T set F = null where rowid = 15562";
Command "update T set F = null where rowid = 10185";
Command "update T set F = null where rowid = 44094";
Command "update T set F = null where rowid = 8994";
Command "update T set F = null where rowid = 5691";
Command "update T set F = null where rowid = 55695";
Command "update T set F = null where rowid = 953";
Command "update T set F = null where rowid = 22296";
Command "update T set F = null where rowid = 38824";
Command "update T set F = null where rowid = 22345";
Command "update T set F = null where rowid = 60679";
Command "update T set F = null where rowid = 48858";
Command "update T set F = null where rowid = 48854";
Command "update T set F = null where rowid = 37721";
Command "update T set F = null where rowid = 51963";
Command "update T set F = null where rowid = 13749";
Command "update T set F = null where rowid = 6984";
Command "update T set F = null where rowid = 54158";
Command "update T set F = null where rowid = 20509";
Command "update T set F = null where rowid = 35224";
Command "update T set F = null where rowid = 18974";
Command "update T set F = null where rowid = 782";
Command "update T set F = null where rowid = 32992";
Command "update T set F = null where rowid = 48635";
Command "update T set F = null where rowid = 27055";
Command "update T set F = null where rowid = 38442";
Command "update T set F = null where rowid = 46761";
Command "update T set F = null where rowid = 35494";
Command "update T set F = null where rowid = 28410";
Command "update T set F = null where rowid = 365";
Command "update T set F = null where rowid = 39937";
Command "update T set F = null where rowid = 59684";
Command "update T set F = null where rowid = 56231";
Command "update T set F = null where rowid = 44005";
Command "update T set F = null where rowid = 49375";
Command "update T set F = null where rowid = 43342";
Command "update T set F = null where rowid = 19059";
Command "update T set F = null where rowid = 2595";
Command "update T set F = null where rowid = 27132";
Command "update T set F = null where rowid = 61013";
Command "update T set F = null where rowid = 30571";
Command "update T set F = null where rowid = 52546";
Command "update T set F = null where rowid = 56078";
Command "update T set F = null where rowid = 33970";
Command "update T set F = null where rowid = 19506";
Command "update T set F = null where rowid = 14224";
Command "update T set F = null where rowid = 1576";
Command "update T set F = null where rowid = 43573";
Command "update T set F = null where rowid = 60187";
Command "update T set F = null where rowid = 38400";
Command "update T set F = null where rowid = 47077";
Command "update T set F = null where rowid = 22114";
Command "update T set F = null where rowid = 20441";
Command "update T set F = null where rowid = 27139";
Command "update T set F = null where rowid = 459";
Command "update T set F = null where rowid = 6883";
Command "update T set F = null where rowid = 52345";
Command "update T set F = null where rowid = 17560";
Command "update T set F = null where rowid = 33351";
Command "update T set F = null where rowid = 51216";
Command "update T set F = null where rowid = 949";
Command "update T set F = null where rowid = 55679";
Command "update T set F = null where rowid = 16578";
Command "update T set F = null where rowid = 4691";
Command "update T set F = null where rowid = 52676";
Command "update T set F = null where rowid = 51299";
Command "update T set F = null where rowid = 27112";
Command "update T set F = null where rowid = 36117";
Command "update T set F = null where rowid = 41554";
Command "update T set F = null where rowid = 16803";
Command "update T set F = null where rowid = 56889";
Command "update T set F = null where rowid = 33306";
Command "update T set F = null where rowid = 25974";
Command "update T set F = null where rowid = 50236";
Command "update T set F = null where rowid = 46467";
Command "update T set F = null where rowid = 28467";
Command "update T set F = null where rowid = 22580";
Command "update T set F = null where rowid = 49673";
Command "update T set F = null where rowid = 685";
Command "update T set F = null where rowid = 47920";
Command "update T set F = null where rowid = 34121";
Command "update T set F = null where rowid = 6383";
Command "update T set F = null where rowid = 28798";
Command "update T set F = null where rowid = 40958";
Command "update T set F = null where rowid = 57431";
Command "update T set F = null where rowid = 24718";
Command "update T set F = null where rowid = 3148";
Command "update T set F = null where rowid = 42868";
Command "update T set F = null where rowid = 26491";
Command "update T set F = null where rowid = 1713";
Command "update T set F = null where rowid = 23638";
Command "update T set F = null where rowid = 34428";
Command "update T set F = null where rowid = 54616";
Command "update T set F = null where rowid = 57043";
Command "update T set F = null where rowid = 14623";
Command "update T set F = null where rowid = 51386";
Command "update T set F = null where rowid = 47985";
Command "update T set F = null where rowid = 24792";
Command "update T set F = null where rowid = 7385";
Command "update T set F = null where rowid = 19908";
Command "update T set F = null where rowid = 32032";
Command "update T set F = null where rowid = 1707";
Command "update T set F = null where rowid = 54923";
Command "update T set F = null where rowid = 44118";
Command "update T set F = null where rowid = 17544";
Command "update T set F = null where rowid = 17666";
Command "update T set F = null where rowid = 29732";
Command "update T set F = null where rowid = 57708";
Command "update T set F = null where rowid = 51199";
Command "update T set F = null where rowid = 55543";
Command "update T set F = null where rowid = 15917";
Command "update T set F = null where rowid = 30616";
Command "update T set F = null where rowid = 10486";
Command "update T set F = null where rowid = 24894";
Command "update T set F = null where rowid = 55993";
Command "update T set F = null where rowid = 43026";
Command "update T set F = null where rowid = 42535";
Command "update T set F = null where rowid = 35729";
Command "update T set F = null where rowid = 58051";
Command "update T set F = null where rowid = 3859";
Command "update T set F = null where rowid = 5483";
Command "update T set F = null where rowid = 15591";
Command "update T set F = null where rowid = 8837";
Command "update T set F = null where rowid = 6853";
Command "update T set F = null where rowid = 29576";
Command "update T set F = null where rowid = 58069";
Command "update T set F = null where rowid = 1717";
Command "update T set F = null where rowid = 5941";
Command "update T set F = null where rowid = 36525";
Command "update T set F = null where rowid = 53251";
Command "update T set F = null where rowid = 21735";
Command "update T set F = null where rowid = 54983";
Command "update T set F = null where rowid = 43027";
Command "update T set F = null where rowid = 48309";
Command "update T set F = null where rowid = 29884";
Command "update T set F = null where rowid = 12712";
Command "update T set F = null where rowid = 8057";
Command "update T set F = null where rowid = 7823";
Command "update T set F = null where rowid = 7012";
Command "update T set F = null where rowid = 49476";
Command "update T set F = null where rowid = 9248";
Command "update T set F = null where rowid = 50965";
Command "update T set F = null where rowid = 10432";
Command "update T set F = null where rowid = 55645";
Command "update T set F = null where rowid = 23862";
Command "update T set F = null where rowid = 47546";
Command "update T set F = null where rowid = 20950";
Command "update T set F = null where rowid = 3323";
Command "update T set F = null where rowid = 9162";
Command "update T set F = null where rowid = 7075";
Command "update T set F = null where rowid = 11253";
Command "update T set F = null where rowid = 22261";
Command "update T set F = null where rowid = 57538";
Command "update T set F = null where rowid = 5257";
Command "update T set F = null where rowid = 54559";
Command "update T set F = null where rowid = 55182";
Command "update T set F = null where rowid = 1784";
Command "update T set F = null where rowid = 23932";
Command "update T set F = null where rowid = 52269";
Command "update T set F = null where rowid = 31975";
Command "update T set F = null where rowid = 55805";
Command "update T set F = null where rowid = 56885";
Command "update T set F = null where rowid = 4698";
Command "update T set F = null where rowid = 52677";
Command "update T set F = null where rowid = 55678";
Command "update T set F = null where rowid = 32567";
Command "update T set F = null where rowid = 56998";
Command "update T set F = null where rowid = 3059";
Command "update T set F = null where rowid = 25987";
Command "update T set F = null where rowid = 23489";
Command "update T set F = null where rowid = 28265";
Command "update T set F = null where rowid = 43356";
Command "update T set F = null where rowid = 51578";
Command "update T set F = null where rowid = 51315";
Command "update T set F = null where rowid = 10157";
Command "update T set F = null where rowid = 16826";
Command "update T set F = null where rowid = 43349";
Command "update T set F = null where rowid = 29469";
Command "update T set F = null where rowid = 48821";
Command "update T set F = null where rowid = 43242";
Command "update T set F = null where rowid = 48682";
Command "update T set F = null where rowid = 37874";
Command "update T set F = null where rowid = 21441";
Command "update T set F = null where rowid = 39994";
Command "update T set F = null where rowid = 34526";
Command "update T set F = null where rowid = 33818";
Command "update T set F = null where rowid = 38487";
Command "update T set F = null where rowid = 57560";
Command "update T set F = null where rowid = 19359";
Command "update T set F = null where rowid = 3978";
Command "update T set F = null where rowid = 9159";
Command "update T set F = null where rowid = 19918";
Command "update T set F = null where rowid = 27412";
Command "update T set F = null where rowid = 43088";
Command "update T set F = null where rowid = 36749";
Command "update T set F = null where rowid = 27542";
Command "update T set F = null where rowid = 50235";
Command "update T set F = null where rowid = 48742";
Command "update T set F = null where rowid = 20606";
Command "update T set F = null where rowid = 42580";
Command "update T set F = null where rowid = 35121";
Command "update T set F = null where rowid = 49887";
Command "update T set F = null where rowid = 29723";
Command "update T set F = null where rowid = 28108";
Command "update T set F = null where rowid = 43533";
Command "update T set F = null where rowid = 44366";
Command "update T set F = null where rowid = 29099";
Command "update T set F = null where rowid = 33378";
Command "update T set F = null where rowid = 10681";
Command "update T set F = null where rowid = 48389";
Command "update T set F = null where rowid = 47690";
Command "update T set F = null where rowid = 22574";
Command "update T set F = null where rowid = 25621";
Command "update T set F = null where rowid = 20350";
Command "update T set F = null where rowid = 58093";
Command "update T set F = null where rowid = 7716";
Command "update T set F = null where rowid = 22698";
Command "update T set F = null where rowid = 4419";
Command "update T set F = null where rowid = 50481";
Command "update T set F = null where rowid = 28463";
Command "update T set F = null where rowid = 6332";
Command "update T set F = null where rowid = 58856";
Command "update T set F = null where rowid = 28728";
Command "update T set F = null where rowid = 28442";
Command "update T set F = null where rowid = 9817";
Command "update T set F = null where rowid = 15701";
Command "update T set F = null where rowid = 50870";
Command "update T set F = null where rowid = 32796";
Command "update T set F = null where rowid = 9944";
Command "update T set F = null where rowid = 24322";
Command "update T set F = null where rowid = 53128";
Command "update T set F = null where rowid = 39091";
Command "update T set F = null where rowid = 12604";
Command "update T set F = null where rowid = 57471";
Command "update T set F = null where rowid = 32346";
Command "update T set F = null where rowid = 19708";
Command "update T set F = null where rowid = 60396";
Command "update T set F = null where rowid = 11216";
Command "update T set F = null where rowid = 54351";
Command "update T set F = null where rowid = 22942";
Command "update T set F = null where rowid = 12906";
Command "update T set F = null where rowid = 54361";
Command "update T set F = null where rowid = 56320";
Command "update T set F = null where rowid = 53654";
Command "update T set F = null where rowid = 58434";
Command "update T set F = null where rowid = 45411";
Command "update T set F = null where rowid = 40725";
Command "update T set F = null where rowid = 50222";
Command "update T set F = null where rowid = 23627";
Command "update T set F = null where rowid = 32750";
Command "update T set F = null where rowid = 54120";
Command "update T set F = null where rowid = 58082";
Command "update T set F = null where rowid = 33040";
Command "update T set F = null where rowid = 17654";
Command "update T set F = null where rowid = 45457";
Command "update T set F = null where rowid = 50927";
Command "update T set F = null where rowid = 23968";
Command "update T set F = null where rowid = 36763";
Command "update T set F = null where rowid = 11812";
Command "update T set F = null where rowid = 41034";
Command "update T set F = null where rowid = 4382";
Command "update T set F = null where rowid = 52445";
Command "update T set F = null where rowid = 27985";
Command "update T set F = null where rowid = 37360";
Command "update T set F = null where rowid = 21245";
Command "update T set F = null where rowid = 22388";
Command "update T set F = null where rowid = 27252";
Command "update T set F = null where rowid = 22294";
Command "update T set F = null where rowid = 61242";
Command "update T set F = null where rowid = 3282";
Command "update T set F = null where rowid = 26888";
Command "update T set F = null where rowid = 518";
Command "update T set F = null where rowid = 43497";
Command "update T set F = null where rowid = 1644";
Command "update T set F = null where rowid = 19519";
Command "update T set F = null where rowid = 48473";
Command "update T set F = null where rowid = 22891";
Command "update T set F = null where rowid = 1432";
Command "update T set F = null where rowid = 56366";
Command "update T set F = null where rowid = 59168";
Command "update T set F = null where rowid = 25533";
Command "update T set F = null where rowid = 46933";
Command "update T set F = null where rowid = 13623";
Command "update T set F = null where rowid = 15785";
Command "update T set F = null where rowid = 5176";
Command "update T set F = null where rowid = 34815";
Command "update T set F = null where rowid = 61103";
Command "update T set F = null where rowid = 52235";
Command "update T set F = null where rowid = 45652";
Command "update T set F = null where rowid = 24224";
Command "update T set F = null where rowid = 34305";
Command "update T set F = null where rowid = 61200";
Command "update T set F = null where rowid = 45387";
Command "update T set F = null where rowid = 13781";
Command "update T set F = null where rowid = 58029";
Command "update T set F = null where rowid = 41552";
Command "update T set F = null where rowid = 932";
Command "update T set F = null where rowid = 57556";
Command "update T set F = null where rowid = 21905";
Command "update T set F = null where rowid = 56049";
Command "update T set F = null where rowid = 43348";
Command "update T set F = null where rowid = 52240";
Command "update T set F = null where rowid = 10790";
Command "update T set F = null where rowid = 44623";
Command "update T set F = null where rowid = 25360";
Command "update T set F = null where rowid = 60563";
Command "update T set F = null where rowid = 32417";
Command "update T set F = null where rowid = 25773";
Command "update T set F = null where rowid = 38938";
Command "update T set F = null where rowid = 38606";
Command "update T set F = null where rowid = 3891";
Command "update T set F = null where rowid = 22573";
Command "update T set F = null where rowid = 7217";
Command "update T set F = null where rowid = 56319";
Command "update T set F = null where rowid = 16049";
Command "update T set F = null where rowid = 15454";
Command "update T set F = null where rowid = 5440";
Command "update T set F = null where rowid = 21929";
Command "update T set F = null where rowid = 4283";
Command "update T set F = null where rowid = 12856";
Command "update T set F = null where rowid = 1141";
Command "update T set F = null where rowid = 32901";
Command "update T set F = null where rowid = 49197";
Command "update T set F = null where rowid = 8328";
Command "update T set F = null where rowid = 39844";
Command "update T set F = null where rowid = 28591";
Command "update T set F = null where rowid = 5299";
Command "update T set F = null where rowid = 51443";
Command "update T set F = null where rowid = 3643";
Command "update T set F = null where rowid = 38960";
Command "update T set F = null where rowid = 22542";
Command "update T set F = null where rowid = 45422";
Command "update T set F = null where rowid = 22582";
Command "update T set F = null where rowid = 31099";
Command "update T set F = null where rowid = 30215";
Command "update T set F = null where rowid = 49801";
Command "update T set F = null where rowid = 21852";
Command "update T set F = null where rowid = 54265";
Command "update T set F = null where rowid = 16284";
Command "update T set F = null where rowid = 12825";
Command "update T set F = null where rowid = 42560";
Command "update T set F = null where rowid = 25439";
Command "update T set F = null where rowid = 23835";
Command "update T set F = null where rowid = 19153";
Command "update T set F = null where rowid = 10891";
Command "update T set F = null where rowid = 58264";
Command "update T set F = null where rowid = 17134";
Command "update T set F = null where rowid = 26713";
Command "update T set F = null where rowid = 60509";
Command "update T set F = null where rowid = 13119";
Command "update T set F = null where rowid = 40343";
Command "update T set F = null where rowid = 34988";
Command "update T set F = null where rowid = 37899";
Command "update T set F = null where rowid = 36481";
Command "update T set F = null where rowid = 7395";
Command "update T set F = null where rowid = 25525";
Command "update T set F = null where rowid = 7874";
Command "update T set F = null where rowid = 35925";
Command "update T set F = null where rowid = 1843";
Command "update T set F = null where rowid = 18444";
Command "update T set F = null where rowid = 47678";
Command "update T set F = null where rowid = 33993";
Command "update T set F = null where rowid = 27692";
Command "update T set F = null where rowid = 4431";
Command "update T set F = null where rowid = 23478";
Command "update T set F = null where rowid = 15491";
Command "update T set F = null where rowid = 44402";
Command "update T set F = null where rowid = 12904";
Command "update T set F = null where rowid = 59428";
Command "update T set F = null where rowid = 51451";
Command "update T set F = null where rowid = 35604";
Command "update T set F = null where rowid = 8232";
Command "update T set F = null where rowid = 42079";
Command "update T set F = null where rowid = 21666";
Command "update T set F = null where rowid = 52021";
Command "update T set F = null where rowid = 55638";
Command "update T set F = null where rowid = 21354";
Command "update T set F = null where rowid = 27737";
Command "update T set F = null where rowid = 2601";
Command "update T set F = null where rowid = 25415";
Command "update T set F = null where rowid = 31843";
Command "update T set F = null where rowid = 16492";
Command "update T set F = null where rowid = 35170";
Command "update T set F = null where rowid = 54406";
Command "update T set F = null where rowid = 44945";
Command "update T set F = null where rowid = 29096";
Command "update T set F = null where rowid = 8445";
Command "update T set F = null where rowid = 44308";
Command "update T set F = null where rowid = 9782";
Command "update T set F = null where rowid = 58718";
Command "update T set F = null where rowid = 15704";
Command "update T set F = null where rowid = 5044";
Command "update T set F = null where rowid = 15379";
Command "update T set F = null where rowid = 52263";
Command "update T set F = null where rowid = 7759";
Command "update T set F = null where rowid = 41537";
Command "update T set F = null where rowid = 15258";
Command "update T set F = null where rowid = 43920";
Command "update T set F = null where rowid = 18649";
Command "update T set F = null where rowid = 28572";
Command "update T set F = null where rowid = 44585";
Command "update T set F = null where rowid = 29323";
Command "update T set F = null where rowid = 10189";
Command "update T set F = null where rowid = 25708";
Command "update T set F = null where rowid = 9006";
Command "update T set F = null where rowid = 42802";
Command "update T set F = null where rowid = 474";
Command "update T set F = null where rowid = 12180";
Command "update T set F = null where rowid = 53517";
Command "update T set F = null where rowid = 35766";
Command "update T set F = null where rowid = 25826";
Command "update T set F = null where rowid = 58055";
Command "update T set F = null where rowid = 32885";
Command "update T set F = null where rowid = 666";
Command "update T set F = null where rowid = 27189";
Command "update T set F = null where rowid = 44938";
Command "update T set F = null where rowid = 48975";
Command "update T set F = null where rowid = 21717";
Command "update T set F = null where rowid = 40643";
Command "update T set F = null where rowid = 19740";
Command "update T set F = null where rowid = 44717";
Command "update T set F = null where rowid = 26110";
Command "update T set F = null where rowid = 16619";
Command "update T set F = null where rowid = 24867";
Command "update T set F = null where rowid = 20761";
Command "update T set F = null where rowid = 24359";
Command "update T set F = null where rowid = 50860";
Command "update T set F = null where rowid = 54316";
Command "update T set F = null where rowid = 37605";
Command "update T set F = null where rowid = 5727";
Command "update T set F = null where rowid = 5632";
Command "update T set F = null where rowid = 17662";
Command "update T set F = null where rowid = 26617";
Command "update T set F = null where rowid = 59820";
Command "update T set F = null where rowid = 5284";
Command "update T set F = null where rowid = 12001";
Command "update T set F = null where rowid = 3788";
Command "update T set F = null where rowid = 41070";
Command "update T set F = null where rowid = 22743";
Command "update T set F = null where rowid = 35483";
Command "update T set F = null where rowid = 35097";
Command "update T set F = null where rowid = 43050";
Command "update T set F = null where rowid = 44513";
Command "update T set F = null where rowid = 61011";
Command "update T set F = null where rowid = 18996";
Command "update T set F = null where rowid = 17049";
Command "update T set F = null where rowid = 24615";
Command "update T set F = null where rowid = 29835";
Command "update T set F = null where rowid = 10165";
Command "update T set F = null where rowid = 8163";
Command "update T set F = null where rowid = 13529";
Command "update T set F = null where rowid = 55540";
Command "update T set F = null where rowid = 46346";
Command "update T set F = null where rowid = 43214";
Command "update T set F = null where rowid = 2398";
Command "update T set F = null where rowid = 35773";
Command "update T set F = null where rowid = 19826";
Command "update T set F = null where rowid = 17324";
Command "update T set F = null where rowid = 15388";
Command "update T set F = null where rowid = 23425";
Command "update T set F = null where rowid = 47838";
Command "update T set F = null where rowid = 21103";
Command "update T set F = null where rowid = 34338";
Command "update T set F = null where rowid = 15493";
Command "update T set F = null where rowid = 20943";
Command "update T set F = null where rowid = 12083";
Command "update T set F = null where rowid = 722";
Command "update T set F = null where rowid = 33674";
Command "update T set F = null where rowid = 35610";
Command "update T set F = null where rowid = 28404";
Command "update T set F = null where rowid = 5556";
Command "update T set F = null where rowid = 32478";
Command "update T set F = null where rowid = 23971";
Command "update T set F = null where rowid = 38810";
Command "update T set F = null where rowid = 31434";
Command "update T set F = null where rowid = 60687";
Command "update T set F = null where rowid = 51269";
Command "update T set F = null where rowid = 31800";
Command "update T set F = null where rowid = 39183";
Command "update T set F = null where rowid = 29497";
Command "update T set F = null where rowid = 44103";
Command "update T set F = null where rowid = 26089";
Command "update T set F = null where rowid = 8771";
Command "update T set F = null where rowid = 19687";
Command "update T set F = null where rowid = 1082";
Command "update T set F = null where rowid = 35303";
Command "update T set F = null where rowid = 15240";
Command "update T set F = null where rowid = 54167";
Command "update T set F = null where rowid = 54550";
Command "update T set F = null where rowid = 45278";
Command "update T set F = null where rowid = 16377";
Command "update T set F = null where rowid = 17542";
Command "update T set F = null where rowid = 34443";
Command "update T set F = null where rowid = 53992";
Command "update T set F = null where rowid = 31725";
Command "update T set F = null where rowid = 43178";
Command "update T set F = null where rowid = 27682";
Command "update T set F = null where rowid = 59411";
Command "update T set F = null where rowid = 15635";
Command "update T set F = null where rowid = 5763";
Command "update T set F = null where rowid = 31713";
Command "update T set F = null where rowid = 15700";
Command "update T set F = null where rowid = 53003";
Command "update T set F = null where rowid = 58346";
Command "update T set F = null where rowid = 57775";
Command "update T set F = null where rowid = 46444";
Command "update T set F = null where rowid = 34004";
Command "update T set F = null where rowid = 19504";
Command "update T set F = null where rowid = 49192";
Command "update T set F = null where rowid = 43795";
Command "update T set F = null where rowid = 40147";
Command "update T set F = null where rowid = 14034";
Command "update T set F = null where rowid = 53225";
Command "update T set F = null where rowid = 37087";
Command "update T set F = null where rowid = 60484";
Command "update T set F = null where rowid = 38776";
Command "update T set F = null where rowid = 13588";
Command "update T set F = null where rowid = 25099";
Command "update T set F = null where rowid = 21727";
Command "update T set F = null where rowid = 53914";
Command "update T set F = null where rowid = 7907";
Command "update T set F = null where rowid = 33854";
Command "update T set F = null where rowid = 1472";
Command "update T set F = null where rowid = 56098";
Command "update T set F = null where rowid = 21333";
Command "update T set F = null where rowid = 9750";
Command "update T set F = null where rowid = 54521";
Command "update T set F = null where rowid = 37554";
Command "update T set F = null where rowid = 45011";
Command "update T set F = null where rowid = 30031";
Command "update T set F = null where rowid = 12418";
Command "update T set F = null where rowid = 60918";
Command "update T set F = null where rowid = 42347";
Command "update T set F = null where rowid = 57276";
Command "update T set F = null where rowid = 37191";
Command "update T set F = null where rowid = 37007";
Command "update T set F = null where rowid = 8067";
Command "update T set F = null where rowid = 30195";
Command "update T set F = null where rowid = 6530";
Command "update T set F = null where rowid = 49264";
Command "update T set F = null where rowid = 30462";
Command "update T set F = null where rowid = 55768";
Command "update T set F = null where rowid = 54051";
Command "update T set F = null where rowid = 49452";
Command "update T set F = null where rowid = 18270";
Command "update T set F = null where rowid = 60090";
Command "update T set F = null where rowid = 22776";
Command "update T set F = null where rowid = 17494";
Command "update T set F = null where rowid = 42833";
Command "update T set F = null where rowid = 7112";
Command "update T set F = null where rowid = 32899";
Command "update T set F = null where rowid = 35833";
Command "update T set F = null where rowid = 34313";
Command "update T set F = null where rowid = 43269";
Command "update T set F = null where rowid = 10632";
Command "update T set F = null where rowid = 52443";
Command "update T set F = null where rowid = 37749";
Command "update T set F = null where rowid = 4461";
Command "update T set F = null where rowid = 46823";
Command "update T set F = null where rowid = 15928";
Command "update T set F = null where rowid = 43885";
Command "update T set F = null where rowid = 10872";
Command "update T set F = null where rowid = 6372";
Command "update T set F = null where rowid = 37231";
Command "update T set F = null where rowid = 3577";
Command "update T set F = null where rowid = 30816";
Command "update T set F = null where rowid = 35422";
Command "update T set F = null where rowid = 28208";
Command "update T set F = null where rowid = 60926";
Command "update T set F = null where rowid = 51436";
Command "update T set F = null where rowid = 42785";
Command "update T set F = null where rowid = 23089";
Command "update T set F = null where rowid = 5324";
Command "update T set F = null where rowid = 21786";
Command "update T set F = null where rowid = 35955";
Command "update T set F = null where rowid = 5369";
Command "update T set F = null where rowid = 7517";
Command "update T set F = null where rowid = 27223";
Command "update T set F = null where rowid = 7020";
Command "update T set F = null where rowid = 37600";
Command "update T set F = null where rowid = 36604";
Command "update T set F = null where rowid = 32027";
Command "update T set F = null where rowid = 37937";
Command "update T set F = null where rowid = 15522";
Command "update T set F = null where rowid = 8045";
Command "update T set F = null where rowid = 28912";
Command "update T set F = null where rowid = 42374";
Command "update T set F = null where rowid = 56280";
Command "update T set F = null where rowid = 28505";
Command "update T set F = null where rowid = 41165";
Command "update T set F = null where rowid = 21063";
Command "update T set F = null where rowid = 49063";
Command "update T set F = null where rowid = 30898";
Command "update T set F = null where rowid = 46303";
Command "update T set F = null where rowid = 4567";
Command "update T set F = null where rowid = 41309";
Command "update T set F = null where rowid = 37136";
Command "update T set F = null where rowid = 11269";
Command "update T set F = null where rowid = 4978";
Command "update T set F = null where rowid = 44389";
Command "update T set F = null where rowid = 877";
Command "update T set F = null where rowid = 13532";
Command "update T set F = null where rowid = 50410";
Command "update T set F = null where rowid = 16764";
Command "update T set F = null where rowid = 10509";
Command "update T set F = null where rowid = 3141";
Command "update T set F = null where rowid = 32827";
Command "update T set F = null where rowid = 12784";
Command "update T set F = null where rowid = 52128";
Command "update T set F = null where rowid = 1562";
Command "update T set F = null where rowid = 16948";
Command "update T set F = null where rowid = 10991";
Command "update T set F = null where rowid = 38411";
Command "update T set F = null where rowid = 18693";
Command "update T set F = null where rowid = 27435";
Command "update T set F = null where rowid = 10800";
Command "update T set F = null where rowid = 49466";
Command "update T set F = null where rowid = 17301";
Command "update T set F = null where rowid = 36108";
Command "update T set F = null where rowid = 5328";
Command "update T set F = null where rowid = 31520";
Command "update T set F = null where rowid = 7370";
Command "update T set F = null where rowid = 53850";
Command "update T set F = null where rowid = 16355";
Command "update T set F = null where rowid = 23483";
Command "update T set F = null where rowid = 32470";
Command "update T set F = null where rowid = 50098";
Command "update T set F = null where rowid = 46951";
Command "update T set F = null where rowid = 5823";
Command "update T set F = null where rowid = 42676";
Command "update T set F = null where rowid = 20593";
Command "update T set F = null where rowid = 40040";
Command "update T set F = null where rowid = 22983";
Command "update T set F = null where rowid = 56530";
Command "update T set F = null where rowid = 1353";
Command "update T set F = null where rowid = 12298";
Command "update T set F = null where rowid = 11365";
Command "update T set F = null where rowid = 45651";
Command "update T set F = null where rowid = 57750";
Command "update T set F = null where rowid = 38562";
Command "update T set F = null where rowid = 43844";
Command "update T set F = null where rowid = 8863";
Command "update T set F = null where rowid = 2212";
Command "update T set F = null where rowid = 33550";
Command "update T set F = null where rowid = 54211";
Command "update T set F = null where rowid = 60526";
Command "update T set F = null where rowid = 31135";
Command "update T set F = null where rowid = 56216";
Command "update T set F = null where rowid = 8049";
Command "update T set F = null where rowid = 19245";
Command "update T set F = null where rowid = 56728";
Command "update T set F = null where rowid = 43345";
Command "update T set F = null where rowid = 44541";
Command "update T set F = null where rowid = 8909";
Command "update T set F = null where rowid = 47720";
Command "update T set F = null where rowid = 23817";
Command "update T set F = null where rowid = 52278";
Command "update T set F = null where rowid = 45709";
Command "update T set F = null where rowid = 56662";
Command "update T set F = null where rowid = 16682";
Command "update T set F = null where rowid = 8904";
Command "update T set F = null where rowid = 849";
Command "update T set F = null where rowid = 17518";
Command "update T set F = null where rowid = 21690";
Command "update T set F = null where rowid = 16462";
Command "update T set F = null where rowid = 29979";
Command "update T set F = null where rowid = 19204";
Command "update T set F = null where rowid = 16331";
Command "update T set F = null where rowid = 31085";
Command "update T set F = null where rowid = 57701";
Command "update T set F = null where rowid = 42495";
Command "update T set F = null where rowid = 8869";
Command "update T set F = null where rowid = 32535";
Command "update T set F = null where rowid = 29994";
Command "update T set F = null where rowid = 454";
Command "update T set F = null where rowid = 40507";
Command "update T set F = null where rowid = 6919";
Command "update T set F = null where rowid = 32119";
Command "update T set F = null where rowid = 44166";
Command "update T set F = null where rowid = 50234";
Command "update T set F = null where rowid = 34647";
Command "update T set F = null where rowid = 6670";
Command "update T set F = null where rowid = 49442";
Command "update T set F = null where rowid = 2992";
Command "update T set F = null where rowid = 8124";
Command "update T set F = null where rowid = 45787";
Command "update T set F = null where rowid = 54454";
Command "update T set F = null where rowid = 790";
Command "update T set F = null where rowid = 38999";
Command "update T set F = null where rowid = 20133";
Command "update T set F = null where rowid = 29370";
Command "update T set F = null where rowid = 46189";
Command "update T set F = null where rowid = 32022";
Command "update T set F = null where rowid = 47219";
Command "update T set F = null where rowid = 30012";
Command "update T set F = null where rowid = 10950";
Command "update T set F = null where rowid = 51258";
Command "update T set F = null where rowid = 14513";
Command "update T set F = null where rowid = 43888";
Command "update T set F = null where rowid = 39741";
Command "update T set F = null where rowid = 52584";
Command "update T set F = null where rowid = 3440";
Command "update T set F = null where rowid = 45786";
Command "update T set F = null where rowid = 4970";
Command "update T set F = null where rowid = 13066";
Command "update T set F = null where rowid = 17115";
Command "update T set F = null where rowid = 8288";
Command "update T set F = null where rowid = 46111";
Command "update T set F = null where rowid = 52892";
Command "update T set F = null where rowid = 16774";
Command "update T set F = null where rowid = 52458";
Command "update T set F = null where rowid = 4983";
Command "update T set F = null where rowid = 40300";
Command "update T set F = null where rowid = 29023";
Command "update T set F = null where rowid = 3729";
Command "update T set F = null where rowid = 3704";
Command "update T set F = null where rowid = 31461";
Command "update T set F = null where rowid = 12460";
Command "update T set F = null where rowid = 17930";
Command "update T set F = null where rowid = 10145";
Command "update T set F = null where rowid = 4906";
Command "update T set F = null where rowid = 36590";
Command "update T set F = null where rowid = 42086";
Command "update T set F = null where rowid = 43529";
Command "update T set F = null where rowid = 34217";
Command "update T set F = null where rowid = 29987";
Command "update T set F = null where rowid = 28928";
Command "update T set F = null where rowid = 57406";
Command "update T set F = null where rowid = 48663";
Command "update T set F = null where rowid = 53668";
Command "update T set F = null where rowid = 37127";
Command "update T set F = null where rowid = 13531";
Command "update T set F = null where rowid = 24827";
Command "update T set F = null where rowid = 8425";
Command "update T set F = null where rowid = 45366";
Command "update T set F = null where rowid = 1922";
Command "update T set F = null where rowid = 60061";
Command "update T set F = null where rowid = 13289";
Command "update T set F = null where rowid = 58329";
Command "update T set F = null where rowid = 36728";
Command "update T set F = null where rowid = 27180";
Command "update T set F = null where rowid = 9706";
Command "update T set F = null where rowid = 41352";
Command "update T set F = null where rowid = 48780";
Command "update T set F = null where rowid = 30019";
Command "update T set F = null where rowid = 61168";
Command "update T set F = null where rowid = 34416";
Command "update T set F = null where rowid = 11443";
Command "update T set F = null where rowid = 29423";
Command "update T set F = null where rowid = 49246";
Command "update T set F = null where rowid = 19175";
Command "update T set F = null where rowid = 38574";
Command "update T set F = null where rowid = 59201";
Command "update T set F = null where rowid = 39558";
Command "update T set F = null where rowid = 51678";
Command "update T set F = null where rowid = 5920";
Command "update T set F = null where rowid = 52156";
Command "update T set F = null where rowid = 51879";
Command "update T set F = null where rowid = 38103";
Command "update T set F = null where rowid = 19774";
Command "update T set F = null where rowid = 31782";
Command "update T set F = null where rowid = 42801";
Command "update T set F = null where rowid = 10187";
Command "update T set F = null where rowid = 19311";
Command "update T set F = null where rowid = 57802";
Command "update T set F = null where rowid = 56711";
Command "update T set F = null where rowid = 34031";
Command "update T set F = null where rowid = 54080";
Command "update T set F = null where rowid = 26410";
Command "update T set F = null where rowid = 40006";
Command "update T set F = null where rowid = 12489";
Command "update T set F = null where rowid = 45962";
Command "update T set F = null where rowid = 18423";
Command "update T set F = null where rowid = 39636";
Command "update T set F = null where rowid = 58962";
Command "update T set F = null where rowid = 59205";
Command "update T set F = null where rowid = 27736";
Command "update T set F = null where rowid = 56020";
Command "update T set F = null where rowid = 58377";
Command "update T set F = null where rowid = 2447";
Command "update T set F = null where rowid = 5451";
Command "update T set F = null where rowid = 9111";
Command "update T set F = null where rowid = 14025";
Command "update T set F = null where rowid = 47492";
Command "update T set F = null where rowid = 27127";
Command "update T set F = null where rowid = 14821";
Command "update T set F = null where rowid = 47258";
Command "update T set F = null where rowid = 12888";
Command "update T set F = null where rowid = 56344";
Command "update T set F = null where rowid = 24110";
Command "update T set F = null where rowid = 393";
Command "update T set F = null where rowid = 10822";
Command "update T set F = null where rowid = 20796";
Command "update T set F = null where rowid = 30698";
Command "update T set F = null where rowid = 46201";
Command "update T set F = null where rowid = 2292";
Command "update T set F = null where rowid = 41440";
Command "update T set F = null where rowid = 29670";
Command "update T set F = null where rowid = 48325";
Command "update T set F = null where rowid = 39927";
Command "update T set F = null where rowid = 7337";
Command "update T set F = null where rowid = 29479";
Command "update T set F = null where rowid = 38065";
Command "update T set F = null where rowid = 33692";
Command "update T set F = null where rowid = 7149";
Command "update T set F = null where rowid = 57004";
Command "update T set F = null where rowid = 30117";
Command "update T set F = null where rowid = 28594";
Command "update T set F = null where rowid = 20131";
Command "update T set F = null where rowid = 1071";
Command "update T set F = null where rowid = 42339";
Command "update T set F = null where rowid = 690";
Command "update T set F = null where rowid = 48323";
Command "update T set F = null where rowid = 32009";
Command "update T set F = null where rowid = 13602";
Command "update T set F = null where rowid = 7737";
Command "update T set F = null where rowid = 7";
Command "update T set F = null where rowid = 48781";
Command "update T set F = null where rowid = 45821";
Command "update T set F = null where rowid = 10322";
Command "update T set F = null where rowid = 1140";
Command "update T set F = null where rowid = 59245";
Command "update T set F = null where rowid = 24069";
Command "update T set F = null where rowid = 47514";
Command "update T set F = null where rowid = 23290";
Command "update T set F = null where rowid = 61382";
Command "update T set F = null where rowid = 17929";
Command "update T set F = null where rowid = 703";
Command "update T set F = null where rowid = 21831";
Command "update T set F = null where rowid = 45008";
Command "update T set F = null where rowid = 1121";
Command "update T set F = null where rowid = 16707";
Command "update T set F = null where rowid = 24329";
Command "update T set F = null where rowid = 29394";
Command "update T set F = null where rowid = 20839";
Command "update T set F = null where rowid = 48432";
Command "update T set F = null where rowid = 32158";
Command "update T set F = null where rowid = 31486";
Command "update T set F = null where rowid = 28119";
Command "update T set F = null where rowid = 26075";
Command "update T set F = null where rowid = 45788";
Command "update T set F = null where rowid = 39619";
Command "update T set F = null where rowid = 41730";
Command "update T set F = null where rowid = 54802";
Command "update T set F = null where rowid = 60564";
Command "update T set F = null where rowid = 32062";
Command "update T set F = null where rowid = 48884";
Command "update T set F = null where rowid = 44435";
Command "update T set F = null where rowid = 55888";
Command "update T set F = null where rowid = 41311";
Command "update T set F = null where rowid = 10373";
Command "update T set F = null where rowid = 16646";
Command "update T set F = null where rowid = 4421";
Command "update T set F = null where rowid = 43103";
Command "update T set F = null where rowid = 25013";
Command "update T set F = null where rowid = 11235";
Command "update T set F = null where rowid = 514";
Command "update T set F = null where rowid = 5935";
Command "update T set F = null where rowid = 36437";
Command "update T set F = null where rowid = 8786";
Command "update T set F = null where rowid = 28289";
Command "update T set F = null where rowid = 25751";
Command "update T set F = null where rowid = 14864";
Command "update T set F = null where rowid = 22550";
Command "update T set F = null where rowid = 4143";
Command "update T set F = null where rowid = 49006";
Command "update T set F = null where rowid = 14496";
Command "update T set F = null where rowid = 41933";
Command "update T set F = null where rowid = 20696";
Command "update T set F = null where rowid = 39128";
Command "update T set F = null where rowid = 25733";
Command "update T set F = null where rowid = 3939";
Command "update T set F = null where rowid = 316";
Command "update T set F = null where rowid = 48672";
Command "update T set F = null where rowid = 43018";
Command "update T set F = null where rowid = 43764";
Command "update T set F = null where rowid = 56641";
Command "update T set F = null where rowid = 40781";
Command "update T set F = null where rowid = 37351";
Command "update T set F = null where rowid = 9406";
Command "update T set F = null where rowid = 28318";
Command "update T set F = null where rowid = 6755";
Command "update T set F = null where rowid = 39643";
Command "update T set F = null where rowid = 19246";
Command "update T set F = null where rowid = 40325";
Command "update T set F = null where rowid = 367";
Command "update T set F = null where rowid = 1924";
Command "update T set F = null where rowid = 53416";
Command "update T set F = null where rowid = 1190";
Command "update T set F = null where rowid = 52354";
Command "update T set F = null where rowid = 39730";
Command "update T set F = null where rowid = 3168";
Command "update T set F = null where rowid = 11279";
Command "update T set F = null where rowid = 37332";
Command "update T set F = null where rowid = 53670";
Command "update T set F = null where rowid = 33845";
Command "update T set F = null where rowid = 24112";
Command "update T set F = null where rowid = 25849";
Command "update T set F = null where rowid = 2059";
Command "update T set F = null where rowid = 17827";
Command "update T set F = null where rowid = 20818";
Command "update T set F = null where rowid = 19501";
Command "update T set F = null where rowid = 22696";
Command "update T set F = null where rowid = 12408";
Command "update T set F = null where rowid = 42091";
Command "update T set F = null where rowid = 19549";
Command "update T set F = null where rowid = 36049";
Command "update T set F = null where rowid = 58367";
Command "update T set F = null where rowid = 37619";
Command "update T set F = null where rowid = 17805";
Command "update T set F = null where rowid = 55405";
Command "update T set F = null where rowid = 22854";
Command "update T set F = null where rowid = 39480";
Command "update T set F = null where rowid = 28953";
Command "update T set F = null where rowid = 5962";
Command "update T set F = null where rowid = 40792";
Command "update T set F = null where rowid = 13772";
Command "update T set F = null where rowid = 15662";
Command "update T set F = null where rowid = 10521";
Command "update T set F = null where rowid = 53287";
Command "update T set F = null where rowid = 57338";
Command "update T set F = null where rowid = 58097";
Command "update T set F = null where rowid = 11463";
Command "update T set F = null where rowid = 6717";
Command "update T set F = null where rowid = 27133";
Command "update T set F = null where rowid = 48932";
Command "update T set F = null where rowid = 42024";
Command "update T set F = null where rowid = 37079";
Command "update T set F = null where rowid = 7698";
Command "update T set F = null where rowid = 40236";
Command "update T set F = null where rowid = 15683";
Command "update T set F = null where rowid = 34636";
Command "update T set F = null where rowid = 1134";
Command "update T set F = null where rowid = 27691";
Command "update T set F = null where rowid = 11180";
Command "update T set F = null where rowid = 9386";
Command "update T set F = null where rowid = 59186";
Command "update T set F = null where rowid = 7369";
Command "update T set F = null where rowid = 40545";
Command "update T set F = null where rowid = 20295";
Command "update T set F = null where rowid = 26034";
Command "update T set F = null where rowid = 13372";
Command "update T set F = null where rowid = 27927";
Command "update T set F = null where rowid = 38073";
Command "update T set F = null where rowid = 3257";
Command "update T set F = null where rowid = 51950";
Command "update T set F = null where rowid = 58835";
Command "update T set F = null where rowid = 46894";
Command "update T set F = null where rowid = 29977";
Command "update T set F = null where rowid = 53441";
Command "update T set F = null where rowid = 12744";
Command "update T set F = null where rowid = 57568";
Command "update T set F = null where rowid = 37012";
Command "update T set F = null where rowid = 6910";
Command "update T set F = null where rowid = 60838";
Command "update T set F = null where rowid = 12695";
Command "update T set F = null where rowid = 44125";
Command "update T set F = null where rowid = 21987";
Command "update T set F = null where rowid = 39550";
Command "update T set F = null where rowid = 43665";
Command "update T set F = null where rowid = 27266";
Command "update T set F = null where rowid = 43745";
Command "update T set F = null where rowid = 46460";
Command "update T set F = null where rowid = 37126";
Command "update T set F = null where rowid = 1598";
Command "update T set F = null where rowid = 669";
Command "update T set F = null where rowid = 31550";
Command "update T set F = null where rowid = 25293";
Command "update T set F = null where rowid = 22936";
Command "update T set F = null where rowid = 52209";
Command "update T set F = null where rowid = 9941";
Command "update T set F = null where rowid = 34235";
Command "update T set F = null where rowid = 22110";
Command "update T set F = null where rowid = 50417";
Command "update T set F = null where rowid = 31257";
Command "update T set F = null where rowid = 54029";
Command "update T set F = null where rowid = 29303";
Command "update T set F = null where rowid = 47606";
Command "update T set F = null where rowid = 15830";
Command "update T set F = null where rowid = 23914";
Command "update T set F = null where rowid = 2829";
Command "update T set F = null where rowid = 42034";
Command "update T set F = null where rowid = 31391";
Command "update T set F = null where rowid = 48081";
Command "update T set F = null where rowid = 31817";
Command "update T set F = null where rowid = 42541";
Command "update T set F = null where rowid = 38483";
Command "update T set F = null where rowid = 47470";
Command "update T set F = null where rowid = 30076";
Command "update T set F = null where rowid = 9536";
Command "update T set F = null where rowid = 44243";
Command "update T set F = null where rowid = 50338";
Command "update T set F = null where rowid = 24994";
Command "update T set F = null where rowid = 53577";
Command "update T set F = null where rowid = 22219";
Command "update T set F = null where rowid = 47788";
Command "update T set F = null where rowid = 2974";
Command "update T set F = null where rowid = 22967";
Command "update T set F = null where rowid = 59469";
Command "update T set F = null where rowid = 53213";
Command "update T set F = null where rowid = 334";
Command "update T set F = null where rowid = 20200";
Command "update T set F = null where rowid = 50485";
Command "update T set F = null where rowid = 56593";
Command "update T set F = null where rowid = 33250";
Command "update T set F = null where rowid = 55199";
Command "update T set F = null where rowid = 7654";
Command "update T set F = null where rowid = 53266";
Command "update T set F = null where rowid = 28731";
Command "update T set F = null where rowid = 53358";
Command "update T set F = null where rowid = 22117";
Command "update T set F = null where rowid = 59501";
Command "update T set F = null where rowid = 32491";
Command "update T set F = null where rowid = 47756";
Command "update T set F = null where rowid = 28075";
Command "update T set F = null where rowid = 8022";
Command "update T set F = null where rowid = 59013";
Command "update T set F = null where rowid = 22899";
Command "update T set F = null where rowid = 53872";
Command "update T set F = null where rowid = 42600";
Command "update T set F = null where rowid = 59891";
Command "update T set F = null where rowid = 38108";
Command "update T set F = null where rowid = 55639";
Command "update T set F = null where rowid = 21020";
Command "update T set F = null where rowid = 40385";
Command "update T set F = null where rowid = 18912";
Command "update T set F = null where rowid = 31256";
Command "update T set F = null where rowid = 34924";
Command "update T set F = null where rowid = 46562";
Command "update T set F = null where rowid = 39278";
Command "update T set F = null where rowid = 43443";
Command "update T set F = null where rowid = 51171";
Command "update T set F = null where rowid = 66";
Command "update T set F = null where rowid = 58872";
Command "update T set F = null where rowid = 18034";
Command "update T set F = null where rowid = 31738";
Command "update T set F = null where rowid = 19199";
Command "update T set F = null where rowid = 11302";
Command "update T set F = null where rowid = 53854";
Command "update T set F = null where rowid = 13101";
Command "update T set F = null where rowid = 53603";
Command "update T set F = null where rowid = 34942";
Command "update T set F = null where rowid = 27567";
Command "update T set F = null where rowid = 30359";
Command "update T set F = null where rowid = 7290";
Command "update T set F = null where rowid = 56544";
Command "update T set F = null where rowid = 36347";
Command "update T set F = null where rowid = 33314";
Command "update T set F = null where rowid = 22798";
Command "update T set F = null where rowid = 24601";
Command "update T set F = null where rowid = 54680";
Command "update T set F = null where rowid = 48544";
Command "update T set F = null where rowid = 50209";
Command "update T set F = null where rowid = 50447";
Command "update T set F = null where rowid = 6030";
Command "update T set F = null where rowid = 17163";
Command "update T set F = null where rowid = 7223";
Command "update T set F = null where rowid = 20702";
Command "update T set F = null where rowid = 5985";
Command "update T set F = null where rowid = 53537";
Command "update T set F = null where rowid = 21339";
Command "update T set F = null where rowid = 1773";
Command "update T set F = null where rowid = 47446";
Command "update T set F = null where rowid = 520";
Command "update T set F = null where rowid = 57915";
Command "update T set F = null where rowid = 55377";
Command "update T set F = null where rowid = 38794";
Command "update T set F = null where rowid = 22532";
Command "update T set F = null where rowid = 16912";
Command "update T set F = null where rowid = 16940";
Command "update T set F = null where rowid = 11150";
Command "update T set F = null where rowid = 50546";
Command "update T set F = null where rowid = 22453";
Command "update T set F = null where rowid = 6693";
Command "update T set F = null where rowid = 56228";
Command "update T set F = null where rowid = 57207";
Command "update T set F = null where rowid = 26576";
Command "update T set F = null where rowid = 56137";
Command "update T set F = null where rowid = 17706";
Command "update T set F = null where rowid = 50575";
Command "update T set F = null where rowid = 17538";
Command "update T set F = null where rowid = 33127";
Command "update T set F = null where rowid = 45970";
Command "update T set F = null where rowid = 4059";
Command "update T set F = null where rowid = 44922";
Command "update T set F = null where rowid = 36362";
Command "update T set F = null where rowid = 32803";
Command "update T set F = null where rowid = 52064";
Command "update T set F = null where rowid = 7250";
Command "update T set F = null where rowid = 22641";
Command "update T set F = null where rowid = 7393";
Command "update T set F = null where rowid = 31117";
Command "update T set F = null where rowid = 6248";
Command "update T set F = null where rowid = 22156";
Command "update T set F = null where rowid = 55716";
Command "update T set F = null where rowid = 17261";
Command "update T set F = null where rowid = 53818";
Command "update T set F = null where rowid = 56964";
Command "update T set F = null where rowid = 1564";
Command "update T set F = null where rowid = 59973";
Command "update T set F = null where rowid = 2469";
Command "update T set F = null where rowid = 55263";
Command "update T set F = null where rowid = 26941";
Command "update T set F = null where rowid = 32882";
Command "update T set F = null where rowid = 37953";
Command "update T set F = null where rowid = 26068";
Command "update T set F = null where rowid = 44856";
Command "update T set F = null where rowid = 30789";
Command "update T set F = null where rowid = 47057";
Command "update T set F = null where rowid = 30831";
Command "update T set F = null where rowid = 23842";
Command "update T set F = null where rowid = 60625";
Command "update T set F = null where rowid = 14792";
Command "update T set F = null where rowid = 43808";
Command "update T set F = null where rowid = 57850";
Command "update T set F = null where rowid = 50607";
Command "update T set F = null where rowid = 2137";
Command "update T set F = null where rowid = 22080";
Command "update T set F = null where rowid = 45904";
Command "update T set F = null where rowid = 2411";
Command "update T set F = null where rowid = 42009";
Command "update T set F = null where rowid = 6400";
Command "update T set F = null where rowid = 19812";
Command "update T set F = null where rowid = 17539";
Command "update T set F = null where rowid = 26096";
Command "update T set F = null where rowid = 45416";
Command "update T set F = null where rowid = 58968";
Command "update T set F = null where rowid = 51541";
Command "update T set F = null where rowid = 1977";
Command "update T set F = null where rowid = 38676";
Command "update T set F = null where rowid = 25540";
Command "update T set F = null where rowid = 40039";
Command "update T set F = null where rowid = 22817";
Command "update T set F = null where rowid = 3551";
Command "update T set F = null where rowid = 24968";
Command "update T set F = null where rowid = 28038";
Command "update T set F = null where rowid = 12310";
Command "update T set F = null where rowid = 8138";
Command "update T set F = null where rowid = 10434";
Command "update T set F = null where rowid = 5482";
Command "update T set F = null where rowid = 46147";
Command "update T set F = null where rowid = 17114";
Command "update T set F = null where rowid = 30671";
Command "update T set F = null where rowid = 57081";
Command "update T set F = null where rowid = 57685";
Command "update T set F = null where rowid = 11592";
Command "update T set F = null where rowid = 37476";
Command "update T set F = null where rowid = 46191";
Command "update T set F = null where rowid = 31142";
Command "update T set F = null where rowid = 44658";
Command "update T set F = null where rowid = 6192";
Command "update T set F = null where rowid = 48488";
Command "update T set F = null where rowid = 7508";
Command "update T set F = null where rowid = 54727";
Command "update T set F = null where rowid = 42412";
Command "update T set F = null where rowid = 41050";
Command "update T set F = null where rowid = 7051";
Command "update T set F = null where rowid = 56256";
Command "update T set F = null where rowid = 40407";
Command "update T set F = null where rowid = 13697";
Command "update T set F = null where rowid = 38767";
Command "update T set F = null where rowid = 8866";
Command "update T set F = null where rowid = 50775";
Command "update T set F = null where rowid = 40919";
Command "update T set F = null where rowid = 13360";
Command "update T set F = null where rowid = 15482";
Command "update T set F = null where rowid = 2038";
Command "update T set F = null where rowid = 20737";
Command "update T set F = null where rowid = 37847";
Command "update T set F = null where rowid = 51940";
Command "update T set F = null where rowid = 8807";
Command "update T set F = null where rowid = 59847";
Command "update T set F = null where rowid = 17541";
Command "update T set F = null where rowid = 8378";
Command "update T set F = null where rowid = 28004";
Command "update T set F = null where rowid = 34270";
Command "update T set F = null where rowid = 20609";
Command "update T set F = null where rowid = 30654";
Command "update T set F = null where rowid = 11803";
Command "update T set F = null where rowid = 31127";
Command "update T set F = null where rowid = 61452";
Command "update T set F = null where rowid = 35033";
Command "update T set F = null where rowid = 35421";
Command "update T set F = null where rowid = 58871";
Command "update T set F = null where rowid = 50785";
Command "update T set F = null where rowid = 52680";
Command "update T set F = null where rowid = 46022";
Command "update T set F = null where rowid = 21952";
Command "update T set F = null where rowid = 8981";
Command "update T set F = null where rowid = 37431";
Command "update T set F = null where rowid = 33931";
Command "update T set F = null where rowid = 58671";
Command "update T set F = null where rowid = 33435";
Command "update T set F = null where rowid = 31790";
Command "update T set F = null where rowid = 49398";
Command "update T set F = null where rowid = 25943";
Command "update T set F = null where rowid = 38308";
Command "update T set F = null where rowid = 25612";
Command "update T set F = null where rowid = 41336";
Command "update T set F = null where rowid = 3776";
Command "update T set F = null where rowid = 60493";
Command "update T set F = null where rowid = 59984";
Command "update T set F = null where rowid = 36304";
Command "update T set F = null where rowid = 22045";
Command "update T set F = null where rowid = 27451";
Command "update T set F = null where rowid = 46407";
Command "update T set F = null where rowid = 34959";
Command "update T set F = null where rowid = 37777";
Command "update T set F = null where rowid = 34325";
Command "update T set F = null where rowid = 6381";
Command "update T set F = null where rowid = 38141";
Command "update T set F = null where rowid = 45601";
Command "update T set F = null where rowid = 36506";
Command "update T set F = null where rowid = 42245";
Command "update T set F = null where rowid = 40207";
Command "update T set F = null where rowid = 31222";
Command "update T set F = null where rowid = 11146";
Command "update T set F = null where rowid = 17784";
Command "update T set F = null where rowid = 23905";
Command "update T set F = null where rowid = 51332";
Command "update T set F = null where rowid = 48174";
Command "update T set F = null where rowid = 42956";
Command "update T set F = null where rowid = 56603";
Command "update T set F = null where rowid = 26693";
Command "update T set F = null where rowid = 49494";
Command "update T set F = null where rowid = 53052";
Command "update T set F = null where rowid = 19722";
Command "update T set F = null where rowid = 11917";
Command "update T set F = null where rowid = 13083";
Command "update T set F = null where rowid = 35693";
Command "update T set F = null where rowid = 38827";
Command "update T set F = null where rowid = 27645";
Command "update T set F = null where rowid = 50015";
Command "update T set F = null where rowid = 53437";
Command "update T set F = null where rowid = 37159";
Command "update T set F = null where rowid = 53692";
Command "update T set F = null where rowid = 540";
Command "update T set F = null where rowid = 51250";
Command "update T set F = null where rowid = 15303";
Command "update T set F = null where rowid = 43394";
Command "update T set F = null where rowid = 35410";
Command "update T set F = null where rowid = 15099";
Command "update T set F = null where rowid = 31633";
Command "update T set F = null where rowid = 35118";
Command "update T set F = null where rowid = 17269";
Command "update T set F = null where rowid = 56051";
Command "update T set F = null where rowid = 43526";
Command "update T set F = null where rowid = 34461";
Command "update T set F = null where rowid = 6298";
Command "update T set F = null where rowid = 34757";
Command "update T set F = null where rowid = 9469";
Command "update T set F = null where rowid = 26202";
Command "update T set F = null where rowid = 43814";
Command "update T set F = null where rowid = 34433";
Command "update T set F = null where rowid = 4326";
Command "update T set F = null where rowid = 59613";
Command "update T set F = null where rowid = 21323";
Command "update T set F = null where rowid = 41894";
Command "update T set F = null where rowid = 42656";
Command "update T set F = null where rowid = 45424";
Command "update T set F = null where rowid = 60929";
Command "update T set F = null where rowid = 24143";
Command "update T set F = null where rowid = 23103";
Command "update T set F = null where rowid = 29881";
Command "update T set F = null where rowid = 27720";
Command "update T set F = null where rowid = 46080";
Command "update T set F = null where rowid = 54327";
Command "update T set F = null where rowid = 7510";
Command "update T set F = null where rowid = 24703";
Command "update T set F = null where rowid = 39070";
Command "update T set F = null where rowid = 23722";
Command "update T set F = null where rowid = 13345";
Command "update T set F = null where rowid = 2986";
Command "update T set F = null where rowid = 3234";
Command "update T set F = null where rowid = 46169";
Command "update T set F = null where rowid = 56387";
Command "update T set F = null where rowid = 7340";
Command "update T set F = null where rowid = 49599";
Command "update T set F = null where rowid = 28401";
Command "update T set F = null where rowid = 39903";
Command "update T set F = null where rowid = 871";
Command "update T set F = null where rowid = 43334";
Command "update T set F = null where rowid = 35279";
Command "update T set F = null where rowid = 6769";
Command "update T set F = null where rowid = 16313";
Command "update T set F = null where rowid = 35951";
Command "update T set F = null where rowid = 7015";
Command "update T set F = null where rowid = 22201";
Command "update T set F = null where rowid = 37907";
Command "update T set F = null where rowid = 49449";
Command "update T set F = null where rowid = 18112";
Command "update T set F = null where rowid = 2181";
Command "update T set F = null where rowid = 1220";
Command "update T set F = null where rowid = 34682";
Command "update T set F = null where rowid = 55568";
Command "update T set F = null where rowid = 29850";
Command "update T set F = null where rowid = 34909";
Command "update T set F = null where rowid = 53300";
Command "update T set F = null where rowid = 14799";
Command "update T set F = null where rowid = 19958";
Command "update T set F = null where rowid = 28993";
Command "update T set F = null where rowid = 47867";
Command "update T set F = null where rowid = 48306";
Command "update T set F = null where rowid = 9463";
Command "update T set F = null where rowid = 36942";
Command "update T set F = null where rowid = 22106";
Command "update T set F = null where rowid = 19757";
Command "update T set F = null where rowid = 13457";
Command "update T set F = null where rowid = 43645";
Command "update T set F = null where rowid = 4628";
Command "update T set F = null where rowid = 31560";
Command "update T set F = null where rowid = 5559";
Command "update T set F = null where rowid = 11429";
Command "update T set F = null where rowid = 61176";
Command "update T set F = null where rowid = 7583";
Command "update T set F = null where rowid = 48570";
Command "update T set F = null where rowid = 2677";
Command "update T set F = null where rowid = 40082";
Command "update T set F = null where rowid = 3132";
Command "update T set F = null where rowid = 46602";
Command "update T set F = null where rowid = 34496";
Command "update T set F = null where rowid = 27971";
Command "update T set F = null where rowid = 24304";
Command "update T set F = null where rowid = 23080";
Command "update T set F = null where rowid = 34176";
Command "update T set F = null where rowid = 7871";
Command "update T set F = null where rowid = 34304";
Command "update T set F = null where rowid = 1425";
Command "update T set F = null where rowid = 8908";
Command "update T set F = null where rowid = 4498";
Command "update T set F = null where rowid = 26170";
Command "update T set F = null where rowid = 19042";
Command "update T set F = null where rowid = 31698";
Command "update T set F = null where rowid = 33849";
Command "update T set F = null where rowid = 32924";
Command "update T set F = null where rowid = 3530";
Command "update T set F = null where rowid = 49486";
Command "update T set F = null where rowid = 52046";
Command "update T set F = null where rowid = 61158";
Command "update T set F = null where rowid = 12515";
Command "update T set F = null where rowid = 32485";
Command "update T set F = null where rowid = 27505";
Command "update T set F = null where rowid = 3085";
Command "update T set F = null where rowid = 1955";
Command "update T set F = null where rowid = 6054";
Command "update T set F = null where rowid = 22816";
Command "update T set F = null where rowid = 32186";
Command "update T set F = null where rowid = 43429";
Command "update T set F = null where rowid = 56510";
Command "update T set F = null where rowid = 40874";
Command "update T set F = null where rowid = 51475";
Command "update T set F = null where rowid = 29466";
Command "update T set F = null where rowid = 38719";
Command "update T set F = null where rowid = 6246";
Command "update T set F = null where rowid = 264";
Command "update T set F = null where rowid = 31913";
Command "update T set F = null where rowid = 45853";
Command "update T set F = null where rowid = 43995";
Command "update T set F = null where rowid = 8456";
Command "update T set F = null where rowid = 9562";
Command "update T set F = null where rowid = 59229";
Command "update T set F = null where rowid = 58757";
Command "update T set F = null where rowid = 11288";
Command "update T set F = null where rowid = 24957";
Command "update T set F = null where rowid = 15982";
Command "update T set F = null where rowid = 36020";
Command "update T set F = null where rowid = 59296";
Command "update T set F = null where rowid = 21570";
Command "update T set F = null where rowid = 61499";
Command "update T set F = null where rowid = 30251";
Command "update T set F = null where rowid = 1486";
Command "update T set F = null where rowid = 30408";
Command "update T set F = null where rowid = 31658";
Command "update T set F = null where rowid = 39288";
Command "update T set F = null where rowid = 18595";
Command "update T set F = null where rowid = 24807";
Command "update T set F = null where rowid = 33698";
Command "update T set F = null where rowid = 5471";
Command "update T set F = null where rowid = 59619";
Command "update T set F = null where rowid = 24033";
Command "update T set F = null where rowid = 49236";
Command "update T set F = null where rowid = 45617";
Command "update T set F = null where rowid = 59519";
Command "update T set F = null where rowid = 23266";
Command "update T set F = null where rowid = 28153";
Command "update T set F = null where rowid = 29671";
Command "update T set F = null where rowid = 707";
Command "update T set F = null where rowid = 42851";
Command "update T set F = null where rowid = 8139";
Command "update T set F = null where rowid = 299";
Command "update T set F = null where rowid = 26722";
Command "update T set F = null where rowid = 24154";
Command "update T set F = null where rowid = 22444";
Command "update T set F = null where rowid = 9203";
Command "update T set F = null where rowid = 7591";
Command "update T set F = null where rowid = 5252";
Command "update T set F = null where rowid = 19320";
Command "update T set F = null where rowid = 32724";
Command "update T set F = null where rowid = 58877";
Command "update T set F = null where rowid = 35682";
Command "update T set F = null where rowid = 26470";
Command "update T set F = null where rowid = 22724";
Command "update T set F = null where rowid = 61442";
Command "update T set F = null where rowid = 55676";
Command "update T set F = null where rowid = 25813";
Command "update T set F = null where rowid = 58271";
Command "update T set F = null where rowid = 1941";
Command "update T set F = null where rowid = 33277";
Command "update T set F = null where rowid = 58173";
Command "update T set F = null where rowid = 57645";
Command "update T set F = null where rowid = 40596";
Command "update T set F = null where rowid = 49596";
Command "update T set F = null where rowid = 21250";
Command "update T set F = null where rowid = 39708";
Command "update T set F = null where rowid = 35880";
Command "update T set F = null where rowid = 61110";
Command "update T set F = null where rowid = 36843";
Command "update T set F = null where rowid = 44758";
Command "update T set F = null where rowid = 28575";
Command "update T set F = null where rowid = 8229";
Command "update T set F = null where rowid = 19841";
Command "update T set F = null where rowid = 30644";
Command "update T set F = null where rowid = 36891";
Command "update T set F = null where rowid = 49029";
Command "update T set F = null where rowid = 23353";
Command "update T set F = null where rowid = 22932";
Command "update T set F = null where rowid = 49411";
Command "update T set F = null where rowid = 34473";
Command "update T set F = null where rowid = 2881";
Command "update T set F = null where rowid = 39442";
Command "update T set F = null where rowid = 16818";
Command "update T set F = null where rowid = 37092";
Command "update T set F = null where rowid = 17409";
Command "update T set F = null where rowid = 45111";
Command "update T set F = null where rowid = 9274";
Command "update T set F = null where rowid = 25085";
Command "update T set F = null where rowid = 57397";
Command "update T set F = null where rowid = 43840";
Command "update T set F = null where rowid = 52371";
Command "update T set F = null where rowid = 35730";
Command "update T set F = null where rowid = 8683";
Command "update T set F = null where rowid = 15706";
Command "update T set F = null where rowid = 28400";
Command "update T set F = null where rowid = 45720";
Command "update T set F = null where rowid = 53959";
Command "update T set F = null where rowid = 59644";
Command "update T set F = null where rowid = 22832";
Command "update T set F = null where rowid = 43368";
Command "update T set F = null where rowid = 25770";
Command "update T set F = null where rowid = 1664";
Command "update T set F = null where rowid = 31841";
Command "update T set F = null where rowid = 54174";
Command "update T set F = null where rowid = 57502";
Command "update T set F = null where rowid = 50341";
Command "update T set F = null where rowid = 47033";
Command "update T set F = null where rowid = 56540";
Command "update T set F = null where rowid = 13792";
Command "update T set F = null where rowid = 50305";
Command "update T set F = null where rowid = 57167";
Command "update T set F = null where rowid = 37969";
Command "update T set F = null where rowid = 37308";
Command "update T set F = null where rowid = 19215";
Command "update T set F = null where rowid = 59288";
Command "update T set F = null where rowid = 9716";
Command "update T set F = null where rowid = 30003";
Command "update T set F = null where rowid = 60641";
Command "update T set F = null where rowid = 25276";
Command "update T set F = null where rowid = 9031";
Command "update T set F = null where rowid = 33408";
Command "update T set F = null where rowid = 44596";
Command "update T set F = null where rowid = 48814";
Command "update T set F = null where rowid = 44039";
Command "update T set F = null where rowid = 57105";
Command "update T set F = null where rowid = 61094";
Command "update T set F = null where rowid = 59004";
Command "update T set F = null where rowid = 33426";
Command "update T set F = null where rowid = 45738";
Command "update T set F = null where rowid = 4110";
Command "update T set F = null where rowid = 12638";
Command "update T set F = null where rowid = 46403";
Command "update T set F = null where rowid = 2634";
Command "update T set F = null where rowid = 47717";
Command "update T set F = null where rowid = 39728";
Command "update T set F = null where rowid = 19429";
Command "update T set F = null where rowid = 13592";
Command "update T set F = null where rowid = 55921";
Command "update T set F = null where rowid = 57328";
Command "update T set F = null where rowid = 28478";
Command "update T set F = null where rowid = 54264";
Command "update T set F = null where rowid = 14449";
Command "update T set F = null where rowid = 38419";
Command "update T set F = null where rowid = 14238";
Command "update T set F = null where rowid = 12471";
Command "update T set F = null where rowid = 56703";
Command "update T set F = null where rowid = 21140";
Command "update T set F = null where rowid = 34260";
Command "update T set F = null where rowid = 46697";
Command "update T set F = null where rowid = 32364";
Command "update T set F = null where rowid = 51418";
Command "update T set F = null where rowid = 44912";
Command "update T set F = null where rowid = 22656";
Command "update T set F = null where rowid = 16279";
Command "update T set F = null where rowid = 10713";
Command "update T set F = null where rowid = 23916";
Command "update T set F = null where rowid = 58798";
Command "update T set F = null where rowid = 16192";
Command "update T set F = null where rowid = 46250";
Command "update T set F = null where rowid = 6255";
Command "update T set F = null where rowid = 9691";
Command "update T set F = null where rowid = 38088";
Command "update T set F = null where rowid = 53175";
Command "update T set F = null where rowid = 36379";
Command "update T set F = null where rowid = 7803";
Command "update T set F = null where rowid = 53531";
Command "update T set F = null where rowid = 3420";
Command "update T set F = null where rowid = 18381";
Command "update T set F = null where rowid = 54920";
Command "update T set F = null where rowid = 52196";
Command "update T set F = null where rowid = 56815";
Command "update T set F = null where rowid = 18260";
Command "update T set F = null where rowid = 6440";
Command "update T set F = null where rowid = 53796";
Command "update T set F = null where rowid = 25622";
Command "update T set F = null where rowid = 46138";
Command "update T set F = null where rowid = 22130";
Command "update T set F = null where rowid = 40893";
Command "update T set F = null where rowid = 52086";
Command "update T set F = null where rowid = 36581";
Command "update T set F = null where rowid = 36291";
Command "update T set F = null where rowid = 16099";
Command "update T set F = null where rowid = 5639";
Command "update T set F = null where rowid = 31741";
Command "update T set F = null where rowid = 43353";
Command "update T set F = null where rowid = 46752";
Command "update T set F = null where rowid = 44649";
Command "update T set F = null where rowid = 20647";
Command "update T set F = null where rowid = 33862";
Command "update T set F = null where rowid = 25077";
Command "update T set F = null where rowid = 41982";
Command "update T set F = null where rowid = 43379";
Command "update T set F = null where rowid = 41419";
Command "update T set F = null where rowid = 45279";
Command "update T set F = null where rowid = 10869";
Command "update T set F = null where rowid = 56738";
Command "update T set F = null where rowid = 42736";
Command "update T set F = null where rowid = 41250";
Command "update T set F = null where rowid = 32105";
Command "update T set F = null where rowid = 29075";
Command "update T set F = null where rowid = 58901";
Command "update T set F = null where rowid = 3698";
Command "update T set F = null where rowid = 48616";
Command "update T set F = null where rowid = 1119";
Command "update T set F = null where rowid = 29147";
Command "update T set F = null where rowid = 51707";
Command "update T set F = null where rowid = 59914";
Command "update T set F = null where rowid = 23104";
Command "update T set F = null where rowid = 16330";
Command "update T set F = null where rowid = 47282";
Command "update T set F = null where rowid = 58050";
Command "update T set F = null where rowid = 24862";
Command "update T set F = null where rowid = 55550";
Command "update T set F = null where rowid = 17046";
Command "update T set F = null where rowid = 20114";
Command "update T set F = null where rowid = 60374";
Command "update T set F = null where rowid = 34061";
Command "update T set F = null where rowid = 60841";
Command "update T set F = null where rowid = 23990";
Command "update T set F = null where rowid = 25051";
Command "update T set F = null where rowid = 58947";
Command "update T set F = null where rowid = 22922";
Command "update T set F = null where rowid = 26625";
Command "update T set F = null where rowid = 59995";
Command "update T set F = null where rowid = 6265";
Command "update T set F = null where rowid = 32013";
Command "update T set F = null where rowid = 52038";
Command "update T set F = null where rowid = 19930";
Command "update T set F = null where rowid = 17572";
Command "update T set F = null where rowid = 53217";
Command "update T set F = null where rowid = 25729";
Command "update T set F = null where rowid = 45211";
Command "update T set F = null where rowid = 35547";
Command "update T set F = null where rowid = 30610";
Command "update T set F = null where rowid = 56330";
Command "update T set F = null where rowid = 55901";
Command "update T set F = null where rowid = 30591";
Command "update T set F = null where rowid = 34096";
Command "update T set F = null where rowid = 22157";
Command "update T set F = null where rowid = 22313";
Command "update T set F = null where rowid = 26720";
Command "update T set F = null where rowid = 58110";
Command "update T set F = null where rowid = 2915";
Command "update T set F = null where rowid = 22419";
Command "update T set F = null where rowid = 10330";
Command "update T set F = null where rowid = 44483";
Command "update T set F = null where rowid = 16453";
Command "update T set F = null where rowid = 29713";
Command "update T set F = null where rowid = 55227";
Command "update T set F = null where rowid = 56643";
Command "update T set F = null where rowid = 29688";
Command "update T set F = null where rowid = 14750";
Command "update T set F = null where rowid = 53949";
Command "update T set F = null where rowid = 27894";
Command "update T set F = null where rowid = 5317";
Command "update T set F = null where rowid = 7029";
Command "update T set F = null where rowid = 10898";
Command "update T set F = null where rowid = 13191";
Command "update T set F = null where rowid = 31514";
Command "update T set F = null where rowid = 33164";
Command "update T set F = null where rowid = 281";
Command "update T set F = null where rowid = 56874";
Command "update T set F = null where rowid = 10778";
Command "update T set F = null where rowid = 60008";
Command "update T set F = null where rowid = 60050";
Command "update T set F = null where rowid = 47231";
Command "update T set F = null where rowid = 36148";
Command "update T set F = null where rowid = 19121";
Command "update T set F = null where rowid = 3054";
Command "update T set F = null where rowid = 35828";
Command "update T set F = null where rowid = 10384";
Command "update T set F = null where rowid = 42510";
Command "update T set F = null where rowid = 17483";
Command "update T set F = null where rowid = 19053";
Command "update T set F = null where rowid = 30514";
Command "update T set F = null where rowid = 28527";
Command "update T set F = null where rowid = 9287";
Command "update T set F = null where rowid = 55828";
Command "update T set F = null where rowid = 26028";
Command "update T set F = null where rowid = 32132";
Command "update T set F = null where rowid = 25963";
Command "update T set F = null where rowid = 27858";
Command "update T set F = null where rowid = 14027";
Command "update T set F = null where rowid = 57204";
Command "update T set F = null where rowid = 1356";
Command "update T set F = null where rowid = 60279";
Command "update T set F = null where rowid = 37597";
Command "update T set F = null where rowid = 31274";
Command "update T set F = null where rowid = 6032";
Command "update T set F = null where rowid = 52899";
Command "update T set F = null where rowid = 34147";
Command "update T set F = null where rowid = 53494";
Command "update T set F = null where rowid = 59075";
Command "update T set F = null where rowid = 45063";
Command "update T set F = null where rowid = 26481";
Command "update T set F = null where rowid = 27097";
Command "update T set F = null where rowid = 29811";
Command "update T set F = null where rowid = 52319";
Command "update T set F = null where rowid = 35516";
Command "update T set F = null where rowid = 17562";
Command "update T set F = null where rowid = 12794";
Command "update T set F = null where rowid = 44032";
Command "update T set F = null where rowid = 13374";
Command "update T set F = null where rowid = 38049";
Command "update T set F = null where rowid = 2410";
Command "update T set F = null where rowid = 5294";
Command "update T set F = null where rowid = 35755";
Command "update T set F = null where rowid = 53202";
Command "update T set F = null where rowid = 28197";
Command "update T set F = null where rowid = 8498";
Command "update T set F = null where rowid = 25703";
Command "update T set F = null where rowid = 31876";
Command "update T set F = null where rowid = 7091";
Command "update T set F = null where rowid = 34753";
Command "update T set F = null where rowid = 51538";
Command "update T set F = null where rowid = 42232";
Command "update T set F = null where rowid = 24221";
Command "update T set F = null where rowid = 60502";
Command "update T set F = null where rowid = 50823";
Command "update T set F = null where rowid = 44010";
Command "update T set F = null where rowid = 1324";
Command "update T set F = null where rowid = 30694";
Command "update T set F = null where rowid = 13999";
Command "update T set F = null where rowid = 16709";
Command "update T set F = null where rowid = 41396";
Command "update T set F = null where rowid = 31209";
Command "update T set F = null where rowid = 54527";
Command "update T set F = null where rowid = 30957";
Command "update T set F = null where rowid = 57373";
Command "update T set F = null where rowid = 23760";
Command "update T set F = null where rowid = 7319";
Command "update T set F = null where rowid = 22518";
Command "update T set F = null where rowid = 14417";
Command "update T set F = null where rowid = 45153";
Command "update T set F = null where rowid = 2223";
Command "update T set F = null where rowid = 23130";
Command "update T set F = null where rowid = 59120";
Command "update T set F = null where rowid = 57507";
Command "update T set F = null where rowid = 25206";
Command "update T set F = null where rowid = 8266";
Command "update T set F = null where rowid = 13001";
Command "update T set F = null where rowid = 38178";
Command "update T set F = null where rowid = 23683";
Command "update T set F = null where rowid = 5402";
Command "update T set F = null where rowid = 11579";
Command "update T set F = null where rowid = 38313";
Command "update T set F = null where rowid = 7898";
Command "update T set F = null where rowid = 58702";
Command "update T set F = null where rowid = 7234";
Command "update T set F = null where rowid = 2465";
Command "update T set F = null where rowid = 30692";
Command "update T set F = null where rowid = 18959";
Command "update T set F = null where rowid = 46656";
Command "update T set F = null where rowid = 31252";
Command "update T set F = null where rowid = 37189";
Command "update T set F = null where rowid = 15416";
Command "update T set F = null where rowid = 1693";
Command "update T set F = null where rowid = 10162";
Command "update T set F = null where rowid = 22028";
Command "update T set F = null where rowid = 31113";
Command "update T set F = null where rowid = 44031";
Command "update T set F = null where rowid = 5165";
Command "update T set F = null where rowid = 37891";
Command "update T set F = null where rowid = 51044";
Command "update T set F = null where rowid = 37632";
Command "update T set F = null where rowid = 49210";
Command "update T set F = null where rowid = 36363";
Command "update T set F = null where rowid = 15098";
Command "update T set F = null where rowid = 3600";
Command "update T set F = null where rowid = 5768";
Command "update T set F = null where rowid = 14965";
Command "update T set F = null where rowid = 5564";
Command "update T set F = null where rowid = 1610";
Command "update T set F = null where rowid = 8722";
Command "update T set F = null where rowid = 41404";
Command "update T set F = null where rowid = 59892";
Command "update T set F = null where rowid = 2096";
Command "update T set F = null where rowid = 20533";
Command "update T set F = null where rowid = 55072";
Command "update T set F = null where rowid = 45756";
Command "update T set F = null where rowid = 51917";
Command "update T set F = null where rowid = 20411";
Command "update T set F = null where rowid = 50288";
Command "update T set F = null where rowid = 22380";
Command "update T set F = null where rowid = 4530";
Command "update T set F = null where rowid = 15401";
Command "update T set F = null where rowid = 11076";
Command "update T set F = null where rowid = 25759";
Command "update T set F = null where rowid = 54803";
Command "update T set F = null where rowid = 38892";
Command "update T set F = null where rowid = 46646";
Command "update T set F = null where rowid = 21164";
Command "update T set F = null where rowid = 49165";
Command "update T set F = null where rowid = 9970";
Command "update T set F = null where rowid = 13189";
Command "update T set F = null where rowid = 48941";
Command "update T set F = null where rowid = 1790";
Command "update T set F = null where rowid = 5593";
Command "update T set F = null where rowid = 21813";
Command "update T set F = null where rowid = 53045";
Command "update T set F = null where rowid = 50831";
Command "update T set F = null where rowid = 36175";
Command "update T set F = null where rowid = 25500";
Command "update T set F = null where rowid = 24281";
Command "update T set F = null where rowid = 27794";
Command "update T set F = null where rowid = 10338";
Command "update T set F = null where rowid = 61147";
Command "update T set F = null where rowid = 57605";
Command "update T set F = null where rowid = 52970";
Command "update T set F = null where rowid = 12126";
Command "update T set F = null where rowid = 61162";
Command "update T set F = null where rowid = 60869";
Command "update T set F = null where rowid = 27957";
Command "update T set F = null where rowid = 20967";
Command "update T set F = null where rowid = 8239";
Command "update T set F = null where rowid = 33233";
Command "update T set F = null where rowid = 13640";
Command "update T set F = null where rowid = 11962";
Command "update T set F = null where rowid = 30243";
Command "update T set F = null where rowid = 44818";
Command "update T set F = null where rowid = 59138";
Command "update T set F = null where rowid = 19871";
Command "update T set F = null where rowid = 43044";
Command "update T set F = null where rowid = 5700";
Command "update T set F = null where rowid = 17765";
Command "update T set F = null where rowid = 13448";
Command "update T set F = null where rowid = 22283";
Command "update T set F = null where rowid = 17310";
Command "update T set F = null where rowid = 6283";
Command "update T set F = null where rowid = 9219";
Command "update T set F = null where rowid = 40035";
Command "update T set F = null where rowid = 60862";
Command "update T set F = null where rowid = 46317";
Command "update T set F = null where rowid = 1868";
Command "update T set F = null where rowid = 53649";
Command "update T set F = null where rowid = 36582";
Command "update T set F = null where rowid = 31345";
Command "update T set F = null where rowid = 56405";
Command "update T set F = null where rowid = 14410";
Command "update T set F = null where rowid = 26229";
Command "update T set F = null where rowid = 45922";
Command "update T set F = null where rowid = 22378";
Command "update T set F = null where rowid = 40324";
Command "update T set F = null where rowid = 24451";
Command "update T set F = null where rowid = 55489";
Command "update T set F = null where rowid = 23326";
Command "update T set F = null where rowid = 27735";
Command "update T set F = null where rowid = 325";
Command "update T set F = null where rowid = 23847";
Command "update T set F = null where rowid = 35154";
Command "update T set F = null where rowid = 17204";
Command "update T set F = null where rowid = 28766";
Command "update T set F = null where rowid = 8277";
Command "update T set F = null where rowid = 8419";
Command "update T set F = null where rowid = 34024";
Command "update T set F = null where rowid = 45529";
Command "update T set F = null where rowid = 47013";
Command "update T set F = null where rowid = 4164";
Command "update T set F = null where rowid = 49223";
Command "update T set F = null where rowid = 58312";
Command "update T set F = null where rowid = 42517";
Command "update T set F = null where rowid = 52244";
Command "update T set F = null where rowid = 38913";
Command "update T set F = null where rowid = 44061";
Command "update T set F = null where rowid = 44012";
Command "update T set F = null where rowid = 54715";
Command "update T set F = null where rowid = 39706";
Command "update T set F = null where rowid = 41059";
Command "update T set F = null where rowid = 6466";
Command "update T set F = null where rowid = 38011";
Command "update T set F = null where rowid = 57191";
Command "update T set F = null where rowid = 53222";
Command "update T set F = null where rowid = 8293";
Command "update T set F = null where rowid = 30960";
Command "update T set F = null where rowid = 33023";
Command "update T set F = null where rowid = 39443";
Command "update T set F = null where rowid = 2368";
Command "update T set F = null where rowid = 31443";
Command "update T set F = null where rowid = 50217";
Command "update T set F = null where rowid = 8612";
Command "update T set F = null where rowid = 53248";
Command "update T set F = null where rowid = 26736";
Command "update T set F = null where rowid = 20849";
Command "update T set F = null where rowid = 41143";
Command "update T set F = null where rowid = 13998";
Command "update T set F = null where rowid = 19554";
Command "update T set F = null where rowid = 55702";
Command "update T set F = null where rowid = 18930";
Command "update T set F = null where rowid = 3540";
Command "update T set F = null where rowid = 36005";
Command "update T set F = null where rowid = 7154";
Command "update T set F = null where rowid = 18539";
Command "update T set F = null where rowid = 27275";
Command "update T set F = null where rowid = 7707";
Command "update T set F = null where rowid = 43246";
Command "update T set F = null where rowid = 23162";
Command "update T set F = null where rowid = 30171";
Command "update T set F = null where rowid = 51393";
Command "update T set F = null where rowid = 33218";
Command "update T set F = null where rowid = 15971";
Command "update T set F = null where rowid = 2662";
Command "update T set F = null where rowid = 61163";
Command "update T set F = null where rowid = 11265";
Command "update T set F = null where rowid = 32622";
Command "update T set F = null where rowid = 31592";
Command "update T set F = null where rowid = 16172";
Command "update T set F = null where rowid = 17992";
Command "update T set F = null where rowid = 22727";
Command "update T set F = null where rowid = 13122";
Command "update T set F = null where rowid = 17528";
Command "update T set F = null where rowid = 38626";
Command "update T set F = null where rowid = 13520";
Command "update T set F = null where rowid = 51154";
Command "update T set F = null where rowid = 8491";
Command "update T set F = null where rowid = 14889";
Command "update T set F = null where rowid = 30323";
Command "update T set F = null where rowid = 9928";
Command "update T set F = null where rowid = 28578";
Command "update T set F = null where rowid = 1120";
Command "update T set F = null where rowid = 446";
Command "update T set F = null where rowid = 31981";
Command "update T set F = null where rowid = 46033";
Command "update T set F = null where rowid = 38770";
Command "update T set F = null where rowid = 2152";
Command "update T set F = null where rowid = 29880";
Command "update T set F = null where rowid = 59881";
Command "update T set F = null where rowid = 35701";
Command "update T set F = null where rowid = 25142";
Command "update T set F = null where rowid = 57462";
Command "update T set F = null where rowid = 42964";
Command "update T set F = null where rowid = 29565";
Command "update T set F = null where rowid = 3927";
Command "update T set F = null where rowid = 3273";
Command "update T set F = null where rowid = 25986";
Command "update T set F = null where rowid = 25384";
Command "update T set F = null where rowid = 58953";
Command "update T set F = null where rowid = 8489";
Command "update T set F = null where rowid = 45576";
Command "update T set F = null where rowid = 48453";
Command "update T set F = null where rowid = 58731";
Command "update T set F = null where rowid = 5535";
Command "update T set F = null where rowid = 3241";
Command "update T set F = null where rowid = 44533";
Command "update T set F = null where rowid = 44648";
Command "update T set F = null where rowid = 41417";
Command "update T set F = null where rowid = 60606";
Command "update T set F = null where rowid = 45759";
Command "update T set F = null where rowid = 34609";
Command "update T set F = null where rowid = 8500";
Command "update T set F = null where rowid = 37196";
Command "update T set F = null where rowid = 47902";
Command "update T set F = null where rowid = 46871";
Command "update T set F = null where rowid = 49346";
Command "update T set F = null where rowid = 53694";
Command "update T set F = null where rowid = 26006";
Command "update T set F = null where rowid = 46068";
Command "update T set F = null where rowid = 48684";
Command "update T set F = null where rowid = 53499";
Command "update T set F = null where rowid = 48862";
Command "update T set F = null where rowid = 40512";
Command "update T set F = null where rowid = 34051";
Command "update T set F = null where rowid = 14960";
Command "update T set F = null where rowid = 5005";
Command "update T set F = null where rowid = 44619";
Command "update T set F = null where rowid = 16746";
Command "update T set F = null where rowid = 54056";
Command "update T set F = null where rowid = 39788";
Command "update T set F = null where rowid = 27672";
Command "update T set F = null where rowid = 57831";
Command "update T set F = null where rowid = 42021";
Command "update T set F = null where rowid = 57505";
Command "update T set F = null where rowid = 28638";
Command "update T set F = null where rowid = 2179";
Command "update T set F = null where rowid = 6649";
Command "update T set F = null where rowid = 60636";
Command "update T set F = null where rowid = 28735";
Command "update T set F = null where rowid = 58955";
Command "update T set F = null where rowid = 35528";
Command "update T set F = null where rowid = 34275";
Command "update T set F = null where rowid = 16256";
Command "update T set F = null where rowid = 22952";
Command "update T set F = null where rowid = 24671";
Command "update T set F = null where rowid = 15846";
Command "update T set F = null where rowid = 33479";
Command "update T set F = null where rowid = 54861";
Command "update T set F = null where rowid = 40307";
Command "update T set F = null where rowid = 35958";
Command "update T set F = null where rowid = 46230";
Command "update T set F = null where rowid = 32298";
Command "update T set F = null where rowid = 4478";
Command "update T set F = null where rowid = 30214";
Command "update T set F = null where rowid = 33390";
Command "update T set F = null where rowid = 52275";
Command "update T set F = null where rowid = 39533";
Command "update T set F = null where rowid = 59744";
Command "update T set F = null where rowid = 58673";
Command "update T set F = null where rowid = 58070";
Command "update T set F = null where rowid = 36337";
Command "update T set F = null where rowid = 3031";
Command "update T set F = null where rowid = 20566";
Command "update T set F = null where rowid = 8584";
Command "update T set F = null where rowid = 24518";
Command "update T set F = null where rowid = 22904";
Command "update T set F = null where rowid = 45372";
Command "update T set F = null where rowid = 44870";
Command "update T set F = null where rowid = 35202";
Command "update T set F = null where rowid = 48311";
Command "update T set F = null where rowid = 31242";
Command "update T set F = null where rowid = 43488";
Command "update T set F = null where rowid = 50465";
Command "update T set F = null where rowid = 61201";
Command "update T set F = null where rowid = 20511";
Command "update T set F = null where rowid = 42915";
Command "update T set F = null where rowid = 54295";
Command "update T set F = null where rowid = 57456";
Command "update T set F = null where rowid = 31716";
Command "update T set F = null where rowid = 41476";
Command "update T set F = null where rowid = 14656";
Command "update T set F = null where rowid = 27287";
Command "update T set F = null where rowid = 3686";
Command "update T set F = null where rowid = 17403";
Command "update T set F = null where rowid = 4779";
Command "update T set F = null where rowid = 21806";
Command "update T set F = null where rowid = 34468";
Command "update T set F = null where rowid = 6624";
Command "update T set F = null where rowid = 52985";
Command "update T set F = null where rowid = 17061";
Command "update T set F = null where rowid = 41349";
Command "update T set F = null where rowid = 11133";
Command "update T set F = null where rowid = 22065";
Command "update T set F = null where rowid = 41393";
Command "update T set F = null where rowid = 19114";
Command "update T set F = null where rowid = 6170";
Command "update T set F = null where rowid = 56632";
Command "update T set F = null where rowid = 26180";
Command "update T set F = null where rowid = 39525";
Command "update T set F = null where rowid = 45221";
Command "update T set F = null where rowid = 59589";
Command "update T set F = null where rowid = 2569";
Command "update T set F = null where rowid = 13452";
Command "update T set F = null where rowid = 43327";
Command "update T set F = null where rowid = 54141";
Command "update T set F = null where rowid = 19262";
Command "update T set F = null where rowid = 14664";
Command "update T set F = null where rowid = 55178";
Command "update T set F = null where rowid = 35607";
Command "update T set F = null where rowid = 38160";
Command "update T set F = null where rowid = 15391";
Command "update T set F = null where rowid = 6897";
Command "update T set F = null where rowid = 5772";
Command "update T set F = null where rowid = 29279";
Command "update T set F = null where rowid = 34855";
Command "update T set F = null where rowid = 47469";
Command "update T set F = null where rowid = 3009";
Command "update T set F = null where rowid = 9442";
Command "update T set F = null where rowid = 46223";
Command "update T set F = null where rowid = 57727";
Command "update T set F = null where rowid = 11358";
Command "update T set F = null where rowid = 42953";
Command "update T set F = null where rowid = 7278";
Command "update T set F = null where rowid = 18512";
Command "update T set F = null where rowid = 14738";
Command "update T set F = null where rowid = 40398";
Command "update T set F = null where rowid = 54160";
Command "update T set F = null where rowid = 17051";
Command "update T set F = null where rowid = 13395";
Command "update T set F = null where rowid = 55604";
Command "update T set F = null where rowid = 33623";
Command "update T set F = null where rowid = 22884";
Command "update T set F = null where rowid = 12231";
Command "update T set F = null where rowid = 43945";
Command "update T set F = null where rowid = 8461";
Command "update T set F = null where rowid = 14179";
Command "update T set F = null where rowid = 21216";
Command "update T set F = null where rowid = 23395";
Command "update T set F = null where rowid = 787";
Command "update T set F = null where rowid = 57067";
Command "update T set F = null where rowid = 21515";
Command "update T set F = null where rowid = 30268";
Command "update T set F = null where rowid = 5025";
Command "update T set F = null where rowid = 52219";
Command "update T set F = null where rowid = 35461";
Command "update T set F = null where rowid = 45235";
Command "update T set F = null where rowid = 59350";
Command "update T set F = null where rowid = 788";
Command "update T set F = null where rowid = 2522";
Command "update T set F = null where rowid = 35139";
Command "update T set F = null where rowid = 44215";
Command "update T set F = null where rowid = 36794";
Command "update T set F = null where rowid = 18667";
Command "update T set F = null where rowid = 20948";
Command "update T set F = null where rowid = 32689";
Command "update T set F = null where rowid = 11387";
Command "update T set F = null where rowid = 39356";
Command "update T set F = null where rowid = 51575";
Command "update T set F = null where rowid = 51573";
Command "update T set F = null where rowid = 43067";
Command "update T set F = null where rowid = 19546";
Command "update T set F = null where rowid = 8408";
Command "update T set F = null where rowid = 52833";
Command "update T set F = null where rowid = 34252";
Command "update T set F = null where rowid = 41277";
Command "update T set F = null where rowid = 30373";
Command "update T set F = null where rowid = 18931";
Command "update T set F = null where rowid = 10877";
Command "update T set F = null where rowid = 54101";
Command "update T set F = null where rowid = 60947";
Command "update T set F = null where rowid = 15028";
Command "update T set F = null where rowid = 22844";
Command "update T set F = null where rowid = 40011";
Command "update T set F = null where rowid = 5903";
Command "update T set F = null where rowid = 5001";
Command "update T set F = null where rowid = 2564";
Command "update T set F = null where rowid = 28395";
Command "update T set F = null where rowid = 15568";
Command "update T set F = null where rowid = 36503";
Command "update T set F = null where rowid = 26567";
Command "update T set F = null where rowid = 27116";
Command "update T set F = null where rowid = 57319";
Command "update T set F = null where rowid = 57396";
Command "update T set F = null where rowid = 47497";
Command "update T set F = null where rowid = 6473";
Command "update T set F = null where rowid = 51455";
Command "update T set F = null where rowid = 47806";
Command "update T set F = null where rowid = 25268";
Command "update T set F = null where rowid = 45621";
Command "update T set F = null where rowid = 60026";
Command "update T set F = null where rowid = 35076";
Command "update T set F = null where rowid = 53166";
Command "update T set F = null where rowid = 344";
Command "update T set F = null where rowid = 3790";
Command "update T set F = null where rowid = 6800";
Command "update T set F = null where rowid = 53384";
Command "update T set F = null where rowid = 49298";
Command "update T set F = null where rowid = 17091";
Command "update T set F = null where rowid = 23947";
Command "update T set F = null where rowid = 26329";
Command "update T set F = null where rowid = 45526";
Command "update T set F = null where rowid = 60531";
Command "update T set F = null where rowid = 38860";
Command "update T set F = null where rowid = 53656";
Command "update T set F = null where rowid = 47218";
Command "update T set F = null where rowid = 41400";
Command "update T set F = null where rowid = 17604";
Command "update T set F = null where rowid = 20764";
Command "update T set F = null where rowid = 1695";
Command "update T set F = null where rowid = 22243";
Command "update T set F = null where rowid = 50909";
Command "update T set F = null where rowid = 55358";
Command "update T set F = null where rowid = 14982";
Command "update T set F = null where rowid = 15636";
Command "update T set F = null where rowid = 35685";
Command "update T set F = null where rowid = 17281";
Command "update T set F = null where rowid = 6154";
Command "update T set F = null where rowid = 43268";
Command "update T set F = null where rowid = 43160";
Command "update T set F = null where rowid = 34823";
Command "update T set F = null where rowid = 57805";
Command "update T set F = null where rowid = 11760";
Command "update T set F = null where rowid = 22706";
Command "update T set F = null where rowid = 3297";
Command "update T set F = null where rowid = 7394";
Command "update T set F = null where rowid = 18521";
Command "update T set F = null where rowid = 29872";
Command "update T set F = null where rowid = 35546";
Command "update T set F = null where rowid = 4423";
Command "update T set F = null where rowid = 36064";
Command "update T set F = null where rowid = 17685";
Command "update T set F = null where rowid = 36461";
Command "update T set F = null where rowid = 36247";
Command "update T set F = null where rowid = 14217";
Command "update T set F = null where rowid = 3362";
Command "update T set F = null where rowid = 17475";
Command "update T set F = null where rowid = 1363";
Command "update T set F = null where rowid = 37946";
Command "update T set F = null where rowid = 59549";
Command "update T set F = null where rowid = 44404";
Command "update T set F = null where rowid = 19673";
Command "update T set F = null where rowid = 35645";
Command "update T set F = null where rowid = 51830";
Command "update T set F = null where rowid = 15268";
Command "update T set F = null where rowid = 30864";
Command "update T set F = null where rowid = 22782";
Command "update T set F = null where rowid = 17744";
Command "update T set F = null where rowid = 43896";
Command "update T set F = null where rowid = 16739";
Command "update T set F = null where rowid = 40767";
Command "update T set F = null where rowid = 20446";
Command "update T set F = null where rowid = 40501";
Command "update T set F = null where rowid = 51767";
Command "update T set F = null where rowid = 39847";
Command "update T set F = null where rowid = 57725";
Command "update T set F = null where rowid = 16169";
Command "update T set F = null where rowid = 915";
Command "update T set F = null where rowid = 19772";
Command "update T set F = null where rowid = 45870";
Command "update T set F = null where rowid = 42404";
Command "update T set F = null where rowid = 18113";
Command "update T set F = null where rowid = 48221";
Command "update T set F = null where rowid = 2231";
Command "update T set F = null where rowid = 16367";
Command "update T set F = null where rowid = 35001";
Command "update T set F = null where rowid = 9610";
Command "update T set F = null where rowid = 16605";
Command "update T set F = null where rowid = 24774";
Command "update T set F = null where rowid = 41200";
Command "update T set F = null where rowid = 49893";
Command "update T set F = null where rowid = 53594";
Command "update T set F = null where rowid = 11323";
Command "update T set F = null where rowid = 42432";
Command "update T set F = null where rowid = 58967";
Command "update T set F = null where rowid = 10268";
Command "update T set F = null where rowid = 50064";
Command "update T set F = null where rowid = 45494";
Command "update T set F = null where rowid = 55469";
Command "update T set F = null where rowid = 20014";
Command "update T set F = null where rowid = 55253";
Command "update T set F = null where rowid = 7515";
Command "update T set F = null where rowid = 9334";
Command "update T set F = null where rowid = 49605";
Command "update T set F = null where rowid = 6497";
Command "update T set F = null where rowid = 39047";
Command "update T set F = null where rowid = 58263";
Command "update T set F = null where rowid = 56789";
Command "update T set F = null where rowid = 10573";
Command "update T set F = null where rowid = 11352";
Command "update T set F = null where rowid = 11717";
Command "update T set F = null where rowid = 50109";
Command "update T set F = null where rowid = 26735";
Command "update T set F = null where rowid = 55929";
Command "update T set F = null where rowid = 43310";
Command "update T set F = null where rowid = 12209";
Command "update T set F = null where rowid = 5367";
Command "update T set F = null where rowid = 7661";
Command "update T set F = null where rowid = 4585";
Command "update T set F = null where rowid = 10593";
Command "update T set F = null where rowid = 20437";
Command "update T set F = null where rowid = 30267";
Command "update T set F = null where rowid = 28914";
Command "update T set F = null where rowid = 38262";
Command "update T set F = null where rowid = 15744";
Command "update T set F = null where rowid = 5262";
Command "update T set F = null where rowid = 15565";
Command "update T set F = null where rowid = 4889";
Command "update T set F = null where rowid = 60856";
Command "update T set F = null where rowid = 53817";
Command "update T set F = null where rowid = 21026";
Command "update T set F = null where rowid = 18736";
Command "update T set F = null where rowid = 19391";
Command "update T set F = null where rowid = 15776";
Command "update T set F = null where rowid = 37160";
Command "update T set F = null where rowid = 43195";
Command "update T set F = null where rowid = 38825";
Command "update T set F = null where rowid = 23860";
Command "update T set F = null where rowid = 29414";
Command "update T set F = null where rowid = 47675";
Command "update T set F = null where rowid = 8573";
Command "update T set F = null where rowid = 784";
Command "update T set F = null where rowid = 449";
Command "update T set F = null where rowid = 37043";
Command "update T set F = null where rowid = 41329";
Command "update T set F = null where rowid = 18017";
Command "update T set F = null where rowid = 2380";
Command "update T set F = null where rowid = 41511";
Command "update T set F = null where rowid = 39434";
Command "update T set F = null where rowid = 51631";
Command "update T set F = null where rowid = 3906";
Command "update T set F = null where rowid = 25749";
Command "update T set F = null where rowid = 35623";
Command "update T set F = null where rowid = 48341";
Command "update T set F = null where rowid = 46226";
Command "update T set F = null where rowid = 22556";
Command "update T set F = null where rowid = 41374";
Command "update T set F = null where rowid = 51927";
Command "update T set F = null where rowid = 49617";
Command "update T set F = null where rowid = 36544";
Command "update T set F = null where rowid = 8597";
Command "update T set F = null where rowid = 55741";
Command "update T set F = null where rowid = 2234";
Command "update T set F = null where rowid = 30034";
Command "update T set F = null where rowid = 58696";
Command "update T set F = null where rowid = 2418";
Command "update T set F = null where rowid = 54891";
Command "update T set F = null where rowid = 60610";
Command "update T set F = null where rowid = 51220";
Command "update T set F = null where rowid = 11867";
Command "update T set F = null where rowid = 4023";
Command "update T set F = null where rowid = 5022";
Command "update T set F = null where rowid = 142";
Command "update T set F = null where rowid = 54319";
Command "update T set F = null where rowid = 32043";
Command "update T set F = null where rowid = 53646";
Command "update T set F = null where rowid = 8653";
Command "update T set F = null where rowid = 16347";
Command "update T set F = null where rowid = 8094";
Command "update T set F = null where rowid = 59391";
Command "update T set F = null where rowid = 28363";
Command "update T set F = null where rowid = 60473";
Command "update T set F = null where rowid = 53228";
Command "update T set F = null where rowid = 18394";
Command "update T set F = null where rowid = 41356";
Command "update T set F = null where rowid = 41205";
Command "update T set F = null where rowid = 33481";
Command "update T set F = null where rowid = 35113";
Command "update T set F = null where rowid = 55482";
Command "update T set F = null where rowid = 12959";
Command "update T set F = null where rowid = 35475";
Command "update T set F = null where rowid = 7153";
Command "update T set F = null where rowid = 9896";
Command "update T set F = null where rowid = 16200";
Command "update T set F = null where rowid = 43799";
Command "update T set F = null where rowid = 9701";
Command "update T set F = null where rowid = 31321";
Command "update T set F = null where rowid = 10172";
Command "update T set F = null where rowid = 52909";
Command "update T set F = null where rowid = 19039";
Command "update T set F = null where rowid = 34328";
Command "update T set F = null where rowid = 4811";
Command "update T set F = null where rowid = 55872";
Command "update T set F = null where rowid = 46520";
Command "update T set F = null where rowid = 15304";
Command "update T set F = null where rowid = 15026";
Command "update T set F = null where rowid = 18120";
Command "update T set F = null where rowid = 29390";
Command "update T set F = null where rowid = 13888";
Command "update T set F = null where rowid = 31452";
Command "update T set F = null where rowid = 9572";
Command "update T set F = null where rowid = 49691";
Command "update T set F = null where rowid = 19418";
Command "update T set F = null where rowid = 12318";
Command "update T set F = null where rowid = 50284";
Command "update T set F = null where rowid = 47154";
Command "update T set F = null where rowid = 42807";
Command "update T set F = null where rowid = 3164";
Command "update T set F = null where rowid = 2305";
Command "update T set F = null where rowid = 16237";
Command "update T set F = null where rowid = 54268";
Command "update T set F = null where rowid = 56332";
Command "update T set F = null where rowid = 54535";
Command "update T set F = null where rowid = 45716";
Command "update T set F = null where rowid = 49966";
Command "update T set F = null where rowid = 30269";
Command "update T set F = null where rowid = 57375";
Command "update T set F = null where rowid = 5561";
Command "update T set F = null where rowid = 5083";
Command "update T set F = null where rowid = 27601";
Command "update T set F = null where rowid = 20015";
Command "update T set F = null where rowid = 52313";
Command "update T set F = null where rowid = 20499";
Command "update T set F = null where rowid = 37695";
Command "update T set F = null where rowid = 3598";
Command "update T set F = null where rowid = 52306";
Command "update T set F = null where rowid = 43917";
Command "update T set F = null where rowid = 28793";
Command "update T set F = null where rowid = 50316";
Command "update T set F = null where rowid = 21385";
Command "update T set F = null where rowid = 26972";
Command "update T set F = null where rowid = 24724";
Command "update T set F = null where rowid = 46669";
Command "update T set F = null where rowid = 13123";
Command "update T set F = null where rowid = 42662";
Command "update T set F = null where rowid = 50547";
Command "update T set F = null where rowid = 26852";
Command "update T set F = null where rowid = 33427";
Command "update T set F = null where rowid = 11520";
Command "update T set F = null where rowid = 59991";
Command "update T set F = null where rowid = 59952";
Command "update T set F = null where rowid = 37938";
Command "update T set F = null where rowid = 18237";
Command "update T set F = null where rowid = 24891";
Command "update T set F = null where rowid = 41047";
Command "update T set F = null where rowid = 12030";
Command "update T set F = null where rowid = 12431";
Command "update T set F = null where rowid = 59238";
Command "update T set F = null where rowid = 40229";
Command "update T set F = null where rowid = 17037";
Command "update T set F = null where rowid = 27685";
Command "update T set F = null where rowid = 52039";
Command "update T set F = null where rowid = 52012";
Command "update T set F = null where rowid = 11728";
Command "update T set F = null where rowid = 56363";
Command "update T set F = null where rowid = 54067";
Command "update T set F = null where rowid = 28025";
Command "update T set F = null where rowid = 11140";
Command "update T set F = null where rowid = 36708";
Command "update T set F = null where rowid = 4669";
Command "update T set F = null where rowid = 34514";
Command "update T set F = null where rowid = 58710";
Command "update T set F = null where rowid = 14251";
Command "update T set F = null where rowid = 53783";
Command "update T set F = null where rowid = 24658";
Command "update T set F = null where rowid = 15451";
Command "update T set F = null where rowid = 30774";
Command "update T set F = null where rowid = 28980";
Command "update T set F = null where rowid = 19608";
Command "update T set F = null where rowid = 5207";
Command "update T set F = null where rowid = 45382";
Command "update T set F = null where rowid = 52662";
Command "update T set F = null where rowid = 16919";
Command "update T set F = null where rowid = 1200";
Command "update T set F = null where rowid = 12061";
Command "update T set F = null where rowid = 36941";
Command "update T set F = null where rowid = 40326";
Command "update T set F = null where rowid = 23133";
Command "update T set F = null where rowid = 56648";
Command "update T set F = null where rowid = 14992";
Command "update T set F = null where rowid = 20742";
Command "update T set F = null where rowid = 3313";
Command "update T set F = null where rowid = 23049";
Command "update T set F = null where rowid = 53292";
Command "update T set F = null where rowid = 22142";
Command "update T set F = null where rowid = 4487";
Command "update T set F = null where rowid = 18520";
Command "update T set F = null where rowid = 31583";
Command "update T set F = null where rowid = 15939";
Command "update T set F = null where rowid = 26535";
Command "update T set F = null where rowid = 13937";
Command "update T set F = null where rowid = 37692";
Command "update T set F = null where rowid = 22225";
Command "update T set F = null where rowid = 2663";
Command "update T set F = null where rowid = 50747";
Command "update T set F = null where rowid = 56165";
Command "update T set F = null where rowid = 1051";
Command "update T set F = null where rowid = 42435";
Command "update T set F = null where rowid = 48060";
Command "update T set F = null where rowid = 44503";
Command "update T set F = null where rowid = 47886";
Command "update T set F = null where rowid = 18857";
Command "update T set F = null where rowid = 1901";
Command "update T set F = null where rowid = 34710";
Command "update T set F = null where rowid = 53946";
Command "update T set F = null where rowid = 8821";
Command "update T set F = null where rowid = 56587";
Command "update T set F = null where rowid = 46588";
Command "update T set F = null where rowid = 53622";
Command "update T set F = null where rowid = 878";
Command "update T set F = null where rowid = 28284";
Command "update T set F = null where rowid = 28946";
Command "update T set F = null where rowid = 60046";
Command "update T set F = null where rowid = 14660";
Command "update T set F = null where rowid = 34907";
Command "update T set F = null where rowid = 4134";
Command "update T set F = null where rowid = 13325";
Command "update T set F = null where rowid = 12002";
Command "update T set F = null where rowid = 26677";
Command "update T set F = null where rowid = 5515";
Command "update T set F = null where rowid = 50715";
Command "update T set F = null where rowid = 35497";
Command "update T set F = null where rowid = 47630";
Command "update T set F = null where rowid = 60975";
Command "update T set F = null where rowid = 17320";
Command "update T set F = null where rowid = 53712";
Command "update T set F = null where rowid = 42134";
Command "update T set F = null where rowid = 4348";
Command "update T set F = null where rowid = 22496";
Command "update T set F = null where rowid = 33744";
Command "update T set F = null where rowid = 22077";
Command "update T set F = null where rowid = 34431";
Command "update T set F = null where rowid = 59661";
Command "update T set F = null where rowid = 44137";
Command "update T set F = null where rowid = 60260";
Command "update T set F = null where rowid = 20665";
Command "update T set F = null where rowid = 6131";
Command "update T set F = null where rowid = 35237";
Command "update T set F = null where rowid = 53677";
Command "update T set F = null where rowid = 44017";
Command "update T set F = null where rowid = 58783";
Command "update T set F = null where rowid = 35098";
Command "update T set F = null where rowid = 48576";
Command "update T set F = null where rowid = 30587";
Command "update T set F = null where rowid = 23892";
Command "update T set F = null where rowid = 4296";
Command "update T set F = null where rowid = 12172";
Command "update T set F = null where rowid = 51761";
Command "update T set F = null where rowid = 59997";
Command "update T set F = null where rowid = 10528";
Command "update T set F = null where rowid = 6463";
Command "update T set F = null where rowid = 22907";
Command "update T set F = null where rowid = 36032";
Command "update T set F = null where rowid = 43960";
Command "update T set F = null where rowid = 38615";
Command "update T set F = null where rowid = 16430";
Command "update T set F = null where rowid = 12039";
Command "update T set F = null where rowid = 10426";
Command "update T set F = null where rowid = 19571";
Command "update T set F = null where rowid = 20844";
Command "update T set F = null where rowid = 5278";
Command "update T set F = null where rowid = 59483";
Command "update T set F = null where rowid = 44934";
Command "update T set F = null where rowid = 33529";
Command "update T set F = null where rowid = 42513";
Command "update T set F = null where rowid = 47060";
Command "update T set F = null where rowid = 38556";
Command "update T set F = null where rowid = 59386";
Command "update T set F = null where rowid = 10880";
Command "update T set F = null where rowid = 11830";
Command "update T set F = null where rowid = 29913";
Command "update T set F = null where rowid = 33102";
Command "update T set F = null where rowid = 20619";
Command "update T set F = null where rowid = 26945";
Command "update T set F = null where rowid = 39451";
Command "update T set F = null where rowid = 35832";
Command "update T set F = null where rowid = 49640";
Command "update T set F = null where rowid = 23690";
Command "update T set F = null where rowid = 46986";
Command "update T set F = null where rowid = 46732";
Command "update T set F = null where rowid = 33348";
Command "update T set F = null where rowid = 28200";
Command "update T set F = null where rowid = 6041";
Command "update T set F = null where rowid = 60056";
Command "update T set F = null where rowid = 9280";
Command "update T set F = null where rowid = 56291";
Command "update T set F = null where rowid = 44096";
Command "update T set F = null where rowid = 9695";
Command "update T set F = null where rowid = 18449";
Command "update T set F = null where rowid = 42119";
Command "update T set F = null where rowid = 44450";
Command "update T set F = null where rowid = 60474";
Command "update T set F = null where rowid = 51021";
Command "update T set F = null where rowid = 31384";
Command "update T set F = null where rowid = 57413";
Command "update T set F = null where rowid = 44832";
Command "update T set F = null where rowid = 52600";
Command "update T set F = null where rowid = 36560";
Command "update T set F = null where rowid = 30971";
Command "update T set F = null where rowid = 50917";
Command "update T set F = null where rowid = 30765";
Command "update T set F = null where rowid = 42426";
Command "update T set F = null where rowid = 50897";
Command "update T set F = null where rowid = 39232";
Command "update T set F = null where rowid = 4206";
Command "update T set F = null where rowid = 44774";
Command "update T set F = null where rowid = 11582";
Command "update T set F = null where rowid = 10894";
Command "update T set F = null where rowid = 40571";
Command "update T set F = null where rowid = 46038";
Command "update T set F = null where rowid = 53977";
Command "update T set F = null where rowid = 46496";
Command "update T set F = null where rowid = 29613";
Command "update T set F = null where rowid = 54988";
Command "update T set F = null where rowid = 52359";
Command "update T set F = null where rowid = 2855";
Command "update T set F = null where rowid = 37011";
Command "update T set F = null where rowid = 4667";
Command "update T set F = null where rowid = 35569";
Command "update T set F = null where rowid = 34139";
Command "update T set F = null where rowid = 53604";
Command "update T set F = null where rowid = 10490";
Command "update T set F = null where rowid = 8553";
Command "update T set F = null where rowid = 48777";
Command "update T set F = null where rowid = 24530";
Command "update T set F = null where rowid = 24887";
Command "update T set F = null where rowid = 37047";
Command "update T set F = null where rowid = 18724";
Command "update T set F = null where rowid = 17838";
Command "update T set F = null where rowid = 48705";
Command "update T set F = null where rowid = 34157";
Command "update T set F = null where rowid = 45474";
Command "update T set F = null where rowid = 54422";
Command "update T set F = null where rowid = 58662";
Command "update T set F = null where rowid = 59009";
Command "update T set F = null where rowid = 36566";
Command "update T set F = null where rowid = 14211";
Command "update T set F = null where rowid = 11518";
Command "update T set F = null where rowid = 50348";
Command "update T set F = null where rowid = 20016";
Command "update T set F = null where rowid = 31555";
Command "update T set F = null where rowid = 56492";
Command "update T set F = null where rowid = 31374";
Command "update T set F = null where rowid = 52053";
Command "update T set F = null where rowid = 5293";
Command "update T set F = null where rowid = 33868";
Command "update T set F = null where rowid = 13530";
Command "update T set F = null where rowid = 39655";
Command "update T set F = null where rowid = 30218";
Command "update T set F = null where rowid = 23496";
Command "update T set F = null where rowid = 51141";
Command "update T set F = null where rowid = 43132";
Command "update T set F = null where rowid = 4703";
Command "update T set F = null where rowid = 33137";
Command "update T set F = null where rowid = 54370";
Command "update T set F = null where rowid = 43616";
Command "update T set F = null where rowid = 36515";
Command "update T set F = null where rowid = 26208";
Command "update T set F = null where rowid = 36043";
Command "update T set F = null where rowid = 19106";
Command "update T set F = null where rowid = 47743";
Command "update T set F = null where rowid = 42055";
Command "update T set F = null where rowid = 7940";
Command "update T set F = null where rowid = 2685";
Command "update T set F = null where rowid = 12273";
Command "update T set F = null where rowid = 41507";
Command "update T set F = null where rowid = 12478";
Command "update T set F = null where rowid = 29567";
Command "update T set F = null where rowid = 9967";
Command "update T set F = null where rowid = 1125";
Command "update T set F = null where rowid = 53486";
Command "update T set F = null where rowid = 61457";
Command "update T set F = null where rowid = 15103";
Command "update T set F = null where rowid = 2994";
Command "update T set F = null where rowid = 53186";
Command "update T set F = null where rowid = 9699";
Command "update T set F = null where rowid = 19681";
Command "update T set F = null where rowid = 36234";
Command "update T set F = null where rowid = 58116";
Command "update T set F = null where rowid = 45231";
Command "update T set F = null where rowid = 27967";
Command "update T set F = null where rowid = 49267";
Command "update T set F = null where rowid = 38230";
Command "update T set F = null where rowid = 39084";
Command "update T set F = null where rowid = 12617";
Command "update T set F = null where rowid = 16500";
Command "update T set F = null where rowid = 41631";
Command "update T set F = null where rowid = 17486";
Command "update T set F = null where rowid = 31309";
Command "update T set F = null where rowid = 29758";
Command "update T set F = null where rowid = 56461";
Command "update T set F = null where rowid = 53617";
Command "update T set F = null where rowid = 45150";
Command "update T set F = null where rowid = 43658";
Command "update T set F = null where rowid = 45827";
Command "update T set F = null where rowid = 5094";
Command "update T set F = null where rowid = 38237";
Command "update T set F = null where rowid = 37819";
Command "update T set F = null where rowid = 48164";
Command "update T set F = null where rowid = 1853";
Command "update T set F = null where rowid = 13003";
Command "update T set F = null where rowid = 22321";
Command "update T set F = null where rowid = 8222";
Command "update T set F = null where rowid = 222";
Command "update T set F = null where rowid = 11124";
Command "update T set F = null where rowid = 45303";
Command "update T set F = null where rowid = 265";
Command "update T set F = null where rowid = 13203";
Command "update T set F = null where rowid = 17568";
Command "update T set F = null where rowid = 32674";
Command "update T set F = null where rowid = 6549";
Command "update T set F = null where rowid = 52924";
Command "update T set F = null where rowid = 36042";
Command "update T set F = null where rowid = 26198";
Command "update T set F = null where rowid = 39161";
Command "update T set F = null where rowid = 11403";
Command "update T set F = null where rowid = 14126";
Command "update T set F = null where rowid = 21749";
Command "update T set F = null where rowid = 16102";
Command "update T set F = null where rowid = 2219";
Command "update T set F = null where rowid = 19045";
Command "update T set F = null where rowid = 35006";
Command "update T set F = null where rowid = 33715";
Command "update T set F = null where rowid = 44303";
Command "update T set F = null where rowid = 21193";
Command "update T set F = null where rowid = 49726";
Command "update T set F = null where rowid = 14689";
Command "update T set F = null where rowid = 27483";
Command "update T set F = null where rowid = 35136";
Command "update T set F = null where rowid = 22758";
Command "update T set F = null where rowid = 55244";
Command "update T set F = null where rowid = 19588";
Command "update T set F = null where rowid = 29352";
Command "update T set F = null where rowid = 46254";
Command "update T set F = null where rowid = 49828";
Command "update T set F = null where rowid = 42288";
Command "update T set F = null where rowid = 37395";
Command "update T set F = null where rowid = 6396";
Command "update T set F = null where rowid = 39067";
Command "update T set F = null where rowid = 761";
Command "update T set F = null where rowid = 30313";
Command "update T set F = null where rowid = 4407";
Command "update T set F = null where rowid = 28135";
Command "update T set F = null where rowid = 22526";
Command "update T set F = null where rowid = 20583";
Command "update T set F = null where rowid = 56919";
Command "update T set F = null where rowid = 14538";
Command "update T set F = null where rowid = 15922";
Command "update T set F = null where rowid = 11338";
Command "update T set F = null where rowid = 26173";
Command "update T set F = null where rowid = 21271";
Command "update T set F = null where rowid = 34002";
Command "update T set F = null where rowid = 38969";
Command "update T set F = null where rowid = 23459";
Command "update T set F = null where rowid = 42890";
Command "update T set F = null where rowid = 23061";
Command "update T set F = null where rowid = 45945";
Command "update T set F = null where rowid = 20210";
Command "update T set F = null where rowid = 24443";
Command "update T set F = null where rowid = 14159";
Command "update T set F = null where rowid = 30856";
Command "update T set F = null where rowid = 26867";
Command "update T set F = null where rowid = 55236";
Command "update T set F = null where rowid = 45038";
Command "update T set F = null where rowid = 58849";
Command "update T set F = null where rowid = 43441";
Command "update T set F = null where rowid = 50238";
Command "update T set F = null where rowid = 53557";
Command "update T set F = null where rowid = 6488";
Command "update T set F = null where rowid = 10783";
Command "update T set F = null where rowid = 43138";
Command "update T set F = null where rowid = 18067";
Command "update T set F = null where rowid = 12913";
Command "update T set F = null where rowid = 32150";
Command "update T set F = null where rowid = 23615";
Command "update T set F = null where rowid = 56119";
Command "update T set F = null where rowid = 31191";
Command "update T set F = null where rowid = 5003";
Command "update T set F = null where rowid = 59356";
Command "update T set F = null where rowid = 3586";
Command "update T set F = null where rowid = 12364";
Command "update T set F = null where rowid = 46440";
Command "update T set F = null where rowid = 24402";
Command "update T set F = null where rowid = 50944";
Command "update T set F = null where rowid = 36076";
Command "update T set F = null where rowid = 46248";
Command "update T set F = null where rowid = 19011";
Command "update T set F = null where rowid = 52396";
Command "update T set F = null where rowid = 24083";
Command "update T set F = null where rowid = 46272";
Command "update T set F = null where rowid = 28756";
Command "update T set F = null where rowid = 23028";
Command "update T set F = null where rowid = 35946";
Command "update T set F = null where rowid = 46611";
Command "update T set F = null where rowid = 30127";
Command "update T set F = null where rowid = 9134";
Command "update T set F = null where rowid = 32211";
Command "update T set F = null where rowid = 3866";
Command "update T set F = null where rowid = 33158";
Command "update T set F = null where rowid = 36039";
Command "update T set F = null where rowid = 46597";
Command "update T set F = null where rowid = 41963";
Command "update T set F = null where rowid = 59131";
Command "update T set F = null where rowid = 28169";
Command "update T set F = null where rowid = 22924";
Command "update T set F = null where rowid = 29801";
Command "update T set F = null where rowid = 20158";
Command "update T set F = null where rowid = 14230";
Command "update T set F = null where rowid = 8637";
Command "update T set F = null where rowid = 35209";
Command "update T set F = null where rowid = 11832";
Command "update T set F = null where rowid = 52403";
Command "update T set F = null where rowid = 30002";
Command "update T set F = null where rowid = 22583";
Command "update T set F = null where rowid = 37624";
Command "update T set F = null where rowid = 20582";
Command "update T set F = null where rowid = 43773";
Command "update T set F = null where rowid = 29707";
Command "update T set F = null where rowid = 27995";
Command "update T set F = null where rowid = 21358";
Command "update T set F = null where rowid = 8811";
Command "update T set F = null where rowid = 36183";
Command "update T set F = null where rowid = 46939";
Command "update T set F = null where rowid = 43610";
Command "update T set F = null where rowid = 59431";
Command "update T set F = null where rowid = 20642";
Command "update T set F = null where rowid = 32890";
Command "update T set F = null where rowid = 13113";
Command "update T set F = null where rowid = 49725";
Command "update T set F = null where rowid = 18794";
Command "update T set F = null where rowid = 31534";
Command "update T set F = null where rowid = 50370";
Command "update T set F = null where rowid = 16040";
Command "update T set F = null where rowid = 28787";
Command "update T set F = null where rowid = 5638";
Command "update T set F = null where rowid = 26394";
Command "update T set F = null where rowid = 34854";
Command "update T set F = null where rowid = 30356";
Command "update T set F = null where rowid = 1694";
Command "update T set F = null where rowid = 54875";
Command "update T set F = null where rowid = 56151";
Command "update T set F = null where rowid = 45485";
Command "update T set F = null where rowid = 43521";
Command "update T set F = null where rowid = 34295";
Command "update T set F = null where rowid = 23267";
Command "update T set F = null where rowid = 12306";
Command "update T set F = null where rowid = 23596";
Command "update T set F = null where rowid = 9879";
Command "update T set F = null where rowid = 18339";
Command "update T set F = null where rowid = 5730";
Command "update T set F = null where rowid = 35517";
Command "update T set F = null where rowid = 37334";
Command "update T set F = null where rowid = 33661";
Command "update T set F = null where rowid = 45217";
Command "update T set F = null where rowid = 55134";
Command "update T set F = null where rowid = 53555";
Command "update T set F = null where rowid = 27826";
Command "update T set F = null where rowid = 41392";
Command "update T set F = null where rowid = 47903";
Command "update T set F = null where rowid = 4096";
Command "update T set F = null where rowid = 19165";
Command "update T set F = null where rowid = 31130";
Command "update T set F = null where rowid = 22684";
Command "update T set F = null where rowid = 13845";
Command "update T set F = null where rowid = 17831";
Command "update T set F = null where rowid = 29898";
Command "update T set F = null where rowid = 6441";
Command "update T set F = null where rowid = 15738";
Command "update T set F = null where rowid = 44272";
Command "update T set F = null where rowid = 3357";
Command "update T set F = null where rowid = 46411";
Command "update T set F = null where rowid = 55073";
Command "update T set F = null where rowid = 12922";
Command "update T set F = null where rowid = 37193";
Command "update T set F = null where rowid = 1103";
Command "update T set F = null where rowid = 52390";
Command "update T set F = null where rowid = 53167";
Command "update T set F = null where rowid = 41046";
Command "update T set F = null where rowid = 10921";
Command "update T set F = null where rowid = 13816";
Command "update T set F = null where rowid = 32117";
Command "update T set F = null where rowid = 7830";
Command "update T set F = null where rowid = 60442";
Command "update T set F = null where rowid = 57793";
Command "update T set F = null where rowid = 11105";
Command "update T set F = null where rowid = 56484";
Command "update T set F = null where rowid = 38629";
Command "update T set F = null where rowid = 24316";
Command "update T set F = null where rowid = 13287";
Command "update T set F = null where rowid = 41991";
Command "update T set F = null where rowid = 57998";
Command "update T set F = null where rowid = 50817";
Command "update T set F = null where rowid = 58484";
Command "update T set F = null where rowid = 14009";
Command "update T set F = null where rowid = 57818";
Command "update T set F = null where rowid = 6286";
Command "update T set F = null where rowid = 2667";
Command "update T set F = null where rowid = 17974";
Command "update T set F = null where rowid = 19120";
Command "update T set F = null where rowid = 25830";
Command "update T set F = null where rowid = 16657";
Command "update T set F = null where rowid = 15561";
Command "update T set F = null where rowid = 25299";
Command "update T set F = null where rowid = 18190";
Command "update T set F = null where rowid = 34056";
Command "update T set F = null where rowid = 28118";
Command "update T set F = null where rowid = 44678";
Command "update T set F = null where rowid = 50766";
Command "update T set F = null where rowid = 58956";
Command "update T set F = null where rowid = 85";
Command "update T set F = null where rowid = 54161";
Command "update T set F = null where rowid = 55924";
Command "update T set F = null where rowid = 13096";
Command "update T set F = null where rowid = 25263";
Command "update T set F = null where rowid = 16773";
Command "update T set F = null where rowid = 7422";
Command "update T set F = null where rowid = 39613";
Command "update T set F = null where rowid = 24456";
Command "update T set F = null where rowid = 38139";
Command "update T set F = null where rowid = 12182";
Command "update T set F = null where rowid = 56708";
Command "update T set F = null where rowid = 32835";
Command "update T set F = null where rowid = 12041";
Command "update T set F = null where rowid = 40404";
Command "update T set F = null where rowid = 38157";
Command "update T set F = null where rowid = 27962";
Command "update T set F = null where rowid = 52223";
Command "update T set F = null where rowid = 21711";
Command "update T set F = null where rowid = 59002";
Command "update T set F = null where rowid = 23662";
Command "update T set F = null where rowid = 29321";
Command "update T set F = null where rowid = 44364";
Command "update T set F = null where rowid = 21748";
Command "update T set F = null where rowid = 27171";
Command "update T set F = null where rowid = 41766";
Command "update T set F = null where rowid = 16862";
Command "update T set F = null where rowid = 34580";
Command "update T set F = null where rowid = 43087";
Command "update T set F = null where rowid = 48445";
Command "update T set F = null where rowid = 37779";
Command "update T set F = null where rowid = 6093";
Command "update T set F = null where rowid = 58092";
Command "update T set F = null where rowid = 27360";
Command "update T set F = null where rowid = 6225";
Command "update T set F = null where rowid = 937";
Command "update T set F = null where rowid = 41757";
Command "update T set F = null where rowid = 49001";
Command "update T set F = null where rowid = 47511";
Command "update T set F = null where rowid = 60287";
Command "update T set F = null where rowid = 50443";
Command "update T set F = null where rowid = 32084";
Command "update T set F = null where rowid = 37468";
Command "update T set F = null where rowid = 1741";
Command "update T set F = null where rowid = 23125";
Command "update T set F = null where rowid = 48901";
Command "update T set F = null where rowid = 56120";
Command "update T set F = null where rowid = 58225";
Command "update T set F = null where rowid = 24772";
Command "update T set F = null where rowid = 50999";
Command "update T set F = null where rowid = 8871";
Command "update T set F = null where rowid = 48686";
Command "update T set F = null where rowid = 36366";
Command "update T set F = null where rowid = 48627";
Command "update T set F = null where rowid = 44561";
Command "update T set F = null where rowid = 2330";
Command "update T set F = null where rowid = 31629";
Command "update T set F = null where rowid = 12386";
Command "update T set F = null where rowid = 11188";
Command "update T set F = null where rowid = 35535";
Command "update T set F = null where rowid = 38247";
Command "update T set F = null where rowid = 24804";
Command "update T set F = null where rowid = 5693";
Command "update T set F = null where rowid = 37631";
Command "update T set F = null where rowid = 12342";
Command "update T set F = null where rowid = 17638";
Command "update T set F = null where rowid = 47507";
Command "update T set F = null where rowid = 1630";
Command "update T set F = null where rowid = 27752";
Command "update T set F = null where rowid = 18440";
Command "update T set F = null where rowid = 54298";
Command "update T set F = null where rowid = 32589";
Command "update T set F = null where rowid = 34223";
Command "update T set F = null where rowid = 22505";
Command "update T set F = null where rowid = 48716";
Command "update T set F = null where rowid = 29747";
Command "update T set F = null where rowid = 20364";
Command "update T set F = null where rowid = 13249";
Command "update T set F = null where rowid = 11006";
Command "update T set F = null where rowid = 3935";
Command "update T set F = null where rowid = 1650";
Command "update T set F = null where rowid = 57903";
Command "update T set F = null where rowid = 51013";
Command "update T set F = null where rowid = 44463";
Command "update T set F = null where rowid = 2641";
Command "update T set F = null where rowid = 12432";
Command "update T set F = null where rowid = 53452";
Command "update T set F = null where rowid = 43624";
Command "update T set F = null where rowid = 40813";
Command "update T set F = null where rowid = 41781";
Command "update T set F = null where rowid = 11658";
Command "update T set F = null where rowid = 21231";
Command "update T set F = null where rowid = 47977";
Command "update T set F = null where rowid = 27528";
Command "update T set F = null where rowid = 45003";
Command "update T set F = null where rowid = 55745";
Command "update T set F = null where rowid = 43990";
Command "update T set F = null where rowid = 6788";
Command "update T set F = null where rowid = 59917";
Command "update T set F = null where rowid = 44030";
Command "update T set F = null where rowid = 55397";
Command "update T set F = null where rowid = 8327";
Command "update T set F = null where rowid = 58488";
Command "update T set F = null where rowid = 5749";
Command "update T set F = null where rowid = 35038";
Command "update T set F = null where rowid = 20183";
Command "update T set F = null where rowid = 46019";
Command "update T set F = null where rowid = 54667";
Command "update T set F = null where rowid = 29239";
Command "update T set F = null where rowid = 17454";
Command "update T set F = null where rowid = 32220";
Command "update T set F = null where rowid = 12807";
Command "update T set F = null where rowid = 7380";
Command "update T set F = null where rowid = 25122";
Command "update T set F = null where rowid = 27719";
Command "update T set F = null where rowid = 51496";
Command "update T set F = null where rowid = 1573";
Command "update T set F = null where rowid = 29538";
Command "update T set F = null where rowid = 19336";
Command "update T set F = null where rowid = 14049";
Command "update T set F = null where rowid = 46542";
Command "update T set F = null where rowid = 57794";
Command "update T set F = null where rowid = 25313";
Command "update T set F = null where rowid = 54967";
Command "update T set F = null where rowid = 54129";
Command "update T set F = null where rowid = 57518";
Command "update T set F = null where rowid = 56162";
Command "update T set F = null where rowid = 13075";
Command "update T set F = null where rowid = 46754";
Command "update T set F = null where rowid = 47989";
Command "update T set F = null where rowid = 39188";
Command "update T set F = null where rowid = 44355";
Command "update T set F = null where rowid = 60758";
Command "update T set F = null where rowid = 44216";
Command "update T set F = null where rowid = 35502";
Command "update T set F = null where rowid = 5799";
Command "update T set F = null where rowid = 58918";
Command "update T set F = null where rowid = 12796";
Command "update T set F = null where rowid = 23711";
Command "update T set F = null where rowid = 39387";
Command "update T set F = null where rowid = 23562";
Command "update T set F = null where rowid = 51413";
Command "update T set F = null where rowid = 31208";
Command "update T set F = null where rowid = 3199";
Command "update T set F = null where rowid = 55478";
Command "update T set F = null where rowid = 1633";
Command "update T set F = null where rowid = 46544";
Command "update T set F = null where rowid = 53380";
Command "update T set F = null where rowid = 45027";
Command "update T set F = null where rowid = 10908";
Command "update T set F = null where rowid = 45478";
Command "update T set F = null where rowid = 59279";
Command "update T set F = null where rowid = 37275";
Command "update T set F = null where rowid = 53823";
Command "update T set F = null where rowid = 8636";
Command "update T set F = null where rowid = 4010";
Command "update T set F = null where rowid = 33086";
Command "update T set F = null where rowid = 61437";
Command "update T set F = null where rowid = 33935";
Command "update T set F = null where rowid = 55327";
Command "update T set F = null where rowid = 45301";
Command "update T set F = null where rowid = 13103";
Command "update T set F = null where rowid = 30577";
Command "update T set F = null where rowid = 30827";
Command "update T set F = null where rowid = 48779";
Command "update T set F = null where rowid = 33098";
Command "update T set F = null where rowid = 12791";
Command "update T set F = null where rowid = 27777";
Command "update T set F = null where rowid = 11669";
Command "update T set F = null where rowid = 31947";
Command "update T set F = null where rowid = 6053";
Command "update T set F = null where rowid = 8279";
Command "update T set F = null where rowid = 56554";
Command "update T set F = null where rowid = 41683";
Command "update T set F = null where rowid = 25262";
Command "update T set F = null where rowid = 23716";
Command "update T set F = null where rowid = 28056";
Command "update T set F = null where rowid = 4521";
Command "update T set F = null where rowid = 60511";
Command "update T set F = null where rowid = 9684";
Command "update T set F = null where rowid = 1672";
Command "update T set F = null where rowid = 18400";
Command "update T set F = null where rowid = 57809";
Command "update T set F = null where rowid = 37156";
Command "update T set F = null where rowid = 43880";
Command "update T set F = null where rowid = 60978";
Command "update T set F = null where rowid = 55884";
Command "update T set F = null where rowid = 26279";
Command "update T set F = null where rowid = 22474";
Command "update T set F = null where rowid = 39243";
Command "update T set F = null where rowid = 49315";
Command "update T set F = null where rowid = 54373";
Command "update T set F = null where rowid = 58706";
Command "update T set F = null where rowid = 25801";
Command "update T set F = null where rowid = 26179";
Command "update T set F = null where rowid = 18577";
Command "update T set F = null where rowid = 45941";
Command "update T set F = null where rowid = 41764";
Command "update T set F = null where rowid = 33508";
Command "update T set F = null where rowid = 22504";
Command "update T set F = null where rowid = 30506";
Command "update T set F = null where rowid = 29563";
Command "update T set F = null where rowid = 44551";
Command "update T set F = null where rowid = 4495";
Command "update T set F = null where rowid = 59978";
Command "update T set F = null where rowid = 60867";
Command "update T set F = null where rowid = 29210";
Command "update T set F = null where rowid = 55369";
Command "update T set F = null where rowid = 3213";
Command "update T set F = null where rowid = 34087";
Command "update T set F = null where rowid = 33230";
Command "update T set F = null where rowid = 57112";
Command "update T set F = null where rowid = 40691";
Command "update T set F = null where rowid = 44971";
Command "update T set F = null where rowid = 22276";
Command "update T set F = null where rowid = 3088";
Command "update T set F = null where rowid = 30099";
Command "update T set F = null where rowid = 48288";
Command "update T set F = null where rowid = 24332";
Command "update T set F = null where rowid = 37880";
Command "update T set F = null where rowid = 15689";
Command "update T set F = null where rowid = 40302";
Command "update T set F = null where rowid = 20219";
Command "update T set F = null where rowid = 36320";
Command "update T set F = null where rowid = 13158";
Command "update T set F = null where rowid = 84";
Command "update T set F = null where rowid = 49353";
Command "update T set F = null where rowid = 34237";
Command "update T set F = null where rowid = 22552";
Command "update T set F = null where rowid = 45765";
Command "update T set F = null where rowid = 24485";
Command "update T set F = null where rowid = 20401";
Command "update T set F = null where rowid = 5719";
Command "update T set F = null where rowid = 53972";
Command "update T set F = null where rowid = 44889";
Command "update T set F = null where rowid = 41092";
Command "update T set F = null where rowid = 8733";
Command "update T set F = null where rowid = 43883";
Command "update T set F = null where rowid = 51112";
Command "update T set F = null where rowid = 47943";
Command "update T set F = null where rowid = 4581";
Command "update T set F = null where rowid = 23645";
Command "update T set F = null where rowid = 36998";
Command "update T set F = null where rowid = 7931";
Command "update T set F = null where rowid = 41306";
Command "update T set F = null where rowid = 41547";
Command "update T set F = null where rowid = 54862";
Command "update T set F = null where rowid = 18229";
Command "update T set F = null where rowid = 22665";
Command "update T set F = null where rowid = 9172";
Command "update T set F = null where rowid = 44504";
Command "update T set F = null where rowid = 47836";
Command "update T set F = null where rowid = 33812";
Command "update T set F = null where rowid = 6841";
Command "update T set F = null where rowid = 21637";
Command "update T set F = null where rowid = 58914";
Command "update T set F = null where rowid = 50947";
Command "update T set F = null where rowid = 47892";
Command "update T set F = null where rowid = 40560";
Command "update T set F = null where rowid = 687";
Command "update T set F = null where rowid = 40860";
Command "update T set F = null where rowid = 17335";
Command "update T set F = null where rowid = 31740";
Command "update T set F = null where rowid = 53902";
Command "update T set F = null where rowid = 54496";
Command "update T set F = null where rowid = 31299";
Command "update T set F = null where rowid = 29627";
Command "update T set F = null where rowid = 18060";
Command "update T set F = null where rowid = 56503";
Command "update T set F = null where rowid = 45070";
Command "update T set F = null where rowid = 32902";
Command "update T set F = null where rowid = 28327";
Command "update T set F = null where rowid = 16014";
Command "update T set F = null where rowid = 39977";
Command "update T set F = null where rowid = 45849";
Command "update T set F = null where rowid = 41528";
Command "update T set F = null where rowid = 56850";
Command "update T set F = null where rowid = 6884";
Command "update T set F = null where rowid = 47870";
Command "update T set F = null where rowid = 7902";
Command "update T set F = null where rowid = 33447";
Command "update T set F = null where rowid = 36077";
Command "update T set F = null where rowid = 57478";
Command "update T set F = null where rowid = 49142";
Command "update T set F = null where rowid = 7005";
Command "update T set F = null where rowid = 24910";
Command "update T set F = null where rowid = 10599";
Command "update T set F = null where rowid = 42716";
Command "update T set F = null where rowid = 29552";
Command "update T set F = null where rowid = 43701";
Command "update T set F = null where rowid = 24616";
Command "update T set F = null where rowid = 35690";
Command "update T set F = null where rowid = 51875";
Command "update T set F = null where rowid = 10544";
Command "update T set F = null where rowid = 40156";
Command "update T set F = null where rowid = 24107";
Command "update T set F = null where rowid = 51843";
Command "update T set F = null where rowid = 57687";
Command "update T set F = null where rowid = 20058";
Command "update T set F = null where rowid = 55275";
Command "update T set F = null where rowid = 34831";
Command "update T set F = null where rowid = 54221";
Command "update T set F = null where rowid = 26165";
Command "update T set F = null where rowid = 27531";
Command "update T set F = null where rowid = 40141";
Command "update T set F = null where rowid = 49046";
Command "update T set F = null where rowid = 29813";
Command "update T set F = null where rowid = 3768";
Command "update T set F = null where rowid = 10392";
Command "update T set F = null where rowid = 8629";
Command "update T set F = null where rowid = 55284";
Command "update T set F = null where rowid = 58641";
Command "update T set F = null where rowid = 10395";
Command "update T set F = null where rowid = 11017";
Command "update T set F = null where rowid = 8759";
Command "update T set F = null where rowid = 43550";
Command "update T set F = null where rowid = 10079";
Command "update T set F = null where rowid = 6618";
Command "update T set F = null where rowid = 43632";
Command "update T set F = null where rowid = 41418";
Command "update T set F = null where rowid = 49880";
Command "update T set F = null where rowid = 6543";
Command "update T set F = null where rowid = 8867";
Command "update T set F = null where rowid = 30416";
Command "update T set F = null where rowid = 40782";
Command "update T set F = null where rowid = 5936";
Command "update T set F = null where rowid = 34561";
Command "update T set F = null where rowid = 22607";
Command "update T set F = null where rowid = 42173";
Command "update T set F = null where rowid = 23392";
Command "update T set F = null where rowid = 37556";
Command "update T set F = null where rowid = 40930";
Command "update T set F = null where rowid = 25673";
Command "update T set F = null where rowid = 11558";
Command "update T set F = null where rowid = 49265";
Command "update T set F = null where rowid = 26506";
Command "update T set F = null where rowid = 10957";
Command "update T set F = null where rowid = 11327";
Command "update T set F = null where rowid = 18612";
Command "update T set F = null where rowid = 20861";
Command "update T set F = null where rowid = 59361";
Command "update T set F = null where rowid = 3209";
Command "update T set F = null where rowid = 41337";
Command "update T set F = null where rowid = 4051";
Command "update T set F = null where rowid = 2389";
Command "update T set F = null where rowid = 44620";
Command "update T set F = null where rowid = 24573";
Command "update T set F = null where rowid = 12147";
Command "update T set F = null where rowid = 35854";
Command "update T set F = null where rowid = 42792";
Command "update T set F = null where rowid = 53042";
Command "update T set F = null where rowid = 59536";
Command "update T set F = null where rowid = 53859";
Command "update T set F = null where rowid = 7904";
Command "update T set F = null where rowid = 7552";
Command "update T set F = null where rowid = 57637";
Command "update T set F = null where rowid = 46733";
Command "update T set F = null where rowid = 15803";
Command "update T set F = null where rowid = 53390";
Command "update T set F = null where rowid = 46498";
Command "update T set F = null where rowid = 18656";
Command "update T set F = null where rowid = 58186";
Command "update T set F = null where rowid = 39871";
Command "update T set F = null where rowid = 21967";
Command "update T set F = null where rowid = 47610";
Command "update T set F = null where rowid = 26879";
Command "update T set F = null where rowid = 56650";
Command "update T set F = null where rowid = 1163";
Command "update T set F = null where rowid = 32605";
Command "update T set F = null where rowid = 57859";
Command "update T set F = null where rowid = 34257";
Command "update T set F = null where rowid = 48989";
Command "update T set F = null where rowid = 35949";
Command "update T set F = null where rowid = 8873";
Command "update T set F = null where rowid = 21107";
Command "update T set F = null where rowid = 3608";
Command "update T set F = null where rowid = 36523";
Command "update T set F = null where rowid = 43142";
Command "update T set F = null where rowid = 59567";
Command "update T set F = null where rowid = 16591";
Command "update T set F = null where rowid = 18275";
Command "update T set F = null where rowid = 46477";
Command "update T set F = null where rowid = 25484";
Command "update T set F = null where rowid = 56305";
Command "update T set F = null where rowid = 302";
Command "update T set F = null where rowid = 158";
Command "update T set F = null where rowid = 7793";
Command "update T set F = null where rowid = 45284";
Command "update T set F = null where rowid = 30024";
Command "update T set F = null where rowid = 1624";
Command "update T set F = null where rowid = 27906";
Command "update T set F = null where rowid = 9887";
Command "update T set F = null where rowid = 228";
Command "update T set F = null where rowid = 22404";
Command "update T set F = null where rowid = 30146";
Command "update T set F = null where rowid = 9230";
Command "update T set F = null where rowid = 6480";
Command "update T set F = null where rowid = 46505";
Command "update T set F = null where rowid = 9016";
Command "update T set F = null where rowid = 22581";
Command "update T set F = null where rowid = 19951";
Command "update T set F = null where rowid = 13834";
Command "update T set F = null where rowid = 4594";
Command "update T set F = null where rowid = 59281";
Command "update T set F = null where rowid = 56907";
Command "update T set F = null where rowid = 24955";
Command "update T set F = null where rowid = 23022";
Command "update T set F = null where rowid = 39263";
Command "update T set F = null where rowid = 50554";
Command "update T set F = null where rowid = 21513";
Command "update T set F = null where rowid = 44081";
Command "update T set F = null where rowid = 34695";
Command "update T set F = null where rowid = 58516";
Command "update T set F = null where rowid = 33656";
Command "update T set F = null where rowid = 4919";
Command "update T set F = null where rowid = 2681";
Command "update T set F = null where rowid = 37982";
Command "update T set F = null where rowid = 15034";
Command "update T set F = null where rowid = 9262";
Command "update T set F = null where rowid = 31582";
Command "update T set F = null where rowid = 35867";
Command "update T set F = null where rowid = 52726";
Command "update T set F = null where rowid = 27393";
Command "update T set F = null where rowid = 17385";
Command "update T set F = null where rowid = 27587";
Command "update T set F = null where rowid = 50029";
Command "update T set F = null where rowid = 53955";
Command "update T set F = null where rowid = 44337";
Command "update T set F = null where rowid = 54835";
Command "update T set F = null where rowid = 50529";
Command "update T set F = null where rowid = 27278";
Command "update T set F = null where rowid = 55664";
Command "update T set F = null where rowid = 35304";
Command "update T set F = null where rowid = 45435";
Command "update T set F = null where rowid = 1809";
Command "update T set F = null where rowid = 49460";
Command "update T set F = null where rowid = 60545";
Command "update T set F = null where rowid = 40384";
Command "update T set F = null where rowid = 20745";
Command "update T set F = null where rowid = 35282";
Command "update T set F = null where rowid = 13084";
Command "update T set F = null where rowid = 27261";
Command "update T set F = null where rowid = 28470";
Command "update T set F = null where rowid = 32215";
Command "update T set F = null where rowid = 25024";
Command "update T set F = null where rowid = 11398";
Command "update T set F = null where rowid = 54419";
Command "update T set F = null where rowid = 1702";
Command "update T set F = null where rowid = 21653";
Command "update T set F = null where rowid = 18815";
Command "update T set F = null where rowid = 5449";
Command "update T set F = null where rowid = 55300";
Command "update T set F = null where rowid = 47015";
Command "update T set F = null where rowid = 6438";
Command "update T set F = null where rowid = 57561";
Command "update T set F = null where rowid = 12334";
Command "update T set F = null where rowid = 58391";
Command "update T set F = null where rowid = 33333";
Command "update T set F = null where rowid = 17609";
Command "update T set F = null where rowid = 8779";
Command "update T set F = null where rowid = 8708";
Command "update T set F = null where rowid = 29740";
Command "update T set F = null where rowid = 41892";
Command "update T set F = null where rowid = 13550";
Command "update T set F = null where rowid = 26559";
Command "update T set F = null where rowid = 33734";
Command "update T set F = null where rowid = 39220";
Command "update T set F = null where rowid = 18922";
Command "update T set F = null where rowid = 40001";
Command "update T set F = null where rowid = 59774";
Command "update T set F = null where rowid = 28397";
Command "update T set F = null where rowid = 22304";
Command "update T set F = null where rowid = 46885";
Command "update T set F = null where rowid = 18008";
Command "update T set F = null where rowid = 40348";
Command "update T set F = null where rowid = 33470";
Command "update T set F = null where rowid = 9501";
Command "update T set F = null where rowid = 28053";
Command "update T set F = null where rowid = 52482";
Command "update T set F = null where rowid = 40272";
Command "update T set F = null where rowid = 29595";
Command "update T set F = null where rowid = 60700";
Command "update T set F = null where rowid = 38758";
Command "update T set F = null where rowid = 5006";
Command "update T set F = null where rowid = 27322";
Command "update T set F = null where rowid = 17570";
Command "update T set F = null where rowid = 22397";
Command "update T set F = null where rowid = 57703";
Command "update T set F = null where rowid = 59347";
Command "update T set F = null where rowid = 17491";
Command "update T set F = null where rowid = 2860";
Command "update T set F = null where rowid = 1420";
Command "update T set F = null where rowid = 13827";
Command "update T set F = null where rowid = 27714";
Command "update T set F = null where rowid = 1555";
Command "update T set F = null where rowid = 35063";
Command "update T set F = null where rowid = 50685";
Command "update T set F = null where rowid = 19665";
Command "update T set F = null where rowid = 55815";
Command "update T set F = null where rowid = 13472";
Command "update T set F = null where rowid = 59264";
Command "update T set F = null where rowid = 15753";
Command "update T set F = null where rowid = 30370";
Command "update T set F = null where rowid = 9755";
Command "update T set F = null where rowid = 58505";
Command "update T set F = null where rowid = 60191";
Command "update T set F = null where rowid = 53163";
Command "update T set F = null where rowid = 5211";
Command "update T set F = null where rowid = 32376";
Command "update T set F = null where rowid = 41605";
Command "update T set F = null where rowid = 23896";
Command "update T set F = null where rowid = 18489";
Command "update T set F = null where rowid = 51840";
Command "update T set F = null where rowid = 11894";
Command "update T set F = null where rowid = 38136";
Command "update T set F = null where rowid = 25876";
Command "update T set F = null where rowid = 24475";
Command "update T set F = null where rowid = 39918";
Command "update T set F = null where rowid = 25239";
Command "update T set F = null where rowid = 19658";
Command "update T set F = null where rowid = 61392";
Command "update T set F = null where rowid = 39959";
Command "update T set F = null where rowid = 5983";
Command "update T set F = null where rowid = 39806";
Command "update T set F = null where rowid = 54603";
Command "update T set F = null where rowid = 40755";
Command "update T set F = null where rowid = 24765";
Command "update T set F = null where rowid = 17245";
Command "update T set F = null where rowid = 3562";
Command "update T set F = null where rowid = 48946";
Command "update T set F = null where rowid = 16016";
Command "update T set F = null where rowid = 27506";
Command "update T set F = null where rowid = 61206";
Command "update T set F = null where rowid = 14586";
Command "update T set F = null where rowid = 34556";
Command "update T set F = null where rowid = 45295";
Command "update T set F = null where rowid = 18332";
Command "update T set F = null where rowid = 24258";
Command "update T set F = null where rowid = 12826";
Command "update T set F = null where rowid = 3846";
Command "update T set F = null where rowid = 22167";
Command "update T set F = null where rowid = 3251";
Command "update T set F = null where rowid = 47685";
Command "update T set F = null where rowid = 33196";
Command "update T set F = null where rowid = 5801";
Command "update T set F = null where rowid = 51116";
Command "update T set F = null where rowid = 48396";
Command "update T set F = null where rowid = 15474";
Command "update T set F = null where rowid = 40388";
Command "update T set F = null where rowid = 56208";
Command "update T set F = null where rowid = 47262";
Command "update T set F = null where rowid = 17158";
Command "update T set F = null where rowid = 39092";
Command "update T set F = null where rowid = 57368";
Command "update T set F = null where rowid = 14386";
Command "update T set F = null where rowid = 58643";
Command "update T set F = null where rowid = 54278";
Command "update T set F = null where rowid = 54679";
Command "update T set F = null where rowid = 28311";
Command "update T set F = null where rowid = 6057";
Command "update T set F = null where rowid = 47982";
Command "update T set F = null where rowid = 54498";
Command "update T set F = null where rowid = 26880";
Command "update T set F = null where rowid = 49815";
Command "update T set F = null where rowid = 1890";
Command "update T set F = null where rowid = 46318";
Command "update T set F = null where rowid = 55552";
Command "update T set F = null where rowid = 10990";
Command "update T set F = null where rowid = 60812";
Command "update T set F = null where rowid = 54494";
Command "update T set F = null where rowid = 8985";
Command "update T set F = null where rowid = 29830";
Command "update T set F = null where rowid = 15563";
Command "update T set F = null where rowid = 24429";
Command "update T set F = null where rowid = 41676";
Command "update T set F = null where rowid = 11688";
Command "update T set F = null where rowid = 13419";
Command "update T set F = null where rowid = 22562";
Command "update T set F = null where rowid = 30110";
Command "update T set F = null where rowid = 9071";
Command "update T set F = null where rowid = 55142";
Command "update T set F = null where rowid = 2721";
Command "update T set F = null where rowid = 59719";
Command "update T set F = null where rowid = 35396";
Command "update T set F = null where rowid = 12534";
Command "update T set F = null where rowid = 8398";
Command "update T set F = null where rowid = 10538";
Command "update T set F = null where rowid = 5594";
Command "update T set F = null where rowid = 6929";
Command "update T set F = null where rowid = 12684";
Command "update T set F = null where rowid = 42356";
Command "update T set F = null where rowid = 58295";
Command "update T set F = null where rowid = 61484";
Command "update T set F = null where rowid = 7813";
Command "update T set F = null where rowid = 52613";
Command "update T set F = null where rowid = 51768";
Command "update T set F = null where rowid = 23687";
Command "update T set F = null where rowid = 27886";
Command "update T set F = null where rowid = 56961";
Command "update T set F = null where rowid = 31303";
Command "update T set F = null where rowid = 37701";
Command "update T set F = null where rowid = 29047";
Command "update T set F = null where rowid = 37005";
Command "update T set F = null where rowid = 39397";
Command "update T set F = null where rowid = 30811";
Command "update T set F = null where rowid = 16876";
Command "update T set F = null where rowid = 19876";
Command "update T set F = null where rowid = 59551";
Command "update T set F = null where rowid = 11473";
Command "update T set F = null where rowid = 17817";
Command "update T set F = null where rowid = 51539";
Command "update T set F = null where rowid = 38926";
Command "update T set F = null where rowid = 58713";
Command "update T set F = null where rowid = 10382";
Command "update T set F = null where rowid = 8241";
Command "update T set F = null where rowid = 40351";
Command "update T set F = null where rowid = 11675";
Command "update T set F = null where rowid = 55226";
Command "update T set F = null where rowid = 22481";
Command "update T set F = null where rowid = 960";
Command "update T set F = null where rowid = 17000";
Command "update T set F = null where rowid = 14666";
Command "update T set F = null where rowid = 19678";
Command "update T set F = null where rowid = 60048";
Command "update T set F = null where rowid = 47430";
Command "update T set F = null where rowid = 59839";
Command "update T set F = null where rowid = 17058";
Command "update T set F = null where rowid = 7211";
Command "update T set F = null where rowid = 5058";
Command "update T set F = null where rowid = 56949";
Command "update T set F = null where rowid = 37062";
Command "update T set F = null where rowid = 34261";
Command "update T set F = null where rowid = 52666";
Command "update T set F = null where rowid = 55028";
Command "update T set F = null where rowid = 28663";
Command "update T set F = null where rowid = 34588";
Command "update T set F = null where rowid = 33010";
Command "update T set F = null where rowid = 52324";
Command "update T set F = null where rowid = 56039";
Command "update T set F = null where rowid = 41563";
Command "update T set F = null where rowid = 47406";
Command "update T set F = null where rowid = 17639";
Command "update T set F = null where rowid = 50479";
Command "update T set F = null where rowid = 27282";
Command "update T set F = null where rowid = 49285";
Command "update T set F = null where rowid = 30865";
Command "update T set F = null where rowid = 25624";
Command "update T set F = null where rowid = 25458";
Command "update T set F = null where rowid = 18080";
Command "update T set F = null where rowid = 10280";
Command "update T set F = null where rowid = 29404";
Command "update T set F = null where rowid = 33269";
Command "update T set F = null where rowid = 12304";
Command "update T set F = null where rowid = 34937";
Command "update T set F = null where rowid = 53546";
Command "update T set F = null where rowid = 6196";
Command "update T set F = null where rowid = 26314";
Command "update T set F = null where rowid = 54313";
Command "update T set F = null where rowid = 22107";
Command "update T set F = null where rowid = 23948";
Command "update T set F = null where rowid = 8798";
Command "update T set F = null where rowid = 10835";
Command "update T set F = null where rowid = 5089";
Command "update T set F = null where rowid = 30669";
Command "update T set F = null where rowid = 17647";
Command "update T set F = null where rowid = 56133";
Command "update T set F = null where rowid = 56573";
Command "update T set F = null where rowid = 45814";
Command "update T set F = null where rowid = 18300";
Command "update T set F = null where rowid = 56199";
Command "update T set F = null where rowid = 35300";
Command "update T set F = null where rowid = 29093";
Command "update T set F = null where rowid = 13921";
Command "update T set F = null where rowid = 39892";
Command "update T set F = null where rowid = 41650";
Command "update T set F = null where rowid = 43124";
Command "update T set F = null where rowid = 19289";
Command "update T set F = null where rowid = 44363";
Command "update T set F = null where rowid = 56866";
Command "update T set F = null where rowid = 3332";
Command "update T set F = null where rowid = 52474";
Command "update T set F = null where rowid = 16680";
Command "update T set F = null where rowid = 14160";
Command "update T set F = null where rowid = 36499";
Command "update T set F = null where rowid = 27051";
Command "update T set F = null where rowid = 30330";
Command "update T set F = null where rowid = 54372";
Command "update T set F = null where rowid = 46970";
Command "update T set F = null where rowid = 59811";
Command "update T set F = null where rowid = 32764";
Command "update T set F = null where rowid = 60920";
Command "update T set F = null where rowid = 28745";
Command "update T set F = null where rowid = 27499";
Command "update T set F = null where rowid = 14232";
Command "update T set F = null where rowid = 19809";
Command "update T set F = null where rowid = 23799";
Command "update T set F = null where rowid = 59617";
Command "update T set F = null where rowid = 53171";
Command "update T set F = null where rowid = 47442";
Command "update T set F = null where rowid = 33090";
Command "update T set F = null where rowid = 31220";
Command "update T set F = null where rowid = 46204";
Command "update T set F = null where rowid = 13195";
Command "update T set F = null where rowid = 41045";
Command "update T set F = null where rowid = 17176";
Command "update T set F = null where rowid = 48792";
Command "update T set F = null where rowid = 53177";
Command "update T set F = null where rowid = 46256";
Command "update T set F = null where rowid = 32278";
Command "update T set F = null where rowid = 14440";
Command "update T set F = null where rowid = 39457";
Command "update T set F = null where rowid = 39241";
Command "update T set F = null where rowid = 42859";
Command "update T set F = null where rowid = 40807";
Command "update T set F = null where rowid = 30327";
Command "update T set F = null where rowid = 11924";
Command "update T set F = null where rowid = 6006";
Command "update T set F = null where rowid = 32694";
Command "update T set F = null where rowid = 23185";
Command "update T set F = null where rowid = 41584";
Command "update T set F = null where rowid = 13133";
Command "update T set F = null where rowid = 5230";
Command "update T set F = null where rowid = 54501";
Command "update T set F = null where rowid = 41880";
Command "update T set F = null where rowid = 49218";
Command "update T set F = null where rowid = 2036";
Command "update T set F = null where rowid = 2566";
Command "update T set F = null where rowid = 483";
Command "update T set F = null where rowid = 57055";
Command "update T set F = null where rowid = 11297";
Command "update T set F = null where rowid = 27970";
Command "update T set F = null where rowid = 51640";
Command "update T set F = null where rowid = 35108";
Command "update T set F = null where rowid = 43150";
Command "update T set F = null where rowid = 11984";
Command "update T set F = null where rowid = 14056";
Command "update T set F = null where rowid = 23608";
Command "update T set F = null where rowid = 23747";
Command "update T set F = null where rowid = 30597";
Command "update T set F = null where rowid = 48285";
Command "update T set F = null where rowid = 23531";
Command "update T set F = null where rowid = 10050";
Command "update T set F = null where rowid = 14611";
Command "update T set F = null where rowid = 33639";
Command "update T set F = null where rowid = 1019";
Command "update T set F = null where rowid = 22318";
Command "update T set F = null where rowid = 44237";
Command "update T set F = null where rowid = 23715";
Command "update T set F = null where rowid = 3619";
Command "update T set F = null where rowid = 6673";
Command "update T set F = null where rowid = 47217";
Command "update T set F = null where rowid = 15858";
Command "update T set F = null where rowid = 32860";
Command "update T set F = null where rowid = 11636";
Command "update T set F = null where rowid = 41822";
Command "update T set F = null where rowid = 5190";
Command "update T set F = null where rowid = 36209";
Command "update T set F = null where rowid = 45352";
Command "update T set F = null where rowid = 22530";
Command "update T set F = null where rowid = 60979";
Command "update T set F = null where rowid = 35992";
Command "update T set F = null where rowid = 49372";
Command "update T set F = null where rowid = 8303";
Command "update T set F = null where rowid = 17130";
Command "update T set F = null where rowid = 34436";
Command "update T set F = null where rowid = 28617";
Command "update T set F = null where rowid = 61080";
Command "update T set F = null where rowid = 60756";
Command "update T set F = null where rowid = 34254";
Command "update T set F = null where rowid = 2028";
Command "update T set F = null where rowid = 1283";
Command "update T set F = null where rowid = 26333";
Command "update T set F = null where rowid = 43860";
Command "update T set F = null where rowid = 57031";
Command "update T set F = null where rowid = 9965";
Command "update T set F = null where rowid = 25273";
Command "update T set F = null where rowid = 2581";
Command "update T set F = null where rowid = 8673";
Command "update T set F = null where rowid = 3918";
Command "update T set F = null where rowid = 46536";
Command "update T set F = null where rowid = 57945";
Command "update T set F = null where rowid = 43522";
Command "update T set F = null where rowid = 22647";
Command "update T set F = null where rowid = 50359";
Command "update T set F = null where rowid = 21157";
Command "update T set F = null where rowid = 57934";
Command "update T set F = null where rowid = 29938";
Command "update T set F = null where rowid = 41031";
Command "update T set F = null where rowid = 53593";
Command "update T set F = null where rowid = 13820";
Command "update T set F = null where rowid = 12644";
Command "update T set F = null where rowid = 22148";
Command "update T set F = null where rowid = 7516";
Command "update T set F = null where rowid = 49377";
Command "update T set F = null where rowid = 26293";
Command "update T set F = null where rowid = 1596";
Command "update T set F = null where rowid = 50381";
Command "update T set F = null where rowid = 54760";
Command "update T set F = null where rowid = 26313";
Command "update T set F = null where rowid = 54573";
Command "update T set F = null where rowid = 15868";
Command "update T set F = null where rowid = 15180";
Command "update T set F = null where rowid = 47255";
Command "update T set F = null where rowid = 41548";
Command "update T set F = null where rowid = 17850";
Command "update T set F = null where rowid = 48062";
Command "update T set F = null where rowid = 7452";
Command "update T set F = null where rowid = 30777";
Command "update T set F = null where rowid = 49753";
Command "update T set F = null where rowid = 40923";
Command "update T set F = null where rowid = 2636";
Command "update T set F = null where rowid = 11066";
Command "update T set F = null where rowid = 43800";
Command "update T set F = null where rowid = 12681";
Command "update T set F = null where rowid = 58995";
Command "update T set F = null where rowid = 12718";
Command "update T set F = null where rowid = 38955";
Command "update T set F = null where rowid = 1114";
Command "update T set F = null where rowid = 20947";
Command "update T set F = null where rowid = 50836";
Command "update T set F = null where rowid = 6723";
Command "update T set F = null where rowid = 26067";
Command "update T set F = null where rowid = 8845";
Command "update T set F = null where rowid = 11171";
Command "update T set F = null where rowid = 10643";
Command "update T set F = null where rowid = 18431";
Command "update T set F = null where rowid = 27519";
Command "update T set F = null where rowid = 22334";
Command "update T set F = null where rowid = 29022";
Command "update T set F = null where rowid = 38888";
Command "update T set F = null where rowid = 39919";
Command "update T set F = null where rowid = 59626";
Command "update T set F = null where rowid = 41192";
Command "update T set F = null where rowid = 52092";
Command "update T set F = null where rowid = 5585";
Command "update T set F = null where rowid = 3206";
Command "update T set F = null where rowid = 40672";
Command "update T set F = null where rowid = 492";
Command "update T set F = null where rowid = 54969";
Command "update T set F = null where rowid = 32255";
Command "update T set F = null where rowid = 2952";
Command "update T set F = null where rowid = 59927";
Command "update T set F = null where rowid = 30630";
Command "update T set F = null where rowid = 21601";
Command "update T set F = null where rowid = 27464";
Command "update T set F = null where rowid = 29197";
Command "update T set F = null where rowid = 31783";
Command "update T set F = null where rowid = 17768";
Command "update T set F = null where rowid = 47048";
Command "update T set F = null where rowid = 60850";
Command "update T set F = null where rowid = 20296";
Command "update T set F = null where rowid = 11060";
Command "update T set F = null where rowid = 25290";
Command "update T set F = null where rowid = 4939";
Command "update T set F = null where rowid = 34362";
Command "update T set F = null where rowid = 261";
Command "update T set F = null where rowid = 27907";
Command "update T set F = null where rowid = 55398";
Command "update T set F = null where rowid = 26974";
Command "update T set F = null where rowid = 42017";
Command "update T set F = null where rowid = 28738";
Command "update T set F = null where rowid = 32280";
Command "update T set F = null where rowid = 48147";
Command "update T set F = null where rowid = 3611";
Command "update T set F = null where rowid = 25490";
Command "update T set F = null where rowid = 22134";
Command "update T set F = null where rowid = 42697";
Command "update T set F = null where rowid = 10920";
Command "update T set F = null where rowid = 56895";
Command "update T set F = null where rowid = 21175";
Command "update T set F = null where rowid = 49200";
Command "update T set F = null where rowid = 33421";
Command "update T set F = null where rowid = 35326";
Command "update T set F = null where rowid = 15570";
Command "update T set F = null where rowid = 33916";
Command "update T set F = null where rowid = 60581";
Command "update T set F = null where rowid = 40327";
Command "update T set F = null where rowid = 5554";
Command "update T set F = null where rowid = 32118";
Command "update T set F = null where rowid = 43757";
Command "update T set F = null where rowid = 30328";
Command "update T set F = null where rowid = 23408";
Command "update T set F = null where rowid = 36507";
Command "update T set F = null where rowid = 35151";
Command "update T set F = null where rowid = 12167";
Command "update T set F = null where rowid = 15471";
Command "update T set F = null where rowid = 28020";
Command "update T set F = null where rowid = 12512";
Command "update T set F = null where rowid = 58414";
Command "update T set F = null where rowid = 40925";
Command "update T set F = null where rowid = 57961";
Command "update T set F = null where rowid = 47449";
Command "update T set F = null where rowid = 20538";
Command "update T set F = null where rowid = 7596";
Command "update T set F = null where rowid = 33260";
Command "update T set F = null where rowid = 9332";
Command "update T set F = null where rowid = 45589";
Command "update T set F = null where rowid = 12078";
Command "update T set F = null where rowid = 61415";
Command "update T set F = null where rowid = 22403";
Command "update T set F = null where rowid = 39476";
Command "update T set F = null where rowid = 60609";
Command "update T set F = null where rowid = 23042";
Command "update T set F = null where rowid = 51056";
Command "update T set F = null where rowid = 36798";
Command "update T set F = null where rowid = 5868";
Command "update T set F = null where rowid = 41115";
Command "update T set F = null where rowid = 29549";
Command "update T set F = null where rowid = 33939";
Command "update T set F = null where rowid = 19992";
Command "update T set F = null where rowid = 27635";
Command "update T set F = null where rowid = 9767";
Command "update T set F = null where rowid = 51735";
Command "update T set F = null where rowid = 33394";
Command "update T set F = null where rowid = 10615";
Command "update T set F = null where rowid = 13622";
Command "update T set F = null where rowid = 52775";
Command "update T set F = null where rowid = 26686";
Command "update T set F = null where rowid = 3706";
Command "update T set F = null where rowid = 13758";
Command "update T set F = null where rowid = 28982";
Command "update T set F = null where rowid = 28622";
Command "update T set F = null where rowid = 55215";
Command "update T set F = null where rowid = 20293";
Command "update T set F = null where rowid = 20971";
Command "update T set F = null where rowid = 56042";
Command "update T set F = null where rowid = 7957";
Command "update T set F = null where rowid = 54357";
Command "update T set F = null where rowid = 41623";
Command "update T set F = null where rowid = 9825";
Command "update T set F = null where rowid = 21798";
Command "update T set F = null where rowid = 46251";
Command "update T set F = null where rowid = 31940";
Command "update T set F = null where rowid = 36530";
Command "update T set F = null where rowid = 37227";
Command "update T set F = null where rowid = 61075";
Command "update T set F = null where rowid = 20697";
Command "update T set F = null where rowid = 23672";
Command "update T set F = null where rowid = 11208";
Command "update T set F = null where rowid = 61496";
Command "update T set F = null where rowid = 28299";
Command "update T set F = null where rowid = 34990";
Command "update T set F = null where rowid = 58770";
Command "update T set F = null where rowid = 22309";
Command "update T set F = null where rowid = 48556";
Command "update T set F = null where rowid = 5539";
Command "update T set F = null where rowid = 20320";
Command "update T set F = null where rowid = 33080";
Command "update T set F = null where rowid = 5596";
Command "update T set F = null where rowid = 57214";
Command "update T set F = null where rowid = 41077";
Command "update T set F = null where rowid = 50262";
Command "update T set F = null where rowid = 33938";
Command "update T set F = null where rowid = 46482";
Command "update T set F = null where rowid = 49536";
Command "update T set F = null where rowid = 39866";
Command "update T set F = null where rowid = 51139";
Command "update T set F = null where rowid = 17750";
Command "update T set F = null where rowid = 56879";
Command "update T set F = null where rowid = 39453";
Command "update T set F = null where rowid = 48378";
Command "update T set F = null where rowid = 28332";
Command "update T set F = null where rowid = 50755";
Command "update T set F = null where rowid = 33195";
Command "update T set F = null where rowid = 49589";
Command "update T set F = null where rowid = 3661";
Command "update T set F = null where rowid = 42849";
Command "update T set F = null where rowid = 29359";
Command "update T set F = null where rowid = 13202";
Command "update T set F = null where rowid = 57971";
Command "update T set F = null where rowid = 56424";
Command "update T set F = null where rowid = 13491";
Command "update T set F = null where rowid = 40538";
Command "update T set F = null where rowid = 6000";
Command "update T set F = null where rowid = 9180";
Command "update T set F = null where rowid = 16360";
Command "update T set F = null where rowid = 38491";
Command "update T set F = null where rowid = 34702";
Command "update T set F = null where rowid = 38009";
Command "update T set F = null where rowid = 53219";
Command "update T set F = null where rowid = 59803";
Command "update T set F = null where rowid = 9036";
Command "update T set F = null where rowid = 26555";
Command "update T set F = null where rowid = 41118";
Command "update T set F = null where rowid = 593";
Command "update T set F = null where rowid = 12300";
Command "update T set F = null where rowid = 53067";
Command "update T set F = null where rowid = 10417";
Command "update T set F = null where rowid = 1327";
Command "update T set F = null where rowid = 52297";
Command "update T set F = null where rowid = 38307";
Command "update T set F = null where rowid = 13449";
Command "update T set F = null where rowid = 22285";
Command "update T set F = null where rowid = 54425";
Command "update T set F = null where rowid = 28672";
Command "update T set F = null where rowid = 26322";
Command "update T set F = null where rowid = 3248";
Command "update T set F = null where rowid = 21970";
Command "update T set F = null where rowid = 7144";
Command "update T set F = null where rowid = 10962";
Command "update T set F = null where rowid = 38744";
Command "update T set F = null where rowid = 47412";
Command "update T set F = null where rowid = 60942";
Command "update T set F = null where rowid = 60349";
Command "update T set F = null where rowid = 12711";
Command "update T set F = null where rowid = 34258";
Command "update T set F = null where rowid = 36912";
Command "update T set F = null where rowid = 45817";
Command "update T set F = null where rowid = 14798";
Command "update T set F = null where rowid = 4883";
Command "update T set F = null where rowid = 16726";
Command "update T set F = null where rowid = 53711";
Command "update T set F = null where rowid = 42278";
Command "update T set F = null where rowid = 50384";
Command "update T set F = null where rowid = 26623";
Command "update T set F = null where rowid = 53464";
Command "update T set F = null where rowid = 3992";
Command "update T set F = null where rowid = 13943";
Command "update T set F = null where rowid = 31170";
Command "update T set F = null where rowid = 1468";
Command "update T set F = null where rowid = 16379";
Command "update T set F = null where rowid = 45967";
Command "update T set F = null where rowid = 26763";
Command "update T set F = null where rowid = 54303";
Command "update T set F = null where rowid = 38504";
Command "update T set F = null where rowid = 58630";
Command "update T set F = null where rowid = 32522";
Command "update T set F = null where rowid = 9245";
Command "update T set F = null where rowid = 18198";
Command "update T set F = null where rowid = 59277";
Command "update T set F = null where rowid = 58328";
Command "update T set F = null where rowid = 6852";
Command "update T set F = null where rowid = 14385";
Command "update T set F = null where rowid = 39082";
Command "update T set F = null where rowid = 39891";
Command "update T set F = null where rowid = 9703";
Command "update T set F = null where rowid = 61412";
Command "update T set F = null where rowid = 1670";
Command "update T set F = null where rowid = 21880";
Command "update T set F = null where rowid = 21363";
Command "update T set F = null where rowid = 37869";
Command "update T set F = null where rowid = 58830";
Command "update T set F = null where rowid = 10965";
Command "update T set F = null where rowid = 14048";
Command "update T set F = null where rowid = 54840";
Command "update T set F = null where rowid = 40585";
Command "update T set F = null where rowid = 37639";
Command "update T set F = null where rowid = 54112";
Command "update T set F = null where rowid = 37075";
Command "update T set F = null where rowid = 15643";
Command "update T set F = null where rowid = 33887";
Command "update T set F = null where rowid = 60389";
Command "update T set F = null where rowid = 38325";
Command "update T set F = null where rowid = 11408";
Command "update T set F = null where rowid = 34202";
Command "update T set F = null where rowid = 15201";
Command "update T set F = null where rowid = 29490";
Command "update T set F = null where rowid = 13839";
Command "update T set F = null where rowid = 38265";
Command "update T set F = null where rowid = 13394";
Command "update T set F = null where rowid = 25836";
Command "update T set F = null where rowid = 9053";
Command "update T set F = null where rowid = 22473";
Command "update T set F = null where rowid = 49177";
Command "update T set F = null where rowid = 8120";
Command "update T set F = null where rowid = 23756";
Command "update T set F = null where rowid = 46423";
Command "update T set F = null where rowid = 45244";
Command "update T set F = null where rowid = 22425";
Command "update T set F = null where rowid = 51728";
Command "update T set F = null where rowid = 54495";
Command "update T set F = null where rowid = 45299";
Command "update T set F = null where rowid = 57481";
Command "update T set F = null where rowid = 21133";
Command "update T set F = null where rowid = 37747";
Command "update T set F = null where rowid = 36111";
Command "update T set F = null where rowid = 57277";
Command "update T set F = null where rowid = 39071";
Command "update T set F = null where rowid = 47249";
Command "update T set F = null where rowid = 36429";
Command "update T set F = null where rowid = 26020";
Command "update T set F = null where rowid = 25614";
Command "update T set F = null where rowid = 9402";
Command "update T set F = null where rowid = 1470";
Command "update T set F = null where rowid = 29978";
Command "update T set F = null where rowid = 36725";
Command "update T set F = null where rowid = 44328";
Command "update T set F = null where rowid = 52931";
Command "update T set F = null where rowid = 966";
Command "update T set F = null where rowid = 26887";
Command "update T set F = null where rowid = 2874";
Command "update T set F = null where rowid = 29936";
Command "update T set F = null where rowid = 3089";
Command "update T set F = null where rowid = 29354";
Command "update T set F = null where rowid = 40657";
Command "update T set F = null where rowid = 50411";
Command "update T set F = null where rowid = 31832";
Command "update T set F = null where rowid = 29222";
Command "update T set F = null where rowid = 47534";
Command "update T set F = null where rowid = 57944";
Command "update T set F = null where rowid = 33579";
Command "update T set F = null where rowid = 17003";
Command "update T set F = null where rowid = 34995";
Command "update T set F = null where rowid = 32469";
Command "update T set F = null where rowid = 52316";
Command "update T set F = null where rowid = 28101";
Command "update T set F = null where rowid = 25368";
Command "update T set F = null where rowid = 38702";
Command "update T set F = null where rowid = 26344";
Command "update T set F = null where rowid = 20540";
Command "update T set F = null where rowid = 6586";
Command "update T set F = null where rowid = 17586";
Command "update T set F = null where rowid = 9206";
Command "update T set F = null where rowid = 3096";
Command "update T set F = null where rowid = 55059";
Command "update T set F = null where rowid = 61195";
Command "update T set F = null where rowid = 51260";
Command "update T set F = null where rowid = 32396";
Command "update T set F = null where rowid = 28018";
Command "update T set F = null where rowid = 34730";
Command "update T set F = null where rowid = 3384";
Command "update T set F = null where rowid = 58579";
Command "update T set F = null where rowid = 21449";
Command "update T set F = null where rowid = 56572";
Command "update T set F = null where rowid = 31067";
Command "update T set F = null where rowid = 2487";
Command "update T set F = null where rowid = 23295";
Command "update T set F = null where rowid = 35482";
Command "update T set F = null where rowid = 37340";
Command "update T set F = null where rowid = 15506";
Command "update T set F = null where rowid = 57309";
Command "update T set F = null where rowid = 27414";
Command "update T set F = null where rowid = 17017";
Command "update T set F = null where rowid = 14758";
Command "update T set F = null where rowid = 3749";
Command "update T set F = null where rowid = 35727";
Command "update T set F = null where rowid = 11169";
Command "update T set F = null where rowid = 58155";
Command "update T set F = null where rowid = 37913";
Command "update T set F = null where rowid = 23092";
Command "update T set F = null where rowid = 2288";
Command "update T set F = null where rowid = 28807";
Command "update T set F = null where rowid = 7950";
Command "update T set F = null where rowid = 17044";
Command "update T set F = null where rowid = 24482";
Command "update T set F = null where rowid = 58923";
Command "update T set F = null where rowid = 1046";
Command "update T set F = null where rowid = 41797";
Command "update T set F = null where rowid = 53491";
Command "update T set F = null where rowid = 57388";
Command "update T set F = null where rowid = 50934";
Command "update T set F = null where rowid = 22468";
Command "update T set F = null where rowid = 45644";
Command "update T set F = null where rowid = 40182";
Command "update T set F = null where rowid = 49962";
Command "update T set F = null where rowid = 75";
Command "update T set F = null where rowid = 59761";
Command "update T set F = null where rowid = 37035";
Command "update T set F = null where rowid = 24762";
Command "update T set F = null where rowid = 41228";
Command "update T set F = null where rowid = 60219";
Command "update T set F = null where rowid = 9890";
Command "update T set F = null where rowid = 10916";
Command "update T set F = null where rowid = 10598";
Command "update T set F = null where rowid = 39673";
Command "update T set F = null where rowid = 41964";
Command "update T set F = null where rowid = 46103";
Command "update T set F = null where rowid = 60684";
Command "update T set F = null where rowid = 13811";
Command "update T set F = null where rowid = 47948";
Command "update T set F = null where rowid = 52122";
Command "update T set F = null where rowid = 10522";
Command "update T set F = null where rowid = 14973";
Command "update T set F = null where rowid = 19434";
Command "update T set F = null where rowid = 51518";
Command "update T set F = null where rowid = 12081";
Command "update T set F = null where rowid = 52439";
Command "update T set F = null where rowid = 14714";
Command "update T set F = null where rowid = 54050";
Command "update T set F = null where rowid = 33476";
Command "update T set F = null where rowid = 54465";
Command "update T set F = null where rowid = 34060";
Command "update T set F = null where rowid = 43682";
Command "update T set F = null where rowid = 58418";
Command "update T set F = null where rowid = 31367";
Command "update T set F = null where rowid = 39318";
Command "update T set F = null where rowid = 24022";
Command "update T set F = null where rowid = 5082";
Command "update T set F = null where rowid = 3996";
Command "update T set F = null where rowid = 23118";
Command "update T set F = null where rowid = 9407";
Command "update T set F = null where rowid = 30801";
Command "update T set F = null where rowid = 56713";
Command "update T set F = null where rowid = 21126";
Command "update T set F = null where rowid = 41020";
Command "update T set F = null where rowid = 52094";
Command "update T set F = null where rowid = 59745";
Command "update T set F = null where rowid = 42313";
Command "update T set F = null where rowid = 16275";
Command "update T set F = null where rowid = 5720";
Command "update T set F = null where rowid = 45712";
Command "update T set F = null where rowid = 6126";
Command "update T set F = null where rowid = 9732";
Command "update T set F = null where rowid = 22576";
Command "update T set F = null where rowid = 13454";
Command "update T set F = null where rowid = 7457";
Command "update T set F = null where rowid = 17040";
Command "update T set F = null where rowid = 54446";
Command "update T set F = null where rowid = 54885";
Command "update T set F = null where rowid = 46";
Command "update T set F = null where rowid = 30902";
Command "update T set F = null where rowid = 42365";
Command "update T set F = null where rowid = 20195";
Command "update T set F = null where rowid = 12618";
Command "update T set F = null where rowid = 12006";
Command "update T set F = null where rowid = 11119";
Command "update T set F = null where rowid = 13269";
Command "update T set F = null where rowid = 1867";
Command "update T set F = null where rowid = 26125";
Command "update T set F = null where rowid = 25702";
Command "update T set F = null where rowid = 10739";
Command "update T set F = null where rowid = 30044";
Command "update T set F = null where rowid = 37003";
Command "update T set F = null where rowid = 11128";
Command "update T set F = null where rowid = 5738";
Command "update T set F = null where rowid = 27431";
Command "update T set F = null where rowid = 33664";
Command "update T set F = null where rowid = 42050";
Command "update T set F = null where rowid = 32757";
Command "update T set F = null where rowid = 44207";
Command "update T set F = null where rowid = 38609";
Command "update T set F = null where rowid = 15479";
Command "update T set F = null where rowid = 23320";
Command "update T set F = null where rowid = 44578";
Command "update T set F = null where rowid = 12128";
Command "update T set F = null where rowid = 12974";
Command "update T set F = null where rowid = 7049";
Command "update T set F = null where rowid = 10979";
Command "update T set F = null where rowid = 29470";
Command "update T set F = null where rowid = 27638";
Command "update T set F = null where rowid = 50935";
Command "update T set F = null where rowid = 39335";
Command "update T set F = null where rowid = 51196";
Command "update T set F = null where rowid = 13159";
Command "update T set F = null where rowid = 29213";
Command "update T set F = null where rowid = 58415";
Command "update T set F = null where rowid = 16994";
Command "update T set F = null where rowid = 5909";
Command "update T set F = null where rowid = 41320";
Command "update T set F = null where rowid = 17242";
Command "update T set F = null where rowid = 44677";
Command "update T set F = null where rowid = 37722";
Command "update T set F = null where rowid = 2749";
Command "update T set F = null where rowid = 53958";
Command "update T set F = null where rowid = 61490";
Command "update T set F = null where rowid = 4853";
Command "update T set F = null where rowid = 44400";
Command "update T set F = null where rowid = 60437";
Command "update T set F = null where rowid = 45072";
Command "update T set F = null where rowid = 35889";
Command "update T set F = null where rowid = 4812";
Command "update T set F = null where rowid = 20551";
Command "update T set F = null where rowid = 53705";
Command "update T set F = null where rowid = 34947";
Command "update T set F = null where rowid = 32703";
Command "update T set F = null where rowid = 59209";
Command "update T set F = null where rowid = 39530";
Command "update T set F = null where rowid = 46356";
Command "update T set F = null where rowid = 33976";
Command "update T set F = null where rowid = 31732";
Command "update T set F = null where rowid = 10265";
Command "update T set F = null where rowid = 36949";
Command "update T set F = null where rowid = 28536";
Command "update T set F = null where rowid = 32705";
Command "update T set F = null where rowid = 7599";
Command "update T set F = null where rowid = 1032";
Command "update T set F = null where rowid = 27090";
Command "update T set F = null where rowid = 56740";
Command "update T set F = null where rowid = 5004";
Command "update T set F = null where rowid = 58866";
Command "update T set F = null where rowid = 6361";
Command "update T set F = null where rowid = 36233";
Command "update T set F = null where rowid = 49198";
Command "update T set F = null where rowid = 53015";
Command "update T set F = null where rowid = 37251";
Command "update T set F = null where rowid = 22685";
Command "update T set F = null where rowid = 14506";
Command "update T set F = null where rowid = 10614";
Command "update T set F = null where rowid = 26412";
Command "update T set F = null where rowid = 61464";
Command "update T set F = null where rowid = 29230";
Command "update T set F = null where rowid = 23411";
Command "update T set F = null where rowid = 51943";
Command "update T set F = null where rowid = 34036";
Command "update T set F = null where rowid = 6199";
Command "update T set F = null where rowid = 45140";
Command "update T set F = null where rowid = 13604";
Command "update T set F = null where rowid = 21202";
Command "update T set F = null where rowid = 26661";
Command "update T set F = null where rowid = 52529";
Command "update T set F = null where rowid = 14915";
Command "update T set F = null where rowid = 45873";
Command "update T set F = null where rowid = 52032";
Command "update T set F = null where rowid = 40679";
Command "update T set F = null where rowid = 46087";
Command "update T set F = null where rowid = 7922";
Command "update T set F = null where rowid = 16560";
Command "update T set F = null where rowid = 17128";
Command "update T set F = null where rowid = 24825";
Command "update T set F = null where rowid = 14372";
Command "update T set F = null where rowid = 60578";
Command "update T set F = null where rowid = 9131";
Command "update T set F = null where rowid = 44244";
Command "update T set F = null where rowid = 55044";
Command "update T set F = null where rowid = 54751";
Command "update T set F = null where rowid = 581";
Command "update T set F = null where rowid = 30037";
Command "update T set F = null where rowid = 57230";
Command "update T set F = null where rowid = 54441";
Command "update T set F = null where rowid = 32350";
Command "update T set F = null where rowid = 45449";
Command "update T set F = null where rowid = 35337";
Command "update T set F = null where rowid = 59454";
Command "update T set F = null where rowid = 5110";
Command "update T set F = null where rowid = 58744";
Command "update T set F = null where rowid = 50104";
Command "update T set F = null where rowid = 3984";
Command "update T set F = null where rowid = 58163";
Command "update T set F = null where rowid = 43982";
Command "update T set F = null where rowid = 21132";
Command "update T set F = null where rowid = 305";
Command "update T set F = null where rowid = 42693";
Command "update T set F = null where rowid = 58231";
Command "update T set F = null where rowid = 31967";
Command "update T set F = null where rowid = 31742";
Command "update T set F = null where rowid = 6740";
Command "update T set F = null where rowid = 60028";
Command "update T set F = null where rowid = 22048";
Command "update T set F = null where rowid = 42744";
Command "update T set F = null where rowid = 6635";
Command "update T set F = null where rowid = 3292";
Command "update T set F = null where rowid = 31392";
Command "update T set F = null where rowid = 25911";
Command "update T set F = null where rowid = 33364";
Command "update T set F = null where rowid = 21998";
Command "update T set F = null where rowid = 38148";
Command "update T set F = null where rowid = 51581";
Command "update T set F = null where rowid = 2833";
Command "update T set F = null where rowid = 44992";
Command "update T set F = null where rowid = 51045";
Command "update T set F = null where rowid = 56630";
Command "update T set F = null where rowid = 43293";
Command "update T set F = null where rowid = 23517";
Command "update T set F = null where rowid = 21752";
Command "update T set F = null where rowid = 2668";
Command "update T set F = null where rowid = 26889";
Command "update T set F = null where rowid = 13302";
Command "update T set F = null where rowid = 60570";
Command "update T set F = null where rowid = 44788";
Command "update T set F = null where rowid = 28407";
Command "update T set F = null where rowid = 15596";
Command "update T set F = null where rowid = 43104";
Command "update T set F = null where rowid = 36609";
Command "update T set F = null where rowid = 8495";
Command "update T set F = null where rowid = 47003";
Command "update T set F = null where rowid = 9380";
Command "update T set F = null where rowid = 48493";
Command "update T set F = null where rowid = 50214";
Command "update T set F = null where rowid = 14974";
Command "update T set F = null where rowid = 15806";
Command "update T set F = null where rowid = 56729";
Command "update T set F = null where rowid = 40799";
Command "update T set F = null where rowid = 38601";
Command "update T set F = null where rowid = 33657";
Command "update T set F = null where rowid = 44426";
Command "update T set F = null where rowid = 25944";
Command "update T set F = null where rowid = 14943";
Command "update T set F = null where rowid = 25164";
Command "update T set F = null where rowid = 9907";
Command "update T set F = null where rowid = 51954";
Command "update T set F = null where rowid = 24975";
Command "update T set F = null where rowid = 55184";
Command "update T set F = null where rowid = 21983";
Command "update T set F = null where rowid = 60133";
Command "update T set F = null where rowid = 51857";
Command "update T set F = null where rowid = 12721";
Command "update T set F = null where rowid = 48503";
Command "update T set F = null where rowid = 38281";
Command "update T set F = null where rowid = 59608";
Command "update T set F = null where rowid = 47733";
Command "update T set F = null where rowid = 35874";
Command "update T set F = null where rowid = 55320";
Command "update T set F = null where rowid = 18562";
Command "update T set F = null where rowid = 57498";
Command "update T set F = null where rowid = 10428";
Command "update T set F = null where rowid = 57395";
Command "update T set F = null where rowid = 27861";
Command "update T set F = null where rowid = 6282";
Command "update T set F = null where rowid = 45261";
Command "update T set F = null where rowid = 33359";
Command "update T set F = null where rowid = 4626";
Command "update T set F = null where rowid = 24761";
Command "update T set F = null where rowid = 57294";
Command "update T set F = null where rowid = 61465";
Command "update T set F = null where rowid = 36433";
Command "update T set F = null where rowid = 40613";
Command "update T set F = null where rowid = 23430";
Command "update T set F = null where rowid = 12375";
Command "update T set F = null where rowid = 26739";
Command "update T set F = null where rowid = 37651";
Command "update T set F = null where rowid = 40433";
Command "update T set F = null where rowid = 27331";
Command "update T set F = null where rowid = 13090";
Command "update T set F = null where rowid = 57673";
Command "update T set F = null where rowid = 45845";
Command "update T set F = null where rowid = 55443";
Command "update T set F = null where rowid = 48338";
Command "update T set F = null where rowid = 47561";
Command "update T set F = null where rowid = 24374";
Command "update T set F = null where rowid = 31788";
Command "update T set F = null where rowid = 26514";
Command "update T set F = null where rowid = 17270";
Command "update T set F = null where rowid = 27206";
Command "update T set F = null where rowid = 48748";
Command "update T set F = null where rowid = 8728";
Command "update T set F = null where rowid = 14229";
Command "update T set F = null where rowid = 25701";
Command "update T set F = null where rowid = 27418";
Command "update T set F = null where rowid = 15695";
Command "update T set F = null where rowid = 37849";
Command "update T set F = null where rowid = 40475";
Command "update T set F = null where rowid = 2076";
Command "update T set F = null where rowid = 38261";
Command "update T set F = null where rowid = 20643";
Command "update T set F = null where rowid = 35929";
Command "update T set F = null where rowid = 39579";
Command "update T set F = null where rowid = 17693";
Command "update T set F = null where rowid = 23032";
Command "update T set F = null where rowid = 21423";
Command "update T set F = null where rowid = 29691";
Command "update T set F = null where rowid = 61262";
Command "update T set F = null where rowid = 57939";
Command "update T set F = null where rowid = 37514";
Command "update T set F = null where rowid = 28512";
Command "update T set F = null where rowid = 30196";
Command "update T set F = null where rowid = 16497";
Command "update T set F = null where rowid = 13033";
Command "update T set F = null where rowid = 32977";
Command "update T set F = null where rowid = 50294";
Command "update T set F = null where rowid = 29914";
Command "update T set F = null where rowid = 50690";
Command "update T set F = null where rowid = 5887";
Command "update T set F = null where rowid = 48274";
Command "update T set F = null where rowid = 6115";
Command "update T set F = null where rowid = 38433";
Command "update T set F = null where rowid = 3400";
Command "update T set F = null where rowid = 22946";
Command "update T set F = null where rowid = 26324";
Command "update T set F = null where rowid = 45725";
Command "update T set F = null where rowid = 44745";
Command "update T set F = null where rowid = 8295";
Command "update T set F = null where rowid = 13773";
Command "update T set F = null where rowid = 27563";
Command "update T set F = null where rowid = 32194";
Command "update T set F = null where rowid = 26647";
Command "update T set F = null where rowid = 1933";
Command "update T set F = null where rowid = 51131";
Command "update T set F = null where rowid = 8763";
Command "update T set F = null where rowid = 61062";
Command "update T set F = null where rowid = 11166";
Command "update T set F = null where rowid = 914";
Command "update T set F = null where rowid = 49426";
Command "update T set F = null where rowid = 45580";
Command "update T set F = null where rowid = 56337";
Command "update T set F = null where rowid = 49362";
Command "update T set F = null where rowid = 57403";
Command "update T set F = null where rowid = 12076";
Command "update T set F = null where rowid = 522";
Command "update T set F = null where rowid = 10722";
Command "update T set F = null where rowid = 56680";
Command "update T set F = null where rowid = 55189";
Command "update T set F = null where rowid = 40928";
Command "update T set F = null where rowid = 1196";
Command "update T set F = null where rowid = 47899";
Command "update T set F = null where rowid = 25436";
Command "update T set F = null where rowid = 51392";
Command "update T set F = null where rowid = 44914";
Command "update T set F = null where rowid = 31617";
Command "update T set F = null where rowid = 53661";
Command "update T set F = null where rowid = 5620";
Command "update T set F = null where rowid = 55774";
Command "update T set F = null where rowid = 15885";
Command "update T set F = null where rowid = 35998";
Command "update T set F = null where rowid = 33762";
Command "update T set F = null where rowid = 60";
Command "update T set F = null where rowid = 50108";
Command "update T set F = null where rowid = 50804";
Command "update T set F = null where rowid = 37715";
Command "update T set F = null where rowid = 40473";
Command "update T set F = null where rowid = 28989";
Command "update T set F = null where rowid = 25126";
Command "update T set F = null where rowid = 44859";
Command "update T set F = null where rowid = 5487";
Command "update T set F = null where rowid = 30474";
Command "update T set F = null where rowid = 57206";
Command "update T set F = null where rowid = 55257";
Command "update T set F = null where rowid = 44377";
Command "update T set F = null where rowid = 45054";
Command "update T set F = null where rowid = 49568";
Command "update T set F = null where rowid = 16597";
Command "update T set F = null where rowid = 49527";
Command "update T set F = null where rowid = 2907";
Command "update T set F = null where rowid = 21593";
Command "update T set F = null where rowid = 52835";
Command "update T set F = null where rowid = 15313";
Command "update T set F = null where rowid = 24034";
Command "update T set F = null where rowid = 33089";
Command "update T set F = null where rowid = 52906";
Command "update T set F = null where rowid = 42400";
Command "update T set F = null where rowid = 14399";
Command "update T set F = null where rowid = 40588";
Command "update T set F = null where rowid = 16436";
Command "update T set F = null where rowid = 58266";
Command "update T set F = null where rowid = 57256";
Command "update T set F = null where rowid = 16974";
Command "update T set F = null where rowid = 19060";
Command "update T set F = null where rowid = 21763";
Command "update T set F = null where rowid = 32888";
Command "update T set F = null where rowid = 11392";
Command "update T set F = null where rowid = 21484";
Command "update T set F = null where rowid = 24597";
Command "update T set F = null where rowid = 24463";
Command "update T set F = null where rowid = 27576";
Command "update T set F = null where rowid = 46017";
Command "update T set F = null where rowid = 24445";
Command "update T set F = null where rowid = 21326";
Command "update T set F = null where rowid = 60972";
Command "update T set F = null where rowid = 45520";
Command "update T set F = null where rowid = 49234";
Command "update T set F = null where rowid = 38733";
Command "update T set F = null where rowid = 41186";
Command "update T set F = null where rowid = 14053";
Command "update T set F = null where rowid = 51219";
Command "update T set F = null where rowid = 56859";
Command "update T set F = null where rowid = 24557";
Command "update T set F = null where rowid = 40321";
Command "update T set F = null where rowid = 53969";
Command "update T set F = null where rowid = 37089";
Command "update T set F = null where rowid = 4106";
Command "update T set F = null where rowid = 1657";
Command "update T set F = null where rowid = 1522";
Command "update T set F = null where rowid = 30633";
Command "update T set F = null where rowid = 7014";
Command "update T set F = null where rowid = 5074";
Command "update T set F = null where rowid = 21989";
Command "update T set F = null where rowid = 8168";
Command "update T set F = null where rowid = 37081";
Command "update T set F = null where rowid = 1750";
Command "update T set F = null where rowid = 44778";
Command "update T set F = null where rowid = 21788";
Command "update T set F = null where rowid = 36501";
Command "update T set F = null where rowid = 25753";
Command "update T set F = null where rowid = 57152";
Command "update T set F = null where rowid = 36817";
Command "update T set F = null where rowid = 55214";
Command "update T set F = null where rowid = 18623";
Command "update T set F = null where rowid = 3345";
Command "update T set F = null where rowid = 14487";
Command "update T set F = null where rowid = 32157";
Command "update T set F = null where rowid = 31492";
Command "update T set F = null where rowid = 38435";
Command "update T set F = null where rowid = 30556";
Command "update T set F = null where rowid = 26583";
Command "update T set F = null where rowid = 51589";
Command "update T set F = null where rowid = 3071";
Command "update T set F = null where rowid = 23653";
Command "update T set F = null where rowid = 18186";
Command "update T set F = null where rowid = 56788";
Command "update T set F = null where rowid = 36283";
Command "update T set F = null where rowid = 5438";
Command "update T set F = null where rowid = 49964";
Command "update T set F = null where rowid = 36978";
Command "update T set F = null where rowid = 60383";
Command "update T set F = null where rowid = 23441";
Command "update T set F = null where rowid = 43816";
Command "update T set F = null where rowid = 254";
Command "update T set F = null where rowid = 51026";
Command "update T set F = null where rowid = 59705";
Command "update T set F = null where rowid = 1268";
Command "update T set F = null where rowid = 19724";
Command "update T set F = null where rowid = 42390";
Command "update T set F = null where rowid = 29511";
Command "update T set F = null where rowid = 56426";
Command "update T set F = null where rowid = 42779";
Command "update T set F = null where rowid = 37562";
Command "update T set F = null where rowid = 29425";
Command "update T set F = null where rowid = 47499";
Command "update T set F = null where rowid = 9606";
Command "update T set F = null where rowid = 28087";
Command "update T set F = null where rowid = 57331";
Command "update T set F = null where rowid = 14373";
Command "update T set F = null where rowid = 15719";
Command "update T set F = null where rowid = 34184";
Command "update T set F = null where rowid = 54104";
Command "update T set F = null where rowid = 40357";
Command "update T set F = null where rowid = 11400";
Command "update T set F = null where rowid = 36026";
Command "update T set F = null where rowid = 40852";
Command "update T set F = null where rowid = 22497";
Command "update T set F = null where rowid = 18274";
Command "update T set F = null where rowid = 45445";
Command "update T set F = null where rowid = 10197";
Command "update T set F = null where rowid = 51515";
Command "update T set F = null where rowid = 33947";
Command "update T set F = null where rowid = 28716";
Command "update T set F = null where rowid = 42252";
Command "update T set F = null where rowid = 5283";
Command "update T set F = null where rowid = 3275";
Command "update T set F = null where rowid = 46984";
Command "update T set F = null where rowid = 8787";
Command "update T set F = null where rowid = 34069";
Command "update T set F = null where rowid = 21660";
Command "update T set F = null where rowid = 52138";
Command "update T set F = null where rowid = 30238";
Command "update T set F = null where rowid = 21554";
Command "update T set F = null where rowid = 1998";
Command "update T set F = null where rowid = 2793";
Command "update T set F = null where rowid = 14328";
Command "update T set F = null where rowid = 10035";
Command "update T set F = null where rowid = 19034";
Command "update T set F = null where rowid = 6576";
Command "update T set F = null where rowid = 59871";
Command "update T set F = null where rowid = 38089";
Command "update T set F = null where rowid = 10703";
Command "update T set F = null where rowid = 11413";
Command "update T set F = null where rowid = 58869";
Command "update T set F = null where rowid = 52678";
Command "update T set F = null where rowid = 12935";
Command "update T set F = null where rowid = 20304";
Command "update T set F = null where rowid = 26920";
Command "update T set F = null where rowid = 39060";
Command "update T set F = null where rowid = 19625";
Command "update T set F = null where rowid = 35521";
Command "update T set F = null where rowid = 32969";
Command "update T set F = null where rowid = 5733";
Command "update T set F = null where rowid = 45779";
Command "update T set F = null where rowid = 10321";
Command "update T set F = null where rowid = 7053";
Command "update T set F = null where rowid = 25655";
Command "update T set F = null where rowid = 26921";
Command "update T set F = null where rowid = 42268";
Command "update T set F = null where rowid = 47934";
Command "update T set F = null where rowid = 34701";
Command "update T set F = null where rowid = 59640";
Command "update T set F = null where rowid = 47454";
Command "update T set F = null where rowid = 5684";
Command "update T set F = null where rowid = 7528";
Command "update T set F = null where rowid = 38216";
Command "update T set F = null where rowid = 26420";
Command "update T set F = null where rowid = 42727";
Command "update T set F = null where rowid = 26819";
Command "update T set F = null where rowid = 48988";
Command "update T set F = null where rowid = 10468";
Command "update T set F = null where rowid = 1869";
Command "update T set F = null where rowid = 3039";
Command "update T set F = null where rowid = 32957";
Command "update T set F = null where rowid = 13456";
Command "update T set F = null where rowid = 290";
Command "update T set F = null where rowid = 24191";
Command "update T set F = null where rowid = 39463";
Command "update T set F = null where rowid = 58886";
Command "update T set F = null where rowid = 48935";
Command "update T set F = null where rowid = 53263";
Command "update T set F = null where rowid = 6646";
Command "update T set F = null where rowid = 39435";
Command "update T set F = null where rowid = 29816";
Command "update T set F = null where rowid = 20892";
Command "update T set F = null where rowid = 58917";
Command "update T set F = null where rowid = 51765";
Command "update T set F = null where rowid = 49399";
Command "update T set F = null where rowid = 44614";
Command "update T set F = null where rowid = 39896";
Command "update T set F = null where rowid = 36132";
Command "update T set F = null where rowid = 10062";
Command "update T set F = null where rowid = 59636";
Command "update T set F = null where rowid = 18224";
Command "update T set F = null where rowid = 58325";
Command "update T set F = null where rowid = 20323";
Command "update T set F = null where rowid = 27033";
Command "update T set F = null where rowid = 9048";
Command "update T set F = null where rowid = 1439";
Command "update T set F = null where rowid = 31368";
Command "update T set F = null where rowid = 48381";
Command "update T set F = null where rowid = 47828";
Command "update T set F = null where rowid = 6077";
Command "update T set F = null where rowid = 27280";
Command "update T set F = null where rowid = 24943";
Command "update T set F = null where rowid = 44112";
Command "update T set F = null where rowid = 18490";
Command "update T set F = null where rowid = 48444";
Command "update T set F = null where rowid = 48551";
Command "update T set F = null where rowid = 47963";
Command "update T set F = null where rowid = 5492";
Command "update T set F = null where rowid = 54867";
Command "update T set F = null where rowid = 25784";
Command "update T set F = null where rowid = 34934";
Command "update T set F = null where rowid = 39924";
Command "update T set F = null where rowid = 44655";
Command "update T set F = null where rowid = 40031";
Command "update T set F = null where rowid = 18312";
Command "update T set F = null where rowid = 56718";
Command "update T set F = null where rowid = 50090";
Command "update T set F = null where rowid = 45432";
Command "update T set F = null where rowid = 6146";
Command "update T set F = null where rowid = 59950";
Command "update T set F = null where rowid = 19710";
Command "update T set F = null where rowid = 42092";
Command "update T set F = null where rowid = 52177";
Command "update T set F = null where rowid = 54231";
Command "update T set F = null where rowid = 27662";
Command "update T set F = null where rowid = 52616";
Command "update T set F = null where rowid = 20787";
Command "update T set F = null where rowid = 17855";
Command "update T set F = null where rowid = 47762";
Command "update T set F = null where rowid = 30994";
Command "update T set F = null where rowid = 47651";
Command "update T set F = null where rowid = 29383";
Command "update T set F = null where rowid = 3432";
Command "update T set F = null where rowid = 55063";
Command "update T set F = null where rowid = 60676";
Command "update T set F = null where rowid = 55155";
Command "update T set F = null where rowid = 14694";
Command "update T set F = null where rowid = 60365";
Command "update T set F = null where rowid = 49119";
Command "update T set F = null where rowid = 56755";
Command "update T set F = null where rowid = 47332";
Command "update T set F = null where rowid = 8834";
Command "update T set F = null where rowid = 19377";
Command "update T set F = null where rowid = 60697";
Command "update T set F = null where rowid = 9677";
Command "update T set F = null where rowid = 23871";
Command "update T set F = null where rowid = 7824";
Command "update T set F = null where rowid = 54455";
Command "update T set F = null where rowid = 24727";
Command "update T set F = null where rowid = 5134";
Command "update T set F = null where rowid = 46601";
Command "update T set F = null where rowid = 34578";
Command "update T set F = null where rowid = 23352";
Command "update T set F = null where rowid = 20915";
Command "update T set F = null where rowid = 30924";
Command "update T set F = null where rowid = 42423";
Command "update T set F = null where rowid = 30401";
Command "update T set F = null where rowid = 34676";
Command "update T set F = null where rowid = 40773";
Command "update T set F = null where rowid = 15045";
Command "update T set F = null where rowid = 52344";
Command "update T set F = null where rowid = 1148";
Command "update T set F = null where rowid = 34548";
Command "update T set F = null where rowid = 20201";
Command "update T set F = null where rowid = 36677";
Command "update T set F = null where rowid = 36070";
Command "update T set F = null where rowid = 11672";
Command "update T set F = null where rowid = 56255";
Command "update T set F = null where rowid = 34390";
Command "update T set F = null where rowid = 57054";
Command "update T set F = null where rowid = 21608";
Command "update T set F = null where rowid = 54320";
Command "update T set F = null where rowid = 36204";
Command "update T set F = null where rowid = 58457";
Command "update T set F = null where rowid = 44124";
Command "update T set F = null where rowid = 39680";
Command "update T set F = null where rowid = 18494";
Command "update T set F = null where rowid = 25201";
Command "update T set F = null where rowid = 20253";
Command "update T set F = null where rowid = 23344";
Command "update T set F = null where rowid = 30818";
Command "update T set F = null where rowid = 16869";
Command "update T set F = null where rowid = 45317";
Command "update T set F = null where rowid = 53184";
Command "update T set F = null where rowid = 61216";
Command "update T set F = null where rowid = 24883";
Command "update T set F = null where rowid = 17208";
Command "update T set F = null where rowid = 29180";
Command "update T set F = null where rowid = 58339";
Command "update T set F = null where rowid = 4977";
Command "update T set F = null where rowid = 31120";
Command "update T set F = null where rowid = 3989";
Command "update T set F = null where rowid = 45413";
Command "update T set F = null where rowid = 51744";
Command "update T set F = null where rowid = 12018";
Command "update T set F = null where rowid = 47059";
Command "update T set F = null where rowid = 47155";
Command "update T set F = null where rowid = 16104";
Command "update T set F = null where rowid = 10949";
Command "update T set F = null where rowid = 4482";
Command "update T set F = null where rowid = 25562";
Command "update T set F = null where rowid = 34198";
Command "update T set F = null where rowid = 12957";
Command "update T set F = null where rowid = 4076";
Command "update T set F = null where rowid = 24376";
Command "update T set F = null where rowid = 59721";
Command "update T set F = null where rowid = 42568";
Command "update T set F = null where rowid = 40991";
Command "update T set F = null where rowid = 14946";
Command "update T set F = null where rowid = 18501";
Command "update T set F = null where rowid = 61294";
Command "update T set F = null where rowid = 22649";
Command "update T set F = null where rowid = 1783";
Command "update T set F = null where rowid = 14913";
Command "update T set F = null where rowid = 28391";
Command "update T set F = null where rowid = 33625";
Command "update T set F = null where rowid = 15461";
Command "update T set F = null where rowid = 33066";
Command "update T set F = null where rowid = 10510";
Command "update T set F = null where rowid = 52415";
Command "update T set F = null where rowid = 34958";
Command "update T set F = null where rowid = 20338";
Command "update T set F = null where rowid = 35609";
Command "update T set F = null where rowid = 19747";
Command "update T set F = null where rowid = 60384";
Command "update T set F = null where rowid = 25278";
Command "update T set F = null where rowid = 13901";
Command "update T set F = null where rowid = 54634";
Command "update T set F = null where rowid = 17282";
Command "update T set F = null where rowid = 47757";
Command "update T set F = null where rowid = 22736";
Command "update T set F = null where rowid = 424";
Command "update T set F = null where rowid = 33284";
Command "update T set F = null where rowid = 42788";
Command "update T set F = null where rowid = 20242";
Command "update T set F = null where rowid = 31266";
Command "update T set F = null where rowid = 43130";
Command "update T set F = null where rowid = 44766";
Command "update T set F = null where rowid = 57459";
Command "update T set F = null where rowid = 22169";
Command "update T set F = null where rowid = 9150";
Command "update T set F = null where rowid = 21";
Command "update T set F = null where rowid = 45533";
Command "update T set F = null where rowid = 405";
Command "update T set F = null where rowid = 23821";
Command "update T set F = null where rowid = 51703";
Command "update T set F = null where rowid = 41751";
Command "update T set F = null where rowid = 13458";
Command "update T set F = null where rowid = 36159";
Command "update T set F = null where rowid = 29902";
Command "update T set F = null where rowid = 32944";
Command "update T set F = null where rowid = 11594";
Command "update T set F = null where rowid = 23599";
Command "update T set F = null where rowid = 54420";
Command "update T set F = null where rowid = 29302";
Command "update T set F = null where rowid = 47645";
Command "update T set F = null where rowid = 12491";
Command "update T set F = null where rowid = 51369";
Command "update T set F = null where rowid = 39421";
Command "update T set F = null where rowid = 5339";
Command "update T set F = null where rowid = 18787";
Command "update T set F = null where rowid = 44284";
Command "update T set F = null where rowid = 61035";
Command "update T set F = null where rowid = 8715";
Command "update T set F = null where rowid = 57574";
Command "update T set F = null where rowid = 21137";
Command "update T set F = null where rowid = 3086";
Command "update T set F = null where rowid = 29599";
Command "update T set F = null where rowid = 42661";
Command "update T set F = null where rowid = 33177";
Command "update T set F = null where rowid = 38083";
Command "update T set F = null where rowid = 48893";
Command "update T set F = null where rowid = 34541";
Command "update T set F = null where rowid = 58382";
Command "update T set F = null where rowid = 11228";
Command "update T set F = null where rowid = 37241";
Command "update T set F = null where rowid = 51528";
Command "update T set F = null where rowid = 14450";
Command "update T set F = null where rowid = 42310";
Command "update T set F = null where rowid = 19851";
Command "update T set F = null where rowid = 21332";
Command "update T set F = null where rowid = 22391";
Command "update T set F = null where rowid = 8326";
Command "update T set F = null where rowid = 50533";
Command "update T set F = null where rowid = 17250";
Command "update T set F = null where rowid = 1278";
Command "update T set F = null where rowid = 46556";
Command "update T set F = null where rowid = 4649";
Command "update T set F = null where rowid = 25650";
Command "update T set F = null where rowid = 11396";
Command "update T set F = null where rowid = 46011";
Command "update T set F = null where rowid = 24472";
Command "update T set F = null where rowid = 44603";
Command "update T set F = null where rowid = 61226";
Command "update T set F = null where rowid = 18336";
Command "update T set F = null where rowid = 10088";
Command "update T set F = null where rowid = 47683";
Command "update T set F = null where rowid = 25841";
Command "update T set F = null where rowid = 2322";
Command "update T set F = null where rowid = 37285";
Command "update T set F = null where rowid = 55359";
Command "update T set F = null where rowid = 46619";
Command "update T set F = null where rowid = 25969";
Command "update T set F = null where rowid = 59218";
Command "update T set F = null where rowid = 35292";
Command "update T set F = null where rowid = 21655";
Command "update T set F = null where rowid = 47746";
Command "update T set F = null where rowid = 19452";
Command "update T set F = null where rowid = 12071";
Command "update T set F = null where rowid = 3221";
Command "update T set F = null where rowid = 47391";
Command "update T set F = null where rowid = 51008";
Command "update T set F = null where rowid = 46708";
Command "update T set F = null where rowid = 22691";
Command "update T set F = null where rowid = 4926";
Command "update T set F = null where rowid = 29361";
Command "update T set F = null where rowid = 53669";
Command "update T set F = null where rowid = 6647";
Command "update T set F = null where rowid = 55021";
Command "update T set F = null where rowid = 21040";
Command "update T set F = null where rowid = 36738";
Command "update T set F = null where rowid = 59843";
Command "update T set F = null where rowid = 27346";
Command "update T set F = null where rowid = 59970";
Command "update T set F = null where rowid = 52951";
Command "update T set F = null where rowid = 24536";
Command "update T set F = null where rowid = 40715";
Command "update T set F = null where rowid = 59365";
Command "update T set F = null where rowid = 59856";
Command "update T set F = null where rowid = 6895";
Command "update T set F = null where rowid = 10941";
Command "update T set F = null where rowid = 59544";
Command "update T set F = null where rowid = 23401";
Command "update T set F = null where rowid = 29334";
Command "update T set F = null where rowid = 55331";
Command "update T set F = null where rowid = 46674";
Command "update T set F = null where rowid = 37613";
Command "update T set F = null where rowid = 24913";
Command "update T set F = null where rowid = 54011";
Command "update T set F = null where rowid = 54399";
Command "update T set F = null where rowid = 104";
Command "update T set F = null where rowid = 39415";
Command "update T set F = null where rowid = 26303";
Command "update T set F = null where rowid = 38191";
Command "update T set F = null where rowid = 58032";
Command "update T set F = null where rowid = 56374";
Command "update T set F = null where rowid = 53929";
Command "update T set F = null where rowid = 47181";
Command "update T set F = null where rowid = 1638";
Command "update T set F = null where rowid = 42942";
Command "update T set F = null where rowid = 44849";
Command "update T set F = null where rowid = 16294";
Command "update T set F = null where rowid = 41089";
Command "update T set F = null where rowid = 1423";
Command "update T set F = null where rowid = 40825";
Command "update T set F = null where rowid = 35122";
Command "update T set F = null where rowid = 33925";
Command "update T set F = null where rowid = 16465";
Command "update T set F = null where rowid = 37738";
Command "update T set F = null where rowid = 52792";
Command "update T set F = null where rowid = 33397";
Command "update T set F = null where rowid = 54443";
Command "update T set F = null where rowid = 4789";
Command "update T set F = null where rowid = 60019";
Command "update T set F = null where rowid = 44675";
Command "update T set F = null where rowid = 40995";
Command "update T set F = null where rowid = 38724";
Command "update T set F = null where rowid = 7844";
Command "update T set F = null where rowid = 34226";
Command "update T set F = null where rowid = 30180";
Command "update T set F = null where rowid = 39852";
Command "update T set F = null where rowid = 40750";
Command "update T set F = null where rowid = 46339";
Command "update T set F = null where rowid = 682";
Command "update T set F = null where rowid = 50490";
Command "update T set F = null where rowid = 33357";
Command "update T set F = null where rowid = 9551";
Command "update T set F = null where rowid = 45928";
Command "update T set F = null where rowid = 4931";
Command "update T set F = null where rowid = 31286";
Command "update T set F = null where rowid = 58037";
Command "update T set F = null where rowid = 28789";
Command "update T set F = null where rowid = 11933";
Command "update T set F = null where rowid = 10031";
Command "update T set F = null where rowid = 30538";
Command "update T set F = null where rowid = 52737";
Command "update T set F = null where rowid = 48063";
Command "update T set F = null where rowid = 13875";
Command "update T set F = null where rowid = 16929";
Command "update T set F = null where rowid = 43736";
Command "update T set F = null where rowid = 58727";
Command "update T set F = null where rowid = 27981";
Command "update T set F = null where rowid = 753";
Command "update T set F = null where rowid = 53146";
Command "update T set F = null where rowid = 51909";
Command "update T set F = null where rowid = 53297";
Command "update T set F = null where rowid = 33346";
Command "update T set F = null where rowid = 14565";
Command "update T set F = null where rowid = 7562";
Command "update T set F = null where rowid = 39276";
Command "update T set F = null where rowid = 44057";
Command "update T set F = null where rowid = 49479";
Command "update T set F = null where rowid = 26309";
Command "update T set F = null where rowid = 52395";
Command "update T set F = null where rowid = 30272";
Command "update T set F = null where rowid = 28471";
Command "update T set F = null where rowid = 22011";
Command "update T set F = null where rowid = 51066";
Command "update T set F = null where rowid = 60816";
Command "update T set F = null where rowid = 20778";
Command "update T set F = null where rowid = 45459";
Command "update T set F = null where rowid = 51670";
Command "update T set F = null where rowid = 45251";
Command "update T set F = null where rowid = 6865";
Command "update T set F = null where rowid = 8431";
Command "update T set F = null where rowid = 53541";
Command "update T set F = null where rowid = 49070";
Command "update T set F = null where rowid = 23101";
Command "update T set F = null where rowid = 31033";
Command "update T set F = null where rowid = 35533";
Command "update T set F = null where rowid = 45977";
Command "update T set F = null where rowid = 37163";
Command "update T set F = null where rowid = 59328";
Command "update T set F = null where rowid = 3358";
Command "update T set F = null where rowid = 15872";
Command "update T set F = null where rowid = 23067";
Command "update T set F = null where rowid = 37408";
Command "update T set F = null where rowid = 1781";
Command "update T set F = null where rowid = 16759";
Command "update T set F = null where rowid = 47732";
Command "update T set F = null where rowid = 24297";
Command "update T set F = null where rowid = 60980";
Command "update T set F = null where rowid = 47958";
Command "update T set F = null where rowid = 52977";
Command "update T set F = null where rowid = 44636";
Command "update T set F = null where rowid = 39693";
Command "update T set F = null where rowid = 37628";
Command "update T set F = null where rowid = 19497";
Command "update T set F = null where rowid = 42081";
Command "update T set F = null where rowid = 26774";
Command "update T set F = null where rowid = 154";
Command "update T set F = null where rowid = 10836";
Command "update T set F = null where rowid = 5590";
Command "update T set F = null where rowid = 27507";
Command "update T set F = null where rowid = 40926";
Command "update T set F = null where rowid = 55646";
Command "update T set F = null where rowid = 32507";
Command "update T set F = null where rowid = 25754";
Command "update T set F = null where rowid = 1712";
Command "update T set F = null where rowid = 44492";
Command "update T set F = null where rowid = 56164";
Command "update T set F = null where rowid = 57361";
Command "update T set F = null where rowid = 59063";
Command "update T set F = null where rowid = 36306";
Command "update T set F = null where rowid = 55238";
Command "update T set F = null where rowid = 23773";
Command "update T set F = null where rowid = 36769";
Command "update T set F = null where rowid = 31484";
Command "update T set F = null where rowid = 11553";
Command "update T set F = null where rowid = 60809";
Command "update T set F = null where rowid = 41780";
Command "update T set F = null where rowid = 59602";
Command "update T set F = null where rowid = 8609";
Command "update T set F = null where rowid = 31153";
Command "update T set F = null where rowid = 45470";
Command "update T set F = null where rowid = 10550";
Command "update T set F = null where rowid = 43438";
Command "update T set F = null where rowid = 18416";
Command "update T set F = null where rowid = 45711";
Command "update T set F = null where rowid = 55536";
Command "update T set F = null where rowid = 30807";
Command "update T set F = null where rowid = 28440";
Command "update T set F = null where rowid = 57590";
Command "update T set F = null where rowid = 48700";
Command "update T set F = null where rowid = 34896";
Command "update T set F = null where rowid = 51051";
Command "update T set F = null where rowid = 24948";
Command "update T set F = null where rowid = 19920";
Command "update T set F = null where rowid = 24699";
Command "update T set F = null where rowid = 29925";
Command "update T set F = null where rowid = 7044";
Command "update T set F = null where rowid = 46146";
Command "update T set F = null where rowid = 23920";
Command "update T set F = null where rowid = 47525";
Command "update T set F = null where rowid = 8003";
Command "update T set F = null where rowid = 11691";
Command "update T set F = null where rowid = 47947";
Command "update T set F = null where rowid = 22682";
Command "update T set F = null where rowid = 2700";
Command "update T set F = null where rowid = 28702";
Command "update T set F = null where rowid = 57989";
Command "update T set F = null where rowid = 24410";
Command "update T set F = null where rowid = 57179";
Command "update T set F = null where rowid = 20522";
Command "update T set F = null where rowid = 24764";
Command "update T set F = null where rowid = 37328";
Command "update T set F = null where rowid = 42059";
Command "update T set F = null where rowid = 55233";
Command "update T set F = null where rowid = 3850";
Command "update T set F = null where rowid = 56824";
Command "update T set F = null where rowid = 57877";
Command "update T set F = null where rowid = 8027";
Command "update T set F = null where rowid = 55965";
Command "update T set F = null where rowid = 39950";
Command "update T set F = null where rowid = 25797";
Command "update T set F = null where rowid = 46794";
Command "update T set F = null where rowid = 9003";
Command "update T set F = null where rowid = 57466";
Command "update T set F = null where rowid = 42463";
Command "update T set F = null where rowid = 30270";
Command "update T set F = null where rowid = 45780";
Command "update T set F = null where rowid = 935";
Command "update T set F = null where rowid = 12220";
Command "update T set F = null where rowid = 16593";
Command "update T set F = null where rowid = 53698";
Command "update T set F = null where rowid = 39553";
Command "update T set F = null where rowid = 27949";
Command "update T set F = null where rowid = 10049";
Command "update T set F = null where rowid = 56417";
Command "update T set F = null where rowid = 58919";
Command "update T set F = null where rowid = 24117";
Command "update T set F = null where rowid = 17182";
Command "update T set F = null where rowid = 50608";
Command "update T set F = null where rowid = 32426";
Command "update T set F = null where rowid = 17183";
Command "update T set F = null where rowid = 18918";
Command "update T set F = null where rowid = 30049";
Command "update T set F = null where rowid = 40088";
Command "update T set F = null where rowid = 48461";
Command "update T set F = null where rowid = 48456";
Command "update T set F = null where rowid = 17769";
Command "update T set F = null where rowid = 57268";
Command "update T set F = null where rowid = 27838";
Command "update T set F = null where rowid = 13680";
Command "update T set F = null where rowid = 46373";
Command "update T set F = null where rowid = 52167";
Command "update T set F = null where rowid = 28016";
Command "update T set F = null where rowid = 27687";
Command "update T set F = null where rowid = 37257";
Command "update T set F = null where rowid = 2462";
Command "update T set F = null where rowid = 56157";
Command "update T set F = null where rowid = 31661";
Command "update T set F = null where rowid = 25146";
Command "update T set F = null where rowid = 22619";
Command "update T set F = null where rowid = 6198";
Command "update T set F = null where rowid = 6403";
Command "update T set F = null where rowid = 29771";
Command "update T set F = null where rowid = 31166";
Command "update T set F = null where rowid = 47631";
Command "update T set F = null where rowid = 50089";
Command "update T set F = null where rowid = 50001";
Command "update T set F = null where rowid = 25026";
Command "update T set F = null where rowid = 18469";
Command "update T set F = null where rowid = 36184";
Command "update T set F = null where rowid = 44629";
Command "update T set F = null where rowid = 27676";
Command "update T set F = null where rowid = 45859";
Command "update T set F = null where rowid = 47796";
Command "update T set F = null where rowid = 52957";
Command "update T set F = null where rowid = 52940";
Command "update T set F = null where rowid = 60795";
Command "update T set F = null where rowid = 51776";
Command "update T set F = null where rowid = 28365";
Command "update T set F = null where rowid = 43205";
Command "update T set F = null where rowid = 26949";
Command "update T set F = null where rowid = 28944";
Command "update T set F = null where rowid = 29175";
Command "update T set F = null where rowid = 52861";
Command "update T set F = null where rowid = 36218";
Command "update T set F = null where rowid = 47079";
Command "update T set F = null where rowid = 25939";
Command "update T set F = null where rowid = 60342";
Command "update T set F = null where rowid = 57103";
Command "update T set F = null where rowid = 46534";
Command "update T set F = null where rowid = 34777";
Command "update T set F = null where rowid = 18534";
Command "update T set F = null where rowid = 40880";
Command "update T set F = null where rowid = 7296";
Command "update T set F = null where rowid = 1302";
Command "update T set F = null where rowid = 26335";
Command "update T set F = null where rowid = 48996";
Command "update T set F = null where rowid = 13849";
Command "update T set F = null where rowid = 6664";
Command "update T set F = null where rowid = 54683";
Command "update T set F = null where rowid = 19921";
Command "update T set F = null where rowid = 43184";
Command "update T set F = null where rowid = 42180";
Command "update T set F = null where rowid = 45802";
Command "update T set F = null where rowid = 38266";
Command "update T set F = null where rowid = 9324";
Command "update T set F = null where rowid = 9904";
Command "update T set F = null where rowid = 60025";
Command "update T set F = null where rowid = 22560";
Command "update T set F = null where rowid = 15779";
Command "update T set F = null where rowid = 24527";
Command "update T set F = null where rowid = 38830";
Command "update T set F = null where rowid = 25955";
Command "update T set F = null where rowid = 37557";
Command "update T set F = null where rowid = 46479";
Command "update T set F = null where rowid = 51868";
Command "update T set F = null where rowid = 22074";
Command "update T set F = null where rowid = 54330";
Command "update T set F = null where rowid = 16219";
Command "update T set F = null where rowid = 3203";
Command "update T set F = null where rowid = 50174";
Command "update T set F = null where rowid = 58437";
Command "update T set F = null where rowid = 58362";
Command "update T set F = null where rowid = 44471";
Command "update T set F = null where rowid = 31986";
Command "update T set F = null where rowid = 7970";
Command "update T set F = null where rowid = 56750";
Command "update T set F = null where rowid = 8520";
Command "update T set F = null where rowid = 22120";
Command "update T set F = null where rowid = 53368";
Command "update T set F = null where rowid = 55835";
Command "update T set F = null where rowid = 30665";
Command "update T set F = null where rowid = 44108";
Command "update T set F = null where rowid = 47283";
Command "update T set F = null where rowid = 9850";
Command "update T set F = null where rowid = 47065";
Command "update T set F = null where rowid = 32094";
Command "update T set F = null where rowid = 21509";
Command "update T set F = null where rowid = 7156";
Command "update T set F = null where rowid = 7695";
Command "update T set F = null where rowid = 38449";
Command "update T set F = null where rowid = 48638";
Command "update T set F = null where rowid = 7047";
Command "update T set F = null where rowid = 19404";
Command "update T set F = null where rowid = 60338";
Command "update T set F = null where rowid = 32170";
Command "update T set F = null where rowid = 49943";
Command "update T set F = null where rowid = 4783";
Command "update T set F = null where rowid = 2753";
Command "update T set F = null where rowid = 46053";
Command "update T set F = null where rowid = 13824";
Command "update T set F = null where rowid = 11098";
Command "update T set F = null where rowid = 45566";
Command "update T set F = null where rowid = 29012";
Command "update T set F = null where rowid = 26549";
Command "update T set F = null where rowid = 8310";
Command "update T set F = null where rowid = 23026";
Command "update T set F = null where rowid = 35813";
Command "update T set F = null where rowid = 46525";
Command "update T set F = null where rowid = 58852";
Command "update T set F = null where rowid = 42748";
Command "update T set F = null where rowid = 54982";
Command "update T set F = null where rowid = 42304";
Command "update T set F = null where rowid = 7945";
Command "update T set F = null where rowid = 26199";
Command "update T set F = null where rowid = 30305";
Command "update T set F = null where rowid = 4149";
Command "update T set F = null where rowid = 30089";
Command "update T set F = null where rowid = 60136";
Command "update T set F = null where rowid = 33206";
Command "update T set F = null where rowid = 7538";
Command "update T set F = null where rowid = 43009";
Command "update T set F = null where rowid = 25711";
Command "update T set F = null where rowid = 30660";
Command "update T set F = null where rowid = 26767";
Command "update T set F = null where rowid = 36655";
Command "update T set F = null where rowid = 51501";
Command "update T set F = null where rowid = 8428";
Command "update T set F = null where rowid = 53161";
Command "update T set F = null where rowid = 45491";
Command "update T set F = null where rowid = 33163";
Command "update T set F = null where rowid = 48462";
Command "update T set F = null where rowid = 47634";
Command "update T set F = null where rowid = 37567";
Command "update T set F = null where rowid = 1322";
Command "update T set F = null where rowid = 50342";
Command "update T set F = null where rowid = 44535";
Command "update T set F = null where rowid = 47213";
Command "update T set F = null where rowid = 10525";
Command "update T set F = null where rowid = 47489";
Command "update T set F = null where rowid = 20718";
Command "update T set F = null where rowid = 37640";
Command "update T set F = null where rowid = 43923";
Command "update T set F = null where rowid = 1305";
Command "update T set F = null where rowid = 26507";
Command "update T set F = null where rowid = 41704";
Command "update T set F = null where rowid = 24284";
Command "update T set F = null where rowid = 10775";
Command "update T set F = null where rowid = 33740";
Command "update T set F = null where rowid = 40943";
Command "update T set F = null where rowid = 8627";
Command "update T set F = null where rowid = 29482";
Command "update T set F = null where rowid = 37173";
Command "update T set F = null where rowid = 10640";
Command "update T set F = null where rowid = 33";
Command "update T set F = null where rowid = 7102";
Command "update T set F = null where rowid = 48431";
Command "update T set F = null where rowid = 48364";
Command "update T set F = null where rowid = 2406";
Command "update T set F = null where rowid = 23458";
Command "update T set F = null where rowid = 11195";
Command "update T set F = null where rowid = 15112";
Command "update T set F = null where rowid = 11736";
Command "update T set F = null where rowid = 57295";
Command "update T set F = null where rowid = 47195";
Command "update T set F = null where rowid = 39309";
Command "update T set F = null where rowid = 34379";
Command "update T set F = null where rowid = 22423";
Command "update T set F = null where rowid = 24298";
Command "update T set F = null where rowid = 2965";
Command "update T set F = null where rowid = 13753";
Command "update T set F = null where rowid = 56780";
Command "update T set F = null where rowid = 4737";
Command "update T set F = null where rowid = 494";
Command "update T set F = null where rowid = 20342";
Command "update T set F = null where rowid = 29389";
Command "update T set F = null where rowid = 42465";
Command "update T set F = null where rowid = 27281";
Command "update T set F = null where rowid = 4048";
Command "update T set F = null where rowid = 4694";
Command "update T set F = null where rowid = 183";
Command "update T set F = null where rowid = 49711";
Command "update T set F = null where rowid = 42073";
Command "update T set F = null where rowid = 34923";
Command "update T set F = null where rowid = 30016";
Command "update T set F = null where rowid = 17532";
Command "update T set F = null where rowid = 15440";
Command "update T set F = null where rowid = 6120";
Command "update T set F = null where rowid = 50693";
Command "update T set F = null where rowid = 34617";
Command "update T set F = null where rowid = 40080";
Command "update T set F = null where rowid = 17485";
Command "update T set F = null where rowid = 42551";
Command "update T set F = null where rowid = 11495";
Command "update T set F = null where rowid = 57522";
Command "update T set F = null where rowid = 14869";
Command "update T set F = null where rowid = 4437";
Command "update T set F = null where rowid = 9751";
Command "update T set F = null where rowid = 57824";
Command "update T set F = null where rowid = 13279";
Command "update T set F = null where rowid = 1466";
Command "update T set F = null where rowid = 48068";
Command "update T set F = null where rowid = 33532";
Command "update T set F = null where rowid = 55782";
Command "update T set F = null where rowid = 52332";
Command "update T set F = null where rowid = 35574";
Command "update T set F = null where rowid = 36567";
Command "update T set F = null where rowid = 36605";
Command "update T set F = null where rowid = 53788";
Command "update T set F = null where rowid = 40419";
Command "update T set F = null where rowid = 53084";
Command "update T set F = null where rowid = 19825";
Command "update T set F = null where rowid = 19183";
Command "update T set F = null where rowid = 50512";
Command "update T set F = null where rowid = 17119";
Command "update T set F = null where rowid = 51186";
Command "update T set F = null where rowid = 55523";
Command "update T set F = null where rowid = 5280";
Command "update T set F = null where rowid = 29817";
Command "update T set F = null where rowid = 19990";
Command "update T set F = null where rowid = 6698";
Command "update T set F = null where rowid = 29833";
Command "update T set F = null where rowid = 6231";
Command "update T set F = null where rowid = 28460";
Command "update T set F = null where rowid = 35011";
Command "update T set F = null where rowid = 15992";
Command "update T set F = null where rowid = 43109";
Command "update T set F = null where rowid = 55935";
Command "update T set F = null where rowid = 9305";
Command "update T set F = null where rowid = 2814";
Command "update T set F = null where rowid = 3037";
Command "update T set F = null where rowid = 37848";
Command "update T set F = null where rowid = 7620";
Command "update T set F = null where rowid = 25747";
Command "update T set F = null where rowid = 36824";
Command "update T set F = null where rowid = 5615";
Command "update T set F = null where rowid = 11513";
Command "update T set F = null where rowid = 13808";
Command "update T set F = null where rowid = 10856";
Command "update T set F = null where rowid = 22254";
Command "update T set F = null where rowid = 319";
Command "update T set F = null where rowid = 25967";
Command "update T set F = null where rowid = 11394";
Command "update T set F = null where rowid = 1292";
Command "update T set F = null where rowid = 53781";
Command "update T set F = null where rowid = 29184";
Command "update T set F = null where rowid = 10804";
Command "update T set F = null where rowid = 10826";
Command "update T set F = null where rowid = 35600";
Command "update T set F = null where rowid = 39176";
Command "update T set F = null where rowid = 1718";
Command "update T set F = null where rowid = 13057";
Command "update T set F = null where rowid = 46614";
Command "update T set F = null where rowid = 42767";
Command "update T set F = null where rowid = 46506";
Command "update T set F = null where rowid = 5427";
Command "update T set F = null where rowid = 32462";
Command "update T set F = null where rowid = 48299";
Command "update T set F = null where rowid = 10862";
Command "update T set F = null where rowid = 46084";
Command "update T set F = null where rowid = 21565";
Command "update T set F = null where rowid = 57344";
Command "update T set F = null where rowid = 27975";
Command "update T set F = null where rowid = 23399";
Command "update T set F = null where rowid = 38446";
Command "update T set F = null where rowid = 51373";
Command "update T set F = null where rowid = 56414";
Command "update T set F = null where rowid = 39422";
Command "update T set F = null where rowid = 14338";
Command "update T set F = null where rowid = 56695";
Command "update T set F = null where rowid = 14871";
Command "update T set F = null where rowid = 14353";
Command "update T set F = null where rowid = 45093";
Command "update T set F = null where rowid = 1313";
Command "update T set F = null where rowid = 25667";
Command "update T set F = null where rowid = 58695";
Command "update T set F = null where rowid = 37221";
Command "update T set F = null where rowid = 45167";
Command "update T set F = null where rowid = 8432";
Command "update T set F = null where rowid = 49506";
Command "update T set F = null where rowid = 44169";
Command "update T set F = null where rowid = 36474";
Command "update T set F = null where rowid = 27197";
Command "update T set F = null where rowid = 38910";
Command "update T set F = null where rowid = 6568";
Command "update T set F = null where rowid = 1333";
Command "update T set F = null where rowid = 33865";
Command "update T set F = null where rowid = 15335";
Command "update T set F = null where rowid = 59653";
Command "update T set F = null where rowid = 253";
Command "update T set F = null where rowid = 35821";
Command "update T set F = null where rowid = 78";
Command "update T set F = null where rowid = 9325";
Command "update T set F = null where rowid = 49350";
Command "update T set F = null where rowid = 54474";
Command "update T set F = null where rowid = 24798";
Command "update T set F = null where rowid = 1398";
Command "update T set F = null where rowid = 45926";
Command "update T set F = null where rowid = 1176";
Command "update T set F = null where rowid = 21019";
Command "update T set F = null where rowid = 10745";
Command "update T set F = null where rowid = 40293";
Command "update T set F = null where rowid = 20161";
Command "update T set F = null where rowid = 37897";
Command "update T set F = null where rowid = 25795";
Command "update T set F = null where rowid = 34978";
Command "update T set F = null where rowid = 25808";
Command "update T set F = null where rowid = 35290";
Command "update T set F = null where rowid = 20504";
Command "update T set F = null where rowid = 16011";
Command "update T set F = null where rowid = 42105";
Command "update T set F = null where rowid = 26464";
Command "update T set F = null where rowid = 5958";
Command "update T set F = null where rowid = 3025";
Command "update T set F = null where rowid = 49781";
Command "update T set F = null where rowid = 151";
Command "update T set F = null where rowid = 37412";
Command "update T set F = null where rowid = 24578";
Command "update T set F = null where rowid = 15334";
Command "update T set F = null where rowid = 48086";
Command "update T set F = null where rowid = 57001";
Command "update T set F = null where rowid = 54008";
Command "update T set F = null where rowid = 39860";
Command "update T set F = null where rowid = 55026";
Command "update T set F = null where rowid = 43613";
Command "update T set F = null where rowid = 48584";
Command "update T set F = null where rowid = 3744";
Command "update T set F = null where rowid = 3636";
Command "update T set F = null where rowid = 22";
Command "update T set F = null where rowid = 38367";
Command "update T set F = null where rowid = 6599";
Command "update T set F = null where rowid = 49477";
Command "update T set F = null where rowid = 18946";
Command "update T set F = null where rowid = 55052";
Command "update T set F = null where rowid = 51068";
Command "update T set F = null where rowid = 51450";
Command "update T set F = null where rowid = 3887";
Command "update T set F = null where rowid = 26942";
Command "update T set F = null where rowid = 15828";
Command "update T set F = null where rowid = 30606";
Command "update T set F = null where rowid = 42373";
Command "update T set F = null where rowid = 400";
Command "update T set F = null where rowid = 15571";
Command "update T set F = null where rowid = 21917";
Command "update T set F = null where rowid = 33512";
Command "update T set F = null where rowid = 38156";
Command "update T set F = null where rowid = 48984";
Command "update T set F = null where rowid = 11467";
Command "update T set F = null where rowid = 50938";
Command "update T set F = null where rowid = 5963";
Command "update T set F = null where rowid = 9335";
Command "update T set F = null where rowid = 50511";
Command "update T set F = null where rowid = 5627";
Command "update T set F = null where rowid = 9895";
Command "update T set F = null where rowid = 22435";
Command "update T set F = null where rowid = 1180";
Command "update T set F = null where rowid = 46375";
Command "update T set F = null where rowid = 54595";
Command "update T set F = null where rowid = 60242";
Command "update T set F = null where rowid = 21817";
Command "update T set F = null where rowid = 48947";
Command "update T set F = null where rowid = 2698";
Command "update T set F = null where rowid = 15558";
Command "update T set F = null where rowid = 25115";
Command "update T set F = null where rowid = 22864";
Command "update T set F = null where rowid = 17236";
Command "update T set F = null where rowid = 3230";
Command "update T set F = null where rowid = 44425";
Command "update T set F = null where rowid = 18355";
Command "update T set F = null where rowid = 32425";
Command "update T set F = null where rowid = 54855";
Command "update T set F = null where rowid = 32125";
Command "update T set F = null where rowid = 23112";
Command "update T set F = null where rowid = 19123";
Command "update T set F = null where rowid = 11707";
Command "update T set F = null where rowid = 27632";
Command "update T set F = null where rowid = 32625";
Command "update T set F = null where rowid = 24333";
Command "update T set F = null where rowid = 21686";
Command "update T set F = null where rowid = 59775";
Command "update T set F = null where rowid = 6738";
Command "update T set F = null where rowid = 18038";
Command "update T set F = null where rowid = 3662";
Command "update T set F = null where rowid = 52648";
Command "update T set F = null where rowid = 58760";
Command "update T set F = null where rowid = 22848";
Command "update T set F = null where rowid = 40854";
Command "update T set F = null where rowid = 14612";
Command "update T set F = null where rowid = 43321";
Command "update T set F = null where rowid = 17219";
Command "update T set F = null where rowid = 16365";
Command "update T set F = null where rowid = 53447";
Command "update T set F = null where rowid = 15060";
Command "update T set F = null where rowid = 25676";
Command "update T set F = null where rowid = 9217";
Command "update T set F = null where rowid = 28969";
Command "update T set F = null where rowid = 37960";
Command "update T set F = null where rowid = 24728";
Command "update T set F = null where rowid = 34331";
Command "update T set F = null where rowid = 48074";
Command "update T set F = null where rowid = 3919";
Command "update T set F = null where rowid = 3135";
Command "update T set F = null where rowid = 9554";
Command "update T set F = null where rowid = 6397";
Command "update T set F = null where rowid = 40026";
Command "update T set F = null where rowid = 45056";
Command "update T set F = null where rowid = 11342";
Command "update T set F = null where rowid = 10734";
Command "update T set F = null where rowid = 21668";
Command "update T set F = null where rowid = 61402";
Command "update T set F = null where rowid = 3232";
Command "update T set F = null where rowid = 33203";
Command "update T set F = null where rowid = 24847";
Command "update T set F = null where rowid = 28088";
Command "update T set F = null where rowid = 17323";
Command "update T set F = null where rowid = 28909";
Command "update T set F = null where rowid = 55765";
Command "update T set F = null where rowid = 60161";
Command "update T set F = null where rowid = 3165";
Command "update T set F = null where rowid = 31243";
Command "update T set F = null where rowid = 56585";
Command "update T set F = null where rowid = 5261";
Command "update T set F = null where rowid = 57251";
Command "update T set F = null where rowid = 46618";
Command "update T set F = null where rowid = 33566";
Command "update T set F = null where rowid = 8200";
Command "update T set F = null where rowid = 3372";
Command "update T set F = null where rowid = 28472";
Command "update T set F = null where rowid = 43286";
Command "update T set F = null where rowid = 16941";
Command "update T set F = null where rowid = 15208";
Command "update T set F = null where rowid = 32307";
Command "update T set F = null where rowid = 59039";
Command "update T set F = null where rowid = 17400";
Command "update T set F = null where rowid = 40702";
Command "update T set F = null where rowid = 46104";
Command "update T set F = null where rowid = 22414";
Command "update T set F = null where rowid = 25158";
Command "update T set F = null where rowid = 39827";
Command "update T set F = null where rowid = 49364";
Command "update T set F = null where rowid = 32331";
Command "update T set F = null where rowid = 54442";
Command "update T set F = null where rowid = 45781";
Command "update T set F = null where rowid = 33987";
Command "update T set F = null where rowid = 20498";
Command "update T set F = null where rowid = 51046";
Command "update T set F = null where rowid = 33711";
Command "update T set F = null where rowid = 16300";
Command "update T set F = null where rowid = 21317";
Command "update T set F = null where rowid = 26950";
Command "update T set F = null where rowid = 16533";
Command "update T set F = null where rowid = 20228";
Command "update T set F = null where rowid = 35025";
Command "update T set F = null where rowid = 565";
Command "update T set F = null where rowid = 44735";
Command "update T set F = null where rowid = 43291";
Command "update T set F = null where rowid = 51177";
Command "update T set F = null where rowid = 27810";
Command "update T set F = null where rowid = 50137";
Command "update T set F = null where rowid = 35957";
Command "update T set F = null where rowid = 27153";
Command "update T set F = null where rowid = 19017";
Command "update T set F = null where rowid = 48426";
Command "update T set F = null where rowid = 45986";
Command "update T set F = null where rowid = 47098";
Command "update T set F = null where rowid = 36958";
Command "update T set F = null where rowid = 61240";
Command "update T set F = null where rowid = 28920";
Command "update T set F = null where rowid = 57670";
Command "update T set F = null where rowid = 17264";
Command "update T set F = null where rowid = 54324";
Command "update T set F = null where rowid = 17009";
Command "update T set F = null where rowid = 57211";
Command "update T set F = null where rowid = 40387";
Command "update T set F = null where rowid = 15986";
Command "update T set F = null where rowid = 18405";
Command "update T set F = null where rowid = 43907";
Command "update T set F = null where rowid = 52574";
Command "update T set F = null where rowid = 52601";
Command "update T set F = null where rowid = 22291";
Command "update T set F = null where rowid = 30784";
Command "update T set F = null where rowid = 49951";
Command "update T set F = null where rowid = 53285";
Command "update T set F = null where rowid = 2665";
Command "update T set F = null where rowid = 1728";
Command "update T set F = null where rowid = 12823";
Command "update T set F = null where rowid = 13240";
Command "update T set F = null where rowid = 54354";
Command "update T set F = null where rowid = 8702";
Command "update T set F = null where rowid = 14501";
Command "update T set F = null where rowid = 45196";
Command "update T set F = null where rowid = 32797";
Command "update T set F = null where rowid = 9050";
Command "update T set F = null where rowid = 48708";
Command "update T set F = null where rowid = 46567";
Command "update T set F = null where rowid = 22851";
Command "update T set F = null where rowid = 40406";
Command "update T set F = null where rowid = 42996";
Command "update T set F = null where rowid = 53507";
Command "update T set F = null where rowid = 53278";
Command "update T set F = null where rowid = 5355";
Command "update T set F = null where rowid = 28650";
Command "update T set F = null where rowid = 39390";
Command "update T set F = null where rowid = 54218";
Command "update T set F = null where rowid = 25492";
Command "update T set F = null where rowid = 4056";
Command "update T set F = null where rowid = 10761";
Command "update T set F = null where rowid = 50442";
Command "update T set F = null where rowid = 32136";
Command "update T set F = null where rowid = 14863";
Command "update T set F = null where rowid = 13294";
Command "update T set F = null where rowid = 24773";
Command "update T set F = null where rowid = 41217";
Command "update T set F = null where rowid = 46362";
Command "update T set F = null where rowid = 7192";
Command "update T set F = null where rowid = 53650";
Command "update T set F = null where rowid = 46844";
Command "update T set F = null where rowid = 59381";
Command "update T set F = null where rowid = 193";
Command "update T set F = null where rowid = 47354";
Command "update T set F = null where rowid = 31383";
Command "update T set F = null where rowid = 33181";
Command "update T set F = null where rowid = 56942";
Command "update T set F = null where rowid = 16732";
Command "update T set F = null where rowid = 57844";
Command "update T set F = null where rowid = 46686";
Command "update T set F = null where rowid = 48733";
Command "update T set F = null where rowid = 51540";
Command "update T set F = null where rowid = 44490";
Command "update T set F = null where rowid = 28935";
Command "update T set F = null where rowid = 38425";
Command "update T set F = null where rowid = 26858";
Command "update T set F = null where rowid = 18674";
Command "update T set F = null where rowid = 24049";
Command "update T set F = null where rowid = 8298";
Command "update T set F = null where rowid = 37944";
Command "update T set F = null where rowid = 29241";
Command "update T set F = null where rowid = 48416";
Command "update T set F = null where rowid = 41989";
Command "update T set F = null where rowid = 58983";
Command "update T set F = null where rowid = 46527";
Command "update T set F = null where rowid = 27881";
Command "update T set F = null where rowid = 2211";
Command "update T set F = null where rowid = 36899";
Command "update T set F = null where rowid = 26398";
Command "update T set F = null where rowid = 1048";
Command "update T set F = null where rowid = 3648";
Command "update T set F = null where rowid = 57444";
Command "update T set F = null where rowid = 41483";
Command "update T set F = null where rowid = 10044";
Command "update T set F = null where rowid = 41515";
Command "update T set F = null where rowid = 19760";
Command "update T set F = null where rowid = 47567";
Command "update T set F = null where rowid = 56054";
Command "update T set F = null where rowid = 20063";
Command "update T set F = null where rowid = 34921";
Command "update T set F = null where rowid = 54970";
Command "update T set F = null where rowid = 38793";
Command "update T set F = null where rowid = 36469";
Command "update T set F = null where rowid = 35338";
Command "update T set F = null where rowid = 14695";
Command "update T set F = null where rowid = 42574";
Command "update T set F = null where rowid = 3200";
Command "update T set F = null where rowid = 32648";
Command "update T set F = null where rowid = 22639";
Command "update T set F = null where rowid = 21023";
Command "update T set F = null where rowid = 47694";
Command "update T set F = null where rowid = 4042";
Command "update T set F = null where rowid = 44034";
Command "update T set F = null where rowid = 56212";
Command "update T set F = null where rowid = 55237";
Command "update T set F = null where rowid = 14846";
Command "update T set F = null where rowid = 57434";
Command "update T set F = null where rowid = 47328";
Command "update T set F = null where rowid = 786";
Command "update T set F = null where rowid = 43823";
Command "update T set F = null where rowid = 37973";
Command "update T set F = null where rowid = 32505";
Command "update T set F = null where rowid = 53797";
Command "update T set F = null where rowid = 7776";
Command "update T set F = null where rowid = 51253";
Command "update T set F = null where rowid = 12477";
Command "update T set F = null where rowid = 55810";
Command "update T set F = null where rowid = 20071";
Command "update T set F = null where rowid = 20554";
Command "update T set F = null where rowid = 48978";
Command "update T set F = null where rowid = 7691";
Command "update T set F = null where rowid = 9382";
Command "update T set F = null where rowid = 11039";
Command "update T set F = null where rowid = 6573";
Command "update T set F = null where rowid = 47824";
Command "update T set F = null where rowid = 36938";
Command "update T set F = null where rowid = 31891";
Command "update T set F = null where rowid = 29250";
Command "update T set F = null where rowid = 31498";
Command "update T set F = null where rowid = 12173";
Command "update T set F = null where rowid = 44993";
Command "update T set F = null where rowid = 24516";
Command "update T set F = null where rowid = 46779";
Command "update T set F = null where rowid = 7917";
Command "update T set F = null where rowid = 10065";
Command "update T set F = null where rowid = 42043";
Command "update T set F = null where rowid = 38829";
Command "update T set F = null where rowid = 49623";
Command "update T set F = null where rowid = 4723";
Command "update T set F = null where rowid = 8424";
Command "update T set F = null where rowid = 28009";
Command "update T set F = null where rowid = 4177";
Command "update T set F = null where rowid = 31821";
Command "update T set F = null where rowid = 56817";
Command "update T set F = null where rowid = 16668";
Command "update T set F = null where rowid = 21876";
Command "update T set F = null where rowid = 2210";
Command "update T set F = null where rowid = 11647";
Command "update T set F = null where rowid = 46092";
Command "update T set F = null where rowid = 33682";
Command "update T set F = null where rowid = 50251";
Command "update T set F = null where rowid = 48027";
Command "update T set F = null where rowid = 31571";
Command "update T set F = null where rowid = 44635";
Command "update T set F = null where rowid = 11839";
Command "update T set F = null where rowid = 45059";
Command "update T set F = null where rowid = 10552";
Command "update T set F = null where rowid = 12495";
Command "update T set F = null where rowid = 1257";
Command "update T set F = null where rowid = 185";
Command "update T set F = null where rowid = 26168";
Command "update T set F = null where rowid = 6494";
Command "update T set F = null where rowid = 19368";
Command "update T set F = null where rowid = 48587";
Command "update T set F = null where rowid = 21567";
Command "update T set F = null where rowid = 1308";
Command "update T set F = null where rowid = 52401";
Command "update T set F = null where rowid = 54315";
Command "update T set F = null where rowid = 19607";
Command "update T set F = null where rowid = 61130";
Command "update T set F = null where rowid = 43225";
Command "update T set F = null where rowid = 48255";
Command "update T set F = null where rowid = 43586";
Command "update T set F = null where rowid = 54720";
Command "update T set F = null where rowid = 58691";
Command "update T set F = null where rowid = 41180";
Command "update T set F = null where rowid = 8797";
Command "update T set F = null where rowid = 1645";
Command "update T set F = null where rowid = 19553";
Command "update T set F = null where rowid = 15234";
Command "update T set F = null where rowid = 37209";
Command "update T set F = null where rowid = 37004";
Command "update T set F = null where rowid = 55448";
Command "update T set F = null where rowid = 49609";
Command "update T set F = null where rowid = 34846";
Command "update T set F = null where rowid = 30897";
Command "update T set F = null where rowid = 324";
Command "update T set F = null where rowid = 7336";
Command "update T set F = null where rowid = 39721";
Command "update T set F = null where rowid = 10592";
Command "update T set F = null where rowid = 13699";
Command "update T set F = null where rowid = 2067";
Command "update T set F = null where rowid = 640";
Command "update T set F = null where rowid = 44901";
Command "update T set F = null where rowid = 36189";
Command "update T set F = null where rowid = 32187";
Command "update T set F = null where rowid = 13677";
Command "update T set F = null where rowid = 29400";
Command "update T set F = null where rowid = 30517";
Command "update T set F = null where rowid = 40975";
Command "update T set F = null where rowid = 45532";
Command "update T set F = null where rowid = 40134";
Command "update T set F = null where rowid = 39610";
Command "update T set F = null where rowid = 35243";
Command "update T set F = null where rowid = 25542";
Command "update T set F = null where rowid = 6464";
Command "update T set F = null where rowid = 50117";
Command "update T set F = null where rowid = 39162";
Command "update T set F = null where rowid = 58417";
Command "update T set F = null where rowid = 1540";
Command "update T set F = null where rowid = 31403";
Command "update T set F = null where rowid = 3477";
Command "update T set F = null where rowid = 39264";
Command "update T set F = null where rowid = 26919";
Command "update T set F = null where rowid = 61099";
Command "update T set F = null where rowid = 721";
Command "update T set F = null where rowid = 21065";
Command "update T set F = null where rowid = 5840";
Command "update T set F = null where rowid = 21308";
Command "update T set F = null where rowid = 44414";
Command "update T set F = null where rowid = 12229";
Command "update T set F = null where rowid = 35873";
Command "update T set F = null where rowid = 17230";
Command "update T set F = null where rowid = 25367";
Command "update T set F = null where rowid = 3311";
Command "update T set F = null where rowid = 39493";
Command "update T set F = null where rowid = 10299";
Command "update T set F = null where rowid = 8136";
Command "update T set F = null where rowid = 32219";
Command "update T set F = null where rowid = 2647";
Command "update T set F = null where rowid = 47818";
Command "update T set F = null where rowid = 37539";
Command "update T set F = null where rowid = 56021";
Command "update T set F = null where rowid = 56679";
Command "update T set F = null where rowid = 27129";
Command "update T set F = null where rowid = 35285";
Command "update T set F = null where rowid = 29281";
Command "update T set F = null where rowid = 38505";
Command "update T set F = null where rowid = 58549";
Command "update T set F = null where rowid = 48291";
Command "update T set F = null where rowid = 23511";
Command "update T set F = null where rowid = 57948";
Command "update T set F = null where rowid = 45898";
Command "update T set F = null where rowid = 56825";
Command "update T set F = null where rowid = 22315";
Command "update T set F = null where rowid = 53153";
Command "update T set F = null where rowid = 5637";
Command "update T set F = null where rowid = 49318";
Command "update T set F = null where rowid = 43841";
Command "update T set F = null where rowid = 32669";
Command "update T set F = null where rowid = 20400";
Command "update T set F = null where rowid = 23755";
Command "update T set F = null where rowid = 48167";
Command "update T set F = null where rowid = 46476";
Command "update T set F = null where rowid = 40954";
Command "update T set F = null where rowid = 58928";
Command "update T set F = null where rowid = 33234";
Command "update T set F = null where rowid = 45471";
Command "update T set F = null where rowid = 61001";
Command "update T set F = null where rowid = 440";
Command "update T set F = null where rowid = 11254";
Command "update T set F = null where rowid = 10364";
Command "update T set F = null where rowid = 15092";
Command "update T set F = null where rowid = 9427";
Command "update T set F = null where rowid = 54086";
Command "update T set F = null where rowid = 35885";
Command "update T set F = null where rowid = 53255";
Command "update T set F = null where rowid = 55735";
Command "update T set F = null where rowid = 34246";
Command "update T set F = null where rowid = 19793";
Command "update T set F = null where rowid = 14296";
Command "update T set F = null where rowid = 35336";
Command "update T set F = null where rowid = 28276";
Command "update T set F = null where rowid = 39236";
Command "update T set F = null where rowid = 24550";
Command "update T set F = null where rowid = 10841";
Command "update T set F = null where rowid = 44195";
Command "update T set F = null where rowid = 4375";
Command "update T set F = null where rowid = 55412";
Command "update T set F = null where rowid = 5834";
Command "update T set F = null where rowid = 1135";
Command "update T set F = null where rowid = 7896";
Command "update T set F = null where rowid = 5895";
Command "update T set F = null where rowid = 9511";
Command "update T set F = null where rowid = 47359";
Command "update T set F = null where rowid = 2730";
Command "update T set F = null where rowid = 4652";
Command "update T set F = null where rowid = 54600";
Command "update T set F = null where rowid = 30155";
Command "update T set F = null where rowid = 30123";
Command "update T set F = null where rowid = 48597";
Command "update T set F = null where rowid = 8883";
Command "update T set F = null where rowid = 32172";
Command "update T set F = null where rowid = 42764";
Command "update T set F = null where rowid = 8936";
Command "update T set F = null where rowid = 50509";
Command "update T set F = null where rowid = 30254";
Command "update T set F = null where rowid = 25644";
Command "update T set F = null where rowid = 14867";
Command "update T set F = null where rowid = 55439";
Command "update T set F = null where rowid = 48227";
Command "update T set F = null where rowid = 29387";
Command "update T set F = null where rowid = 26665";
Command "update T set F = null where rowid = 55160";
Command "update T set F = null where rowid = 109";
Command "update T set F = null where rowid = 5933";
Command "update T set F = null where rowid = 42790";
Command "update T set F = null where rowid = 11648";
Command "update T set F = null where rowid = 59289";
Command "update T set F = null where rowid = 5867";
Command "update T set F = null where rowid = 11106";
Command "update T set F = null where rowid = 22925";
Command "update T set F = null where rowid = 36833";
Command "update T set F = null where rowid = 35776";
Command "update T set F = null where rowid = 48674";
Command "update T set F = null where rowid = 7810";
Command "update T set F = null where rowid = 22841";
Command "update T set F = null where rowid = 50446";
Command "update T set F = null where rowid = 60225";
Command "update T set F = null where rowid = 13661";
Command "update T set F = null where rowid = 22333";
Command "update T set F = null where rowid = 7509";
Command "update T set F = null where rowid = 5833";
Command "update T set F = null where rowid = 53532";
Command "update T set F = null where rowid = 60874";
Command "update T set F = null where rowid = 33528";
Command "update T set F = null where rowid = 15042";
Command "update T set F = null where rowid = 15316";
Command "update T set F = null where rowid = 4788";
Command "update T set F = null where rowid = 29506";
Command "update T set F = null where rowid = 36980";
Command "update T set F = null where rowid = 59423";
Command "update T set F = null where rowid = 54604";
Command "update T set F = null where rowid = 1348";
Command "update T set F = null where rowid = 48865";
Command "update T set F = null where rowid = 44999";
Command "update T set F = null where rowid = 1477";
Command "update T set F = null where rowid = 30293";
Command "update T set F = null where rowid = 45901";
Command "update T set F = null where rowid = 56646";
Command "update T set F = null where rowid = 10036";
Command "update T set F = null where rowid = 17496";
Command "update T set F = null where rowid = 29920";
Command "update T set F = null where rowid = 31223";
Command "update T set F = null where rowid = 27386";
Command "update T set F = null where rowid = 13309";
Command "update T set F = null where rowid = 36276";
Command "update T set F = null where rowid = 55308";
Command "update T set F = null where rowid = 42381";
Command "update T set F = null where rowid = 35355";
Command "update T set F = null where rowid = 40062";
Command "update T set F = null where rowid = 8154";
Command "update T set F = null where rowid = 16893";
Command "update T set F = null where rowid = 13546";
Command "update T set F = null where rowid = 58945";
Command "update T set F = null where rowid = 29857";
Command "update T set F = null where rowid = 22616";
Command "update T set F = null where rowid = 30119";
Command "update T set F = null where rowid = 24343";
Command "update T set F = null where rowid = 52241";
Command "update T set F = null where rowid = 51217";
Command "update T set F = null where rowid = 16612";
Command "update T set F = null where rowid = 38422";
Command "update T set F = null where rowid = 48374";
Command "update T set F = null where rowid = 51490";
Command "update T set F = null where rowid = 15984";
Command "update T set F = null where rowid = 39609";
Command "update T set F = null where rowid = 42035";
Command "update T set F = null where rowid = 57902";
Command "update T set F = null where rowid = 27248";
Command "update T set F = null where rowid = 3015";
Command "update T set F = null where rowid = 19264";
Command "update T set F = null where rowid = 48762";
Command "update T set F = null where rowid = 57889";
Command "update T set F = null where rowid = 17767";
Command "update T set F = null where rowid = 6308";
Command "update T set F = null where rowid = 8236";
Command "update T set F = null where rowid = 3693";
Command "update T set F = null where rowid = 40050";
Command "update T set F = null where rowid = 14412";
Command "update T set F = null where rowid = 26116";
Command "update T set F = null where rowid = 61371";
Command "update T set F = null where rowid = 17691";
Command "update T set F = null where rowid = 46928";
Command "update T set F = null where rowid = 56722";
Command "update T set F = null where rowid = 4060";
Command "update T set F = null where rowid = 33889";
Command "update T set F = null where rowid = 11788";
Command "update T set F = null where rowid = 14981";
Command "update T set F = null where rowid = 20703";
Command "update T set F = null where rowid = 11805";
Command "update T set F = null where rowid = 56033";
Command "update T set F = null where rowid = 17387";
Command "update T set F = null where rowid = 59026";
Command "update T set F = null where rowid = 7224";
Command "update T set F = null where rowid = 16127";
Command "update T set F = null where rowid = 59791";
Command "update T set F = null where rowid = 58502";
Command "update T set F = null where rowid = 25605";
Command "update T set F = null where rowid = 21260";
Command "update T set F = null where rowid = 23231";
Command "update T set F = null where rowid = 41099";
Command "update T set F = null where rowid = 44505";
Command "update T set F = null where rowid = 48738";
Command "update T set F = null where rowid = 17849";
Command "update T set F = null where rowid = 55561";
Command "update T set F = null where rowid = 43594";
Command "update T set F = null where rowid = 58693";
Command "update T set F = null where rowid = 17370";
Command "update T set F = null where rowid = 41457";
Command "update T set F = null where rowid = 48913";
Command "update T set F = null where rowid = 45404";
Command "update T set F = null where rowid = 38097";
Command "update T set F = null where rowid = 18923";
Command "update T set F = null where rowid = 4324";
Command "update T set F = null where rowid = 17421";
Command "update T set F = null where rowid = 21210";
Command "update T set F = null where rowid = 36356";
Command "update T set F = null where rowid = 25044";
Command "update T set F = null where rowid = 32956";
Command "update T set F = null where rowid = 13729";
Command "update T set F = null where rowid = 54765";
Command "update T set F = null where rowid = 47208";
Command "update T set F = null where rowid = 58373";
Command "update T set F = null where rowid = 36849";
Command "update T set F = null where rowid = 49127";
Command "update T set F = null where rowid = 16910";
Command "update T set F = null where rowid = 15405";
Command "update T set F = null where rowid = 20038";
Command "update T set F = null where rowid = 22346";
Command "update T set F = null where rowid = 53876";
Command "update T set F = null where rowid = 46221";
Command "update T set F = null where rowid = 37561";
Command "update T set F = null where rowid = 45632";
Command "update T set F = null where rowid = 55158";
Command "update T set F = null where rowid = 58660";
Command "update T set F = null where rowid = 60058";
Command "update T set F = null where rowid = 46372";
Command "update T set F = null where rowid = 55321";
Command "update T set F = null where rowid = 44848";
Command "update T set F = null where rowid = 47896";
Command "update T set F = null where rowid = 5701";
Command "update T set F = null where rowid = 39123";
Command "update T set F = null where rowid = 8625";
Command "update T set F = null where rowid = 46198";
Command "update T set F = null where rowid = 39816";
Command "update T set F = null where rowid = 37745";
Command "update T set F = null where rowid = 52050";
Command "update T set F = null where rowid = 51829";
Command "update T set F = null where rowid = 41098";
Command "update T set F = null where rowid = 7038";
Command "update T set F = null where rowid = 38379";
Command "update T set F = null where rowid = 48953";
Command "update T set F = null where rowid = 19770";
Command "update T set F = null where rowid = 10731";
Command "update T set F = null where rowid = 45300";
Command "update T set F = null where rowid = 26624";
Command "update T set F = null where rowid = 27756";
Command "update T set F = null where rowid = 10413";
Command "update T set F = null where rowid = 38984";
Command "update T set F = null where rowid = 39968";
Command "update T set F = null where rowid = 7635";
Command "update T set F = null where rowid = 19130";
Command "update T set F = null where rowid = 39382";
Command "update T set F = null where rowid = 13653";
Command "update T set F = null where rowid = 41551";
Command "update T set F = null where rowid = 26703";
Command "update T set F = null where rowid = 30453";
Command "update T set F = null where rowid = 1740";
Command "update T set F = null where rowid = 19637";
Command "update T set F = null where rowid = 25473";
Command "update T set F = null where rowid = 46095";
Command "update T set F = null where rowid = 26719";
Command "update T set F = null where rowid = 34064";
Command "update T set F = null where rowid = 20188";
Command "update T set F = null where rowid = 55836";
Command "update T set F = null where rowid = 9653";
Command "update T set F = null where rowid = 39246";
Command "update T set F = null where rowid = 42115";
Command "update T set F = null where rowid = 775";
Command "update T set F = null where rowid = 59517";
Command "update T set F = null where rowid = 44339";
Command "update T set F = null where rowid = 58808";
Command "update T set F = null where rowid = 35087";
Command "update T set F = null where rowid = 54209";
Command "update T set F = null where rowid = 45191";
Command "update T set F = null where rowid = 51206";
Command "update T set F = null where rowid = 33646";
Command "update T set F = null where rowid = 29405";
Command "update T set F = null where rowid = 38663";
Command "update T set F = null where rowid = 45544";
Command "update T set F = null where rowid = 53605";
Command "update T set F = null where rowid = 37821";
Command "update T set F = null where rowid = 36659";
Command "update T set F = null where rowid = 4976";
Command "update T set F = null where rowid = 32273";
Command "update T set F = null where rowid = 60294";
Command "update T set F = null where rowid = 35454";
Command "update T set F = null where rowid = 33018";
Command "update T set F = null where rowid = 6489";
Command "update T set F = null where rowid = 37080";
Command "update T set F = null where rowid = 50866";
Command "update T set F = null where rowid = 48897";
Command "update T set F = null where rowid = 44222";
Command "update T set F = null where rowid = 14039";
Command "update T set F = null where rowid = 61451";
Command "update T set F = null where rowid = 29036";
Command "update T set F = null where rowid = 19097";
Command "update T set F = null where rowid = 45302";
Command "update T set F = null where rowid = 18619";
Command "update T set F = null where rowid = 58465";
Command "update T set F = null where rowid = 35971";
Command "update T set F = null where rowid = 26718";
Command "update T set F = null where rowid = 59028";
Command "update T set F = null where rowid = 42913";
Command "update T set F = null where rowid = 25363";
Command "update T set F = null where rowid = 6089";
Command "update T set F = null where rowid = 7000";
Command "update T set F = null where rowid = 38123";
Command "update T set F = null where rowid = 26378";
Command "update T set F = null where rowid = 40953";
Command "update T set F = null where rowid = 38677";
Command "update T set F = null where rowid = 30516";
Command "update T set F = null where rowid = 30567";
Command "update T set F = null where rowid = 61425";
Command "update T set F = null where rowid = 8187";
Command "update T set F = null where rowid = 763";
Command "update T set F = null where rowid = 35168";
Command "update T set F = null where rowid = 2579";
Command "update T set F = null where rowid = 38945";
Command "update T set F = null where rowid = 21201";
Command "update T set F = null where rowid = 53651";
Command "update T set F = null where rowid = 60190";
Command "update T set F = null where rowid = 9128";
Command "update T set F = null where rowid = 30730";
Command "update T set F = null where rowid = 61290";
Command "update T set F = null where rowid = 40386";
Command "update T set F = null where rowid = 11824";
Command "update T set F = null where rowid = 44386";
Command "update T set F = null where rowid = 918";
Command "update T set F = null where rowid = 55963";
Command "update T set F = null where rowid = 2878";
Command "update T set F = null where rowid = 36985";
Command "update T set F = null where rowid = 29398";
Command "update T set F = null where rowid = 58941";
Command "update T set F = null where rowid = 58105";
Command "update T set F = null where rowid = 35615";
Command "update T set F = null where rowid = 27795";
Command "update T set F = null where rowid = 52321";
Command "update T set F = null where rowid = 48843";
Command "update T set F = null where rowid = 34502";
Command "update T set F = null where rowid = 10660";
Command "update T set F = null where rowid = 16234";
Command "update T set F = null where rowid = 12327";
Command "update T set F = null where rowid = 32678";
Command "update T set F = null where rowid = 29694";
Command "update T set F = null where rowid = 45344";
Command "update T set F = null where rowid = 9029";
Command "update T set F = null where rowid = 59422";
Command "update T set F = null where rowid = 53495";
Command "update T set F = null where rowid = 28553";
Command "update T set F = null where rowid = 4476";
Command "update T set F = null where rowid = 2197";
Command "update T set F = null where rowid = 55294";
Command "update T set F = null where rowid = 38850";
Command "update T set F = null where rowid = 18479";
Command "update T set F = null where rowid = 48449";
Command "update T set F = null where rowid = 61494";
Command "update T set F = null where rowid = 52902";
Command "update T set F = null where rowid = 55611";
Command "update T set F = null where rowid = 58733";
Command "update T set F = null where rowid = 28120";
Command "update T set F = null where rowid = 57426";
Command "update T set F = null where rowid = 60479";
Command "update T set F = null where rowid = 17665";
Command "update T set F = null where rowid = 6791";
Command "update T set F = null where rowid = 50705";
Command "update T set F = null where rowid = 27325";
Command "update T set F = null where rowid = 48967";
Command "update T set F = null where rowid = 47284";
Command "update T set F = null where rowid = 43717";
Command "update T set F = null where rowid = 36011";
Command "update T set F = null where rowid = 40814";
Command "update T set F = null where rowid = 42733";
Command "update T set F = null where rowid = 27192";
Command "update T set F = null where rowid = 19468";
Command "update T set F = null where rowid = 21262";
Command "update T set F = null where rowid = 30599";
Command "update T set F = null where rowid = 24938";
Command "update T set F = null where rowid = 55919";
Command "update T set F = null where rowid = 45418";
Command "update T set F = null where rowid = 977";
Command "update T set F = null where rowid = 30073";
Command "update T set F = null where rowid = 3959";
Command "update T set F = null where rowid = 2128";
Command "update T set F = null where rowid = 25838";
Command "update T set F = null where rowid = 39209";
Command "update T set F = null where rowid = 21059";
Command "update T set F = null where rowid = 26138";
Command "update T set F = null where rowid = 50652";
Command "update T set F = null where rowid = 54865";
Command "update T set F = null where rowid = 23236";
Command "update T set F = null where rowid = 36231";
Command "update T set F = null where rowid = 18025";
Command "update T set F = null where rowid = 20978";
Command "update T set F = null where rowid = 48368";
Command "update T set F = null where rowid = 43681";
Command "update T set F = null where rowid = 41087";
Command "update T set F = null where rowid = 11516";
Command "update T set F = null where rowid = 50584";
Command "update T set F = null where rowid = 41887";
Command "update T set F = null where rowid = 59427";
Command "update T set F = null where rowid = 55337";
Command "update T set F = null where rowid = 27095";
Command "update T set F = null where rowid = 37679";
Command "update T set F = null where rowid = 58094";
Command "update T set F = null where rowid = 43453";
Command "update T set F = null where rowid = 47414";
Command "update T set F = null where rowid = 16871";
Command "update T set F = null where rowid = 39573";
Command "update T set F = null where rowid = 51211";
Command "update T set F = null where rowid = 30339";
Command "update T set F = null where rowid = 26192";
Command "update T set F = null where rowid = 38436";
Command "update T set F = null where rowid = 9113";
Command "update T set F = null where rowid = 10320";
Command "update T set F = null where rowid = 24119";
Command "update T set F = null where rowid = 49637";
Command "update T set F = null where rowid = 58722";
Command "update T set F = null where rowid = 10249";
Command "update T set F = null where rowid = 27834";
Command "update T set F = null where rowid = 50937";
Command "update T set F = null where rowid = 21248";
Command "update T set F = null where rowid = 52017";
Command "update T set F = null where rowid = 16131";
Command "update T set F = null where rowid = 42066";
Command "update T set F = null where rowid = 32650";
Command "update T set F = null where rowid = 29680";
Command "update T set F = null where rowid = 18106";
Command "update T set F = null where rowid = 55";
Command "update T set F = null where rowid = 3650";
Command "update T set F = null where rowid = 22760";
Command "update T set F = null where rowid = 44760";
Command "update T set F = null where rowid = 51442";
Command "update T set F = null where rowid = 33455";
Command "update T set F = null where rowid = 11484";
Command "update T set F = null where rowid = 59263";
Command "update T set F = null where rowid = 11767";
Command "update T set F = null where rowid = 61144";
Command "update T set F = null where rowid = 29143";
Command "update T set F = null where rowid = 8264";
Command "update T set F = null where rowid = 55066";
Command "update T set F = null where rowid = 46416";
Command "update T set F = null where rowid = 40669";
Command "update T set F = null where rowid = 52065";
Command "update T set F = null where rowid = 29767";
Command "update T set F = null where rowid = 4430";
Command "update T set F = null where rowid = 56547";
Command "update T set F = null where rowid = 48539";
Command "update T set F = null where rowid = 42985";
Command "update T set F = null where rowid = 13549";
Command "update T set F = null where rowid = 16543";
Command "update T set F = null where rowid = 60211";
Command "update T set F = null where rowid = 7586";
Command "update T set F = null where rowid = 7625";
Command "update T set F = null where rowid = 51262";
Command "update T set F = null where rowid = 2961";
Command "update T set F = null where rowid = 1137";
Command "update T set F = null where rowid = 28737";
Command "update T set F = null where rowid = 26234";
Command "update T set F = null where rowid = 12414";
Command "update T set F = null where rowid = 12189";
Command "update T set F = null where rowid = 42881";
Command "update T set F = null where rowid = 8211";
Command "update T set F = null where rowid = 29347";
Command "update T set F = null where rowid = 49224";
Command "update T set F = null where rowid = 42860";
Command "update T set F = null where rowid = 53185";
Command "update T set F = null where rowid = 8409";
Command "update T set F = null where rowid = 39167";
Command "update T set F = null where rowid = 9672";
Command "update T set F = null where rowid = 374";
Command "update T set F = null where rowid = 53842";
Command "update T set F = null where rowid = 30656";
Command "update T set F = null where rowid = 24388";
Command "update T set F = null where rowid = 24229";
Command "update T set F = null where rowid = 22633";
Command "update T set F = null where rowid = 36137";
Command "update T set F = null where rowid = 34818";
Command "update T set F = null where rowid = 23625";
Command "update T set F = null where rowid = 43932";
Command "update T set F = null where rowid = 35935";
Command "update T set F = null where rowid = 9224";
Command "update T set F = null where rowid = 40409";
Command "update T set F = null where rowid = 31217";
Command "update T set F = null where rowid = 22431";
Command "update T set F = null where rowid = 34756";
Command "update T set F = null where rowid = 58340";
Command "update T set F = null where rowid = 2195";
Command "update T set F = null where rowid = 8861";
Command "update T set F = null where rowid = 2612";
Command "update T set F = null where rowid = 53940";
Command "update T set F = null where rowid = 21919";
Command "update T set F = null where rowid = 7582";
Command "update T set F = null where rowid = 20103";
Command "update T set F = null where rowid = 10068";
Command "update T set F = null where rowid = 53999";
Command "update T set F = null where rowid = 6442";
Command "update T set F = null where rowid = 28642";
Command "update T set F = null where rowid = 33341";
Command "update T set F = null where rowid = 24368";
Command "update T set F = null where rowid = 39786";
Command "update T set F = null where rowid = 34936";
Command "update T set F = null where rowid = 33273";
Command "update T set F = null where rowid = 38358";
Command "update T set F = null where rowid = 30836";
Command "update T set F = null where rowid = 33245";
Command "update T set F = null where rowid = 55075";
Command "update T set F = null where rowid = 34395";
Command "update T set F = null where rowid = 38497";
Command "update T set F = null where rowid = 19707";
Command "update T set F = null where rowid = 23724";
Command "update T set F = null where rowid = 16571";
Command "update T set F = null where rowid = 54972";
Command "update T set F = null where rowid = 10537";
Command "update T set F = null where rowid = 15675";
Command "update T set F = null where rowid = 39759";
Command "update T set F = null where rowid = 39536";
Command "update T set F = null where rowid = 54980";
Command "update T set F = null where rowid = 59179";
Command "update T set F = null where rowid = 53093";
Command "update T set F = null where rowid = 6109";
Command "update T set F = null where rowid = 58892";
Command "update T set F = null where rowid = 50129";
Command "update T set F = null where rowid = 27675";
Command "update T set F = null where rowid = 33014";
Command "update T set F = null where rowid = 46579";
Command "update T set F = null where rowid = 20734";
Command "update T set F = null where rowid = 43159";
Command "update T set F = null where rowid = 14268";
Command "update T set F = null where rowid = 11891";
Command "update T set F = null where rowid = 22917";
Command "update T set F = null where rowid = 14191";
Command "update T set F = null where rowid = 5526";
Command "update T set F = null where rowid = 30690";
Command "update T set F = null where rowid = 29675";
Command "update T set F = null where rowid = 4912";
Command "update T set F = null where rowid = 49870";
Command "update T set F = null where rowid = 56688";
Command "update T set F = null where rowid = 9400";
Command "update T set F = null where rowid = 255";
Command "update T set F = null where rowid = 30245";
Command "update T set F = null where rowid = 40055";
Command "update T set F = null where rowid = 27634";
Command "update T set F = null where rowid = 15023";
Command "update T set F = null where rowid = 23810";
Command "update T set F = null where rowid = 61133";
Command "update T set F = null where rowid = 54893";
Command "update T set F = null where rowid = 55157";
Command "update T set F = null where rowid = 15595";
Command "update T set F = null where rowid = 28690";
Command "update T set F = null where rowid = 44441";
Command "update T set F = null where rowid = 29069";
Command "update T set F = null where rowid = 28171";
Command "update T set F = null where rowid = 54374";
Command "update T set F = null where rowid = 27978";
Command "update T set F = null where rowid = 57302";
Command "update T set F = null where rowid = 31496";
Command "update T set F = null where rowid = 9736";
Command "update T set F = null where rowid = 50950";
Command "update T set F = null where rowid = 9786";
Command "update T set F = null where rowid = 9845";
Command "update T set F = null where rowid = 22637";
Command "update T set F = null where rowid = 30936";
Command "update T set F = null where rowid = 15737";
Command "update T set F = null where rowid = 11176";
Command "update T set F = null where rowid = 48352";
Command "update T set F = null where rowid = 15810";
Command "update T set F = null where rowid = 30812";
Command "update T set F = null where rowid = 23189";
Command "update T set F = null where rowid = 1453";
Command "update T set F = null where rowid = 42399";
Command "update T set F = null where rowid = 36300";
Command "update T set F = null where rowid = 6516";
Command "update T set F = null where rowid = 18816";
Command "update T set F = null where rowid = 31710";
Command "update T set F = null where rowid = 5716";
Command "update T set F = null where rowid = 45672";
Command "update T set F = null where rowid = 20257";
Command "update T set F = null where rowid = 55685";
Command "update T set F = null where rowid = 38844";
Command "update T set F = null where rowid = 57307";
Command "update T set F = null where rowid = 27481";
Command "update T set F = null where rowid = 21156";
Command "update T set F = null where rowid = 27964";
Command "update T set F = null where rowid = 61468";
Command "update T set F = null where rowid = 58228";
Command "update T set F = null where rowid = 3742";
Command "update T set F = null where rowid = 3702";
Command "update T set F = null where rowid = 61365";
Command "update T set F = null where rowid = 41256";
Command "update T set F = null where rowid = 53496";
Command "update T set F = null where rowid = 23709";
Command "update T set F = null where rowid = 1394";
Command "update T set F = null where rowid = 20548";
Command "update T set F = null where rowid = 48187";
Command "update T set F = null where rowid = 56686";
Command "update T set F = null where rowid = 41370";
Command "update T set F = null where rowid = 37981";
Command "update T set F = null where rowid = 18095";
Command "update T set F = null where rowid = 8879";
Command "update T set F = null where rowid = 57636";
Command "update T set F = null where rowid = 2914";
Command "update T set F = null where rowid = 42222";
Command "update T set F = null where rowid = 25416";
Command "update T set F = null where rowid = 45385";
Command "update T set F = null where rowid = 20838";
Command "update T set F = null where rowid = 20613";
Command "update T set F = null where rowid = 38363";
Command "update T set F = null where rowid = 34094";
Command "update T set F = null where rowid = 9367";
Command "update T set F = null where rowid = 35526";
Command "update T set F = null where rowid = 60326";
Command "update T set F = null where rowid = 41665";
Command "update T set F = null where rowid = 596";
Command "update T set F = null where rowid = 5530";
Command "update T set F = null where rowid = 40344";
Command "update T set F = null where rowid = 60248";
Command "update T set F = null where rowid = 11907";
Command "update T set F = null where rowid = 3467";
Command "update T set F = null where rowid = 56459";
Command "update T set F = null where rowid = 40753";
Command "update T set F = null where rowid = 59569";
Command "update T set F = null where rowid = 48729";
Command "update T set F = null where rowid = 8803";
Command "update T set F = null where rowid = 19022";
Command "update T set F = null where rowid = 55050";
Command "update T set F = null where rowid = 24003";
Command "update T set F = null where rowid = 11103";
Command "update T set F = null where rowid = 27807";
Command "update T set F = null where rowid = 50296";
Command "update T set F = null where rowid = 49710";
Command "update T set F = null where rowid = 33084";
Command "update T set F = null where rowid = 31365";
Command "update T set F = null where rowid = 11127";
Command "update T set F = null where rowid = 42936";
Command "update T set F = null where rowid = 58381";
Command "update T set F = null where rowid = 5816";
Command "update T set F = null where rowid = 27758";
Command "update T set F = null where rowid = 29739";
Command "update T set F = null where rowid = 56959";
Command "update T set F = null where rowid = 4455";
Command "update T set F = null where rowid = 55420";
Command "update T set F = null where rowid = 59417";
Command "update T set F = null where rowid = 4368";
Command "update T set F = null where rowid = 1839";
Command "update T set F = null where rowid = 14643";
Command "update T set F = null where rowid = 13050";
Command "update T set F = null where rowid = 40049";
Command "update T set F = null where rowid = 27200";
Command "update T set F = null where rowid = 50828";
Command "update T set F = null where rowid = 9624";
Command "update T set F = null where rowid = 7409";
Command "update T set F = null where rowid = 30065";
Command "update T set F = null where rowid = 32599";
Command "update T set F = null where rowid = 33031";
Command "update T set F = null where rowid = 11884";
Command "update T set F = null where rowid = 41956";
Command "update T set F = null where rowid = 22203";
Command "update T set F = null where rowid = 61500";
Command "update T set F = null where rowid = 58288";
Command "update T set F = null where rowid = 57761";
Command "update T set F = null where rowid = 4092";
Command "update T set F = null where rowid = 12520";
Command "update T set F = null where rowid = 19591";
Command "update T set F = null where rowid = 49026";
Command "update T set F = null where rowid = 29862";
Command "update T set F = null where rowid = 5020";
Command "update T set F = null where rowid = 58884";
Command "update T set F = null where rowid = 44347";
Command "update T set F = null where rowid = 53468";
Command "update T set F = null where rowid = 32284";
Command "update T set F = null where rowid = 58258";
Command "update T set F = null where rowid = 49206";
Command "update T set F = null where rowid = 4475";
Command "update T set F = null where rowid = 6950";
Command "update T set F = null where rowid = 25547";
Command "update T set F = null where rowid = 35015";
Command "update T set F = null where rowid = 44724";
Command "update T set F = null where rowid = 19306";
Command "update T set F = null where rowid = 22794";
Command "update T set F = null where rowid = 7399";
Command "update T set F = null where rowid = 35872";
Command "update T set F = null where rowid = 43370";
Command "update T set F = null where rowid = 13199";
Command "update T set F = null where rowid = 53359";
Command "update T set F = null where rowid = 43852";
Command "update T set F = null where rowid = 33279";
Command "update T set F = null where rowid = 21275";
Command "update T set F = null where rowid = 42131";
Command "update T set F = null where rowid = 52699";
Command "update T set F = null where rowid = 7403";
Command "update T set F = null where rowid = 41928";
Command "update T set F = null where rowid = 25430";
Command "update T set F = null where rowid = 53350";
Command "update T set F = null where rowid = 46035";
Command "update T set F = null where rowid = 44293";
Command "update T set F = null where rowid = 20724";
Command "update T set F = null where rowid = 51094";
Command "update T set F = null where rowid = 53018";
Command "update T set F = null where rowid = 12145";
Command "update T set F = null where rowid = 21438";
Command "update T set F = null where rowid = 13389";
Command "update T set F = null where rowid = 14290";
Command "update T set F = null where rowid = 43120";
Command "update T set F = null where rowid = 23539";
Command "update T set F = null where rowid = 23656";
Command "update T set F = null where rowid = 1732";
Command "update T set F = null where rowid = 50818";
Command "update T set F = null where rowid = 25391";
Command "update T set F = null where rowid = 15385";
Command "update T set F = null where rowid = 32326";
Command "update T set F = null where rowid = 20596";
Command "update T set F = null where rowid = 54407";
Command "update T set F = null where rowid = 6191";
Command "update T set F = null where rowid = 18854";
Command "update T set F = null where rowid = 37294";
Command "update T set F = null where rowid = 10409";
Command "update T set F = null where rowid = 14082";
Command "update T set F = null where rowid = 55796";
Command "update T set F = null where rowid = 33595";
Command "update T set F = null where rowid = 4493";
Command "update T set F = null where rowid = 48688";
Command "update T set F = null where rowid = 13177";
Command "update T set F = null where rowid = 50718";
Command "update T set F = null where rowid = 16002";
Command "update T set F = null where rowid = 15492";
Command "update T set F = null where rowid = 8349";
Command "update T set F = null where rowid = 26784";
Command "update T set F = null where rowid = 57039";
Command "update T set F = null where rowid = 3965";
Command "update T set F = null where rowid = 23354";
Command "update T set F = null where rowid = 48621";
Command "update T set F = null where rowid = 6708";
Command "update T set F = null where rowid = 47125";
Command "update T set F = null where rowid = 42295";
Command "update T set F = null where rowid = 58804";
Command "update T set F = null where rowid = 33227";
Command "update T set F = null where rowid = 37496";
Command "update T set F = null where rowid = 1571";
Command "update T set F = null where rowid = 29601";
Command "update T set F = null where rowid = 56712";
Command "update T set F = null where rowid = 8340";
Command "update T set F = null where rowid = 10359";
Command "update T set F = null where rowid = 7883";
Command "update T set F = null where rowid = 482";
Command "update T set F = null where rowid = 43922";
Command "update T set F = null where rowid = 13268";
Command "update T set F = null where rowid = 43402";
Command "update T set F = null where rowid = 8930";
Command "update T set F = null where rowid = 9056";
Command "update T set F = null where rowid = 13440";
Command "update T set F = null where rowid = 5374";
Command "update T set F = null where rowid = 8050";
Command "update T set F = null where rowid = 59089";
Command "update T set F = null where rowid = 17279";
Command "update T set F = null where rowid = 56361";
Command "update T set F = null where rowid = 18177";
Command "update T set F = null where rowid = 57596";
Command "update T set F = null where rowid = 19944";
Command "update T set F = null where rowid = 19713";
Command "update T set F = null where rowid = 60139";
Command "update T set F = null where rowid = 48972";
Command "update T set F = null where rowid = 29749";
Command "update T set F = null where rowid = 44917";
Command "update T set F = null where rowid = 8967";
Command "update T set F = null where rowid = 34603";
Command "update T set F = null where rowid = 15127";
Command "update T set F = null where rowid = 46530";
Command "update T set F = null where rowid = 17472";
Command "update T set F = null where rowid = 5501";
Command "update T set F = null where rowid = 51167";
Command "update T set F = null where rowid = 23976";
Command "update T set F = null where rowid = 38461";
Command "update T set F = null where rowid = 48743";
Command "update T set F = null where rowid = 45126";
Command "update T set F = null where rowid = 7288";
Command "update T set F = null where rowid = 15735";
Command "update T set F = null where rowid = 1872";
Command "update T set F = null where rowid = 28879";
Command "update T set F = null where rowid = 39208";
Command "update T set F = null where rowid = 17955";
Command "update T set F = null where rowid = 37829";
Command "update T set F = null where rowid = 51447";
Command "update T set F = null where rowid = 53625";
Command "update T set F = null where rowid = 3270";
Command "update T set F = null where rowid = 16100";
Command "update T set F = null where rowid = 31165";
Command "update T set F = null where rowid = 58921";
Command "update T set F = null where rowid = 33860";
Command "update T set F = null where rowid = 23355";
Command "update T set F = null where rowid = 26936";
Command "update T set F = null where rowid = 57906";
Command "update T set F = null where rowid = 11013";
Command "update T set F = null where rowid = 12560";
Command "update T set F = null where rowid = 2520";
Command "update T set F = null where rowid = 54191";
Command "update T set F = null where rowid = 22019";
Command "update T set F = null where rowid = 13750";
Command "update T set F = null where rowid = 24367";
Command "update T set F = null where rowid = 33749";
Command "update T set F = null where rowid = 22270";
Command "update T set F = null where rowid = 6250";
Command "update T set F = null where rowid = 38284";
Command "update T set F = null where rowid = 30487";
Command "update T set F = null where rowid = 39622";
Command "update T set F = null where rowid = 1427";
Command "update T set F = null where rowid = 54014";
Command "update T set F = null where rowid = 31192";
Command "update T set F = null where rowid = 16935";
Command "update T set F = null where rowid = 38954";
Command "update T set F = null where rowid = 2615";
Command "update T set F = null where rowid = 28666";
Command "update T set F = null where rowid = 47266";
Command "update T set F = null where rowid = 42408";
Command "update T set F = null where rowid = 10824";
Command "update T set F = null where rowid = 36450";
Command "update T set F = null where rowid = 42337";
Command "update T set F = null where rowid = 19461";
Command "update T set F = null where rowid = 43324";
Command "update T set F = null where rowid = 48999";
Command "update T set F = null where rowid = 21997";
Command "update T set F = null where rowid = 46383";
Command "update T set F = null where rowid = 35765";
Command "update T set F = null where rowid = 1584";
Command "update T set F = null where rowid = 40086";
Command "update T set F = null where rowid = 7594";
Command "update T set F = null where rowid = 22068";
Command "update T set F = null where rowid = 30210";
Command "update T set F = null where rowid = 22594";
Command "update T set F = null where rowid = 15621";
Command "update T set F = null where rowid = 6615";
Command "update T set F = null where rowid = 8242";
Command "update T set F = null where rowid = 16152";
Command "update T set F = null where rowid = 43041";
Command "update T set F = null where rowid = 49999";
Command "update T set F = null where rowid = 5073";
Command "update T set F = null where rowid = 7991";
Command "update T set F = null where rowid = 54795";
Command "update T set F = null where rowid = 18011";
Command "update T set F = null where rowid = 54866";
Command "update T set F = null where rowid = 40452";
Command "update T set F = null where rowid = 29384";
Command "update T set F = null where rowid = 36127";
Command "update T set F = null where rowid = 48574";
Command "update T set F = null where rowid = 40746";
Command "update T set F = null where rowid = 19229";
Command "update T set F = null where rowid = 19389";
Command "update T set F = null where rowid = 56190";
Command "update T set F = null where rowid = 37457";
Command "update T set F = null where rowid = 48764";
Command "update T set F = null where rowid = 29954";
Command "update T set F = null where rowid = 46854";
Command "update T set F = null where rowid = 13963";
Command "update T set F = null where rowid = 55973";
Command "update T set F = null where rowid = 39118";
Command "update T set F = null where rowid = 30406";
Command "update T set F = null where rowid = 35163";
Command "update T set F = null where rowid = 57463";
Command "update T set F = null where rowid = 17445";
Command "update T set F = null where rowid = 7697";
Command "update T set F = null where rowid = 4479";
Command "update T set F = null where rowid = 16794";
Command "update T set F = null where rowid = 4790";
Command "update T set F = null where rowid = 50808";
Command "update T set F = null where rowid = 4806";
Command "update T set F = null where rowid = 47463";
Command "update T set F = null where rowid = 2747";
Command "update T set F = null where rowid = 61000";
Command "update T set F = null where rowid = 29646";
Command "update T set F = null where rowid = 25071";
Command "update T set F = null where rowid = 9117";
Command "update T set F = null where rowid = 49432";
Command "update T set F = null where rowid = 38207";
Command "update T set F = null where rowid = 57389";
Command "update T set F = null where rowid = 32532";
Command "update T set F = null where rowid = 36944";
Command "update T set F = null where rowid = 16276";
Command "update T set F = null where rowid = 20094";
Command "update T set F = null where rowid = 51714";
Command "update T set F = null where rowid = 1677";
Command "update T set F = null where rowid = 28655";
Command "update T set F = null where rowid = 55505";
Command "update T set F = null where rowid = 10673";
Command "update T set F = null where rowid = 29818";
Command "update T set F = null where rowid = 47807";
Command "update T set F = null where rowid = 9327";
Command "update T set F = null where rowid = 53338";
Command "update T set F = null where rowid = 40094";
Command "update T set F = null where rowid = 40191";
Command "update T set F = null where rowid = 44020";
Command "update T set F = null where rowid = 61121";
Command "update T set F = null where rowid = 44684";
Command "update T set F = null where rowid = 20889";
Command "update T set F = null where rowid = 37593";
Command "update T set F = null where rowid = 1096";
Command "update T set F = null where rowid = 60443";
Command "update T set F = null where rowid = 24253";
Command "update T set F = null where rowid = 53568";
Command "update T set F = null where rowid = 32752";
Command "update T set F = null where rowid = 45521";
Command "update T set F = null where rowid = 31398";
Command "update T set F = null where rowid = 33806";
Command "update T set F = null where rowid = 34503";
Command "update T set F = null where rowid = 46777";
Command "update T set F = null where rowid = 21837";
Command "update T set F = null where rowid = 27103";
Command "update T set F = null where rowid = 2343";
Command "update T set F = null where rowid = 57603";
Command "update T set F = null where rowid = 31530";
Command "update T set F = null where rowid = 4022";
Command "update T set F = null where rowid = 56138";
Command "update T set F = null where rowid = 23566";
Command "update T set F = null where rowid = 35437";
Command "update T set F = null where rowid = 32333";
Command "update T set F = null where rowid = 8881";
Command "update T set F = null where rowid = 44210";
Command "update T set F = null where rowid = 4985";
Command "update T set F = null where rowid = 53098";
Command "update T set F = null where rowid = 14729";
Command "update T set F = null where rowid = 26475";
Command "update T set F = null where rowid = 8977";
Command "update T set F = null where rowid = 54433";
Command "update T set F = null where rowid = 44515";
Command "update T set F = null where rowid = 10223";
Command "update T set F = null where rowid = 38290";
Command "update T set F = null where rowid = 21203";
Command "update T set F = null where rowid = 22915";
Command "update T set F = null where rowid = 29637";
Command "update T set F = null where rowid = 40181";
Command "update T set F = null where rowid = 9077";
Command "update T set F = null where rowid = 47058";
Command "update T set F = null where rowid = 35375";
Command "update T set F = null where rowid = 57638";
Command "update T set F = null where rowid = 5057";
Command "update T set F = null where rowid = 6024";
Command "update T set F = null where rowid = 39688";
Command "update T set F = null where rowid = 22146";
Command "update T set F = null where rowid = 36657";
Command "update T set F = null where rowid = 648";
Command "update T set F = null where rowid = 16997";
Command "update T set F = null where rowid = 3093";
Command "update T set F = null where rowid = 17512";
Command "update T set F = null where rowid = 4208";
Command "update T set F = null where rowid = 37964";
Command "update T set F = null where rowid = 25065";
Command "update T set F = null where rowid = 25423";
Command "update T set F = null where rowid = 777";
Command "update T set F = null where rowid = 35308";
Command "update T set F = null where rowid = 52398";
Command "update T set F = null where rowid = 36906";
Command "update T set F = null where rowid = 12412";
Command "update T set F = null where rowid = 15349";
Command "update T set F = null where rowid = 12646";
Command "update T set F = null where rowid = 49041";
Command "update T set F = null where rowid = 24223";
Command "update T set F = null where rowid = 60292";
Command "update T set F = null where rowid = 56440";
Command "update T set F = null where rowid = 27334";
Command "update T set F = null where rowid = 44434";
Command "update T set F = null where rowid = 45340";
Command "update T set F = null where rowid = 6305";
Command "update T set F = null where rowid = 38072";
Command "update T set F = null where rowid = 35548";
Command "update T set F = null where rowid = 26450";
Command "update T set F = null where rowid = 24464";
Command "update T set F = null where rowid = 31570";
Command "update T set F = null where rowid = 32561";
Command "update T set F = null where rowid = 26079";
Command "update T set F = null where rowid = 3784";
Command "update T set F = null where rowid = 20616";
Command "update T set F = null where rowid = 3621";
Command "update T set F = null where rowid = 5699";
Command "update T set F = null where rowid = 25563";
Command "update T set F = null where rowid = 1018";
Command "update T set F = null where rowid = 2943";
Command "update T set F = null where rowid = 51498";
Command "update T set F = null where rowid = 26059";
Command "update T set F = null where rowid = 22214";
Command "update T set F = null where rowid = 50007";
Command "update T set F = null where rowid = 20997";
Command "update T set F = null where rowid = 31607";
Command "update T set F = null where rowid = 50967";
Command "update T set F = null where rowid = 42824";
Command "update T set F = null where rowid = 56017";
Command "update T set F = null where rowid = 60424";
Command "update T set F = null where rowid = 40201";
Command "update T set F = null where rowid = 43427";
Command "update T set F = null where rowid = 7052";
Command "update T set F = null where rowid = 56466";
Command "update T set F = null where rowid = 37948";
Command "update T set F = null where rowid = 49133";
Command "update T set F = null where rowid = 59419";
Command "update T set F = null where rowid = 54216";
Command "update T set F = null where rowid = 2786";
Command "update T set F = null where rowid = 49071";
Command "update T set F = null where rowid = 36975";
Command "update T set F = null where rowid = 12545";
Command "update T set F = null where rowid = 8690";
Command "update T set F = null where rowid = 51076";
Command "update T set F = null where rowid = 797";
Command "update T set F = null where rowid = 44688";
Command "update T set F = null where rowid = 44982";
Command "update T set F = null where rowid = 33837";
Command "update T set F = null where rowid = 32146";
Command "update T set F = null where rowid = 38195";
Command "update T set F = null where rowid = 36700";
Command "update T set F = null where rowid = 47815";
Command "update T set F = null where rowid = 29544";
Command "update T set F = null where rowid = 21433";
Command "update T set F = null where rowid = 23782";
Command "update T set F = null where rowid = 37295";
Command "update T set F = null where rowid = 33906";
Command "update T set F = null where rowid = 15741";
Command "update T set F = null where rowid = 48768";
Command "update T set F = null where rowid = 61481";
Command "update T set F = null where rowid = 35470";
Command "update T set F = null where rowid = 3665";
Command "update T set F = null where rowid = 34353";
Command "update T set F = null where rowid = 5660";
Command "update T set F = null where rowid = 43695";
Command "update T set F = null where rowid = 54170";
Command "update T set F = null where rowid = 21322";
Command "update T set F = null where rowid = 288";
Command "update T set F = null where rowid = 23919";
Command "update T set F = null where rowid = 54749";
Command "update T set F = null where rowid = 23569";
Command "update T set F = null where rowid = 39507";
Command "update T set F = null where rowid = 38396";
Command "update T set F = null where rowid = 40884";
Command "update T set F = null where rowid = 26051";
Command "update T set F = null where rowid = 5070";
Command "update T set F = null where rowid = 35647";
Command "update T set F = null where rowid = 20726";
Command "update T set F = null where rowid = 52728";
Command "update T set F = null where rowid = 56930";
Command "update T set F = null where rowid = 43785";
Command "update T set F = null where rowid = 47921";
Command "update T set F = null where rowid = 53142";
Command "update T set F = null where rowid = 6655";
Command "update T set F = null where rowid = 14947";
Command "update T set F = null where rowid = 43412";
Command "update T set F = null where rowid = 49010";
Command "update T set F = null where rowid = 25988";
Command "update T set F = null where rowid = 28347";
Command "update T set F = null where rowid = 38187";
Command "update T set F = null where rowid = 58990";
Command "update T set F = null where rowid = 15955";
Command "update T set F = null where rowid = 16991";
Command "update T set F = null where rowid = 60171";
Command "update T set F = null where rowid = 42786";
Command "update T set F = null where rowid = 53683";
Command "update T set F = null where rowid = 31977";
Command "update T set F = null where rowid = 26938";
Command "update T set F = null where rowid = 1820";
Command "update T set F = null where rowid = 29128";
Command "update T set F = null where rowid = 42020";
Command "update T set F = null where rowid = 42052";
Command "update T set F = null where rowid = 16190";
Command "update T set F = null where rowid = 40365";
Command "update T set F = null where rowid = 3149";
Command "update T set F = null where rowid = 41784";
Command "update T set F = null where rowid = 26238";
Command "update T set F = null where rowid = 37071";
Command "update T set F = null where rowid = 59656";
Command "update T set F = null where rowid = 5608";
Command "update T set F = null where rowid = 23219";
Command "update T set F = null where rowid = 11808";
Command "update T set F = null where rowid = 2329";
Command "update T set F = null where rowid = 37108";
Command "update T set F = null where rowid = 27883";
Command "update T set F = null where rowid = 32745";
Command "update T set F = null where rowid = 18334";
Command "update T set F = null where rowid = 47572";
Command "update T set F = null where rowid = 42074";
Command "update T set F = null where rowid = 53770";
Command "update T set F = null where rowid = 5650";
Command "update T set F = null where rowid = 32905";
Command "update T set F = null where rowid = 13897";
Command "update T set F = null where rowid = 22738";
Command "update T set F = null where rowid = 5665";
Command "update T set F = null where rowid = 10697";
Command "update T set F = null where rowid = 45086";
Command "update T set F = null where rowid = 26340";
Command "update T set F = null where rowid = 33807";
Command "update T set F = null where rowid = 49849";
Command "update T set F = null where rowid = 50834";
Command "update T set F = null where rowid = 23757";
Command "update T set F = null where rowid = 18997";
Command "update T set F = null where rowid = 9261";
Command "update T set F = null where rowid = 19129";
Command "update T set F = null where rowid = 40655";
Command "update T set F = null where rowid = 44469";
Command "update T set F = null where rowid = 44085";
Command "update T set F = null where rowid = 52975";
Command "update T set F = null where rowid = 46587";
Command "update T set F = null where rowid = 27771";
Command "update T set F = null where rowid = 6966";
Command "update T set F = null where rowid = 14285";
Command "update T set F = null where rowid = 13130";
Command "update T set F = null where rowid = 35137";
Command "update T set F = null where rowid = 34281";
Command "update T set F = null where rowid = 41018";
Command "update T set F = null where rowid = 26705";
Command "update T set F = null where rowid = 45767";
Command "update T set F = null where rowid = 45039";
Command "update T set F = null where rowid = 49574";
Command "update T set F = null where rowid = 53461";
Command "update T set F = null where rowid = 48469";
Command "update T set F = null where rowid = 15412";
Command "update T set F = null where rowid = 32218";
Command "update T set F = null where rowid = 3444";
Command "update T set F = null where rowid = 13055";
Command "update T set F = null where rowid = 23275";
Command "update T set F = null where rowid = 56526";
Command "update T set F = null where rowid = 23741";
Command "update T set F = null where rowid = 16000";
Command "update T set F = null where rowid = 42643";
Command "update T set F = null where rowid = 1055";
Command "update T set F = null where rowid = 57298";
Command "update T set F = null where rowid = 2502";
Command "update T set F = null where rowid = 4349";
Command "update T set F = null where rowid = 44302";
Command "update T set F = null where rowid = 30496";
Command "update T set F = null where rowid = 56734";
Command "update T set F = null where rowid = 55509";
Command "update T set F = null where rowid = 47142";
Command "update T set F = null where rowid = 50092";
Command "update T set F = null where rowid = 46816";
Command "update T set F = null where rowid = 23633";
Command "update T set F = null where rowid = 1834";
Command "update T set F = null where rowid = 4603";
Command "update T set F = null where rowid = 22916";
Command "update T set F = null where rowid = 38031";
Command "update T set F = null where rowid = 57742";
Command "update T set F = null where rowid = 34265";
Command "update T set F = null where rowid = 10301";
Command "update T set F = null where rowid = 13989";
Command "update T set F = null where rowid = 19234";
Command "update T set F = null where rowid = 44550";
Command "update T set F = null where rowid = 9669";
Command "update T set F = null where rowid = 25578";
Command "update T set F = null where rowid = 2888";
Command "update T set F = null where rowid = 28217";
Command "update T set F = null where rowid = 55269";
Command "update T set F = null where rowid = 59853";
Command "update T set F = null where rowid = 29380";
Command "update T set F = null where rowid = 24548";
Command "update T set F = null where rowid = 19445";
Command "update T set F = null where rowid = 53880";
Command "update T set F = null where rowid = 40410";
Command "update T set F = null where rowid = 36095";
Command "update T set F = null where rowid = 19996";
Command "update T set F = null where rowid = 47451";
Command "update T set F = null where rowid = 57425";
Command "update T set F = null where rowid = 21508";
Command "update T set F = null where rowid = 7066";
Command "update T set F = null where rowid = 30397";
Command "update T set F = null where rowid = 7578";
Command "update T set F = null where rowid = 19249";
Command "update T set F = null where rowid = 13144";
Command "update T set F = null where rowid = 1860";
Command "update T set F = null where rowid = 52672";
Command "update T set F = null where rowid = 35225";
Command "update T set F = null where rowid = 5098";
Command "update T set F = null where rowid = 47650";
Command "update T set F = null where rowid = 7606";
Command "update T set F = null where rowid = 30549";
Command "update T set F = null where rowid = 7032";
Command "update T set F = null where rowid = 13150";
Command "update T set F = null where rowid = 37616";
Command "update T set F = null where rowid = 3483";
Command "update T set F = null where rowid = 12297";
Command "update T set F = null where rowid = 28966";
Command "update T set F = null where rowid = 18357";
Command "update T set F = null where rowid = 19999";
Command "update T set F = null where rowid = 55933";
Command "update T set F = null where rowid = 36053";
Command "update T set F = null where rowid = 3876";
Command "update T set F = null where rowid = 48523";
Command "update T set F = null where rowid = 4258";
Command "update T set F = null where rowid = 10142";
Command "update T set F = null where rowid = 14235";
Command "update T set F = null where rowid = 45583";
Command "update T set F = null where rowid = 16995";
Command "update T set F = null where rowid = 58476";
Command "update T set F = null where rowid = 10082";
Command "update T set F = null where rowid = 13656";
Command "update T set F = null where rowid = 19616";
Command "update T set F = null where rowid = 7942";
Command "update T set F = null where rowid = 37896";
Command "update T set F = null where rowid = 14557";
Command "update T set F = null where rowid = 53201";
Command "update T set F = null where rowid = 846";
Command "update T set F = null where rowid = 12555";
Command "update T set F = null where rowid = 49147";
Command "update T set F = null where rowid = 21766";
Command "update T set F = null where rowid = 3162";
Command "update T set F = null where rowid = 36346";
Command "update T set F = null where rowid = 20832";
Command "update T set F = null where rowid = 20676";
Command "update T set F = null where rowid = 17772";
Command "update T set F = null where rowid = 19645";
Command "update T set F = null where rowid = 4813";
Command "update T set F = null where rowid = 40198";
Command "update T set F = null where rowid = 30873";
Command "update T set F = null where rowid = 28629";
Command "update T set F = null where rowid = 39467";
Command "update T set F = null where rowid = 21037";
Command "update T set F = null where rowid = 57358";
Command "update T set F = null where rowid = 3808";
Command "update T set F = null where rowid = 46959";
Command "update T set F = null where rowid = 19622";
Command "update T set F = null where rowid = 37765";
Command "update T set F = null where rowid = 2372";
Command "update T set F = null where rowid = 1314";
Command "update T set F = null where rowid = 3765";
Command "update T set F = null where rowid = 50150";
Command "update T set F = null where rowid = 46124";
Command "update T set F = null where rowid = 49635";
Command "update T set F = null where rowid = 29573";
Command "update T set F = null where rowid = 54137";
Command "update T set F = null where rowid = 24459";
Command "update T set F = null where rowid = 21979";
Command "update T set F = null where rowid = 55399";
Command "update T set F = null where rowid = 31329";
Command "update T set F = null where rowid = 36131";
Command "update T set F = null where rowid = 10303";
Command "update T set F = null where rowid = 40076";
Command "update T set F = null where rowid = 1865";
Command "update T set F = null where rowid = 46872";
Command "update T set F = null where rowid = 34953";
Command "update T set F = null where rowid = 52897";
Command "update T set F = null where rowid = 14125";
Command "update T set F = null where rowid = 6904";
Command "update T set F = null where rowid = 40569";
Command "update T set F = null where rowid = 1024";
Command "update T set F = null where rowid = 36349";
Command "update T set F = null where rowid = 30132";
Command "update T set F = null where rowid = 33079";
Command "update T set F = null where rowid = 6073";
Command "update T set F = null where rowid = 11321";
Command "update T set F = null where rowid = 12401";
Command "update T set F = null where rowid = 619";
Command "update T set F = null where rowid = 49255";
Command "update T set F = null where rowid = 30366";
Command "update T set F = null where rowid = 55414";
Command "update T set F = null where rowid = 60490";
Command "update T set F = null where rowid = 43674";
Command "update T set F = null where rowid = 48105";
Command "update T set F = null where rowid = 37935";
Command "update T set F = null where rowid = 46079";
Command "update T set F = null where rowid = 60398";
Command "update T set F = null where rowid = 34945";
Command "update T set F = null where rowid = 47029";
Command "update T set F = null where rowid = 28762";
Command "update T set F = null where rowid = 30646";
Command "update T set F = null where rowid = 46749";
Command "update T set F = null where rowid = 10542";
Command "update T set F = null where rowid = 51561";
Command "update T set F = null where rowid = 50344";
Command "update T set F = null where rowid = 28806";
Command "update T set F = null where rowid = 33473";
Command "update T set F = null where rowid = 43263";
Command "update T set F = null where rowid = 56586";
Command "update T set F = null where rowid = 42375";
Command "update T set F = null where rowid = 30480";
Command "update T set F = null where rowid = 54053";
Command "update T set F = null where rowid = 57197";
Command "update T set F = null where rowid = 53638";
Command "update T set F = null where rowid = 13215";
Command "update T set F = null where rowid = 32231";
Command "update T set F = null where rowid = 16098";
Command "update T set F = null where rowid = 27193";
Command "update T set F = null where rowid = 7736";
Command "update T set F = null where rowid = 57705";
Command "update T set F = null where rowid = 12168";
Command "update T set F = null where rowid = 15280";
Command "update T set F = null where rowid = 20471";
Command "update T set F = null where rowid = 49049";
Command "update T set F = null where rowid = 54266";
Command "update T set F = null where rowid = 51721";
Command "update T set F = null where rowid = 31226";
Command "update T set F = null where rowid = 51502";
Command "update T set F = null where rowid = 3848";
Command "update T set F = null where rowid = 40637";
Command "update T set F = null where rowid = 25238";
Command "update T set F = null where rowid = 28102";
Command "update T set F = null where rowid = 53363";
Command "update T set F = null where rowid = 2707";
Command "update T set F = null where rowid = 47363";
Command "update T set F = null where rowid = 54172";
Command "update T set F = null where rowid = 21192";
Command "update T set F = null where rowid = 19980";
Command "update T set F = null where rowid = 36046";
Command "update T set F = null where rowid = 48514";
Command "update T set F = null where rowid = 17704";
Command "update T set F = null where rowid = 46139";
Command "update T set F = null where rowid = 17778";
Command "update T set F = null where rowid = 47378";
Command "update T set F = null where rowid = 10295";
Command "update T set F = null where rowid = 56258";
Command "update T set F = null where rowid = 35301";
Command "update T set F = null where rowid = 41074";
Command "update T set F = null where rowid = 36584";
Command "update T set F = null where rowid = 61406";
Command "update T set F = null where rowid = 46114";
Command "update T set F = null where rowid = 22371";
Command "update T set F = null where rowid = 4285";
Command "update T set F = null where rowid = 48169";
Command "update T set F = null where rowid = 51295";
Command "update T set F = null where rowid = 39097";
Command "update T set F = null where rowid = 14850";
Command "update T set F = null where rowid = 4025";
Command "update T set F = null where rowid = 7124";
Command "update T set F = null where rowid = 58539";
Command "update T set F = null where rowid = 24105";
Command "update T set F = null where rowid = 19907";
Command "update T set F = null where rowid = 41829";
Command "update T set F = null where rowid = 37318";
Command "update T set F = null where rowid = 36188";
Command "update T set F = null where rowid = 13288";
Command "update T set F = null where rowid = 36713";
Command "update T set F = null where rowid = 42756";
Command "update T set F = null where rowid = 24652";
Command "update T set F = null where rowid = 4721";
Command "update T set F = null where rowid = 48558";
Command "update T set F = null where rowid = 42885";
Command "update T set F = null where rowid = 10069";
Command "update T set F = null where rowid = 9355";
Command "update T set F = null where rowid = 55018";
Command "update T set F = null where rowid = 8171";
Command "update T set F = null where rowid = 24544";
Command "update T set F = null where rowid = 45197";
Command "update T set F = null where rowid = 52001";
Command "update T set F = null where rowid = 36557";
Command "update T set F = null where rowid = 53986";
Command "update T set F = null where rowid = 59494";
Command "update T set F = null where rowid = 14881";
Command "update T set F = null where rowid = 34741";
Command "update T set F = null where rowid = 17089";
Command "update T set F = null where rowid = 2165";
Command "update T set F = null where rowid = 20975";
Command "update T set F = null where rowid = 45906";
Command "update T set F = null where rowid = 44006";
Command "update T set F = null where rowid = 27763";
Command "update T set F = null where rowid = 671";
Command "update T set F = null where rowid = 52181";
Command "update T set F = null where rowid = 6003";
Command "update T set F = null where rowid = 8770";
Command "update T set F = null where rowid = 13867";
Command "update T set F = null where rowid = 44599";
Command "update T set F = null where rowid = 45951";
Command "update T set F = null where rowid = 9686";
Command "update T set F = null where rowid = 44709";
Command "update T set F = null where rowid = 60704";
Command "update T set F = null where rowid = 50264";
Command "update T set F = null where rowid = 15937";
Command "update T set F = null where rowid = 3554";
Command "update T set F = null where rowid = 57730";
Command "update T set F = null where rowid = 5156";
Command "update T set F = null where rowid = 13266";
Command "update T set F = null where rowid = 15056";
Command "update T set F = null where rowid = 23091";
Command "update T set F = null where rowid = 10317";
Command "update T set F = null where rowid = 59213";
Command "update T set F = null where rowid = 59360";
Command "update T set F = null where rowid = 52838";
Command "update T set F = null where rowid = 37629";
Command "update T set F = null where rowid = 10984";
Command "update T set F = null where rowid = 45310";
Command "update T set F = null where rowid = 15229";
Command "update T set F = null where rowid = 9796";
Command "update T set F = null where rowid = 16334";
Command "update T set F = null where rowid = 15157";
Command "update T set F = null where rowid = 25304";
Command "update T set F = null where rowid = 34719";
Command "update T set F = null where rowid = 49337";
Command "update T set F = null where rowid = 23301";
Command "update T set F = null where rowid = 678";
Command "update T set F = null where rowid = 23064";
Command "update T set F = null where rowid = 60540";
Command "update T set F = null where rowid = 41581";
Command "update T set F = null where rowid = 25772";
Command "update T set F = null where rowid = 863";
Command "update T set F = null where rowid = 4700";
Command "update T set F = null where rowid = 55176";
Command "update T set F = null where rowid = 53069";
Command "update T set F = null where rowid = 45545";
Command "update T set F = null where rowid = 22408";
Command "update T set F = null where rowid = 31473";
Command "update T set F = null where rowid = 12773";
Command "update T set F = null where rowid = 50784";
Command "update T set F = null where rowid = 14741";
Command "update T set F = null where rowid = 50660";
Command "update T set F = null where rowid = 40205";
Command "update T set F = null where rowid = 57034";
Command "update T set F = null where rowid = 9534";
Command "update T set F = null where rowid = 13155";
Command "update T set F = null where rowid = 38471";
Command "update T set F = null where rowid = 24537";
Command "update T set F = null where rowid = 21138";
Command "update T set F = null where rowid = 28587";
Command "update T set F = null where rowid = 60286";
Command "update T set F = null where rowid = 24529";
Command "update T set F = null where rowid = 46427";
Command "update T set F = null where rowid = 10100";
Command "update T set F = null where rowid = 28813";
Command "update T set F = null where rowid = 8096";
Command "update T set F = null where rowid = 35852";
Command "update T set F = null where rowid = 43778";
Command "update T set F = null where rowid = 33831";
Command "update T set F = null where rowid = 28416";
Command "update T set F = null where rowid = 25560";
Command "update T set F = null where rowid = 47794";
Command "update T set F = null where rowid = 3004";
Command "update T set F = null where rowid = 22786";
Command "update T set F = null where rowid = 29515";
Command "update T set F = null where rowid = 45755";
Command "update T set F = null where rowid = 40724";
Command "update T set F = null where rowid = 41926";
Command "update T set F = null where rowid = 25063";
Command "update T set F = null where rowid = 3065";
Command "update T set F = null where rowid = 18462";
Command "update T set F = null where rowid = 31216";
Command "update T set F = null where rowid = 53993";
Command "update T set F = null where rowid = 56041";
Command "update T set F = null where rowid = 44784";
Command "update T set F = null where rowid = 20581";
Command "update T set F = null where rowid = 49408";
Command "update T set F = null where rowid = 53131";
Command "update T set F = null where rowid = 24524";
Command "update T set F = null where rowid = 56997";
Command "update T set F = null where rowid = 38275";
Command "update T set F = null where rowid = 18759";
Command "update T set F = null where rowid = 47735";
Command "update T set F = null where rowid = 32570";
Command "update T set F = null where rowid = 18149";
Command "update T set F = null where rowid = 9164";
Command "update T set F = null where rowid = 16573";
Command "update T set F = null where rowid = 25156";
Command "update T set F = null where rowid = 24799";
Command "update T set F = null where rowid = 56180";
Command "update T set F = null where rowid = 53553";
Command "update T set F = null where rowid = 57195";
Command "update T set F = null where rowid = 35651";
Command "update T set F = null where rowid = 38885";
Command "update T set F = null where rowid = 3713";
Command "update T set F = null where rowid = 56621";
Command "update T set F = null where rowid = 53633";
Command "update T set F = null where rowid = 30783";
Command "update T set F = null where rowid = 237";
Command "update T set F = null where rowid = 54273";
Command "update T set F = null where rowid = 5688";
Command "update T set F = null where rowid = 26581";
Command "update T set F = null where rowid = 3969";
Command "update T set F = null where rowid = 27005";
Command "update T set F = null where rowid = 13542";
Command "update T set F = null where rowid = 51017";
Command "update T set F = null where rowid = 54075";
Command "update T set F = null where rowid = 524";
Command "update T set F = null where rowid = 10860";
Command "update T set F = null where rowid = 57728";
Command "update T set F = null where rowid = 8731";
Command "update T set F = null where rowid = 24454";
Command "update T set F = null where rowid = 45776";
Command "update T set F = null where rowid = 21615";
Command "update T set F = null where rowid = 29133";
Command "update T set F = null where rowid = 49993";
Command "update T set F = null where rowid = 45933";
Command "update T set F = null where rowid = 43357";
Command "update T set F = null where rowid = 30932";
Command "update T set F = null where rowid = 24011";
Command "update T set F = null where rowid = 30741";
Command "update T set F = null where rowid = 56821";
Command "update T set F = null where rowid = 34554";
Command "update T set F = null where rowid = 60733";
Command "update T set F = null where rowid = 4317";
Command "update T set F = null where rowid = 52761";
Command "update T set F = null where rowid = 4484";
Command "update T set F = null where rowid = 60958";
Command "update T set F = null where rowid = 29879";
Command "update T set F = null where rowid = 42427";
Command "update T set F = null where rowid = 35324";
Command "update T set F = null where rowid = 8705";
Command "update T set F = null where rowid = 39863";
Command "update T set F = null where rowid = 872";
Command "update T set F = null where rowid = 25301";
Command "update T set F = null where rowid = 19565";
Command "update T set F = null where rowid = 34189";
Command "update T set F = null where rowid = 43082";
Command "update T set F = null where rowid = 56940";
Command "update T set F = null where rowid = 28868";
Command "update T set F = null where rowid = 380";
Command "update T set F = null where rowid = 9738";
Command "update T set F = null where rowid = 37410";
Command "update T set F = null where rowid = 47952";
Command "update T set F = null where rowid = 42704";
Command "update T set F = null where rowid = 47586";
Command "update T set F = null where rowid = 41971";
Command "update T set F = null where rowid = 40890";
Command "update T set F = null where rowid = 7341";
Command "update T set F = null where rowid = 6997";
Command "update T set F = null where rowid = 60230";
Command "update T set F = null where rowid = 8252";
Command "update T set F = null where rowid = 27363";
Command "update T set F = null where rowid = 43458";
Command "update T set F = null where rowid = 58498";
Command "update T set F = null where rowid = 35275";
Command "update T set F = null where rowid = 1969";
Command "update T set F = null where rowid = 48271";
Command "update T set F = null where rowid = 1964";
Command "update T set F = null where rowid = 27352";
Command "update T set F = null where rowid = 36555";
Command "update T set F = null where rowid = 21416";
Command "update T set F = null where rowid = 45410";
Command "update T set F = null where rowid = 11324";
Command "update T set F = null where rowid = 34899";
Command "update T set F = null where rowid = 10732";
Command "update T set F = null where rowid = 59236";
Command "update T set F = null where rowid = 46049";
Command "update T set F = null where rowid = 27784";
Command "update T set F = null where rowid = 18883";
Command "update T set F = null where rowid = 34438";
Command "update T set F = null where rowid = 57995";
Command "update T set F = null where rowid = 24921";
Command "update T set F = null where rowid = 36443";
Command "update T set F = null where rowid = 60362";
Command "update T set F = null where rowid = 22289";
Command "update T set F = null where rowid = 10798";
Command "update T set F = null where rowid = 3406";
Command "update T set F = null where rowid = 55368";
Command "update T set F = null where rowid = 33631";
Command "update T set F = null where rowid = 33721";
Command "update T set F = null where rowid = 38375";
Command "update T set F = null where rowid = 34284";
Command "update T set F = null where rowid = 47898";
Command "update T set F = null where rowid = 33598";
Command "update T set F = null where rowid = 36592";
Command "update T set F = null where rowid = 34733";
Command "update T set F = null where rowid = 39640";
Command "update T set F = null where rowid = 27273";
Command "update T set F = null where rowid = 48526";
Command "update T set F = null where rowid = 12278";
Command "update T set F = null where rowid = 16767";
Command "update T set F = null where rowid = 33861";
Command "update T set F = null where rowid = 43426";
Command "update T set F = null where rowid = 7482";
Command "update T set F = null where rowid = 21091";
Command "update T set F = null where rowid = 29495";
Command "update T set F = null where rowid = 4168";
Command "update T set F = null where rowid = 12356";
Command "update T set F = null where rowid = 38679";
Command "update T set F = null where rowid = 17510";
Command "update T set F = null where rowid = 37166";
Command "update T set F = null where rowid = 50592";
Command "update T set F = null where rowid = 59129";
Command "update T set F = null where rowid = 19275";
Command "update T set F = null where rowid = 8919";
Command "update T set F = null where rowid = 36201";
Command "update T set F = null where rowid = 41531";
Command "update T set F = null where rowid = 49520";
Command "update T set F = null where rowid = 19047";
Command "update T set F = null where rowid = 40817";
Command "update T set F = null where rowid = 24480";
Command "update T set F = null where rowid = 15449";
Command "update T set F = null where rowid = 54145";
Command "update T set F = null where rowid = 45012";
Command "update T set F = null where rowid = 6843";
Command "update T set F = null where rowid = 48303";
Command "update T set F = null where rowid = 9674";
Command "update T set F = null where rowid = 29596";
Command "update T set F = null where rowid = 53747";
Command "update T set F = null where rowid = 45831";
Command "update T set F = null where rowid = 55614";
Command "update T set F = null where rowid = 27098";
Command "update T set F = null where rowid = 11491";
Command "update T set F = null where rowid = 1034";
Command "update T set F = null where rowid = 686";
Command "update T set F = null where rowid = 55585";
Command "update T set F = null where rowid = 33809";
Command "update T set F = null where rowid = 4824";
Command "update T set F = null where rowid = 28830";
Command "update T set F = null where rowid = 55683";
Command "update T set F = null where rowid = 1558";
Command "update T set F = null where rowid = 28827";
Command "update T set F = null where rowid = 53798";
Command "update T set F = null where rowid = 14858";
Command "update T set F = null where rowid = 9748";
Command "update T set F = null where rowid = 31132";
Command "update T set F = null where rowid = 59919";
Command "update T set F = null where rowid = 48176";
Command "update T set F = null where rowid = 59023";
Command "update T set F = null where rowid = 25456";
Command "update T set F = null where rowid = 45135";
Command "update T set F = null where rowid = 38700";
Command "update T set F = null where rowid = 37587";
Command "update T set F = null where rowid = 24211";
Command "update T set F = null where rowid = 55927";
Command "update T set F = null where rowid = 50100";
Command "update T set F = null where rowid = 48552";
Command "update T set F = null where rowid = 32061";
Command "update T set F = null where rowid = 11925";
Command "update T set F = null where rowid = 27569";
Command "update T set F = null where rowid = 35638";
Command "update T set F = null where rowid = 1659";
Command "update T set F = null where rowid = 48845";
Command "update T set F = null where rowid = 11603";
Command "update T set F = null where rowid = 11329";
Command "update T set F = null where rowid = 28817";
Command "update T set F = null where rowid = 17353";
Command "update T set F = null where rowid = 44066";
Command "update T set F = null where rowid = 10812";
Command "update T set F = null where rowid = 30520";
Command "update T set F = null where rowid = 33644";
Command "update T set F = null where rowid = 28838";
Command "update T set F = null where rowid = 61104";
Command "update T set F = null where rowid = 13187";
Command "update T set F = null where rowid = 18594";
Command "update T set F = null where rowid = 26339";
Command "update T set F = null where rowid = 11268";
Command "update T set F = null where rowid = 23590";
Command "update T set F = null where rowid = 112";
Command "update T set F = null where rowid = 35248";
Command "update T set F = null where rowid = 12096";
Command "update T set F = null where rowid = 15148";
Command "update T set F = null where rowid = 55944";
Command "update T set F = null where rowid = 35767";
Command "update T set F = null where rowid = 28829";
Command "update T set F = null where rowid = 33224";
Command "update T set F = null where rowid = 44949";
Command "update T set F = null where rowid = 28834";
Command "update T set F = null where rowid = 15543";
Command "update T set F = null where rowid = 21715";
Command "update T set F = null where rowid = 58287";
Command "update T set F = null where rowid = 17101";
Command "update T set F = null where rowid = 20618";
Command "update T set F = null where rowid = 647";
Command "update T set F = null where rowid = 38377";
Command "update T set F = null where rowid = 29877";
Command "update T set F = null where rowid = 14680";
Command "update T set F = null where rowid = 60618";
Command "update T set F = null where rowid = 35371";
Command "update T set F = null where rowid = 44831";
Command "update T set F = null where rowid = 35442";
Command "update T set F = null where rowid = 34950";
Command "update T set F = null where rowid = 2825";
Command "update T set F = null where rowid = 22454";
Command "update T set F = null where rowid = 2528";
Command "update T set F = null where rowid = 3991";
Command "update T set F = null where rowid = 45674";
Command "update T set F = null where rowid = 3047";
Command "update T set F = null where rowid = 2336";
Command "update T set F = null where rowid = 5644";
Command "update T set F = null where rowid = 17133";
Command "update T set F = null where rowid = 45084";
Command "update T set F = null where rowid = 53114";
Command "update T set F = null where rowid = 34916";
Command "update T set F = null where rowid = 34326";
Command "update T set F = null where rowid = 23105";
Command "update T set F = null where rowid = 3185";
Command "update T set F = null where rowid = 43534";
Command "update T set F = null where rowid = 27405";
Command "update T set F = null where rowid = 43038";
Command "update T set F = null where rowid = 42594";
Command "update T set F = null where rowid = 7818";
Command "update T set F = null where rowid = 38106";
Command "update T set F = null where rowid = 47366";
Command "update T set F = null where rowid = 24562";
Command "update T set F = null where rowid = 11439";
Command "update T set F = null where rowid = 32002";
Command "update T set F = null where rowid = 13954";
Command "update T set F = null where rowid = 4211";
Command "update T set F = null where rowid = 60227";
Command "update T set F = null where rowid = 20637";
Command "update T set F = null where rowid = 44278";
Command "update T set F = null where rowid = 42897";
Command "update T set F = null where rowid = 24577";
Command "update T set F = null where rowid = 53170";
Command "update T set F = null where rowid = 9137";
Command "update T set F = null where rowid = 22108";
Command "update T set F = null where rowid = 21295";
Command "update T set F = null where rowid = 2240";
Command "update T set F = null where rowid = 52505";
Command "update T set F = null where rowid = 7752";
Command "update T set F = null where rowid = 7503";
Command "update T set F = null where rowid = 58863";
Command "update T set F = null where rowid = 55433";
Command "update T set F = null where rowid = 55104";
Command "update T set F = null where rowid = 52292";
Command "update T set F = null where rowid = 51222";
Command "update T set F = null where rowid = 35834";
Command "update T set F = null where rowid = 32980";
Command "update T set F = null where rowid = 19470";
Command "update T set F = null where rowid = 25414";
Command "update T set F = null where rowid = 43762";
Command "update T set F = null where rowid = 42839";
Command "update T set F = null where rowid = 59330";
Command "update T set F = null where rowid = 32659";
Command "update T set F = null where rowid = 13204";
Command "update T set F = null where rowid = 11241";
Command "update T set F = null where rowid = 22499";
Command "update T set F = null where rowid = 58450";
Command "update T set F = null where rowid = 1757";
Command "update T set F = null where rowid = 50301";
Command "update T set F = null where rowid = 34568";
Command "update T set F = null where rowid = 22194";
Command "update T set F = null where rowid = 5572";
Command "update T set F = null where rowid = 5519";
Command "update T set F = null where rowid = 41485";
Command "update T set F = null where rowid = 9824";
Command "update T set F = null where rowid = 48344";
Command "update T set F = null where rowid = 21207";
Command "update T set F = null where rowid = 37892";
Command "update T set F = null where rowid = 24600";
Command "update T set F = null where rowid = 33896";
Command "update T set F = null where rowid = 49040";
Command "update T set F = null where rowid = 59627";
Command "update T set F = null where rowid = 17883";
Command "update T set F = null where rowid = 23072";
Command "update T set F = null where rowid = 20160";
Command "update T set F = null where rowid = 23567";
Command "update T set F = null where rowid = 12388";
Command "update T set F = null where rowid = 31862";
Command "update T set F = null where rowid = 34016";
Command "update T set F = null where rowid = 3223";
Command "update T set F = null where rowid = 8018";
Command "update T set F = null where rowid = 40265";
Command "update T set F = null where rowid = 30072";
Command "update T set F = null where rowid = 35662";
Command "update T set F = null where rowid = 54557";
Command "update T set F = null where rowid = 41140";
Command "update T set F = null where rowid = 9508";
Command "update T set F = null where rowid = 1172";
Command "update T set F = null where rowid = 39488";
Command "update T set F = null where rowid = 18645";
Command "update T set F = null where rowid = 47830";
Command "update T set F = null where rowid = 52826";
Command "update T set F = null where rowid = 55360";
Command "update T set F = null where rowid = 40998";
Command "update T set F = null where rowid = 33360";
Command "update T set F = null where rowid = 633";
Command "update T set F = null where rowid = 27361";
Command "update T set F = null where rowid = 42002";
Command "update T set F = null where rowid = 2537";
Command "update T set F = null where rowid = 35544";
Command "update T set F = null where rowid = 53730";
Command "update T set F = null where rowid = 48799";
Command "update T set F = null where rowid = 40810";
Command "update T set F = null where rowid = 28213";
Command "update T set F = null where rowid = 21328";
Command "update T set F = null where rowid = 58324";
Command "update T set F = null where rowid = 38408";
Command "update T set F = null where rowid = 43136";
Command "update T set F = null where rowid = 12562";
Command "update T set F = null where rowid = 37050";
Command "update T set F = null where rowid = 11966";
Command "update T set F = null where rowid = 38342";
Command "update T set F = null where rowid = 55799";
Command "update T set F = null where rowid = 33487";
Command "update T set F = null where rowid = 53596";
Command "update T set F = null where rowid = 12106";
Command "update T set F = null where rowid = 24674";
Command "update T set F = null where rowid = 23533";
Command "update T set F = null where rowid = 9932";
Command "update T set F = null where rowid = 24947";
Command "update T set F = null where rowid = 20297";
Command "update T set F = null where rowid = 29243";
Command "update T set F = null where rowid = 26640";
Command "update T set F = null where rowid = 235";
Command "update T set F = null where rowid = 7876";
Command "update T set F = null where rowid = 38398";
Command "update T set F = null where rowid = 18658";
Command "update T set F = null where rowid = 5737";
Command "update T set F = null where rowid = 5525";
Command "update T set F = null where rowid = 38067";
Command "update T set F = null where rowid = 9556";
Command "update T set F = null where rowid = 8996";
Command "update T set F = null where rowid = 13512";
Command "update T set F = null where rowid = 8793";
Command "update T set F = null where rowid = 22396";
Command "update T set F = null where rowid = 34178";
Command "update T set F = null where rowid = 61359";
Command "update T set F = null where rowid = 13859";
Command "update T set F = null where rowid = 19551";
Command "update T set F = null where rowid = 5591";
Command "update T set F = null where rowid = 14842";
Command "update T set F = null where rowid = 15420";
Command "update T set F = null where rowid = 10053";
Command "update T set F = null where rowid = 44105";
Command "update T set F = null where rowid = 46282";
Command "update T set F = null where rowid = 27140";
Command "update T set F = null where rowid = 1006";
Command "update T set F = null where rowid = 54886";
Command "update T set F = null where rowid = 33271";
Command "update T set F = null where rowid = 39163";
Command "update T set F = null where rowid = 11214";
Command "update T set F = null where rowid = 43084";
Command "update T set F = null where rowid = 4089";
Command "update T set F = null where rowid = 45479";
Command "update T set F = null where rowid = 38515";
Command "update T set F = null where rowid = 50534";
Command "update T set F = null where rowid = 54608";
Command "update T set F = null where rowid = 24563";
Command "update T set F = null where rowid = 50372";
Command "update T set F = null where rowid = 31945";
Command "update T set F = null where rowid = 50926";
Command "update T set F = null where rowid = 27538";
Command "update T set F = null where rowid = 52498";
Command "update T set F = null where rowid = 3253";
Command "update T set F = null where rowid = 34423";
Command "update T set F = null where rowid = 18466";
Command "update T set F = null where rowid = 12065";
Command "update T set F = null where rowid = 35095";
Command "update T set F = null where rowid = 52653";
Command "update T set F = null where rowid = 50807";
Command "update T set F = null where rowid = 12843";
Command "update T set F = null where rowid = 6859";
Command "update T set F = null where rowid = 23697";
Command "update T set F = null where rowid = 6049";
Command "update T set F = null where rowid = 13940";
Command "update T set F = null where rowid = 11956";
Command "update T set F = null where rowid = 29426";
Command "update T set F = null where rowid = 31027";
Command "update T set F = null where rowid = 39729";
Command "update T set F = null where rowid = 25003";
Command "update T set F = null where rowid = 33205";
Command "update T set F = null where rowid = 35368";
Command "update T set F = null where rowid = 16984";
Command "update T set F = null where rowid = 38523";
Command "update T set F = null where rowid = 31003";
Command "update T set F = null where rowid = 20048";
Command "update T set F = null where rowid = 47577";
Command "update T set F = null where rowid = 41976";
Command "update T set F = null where rowid = 11357";
Command "update T set F = null where rowid = 39890";
Command "update T set F = null where rowid = 30298";
Command "update T set F = null where rowid = 30005";
Command "update T set F = null where rowid = 17235";
Command "update T set F = null where rowid = 4417";
Command "update T set F = null where rowid = 60109";
Command "update T set F = null where rowid = 41363";
Command "update T set F = null where rowid = 8450";
Command "update T set F = null where rowid = 5356";
Command "update T set F = null where rowid = 25283";
Command "update T set F = null where rowid = 47590";
Command "update T set F = null where rowid = 572";
Command "update T set F = null where rowid = 51967";
Command "update T set F = null where rowid = 3222";
Command "update T set F = null where rowid = 29765";
Command "update T set F = null where rowid = 39086";
Command "update T set F = null where rowid = 41830";
Command "update T set F = null where rowid = 13706";
Command "update T set F = null where rowid = 39374";
Command "update T set F = null where rowid = 9759";
Command "update T set F = null where rowid = 27977";
Command "update T set F = null where rowid = 13427";
Command "update T set F = null where rowid = 53578";
Command "update T set F = null where rowid = 48611";
Command "update T set F = null where rowid = 55110";
Command "update T set F = null where rowid = 11375";
Command "update T set F = null where rowid = 48528";
Command "update T set F = null where rowid = 60566";
Command "update T set F = null where rowid = 10411";
Command "update T set F = null where rowid = 24217";
Command "update T set F = null where rowid = 6958";
Command "update T set F = null where rowid = 53566";
Command "update T set F = null where rowid = 8364";
Command "update T set F = null where rowid = 2831";
Command "update T set F = null where rowid = 24756";
Command "update T set F = null where rowid = 35751";
Command "update T set F = null where rowid = 32354";
Command "update T set F = null where rowid = 23571";
Command "update T set F = null where rowid = 28068";
Command "update T set F = null where rowid = 45165";
Command "update T set F = null where rowid = 52048";
Command "update T set F = null where rowid = 328";
Command "update T set F = null where rowid = 55114";
Command "update T set F = null where rowid = 40820";
Command "update T set F = null where rowid = 12837";
Command "update T set F = null where rowid = 10809";
Command "update T set F = null where rowid = 26402";
Command "update T set F = null where rowid = 48185";
Command "update T set F = null where rowid = 49412";
Command "update T set F = null where rowid = 23362";
Command "update T set F = null where rowid = 359";
Command "update T set F = null where rowid = 19327";
Command "update T set F = null where rowid = 47235";
Command "update T set F = null where rowid = 48452";
Command "update T set F = null where rowid = 8918";
Command "update T set F = null where rowid = 14510";
Command "update T set F = null where rowid = 10111";
Command "update T set F = null where rowid = 56292";
Command "update T set F = null where rowid = 14916";
Command "update T set F = null where rowid = 9575";
Command "update T set F = null where rowid = 13751";
Command "update T set F = null where rowid = 43134";
Command "update T set F = null where rowid = 200";
Command "update T set F = null where rowid = 30729";
Command "update T set F = null where rowid = 31928";
Command "update T set F = null where rowid = 28388";
Command "update T set F = null where rowid = 60111";
Command "update T set F = null where rowid = 9241";
Command "update T set F = null where rowid = 3336";
Command "update T set F = null where rowid = 57597";
Command "update T set F = null where rowid = 1098";
Command "update T set F = null where rowid = 30198";
Command "update T set F = null where rowid = 31402";
Command "update T set F = null where rowid = 2822";
Command "update T set F = null where rowid = 33668";
Command "update T set F = null where rowid = 43769";
Command "update T set F = null where rowid = 17996";
Command "update T set F = null where rowid = 8565";
Command "update T set F = null where rowid = 26935";
Command "update T set F = null where rowid = 60675";
Command "update T set F = null where rowid = 44990";
Command "update T set F = null where rowid = 29130";
Command "update T set F = null where rowid = 24245";
Command "update T set F = null where rowid = 53425";
Command "update T set F = null where rowid = 29984";
Command "update T set F = null where rowid = 111";
Command "update T set F = null where rowid = 39561";
Command "update T set F = null where rowid = 18503";
Command "update T set F = null where rowid = 57066";
Command "update T set F = null where rowid = 24364";
Command "update T set F = null where rowid = 6914";
Command "update T set F = null where rowid = 56034";
Command "update T set F = null where rowid = 15341";
Command "update T set F = null where rowid = 13474";
Command "update T set F = null where rowid = 52663";
Command "update T set F = null where rowid = 32615";
Command "update T set F = null where rowid = 51945";
Command "update T set F = null where rowid = 28014";
Command "update T set F = null where rowid = 52037";
Command "update T set F = null where rowid = 39864";
Command "update T set F = null where rowid = 31721";
Command "update T set F = null where rowid = 45735";
Command "update T set F = null where rowid = 15910";
Command "update T set F = null where rowid = 28636";
Command "update T set F = null where rowid = 1996";
Command "update T set F = null where rowid = 51884";
Command "update T set F = null where rowid = 50303";
Command "update T set F = null where rowid = 39345";
Command "update T set F = null where rowid = 56981";
Command "update T set F = null where rowid = 29553";
Command "update T set F = null where rowid = 17294";
Command "update T set F = null where rowid = 32461";
Command "update T set F = null where rowid = 25903";
Command "update T set F = null where rowid = 59913";
Command "update T set F = null where rowid = 39647";
Command "update T set F = null where rowid = 60348";
Command "update T set F = null where rowid = 30139";
Command "update T set F = null where rowid = 53241";
Command "update T set F = null where rowid = 50169";
Command "update T set F = null where rowid = 1290";
Command "update T set F = null where rowid = 4545";
Command "update T set F = null where rowid = 25565";
Command "update T set F = null where rowid = 45029";
Command "update T set F = null where rowid = 13027";
Command "update T set F = null where rowid = 50719";
Command "update T set F = null where rowid = 41814";
Command "update T set F = null where rowid = 51281";
Command "update T set F = null where rowid = 7272";
Command "update T set F = null where rowid = 49361";
Command "update T set F = null where rowid = 28588";
Command "update T set F = null where rowid = 50023";
Command "update T set F = null where rowid = 47959";
Command "update T set F = null where rowid = 25595";
Command "update T set F = null where rowid = 43913";
Command "update T set F = null where rowid = 59380";
Command "update T set F = null where rowid = 18763";
Command "update T set F = null where rowid = 20689";
Command "update T set F = null where rowid = 53343";
Command "update T set F = null where rowid = 5046";
Command "update T set F = null where rowid = 15166";
Command "update T set F = null where rowid = 10725";
Command "update T set F = null where rowid = 34893";
Command "update T set F = null where rowid = 14495";
Command "update T set F = null where rowid = 29038";
Command "update T set F = null where rowid = 43807";
Command "update T set F = null where rowid = 54857";
Command "update T set F = null where rowid = 12626";
Command "update T set F = null where rowid = 16986";
Command "update T set F = null where rowid = 57990";
Command "update T set F = null where rowid = 57729";
Command "update T set F = null where rowid = 25451";
Command "update T set F = null where rowid = 31157";
Command "update T set F = null where rowid = 9966";
Command "update T set F = null where rowid = 11853";
Command "update T set F = null where rowid = 11386";
Command "update T set F = null where rowid = 55388";
Command "update T set F = null where rowid = 23876";
Command "update T set F = null where rowid = 26614";
Command "update T set F = null where rowid = 31246";
Command "update T set F = null where rowid = 2935";
Command "update T set F = null where rowid = 12069";
Command "update T set F = null where rowid = 36608";
Command "update T set F = null where rowid = 16122";
Command "update T set F = null where rowid = 39857";
Command "update T set F = null where rowid = 8175";
Command "update T set F = null where rowid = 9057";
Command "update T set F = null where rowid = 20575";
Command "update T set F = null where rowid = 13769";
Command "update T set F = null where rowid = 29102";
Command "update T set F = null where rowid = 40992";
Command "update T set F = null where rowid = 17871";
Command "update T set F = null where rowid = 60222";
Command "update T set F = null where rowid = 9835";
Command "update T set F = null where rowid = 28686";
Command "update T set F = null where rowid = 25114";
Command "update T set F = null where rowid = 23897";
Command "update T set F = null where rowid = 30229";
Command "update T set F = null where rowid = 45943";
Command "update T set F = null where rowid = 50642";
Command "update T set F = null where rowid = 53096";
Command "update T set F = null where rowid = 10300";
Command "update T set F = null where rowid = 10248";
Command "update T set F = null where rowid = 30257";
Command "update T set F = null where rowid = 36777";
Command "update T set F = null where rowid = 20607";
Command "update T set F = null where rowid = 18478";
Command "update T set F = null where rowid = 19530";
Command "update T set F = null where rowid = 55851";
Command "update T set F = null where rowid = 54480";
Command "update T set F = null where rowid = 441";
Command "update T set F = null where rowid = 51160";
Command "update T set F = null where rowid = 60680";
Command "update T set F = null where rowid = 41251";
Command "update T set F = null where rowid = 60179";
Command "update T set F = null where rowid = 12687";
Command "update T set F = null where rowid = 23816";
Command "update T set F = null where rowid = 16748";
Command "update T set F = null where rowid = 57690";
Command "update T set F = null where rowid = 36118";
Command "update T set F = null where rowid = 28190";
Command "update T set F = null where rowid = 15014";
Command "update T set F = null where rowid = 10302";
Command "update T set F = null where rowid = 901";
Command "update T set F = null where rowid = 39614";
Command "update T set F = null where rowid = 47871";
Command "update T set F = null where rowid = 48092";
Command "update T set F = null where rowid = 29836";
Command "update T set F = null where rowid = 51138";
Command "update T set F = null where rowid = 33074";
Command "update T set F = null where rowid = 2101";
Command "update T set F = null where rowid = 56311";
Command "update T set F = null where rowid = 36934";
Command "update T set F = null where rowid = 14745";
Command "update T set F = null where rowid = 54960";
Command "update T set F = null where rowid = 27953";
Command "update T set F = null where rowid = 60670";
Command "update T set F = null where rowid = 47376";
Command "update T set F = null where rowid = 40660";
Command "update T set F = null where rowid = 12198";
Command "update T set F = null where rowid = 48125";
Command "update T set F = null where rowid = 8165";
Command "update T set F = null where rowid = 59553";
Command "update T set F = null where rowid = 22260";
Command "update T set F = null where rowid = 49638";
Command "update T set F = null where rowid = 52237";
Command "update T set F = null where rowid = 14809";
Command "update T set F = null where rowid = 11865";
Command "update T set F = null where rowid = 2993";
Command "update T set F = null where rowid = 7757";
Command "update T set F = null where rowid = 31591";
Command "update T set F = null where rowid = 32272";
Command "update T set F = null where rowid = 31908";
Command "update T set F = null where rowid = 58527";
Command "update T set F = null where rowid = 2824";
Command "update T set F = null where rowid = 61101";
Command "update T set F = null where rowid = 42449";
Command "update T set F = null where rowid = 23015";
Command "update T set F = null where rowid = 56774";
Command "update T set F = null where rowid = 22863";
Command "update T set F = null where rowid = 17102";
Command "update T set F = null where rowid = 33642";
Command "update T set F = null where rowid = 46006";
Command "update T set F = null where rowid = 48230";
Command "update T set F = null where rowid = 11402";
Command "update T set F = null where rowid = 57755";
Command "update T set F = null where rowid = 44214";
Command "update T set F = null where rowid = 4203";
Command "update T set F = null where rowid = 7939";
Command "update T set F = null where rowid = 40665";
Command "update T set F = null where rowid = 32029";
Command "update T set F = null where rowid = 61139";
Command "update T set F = null where rowid = 1207";
Command "update T set F = null where rowid = 14636";
Command "update T set F = null where rowid = 48987";
Command "update T set F = null where rowid = 36851";
Command "update T set F = null where rowid = 56873";
Command "update T set F = null where rowid = 60138";
Command "update T set F = null where rowid = 20965";
Command "update T set F = null where rowid = 9315";
Command "update T set F = null where rowid = 17052";
Command "update T set F = null where rowid = 26396";
Command "update T set F = null where rowid = 12729";
Command "update T set F = null where rowid = 42438";
Command "update T set F = null where rowid = 35187";
Command "update T set F = null where rowid = 17422";
Command "update T set F = null where rowid = 11693";
Command "update T set F = null where rowid = 8332";
Command "update T set F = null where rowid = 48234";
Command "update T set F = null where rowid = 8840";
Command "update T set F = null where rowid = 57085";
Command "update T set F = null where rowid = 59442";
Command "update T set F = null where rowid = 59616";
Command "update T set F = null where rowid = 2784";
Command "update T set F = null where rowid = 8669";
Command "update T set F = null where rowid = 31838";
Command "update T set F = null where rowid = 28685";
Command "update T set F = null where rowid = 43536";
Command "update T set F = null where rowid = 50126";
Command "update T set F = null where rowid = 24091";
Command "update T set F = null where rowid = 19838";
Command "update T set F = null where rowid = 27119";
Command "update T set F = null where rowid = 54028";
Command "update T set F = null where rowid = 42191";
Command "update T set F = null where rowid = 22073";
Command "update T set F = null where rowid = 53655";
Command "update T set F = null where rowid = 43217";
Command "update T set F = null where rowid = 20559";
Command "update T set F = null where rowid = 44973";
Command "update T set F = null where rowid = 21344";
Command "update T set F = null where rowid = 55650";
Command "update T set F = null where rowid = 17380";
Command "update T set F = null where rowid = 31575";
Command "update T set F = null where rowid = 38669";
Command "update T set F = null where rowid = 25776";
Command "update T set F = null where rowid = 59629";
Command "update T set F = null where rowid = 46763";
Command "update T set F = null where rowid = 45604";
Command "update T set F = null where rowid = 23466";
Command "update T set F = null where rowid = 51390";
Command "update T set F = null where rowid = 61224";
Command "update T set F = null where rowid = 37057";
Command "update T set F = null where rowid = 48484";
Command "update T set F = null where rowid = 8558";
Command "update T set F = null where rowid = 43326";
Command "update T set F = null where rowid = 60748";
Command "update T set F = null where rowid = 60152";
Command "update T set F = null where rowid = 21769";
Command "update T set F = null where rowid = 38769";
Command "update T set F = null where rowid = 40605";
Command "update T set F = null where rowid = 18006";
Command "update T set F = null where rowid = 21244";
Command "update T set F = null where rowid = 9037";
Command "update T set F = null where rowid = 19950";
Command "update T set F = null where rowid = 31025";
Command "update T set F = null where rowid = 30937";
Command "update T set F = null where rowid = 40345";
Command "update T set F = null where rowid = 59529";
Command "update T set F = null where rowid = 4411";
Command "update T set F = null where rowid = 56134";
Command "update T set F = null where rowid = 6861";
Command "update T set F = null where rowid = 25870";
Command "update T set F = null where rowid = 52790";
Command "update T set F = null where rowid = 23442";
Command "update T set F = null where rowid = 48209";
Command "update T set F = null where rowid = 27992";
Command "update T set F = null where rowid = 7041";
Command "update T set F = null where rowid = 15274";
Command "update T set F = null where rowid = 48195";
Command "update T set F = null where rowid = 31225";
Command "update T set F = null where rowid = 53137";
Command "update T set F = null where rowid = 12523";
Command "update T set F = null where rowid = 2695";
Command "update T set F = null where rowid = 51273";
Command "update T set F = null where rowid = 32733";
Command "update T set F = null where rowid = 34053";
Command "update T set F = null where rowid = 28103";
Command "update T set F = null where rowid = 29435";
Command "update T set F = null where rowid = 22084";
Command "update T set F = null where rowid = 15108";
Command "update T set F = null where rowid = 59246";
Command "update T set F = null where rowid = 55687";
Command "update T set F = null where rowid = 44323";
Command "update T set F = null where rowid = 36483";
Command "update T set F = null where rowid = 49643";
Command "update T set F = null where rowid = 18104";
Command "update T set F = null where rowid = 672";
Command "update T set F = null where rowid = 55739";
Command "update T set F = null where rowid = 36498";
Command "update T set F = null where rowid = 18983";
Command "update T set F = null where rowid = 7083";
Command "update T set F = null where rowid = 30314";
Command "update T set F = null where rowid = 58800";
Command "update T set F = null where rowid = 49959";
Command "update T set F = null where rowid = 61472";
Command "update T set F = null where rowid = 57070";
Command "update T set F = null where rowid = 5182";
Command "update T set F = null where rowid = 41141";
Command "update T set F = null where rowid = 23822";
Command "update T set F = null where rowid = 36573";
Command "update T set F = null where rowid = 13272";
Command "update T set F = null where rowid = 40518";
Command "update T set F = null where rowid = 28544";
Command "update T set F = null where rowid = 17796";
Command "update T set F = null where rowid = 12629";
Command "update T set F = null where rowid = 3699";
Command "update T set F = null where rowid = 37301";
Command "update T set F = null where rowid = 2853";
Command "update T set F = null where rowid = 44804";
Command "update T set F = null where rowid = 50862";
Command "update T set F = null where rowid = 33020";
Command "update T set F = null where rowid = 1623";
Command "update T set F = null where rowid = 16924";
Command "update T set F = null where rowid = 14273";
Command "update T set F = null where rowid = 33921";
Command "update T set F = null where rowid = 16221";
Command "update T set F = null where rowid = 31763";
Command "update T set F = null where rowid = 8352";
Command "update T set F = null where rowid = 27390";
Command "update T set F = null where rowid = 54719";
Command "update T set F = null where rowid = 39157";
Command "update T set F = null where rowid = 34125";
Command "update T set F = null where rowid = 46120";
Command "update T set F = null where rowid = 10484";
Command "update T set F = null where rowid = 40638";
Command "update T set F = null where rowid = 2089";
Command "update T set F = null where rowid = 59285";
Command "update T set F = null where rowid = 49968";
Command "update T set F = null where rowid = 13909";
Command "update T set F = null where rowid = 39502";
Command "update T set F = null where rowid = 41248";
Command "update T set F = null where rowid = 37178";
Command "update T set F = null where rowid = 1426";
Command "update T set F = null where rowid = 56124";
Command "update T set F = null where rowid = 12648";
Command "update T set F = null where rowid = 4099";
Command "update T set F = null where rowid = 20289";
Command "update T set F = null where rowid = 9047";
Command "update T set F = null where rowid = 13214";
Command "update T set F = null where rowid = 24085";
Command "update T set F = null where rowid = 40519";
Command "update T set F = null where rowid = 37065";
Command "update T set F = null where rowid = 27296";
Command "update T set F = null where rowid = 39897";
Command "update T set F = null where rowid = 56900";
Command "update T set F = null where rowid = 9640";
Command "update T set F = null where rowid = 28910";
Command "update T set F = null where rowid = 3378";
Command "update T set F = null where rowid = 10849";
Command "update T set F = null where rowid = 56625";
Command "update T set F = null where rowid = 36650";
Command "update T set F = null where rowid = 11212";
Command "update T set F = null where rowid = 34493";
Command "update T set F = null where rowid = 60328";
Command "update T set F = null where rowid = 59785";
Command "update T set F = null where rowid = 1384";
Command "update T set F = null where rowid = 11135";
Command "update T set F = null where rowid = 13789";
Command "update T set F = null where rowid = 25121";
Command "update T set F = null where rowid = 34760";
Command "update T set F = null where rowid = 40764";
Command "update T set F = null where rowid = 44170";
Command "update T set F = null where rowid = 1580";
Command "update T set F = null where rowid = 57947";
Command "update T set F = null where rowid = 8826";
Command "update T set F = null where rowid = 1362";
Command "update T set F = null where rowid = 45378";
Command "update T set F = null where rowid = 1647";
Command "update T set F = null where rowid = 21921";
Command "update T set F = null where rowid = 8901";
Command "update T set F = null where rowid = 38630";
Command "update T set F = null where rowid = 3447";
Command "update T set F = null where rowid = 50531";
Command "update T set F = null where rowid = 14337";
Command "update T set F = null where rowid = 50603";
Command "update T set F = null where rowid = 25361";
Command "update T set F = null where rowid = 59586";
Command "update T set F = null where rowid = 52493";
Command "update T set F = null where rowid = 31456";
Command "update T set F = null where rowid = 2553";
Command "update T set F = null where rowid = 13193";
Command "update T set F = null where rowid = 57094";
Command "update T set F = null where rowid = 1641";
Command "update T set F = null where rowid = 46796";
Command "update T set F = null where rowid = 46488";
Command "update T set F = null where rowid = 19477";
Command "update T set F = null where rowid = 28220";
Command "update T set F = null where rowid = 29661";
Command "update T set F = null where rowid = 7303";
Command "update T set F = null where rowid = 52117";
Command "update T set F = null where rowid = 8687";
Command "update T set F = null where rowid = 60379";
Command "update T set F = null where rowid = 39782";
Command "update T set F = null where rowid = 60938";
Command "update T set F = null where rowid = 15601";
Command "update T set F = null where rowid = 5636";
Command "update T set F = null where rowid = 8189";
Command "update T set F = null where rowid = 41109";
Command "update T set F = null where rowid = 58084";
Command "update T set F = null where rowid = 922";
Command "update T set F = null where rowid = 53429";
Command "update T set F = null where rowid = 10333";
Command "update T set F = null where rowid = 51688";
Command "update T set F = null where rowid = 10595";
Command "update T set F = null where rowid = 22140";
Command "update T set F = null where rowid = 31951";
Command "update T set F = null where rowid = 2277";
Command "update T set F = null where rowid = 41972";
Command "update T set F = null where rowid = 25055";
Command "update T set F = null where rowid = 13537";
Command "update T set F = null where rowid = 38650";
Command "update T set F = null where rowid = 7914";
Command "update T set F = null where rowid = 15650";
Command "update T set F = null where rowid = 30666";
Command "update T set F = null where rowid = 60706";
Command "update T set F = null where rowid = 26013";
Command "update T set F = null where rowid = 14236";
Command "update T set F = null where rowid = 29666";
Command "update T set F = null where rowid = 12249";
Command "update T set F = null where rowid = 60051";
Command "update T set F = null where rowid = 8890";
Command "update T set F = null where rowid = 45193";
Command "update T set F = null where rowid = 4923";
Command "update T set F = null where rowid = 41136";
Command "update T set F = null where rowid = 48207";
Command "update T set F = null where rowid = 49573";
Command "update T set F = null where rowid = 3783";
Command "update T set F = null where rowid = 996";
Command "update T set F = null where rowid = 58134";
Command "update T set F = null where rowid = 36527";
Command "update T set F = null where rowid = 20243";
Command "update T set F = null where rowid = 7612";
Command "update T set F = null where rowid = 41640";
Command "update T set F = null where rowid = 7645";
Command "update T set F = null where rowid = 4158";
Command "update T set F = null where rowid = 11248";
Command "update T set F = null where rowid = 21780";
Command "update T set F = null where rowid = 1508";
Command "update T set F = null where rowid = 3552";
Command "update T set F = null where rowid = 2876";
Command "update T set F = null where rowid = 49867";
Command "update T set F = null where rowid = 19124";
Command "update T set F = null where rowid = 30878";
Command "update T set F = null where rowid = 50324";
Command "update T set F = null where rowid = 13779";
Command "update T set F = null where rowid = 23894";
Command "update T set F = null where rowid = 11201";
Command "update T set F = null where rowid = 25638";
Command "update T set F = null where rowid = 13156";
Command "update T set F = null where rowid = 51473";
Command "update T set F = null where rowid = 57769";
Command "update T set F = null where rowid = 56056";
Command "update T set F = null where rowid = 14860";
Command "update T set F = null where rowid = 32697";
Command "update T set F = null where rowid = 19144";
Command "update T set F = null where rowid = 37481";
Command "update T set F = null where rowid = 42939";
Command "update T set F = null where rowid = 6263";
Command "update T set F = null where rowid = 24818";
Command "update T set F = null where rowid = 31334";
Command "update T set F = null where rowid = 53696";
Command "update T set F = null where rowid = 24450";
Command "update T set F = null where rowid = 13932";
Command "update T set F = null where rowid = 26785";
Command "update T set F = null where rowid = 42751";
Command "update T set F = null where rowid = 18508";
Command "update T set F = null where rowid = 5015";
Command "update T set F = null where rowid = 28458";
Command "update T set F = null where rowid = 48369";
Command "update T set F = null where rowid = 7267";
Command "update T set F = null where rowid = 3090";
Command "update T set F = null where rowid = 47966";
Command "update T set F = null where rowid = 61297";
Command "update T set F = null where rowid = 4045";
Command "update T set F = null where rowid = 40";
Command "update T set F = null where rowid = 4218";
Command "update T set F = null where rowid = 34571";
Command "update T set F = null where rowid = 39295";
Command "update T set F = null where rowid = 13545";
Command "update T set F = null where rowid = 27939";
Command "update T set F = null where rowid = 42753";
Command "update T set F = null where rowid = 44955";
Command "update T set F = null where rowid = 55083";
Command "update T set F = null where rowid = 52179";
Command "update T set F = null where rowid = 52118";
Command "update T set F = null where rowid = 24147";
Command "update T set F = null where rowid = 25202";
Command "update T set F = null where rowid = 43070";
Command "update T set F = null where rowid = 47323";
Command "update T set F = null where rowid = 45083";
Command "update T set F = null where rowid = 53778";
Command "update T set F = null where rowid = 46470";
Command "update T set F = null where rowid = 57063";
Command "update T set F = null where rowid = 23364";
Command "update T set F = null where rowid = 52703";
Command "update T set F = null where rowid = 4850";
Command "update T set F = null where rowid = 32823";
Command "update T set F = null where rowid = 32993";
Command "update T set F = null where rowid = 21143";
Command "update T set F = null where rowid = 13423";
Command "update T set F = null where rowid = 57236";
Command "update T set F = null where rowid = 21758";
Command "update T set F = null where rowid = 30611";
Command "update T set F = null where rowid = 56667";
Command "update T set F = null where rowid = 32942";
Command "update T set F = null where rowid = 5125";
Command "update T set F = null where rowid = 46607";
Command "update T set F = null where rowid = 47812";
Command "update T set F = null where rowid = 6965";
Command "update T set F = null where rowid = 26092";
Command "update T set F = null where rowid = 25291";
Command "update T set F = null where rowid = 18039";
Command "update T set F = null where rowid = 42944";
Command "update T set F = null where rowid = 33893";
Command "update T set F = null where rowid = 10086";
Command "update T set F = null where rowid = 59073";
Command "update T set F = null where rowid = 34786";
Command "update T set F = null where rowid = 54440";
Command "update T set F = null where rowid = 14057";
Command "update T set F = null where rowid = 30637";
Command "update T set F = null where rowid = 56339";
Command "update T set F = null where rowid = 15896";
Command "update T set F = null where rowid = 44776";
Command "update T set F = null where rowid = 45354";
Command "update T set F = null where rowid = 46604";
Command "update T set F = null where rowid = 420";
Command "update T set F = null where rowid = 236";
Command "update T set F = null where rowid = 46676";
Command "update T set F = null where rowid = 27948";
Command "update T set F = null where rowid = 19490";
Command "update T set F = null where rowid = 28304";
Command "update T set F = null where rowid = 30928";
Command "update T set F = null where rowid = 51117";
Command "update T set F = null where rowid = 34748";
Command "update T set F = null where rowid = 32997";
Command "update T set F = null where rowid = 33507";
Command "update T set F = null where rowid = 54386";
Command "update T set F = null where rowid = 14876";
Command "update T set F = null where rowid = 55000";
Command "update T set F = null where rowid = 18051";
Command "update T set F = null where rowid = 38169";
Command "update T set F = null where rowid = 18218";
Command "update T set F = null where rowid = 42303";
Command "update T set F = null where rowid = 53852";
Command "update T set F = null where rowid = 58974";
Command "update T set F = null where rowid = 28619";
Command "update T set F = null where rowid = 13005";
Command "update T set F = null where rowid = 21186";
Command "update T set F = null where rowid = 22075";
Command "update T set F = null where rowid = 61025";
Command "update T set F = null where rowid = 13858";
Command "update T set F = null where rowid = 47333";
Command "update T set F = null where rowid = 39360";
Command "update T set F = null where rowid = 31957";
Command "update T set F = null where rowid = 19335";
Command "update T set F = null where rowid = 35345";
Command "update T set F = null where rowid = 15710";
Command "update T set F = null where rowid = 28998";
Command "update T set F = null where rowid = 10583";
Command "update T set F = null where rowid = 13626";
Command "update T set F = null where rowid = 44398";
Command "update T set F = null where rowid = 16621";
Command "update T set F = null where rowid = 7590";
Command "update T set F = null where rowid = 38557";
Command "update T set F = null where rowid = 36273";
Command "update T set F = null where rowid = 48373";
Command "update T set F = null where rowid = 13361";
Command "update T set F = null where rowid = 12285";
Command "update T set F = null where rowid = 19230";
Command "update T set F = null where rowid = 56";
Command "update T set F = null where rowid = 14456";
Command "update T set F = null where rowid = 53610";
Command "update T set F = null where rowid = 28509";
Command "update T set F = null where rowid = 44598";
Command "update T set F = null where rowid = 4284";
Command "update T set F = null where rowid = 48497";
Command "update T set F = null where rowid = 24158";
Command "update T set F = null where rowid = 20123";
Command "update T set F = null where rowid = 27942";
Command "update T set F = null where rowid = 17936";
Command "update T set F = null where rowid = 38453";
Command "update T set F = null where rowid = 22486";
Command "update T set F = null where rowid = 52532";
Command "update T set F = null where rowid = 25390";
Command "update T set F = null where rowid = 49707";
Command "update T set F = null where rowid = 26694";
Command "update T set F = null where rowid = 36084";
Command "update T set F = null where rowid = 53883";
Command "update T set F = null where rowid = 939";
Command "update T set F = null where rowid = 30734";
Command "update T set F = null where rowid = 59312";
Command "update T set F = null where rowid = 31627";
Command "update T set F = null where rowid = 42603";
Command "update T set F = null where rowid = 61076";
Command "update T set F = null where rowid = 46855";
Command "update T set F = null where rowid = 38372";
Command "update T set F = null where rowid = 45538";
Command "update T set F = null where rowid = 24611";
Command "update T set F = null where rowid = 40759";
Command "update T set F = null where rowid = 26065";
Command "update T set F = null where rowid = 35177";
Command "update T set F = null where rowid = 56920";
Command "update T set F = null where rowid = 34086";
Command "update T set F = null where rowid = 16413";
Command "update T set F = null where rowid = 57835";
Command "update T set F = null where rowid = 13178";
Command "update T set F = null where rowid = 34564";
Command "update T set F = null where rowid = 44501";
Command "update T set F = null where rowid = 2303";
Command "update T set F = null where rowid = 58949";
Command "update T set F = null where rowid = 18921";
Command "update T set F = null where rowid = 49202";
Command "update T set F = null where rowid = 58535";
Command "update T set F = null where rowid = 20267";
Command "update T set F = null where rowid = 33751";
Command "update T set F = null where rowid = 48591";
Command "update T set F = null where rowid = 57895";
Command "update T set F = null where rowid = 9416";
Command "update T set F = null where rowid = 12410";
Command "update T set F = null where rowid = 50418";
Command "update T set F = null where rowid = 6404";
Command "update T set F = null where rowid = 54497";
Command "update T set F = null where rowid = 24201";
Command "update T set F = null where rowid = 33485";
Command "update T set F = null where rowid = 57303";
Command "update T set F = null where rowid = 27427";
Command "update T set F = null where rowid = 55967";
Command "update T set F = null where rowid = 53132";
Command "update T set F = null where rowid = 26108";
Command "update T set F = null where rowid = 45162";
Command "update T set F = null where rowid = 43277";
Command "update T set F = null where rowid = 56524";
Command "update T set F = null where rowid = 10342";
Command "update T set F = null where rowid = 38534";
Command "update T set F = null where rowid = 22040";
Command "update T set F = null where rowid = 29339";
Command "update T set F = null where rowid = 52052";
Command "update T set F = null where rowid = 2379";
Command "update T set F = null where rowid = 51883";
Command "update T set F = null where rowid = 60657";
Command "update T set F = null where rowid = 25131";
Command "update T set F = null where rowid = 37456";
Command "update T set F = null where rowid = 10150";
Command "update T set F = null where rowid = 17530";
Command "update T set F = null where rowid = 33221";
Command "update T set F = null where rowid = 56288";
Command "update T set F = null where rowid = 17649";
Command "update T set F = null where rowid = 6103";
Command "update T set F = null where rowid = 52956";
Command "update T set F = null where rowid = 10227";
Command "update T set F = null where rowid = 4960";
Command "update T set F = null where rowid = 4113";
Command "update T set F = null where rowid = 2275";
Command "update T set F = null where rowid = 24068";
Command "update T set F = null where rowid = 26526";
Command "update T set F = null where rowid = 38484";
Command "update T set F = null where rowid = 22792";
Command "update T set F = null where rowid = 17331";
Command "update T set F = null where rowid = 49108";
Command "update T set F = null where rowid = 13137";
Command "update T set F = null where rowid = 25555";
Command "update T set F = null where rowid = 19119";
Command "update T set F = null where rowid = 49118";
Command "update T set F = null where rowid = 49351";
Command "update T set F = null where rowid = 47844";
Command "update T set F = null where rowid = 12045";
Command "update T set F = null where rowid = 40176";
Command "update T set F = null where rowid = 60331";
Command "update T set F = null where rowid = 29778";
Command "update T set F = null where rowid = 60964";
Command "update T set F = null where rowid = 53894";
Command "update T set F = null where rowid = 61235";
Command "update T set F = null where rowid = 42821";
Command "update T set F = null where rowid = 30756";
Command "update T set F = null where rowid = 5624";
Command "update T set F = null where rowid = 53182";
Command "update T set F = null where rowid = 40421";
Command "update T set F = null where rowid = 24070";
Command "update T set F = null where rowid = 10719";
Command "update T set F = null where rowid = 49405";
Command "update T set F = null where rowid = 49067";
Command "update T set F = null where rowid = 31327";
Command "update T set F = null where rowid = 53534";
Command "update T set F = null where rowid = 17743";
Command "update T set F = null where rowid = 26601";
Command "update T set F = null where rowid = 60272";
Command "update T set F = null where rowid = 14258";
Command "update T set F = null where rowid = 43304";
Command "update T set F = null where rowid = 15708";
Command "update T set F = null where rowid = 5155";
Command "update T set F = null where rowid = 41078";
Command "update T set F = null where rowid = 45484";
Command "update T set F = null where rowid = 11405";
Command "update T set F = null where rowid = 7744";
Command "update T set F = null where rowid = 37908";
Command "update T set F = null where rowid = 24918";
Command "update T set F = null where rowid = 36788";
Command "update T set F = null where rowid = 14737";
Command "update T set F = null where rowid = 34074";
Command "update T set F = null where rowid = 48268";
Command "update T set F = null where rowid = 52047";
Command "update T set F = null where rowid = 31671";
Command "update T set F = null where rowid = 3733";
Command "update T set F = null where rowid = 57699";
Command "update T set F = null where rowid = 11975";
Command "update T set F = null where rowid = 40522";
Command "update T set F = null where rowid = 28140";
Command "update T set F = null where rowid = 53901";
Command "update T set F = null where rowid = 55348";
Command "update T set F = null where rowid = 74";
Command "update T set F = null where rowid = 44797";
Command "update T set F = null where rowid = 31131";
Command "update T set F = null where rowid = 5344";
Command "update T set F = null where rowid = 33654";
Command "update T set F = null where rowid = 21076";
Command "update T set F = null where rowid = 11227";
Command "update T set F = null where rowid = 14404";
Command "update T set F = null where rowid = 49868";
Command "update T set F = null where rowid = 9938";
Command "update T set F = null where rowid = 15057";
Command "update T set F = null where rowid = 19176";
Command "update T set F = null where rowid = 32959";
Command "update T set F = null where rowid = 48467";
Command "update T set F = null where rowid = 37704";
Command "update T set F = null where rowid = 46957";
Command "update T set F = null where rowid = 39165";
Command "update T set F = null where rowid = 8968";
Command "update T set F = null where rowid = 23900";
Command "update T set F = null where rowid = 61337";
Command "update T set F = null where rowid = 4132";
Command "update T set F = null where rowid = 7740";
Command "update T set F = null where rowid = 59425";
Command "update T set F = null where rowid = 554";
Command "update T set F = null where rowid = 47660";
Command "update T set F = null where rowid = 58385";
Command "update T set F = null where rowid = 33154";
Command "update T set F = null where rowid = 17038";
Command "update T set F = null where rowid = 8256";
Command "update T set F = null where rowid = 17416";
Command "update T set F = null where rowid = 46321";
Command "update T set F = null where rowid = 18533";
Command "update T set F = null where rowid = 61377";
Command "update T set F = null where rowid = 53724";
Command "update T set F = null where rowid = 36905";
Command "update T set F = null where rowid = 55853";
Command "update T set F = null where rowid = 45961";
Command "update T set F = null where rowid = 38198";
Command "update T set F = null where rowid = 27377";
Command "update T set F = null where rowid = 19400";
Command "update T set F = null where rowid = 16304";
Command "update T set F = null where rowid = 42409";
Command "update T set F = null where rowid = 15837";
Command "update T set F = null where rowid = 46808";
Command "update T set F = null where rowid = 28356";
Command "update T set F = null where rowid = 51215";
Command "update T set F = null where rowid = 8885";
Command "update T set F = null where rowid = 42281";
Command "update T set F = null where rowid = 19580";
Command "update T set F = null where rowid = 6569";
Command "update T set F = null where rowid = 32110";
Command "update T set F = null where rowid = 46689";
Command "update T set F = null where rowid = 31846";
Command "update T set F = null where rowid = 36096";
Command "update T set F = null where rowid = 56088";
Command "update T set F = null where rowid = 23639";
Command "update T set F = null where rowid = 3854";
Command "update T set F = null where rowid = 13278";
Command "update T set F = null where rowid = 5973";
Command "update T set F = null where rowid = 42694";
Command "update T set F = null where rowid = 52813";
Command "update T set F = null where rowid = 21607";
Command "update T set F = null where rowid = 9834";
Command "update T set F = null where rowid = 3409";
Command "update T set F = null where rowid = 46094";
Command "update T set F = null where rowid = 39722";
Command "update T set F = null where rowid = 14178";
Command "update T set F = null where rowid = 23975";
Command "update T set F = null where rowid = 19895";
Command "update T set F = null where rowid = 18088";
Command "update T set F = null where rowid = 21574";
Command "update T set F = null where rowid = 60340";
Command "update T set F = null where rowid = 30915";
Command "update T set F = null where rowid = 11852";
Command "update T set F = null where rowid = 24385";
Command "update T set F = null where rowid = 19081";
Command "update T set F = null where rowid = 36734";
Command "update T set F = null where rowid = 1385";
Command "update T set F = null where rowid = 44601";
Command "update T set F = null where rowid = 35589";
Command "update T set F = null where rowid = 2312";
Command "update T set F = null where rowid = 15015";
Command "update T set F = null where rowid = 29453";
Command "update T set F = null where rowid = 31002";
Command "update T set F = null where rowid = 33126";
Command "update T set F = null where rowid = 60754";
Command "update T set F = null where rowid = 4370";
Command "update T set F = null where rowid = 59298";
Command "update T set F = null where rowid = 48667";
Command "update T set F = null where rowid = 8608";
Command "update T set F = null where rowid = 36087";
Command "update T set F = null where rowid = 4944";
Command "update T set F = null where rowid = 39727";
Command "update T set F = null where rowid = 16262";
Command "update T set F = null where rowid = 1906";
Command "update T set F = null where rowid = 28269";
Command "update T set F = null where rowid = 34206";
Command "update T set F = null where rowid = 37506";
Command "update T set F = null where rowid = 31818";
Command "update T set F = null where rowid = 49839";
Command "update T set F = null where rowid = 39251";
Command "update T set F = null where rowid = 7592";
Command "update T set F = null where rowid = 32603";
Command "update T set F = null where rowid = 49045";
Command "update T set F = null where rowid = 57771";
Command "update T set F = null where rowid = 40488";
Command "update T set F = null where rowid = 4877";
Command "update T set F = null where rowid = 340";
Command "update T set F = null where rowid = 18420";
Command "update T set F = null where rowid = 24387";
Command "update T set F = null where rowid = 55069";
Command "update T set F = null where rowid = 49664";
Command "update T set F = null where rowid = 32780";
Command "update T set F = null where rowid = 42181";
Command "update T set F = null where rowid = 18424";
Command "update T set F = null where rowid = 40353";
Command "update T set F = null where rowid = 13949";
Command "update T set F = null where rowid = 19567";
Command "update T set F = null where rowid = 50810";
Command "update T set F = null where rowid = 17175";
Command "update T set F = null where rowid = 57273";
Command "update T set F = null where rowid = 53373";
Command "update T set F = null where rowid = 11735";
Command "update T set F = null where rowid = 12833";
Command "update T set F = null where rowid = 33484";
Command "update T set F = null where rowid = 16724";
Command "update T set F = null where rowid = 34655";
Command "update T set F = null where rowid = 7480";
Command "update T set F = null where rowid = 41596";
Command "update T set F = null where rowid = 20464";
Command "update T set F = null where rowid = 41081";
Command "update T set F = null where rowid = 50122";
Command "update T set F = null where rowid = 43117";
Command "update T set F = null where rowid = 13668";
Command "update T set F = null where rowid = 10532";
Command "update T set F = null where rowid = 49387";
Command "update T set F = null where rowid = 28846";
Command "update T set F = null where rowid = 4732";
Command "update T set F = null where rowid = 20602";
Command "update T set F = null where rowid = 14124";
Command "update T set F = null where rowid = 50850";
Command "update T set F = null where rowid = 29679";
Command "update T set F = null where rowid = 23469";
Command "update T set F = null where rowid = 15167";
Command "update T set F = null where rowid = 3153";
Command "update T set F = null where rowid = 14874";
Command "update T set F = null where rowid = 3020";
Command "update T set F = null where rowid = 10505";
Command "update T set F = null where rowid = 27592";
Command "update T set F = null where rowid = 60587";
Command "update T set F = null where rowid = 40065";
Command "update T set F = null where rowid = 43386";
Command "update T set F = null where rowid = 2472";
Command "update T set F = null where rowid = 57956";
Command "update T set F = null where rowid = 50020";
Command "update T set F = null where rowid = 19762";
Command "update T set F = null where rowid = 39283";
Command "update T set F = null where rowid = 49590";
Command "update T set F = null where rowid = 21117";
Command "update T set F = null where rowid = 45750";
Command "update T set F = null where rowid = 28564";
Command "update T set F = null where rowid = 10015";
Command "update T set F = null where rowid = 36193";
Command "update T set F = null where rowid = 9320";
Command "update T set F = null where rowid = 19287";
Command "update T set F = null where rowid = 29112";
Command "update T set F = null where rowid = 26299";
Command "update T set F = null where rowid = 27477";
Command "update T set F = null where rowid = 31993";
Command "update T set F = null where rowid = 17097";
Command "update T set F = null where rowid = 15191";
Command "update T set F = null where rowid = 45071";
Command "update T set F = null where rowid = 58237";
Command "update T set F = null where rowid = 35582";
Command "update T set F = null where rowid = 20247";
Command "update T set F = null where rowid = 22466";
Command "update T set F = null where rowid = 10493";
Command "update T set F = null where rowid = 37129";
Command "update T set F = null where rowid = 5035";
Command "update T set F = null where rowid = 46003";
Command "update T set F = null where rowid = 26998";
Command "update T set F = null where rowid = 39485";
Command "update T set F = null where rowid = 46012";
Command "update T set F = null where rowid = 13185";
Command "update T set F = null where rowid = 39257";
Command "update T set F = null where rowid = 10095";
Command "update T set F = null where rowid = 28447";
Command "update T set F = null where rowid = 53040";
Command "update T set F = null where rowid = 48281";
Command "update T set F = null where rowid = 11723";
Command "update T set F = null where rowid = 52915";
Command "update T set F = null where rowid = 1851";
Command "update T set F = null where rowid = 25910";
Command "update T set F = null where rowid = 11234";
Command "update T set F = null where rowid = 5953";
Command "update T set F = null where rowid = 58121";
Command "update T set F = null where rowid = 1523";
Command "update T set F = null where rowid = 54984";
Command "update T set F = null where rowid = 21877";
Command "update T set F = null where rowid = 48787";
Command "update T set F = null where rowid = 23082";
Command "update T set F = null where rowid = 58544";
Command "update T set F = null where rowid = 44634";
Command "update T set F = null where rowid = 24697";
Command "update T set F = null where rowid = 51553";
Command "update T set F = null where rowid = 19558";
Command "update T set F = null where rowid = 11556";
Command "update T set F = null where rowid = 2424";
Command "update T set F = null where rowid = 28849";
Command "update T set F = null where rowid = 53846";
Command "update T set F = null where rowid = 30684";
Command "update T set F = null where rowid = 49220";
Command "update T set F = null where rowid = 28393";
Command "update T set F = null where rowid = 5776";
Command "update T set F = null where rowid = 11900";
Command "update T set F = null where rowid = 34312";
Command "update T set F = null where rowid = 40401";
Command "update T set F = null where rowid = 29724";
Command "update T set F = null where rowid = 17066";
Command "update T set F = null where rowid = 6623";
Command "update T set F = null where rowid = 9643";
Command "update T set F = null where rowid = 26799";
Command "update T set F = null where rowid = 51415";
Command "update T set F = null where rowid = 33984";
Command "update T set F = null where rowid = 18790";
Command "update T set F = null where rowid = 35703";
Command "update T set F = null where rowid = 53460";
Command "update T set F = null where rowid = 58171";
Command "update T set F = null where rowid = 15248";
Command "update T set F = null where rowid = 32474";
Command "update T set F = null where rowid = 60072";
Command "update T set F = null where rowid = 35040";
Command "update T set F = null where rowid = 19816";
Command "update T set F = null where rowid = 47530";
Command "update T set F = null where rowid = 2420";
Command "update T set F = null where rowid = 4535";
Command "update T set F = null where rowid = 18561";
Command "update T set F = null where rowid = 18995";
Command "update T set F = null where rowid = 13459";
Command "update T set F = null where rowid = 26022";
Command "update T set F = null where rowid = 26635";
Command "update T set F = null where rowid = 51459";
Command "update T set F = null where rowid = 16439";
Command "update T set F = null where rowid = 51723";
Command "update T set F = null where rowid = 34866";
Command "update T set F = null where rowid = 54292";
Command "update T set F = null where rowid = 48376";
Command "update T set F = null where rowid = 43713";
Command "update T set F = null where rowid = 5854";
Command "update T set F = null where rowid = 24355";
Command "update T set F = null where rowid = 15230";
Command "update T set F = null where rowid = 13210";
Command "update T set F = null where rowid = 49015";
Command "update T set F = null where rowid = 50749";
Command "update T set F = null where rowid = 40515";
Command "update T set F = null where rowid = 7451";
Command "update T set F = null where rowid = 29461";
Command "update T set F = null where rowid = 8317";
Command "update T set F = null where rowid = 15667";
Command "update T set F = null where rowid = 57231";
Command "update T set F = null where rowid = 574";
Command "update T set F = null where rowid = 3837";
Command "update T set F = null where rowid = 47444";
Command "update T set F = null where rowid = 15539";
Command "update T set F = null where rowid = 51897";
Command "update T set F = null where rowid = 25489";
Command "update T set F = null where rowid = 60277";
Command "update T set F = null where rowid = 22797";
Command "update T set F = null where rowid = 27694";
Command "update T set F = null where rowid = 47087";
Command "update T set F = null where rowid = 40516";
Command "update T set F = null where rowid = 32467";
Command "update T set F = null where rowid = 36439";
Command "update T set F = null where rowid = 12207";
Command "update T set F = null where rowid = 15849";
Command "update T set F = null where rowid = 57822";
Command "update T set F = null where rowid = 39020";
Command "update T set F = null where rowid = 4038";
Command "update T set F = null where rowid = 60898";
Command "update T set F = null where rowid = 27165";
Command "update T set F = null where rowid = 40012";
Command "update T set F = null where rowid = 59886";
Command "update T set F = null where rowid = 8695";
Command "update T set F = null where rowid = 30347";
Command "update T set F = null where rowid = 32332";
Command "update T set F = null where rowid = 32620";
Command "update T set F = null where rowid = 24989";
Command "update T set F = null where rowid = 934";
Command "update T set F = null where rowid = 21376";
Command "update T set F = null where rowid = 52330";
Command "update T set F = null where rowid = 6754";
Command "update T set F = null where rowid = 33685";
Command "update T set F = null where rowid = 32673";
Command "update T set F = null where rowid = 8521";
Command "update T set F = null where rowid = 36332";
Command "update T set F = null where rowid = 17587";
Command "update T set F = null where rowid = 12121";
Command "update T set F = null where rowid = 45338";
Command "update T set F = null where rowid = 3948";
Command "update T set F = null where rowid = 41782";
Command "update T set F = null where rowid = 39359";
Command "update T set F = null where rowid = 26874";
Command "update T set F = null where rowid = 51685";
Command "update T set F = null where rowid = 2337";
Command "update T set F = null where rowid = 31535";
Command "update T set F = null where rowid = 57686";
Command "update T set F = null where rowid = 16965";
Command "update T set F = null where rowid = 9728";
Command "update T set F = null where rowid = 17677";
Command "update T set F = null where rowid = 12164";
Command "update T set F = null where rowid = 49632";
Command "update T set F = null where rowid = 37883";
Command "update T set F = null where rowid = 40751";
Command "update T set F = null where rowid = 35184";
Command "update T set F = null where rowid = 28040";
Command "update T set F = null where rowid = 5839";
Command "update T set F = null where rowid = 15481";
Command "update T set F = null where rowid = 21626";
Command "update T set F = null where rowid = 59688";
Command "update T set F = null where rowid = 23087";
Command "update T set F = null where rowid = 2458";
Command "update T set F = null where rowid = 18525";
Command "update T set F = null where rowid = 54539";
Command "update T set F = null where rowid = 54640";
Command "update T set F = null where rowid = 54482";
Command "update T set F = null where rowid = 33781";
Command "update T set F = null where rowid = 37018";
Command "update T set F = null where rowid = 31388";
Command "update T set F = null where rowid = 19536";
Command "update T set F = null where rowid = 1225";
Command "update T set F = null where rowid = 20587";
Command "update T set F = null where rowid = 43642";
Command "update T set F = null where rowid = 54226";
Command "update T set F = null where rowid = 5579";
Command "update T set F = null where rowid = 39170";
Command "update T set F = null where rowid = 24128";
Command "update T set F = null where rowid = 45224";
Command "update T set F = null where rowid = 54305";
Command "update T set F = null where rowid = 592";
Command "update T set F = null where rowid = 20409";
Command "update T set F = null where rowid = 5978";
Command "update T set F = null where rowid = 17719";
Command "update T set F = null where rowid = 59578";
Command "update T set F = null where rowid = 42480";
Command "update T set F = null where rowid = 59554";
Command "update T set F = null where rowid = 48696";
Command "update T set F = null where rowid = 4512";
Command "update T set F = null where rowid = 12981";
Command "update T set F = null where rowid = 39340";
Command "update T set F = null where rowid = 16230";
Command "update T set F = null where rowid = 12692";
Command "update T set F = null where rowid = 14275";
Command "update T set F = null where rowid = 7858";
Command "update T set F = null where rowid = 32711";
Command "update T set F = null where rowid = 20871";
Command "update T set F = null where rowid = 48527";
Command "update T set F = null where rowid = 22997";
Command "update T set F = null where rowid = 49111";
Command "update T set F = null where rowid = 2031";
Command "update T set F = null where rowid = 20584";
Command "update T set F = null where rowid = 43792";
Command "update T set F = null where rowid = 13138";
Command "update T set F = null where rowid = 52115";
Command "update T set F = null where rowid = 22898";
Command "update T set F = null where rowid = 20362";
Command "update T set F = null where rowid = 38440";
Command "update T set F = null where rowid = 56772";
Command "update T set F = null where rowid = 61008";
Command "update T set F = null where rowid = 38552";
Command "update T set F = null where rowid = 48162";
Command "update T set F = null where rowid = 36285";
Command "update T set F = null where rowid = 58907";
Command "update T set F = null where rowid = 47189";
Command "update T set F = null where rowid = 10721";
Command "update T set F = null where rowid = 33021";
Command "update T set F = null where rowid = 30750";
Command "update T set F = null where rowid = 29275";
Command "update T set F = null where rowid = 34028";
Command "update T set F = null where rowid = 34574";
Command "update T set F = null where rowid = 34905";
Command "update T set F = null where rowid = 54612";
Command "update T set F = null where rowid = 49780";
Command "update T set F = null where rowid = 48572";
Command "update T set F = null where rowid = 47122";
Command "update T set F = null where rowid = 49180";
Command "update T set F = null where rowid = 54192";
Command "update T set F = null where rowid = 60378";
Command "update T set F = null where rowid = 6940";
Command "update T set F = null where rowid = 33497";
Command "update T set F = null where rowid = 37387";
Command "update T set F = null where rowid = 39472";
Command "update T set F = null where rowid = 7756";
Command "update T set F = null where rowid = 41371";
Command "update T set F = null where rowid = 17125";
Command "update T set F = null where rowid = 18792";
Command "update T set F = null where rowid = 21061";
Command "update T set F = null where rowid = 30923";
Command "update T set F = null where rowid = 3138";
Command "update T set F = null where rowid = 41747";
Command "update T set F = null where rowid = 8862";
Command "update T set F = null where rowid = 11086";
Command "update T set F = null where rowid = 45572";
Command "update T set F = null where rowid = 37218";
Command "update T set F = null where rowid = 21265";
Command "update T set F = null where rowid = 46900";
Command "update T set F = null where rowid = 50846";
Command "update T set F = null where rowid = 35110";
Command "update T set F = null where rowid = 59818";
Command "update T set F = null where rowid = 36375";
Command "update T set F = null where rowid = 29863";
Command "update T set F = null where rowid = 34075";
Command "update T set F = null where rowid = 9069";
Command "update T set F = null where rowid = 6125";
Command "update T set F = null where rowid = 17832";
Command "update T set F = null where rowid = 43620";
Command "update T set F = null where rowid = 55848";
Command "update T set F = null where rowid = 889";
Command "update T set F = null where rowid = 45465";
Command "update T set F = null where rowid = 20712";
Command "update T set F = null where rowid = 31892";
Command "update T set F = null where rowid = 59151";
Command "update T set F = null where rowid = 51845";
Command "update T set F = null where rowid = 20800";
Command "update T set F = null where rowid = 31005";
Command "update T set F = null where rowid = 51480";
Command "update T set F = null where rowid = 17980";
Command "update T set F = null where rowid = 43098";
Command "update T set F = null where rowid = 57682";
Command "update T set F = null where rowid = 25921";
Command "update T set F = null where rowid = 15487";
Command "update T set F = null where rowid = 41961";
Command "update T set F = null where rowid = 19342";
Command "update T set F = null where rowid = 34802";
Command "update T set F = null where rowid = 41056";
Command "update T set F = null where rowid = 18610";
Command "update T set F = null where rowid = 6820";
Command "update T set F = null where rowid = 27191";
Command "update T set F = null where rowid = 5599";
Command "update T set F = null where rowid = 52744";
Command "update T set F = null where rowid = 38006";
Command "update T set F = null where rowid = 29010";
Command "update T set F = null where rowid = 43556";
Command "update T set F = null where rowid = 34315";
Command "update T set F = null where rowid = 45359";
Command "update T set F = null where rowid = 48019";
Command "update T set F = null where rowid = 34000";
Command "update T set F = null where rowid = 59053";
Command "update T set F = null where rowid = 55538";
Command "update T set F = null where rowid = 36425";
Command "update T set F = null where rowid = 25995";
Command "update T set F = null where rowid = 11719";
Command "update T set F = null where rowid = 24151";
Command "update T set F = null where rowid = 33986";
Command "update T set F = null where rowid = 36385";
Command "update T set F = null where rowid = 9239";
Command "update T set F = null where rowid = 296";
Command "update T set F = null where rowid = 47151";
Command "update T set F = null where rowid = 43837";
Command "update T set F = null where rowid = 50714";
Command "update T set F = null where rowid = 44987";
Command "update T set F = null where rowid = 17676";
Command "update T set F = null where rowid = 18555";
Command "update T set F = null where rowid = 3482";
Command "update T set F = null where rowid = 25511";
Command "update T set F = null where rowid = 6458";
Command "update T set F = null where rowid = 31064";
Command "update T set F = null where rowid = 15177";
Command "update T set F = null where rowid = 52890";
Command "update T set F = null where rowid = 52578";
Command "update T set F = null where rowid = 28568";
Command "update T set F = null where rowid = 4797";
Command "update T set F = null where rowid = 6025";
Command "update T set F = null where rowid = 11748";
Command "update T set F = null where rowid = 49344";
Command "update T set F = null where rowid = 42331";
Command "update T set F = null where rowid = 30258";
Command "update T set F = null where rowid = 43712";
Command "update T set F = null where rowid = 2596";
Command "update T set F = null where rowid = 54873";
Command "update T set F = null where rowid = 6531";
Command "update T set F = null where rowid = 10370";
Command "update T set F = null where rowid = 38787";
Command "update T set F = null where rowid = 42391";
Command "update T set F = null where rowid = 33201";
Command "update T set F = null where rowid = 17975";
Command "update T set F = null where rowid = 21424";
Command "update T set F = null where rowid = 22813";
Command "update T set F = null where rowid = 7978";
Command "update T set F = null where rowid = 60498";
Command "update T set F = null where rowid = 5951";
Command "update T set F = null where rowid = 28344";
Command "update T set F = null where rowid = 7244";
Command "update T set F = null where rowid = 53497";
Command "update T set F = null where rowid = 31361";
Command "update T set F = null where rowid = 22212";
Command "update T set F = null where rowid = 56705";
Command "update T set F = null where rowid = 22709";
Command "update T set F = null where rowid = 42565";
Command "update T set F = null where rowid = 35956";
Command "update T set F = null where rowid = 15523";
Command "update T set F = null where rowid = 30894";
Command "update T set F = null where rowid = 57404";
Command "update T set F = null where rowid = 36453";
Command "update T set F = null where rowid = 2875";
Command "update T set F = null where rowid = 14888";
Command "update T set F = null where rowid = 52510";
Command "update T set F = null where rowid = 18706";
Command "update T set F = null where rowid = 45972";
Command "update T set F = null where rowid = 12853";
Command "update T set F = null where rowid = 11639";
Command "update T set F = null where rowid = 24669";
Command "update T set F = null where rowid = 52869";
Command "update T set F = null where rowid = 59401";
Command "update T set F = null where rowid = 239";
Command "update T set F = null where rowid = 10843";
Command "update T set F = null where rowid = 15179";
Command "update T set F = null where rowid = 6004";
Command "update T set F = null where rowid = 24837";
Command "update T set F = null where rowid = 35112";
Command "update T set F = null where rowid = 60508";
Command "update T set F = null where rowid = 38981";
Command "update T set F = null where rowid = 18401";
Command "update T set F = null where rowid = 35189";
Command "update T set F = null where rowid = 50912";
Command "update T set F = null where rowid = 2264";
Command "update T set F = null where rowid = 37049";
Command "update T set F = null where rowid = 38672";
Command "update T set F = null where rowid = 28971";
Command "update T set F = null where rowid = 7007";
Command "update T set F = null where rowid = 30477";
Command "update T set F = null where rowid = 27428";
Command "update T set F = null where rowid = 12698";
Command "update T set F = null where rowid = 2304";
Command "update T set F = null where rowid = 51903";
Command "update T set F = null where rowid = 29970";
Command "update T set F = null where rowid = 20749";
Command "update T set F = null where rowid = 36642";
Command "update T set F = null where rowid = 15164";
Command "update T set F = null where rowid = 2562";
Command "update T set F = null where rowid = 252";
Command "update T set F = null where rowid = 38390";
Command "update T set F = null where rowid = 383";
Command "update T set F = null where rowid = 30961";
Command "update T set F = null where rowid = 54816";
Command "update T set F = null where rowid = 42228";
Command "update T set F = null where rowid = 46613";
Command "update T set F = null where rowid = 34901";
Command "update T set F = null where rowid = 19557";
Command "update T set F = null where rowid = 51982";
Command "update T set F = null where rowid = 36837";
Command "update T set F = null where rowid = 10087";
Command "update T set F = null where rowid = 45173";
Command "update T set F = null where rowid = 12740";
Command "update T set F = null where rowid = 39419";
Command "update T set F = null where rowid = 54815";
Command "update T set F = null where rowid = 55372";
Command "update T set F = null where rowid = 11988";
Command "update T set F = null where rowid = 6122";
Command "update T set F = null where rowid = 55502";
Command "update T set F = null where rowid = 52417";
Command "update T set F = null where rowid = 17978";
Command "update T set F = null where rowid = 23491";
Command "update T set F = null where rowid = 49633";
Command "update T set F = null where rowid = 26472";
Command "update T set F = null where rowid = 11943";
Command "update T set F = null where rowid = 10154";
Command "update T set F = null where rowid = 10427";
Command "update T set F = null where rowid = 49678";
Command "update T set F = null where rowid = 46582";
Command "update T set F = null where rowid = 23234";
Command "update T set F = null where rowid = 4185";
Command "update T set F = null where rowid = 13679";
Command "update T set F = null where rowid = 11801";
Command "update T set F = null where rowid = 14474";
Command "update T set F = null where rowid = 44387";
Command "update T set F = null where rowid = 21131";
Command "update T set F = null where rowid = 58449";
Command "update T set F = null where rowid = 4531";
Command "update T set F = null where rowid = 37405";
Command "update T set F = null where rowid = 16580";
Command "update T set F = null where rowid = 36438";
Command "update T set F = null where rowid = 1369";
Command "update T set F = null where rowid = 250";
Command "update T set F = null where rowid = 57107";
Command "update T set F = null where rowid = 14663";
Command "update T set F = null where rowid = 30926";
Command "update T set F = null where rowid = 8547";
Command "update T set F = null where rowid = 48404";
Command "update T set F = null where rowid = 32205";
Command "update T set F = null where rowid = 26023";
Command "update T set F = null where rowid = 31401";
Command "update T set F = null where rowid = 46902";
Command "update T set F = null where rowid = 42562";
Command "update T set F = null where rowid = 21956";
Command "update T set F = null where rowid = 51772";
Command "update T set F = null where rowid = 59301";
Command "update T set F = null where rowid = 3385";
Command "update T set F = null where rowid = 25195";
Command "update T set F = null where rowid = 16394";
Command "update T set F = null where rowid = 56090";
Command "update T set F = null where rowid = 21320";
Command "update T set F = null where rowid = 22719";
Command "update T set F = null where rowid = 44719";
Command "update T set F = null where rowid = 16670";
Command "update T set F = null where rowid = 5865";
Command "update T set F = null where rowid = 26960";
Command "update T set F = null where rowid = 41726";
Command "update T set F = null where rowid = 10840";
Command "update T set F = null where rowid = 4840";
Command "update T set F = null where rowid = 1128";
Command "update T set F = null where rowid = 26224";
Command "update T set F = null where rowid = 37093";
Command "update T set F = null where rowid = 41959";
Command "update T set F = null where rowid = 57390";
Command "update T set F = null where rowid = 45161";
Command "update T set F = null where rowid = 22152";
Command "update T set F = null where rowid = 58784";
Command "update T set F = null where rowid = 23717";
Command "update T set F = null where rowid = 18805";
Command "update T set F = null where rowid = 10622";
Command "update T set F = null where rowid = 7221";
Command "update T set F = null where rowid = 39922";
Command "update T set F = null where rowid = 60131";
Command "update T set F = null where rowid = 58851";
Command "update T set F = null where rowid = 3645";
Command "update T set F = null where rowid = 60523";
Command "update T set F = null where rowid = 36037";
Command "update T set F = null where rowid = 40283";
Command "update T set F = null where rowid = 55010";
Command "update T set F = null where rowid = 1812";
Command "update T set F = null where rowid = 48140";
Command "update T set F = null where rowid = 51185";
Command "update T set F = null where rowid = 41825";
Command "update T set F = null where rowid = 30966";
Command "update T set F = null where rowid = 21505";
Command "update T set F = null where rowid = 46119";
Command "update T set F = null where rowid = 18567";
Command "update T set F = null where rowid = 55351";
Command "update T set F = null where rowid = 16585";
Command "update T set F = null where rowid = 143";
Command "update T set F = null where rowid = 36478";
Command "update T set F = null where rowid = 60765";
Command "update T set F = null where rowid = 46979";
Command "update T set F = null where rowid = 11138";
Command "update T set F = null where rowid = 4539";
Command "update T set F = null where rowid = 16259";
Command "update T set F = null where rowid = 15825";
Command "update T set F = null where rowid = 30632";
Command "update T set F = null where rowid = 22288";
Command "update T set F = null where rowid = 82";
Command "update T set F = null where rowid = 15623";
Command "update T set F = null where rowid = 14401";
Command "update T set F = null where rowid = 10744";
Command "update T set F = null where rowid = 42425";
Command "update T set F = null where rowid = 19703";
Command "update T set F = null where rowid = 711";
Command "update T set F = null where rowid = 12269";
Command "update T set F = null where rowid = 57571";
Command "update T set F = null where rowid = 54723";
Command "update T set F = null where rowid = 26489";
Command "update T set F = null where rowid = 52690";
Command "update T set F = null where rowid = 57210";
Command "update T set F = null where rowid = 5849";
Command "update T set F = null where rowid = 44429";
Command "update T set F = null where rowid = 13293";
Command "update T set F = null where rowid = 34027";
Command "update T set F = null where rowid = 13447";
Command "update T set F = null where rowid = 43494";
Command "update T set F = null where rowid = 52322";
Command "update T set F = null where rowid = 19328";
Command "update T set F = null where rowid = 2246";
Command "update T set F = null where rowid = 36540";
Command "update T set F = null where rowid = 39581";
Command "update T set F = null where rowid = 27365";
Command "update T set F = null where rowid = 12258";
Command "update T set F = null where rowid = 36496";
Command "update T set F = null where rowid = 14897";
Command "update T set F = null where rowid = 35054";
Command "update T set F = null where rowid = 19987";
Command "update T set F = null where rowid = 29755";
Command "update T set F = null where rowid = 42077";
Command "update T set F = null where rowid = 32611";
Command "update T set F = null where rowid = 2205";
Command "update T set F = null where rowid = 24737";
Command "update T set F = null where rowid = 58002";
Command "update T set F = null where rowid = 1467";
Command "update T set F = null where rowid = 25592";
Command "update T set F = null where rowid = 19515";
Command "update T set F = null where rowid = 15686";
Command "update T set F = null where rowid = 990";
Command "update T set F = null where rowid = 10709";
Command "update T set F = null where rowid = 4701";
Command "update T set F = null where rowid = 56653";
Command "update T set F = null where rowid = 55143";
Command "update T set F = null where rowid = 57326";
Command "update T set F = null where rowid = 28270";
Command "update T set F = null where rowid = 31756";
Command "update T set F = null where rowid = 8448";
Command "update T set F = null where rowid = 2435";
Command "update T set F = null where rowid = 2332";
Command "update T set F = null where rowid = 31579";
Command "update T set F = null where rowid = 12176";
Command "update T set F = null where rowid = 18806";
Command "update T set F = null where rowid = 60532";
Command "update T set F = null where rowid = 34380";
Command "update T set F = null where rowid = 3018";
Command "update T set F = null where rowid = 22338";
Command "update T set F = null where rowid = 52988";
Command "update T set F = null where rowid = 11903";
Command "update T set F = null where rowid = 57629";
Command "update T set F = null where rowid = 51483";
Command "update T set F = null where rowid = 47119";
Command "update T set F = null where rowid = 53961";
Command "update T set F = null where rowid = 5992";
Command "update T set F = null where rowid = 14711";
Command "update T set F = null where rowid = 34956";
Command "update T set F = null where rowid = 33799";
Command "update T set F = null where rowid = 3712";
Command "update T set F = null where rowid = 10612";
Command "update T set F = null where rowid = 9061";
Command "update T set F = null where rowid = 40876";
Command "update T set F = null where rowid = 42419";
Command "update T set F = null where rowid = 60717";
Command "update T set F = null where rowid = 46850";
Command "update T set F = null where rowid = 45839";
Command "update T set F = null where rowid = 58609";
Command "update T set F = null where rowid = 213";
Command "update T set F = null where rowid = 23502";
Command "update T set F = null where rowid = 60649";
Command "update T set F = null where rowid = 38657";
Command "update T set F = null where rowid = 34800";
Command "update T set F = null where rowid = 58740";
Command "update T set F = null where rowid = 56677";
Command "update T set F = null where rowid = 19875";
Command "update T set F = null where rowid = 32281";
Command "update T set F = null where rowid = 46395";
Command "update T set F = null where rowid = 47128";
Command "update T set F = null where rowid = 50612";
Command "update T set F = null where rowid = 35626";
Command "update T set F = null where rowid = 5311";
Command "update T set F = null where rowid = 9523";
Command "update T set F = null where rowid = 42209";
Command "update T set F = null where rowid = 24502";
Command "update T set F = null where rowid = 50425";
Command "update T set F = null where rowid = 56886";
Command "update T set F = null where rowid = 5335";
Command "update T set F = null where rowid = 39061";
Command "update T set F = null where rowid = 59908";
Command "update T set F = null where rowid = 950";
Command "update T set F = null where rowid = 8357";
Command "update T set F = null where rowid = 50801";
Command "update T set F = null where rowid = 44468";
Command "update T set F = null where rowid = 9193";
Command "update T set F = null where rowid = 49034";
Command "update T set F = null where rowid = 8556";
Command "update T set F = null where rowid = 38833";
Command "update T set F = null where rowid = 5422";
Command "update T set F = null where rowid = 32568";
Command "update T set F = null where rowid = 49681";
Command "update T set F = null where rowid = 38826";
Command "update T set F = null where rowid = 21909";
Command "update T set F = null where rowid = 31578";
Command "update T set F = null where rowid = 32419";
Command "update T set F = null where rowid = 35886";
Command "update T set F = null where rowid = 27077";
Command "update T set F = null where rowid = 53899";
Command "update T set F = null where rowid = 13746";
Command "update T set F = null where rowid = 29534";
Command "update T set F = null where rowid = 6671";
Command "update T set F = null where rowid = 1810";
Command "update T set F = null where rowid = 30628";
Command "update T set F = null where rowid = 56145";
Command "update T set F = null where rowid = 8380";
Command "update T set F = null where rowid = 10241";
Command "update T set F = null where rowid = 47520";
Command "update T set F = null where rowid = 58208";
Command "update T set F = null where rowid = 12204";
Command "update T set F = null where rowid = 53094";
Command "update T set F = null where rowid = 31322";
Command "update T set F = null where rowid = 51760";
Command "update T set F = null where rowid = 39496";
Command "update T set F = null where rowid = 206";
Command "update T set F = null where rowid = 43440";
Command "update T set F = null where rowid = 3703";
Command "update T set F = null where rowid = 30296";
Command "update T set F = null where rowid = 55221";
Command "update T set F = null where rowid = 8488";
Command "update T set F = null where rowid = 24428";
Command "update T set F = null where rowid = 35927";
Command "update T set F = null where rowid = 55871";
Command "update T set F = null where rowid = 33880";
Command "update T set F = null where rowid = 32357";
Command "update T set F = null where rowid = 32344";
Command "update T set F = null where rowid = 54289";
Command "update T set F = null where rowid = 44625";
Command "update T set F = null where rowid = 25011";
Command "update T set F = null where rowid = 11198";
Command "update T set F = null where rowid = 24165";
Command "update T set F = null where rowid = 10819";
Command "update T set F = null where rowid = 58273";
Command "update T set F = null where rowid = 47307";
Command "update T set F = null where rowid = 3049";
Command "update T set F = null where rowid = 44822";
Command "update T set F = null where rowid = 57079";
Command "update T set F = null where rowid = 31122";
Command "update T set F = null where rowid = 3892";
Command "update T set F = null where rowid = 27688";
Command "update T set F = null where rowid = 3439";
Command "update T set F = null where rowid = 34625";
Command "update T set F = null where rowid = 43535";
Command "update T set F = null where rowid = 12713";
Command "update T set F = null where rowid = 10774";
Command "update T set F = null where rowid = 55347";
Command "update T set F = null where rowid = 44379";
Command "update T set F = null where rowid = 22702";
Command "update T set F = null where rowid = 10011";
Command "update T set F = null where rowid = 31989";
Command "update T set F = null where rowid = 435";
Command "update T set F = null where rowid = 19892";
Command "update T set F = null where rowid = 27498";
Command "update T set F = null where rowid = 43562";
Command "update T set F = null where rowid = 16536";
Command "update T set F = null where rowid = 15877";
Command "update T set F = null where rowid = 21891";
Command "update T set F = null where rowid = 43180";
Command "update T set F = null where rowid = 34248";
Command "update T set F = null where rowid = 32200";
Command "update T set F = null where rowid = 30151";
Command "update T set F = null where rowid = 44062";
Command "update T set F = null where rowid = 26648";
Command "update T set F = null where rowid = 25945";
Command "update T set F = null where rowid = 31475";
Command "update T set F = null where rowid = 15238";
Command "update T set F = null where rowid = 44558";
Command "update T set F = null where rowid = 1864";
Command "update T set F = null where rowid = 7553";
Command "update T set F = null where rowid = 17681";
Command "update T set F = null where rowid = 39958";
Command "update T set F = null where rowid = 42498";
Command "update T set F = null where rowid = 24695";
Command "update T set F = null where rowid = 43329";
Command "update T set F = null where rowid = 22390";
Command "update T set F = null where rowid = 60489";
Command "update T set F = null where rowid = 32965";
Command "update T set F = null where rowid = 57651";
Command "update T set F = null where rowid = 36625";
Command "update T set F = null where rowid = 33138";
Command "update T set F = null where rowid = 3833";
Command "update T set F = null where rowid = 45542";
Command "update T set F = null where rowid = 39339";
Command "update T set F = null where rowid = 44827";
Command "update T set F = null where rowid = 26250";
Command "update T set F = null where rowid = 38522";
Command "update T set F = null where rowid = 51836";
Command "update T set F = null where rowid = 26270";
Command "update T set F = null where rowid = 21314";
Command "update T set F = null where rowid = 34935";
Command "update T set F = null where rowid = 24417";
Command "update T set F = null where rowid = 60321";
Command "update T set F = null where rowid = 4367";
Command "update T set F = null where rowid = 26437";
Command "update T set F = null where rowid = 18730";
Command "update T set F = null where rowid = 24001";
Command "update T set F = null where rowid = 32315";
Command "update T set F = null where rowid = 27003";
Command "update T set F = null where rowid = 46445";
Command "update T set F = null where rowid = 2238";
Command "update T set F = null where rowid = 6730";
Command "update T set F = null where rowid = 20755";
Command "update T set F = null where rowid = 30794";
Command "update T set F = null where rowid = 41490";
Command "update T set F = null where rowid = 40252";
Command "update T set F = null where rowid = 17460";
Command "update T set F = null where rowid = 19430";
Command "update T set F = null where rowid = 37261";
Command "update T set F = null where rowid = 24291";
Command "update T set F = null where rowid = 54269";
Command "update T set F = null where rowid = 519";
Command "update T set F = null where rowid = 215";
Command "update T set F = null where rowid = 57613";
Command "update T set F = null where rowid = 2545";
Command "update T set F = null where rowid = 44786";
Command "update T set F = null where rowid = 59491";
Command "update T set F = null where rowid = 50750";
Command "update T set F = null where rowid = 14651";
Command "update T set F = null where rowid = 1524";
Command "update T set F = null where rowid = 49639";
Command "update T set F = null where rowid = 8253";
Command "update T set F = null where rowid = 41429";
Command "update T set F = null where rowid = 6426";
Command "update T set F = null where rowid = 40078";
Command "update T set F = null where rowid = 44220";
Command "update T set F = null where rowid = 49290";
Command "update T set F = null where rowid = 26631";
Command "update T set F = null where rowid = 40303";
Command "update T set F = null where rowid = 35091";
Command "update T set F = null where rowid = 55051";
Command "update T set F = null where rowid = 4105";
Command "update T set F = null where rowid = 61345";
Command "update T set F = null where rowid = 19810";
Command "update T set F = null where rowid = 26307";
Command "update T set F = null where rowid = 54415";
Command "update T set F = null where rowid = 22323";
Command "update T set F = null where rowid = 43340";
Command "update T set F = null where rowid = 5462";
Command "update T set F = null where rowid = 49808";
Command "update T set F = null where rowid = 58520";
Command "update T set F = null where rowid = 42205";
Command "update T set F = null where rowid = 5031";
Command "update T set F = null where rowid = 21910";
Command "update T set F = null where rowid = 39076";
Command "update T set F = null where rowid = 54012";
Command "update T set F = null where rowid = 12028";
Command "update T set F = null where rowid = 35903";
Command "update T set F = null where rowid = 14589";
Command "update T set F = null where rowid = 21774";
Command "update T set F = null where rowid = 26579";
Command "update T set F = null where rowid = 17710";
Command "update T set F = null where rowid = 1072";
Command "update T set F = null where rowid = 11369";
Command "update T set F = null where rowid = 9849";
Command "update T set F = null where rowid = 24263";
Command "update T set F = null where rowid = 15612";
Command "update T set F = null where rowid = 56545";
Command "update T set F = null where rowid = 56710";
Command "update T set F = null where rowid = 33826";
Command "update T set F = null where rowid = 6964";
Command "update T set F = null where rowid = 17658";
Command "update T set F = null where rowid = 37147";
Command "update T set F = null where rowid = 46074";
Command "update T set F = null where rowid = 7617";
Command "update T set F = null where rowid = 17099";
Command "update T set F = null where rowid = 15527";
Command "update T set F = null where rowid = 4160";
Command "update T set F = null where rowid = 6287";
Command "update T set F = null where rowid = 32637";
Command "update T set F = null where rowid = 34466";
Command "update T set F = null where rowid = 20012";
Command "update T set F = null where rowid = 32330";
Command "update T set F = null where rowid = 24081";
Command "update T set F = null where rowid = 38987";
Command "update T set F = null where rowid = 25213";
Command "update T set F = null where rowid = 55518";
Command "update T set F = null where rowid = 49321";
Command "update T set F = null where rowid = 30853";
Command "update T set F = null where rowid = 33944";
Command "update T set F = null where rowid = 8507";
Command "update T set F = null where rowid = 6898";
Command "update T set F = null where rowid = 23611";
Command "update T set F = null where rowid = 10763";
Command "update T set F = null where rowid = 16470";
Command "update T set F = null where rowid = 52832";
Command "update T set F = null where rowid = 16529";
Command "update T set F = null where rowid = 31655";
Command "update T set F = null where rowid = 39805";
Command "update T set F = null where rowid = 11193";
Command "update T set F = null where rowid = 51562";
Command "update T set F = null where rowid = 49612";
Command "update T set F = null where rowid = 32392";
Command "update T set F = null where rowid = 59670";
Command "update T set F = null where rowid = 11199";
Command "update T set F = null where rowid = 21315";
Command "update T set F = null where rowid = 45291";
Command "update T set F = null where rowid = 45692";
Command "update T set F = null where rowid = 4217";
Command "update T set F = null where rowid = 58038";
Command "update T set F = null where rowid = 18565";
Command "update T set F = null where rowid = 18202";
Command "update T set F = null where rowid = 7641";
Command "update T set F = null where rowid = 38550";
Command "update T set F = null where rowid = 55172";
Command "update T set F = null where rowid = 28366";
Command "update T set F = null where rowid = 23955";
Command "update T set F = null where rowid = 9243";
Command "update T set F = null where rowid = 20344";
Command "update T set F = null where rowid = 58628";
Command "update T set F = null where rowid = 14473";
Command "update T set F = null where rowid = 20962";
Command "update T set F = null where rowid = 59180";
Command "update T set F = null where rowid = 41489";
Command "update T set F = null where rowid = 57827";
Command "update T set F = null where rowid = 17524";
Command "update T set F = null where rowid = 27173";
Command "update T set F = null where rowid = 33791";
Command "update T set F = null where rowid = 44712";
Command "update T set F = null where rowid = 11590";
Command "update T set F = null where rowid = 7644";
Command "update T set F = null where rowid = 45739";
Command "update T set F = null where rowid = 50806";
Command "update T set F = null where rowid = 34557";
Command "update T set F = null where rowid = 45980";
Command "update T set F = null where rowid = 20326";
Command "update T set F = null where rowid = 10546";
Command "update T set F = null where rowid = 57317";
Command "update T set F = null where rowid = 60176";
Command "update T set F = null where rowid = 27332";
Command "update T set F = null where rowid = 30084";
Command "update T set F = null where rowid = 56340";
Command "update T set F = null where rowid = 43806";
Command "update T set F = null where rowid = 14776";
Command "update T set F = null where rowid = 31311";
Command "update T set F = null where rowid = 61038";
Command "update T set F = null where rowid = 60392";
Command "update T set F = null where rowid = 18324";
Command "update T set F = null where rowid = 47166";
Command "update T set F = null where rowid = 7870";
Command "update T set F = null where rowid = 6392";
Command "update T set F = null where rowid = 55934";
Command "update T set F = null where rowid = 49092";
Command "update T set F = null where rowid = 31140";
Command "update T set F = null where rowid = 17574";
Command "update T set F = null where rowid = 13793";
Command "update T set F = null where rowid = 13411";
Command "update T set F = null where rowid = 51680";
Command "update T set F = null where rowid = 962";
Command "update T set F = null where rowid = 4569";
Command "update T set F = null where rowid = 278";
Command "update T set F = null where rowid = 44885";
Command "update T set F = null where rowid = 37806";
Command "update T set F = null where rowid = 38542";
Command "update T set F = null where rowid = 54706";
Command "update T set F = null where rowid = 6420";
Command "update T set F = null where rowid = 13702";
Command "update T set F = null where rowid = 61082";
Command "update T set F = null where rowid = 42925";
Command "update T set F = null where rowid = 448";
Command "update T set F = null where rowid = 24136";
Command "update T set F = null where rowid = 18134";
Command "update T set F = null where rowid = 58244";
Command "update T set F = null where rowid = 52586";
Command "update T set F = null where rowid = 45333";
Command "update T set F = null where rowid = 51864";
Command "update T set F = null where rowid = 24079";
Command "update T set F = null where rowid = 8209";
Command "update T set F = null where rowid = 41888";
Command "update T set F = null where rowid = 41348";
Command "update T set F = null where rowid = 12573";
Command "update T set F = null where rowid = 39733";
Command "update T set F = null where rowid = 16834";
Command "update T set F = null where rowid = 42665";
Command "update T set F = null where rowid = 22991";
Command "update T set F = null where rowid = 51069";
Command "update T set F = null where rowid = 30803";
Command "update T set F = null where rowid = 56519";
Command "update T set F = null where rowid = 5030";
Command "update T set F = null where rowid = 53354";
Command "update T set F = null where rowid = 56014";
Command "update T set F = null where rowid = 25093";
Command "update T set F = null where rowid = 54812";
Command "update T set F = null where rowid = 3342";
Command "update T set F = null where rowid = 28288";
Command "update T set F = null where rowid = 33766";
Command "update T set F = null where rowid = 506";
Command "update T set F = null where rowid = 2918";
Command "update T set F = null where rowid = 48693";
Command "update T set F = null where rowid = 2946";
Command "update T set F = null where rowid = 6034";
Command "update T set F = null where rowid = 4606";
Command "update T set F = null where rowid = 33563";
Command "update T set F = null where rowid = 17908";
Command "update T set F = null where rowid = 11053";
Command "update T set F = null where rowid = 7706";
Command "update T set F = null where rowid = 18739";
Command "update T set F = null where rowid = 53233";
Command "update T set F = null where rowid = 50121";
Command "update T set F = null where rowid = 59393";
Command "update T set F = null where rowid = 6074";
Command "update T set F = null where rowid = 9140";
Command "update T set F = null where rowid = 32379";
Command "update T set F = null where rowid = 17457";
Command "update T set F = null where rowid = 46306";
Command "update T set F = null where rowid = 60560";
Command "update T set F = null where rowid = 44464";
Command "update T set F = null where rowid = 52628";
Command "update T set F = null where rowid = 19563";
Command "update T set F = null where rowid = 1668";
Command "update T set F = null where rowid = 2609";
Command "update T set F = null where rowid = 26811";
Command "update T set F = null where rowid = 4924";
Command "update T set F = null where rowid = 56447";
Command "update T set F = null where rowid = 48905";
Command "update T set F = null where rowid = 16414";
Command "update T set F = null where rowid = 37664";
Command "update T set F = null where rowid = 17229";
Command "update T set F = null where rowid = 25000";
Command "update T set F = null where rowid = 48292";
Command "update T set F = null where rowid = 32925";
Command "update T set F = null where rowid = 20029";
Command "update T set F = null where rowid = 40929";
Command "update T set F = null where rowid = 999";
Command "update T set F = null where rowid = 25781";
Command "update T set F = null where rowid = 5863";
Command "update T set F = null where rowid = 11229";
Command "update T set F = null where rowid = 10808";
Command "update T set F = null where rowid = 50491";
Command "update T set F = null where rowid = 27879";
Command "update T set F = null where rowid = 51727";
Command "update T set F = null where rowid = 47865";
Command "update T set F = null where rowid = 39055";
Command "update T set F = null where rowid = 50916";
Command "update T set F = null where rowid = 52002";
Command "update T set F = null where rowid = 58844";
Command "update T set F = null where rowid = 51184";
Command "update T set F = null where rowid = 15838";
Command "update T set F = null where rowid = 45250";
Command "update T set F = null where rowid = 11461";
Command "update T set F = null where rowid = 6357";
Command "update T set F = null where rowid = 49244";
Command "update T set F = null where rowid = 7493";
Command "update T set F = null where rowid = 42334";
Command "update T set F = null where rowid = 8741";
Command "update T set F = null where rowid = 31202";
Command "update T set F = null where rowid = 47479";
Command "update T set F = null where rowid = 32107";
Command "update T set F = null where rowid = 48962";
Command "update T set F = null where rowid = 14548";
Command "update T set F = null where rowid = 4163";
Command "update T set F = null where rowid = 35138";
Command "update T set F = null where rowid = 17251";
Command "update T set F = null where rowid = 17268";
Command "update T set F = null where rowid = 55758";
Command "update T set F = null where rowid = 22407";
Command "update T set F = null where rowid = 21756";
Command "update T set F = null where rowid = 56002";
Command "update T set F = null where rowid = 42090";
Command "update T set F = null where rowid = 54435";
Command "update T set F = null where rowid = 56870";
Command "update T set F = null where rowid = 12768";
Command "update T set F = null where rowid = 12015";
Command "update T set F = null where rowid = 32402";
Command "update T set F = null where rowid = 42223";
Command "update T set F = null where rowid = 54308";
Command "update T set F = null where rowid = 34034";
Command "update T set F = null where rowid = 50168";
Command "update T set F = null where rowid = 35311";
Command "update T set F = null where rowid = 8073";
Command "update T set F = null where rowid = 13074";
Command "update T set F = null where rowid = 58604";
Command "update T set F = null where rowid = 38783";
Command "update T set F = null where rowid = 26682";
Command "update T set F = null where rowid = 43962";
Command "update T set F = null where rowid = 13217";
Command "update T set F = null where rowid = 12611";
Command "update T set F = null where rowid = 14650";
Command "update T set F = null where rowid = 14079";
Command "update T set F = null where rowid = 33699";
Command "update T set F = null where rowid = 29209";
Command "update T set F = null where rowid = 10823";
Command "update T set F = null where rowid = 50323";
Command "update T set F = null where rowid = 23200";
Command "update T set F = null where rowid = 14839";
Command "update T set F = null where rowid = 60568";
Command "update T set F = null where rowid = 40910";
Command "update T set F = null where rowid = 56214";
Command "update T set F = null where rowid = 2203";
Command "update T set F = null where rowid = 30419";
Command "update T set F = null where rowid = 56396";
Command "update T set F = null where rowid = 41897";
Command "update T set F = null where rowid = 58526";
Command "update T set F = null where rowid = 32249";
Command "update T set F = null where rowid = 47337";
Command "update T set F = null where rowid = 47342";
Command "update T set F = null where rowid = 17878";
Command "update T set F = null where rowid = 60939";
Command "update T set F = null where rowid = 23967";
Command "update T set F = null where rowid = 24280";
Command "update T set F = null where rowid = 44857";
Command "update T set F = null where rowid = 27833";
Command "update T set F = null where rowid = 58076";
Command "update T set F = null where rowid = 27249";
Command "update T set F = null where rowid = 27769";
Command "update T set F = null where rowid = 40083";
Command "update T set F = null where rowid = 54013";
Command "update T set F = null where rowid = 44632";
Command "update T set F = null where rowid = 55945";
Command "update T set F = null where rowid = 14109";
Command "update T set F = null where rowid = 48440";
Command "update T set F = null where rowid = 61470";
Command "update T set F = null where rowid = 19881";
Command "update T set F = null where rowid = 16163";
Command "update T set F = null where rowid = 50014";
Command "update T set F = null where rowid = 40775";
Command "update T set F = null where rowid = 42536";
Command "update T set F = null where rowid = 56853";
Command "update T set F = null where rowid = 26236";
Command "update T set F = null where rowid = 44928";
Command "update T set F = null where rowid = 49052";
Command "update T set F = null where rowid = 1329";
Command "update T set F = null where rowid = 33132";
Command "update T set F = null where rowid = 57124";
Command "update T set F = null where rowid = 17517";
Command "update T set F = null where rowid = 44622";
Command "update T set F = null where rowid = 44920";
Command "update T set F = null where rowid = 60994";
Command "update T set F = null where rowid = 1738";
Command "update T set F = null where rowid = 48632";
Command "update T set F = null where rowid = 8546";
Command "update T set F = null where rowid = 26666";
Command "update T set F = null where rowid = 42397";
Command "update T set F = null where rowid = 40941";
Command "update T set F = null where rowid = 46513";
Command "update T set F = null where rowid = 17967";
Command "update T set F = null where rowid = 37177";
Command "update T set F = null where rowid = 10159";
Command "update T set F = null where rowid = 20179";
Command "update T set F = null where rowid = 26440";
Command "update T set F = null where rowid = 12050";
Command "update T set F = null where rowid = 60168";
Command "update T set F = null where rowid = 36634";
Command "update T set F = null where rowid = 43729";
Command "update T set F = null where rowid = 51427";
Command "update T set F = null where rowid = 11567";
Command "update T set F = null where rowid = 42140";
Command "update T set F = null where rowid = 7646";
Command "update T set F = null where rowid = 26796";
Command "update T set F = null where rowid = 3537";
Command "update T set F = null where rowid = 4181";
Command "update T set F = null where rowid = 5202";
Command "update T set F = null where rowid = 37665";
Command "update T set F = null where rowid = 15029";
Command "update T set F = null where rowid = 11611";
Command "update T set F = null where rowid = 40604";
Command "update T set F = null where rowid = 33471";
Command "update T set F = null where rowid = 23679";
Command "update T set F = null where rowid = 56326";
Command "update T set F = null where rowid = 59303";
Command "update T set F = null where rowid = 40743";
Command "update T set F = null where rowid = 24976";
Command "update T set F = null where rowid = 9547";
Command "update T set F = null where rowid = 29356";
Command "update T set F = null where rowid = 44173";
Command "update T set F = null where rowid = 2126";
Command "update T set F = null where rowid = 59967";
Command "update T set F = null where rowid = 4902";
Command "update T set F = null where rowid = 50587";
Command "update T set F = null where rowid = 10930";
Command "update T set F = null where rowid = 51089";
Command "update T set F = null where rowid = 34500";
Command "update T set F = null where rowid = 26769";
Command "update T set F = null where rowid = 26969";
Command "update T set F = null where rowid = 42475";
Command "update T set F = null where rowid = 12872";
Command "update T set F = null where rowid = 29092";
Command "update T set F = null where rowid = 40897";
Command "update T set F = null where rowid = 49496";
Command "update T set F = null where rowid = 46211";
Command "update T set F = null where rowid = 17341";
Command "update T set F = null where rowid = 41916";
Command "update T set F = null where rowid = 25744";
Command "update T set F = null where rowid = 58721";
Command "update T set F = null where rowid = 31753";
Command "update T set F = null where rowid = 53140";
Command "update T set F = null where rowid = 14064";
Command "update T set F = null where rowid = 22861";
Command "update T set F = null where rowid = 42322";
Command "update T set F = null where rowid = 27783";
Command "update T set F = null where rowid = 59135";
Command "update T set F = null where rowid = 54348";
Command "update T set F = null where rowid = 9229";
Command "update T set F = null where rowid = 51208";
Command "update T set F = null where rowid = 29221";
Command "update T set F = null where rowid = 40787";
Command "update T set F = null where rowid = 18573";
Command "update T set F = null where rowid = 49384";
Command "update T set F = null where rowid = 19559";
Command "update T set F = null where rowid = 47462";
Command "update T set F = null where rowid = 12170";
Command "update T set F = null where rowid = 23510";
Command "update T set F = null where rowid = 44953";
Command "update T set F = null where rowid = 34446";
Command "update T set F = null where rowid = 31298";
Command "update T set F = null where rowid = 23848";
Command "update T set F = null where rowid = 52186";
Command "update T set F = null where rowid = 22835";
Command "update T set F = null where rowid = 33840";
Command "update T set F = null where rowid = 5597";
Command "update T set F = null where rowid = 42211";
Command "update T set F = null where rowid = 61154";
Command "update T set F = null where rowid = 29034";
Command "update T set F = null where rowid = 27671";
Command "update T set F = null where rowid = 26005";
Command "update T set F = null where rowid = 49074";
Command "update T set F = null where rowid = 51796";
Command "update T set F = null where rowid = 43910";
Command "update T set F = null where rowid = 4282";
Command "update T set F = null where rowid = 60887";
Command "update T set F = null where rowid = 51717";
Command "update T set F = null where rowid = 49274";
Command "update T set F = null where rowid = 2060";
Command "update T set F = null where rowid = 46154";
Command "update T set F = null where rowid = 2871";
Command "update T set F = null where rowid = 45737";
Command "update T set F = null where rowid = 54078";
Command "update T set F = null where rowid = 27544";
Command "update T set F = null where rowid = 48159";
Command "update T set F = null where rowid = 57183";
Command "update T set F = null where rowid = 31515";
Command "update T set F = null where rowid = 14477";
Command "update T set F = null where rowid = 53892";
Command "update T set F = null where rowid = 20537";
Command "update T set F = null where rowid = 24802";
Command "update T set F = null where rowid = 39925";
Command "update T set F = null where rowid = 13243";
Command "update T set F = null where rowid = 49837";
Command "update T set F = null where rowid = 46926";
Command "update T set F = null where rowid = 61005";
Command "update T set F = null where rowid = 3603";
Command "update T set F = null where rowid = 19706";
Command "update T set F = null where rowid = 4018";
Command "update T set F = null where rowid = 41160";
Command "update T set F = null where rowid = 13942";
Command "update T set F = null where rowid = 55755";
Command "update T set F = null where rowid = 61070";
Command "update T set F = null where rowid = 16381";
Command "update T set F = null where rowid = 14146";
Command "update T set F = null where rowid = 12592";
Command "update T set F = null where rowid = 30509";
Command "update T set F = null where rowid = 12954";
Command "update T set F = null where rowid = 56271";
Command "update T set F = null where rowid = 28337";
Command "update T set F = null where rowid = 45724";
Command "update T set F = null where rowid = 12196";
Command "update T set F = null where rowid = 39072";
Command "update T set F = null where rowid = 37291";
Command "update T set F = null where rowid = 28371";
Command "update T set F = null where rowid = 32302";
Command "update T set F = null where rowid = 15767";
Command "update T set F = null where rowid = 56674";
Command "update T set F = null where rowid = 1544";
Command "update T set F = null where rowid = 33375";
Command "update T set F = null where rowid = 50724";
Command "update T set F = null where rowid = 56657";
Command "update T set F = null where rowid = 51996";
Command "update T set F = null where rowid = 45715";
Command "update T set F = null where rowid = 12009";
Command "update T set F = null where rowid = 41868";
Command "update T set F = null where rowid = 19316";
Command "update T set F = null where rowid = 43903";
Command "update T set F = null where rowid = 7169";
Command "update T set F = null where rowid = 53394";
Command "update T set F = null where rowid = 12855";
Command "update T set F = null where rowid = 32401";
Command "update T set F = null where rowid = 52965";
Command "update T set F = null where rowid = 1698";
Command "update T set F = null where rowid = 26781";
Command "update T set F = null where rowid = 21854";
Command "update T set F = null where rowid = 48859";
Command "update T set F = null where rowid = 45504";
Command "update T set F = null where rowid = 49597";
Command "update T set F = null where rowid = 45044";
Command "update T set F = null where rowid = 16674";
Command "update T set F = null where rowid = 2353";
Command "update T set F = null where rowid = 21973";
Command "update T set F = null where rowid = 37385";
Command "update T set F = null where rowid = 39043";
Command "update T set F = null where rowid = 33216";
Command "update T set F = null where rowid = 4604";
Command "update T set F = null where rowid = 44188";
Command "update T set F = null where rowid = 27923";
Command "update T set F = null where rowid = 14765";
Command "update T set F = null where rowid = 30590";
Command "update T set F = null where rowid = 37148";
Command "update T set F = null where rowid = 12818";
Command "update T set F = null where rowid = 39088";
Command "update T set F = null where rowid = 42450";
Command "update T set F = null where rowid = 61203";
Command "update T set F = null where rowid = 44932";
Command "update T set F = null where rowid = 17008";
Command "update T set F = null where rowid = 22666";
Command "update T set F = null where rowid = 24710";
Command "update T set F = null where rowid = 16210";
Command "update T set F = null where rowid = 18337";
Command "update T set F = null where rowid = 9794";
Command "update T set F = null where rowid = 16855";
Command "update T set F = null where rowid = 26789";
Command "update T set F = null where rowid = 4683";
Command "update T set F = null where rowid = 51637";
Command "update T set F = null where rowid = 1673";
Command "update T set F = null where rowid = 41526";
Command "update T set F = null where rowid = 37426";
Command "update T set F = null where rowid = 53752";
Command "update T set F = null where rowid = 5589";
Command "update T set F = null where rowid = 51124";
Command "update T set F = null where rowid = 5808";
Command "update T set F = null where rowid = 35900";
Command "update T set F = null where rowid = 3653";
Command "update T set F = null where rowid = 3710";
Command "update T set F = null where rowid = 19158";
Command "update T set F = null where rowid = 26977";
Command "update T set F = null where rowid = 6090";
Command "update T set F = null where rowid = 6856";
Command "update T set F = null where rowid = 7459";
Command "update T set F = null where rowid = 32876";
Command "update T set F = null where rowid = 36559";
Command "update T set F = null where rowid = 42731";
Command "update T set F = null where rowid = 36984";
Command "update T set F = null where rowid = 48607";
Command "update T set F = null where rowid = 34801";
Command "update T set F = null where rowid = 52868";
Command "update T set F = null where rowid = 14114";
Command "update T set F = null where rowid = 45443";
Command "update T set F = null where rowid = 2981";
Command "update T set F = null where rowid = 33615";
Command "update T set F = null where rowid = 29700";
Command "update T set F = null where rowid = 55883";
Command "update T set F = null where rowid = 53835";
Command "update T set F = null where rowid = 39526";
Command "update T set F = null where rowid = 27426";
Command "update T set F = null where rowid = 49266";
Command "update T set F = null where rowid = 35865";
Command "update T set F = null where rowid = 27549";
Command "update T set F = null where rowid = 22369";
Command "update T set F = null where rowid = 56113";
Command "update T set F = null where rowid = 5925";
Command "update T set F = null where rowid = 38988";
Command "update T set F = null where rowid = 46121";
Command "update T set F = null where rowid = 49425";
Command "update T set F = null where rowid = 9829";
Command "update T set F = null where rowid = 57846";
Command "update T set F = null where rowid = 1621";
Command "update T set F = null where rowid = 13768";
Command "update T set F = null where rowid = 48435";
Command "update T set F = null where rowid = 20307";
Command "update T set F = null where rowid = 47239";
Command "update T set F = null where rowid = 4083";
Command "update T set F = null where rowid = 22610";
Command "update T set F = null where rowid = 4396";
Command "update T set F = null where rowid = 33886";
Command "update T set F = null where rowid = 29824";
Command "update T set F = null where rowid = 1927";
Command "update T set F = null where rowid = 13663";
Command "update T set F = null where rowid = 37389";
Command "update T set F = null where rowid = 60040";
Command "update T set F = null where rowid = 1640";
Command "update T set F = null where rowid = 15691";
Command "update T set F = null where rowid = 44194";
Command "update T set F = null where rowid = 40149";
Command "update T set F = null where rowid = 19321";
Command "update T set F = null where rowid = 25118";
Command "update T set F = null where rowid = 2791";
Command "update T set F = null where rowid = 4659";
Command "update T set F = null where rowid = 54434";
Command "update T set F = null where rowid = 47229";
Command "update T set F = null where rowid = 51210";
Command "update T set F = null where rowid = 23643";
Command "update T set F = null where rowid = 9865";
Command "update T set F = null where rowid = 29374";
Command "update T set F = null where rowid = 7291";
Command "update T set F = null where rowid = 15619";
Command "update T set F = null where rowid = 43656";
Command "update T set F = null where rowid = 35465";
Command "update T set F = null where rowid = 4510";
Command "update T set F = null where rowid = 24495";
Command "update T set F = null where rowid = 30113";
Command "update T set F = null where rowid = 16205";
Command "update T set F = null where rowid = 8455";
Command "update T set F = null where rowid = 33681";
Command "update T set F = null where rowid = 2504";
Command "update T set F = null where rowid = 1093";
Command "update T set F = null where rowid = 41384";
Command "update T set F = null where rowid = 29508";
Command "update T set F = null where rowid = 998";
Command "update T set F = null where rowid = 16332";
Command "update T set F = null where rowid = 31528";
Command "update T set F = null where rowid = 53352";
Command "update T set F = null where rowid = 12103";
Command "update T set F = null where rowid = 32779";
Command "update T set F = null where rowid = 29756";
Command "update T set F = null where rowid = 53997";
Command "update T set F = null where rowid = 34742";
Command "update T set F = null where rowid = 47641";
Command "update T set F = null where rowid = 5254";
Command "update T set F = null where rowid = 38113";
Command "update T set F = null where rowid = 17845";
Command "update T set F = null where rowid = 61304";
Command "update T set F = null where rowid = 495";
Command "update T set F = null where rowid = 24397";
Command "update T set F = null where rowid = 14003";
Command "update T set F = null where rowid = 2622";
Command "update T set F = null where rowid = 45282";
Command "update T set F = null where rowid = 1628";
Command "update T set F = null where rowid = 1926";
Command "update T set F = null where rowid = 473";
Command "update T set F = null where rowid = 49195";
Command "update T set F = null where rowid = 52085";
Command "update T set F = null where rowid = 17379";
Command "update T set F = null where rowid = 58810";
Command "update T set F = null where rowid = 37170";
Command "update T set F = null where rowid = 30735";
Command "update T set F = null where rowid = 21111";
Command "update T set F = null where rowid = 31932";
Command "update T set F = null where rowid = 11049";
Command "update T set F = null where rowid = 17976";
Command "update T set F = null where rowid = 34974";
Command "update T set F = null where rowid = 28465";
Command "update T set F = null where rowid = 37090";
Command "update T set F = null where rowid = 24810";
Command "update T set F = null where rowid = 59294";
Command "update T set F = null where rowid = 45389";
Command "update T set F = null where rowid = 45033";
Command "update T set F = null where rowid = 38317";
Command "update T set F = null where rowid = 39604";
Command "update T set F = null where rowid = 20760";
Command "update T set F = null where rowid = 1667";
Command "update T set F = null where rowid = 50891";
Command "update T set F = null where rowid = 9208";
Command "update T set F = null where rowid = 50882";
Command "update T set F = null where rowid = 54895";
Command "update T set F = null where rowid = 25467";
Command "update T set F = null where rowid = 17152";
Command "update T set F = null where rowid = 22121";
Command "update T set F = null where rowid = 21167";
Command "update T set F = null where rowid = 32755";
Command "update T set F = null where rowid = 30315";
Command "update T set F = null where rowid = 12494";
Command "update T set F = null where rowid = 28889";
Command "update T set F = null where rowid = 21667";
Command "update T set F = null where rowid = 10516";
Command "update T set F = null where rowid = 28192";
Command "update T set F = null where rowid = 50681";
Command "update T set F = null where rowid = 23880";
Command "update T set F = null where rowid = 19286";
Command "update T set F = null where rowid = 42128";
Command "update T set F = null where rowid = 49050";
Command "update T set F = null where rowid = 23855";
Command "update T set F = null where rowid = 42255";
Command "update T set F = null where rowid = 59966";
Command "update T set F = null where rowid = 21553";
Command "update T set F = null where rowid = 54809";
Command "update T set F = null where rowid = 36783";
Command "update T set F = null where rowid = 37417";
Command "update T set F = null where rowid = 20283";
Command "update T set F = null where rowid = 38057";
Command "update T set F = null where rowid = 20579";
Command "update T set F = null where rowid = 3304";
Command "update T set F = null where rowid = 41729";
Command "update T set F = null where rowid = 48973";
Command "update T set F = null where rowid = 29741";
Command "update T set F = null where rowid = 49974";
Command "update T set F = null where rowid = 52591";
Command "update T set F = null where rowid = 24008";
Command "update T set F = null where rowid = 45640";
Command "update T set F = null where rowid = 34791";
Command "update T set F = null where rowid = 19572";
Command "update T set F = null where rowid = 43100";
Command "update T set F = null where rowid = 24721";
Command "update T set F = null where rowid = 56607";
Command "update T set F = null where rowid = 59591";
Command "update T set F = null where rowid = 26512";
Command "update T set F = null where rowid = 15477";
Command "update T set F = null where rowid = 6";
Command "update T set F = null where rowid = 17950";
Command "update T set F = null where rowid = 56467";
Command "update T set F = null where rowid = 33888";
Command "update T set F = null where rowid = 41504";
Command "update T set F = null where rowid = 12875";
Command "update T set F = null where rowid = 49653";
Command "update T set F = null where rowid = 27863";
Command "update T set F = null where rowid = 14562";
Command "update T set F = null where rowid = 9266";
Command "update T set F = null where rowid = 43322";
Command "update T set F = null where rowid = 54567";
Command "update T set F = null where rowid = 2280";
Command "update T set F = null where rowid = 41479";
Command "update T set F = null where rowid = 25724";
Command "update T set F = null where rowid = 37113";
Command "update T set F = null where rowid = 32299";
Command "update T set F = null where rowid = 27380";
Command "update T set F = null where rowid = 47083";
Command "update T set F = null where rowid = 1988";
Command "update T set F = null where rowid = 15913";
Command "update T set F = null where rowid = 38883";
Command "update T set F = null where rowid = 6961";
Command "update T set F = null where rowid = 26505";
Command "update T set F = null where rowid = 2956";
Command "update T set F = null where rowid = 23203";
Command "update T set F = null where rowid = 61302";
Command "update T set F = null where rowid = 45861";
Command "update T set F = null where rowid = 48377";
Command "update T set F = null where rowid = 24704";
Command "update T set F = null where rowid = 58348";
Command "update T set F = null where rowid = 15585";
Command "update T set F = null where rowid = 28992";
Command "update T set F = null where rowid = 42244";
Command "update T set F = null where rowid = 2586";
Command "update T set F = null where rowid = 56578";
Command "update T set F = null where rowid = 23736";
Command "update T set F = null where rowid = 5039";
Command "update T set F = null where rowid = 38410";
Command "update T set F = null where rowid = 27922";
Command "update T set F = null where rowid = 50147";
Command "update T set F = null where rowid = 5654";
Command "update T set F = null where rowid = 24313";
Command "update T set F = null where rowid = 22083";
Command "update T set F = null where rowid = 49171";
Command "update T set F = null where rowid = 38633";
Command "update T set F = null where rowid = 36030";
Command "update T set F = null where rowid = 13036";
Command "update T set F = null where rowid = 57035";
Command "update T set F = null where rowid = 41456";
Command "update T set F = null where rowid = 57253";
Command "update T set F = null where rowid = 11337";
Command "update T set F = null where rowid = 48156";
Command "update T set F = null where rowid = 38831";
Command "update T set F = null where rowid = 6666";
Command "update T set F = null where rowid = 13881";
Command "update T set F = null where rowid = 41536";
Command "update T set F = null where rowid = 19925";
Command "update T set F = null where rowid = 32427";
Command "update T set F = null where rowid = 13759";
Command "update T set F = null where rowid = 3755";
Command "update T set F = null where rowid = 23609";
Command "update T set F = null where rowid = 33730";
Command "update T set F = null where rowid = 51270";
Command "update T set F = null where rowid = 18504";
Command "update T set F = null where rowid = 36895";
Command "update T set F = null where rowid = 47768";
Command "update T set F = null where rowid = 56085";
Command "update T set F = null where rowid = 12989";
Command "update T set F = null where rowid = 11008";
Command "update T set F = null where rowid = 40471";
Command "update T set F = null where rowid = 55656";
Command "update T set F = null where rowid = 39064";
Command "update T set F = null where rowid = 42336";
Command "update T set F = null where rowid = 1548";
Command "update T set F = null where rowid = 41305";
Command "update T set F = null where rowid = 4752";
Command "update T set F = null where rowid = 37112";
Command "update T set F = null where rowid = 47230";
Command "update T set F = null where rowid = 37545";
Command "update T set F = null where rowid = 4343";
Command "update T set F = null where rowid = 17079";
Command "update T set F = null where rowid = 13387";
Command "update T set F = null where rowid = 42410";
Command "update T set F = null where rowid = 18761";
Command "update T set F = null where rowid = 28499";
Command "update T set F = null where rowid = 44314";
Command "update T set F = null where rowid = 25569";
Command "update T set F = null where rowid = 54385";
Command "update T set F = null where rowid = 37839";
Command "update T set F = null where rowid = 3205";
Command "update T set F = null where rowid = 19330";
Command "update T set F = null where rowid = 46914";
Command "update T set F = null where rowid = 2072";
Command "update T set F = null where rowid = 28243";
Command "update T set F = null where rowid = 21119";
Command "update T set F = null where rowid = 3973";
Command "update T set F = null where rowid = 34900";
Command "update T set F = null where rowid = 20286";
Command "update T set F = null where rowid = 15678";
Command "update T set F = null where rowid = 29986";
Command "update T set F = null where rowid = 18263";
Command "update T set F = null where rowid = 15261";
Command "update T set F = null where rowid = 58623";
Command "update T set F = null where rowid = 13030";
Command "update T set F = null where rowid = 16006";
Command "update T set F = null where rowid = 25181";
Command "update T set F = null where rowid = 34381";
Command "update T set F = null where rowid = 27411";
Command "update T set F = null where rowid = 50699";
Command "update T set F = null where rowid = 54996";
Command "update T set F = null where rowid = 15818";
Command "update T set F = null where rowid = 5343";
Command "update T set F = null where rowid = 26171";
Command "update T set F = null where rowid = 18829";
Command "update T set F = null where rowid = 12728";
Command "update T set F = null where rowid = 37296";
Command "update T set F = null where rowid = 16189";
Command "update T set F = null where rowid = 50157";
Command "update T set F = null where rowid = 54323";
Command "update T set F = null where rowid = 29751";
Command "update T set F = null where rowid = 60543";
Command "update T set F = null where rowid = 52863";
Command "update T set F = null where rowid = 33914";
Command "update T set F = null where rowid = 46857";
Command "update T set F = null where rowid = 49512";
Command "update T set F = null where rowid = 34063";
Command "update T set F = null where rowid = 7651";
Command "update T set F = null where rowid = 47384";
Command "update T set F = null where rowid = 32361";
Command "update T set F = null where rowid = 41798";
Command "update T set F = null where rowid = 15680";
Command "update T set F = null where rowid = 6971";
Command "update T set F = null where rowid = 52192";
Command "update T set F = null where rowid = 11664";
Command "update T set F = null where rowid = 36195";
Command "update T set F = null where rowid = 57683";
Command "update T set F = null where rowid = 5674";
Command "update T set F = null where rowid = 3402";
Command "update T set F = null where rowid = 3572";
Command "update T set F = null where rowid = 2830";
Command "update T set F = null where rowid = 2494";
Command "update T set F = null where rowid = 11709";
Command "update T set F = null where rowid = 7915";
Command "update T set F = null where rowid = 39207";
Command "update T set F = null where rowid = 27078";
Command "update T set F = null where rowid = 60076";
Command "update T set F = null where rowid = 15342";
Command "update T set F = null where rowid = 16802";
Command "update T set F = null where rowid = 25441";
Command "update T set F = null where rowid = 28678";
Command "update T set F = null where rowid = 45881";
Command "update T set F = null where rowid = 13696";
Command "update T set F = null where rowid = 35924";
Command "update T set F = null where rowid = 51512";
Command "update T set F = null where rowid = 57772";
Command "update T set F = null where rowid = 43966";
Command "update T set F = null where rowid = 7264";
Command "update T set F = null where rowid = 43936";
Command "update T set F = null where rowid = 26787";
Command "update T set F = null where rowid = 9602";
Command "update T set F = null where rowid = 49628";
Command "update T set F = null where rowid = 27905";
Command "update T set F = null where rowid = 33264";
Command "update T set F = null where rowid = 38972";
Command "update T set F = null where rowid = 39021";
Command "update T set F = null where rowid = 42667";
Command "update T set F = null where rowid = 49583";
Command "update T set F = null where rowid = 8841";
Command "update T set F = null where rowid = 26539";
Command "update T set F = null where rowid = 53203";
Command "update T set F = null where rowid = 1543";
Command "update T set F = null where rowid = 12175";
Command "update T set F = null where rowid = 60624";
Command "update T set F = null where rowid = 18318";
Command "update T set F = null where rowid = 35994";
Command "update T set F = null where rowid = 35406";
Command "update T set F = null where rowid = 53311";
Command "update T set F = null where rowid = 5702";
Command "update T set F = null where rowid = 25716";
Command "update T set F = null where rowid = 37246";
Command "update T set F = null where rowid = 9251";
Command "update T set F = null where rowid = 22290";
Command "update T set F = null where rowid = 52358";
Command "update T set F = null where rowid = 28684";
Command "update T set F = null where rowid = 52831";
Command "update T set F = null where rowid = 6886";
Command "update T set F = null where rowid = 23252";
Command "update T set F = null where rowid = 8021";
Command "update T set F = null where rowid = 31305";
Command "update T set F = null where rowid = 15436";
Command "update T set F = null where rowid = 4182";
Command "update T set F = null where rowid = 61100";
Command "update T set F = null where rowid = 23245";
Command "update T set F = null where rowid = 32760";
Command "update T set F = null where rowid = 25209";
Command "update T set F = null where rowid = 47905";
Command "update T set F = null where rowid = 2271";
Command "update T set F = null where rowid = 40959";
Command "update T set F = null where rowid = 34497";
Command "update T set F = null where rowid = 32701";
Command "update T set F = null where rowid = 23814";
Command "update T set F = null where rowid = 49838";
Command "update T set F = null where rowid = 19759";
Command "update T set F = null where rowid = 57136";
Command "update T set F = null where rowid = 52998";
Command "update T set F = null where rowid = 23859";
Command "update T set F = null where rowid = 44051";
Command "update T set F = null where rowid = 48305";
Command "update T set F = null where rowid = 39514";
Command "update T set F = null where rowid = 52566";
Command "update T set F = null where rowid = 55442";
Command "update T set F = null where rowid = 47421";
Command "update T set F = null where rowid = 23450";
Command "update T set F = null where rowid = 22000";
Command "update T set F = null where rowid = 54418";
Command "update T set F = null where rowid = 26634";
Command "update T set F = null where rowid = 25761";
Command "update T set F = null where rowid = 51407";
Command "update T set F = null where rowid = 60166";
Command "update T set F = null where rowid = 29301";
Command "update T set F = null where rowid = 36105";
Command "update T set F = null where rowid = 43299";
Command "update T set F = null where rowid = 9102";
Command "update T set F = null where rowid = 21984";
Command "update T set F = null where rowid = 35373";
Command "update T set F = null where rowid = 38257";
Command "update T set F = null where rowid = 26072";
Command "update T set F = null where rowid = 21283";
Command "update T set F = null where rowid = 26901";
Command "update T set F = null where rowid = 44972";
Command "update T set F = null where rowid = 42482";
Command "update T set F = null where rowid = 33842";
Command "update T set F = null where rowid = 17864";
Command "update T set F = null where rowid = 13601";
Command "update T set F = null where rowid = 3606";
Command "update T set F = null where rowid = 24041";
Command "update T set F = null where rowid = 1760";
Command "update T set F = null where rowid = 15821";
Command "update T set F = null where rowid = 60462";
Command "update T set F = null where rowid = 56627";
Command "update T set F = null where rowid = 60060";
Command "update T set F = null where rowid = 58938";
Command "update T set F = null where rowid = 61066";
Command "update T set F = null where rowid = 7400";
Command "update T set F = null where rowid = 33313";
Command "update T set F = null where rowid = 33823";
Command "update T set F = null where rowid = 18213";
Command "update T set F = null where rowid = 25858";
Command "update T set F = null where rowid = 24251";
Command "update T set F = null where rowid = 59051";
Command "update T set F = null where rowid = 27880";
Command "update T set F = null where rowid = 18826";
Command "update T set F = null where rowid = 15851";
Command "update T set F = null where rowid = 53877";
Command "update T set F = null where rowid = 349";
Command "update T set F = null where rowid = 40797";
Command "update T set F = null where rowid = 16052";
Command "update T set F = null where rowid = 51624";
Command "update T set F = null where rowid = 52829";
Command "update T set F = null where rowid = 21443";
Command "update T set F = null where rowid = 60360";
Command "update T set F = null where rowid = 48888";
Command "update T set F = null where rowid = 46519";
Command "update T set F = null where rowid = 6903";
Command "update T set F = null where rowid = 13012";
Command "update T set F = null where rowid = 52935";
Command "update T set F = null where rowid = 60091";
Command "update T set F = null where rowid = 37267";
Command "update T set F = null where rowid = 45409";
Command "update T set F = null where rowid = 16308";
Command "update T set F = null where rowid = 36627";
Command "update T set F = null where rowid = 13567";
Command "update T set F = null where rowid = 21618";
Command "update T set F = null where rowid = 40071";
Command "update T set F = null where rowid = 43010";
Command "update T set F = null where rowid = 25134";
Command "update T set F = null where rowid = 39006";
Command "update T set F = null where rowid = 32695";
Command "update T set F = null where rowid = 38604";
Command "update T set F = null where rowid = 44232";
Command "update T set F = null where rowid = 40171";
Command "update T set F = null where rowid = 55620";
Command "update T set F = null where rowid = 50367";
Command "update T set F = null where rowid = 21200";
Command "update T set F = null where rowid = 21519";
Command "update T set F = null where rowid = 61056";
Command "update T set F = null where rowid = 8528";
Command "update T set F = null where rowid = 38368";
Command "update T set F = null where rowid = 21709";
Command "update T set F = null where rowid = 4714";
Command "update T set F = null where rowid = 24365";
Command "update T set F = null where rowid = 54041";
Command "update T set F = null where rowid = 15198";
Command "update T set F = null where rowid = 23255";
Command "update T set F = null where rowid = 56229";
Command "update T set F = null where rowid = 50696";
Command "update T set F = null where rowid = 57545";
Command "update T set F = null where rowid = 11580";
Command "update T set F = null where rowid = 42431";
Command "update T set F = null where rowid = 38047";
Command "update T set F = null where rowid = 49148";
Command "update T set F = null where rowid = 32658";
Command "update T set F = null where rowid = 47324";
Command "update T set F = null where rowid = 61269";
Command "update T set F = null where rowid = 16348";
Command "update T set F = null where rowid = 55601";
Command "update T set F = null where rowid = 42960";
Command "update T set F = null where rowid = 38923";
Command "update T set F = null where rowid = 13015";
Command "update T set F = null where rowid = 12664";
Command "update T set F = null where rowid = 1174";
Command "update T set F = null where rowid = 37069";
Command "update T set F = null where rowid = 52361";
Command "update T set F = null where rowid = 20663";
Command "update T set F = null where rowid = 34813";
Command "update T set F = null where rowid = 36455";
Command "update T set F = null where rowid = 1745";
Command "update T set F = null where rowid = 30677";
Command "update T set F = null where rowid = 9009";
Command "update T set F = null where rowid = 13935";
Command "update T set F = null where rowid = 45868";
Command "update T set F = null where rowid = 22176";
Command "update T set F = null where rowid = 24714";
Command "update T set F = null where rowid = 4562";
Command "update T set F = null where rowid = 33338";
Command "update T set F = null where rowid = 17180";
Command "update T set F = null where rowid = 35627";
Command "update T set F = null where rowid = 13569";
Command "update T set F = null where rowid = 7054";
Command "update T set F = null where rowid = 44403";
Command "update T set F = null where rowid = 3053";
Command "update T set F = null where rowid = 50721";
Command "update T set F = null where rowid = 24007";
Command "update T set F = null where rowid = 52049";
Command "update T set F = null where rowid = 7763";
Command "update T set F = null where rowid = 26306";
Command "update T set F = null where rowid = 330";
Command "update T set F = null where rowid = 38611";
Command "update T set F = null where rowid = 8559";
Command "update T set F = null where rowid = 30768";
Command "update T set F = null where rowid = 37577";
Command "update T set F = null where rowid = 44028";
Command "update T set F = null where rowid = 47005";
Command "update T set F = null where rowid = 49008";
Command "update T set F = null where rowid = 18831";
Command "update T set F = null where rowid = 5788";
Command "update T set F = null where rowid = 14802";
Command "update T set F = null where rowid = 36880";
Command "update T set F = null where rowid = 15361";
Command "update T set F = null where rowid = 5617";
Command "update T set F = null where rowid = 52665";
Command "update T set F = null where rowid = 14820";
Command "update T set F = null where rowid = 48188";
Command "update T set F = null where rowid = 13127";
Command "update T set F = null where rowid = 43974";
Command "update T set F = null where rowid = 31904";
Command "update T set F = null where rowid = 11238";
Command "update T set F = null where rowid = 13391";
Command "update T set F = null where rowid = 11527";
Command "update T set F = null where rowid = 54829";
Command "update T set F = null where rowid = 36918";
Command "update T set F = null where rowid = 1643";
Command "update T set F = null where rowid = 4301";
Command "update T set F = null where rowid = 32232";
Command "update T set F = null where rowid = 6498";
Command "update T set F = null where rowid = 50350";
Command "update T set F = null where rowid = 51510";
Command "update T set F = null where rowid = 9210";
Command "update T set F = null where rowid = 13618";
Command "update T set F = null where rowid = 8606";
Command "update T set F = null where rowid = 34370";
Command "update T set F = null where rowid = 24681";
Command "update T set F = null where rowid = 14593";
Command "update T set F = null where rowid = 8320";
Command "update T set F = null where rowid = 18215";
Command "update T set F = null where rowid = 12281";
Command "update T set F = null where rowid = 5672";
Command "update T set F = null where rowid = 2085";
Command "update T set F = null where rowid = 60552";
Command "update T set F = null where rowid = 29945";
Command "update T set F = null where rowid = 9118";
Command "update T set F = null where rowid = 20973";
Command "update T set F = null where rowid = 26964";
Command "update T set F = null where rowid = 9645";
Command "update T set F = null where rowid = 53023";
Command "update T set F = null where rowid = 50043";
Command "update T set F = null where rowid = 2910";
Command "update T set F = null where rowid = 14272";
Command "update T set F = null where rowid = 3237";
Command "update T set F = null where rowid = 43983";
Command "update T set F = null where rowid = 44120";
Command "update T set F = null where rowid = 839";
Command "update T set F = null where rowid = 21279";
Command "update T set F = null where rowid = 41254";
Command "update T set F = null where rowid = 21074";
Command "update T set F = null where rowid = 51526";
Command "update T set F = null where rowid = 26036";
Command "update T set F = null where rowid = 45187";
Command "update T set F = null where rowid = 45733";
Command "update T set F = null where rowid = 41981";
Command "update T set F = null where rowid = 32629";
Command "update T set F = null where rowid = 41284";
Command "update T set F = null where rowid = 16168";
Command "update T set F = null where rowid = 18814";
Command "update T set F = null where rowid = 53954";
Command "update T set F = null where rowid = 57657";
Command "update T set F = null where rowid = 5789";
Command "update T set F = null where rowid = 58126";
Command "update T set F = null where rowid = 4162";
Command "update T set F = null where rowid = 4727";
Command "update T set F = null where rowid = 58754";
Command "update T set F = null where rowid = 17823";
Command "update T set F = null where rowid = 27151";
Command "update T set F = null where rowid = 40824";
Command "update T set F = null where rowid = 34023";
Command "update T set F = null where rowid = 57974";
Command "update T set F = null where rowid = 48314";
Command "update T set F = null where rowid = 10912";
Command "update T set F = null where rowid = 32360";
Command "update T set F = null where rowid = 49886";
Command "update T set F = null where rowid = 30804";
Command "update T set F = null where rowid = 58812";
Command "update T set F = null where rowid = 29255";
Command "update T set F = null where rowid = 36411";
Command "update T set F = null where rowid = 20050";
Command "update T set F = null where rowid = 48504";
Command "update T set F = null where rowid = 56477";
Command "update T set F = null where rowid = 51463";
Command "update T set F = null where rowid = 10720";
Command "update T set F = null where rowid = 60104";
Command "update T set F = null where rowid = 27214";
Command "update T set F = null where rowid = 2827";
Command "update T set F = null where rowid = 56884";
Command "update T set F = null where rowid = 24111";
Command "update T set F = null where rowid = 16289";
Command "update T set F = null where rowid = 893";
Command "update T set F = null where rowid = 15409";
Command "update T set F = null where rowid = 34085";
Command "update T set F = null where rowid = 57037";
Command "update T set F = null where rowid = 55402";
Command "update T set F = null where rowid = 3982";
Command "update T set F = null where rowid = 5960";
Command "update T set F = null where rowid = 767";
Command "update T set F = null where rowid = 2886";
Command "update T set F = null where rowid = 45062";
Command "update T set F = null where rowid = 40829";
Command "update T set F = null where rowid = 39955";
Command "update T set F = null where rowid = 28586";
Command "update T set F = null where rowid = 60500";
Command "update T set F = null where rowid = 9604";
Command "update T set F = null where rowid = 19843";
Command "update T set F = null where rowid = 9337";
Command "update T set F = null where rowid = 27243";
Command "update T set F = null where rowid = 54903";
Command "update T set F = null where rowid = 20866";
Command "update T set F = null where rowid = 61199";
Command "update T set F = null where rowid = 50552";
Command "update T set F = null where rowid = 45431";
Command "update T set F = null where rowid = 31549";
Command "update T set F = null where rowid = 636";
Command "update T set F = null where rowid = 20754";
Command "update T set F = null where rowid = 34187";
Command "update T set F = null where rowid = 14527";
Command "update T set F = null where rowid = 7924";
Command "update T set F = null where rowid = 10871";
Command "update T set F = null where rowid = 5965";
Command "update T set F = null where rowid = 1143";
Command "update T set F = null where rowid = 17315";
Command "update T set F = null where rowid = 28691";
Command "update T set F = null where rowid = 32569";
Command "update T set F = null where rowid = 28441";
Command "update T set F = null where rowid = 21672";
Command "update T set F = null where rowid = 53791";
Command "update T set F = null where rowid = 6087";
Command "update T set F = null where rowid = 5247";
Command "update T set F = null where rowid = 9360";
Command "update T set F = null where rowid = 56568";
Command "update T set F = null where rowid = 55922";
Command "update T set F = null where rowid = 21594";
Command "update T set F = null where rowid = 33581";
Command "update T set F = null where rowid = 47482";
Command "update T set F = null where rowid = 28934";
Command "update T set F = null where rowid = 9156";
Command "update T set F = null where rowid = 24321";
Command "update T set F = null where rowid = 27866";
Command "update T set F = null where rowid = 18227";
Command "update T set F = null where rowid = 26349";
Command "update T set F = null where rowid = 17042";
Command "update T set F = null where rowid = 10421";
Command "update T set F = null where rowid = 60077";
Command "update T set F = null where rowid = 42084";
Command "update T set F = null where rowid = 46839";
Command "update T set F = null where rowid = 1342";
Command "update T set F = null where rowid = 52435";
Command "update T set F = null where rowid = 3463";
Command "update T set F = null where rowid = 9819";
Command "update T set F = null where rowid = 29932";
Command "update T set F = null where rowid = 33772";
Command "update T set F = null where rowid = 57801";
Command "update T set F = null where rowid = 26276";
Command "update T set F = null where rowid = 46765";
Command "update T set F = null where rowid = 43131";
Command "update T set F = null where rowid = 34161";
Command "update T set F = null where rowid = 837";
Command "update T set F = null where rowid = 39252";
Command "update T set F = null where rowid = 60261";
Command "update T set F = null where rowid = 10870";
Command "update T set F = null where rowid = 31271";
Command "update T set F = null where rowid = 23856";
Command "update T set F = null where rowid = 47551";
Command "update T set F = null where rowid = 42699";
Command "update T set F = null where rowid = 51656";
Command "update T set F = null where rowid = 25668";
Command "update T set F = null where rowid = 42886";
Command "update T set F = null where rowid = 46707";
Command "update T set F = null where rowid = 26973";
Command "update T set F = null where rowid = 36742";
Command "update T set F = null where rowid = 7040";
Command "update T set F = null where rowid = 22711";
Command "update T set F = null where rowid = 11551";
Command "update T set F = null where rowid = 22234";
Command "update T set F = null where rowid = 58431";
Command "update T set F = null where rowid = 54142";
Command "update T set F = null where rowid = 42353";
Command "update T set F = null where rowid = 43033";
Command "update T set F = null where rowid = 51965";
Command "update T set F = null where rowid = 56410";
Command "update T set F = null where rowid = 6887";
Command "update T set F = null where rowid = 21795";
Command "update T set F = null where rowid = 44172";
Command "update T set F = null where rowid = 41578";
Command "update T set F = null where rowid = 44067";
Command "update T set F = null where rowid = 18460";
Command "update T set F = null where rowid = 18613";
Command "update T set F = null where rowid = 22509";
Command "update T set F = null where rowid = 35286";
Command "update T set F = null where rowid = 47456";
Command "update T set F = null where rowid = 57010";
Command "update T set F = null where rowid = 15980";
Command "update T set F = null where rowid = 56395";
Command "update T set F = null where rowid = 21146";
Command "update T set F = null where rowid = 39796";
Command "update T set F = null where rowid = 49373";
Command "update T set F = null where rowid = 27629";
Command "update T set F = null where rowid = 17139";
Command "update T set F = null where rowid = 59770";
Command "update T set F = null where rowid = 42584";
Command "update T set F = null where rowid = 46516";
Command "update T set F = null where rowid = 18909";
Command "update T set F = null where rowid = 47256";
Command "update T set F = null where rowid = 44260";
Command "update T set F = null where rowid = 41651";
Command "update T set F = null where rowid = 31189";
Command "update T set F = null where rowid = 43999";
Command "update T set F = null where rowid = 26451";
Command "update T set F = null where rowid = 29164";
Command "update T set F = null where rowid = 41071";
Command "update T set F = null where rowid = 28723";
Command "update T set F = null where rowid = 35875";
Command "update T set F = null where rowid = 61336";
Command "update T set F = null where rowid = 31604";
Command "update T set F = null where rowid = 20484";
Command "update T set F = null where rowid = 3044";
Command "update T set F = null where rowid = 15396";
Command "update T set F = null where rowid = 52503";
Command "update T set F = null where rowid = 39503";
Command "update T set F = null where rowid = 7872";
Command "update T set F = null where rowid = 22838";
Command "update T set F = null where rowid = 29256";
Command "update T set F = null where rowid = 20549";
Command "update T set F = null where rowid = 14032";
Command "update T set F = null where rowid = 16411";
Command "update T set F = null where rowid = 1856";
Command "update T set F = null where rowid = 15077";
Command "update T set F = null where rowid = 60514";
Command "update T set F = null where rowid = 59773";
Command "update T set F = null where rowid = 51193";
Command "update T set F = null where rowid = 55992";
Command "update T set F = null where rowid = 36699";
Command "update T set F = null where rowid = 35206";
Command "update T set F = null where rowid = 48525";
Command "update T set F = null where rowid = 49289";
Command "update T set F = null where rowid = 11874";
Command "update T set F = null where rowid = 51613";
Command "update T set F = null where rowid = 4050";
Command "update T set F = null where rowid = 50985";
Command "update T set F = null where rowid = 10906";
Command "update T set F = null where rowid = 36340";
Command "update T set F = null where rowid = 42598";
Command "update T set F = null where rowid = 10151";
Command "update T set F = null where rowid = 31758";
Command "update T set F = null where rowid = 56198";
Command "update T set F = null where rowid = 2189";
Command "update T set F = null where rowid = 25602";
Command "update T set F = null where rowid = 46105";
Command "update T set F = null where rowid = 37302";
Command "update T set F = null where rowid = 2365";
Command "update T set F = null where rowid = 5602";
Command "update T set F = null where rowid = 29572";
Command "update T set F = null where rowid = 28599";
Command "update T set F = null where rowid = 48246";
Command "update T set F = null where rowid = 16787";
Command "update T set F = null where rowid = 11663";
Command "update T set F = null where rowid = 53419";
Command "update T set F = null where rowid = 58927";
Command "update T set F = null where rowid = 19071";
Command "update T set F = null where rowid = 38682";
Command "update T set F = null where rowid = 44530";
Command "update T set F = null where rowid = 43395";
Command "update T set F = null where rowid = 10277";
Command "update T set F = null where rowid = 445";
Command "update T set F = null where rowid = 32806";
Command "update T set F = null where rowid = 42841";
Command "update T set F = null where rowid = 16798";
Command "update T set F = null where rowid = 53837";
Command "update T set F = null where rowid = 5137";
Command "update T set F = null where rowid = 40747";
Command "update T set F = null where rowid = 5069";
Command "update T set F = null where rowid = 20825";
Command "update T set F = null where rowid = 58174";
Command "update T set F = null where rowid = 52582";
Command "update T set F = null where rowid = 58584";
Command "update T set F = null where rowid = 12870";
Command "update T set F = null where rowid = 58005";
Command "update T set F = null where rowid = 38897";
Command "update T set F = null where rowid = 20239";
Command "update T set F = null where rowid = 5584";
Command "update T set F = null where rowid = 6600";
Command "update T set F = null where rowid = 2093";
Command "update T set F = null where rowid = 24584";
Command "update T set F = null where rowid = 46998";
Command "update T set F = null where rowid = 1819";
Command "update T set F = null where rowid = 6814";
Command "update T set F = null where rowid = 43226";
Command "update T set F = null where rowid = 39534";
Command "update T set F = null where rowid = 52283";
Command "update T set F = null where rowid = 8231";
Command "update T set F = null where rowid = 24849";
Command "update T set F = null where rowid = 27026";
Command "update T set F = null where rowid = 8686";
Command "update T set F = null where rowid = 31463";
Command "update T set F = null where rowid = 8672";
Command "update T set F = null where rowid = 43668";
Command "update T set F = null where rowid = 39746";
Command "update T set F = null where rowid = 12099";
Command "update T set F = null where rowid = 37511";
Command "update T set F = null where rowid = 27730";
Command "update T set F = null where rowid = 58780";
Command "update T set F = null where rowid = 7541";
Command "update T set F = null where rowid = 7684";
Command "update T set F = null where rowid = 56797";
Command "update T set F = null where rowid = 3376";
Command "update T set F = null where rowid = 47879";
Command "update T set F = null where rowid = 18448";
Command "update T set F = null where rowid = 52446";
Command "update T set F = null where rowid = 40892";
Command "update T set F = null where rowid = 8567";
Command "update T set F = null where rowid = 36836";
Command "update T set F = null where rowid = 55890";
Command "update T set F = null where rowid = 41438";
Command "update T set F = null where rowid = 2649";
Command "update T set F = null where rowid = 26980";
Command "update T set F = null where rowid = 41296";
Command "update T set F = null where rowid = 7845";
Command "update T set F = null where rowid = 19803";
Command "update T set F = null where rowid = 10281";
Command "update T set F = null where rowid = 5611";
Command "update T set F = null where rowid = 29499";
Command "update T set F = null where rowid = 6254";
Command "update T set F = null where rowid = 6344";
Command "update T set F = null where rowid = 35689";
Command "update T set F = null where rowid = 19078";
Command "update T set F = null where rowid = 30651";
Command "update T set F = null where rowid = 29710";
Command "update T set F = null where rowid = 36197";
Command "update T set F = null where rowid = 48916";
Command "update T set F = null where rowid = 15408";
Command "update T set F = null where rowid = 25223";
Command "update T set F = null where rowid = 14568";
Command "update T set F = null where rowid = 34209";
Command "update T set F = null where rowid = 43212";
Command "update T set F = null where rowid = 17776";
Command "update T set F = null where rowid = 20092";
Command "update T set F = null where rowid = 6152";
Command "update T set F = null where rowid = 49844";
Command "update T set F = null where rowid = 58916";
Command "update T set F = null where rowid = 17026";
Command "update T set F = null where rowid = 36471";
Command "update T set F = null where rowid = 4002";
Command "update T set F = null where rowid = 18732";
Command "update T set F = null where rowid = 58653";
Command "update T set F = null where rowid = 25626";
Command "update T set F = null where rowid = 19480";
Command "update T set F = null where rowid = 18402";
Command "update T set F = null where rowid = 53723";
Command "update T set F = null where rowid = 44640";
Command "update T set F = null where rowid = 24457";
Command "update T set F = null where rowid = 59234";
Command "update T set F = null where rowid = 21974";
Command "update T set F = null where rowid = 28157";
Command "update T set F = null where rowid = 9977";
Command "update T set F = null where rowid = 11345";
Command "update T set F = null where rowid = 14110";
Command "update T set F = null where rowid = 59349";
Command "update T set F = null where rowid = 18653";
Command "update T set F = null where rowid = 40297";
Command "update T set F = null where rowid = 55719";
Command "update T set F = null where rowid = 26078";
Command "update T set F = null where rowid = 32095";
Command "update T set F = null where rowid = 24394";
Command "update T set F = null where rowid = 13693";
Command "update T set F = null where rowid = 21963";
Command "update T set F = null where rowid = 46002";
Command "update T set F = null where rowid = 47112";
Command "update T set F = null where rowid = 24690";
Command "update T set F = null where rowid = 47409";
Command "update T set F = null where rowid = 45082";
Command "update T set F = null where rowid = 59116";
Command "update T set F = null where rowid = 10611";
Command "update T set F = null where rowid = 22557";
Command "update T set F = null where rowid = 22149";
Command "update T set F = null where rowid = 15459";
Command "update T set F = null where rowid = 21932";
Command "update T set F = null where rowid = 47953";
Command "update T set F = null where rowid = 40668";
Command "update T set F = null where rowid = 38439";
Command "update T set F = null where rowid = 9920";
Command "update T set F = null where rowid = 14130";
Command "update T set F = null where rowid = 38279";
Command "update T set F = null where rowid = 56609";
Command "update T set F = null where rowid = 33167";
Command "update T set F = null where rowid = 28781";
Command "update T set F = null where rowid = 30968";
Command "update T set F = null where rowid = 23331";
Command "update T set F = null where rowid = 44128";
Command "update T set F = null where rowid = 24122";
Command "update T set F = null where rowid = 20384";
Command "update T set F = null where rowid = 12195";
Command "update T set F = null where rowid = 9570";
Command "update T set F = null where rowid = 49433";
Command "update T set F = null where rowid = 19142";
Command "update T set F = null where rowid = 25842";
Command "update T set F = null where rowid = 9448";
Command "update T set F = null where rowid = 43839";
Command "update T set F = null where rowid = 34040";
Command "update T set F = null where rowid = 58216";
Command "update T set F = null where rowid = 55778";
Command "update T set F = null where rowid = 57600";
Command "update T set F = null where rowid = 24717";
Command "update T set F = null where rowid = 29343";
Command "update T set F = null where rowid = 41453";
Command "update T set F = null where rowid = 40312";
Command "update T set F = null where rowid = 27228";
Command "update T set F = null where rowid = 42999";
Command "update T set F = null where rowid = 19169";
Command "update T set F = null where rowid = 23612";
Command "update T set F = null where rowid = 46057";
Command "update T set F = null where rowid = 60354";
Command "update T set F = null where rowid = 21873";
Command "update T set F = null where rowid = 59736";
Command "update T set F = null where rowid = 13335";
Command "update T set F = null where rowid = 38529";
Command "update T set F = null where rowid = 38314";
Command "update T set F = null where rowid = 26684";
Command "update T set F = null where rowid = 12218";
Command "update T set F = null where rowid = 2849";
Command "update T set F = null where rowid = 27240";
Command "update T set F = null where rowid = 41820";
Command "update T set F = null where rowid = 21995";
Command "update T set F = null where rowid = 9369";
Command "update T set F = null where rowid = 23507";
Command "update T set F = null where rowid = 36697";
Command "update T set F = null where rowid = 4795";
Command "update T set F = null where rowid = 44680";
Command "update T set F = null where rowid = 19476";
Command "update T set F = null where rowid = 5268";
Command "update T set F = null where rowid = 27125";
Command "update T set F = null where rowid = 15646";
Command "update T set F = null where rowid = 26483";
Command "update T set F = null where rowid = 51201";
Command "update T set F = null where rowid = 52265";
Command "update T set F = null where rowid = 35879";
Command "update T set F = null where rowid = 23144";
Command "update T set F = null where rowid = 23003";
Command "update T set F = null where rowid = 8655";
Command "update T set F = null where rowid = 59625";
Command "update T set F = null where rowid = 17753";
Command "update T set F = null where rowid = 31058";
Command "update T set F = null where rowid = 47390";
Command "update T set F = null where rowid = 51841";
Command "update T set F = null where rowid = 54643";
Command "update T set F = null where rowid = 36235";
Command "update T set F = null where rowid = 38675";
Command "update T set F = null where rowid = 11794";
Command "update T set F = null where rowid = 35490";
Command "update T set F = null where rowid = 5300";
Command "update T set F = null where rowid = 19293";
Command "update T set F = null where rowid = 18700";
Command "update T set F = null where rowid = 52784";
Command "update T set F = null where rowid = 12541";
Command "update T set F = null where rowid = 44923";
Command "update T set F = null where rowid = 15030";
Command "update T set F = null where rowid = 3322";
Command "update T set F = null where rowid = 52539";
Command "update T set F = null where rowid = 7568";
Command "update T set F = null where rowid = 9465";
Command "update T set F = null where rowid = 34167";
Command "update T set F = null where rowid = 29181";
Command "update T set F = null where rowid = 20648";
Command "update T set F = null where rowid = 772";
Command "update T set F = null where rowid = 23375";
Command "update T set F = null where rowid = 21693";
Command "update T set F = null where rowid = 28703";
Command "update T set F = null where rowid = 19399";
Command "update T set F = null where rowid = 20809";
Command "update T set F = null where rowid = 28504";
Command "update T set F = null where rowid = 3594";
Command "update T set F = null where rowid = 27602";
Command "update T set F = null where rowid = 8668";
Command "update T set F = null where rowid = 10628";
Command "update T set F = null where rowid = 59100";
Command "update T set F = null where rowid = 17924";
Command "update T set F = null where rowid = 10501";
Command "update T set F = null where rowid = 7743";
Command "update T set F = null where rowid = 18002";
Command "update T set F = null where rowid = 43756";
Command "update T set F = null where rowid = 18908";
Command "update T set F = null where rowid = 16110";
Command "update T set F = null where rowid = 53639";
Command "update T set F = null where rowid = 17090";
Command "update T set F = null where rowid = 32723";
Command "update T set F = null where rowid = 16108";
Command "update T set F = null where rowid = 48940";
Command "update T set F = null where rowid = 9897";
Command "update T set F = null where rowid = 24381";
Command "update T set F = null where rowid = 22739";
Command "update T set F = null where rowid = 51312";
Command "update T set F = null where rowid = 34683";
Command "update T set F = null where rowid = 57912";
Command "update T set F = null where rowid = 57174";
Command "update T set F = null where rowid = 21865";
Command "update T set F = null where rowid = 58599";
Command "update T set F = null where rowid = 47938";
Command "update T set F = null where rowid = 48466";
Command "update T set F = null where rowid = 28045";
Command "update T set F = null where rowid = 19159";
Command "update T set F = null where rowid = 49773";
Command "update T set F = null where rowid = 2547";
Command "update T set F = null where rowid = 53856";
Command "update T set F = null where rowid = 30934";
Command "update T set F = null where rowid = 46328";
Command "update T set F = null where rowid = 58977";
Command "update T set F = null where rowid = 29667";
Command "update T set F = null where rowid = 43804";
Command "update T set F = null where rowid = 20907";
Command "update T set F = null where rowid = 58577";
Command "update T set F = null where rowid = 57192";
Command "update T set F = null where rowid = 8697";
Command "update T set F = null where rowid = 59270";
Command "update T set F = null where rowid = 33801";
Command "update T set F = null where rowid = 59680";
Command "update T set F = null where rowid = 41767";
Command "update T set F = null where rowid = 17921";
Command "update T set F = null where rowid = 55260";
Command "update T set F = null where rowid = 55708";
Command "update T set F = null where rowid = 31155";
Command "update T set F = null where rowid = 61219";
Command "update T set F = null where rowid = 29290";
Command "update T set F = null where rowid = 5246";
Command "update T set F = null where rowid = 22220";
Command "update T set F = null where rowid = 41362";
Command "update T set F = null where rowid = 12448";
Command "update T set F = null where rowid = 58235";
Command "update T set F = null where rowid = 47182";
Command "update T set F = null where rowid = 60881";
Command "update T set F = null where rowid = 43203";
Command "update T set F = null where rowid = 28963";
Command "update T set F = null where rowid = 50246";
Command "update T set F = null where rowid = 58622";
Command "update T set F = null where rowid = 6272";
Command "update T set F = null where rowid = 6368";
Command "update T set F = null where rowid = 57101";
Command "update T set F = null where rowid = 47395";
Command "update T set F = null where rowid = 24106";
Command "update T set F = null where rowid = 4952";
Command "update T set F = null where rowid = 60801";
Command "update T set F = null where rowid = 11689";
Command "update T set F = null where rowid = 48110";
Command "update T set F = null where rowid = 25338";
Command "update T set F = null where rowid = 45615";
Command "update T set F = null where rowid = 14950";
Command "update T set F = null where rowid = 38458";
Command "update T set F = null where rowid = 35916";
Command "update T set F = null where rowid = 31656";
Command "update T set F = null where rowid = 21491";
Command "update T set F = null where rowid = 6676";
Command "update T set F = null where rowid = 40956";
Command "update T set F = null where rowid = 770";
Command "update T set F = null where rowid = 20144";
Command "update T set F = null where rowid = 11542";
Command "update T set F = null where rowid = 2807";
Command "update T set F = null where rowid = 7848";
Command "update T set F = null where rowid = 36315";
Command "update T set F = null where rowid = 13494";
Command "update T set F = null where rowid = 6801";
Command "update T set F = null where rowid = 2743";
Command "update T set F = null where rowid = 38977";
Command "update T set F = null where rowid = 9789";
Command "update T set F = null where rowid = 36301";
Command "update T set F = null where rowid = 24995";
Command "update T set F = null where rowid = 6775";
Command "update T set F = null where rowid = 34386";
Command "update T set F = null where rowid = 32098";
Command "update T set F = null where rowid = 15134";
Command "update T set F = null where rowid = 42011";
Command "update T set F = null where rowid = 58782";
Command "update T set F = null where rowid = 11142";
Command "update T set F = null where rowid = 59940";
Command "update T set F = null where rowid = 18071";
Command "update T set F = null where rowid = 3815";
Command "update T set F = null where rowid = 7165";
Command "update T set F = null where rowid = 9084";
Command "update T set F = null where rowid = 50138";
Command "update T set F = null where rowid = 53919";
Command "update T set F = null where rowid = 39048";
Command "update T set F = null where rowid = 9673";
Command "update T set F = null where rowid = 41856";
Command "update T set F = null where rowid = 52369";
Command "update T set F = null where rowid = 47353";
Command "update T set F = null where rowid = 16814";
Command "update T set F = null where rowid = 16753";
Command "update T set F = null where rowid = 48867";
Command "update T set F = null where rowid = 22215";
Command "update T set F = null where rowid = 17394";
Command "update T set F = null where rowid = 258";
Command "update T set F = null where rowid = 4532";
Command "update T set F = null where rowid = 59348";
Command "update T set F = null where rowid = 25827";
Command "update T set F = null where rowid = 13251";
Command "update T set F = null where rowid = 4214";
Command "update T set F = null where rowid = 20120";
Command "update T set F = null where rowid = 50991";
Command "update T set F = null where rowid = 6714";
Command "update T set F = null where rowid = 56668";
Command "update T set F = null where rowid = 23666";
Command "update T set F = null where rowid = 21098";
Command "update T set F = null where rowid = 3212";
Command "update T set F = null where rowid = 51763";
Command "update T set F = null where rowid = 48945";
Command "update T set F = null where rowid = 43416";
Command "update T set F = null where rowid = 13850";
Command "update T set F = null where rowid = 37199";
Command "update T set F = null where rowid = 49144";
Command "update T set F = null where rowid = 54244";
Command "update T set F = null where rowid = 59817";
Command "update T set F = null where rowid = 51489";
Command "update T set F = null where rowid = 50513";
Command "update T set F = null where rowid = 29743";
Command "update T set F = null where rowid = 14368";
Command "update T set F = null where rowid = 52471";
Command "update T set F = null where rowid = 5302";
Command "update T set F = null where rowid = 52098";
Command "update T set F = null where rowid = 51342";
Command "update T set F = null where rowid = 48698";
Command "update T set F = null where rowid = 45650";
Command "update T set F = null where rowid = 4829";
Command "update T set F = null where rowid = 4661";
Command "update T set F = null where rowid = 39350";
Command "update T set F = null where rowid = 42976";
Command "update T set F = null where rowid = 19075";
Command "update T set F = null where rowid = 19657";
Command "update T set F = null where rowid = 4878";
Command "update T set F = null where rowid = 3988";
Command "update T set F = null where rowid = 49390";
Command "update T set F = null where rowid = 17414";
Command "update T set F = null where rowid = 11683";
Command "update T set F = null where rowid = 13077";
Command "update T set F = null where rowid = 15153";
Command "update T set F = null where rowid = 8460";
Command "update T set F = null where rowid = 17914";
Command "update T set F = null where rowid = 48336";
Command "update T set F = null where rowid = 32653";
Command "update T set F = null where rowid = 8499";
Command "update T set F = null where rowid = 52874";
Command "update T set F = null where rowid = 12693";
Command "update T set F = null where rowid = 32878";
Command "update T set F = null where rowid = 22547";
Command "update T set F = null where rowid = 50986";
Command "update T set F = null where rowid = 37419";
Command "update T set F = null where rowid = 32265";
Command "update T set F = null where rowid = 23713";
Command "update T set F = null where rowid = 1602";
Command "update T set F = null where rowid = 61267";
Command "update T set F = null where rowid = 55436";
Command "update T set F = null where rowid = 49270";
Command "update T set F = null where rowid = 16663";
Command "update T set F = null where rowid = 43467";
Command "update T set F = null where rowid = 23740";
Command "update T set F = null where rowid = 32261";
Command "update T set F = null where rowid = 41970";
Command "update T set F = null where rowid = 40583";
Command "update T set F = null where rowid = 31884";
Command "update T set F = null where rowid = 30736";
Command "update T set F = null where rowid = 25530";
Command "update T set F = null where rowid = 30956";
Command "update T set F = null where rowid = 51591";
Command "update T set F = null where rowid = 24555";
Command "update T set F = null where rowid = 24636";
Command "update T set F = null where rowid = 10864";
Command "update T set F = null where rowid = 7868";
Command "update T set F = null where rowid = 39078";
Command "update T set F = null where rowid = 29622";
Command "update T set F = null where rowid = 55845";
Command "update T set F = null where rowid = 30676";
Command "update T set F = null where rowid = 20075";
Command "update T set F = null where rowid = 5954";
Command "update T set F = null where rowid = 48956";
Command "update T set F = null where rowid = 24627";
Command "update T set F = null where rowid = 44643";
Command "update T set F = null where rowid = 26727";
Command "update T set F = null where rowid = 57369";
Command "update T set F = null where rowid = 834";
Command "update T set F = null where rowid = 22006";
Command "update T set F = null where rowid = 30439";
Command "update T set F = null where rowid = 41771";
Command "update T set F = null where rowid = 3377";
Command "update T set F = null where rowid = 24493";
Command "update T set F = null where rowid = 33869";
Command "update T set F = null where rowid = 55007";
Command "update T set F = null where rowid = 58361";
Command "update T set F = null where rowid = 57513";
Command "update T set F = null where rowid = 40335";
Command "update T set F = null where rowid = 47543";
Command "update T set F = null where rowid = 34513";
Command "update T set F = null where rowid = 20468";
Command "update T set F = null where rowid = 17997";
Command "update T set F = null where rowid = 37029";
Command "update T set F = null where rowid = 57516";
Command "update T set F = null where rowid = 13576";
Command "update T set F = null where rowid = 33431";
Command "update T set F = null where rowid = 20810";
Command "update T set F = null where rowid = 20314";
Command "update T set F = null where rowid = 51569";
Command "update T set F = null where rowid = 20612";
Command "update T set F = null where rowid = 19931";
Command "update T set F = null where rowid = 36456";
Command "update T set F = null where rowid = 14246";
Command "update T set F = null where rowid = 13972";
Command "update T set F = null where rowid = 33399";
Command "update T set F = null where rowid = 40937";
Command "update T set F = null where rowid = 3828";
Command "update T set F = null where rowid = 11068";
Command "update T set F = null where rowid = 14015";
Command "update T set F = null where rowid = 27973";
Command "update T set F = null where rowid = 49276";
Command "update T set F = null where rowid = 41587";
Command "update T set F = null where rowid = 55116";
Command "update T set F = null where rowid = 53520";
Command "update T set F = null where rowid = 3977";
Command "update T set F = null where rowid = 31042";
Command "update T set F = null where rowid = 33480";
Command "update T set F = null where rowid = 27375";
Command "update T set F = null where rowid = 17820";
Command "update T set F = null where rowid = 57691";
Command "update T set F = null where rowid = 22831";
Command "update T set F = null where rowid = 57717";
Command "update T set F = null where rowid = 31325";
Command "update T set F = null where rowid = 17922";
Command "update T set F = null where rowid = 25231";
Command "update T set F = null where rowid = 28922";
Command "update T set F = null where rowid = 7196";
Command "update T set F = null where rowid = 1142";
Command "update T set F = null where rowid = 18993";
Command "update T set F = null where rowid = 49727";
Command "update T set F = null where rowid = 49386";
Command "update T set F = null where rowid = 36776";
Command "update T set F = null where rowid = 50757";
Command "update T set F = null where rowid = 18258";
Command "update T set F = null where rowid = 21194";
Command "update T set F = null where rowid = 50320";
Command "update T set F = null where rowid = 45108";
Command "update T set F = null where rowid = 60955";
Command "update T set F = null where rowid = 32059";
Command "update T set F = null where rowid = 2679";
Command "update T set F = null where rowid = 504";
Command "update T set F = null where rowid = 17074";
Command "update T set F = null where rowid = 19694";
Command "update T set F = null where rowid = 38014";
Command "update T set F = null where rowid = 21453";
Command "update T set F = null where rowid = 42887";
Command "update T set F = null where rowid = 58083";
Command "update T set F = null where rowid = 55125";
Command "update T set F = null where rowid = 29320";
Command "update T set F = null where rowid = 51941";
Command "update T set F = null where rowid = 8225";
Command "update T set F = null where rowid = 53996";
Command "update T set F = null where rowid = 3008";
Command "update T set F = null where rowid = 2823";
Command "update T set F = null where rowid = 37371";
Command "update T set F = null where rowid = 19602";
Command "update T set F = null where rowid = 26597";
Command "update T set F = null where rowid = 48546";
Command "update T set F = null where rowid = 16226";
Command "update T set F = null where rowid = 20564";
Command "update T set F = null where rowid = 48471";
Command "update T set F = null where rowid = 30581";
Command "update T set F = null where rowid = 3754";
Command "update T set F = null where rowid = 57430";
Command "update T set F = null where rowid = 35572";
Command "update T set F = null where rowid = 14906";
Command "update T set F = null where rowid = 37342";
Command "update T set F = null where rowid = 35408";
Command "update T set F = null where rowid = 47116";
Command "update T set F = null where rowid = 13944";
Command "update T set F = null where rowid = 53597";
Command "update T set F = null where rowid = 12013";
Command "update T set F = null where rowid = 51716";
Command "update T set F = null where rowid = 18779";
Command "update T set F = null where rowid = 10929";
Command "update T set F = null where rowid = 25853";
Command "update T set F = null where rowid = 39090";
Command "update T set F = null where rowid = 55574";
Command "update T set F = null where rowid = 43506";
Command "update T set F = null where rowid = 30499";
Command "update T set F = null where rowid = 16521";
Command "update T set F = null where rowid = 49829";
Command "update T set F = null where rowid = 3593";
Command "update T set F = null where rowid = 8453";
Command "update T set F = null where rowid = 6626";
Command "update T set F = null where rowid = 60194";
Command "update T set F = null where rowid = 57116";
Command "update T set F = null where rowid = 33403";
Command "update T set F = null where rowid = 59388";
Command "update T set F = null where rowid = 61346";
Command "update T set F = null where rowid = 54850";
Command "update T set F = null where rowid = 37764";
Command "update T set F = null where rowid = 36119";
Command "update T set F = null where rowid = 3133";
Command "update T set F = null where rowid = 16877";
Command "update T set F = null where rowid = 21716";
Command "update T set F = null where rowid = 31478";
Command "update T set F = null where rowid = 61030";
Command "update T set F = null where rowid = 44419";
Command "update T set F = null where rowid = 54310";
Command "update T set F = null where rowid = 7252";
Command "update T set F = null where rowid = 20113";
Command "update T set F = null where rowid = 41593";
Command "update T set F = null where rowid = 32337";
Command "update T set F = null where rowid = 129";
Command "update T set F = null where rowid = 22208";
Command "update T set F = null where rowid = 58402";
Command "update T set F = null where rowid = 5210";
Command "update T set F = null where rowid = 5974";
Command "update T set F = null where rowid = 33000";
Command "update T set F = null where rowid = 57882";
Command "update T set F = null where rowid = 13157";
Command "update T set F = null where rowid = 57745";
Command "update T set F = null where rowid = 17105";
Command "update T set F = null where rowid = 46180";
Command "update T set F = null where rowid = 52739";
Command "update T set F = null where rowid = 1086";
Command "update T set F = null where rowid = 10561";
Command "update T set F = null where rowid = 1726";
Command "update T set F = null where rowid = 53600";
Command "update T set F = null where rowid = 56201";
Command "update T set F = null where rowid = 14811";
Command "update T set F = null where rowid = 8405";
Command "update T set F = null where rowid = 11706";
Command "update T set F = null where rowid = 27856";
Command "update T set F = null where rowid = 35473";
Command "update T set F = null where rowid = 31149";
Command "update T set F = null where rowid = 30596";
Command "update T set F = null where rowid = 13533";
Command "update T set F = null where rowid = 6051";
Command "update T set F = null where rowid = 55361";
Command "update T set F = null where rowid = 4001";
Command "update T set F = null where rowid = 6340";
Command "update T set F = null where rowid = 46973";
Command "update T set F = null where rowid = 55887";
Command "update T set F = null where rowid = 27025";
Command "update T set F = null where rowid = 11799";
Command "update T set F = null where rowid = 17708";
Command "update T set F = null where rowid = 28713";
Command "update T set F = null where rowid = 18987";
Command "update T set F = null where rowid = 52927";
Command "update T set F = null where rowid = 30388";
Command "update T set F = null where rowid = 1502";
Command "update T set F = null where rowid = 60220";
Command "update T set F = null where rowid = 51316";
Command "update T set F = null where rowid = 59806";
Command "update T set F = null where rowid = 20835";
Command "update T set F = null where rowid = 18253";
Command "update T set F = null where rowid = 23156";
Command "update T set F = null where rowid = 43612";
Command "update T set F = null where rowid = 15834";
Command "update T set F = null where rowid = 27302";
Command "update T set F = null where rowid = 31825";
Command "update T set F = null where rowid = 5479";
Command "update T set F = null where rowid = 50720";
Command "update T set F = null where rowid = 56617";
Command "update T set F = null where rowid = 24864";
Command "update T set F = null where rowid = 49836";
Command "update T set F = null where rowid = 23006";
Command "update T set F = null where rowid = 27425";
Command "update T set F = null where rowid = 37492";
Command "update T set F = null where rowid = 46522";
Command "update T set F = null where rowid = 35457";
Command "update T set F = null where rowid = 33169";
Command "update T set F = null where rowid = 20";
Command "update T set F = null where rowid = 5362";
Command "update T set F = null where rowid = 30900";
Command "update T set F = null where rowid = 24163";
Command "update T set F = null where rowid = 15064";
Command "update T set F = null where rowid = 59095";
Command "update T set F = null where rowid = 27621";
Command "update T set F = null where rowid = 47550";
Command "update T set F = null where rowid = 17112";
Command "update T set F = null where rowid = 59965";
Command "update T set F = null where rowid = 32919";
Command "update T set F = null where rowid = 47131";
Command "update T set F = null where rowid = 59831";
Command "update T set F = null where rowid = 22981";
Command "update T set F = null where rowid = 17608";
Command "update T set F = null where rowid = 3405";
Command "update T set F = null where rowid = 59266";
Command "update T set F = null where rowid = 34725";
Command "update T set F = null where rowid = 7943";
Command "update T set F = null where rowid = 36876";
Command "update T set F = null where rowid = 37555";
Command "update T set F = null where rowid = 37240";
Command "update T set F = null where rowid = 4678";
Command "update T set F = null where rowid = 51122";
Command "update T set F = null where rowid = 56604";
Command "update T set F = null where rowid = 8023";
Command "update T set F = null where rowid = 45884";
Command "update T set F = null where rowid = 17390";
Command "update T set F = null where rowid = 59960";
Command "update T set F = null where rowid = 20290";
Command "update T set F = null where rowid = 32143";
Command "update T set F = null where rowid = 47521";
Command "update T set F = null where rowid = 52394";
Command "update T set F = null where rowid = 34887";
Command "update T set F = null where rowid = 10780";
Command "update T set F = null where rowid = 45706";
Command "update T set F = null where rowid = 51560";
Command "update T set F = null where rowid = 52195";
Command "update T set F = null where rowid = 39315";
Command "update T set F = null where rowid = 21886";
Command "update T set F = null where rowid = 46706";
Command "update T set F = null where rowid = 35400";
Command "update T set F = null where rowid = 9293";
Command "update T set F = null where rowid = 9108";
Command "update T set F = null where rowid = 38589";
Command "update T set F = null where rowid = 20988";
Command "update T set F = null where rowid = 39248";
Command "update T set F = null where rowid = 52081";
Command "update T set F = null where rowid = 18622";
Command "update T set F = null where rowid = 36878";
Command "update T set F = null where rowid = 37274";
Command "update T set F = null where rowid = 59082";
Command "update T set F = null where rowid = 52974";
Command "update T set F = null where rowid = 27541";
Command "update T set F = null where rowid = 40741";
Command "update T set F = null where rowid = 17787";
Command "update T set F = null where rowid = 36074";
Command "update T set F = null where rowid = 1825";
Command "update T set F = null where rowid = 30631";
Command "update T set F = null where rowid = 7961";
Command "update T set F = null where rowid = 52391";
Command "update T set F = null where rowid = 20429";
Command "update T set F = null where rowid = 58723";
Command "update T set F = null where rowid = 8036";
Command "update T set F = null where rowid = 41117";
Command "update T set F = null where rowid = 30965";
Command "update T set F = null where rowid = 13524";
Command "update T set F = null where rowid = 22413";
Command "update T set F = null where rowid = 4112";
Command "update T set F = null where rowid = 27921";
Command "update T set F = null where rowid = 39307";
Command "update T set F = null where rowid = 46776";
Command "update T set F = null where rowid = 2356";
Command "update T set F = null where rowid = 30471";
Command "update T set F = null where rowid = 3424";
Command "update T set F = null where rowid = 6499";
Command "update T set F = null where rowid = 24698";
Command "update T set F = null where rowid = 19573";
Command "update T set F = null where rowid = 53512";
Command "update T set F = null where rowid = 3152";
Command "update T set F = null where rowid = 12144";
Command "update T set F = null where rowid = 17819";
Command "update T set F = null where rowid = 10999";
Command "update T set F = null where rowid = 58778";
Command "update T set F = null where rowid = 27620";
Command "update T set F = null where rowid = 32069";
Command "update T set F = null where rowid = 14684";
Command "update T set F = null where rowid = 30383";
Command "update T set F = null where rowid = 34457";
Command "update T set F = null where rowid = 35409";
Command "update T set F = null where rowid = 41242";
Command "update T set F = null where rowid = 3503";
Command "update T set F = null where rowid = 15035";
Command "update T set F = null where rowid = 54168";
Command "update T set F = null where rowid = 4534";
Command "update T set F = null where rowid = 22480";
Command "update T set F = null where rowid = 16937";
Command "update T set F = null where rowid = 39398";
Command "update T set F = null where rowid = 39231";
Command "update T set F = null where rowid = 28736";
Command "update T set F = null where rowid = 5771";
Command "update T set F = null where rowid = 20485";
Command "update T set F = null where rowid = 5376";
Command "update T set F = null where rowid = 14332";
Command "update T set F = null where rowid = 51584";
Command "update T set F = null where rowid = 32634";
Command "update T set F = null where rowid = 47751";
Command "update T set F = null where rowid = 28876";
Command "update T set F = null where rowid = 28816";
Command "update T set F = null where rowid = 16121";
Command "update T set F = null where rowid = 57287";
Command "update T set F = null where rowid = 61447";
Command "update T set F = null where rowid = 56968";
Command "update T set F = null where rowid = 24962";
Command "update T set F = null where rowid = 56994";
Command "update T set F = null where rowid = 23325";
Command "update T set F = null where rowid = 42700";
Command "update T set F = null where rowid = 50419";
Command "update T set F = null where rowid = 23048";
Command "update T set F = null where rowid = 42247";
Command "update T set F = null where rowid = 34453";
Command "update T set F = null where rowid = 15285";
Command "update T set F = null where rowid = 45283";
Command "update T set F = null where rowid = 23853";
Command "update T set F = null where rowid = 42469";
Command "update T set F = null where rowid = 10212";
Command "update T set F = null where rowid = 27648";
Command "update T set F = null where rowid = 16601";
Command "update T set F = null where rowid = 34517";
Command "update T set F = null where rowid = 32089";
Command "update T set F = null where rowid = 10213";
Command "update T set F = null where rowid = 18031";
Command "update T set F = null where rowid = 42856";
Command "update T set F = null where rowid = 5321";
Command "update T set F = null where rowid = 38986";
Command "update T set F = null where rowid = 34579";
Command "update T set F = null where rowid = 58679";
Command "update T set F = null where rowid = 10543";
Command "update T set F = null where rowid = 45010";
Command "update T set F = null where rowid = 29240";
Command "update T set F = null where rowid = 23705";
Command "update T set F = null where rowid = 60127";
Command "update T set F = null where rowid = 511";
Command "update T set F = null where rowid = 5713";
Command "update T set F = null where rowid = 25425";
Command "update T set F = null where rowid = 19416";
Command "update T set F = null where rowid = 23766";
Command "update T set F = null where rowid = 28696";
Command "update T set F = null where rowid = 15501";
Command "update T set F = null where rowid = 58523";
Command "update T set F = null where rowid = 21673";
Command "update T set F = null where rowid = 30814";
Command "update T set F = null where rowid = 42307";
Command "update T set F = null where rowid = 39846";
Command "update T set F = null where rowid = 18376";
Command "update T set F = null where rowid = 55717";
Command "update T set F = null where rowid = 45522";
Command "update T set F = null where rowid = 58640";
Command "update T set F = null where rowid = 2399";
Command "update T set F = null where rowid = 47991";
Command "update T set F = null where rowid = 30484";
Command "update T set F = null where rowid = 4496";
Command "update T set F = null where rowid = 38137";
Command "update T set F = null where rowid = 59992";
Command "update T set F = null where rowid = 56950";
Command "update T set F = null where rowid = 49014";
Command "update T set F = null where rowid = 19649";
Command "update T set F = null where rowid = 13044";
Command "update T set F = null where rowid = 47075";
Command "update T set F = null where rowid = 22893";
Command "update T set F = null where rowid = 59090";
Command "update T set F = null where rowid = 58387";
Command "update T set F = null where rowid = 60385";
Command "update T set F = null where rowid = 22038";
Command "update T set F = null where rowid = 25728";
Command "update T set F = null where rowid = 7636";
Command "update T set F = null where rowid = 52340";
Command "update T set F = null where rowid = 16819";
Command "update T set F = null where rowid = 21067";
Command "update T set F = null where rowid = 2732";
Command "update T set F = null where rowid = 9724";
Command "update T set F = null where rowid = 55663";
Command "update T set F = null where rowid = 55581";
Command "update T set F = null where rowid = 3062";
Command "update T set F = null where rowid = 42581";
Command "update T set F = null where rowid = 46313";
Command "update T set F = null where rowid = 49245";
Command "update T set F = null where rowid = 27929";
Command "update T set F = null where rowid = 10771";
Command "update T set F = null where rowid = 54781";
Command "update T set F = null where rowid = 57098";
Command "update T set F = null where rowid = 17322";
Command "update T set F = null where rowid = 22764";
Command "update T set F = null where rowid = 417";
Command "update T set F = null where rowid = 15129";
Command "update T set F = null where rowid = 17018";
Command "update T set F = null where rowid = 30345";
Command "update T set F = null where rowid = 32926";
Command "update T set F = null where rowid = 38306";
Command "update T set F = null where rowid = 46152";
Command "update T set F = null where rowid = 3368";
Command "update T set F = null where rowid = 33959";
Command "update T set F = null where rowid = 43986";
Command "update T set F = null where rowid = 43255";
Command "update T set F = null where rowid = 55776";
Command "update T set F = null where rowid = 53120";
Command "update T set F = null where rowid = 19970";
Command "update T set F = null where rowid = 48154";
Command "update T set F = null where rowid = 32580";
Command "update T set F = null where rowid = 18617";
Command "update T set F = null where rowid = 26417";
Command "update T set F = null where rowid = 6339";
Command "update T set F = null where rowid = 27617";
Command "update T set F = null where rowid = 34833";
Command "update T set F = null where rowid = 37008";
Command "update T set F = null where rowid = 13583";
Command "update T set F = null where rowid = 8207";
Command "update T set F = null where rowid = 45";
Command "update T set F = null where rowid = 49556";
Command "update T set F = null where rowid = 23759";
Command "update T set F = null where rowid = 38474";
Command "update T set F = null where rowid = 61151";
Command "update T set F = null where rowid = 44248";
Command "update T set F = null where rowid = 23034";
Command "update T set F = null where rowid = 53885";
Command "update T set F = null where rowid = 33368";
Command "update T set F = null where rowid = 18310";
Command "update T set F = null where rowid = 27652";
Command "update T set F = null where rowid = 24424";
Command "update T set F = null where rowid = 14678";
Command "update T set F = null where rowid = 59648";
Command "update T set F = null where rowid = 23519";
Command "update T set F = null where rowid = 25429";
Command "update T set F = null where rowid = 13310";
Command "update T set F = null where rowid = 13688";
Command "update T set F = null where rowid = 30168";
Command "update T set F = null where rowid = 11971";
Command "update T set F = null where rowid = 3012";
Command "update T set F = null where rowid = 29602";
Command "update T set F = null where rowid = 33542";
Command "update T set F = null where rowid = 2362";
Command "update T set F = null where rowid = 7151";
Command "update T set F = null where rowid = 46452";
Command "update T set F = null where rowid = 29446";
Command "update T set F = null where rowid = 43459";
Command "update T set F = null where rowid = 28427";
Command "update T set F = null where rowid = 14100";
Command "update T set F = null where rowid = 43023";
Command "update T set F = null where rowid = 57391";
Command "update T set F = null where rowid = 49458";
Command "update T set F = null where rowid = 11367";
Command "update T set F = null where rowid = 30564";
Command "update T set F = null where rowid = 5796";
Command "update T set F = null where rowid = 14325";
Command "update T set F = null where rowid = 41240";
Command "update T set F = null where rowid = 51975";
Command "update T set F = null where rowid = 29615";
Command "update T set F = null where rowid = 56506";
Command "update T set F = null where rowid = 38022";
Command "update T set F = null where rowid = 2608";
Command "update T set F = null where rowid = 18459";
Command "update T set F = null where rowid = 41669";
Command "update T set F = null where rowid = 59632";
Command "update T set F = null where rowid = 48980";
Command "update T set F = null where rowid = 54201";
Command "update T set F = null where rowid = 46563";
Command "update T set F = null where rowid = 14795";
Command "update T set F = null where rowid = 11091";
Command "update T set F = null where rowid = 28871";
Command "update T set F = null where rowid = 15435";
Command "update T set F = null where rowid = 48269";
Command "update T set F = null where rowid = 6771";
Command "update T set F = null where rowid = 36367";
Command "update T set F = null where rowid = 35217";
Command "update T set F = null where rowid = 12379";
Command "update T set F = null where rowid = 825";
Command "update T set F = null where rowid = 4996";
Command "update T set F = null where rowid = 16224";
Command "update T set F = null where rowid = 48350";
Command "update T set F = null where rowid = 10667";
Command "update T set F = null where rowid = 56978";
Command "update T set F = null where rowid = 6447";
Command "update T set F = null where rowid = 52293";
Command "update T set F = null where rowid = 47930";
Command "update T set F = null where rowid = 42578";
Command "update T set F = null where rowid = 18720";
Command "update T set F = null where rowid = 26148";
Command "update T set F = null where rowid = 9319";
Command "update T set F = null where rowid = 31676";
Command "update T set F = null where rowid = 11754";
Command "update T set F = null where rowid = 33100";
Command "update T set F = null where rowid = 50085";
Command "update T set F = null where rowid = 5334";
Command "update T set F = null where rowid = 54748";
Command "update T set F = null where rowid = 60806";
Command "update T set F = null where rowid = 6811";
Command "update T set F = null where rowid = 10696";
Command "update T set F = null where rowid = 60903";
Command "update T set F = null where rowid = 53559";
Command "update T set F = null where rowid = 32510";
Command "update T set F = null where rowid = 17949";
Command "update T set F = null where rowid = 19957";
Command "update T set F = null where rowid = 59723";
Command "update T set F = null where rowid = 47214";
Command "update T set F = null where rowid = 55208";
Command "update T set F = null where rowid = 14144";
Command "update T set F = null where rowid = 48830";
Command "update T set F = null where rowid = 43039";
Command "update T set F = null where rowid = 16159";
Command "update T set F = null where rowid = 30560";
Command "update T set F = null where rowid = 34709";
Command "update T set F = null where rowid = 13111";
Command "update T set F = null where rowid = 42357";
Command "update T set F = null where rowid = 9816";
Command "update T set F = null where rowid = 34156";
Command "update T set F = null where rowid = 37269";
Command "update T set F = null where rowid = 23529";
Command "update T set F = null where rowid = 33152";
Command "update T set F = null where rowid = 36828";
Command "update T set F = null where rowid = 58536";
Command "update T set F = null where rowid = 38914";
Command "update T set F = null where rowid = 49903";
Command "update T set F = null where rowid = 39917";
Command "update T set F = null where rowid = 34441";
Command "update T set F = null where rowid = 9658";
Command "update T set F = null where rowid = 34841";
Command "update T set F = null where rowid = 34538";
Command "update T set F = null where rowid = 8422";
Command "update T set F = null where rowid = 4196";
Command "update T set F = null where rowid = 48465";
Command "update T set F = null where rowid = 7690";
Command "update T set F = null where rowid = 8466";
Command "update T set F = null where rowid = 602";
Command "update T set F = null where rowid = 37364";
Command "update T set F = null where rowid = 973";
Command "update T set F = null where rowid = 37770";
Command "update T set F = null where rowid = 476";
Command "update T set F = null where rowid = 22857";
Command "update T set F = null where rowid = 49823";
Command "update T set F = null where rowid = 27782";
Command "update T set F = null where rowid = 96";
Command "update T set F = null where rowid = 1811";
Command "update T set F = null where rowid = 43788";
Command "update T set F = null where rowid = 27210";
Command "update T set F = null where rowid = 23062";
Command "update T set F = null where rowid = 26985";
Command "update T set F = null where rowid = 4404";
Command "update T set F = null where rowid = 47872";
Command "update T set F = null where rowid = 56329";
Command "update T set F = null where rowid = 1974";
Command "update T set F = null where rowid = 52353";
Command "update T set F = null where rowid = 21605";
Command "update T set F = null where rowid = 631";
Command "update T set F = null where rowid = 37479";
Command "update T set F = null where rowid = 60805";
Command "update T set F = null where rowid = 4286";
Command "update T set F = null where rowid = 58497";
Command "update T set F = null where rowid = 57787";
Command "update T set F = null where rowid = 5350";
Command "update T set F = null where rowid = 44451";
Command "update T set F = null where rowid = 32124";
Command "update T set F = null where rowid = 26504";
Command "update T set F = null where rowid = 41636";
Command "update T set F = null where rowid = 60607";
Command "update T set F = null where rowid = 47200";
Command "update T set F = null where rowid = 50392";
Command "update T set F = null where rowid = 42169";
Command "update T set F = null where rowid = 870";
Command "update T set F = null where rowid = 43006";
Command "update T set F = null where rowid = 10621";
Command "update T set F = null where rowid = 54789";
Command "update T set F = null where rowid = 46625";
Command "update T set F = null where rowid = 30944";
Command "update T set F = null where rowid = 45241";
Command "update T set F = null where rowid = 58758";
Command "update T set F = null where rowid = 21510";
Command "update T set F = null where rowid = 56980";
Command "update T set F = null where rowid = 51633";
Command "update T set F = null where rowid = 28665";
Command "update T set F = null where rowid = 1145";
Command "update T set F = null where rowid = 46209";
Command "update T set F = null where rowid = 43884";
Command "update T set F = null where rowid = 53660";
Command "update T set F = null where rowid = 3413";
Command "update T set F = null where rowid = 49656";
Command "update T set F = null where rowid = 26788";
Command "update T set F = null where rowid = 5782";
Command "update T set F = null where rowid = 58341";
Command "update T set F = null where rowid = 12955";
Command "update T set F = null where rowid = 43337";
Command "update T set F = null where rowid = 22232";
Command "update T set F = null where rowid = 30042";
Command "update T set F = null where rowid = 55118";
Command "update T set F = null where rowid = 8167";
Command "update T set F = null where rowid = 31110";
Command "update T set F = null where rowid = 13216";
Command "update T set F = null where rowid = 8159";
Command "update T set F = null where rowid = 18386";
Command "update T set F = null where rowid = 54635";
Command "update T set F = null where rowid = 58861";
Command "update T set F = null where rowid = 24";
Command "update T set F = null where rowid = 21058";
Command "update T set F = null where rowid = 53458";
Command "update T set F = null where rowid = 59949";
Command "update T set F = null where rowid = 23691";
Command "update T set F = null where rowid = 60936";
Command "update T set F = null where rowid = 51381";
Command "update T set F = null where rowid = 19610";
Command "update T set F = null where rowid = 13918";
Command "update T set F = null where rowid = 53116";
Command "update T set F = null where rowid = 53554";
Command "update T set F = null where rowid = 17461";
Command "update T set F = null where rowid = 13390";
Command "update T set F = null where rowid = 54457";
Command "update T set F = null where rowid = 50257";
Command "update T set F = null where rowid = 15225";
Command "update T set F = null where rowid = 31012";
Command "update T set F = null where rowid = 12753";
Command "update T set F = null where rowid = 23780";
Command "update T set F = null where rowid = 44052";
Command "update T set F = null where rowid = 23744";
Command "update T set F = null where rowid = 21914";
Command "update T set F = null where rowid = 27020";
Command "update T set F = null where rowid = 30920";
Command "update T set F = null where rowid = 51585";
Command "update T set F = null where rowid = 14469";
Command "update T set F = null where rowid = 39960";
Command "update T set F = null where rowid = 25791";
Command "update T set F = null where rowid = 44433";
Command "update T set F = null where rowid = 5838";
Command "update T set F = null where rowid = 5436";
Command "update T set F = null where rowid = 47941";
Command "update T set F = null where rowid = 5216";
Command "update T set F = null where rowid = 53353";
Command "update T set F = null where rowid = 42433";
Command "update T set F = null where rowid = 34810";
Command "update T set F = null where rowid = 32454";
Command "update T set F = null where rowid = 19228";
Command "update T set F = null where rowid = 1243";
Command "update T set F = null where rowid = 23598";
Command "update T set F = null where rowid = 35707";
Command "update T set F = null where rowid = 12863";
Command "update T set F = null where rowid = 13741";
Command "update T set F = null where rowid = 34784";
Command "update T set F = null where rowid = 35518";
Command "update T set F = null where rowid = 17193";
Command "update T set F = null where rowid = 42328";
Command "update T set F = null where rowid = 29798";
Command "update T set F = null where rowid = 24434";
Command "update T set F = null where rowid = 43538";
Command "update T set F = null where rowid = 32936";
Command "update T set F = null where rowid = 35777";
Command "update T set F = null where rowid = 54388";
Command "update T set F = null where rowid = 34771";
Command "update T set F = null where rowid = 16762";
Command "update T set F = null where rowid = 29106";
Command "update T set F = null where rowid = 21093";
Command "update T set F = null where rowid = 35921";
Command "update T set F = null where rowid = 49958";
Command "update T set F = null where rowid = 13851";
Command "update T set F = null where rowid = 34716";
Command "update T set F = null where rowid = 27884";
Command "update T set F = null where rowid = 28652";
Command "update T set F = null where rowid = 37618";
Command "update T set F = null where rowid = 21490";
Command "update T set F = null where rowid = 17822";
Command "update T set F = null where rowid = 59254";
Command "update T set F = null where rowid = 53867";
Command "update T set F = null where rowid = 28352";
Command "update T set F = null where rowid = 47592";
Command "update T set F = null where rowid = 10818";
Command "update T set F = null where rowid = 11040";
Command "update T set F = null where rowid = 13970";
Command "update T set F = null where rowid = 17480";
Command "update T set F = null where rowid = 31310";
Command "update T set F = null where rowid = 31104";
Command "update T set F = null where rowid = 27740";
Command "update T set F = null where rowid = 16727";
Command "update T set F = null where rowid = 9700";
Command "update T set F = null where rowid = 11117";
Command "update T set F = null where rowid = 60425";
Command "update T set F = null where rowid = 44147";
Command "update T set F = null where rowid = 6422";
Command "update T set F = null where rowid = 35938";
Command "update T set F = null where rowid = 28096";
Command "update T set F = null where rowid = 2523";
Command "update T set F = null where rowid = 42468";
Command "update T set F = null where rowid = 52220";
Command "update T set F = null where rowid = 28136";
Command "update T set F = null where rowid = 35365";
Command "update T set F = null where rowid = 11065";
Command "update T set F = null where rowid = 24769";
Command "update T set F = null where rowid = 26520";
Command "update T set F = null where rowid = 9283";
Command "update T set F = null where rowid = 19272";
Command "update T set F = null where rowid = 61360";
Command "update T set F = null where rowid = 57776";
Command "update T set F = null where rowid = 300";
Command "update T set F = null where rowid = 40940";
Command "update T set F = null where rowid = 58821";
Command "update T set F = null where rowid = 42028";
Command "update T set F = null where rowid = 43022";
Command "update T set F = null where rowid = 57907";
Command "update T set F = null where rowid = 36394";
Command "update T set F = null where rowid = 8972";
Command "update T set F = null where rowid = 11156";
Command "update T set F = null where rowid = 4215";
Command "update T set F = null where rowid = 27000";
Command "update T set F = null where rowid = 2194";
Command "update T set F = null where rowid = 44875";
Command "update T set F = null where rowid = 19560";
Command "update T set F = null where rowid = 10423";
Command "update T set F = null where rowid = 36415";
Command "update T set F = null where rowid = 55573";
Command "update T set F = null where rowid = 7010";
Command "update T set F = null where rowid = 28261";
Command "update T set F = null where rowid = 19308";
Command "update T set F = null where rowid = 20878";
Command "update T set F = null where rowid = 13063";
Command "update T set F = null where rowid = 25196";
Command "update T set F = null where rowid = 11090";
Command "update T set F = null where rowid = 22769";
Command "update T set F = null where rowid = 60377";
Command "update T set F = null where rowid = 11698";
Command "update T set F = null where rowid = 52111";
Command "update T set F = null where rowid = 10274";
Command "update T set F = null where rowid = 2477";
Command "update T set F = null where rowid = 52165";
Command "update T set F = null where rowid = 21468";
Command "update T set F = null where rowid = 10256";
Command "update T set F = null where rowid = 26596";
Command "update T set F = null where rowid = 53262";
Command "update T set F = null where rowid = 29532";
Command "update T set F = null where rowid = 1609";
Command "update T set F = null where rowid = 26803";
Command "update T set F = null where rowid = 39377";
Command "update T set F = null where rowid = 52213";
Command "update T set F = null where rowid = 32391";
Command "update T set F = null where rowid = 20002";
Command "update T set F = null where rowid = 20541";
Command "update T set F = null where rowid = 43549";
Command "update T set F = null where rowid = 57860";
Command "update T set F = null where rowid = 55458";
Command "update T set F = null where rowid = 53310";
Command "update T set F = null where rowid = 48016";
Command "update T set F = null where rowid = 3379";
Command "update T set F = null where rowid = 91";
Command "update T set F = null where rowid = 47676";
Command "update T set F = null where rowid = 61396";
Command "update T set F = null where rowid = 13761";
Command "update T set F = null where rowid = 7857";
Command "update T set F = null where rowid = 47467";
Command "update T set F = null where rowid = 59528";
Command "update T set F = null where rowid = 49184";
Command "update T set F = null where rowid = 22604";
Command "update T set F = null where rowid = 13596";
Command "update T set F = null where rowid = 11061";
Command "update T set F = null where rowid = 16187";
Command "update T set F = null where rowid = 25977";
Command "update T set F = null where rowid = 53829";
Command "update T set F = null where rowid = 31787";
Command "update T set F = null where rowid = 37393";
Command "update T set F = null where rowid = 1131";
Command "update T set F = null where rowid = 1179";
Command "update T set F = null where rowid = 42283";
Command "update T set F = null where rowid = 57578";
Command "update T set F = null where rowid = 49788";
Command "update T set F = null where rowid = 2225";
Command "update T set F = null where rowid = 34752";
Command "update T set F = null where rowid = 48882";
Command "update T set F = null where rowid = 36178";
Command "update T set F = null where rowid = 7384";
Command "update T set F = null where rowid = 30153";
Command "update T set F = null where rowid = 10033";
Command "update T set F = null where rowid = 25923";
Command "update T set F = null where rowid = 31504";
Command "update T set F = null where rowid = 3813";
Command "update T set F = null where rowid = 4582";
Command "update T set F = null where rowid = 26167";
Command "update T set F = null where rowid = 52577";
Command "update T set F = null where rowid = 60239";
Command "update T set F = null where rowid = 58406";
Command "update T set F = null where rowid = 27479";
Command "update T set F = null where rowid = 25212";
Command "update T set F = null where rowid = 28425";
Command "update T set F = null where rowid = 27678";
Command "update T set F = null where rowid = 57788";
Command "update T set F = null where rowid = 38383";
Command "update T set F = null where rowid = 17861";
Command "update T set F = null where rowid = 54936";
Command "update T set F = null where rowid = 33108";
Command "update T set F = null where rowid = 61239";
Command "update T set F = null where rowid = 1122";
Command "update T set F = null where rowid = 19639";
Command "update T set F = null where rowid = 22096";
Command "update T set F = null where rowid = 2046";
Command "update T set F = null where rowid = 58925";
Command "update T set F = null where rowid = 16258";
Command "update T set F = null where rowid = 26654";
Command "update T set F = null where rowid = 58853";
Command "update T set F = null where rowid = 18582";
Command "update T set F = null where rowid = 32418";
Command "update T set F = null where rowid = 19366";
Command "update T set F = null where rowid = 55757";
Command "update T set F = null where rowid = 49649";
Command "update T set F = null where rowid = 17189";
Command "update T set F = null where rowid = 45268";
Command "update T set F = null where rowid = 58899";
Command "update T set F = null where rowid = 22405";
Command "update T set F = null where rowid = 19856";
Command "update T set F = null where rowid = 29433";
Command "update T set F = null where rowid = 58319";
Command "update T set F = null where rowid = 55808";
Command "update T set F = null where rowid = 5986";
Command "update T set F = null where rowid = 8549";
Command "update T set F = null where rowid = 35251";
Command "update T set F = null where rowid = 49621";
Command "update T set F = null where rowid = 24149";
Command "update T set F = null where rowid = 39547";
Command "update T set F = null where rowid = 46531";
Command "update T set F = null where rowid = 21121";
Command "update T set F = null where rowid = 51";
Command "update T set F = null where rowid = 53719";
Command "update T set F = null where rowid = 13755";
Command "update T set F = null where rowid = 44697";
Command "update T set F = null where rowid = 59334";
Command "update T set F = null where rowid = 48324";
Command "update T set F = null where rowid = 38565";
Command "update T set F = null where rowid = 60172";
Command "update T set F = null where rowid = 3599";
Command "update T set F = null where rowid = 4993";
Command "update T set F = null where rowid = 34686";
Command "update T set F = null where rowid = 22395";
Command "update T set F = null where rowid = 60118";
Command "update T set F = null where rowid = 23826";
Command "update T set F = null where rowid = 38013";
Command "update T set F = null where rowid = 9549";
Command "update T set F = null where rowid = 6228";
Command "update T set F = null where rowid = 37273";
Command "update T set F = null where rowid = 36720";
Command "update T set F = null where rowid = 51140";
Command "update T set F = null where rowid = 44235";
Command "update T set F = null where rowid = 46259";
Command "update T set F = null where rowid = 11752";
Command "update T set F = null where rowid = 41592";
Command "update T set F = null where rowid = 20073";
Command "update T set F = null where rowid = 11108";
Command "update T set F = null where rowid = 43607";
Command "update T set F = null where rowid = 12294";
Command "update T set F = null where rowid = 7937";
Command "update T set F = null where rowid = 20056";
Command "update T set F = null where rowid = 4775";
Command "update T set F = null where rowid = 10126";
Command "update T set F = null where rowid = 8605";
Command "update T set F = null where rowid = 8789";
Command "update T set F = null where rowid = 56108";
Command "update T set F = null where rowid = 35102";
Command "update T set F = null where rowid = 60589";
Command "update T set F = null where rowid = 51921";
Command "update T set F = null where rowid = 801";
Command "update T set F = null where rowid = 10210";
Command "update T set F = null where rowid = 59030";
Command "update T set F = null where rowid = 44420";
Command "update T set F = null where rowid = 40423";
Command "update T set F = null where rowid = 46502";
Command "update T set F = null where rowid = 43418";
Command "update T set F = null where rowid = 55788";
Command "update T set F = null where rowid = 29608";
Command "update T set F = null where rowid = 3993";
Command "update T set F = null where rowid = 45397";
Command "update T set F = null where rowid = 39460";
Command "update T set F = null where rowid = 50467";
Command "update T set F = null where rowid = 22555";
Command "update T set F = null where rowid = 10141";
Command "update T set F = null where rowid = 49454";
Command "update T set F = null where rowid = 49973";
Command "update T set F = null where rowid = 9408";
Command "update T set F = null where rowid = 42473";
Command "update T set F = null where rowid = 57933";
Command "update T set F = null where rowid = 50003";
Command "update T set F = null where rowid = 2563";
Command "update T set F = null where rowid = 11236";
Command "update T set F = null where rowid = 37182";
Command "update T set F = null where rowid = 40904";
Command "update T set F = null where rowid = 43972";
Command "update T set F = null where rowid = 31785";
Command "update T set F = null where rowid = 17035";
Command "update T set F = null where rowid = 7178";
Command "update T set F = null where rowid = 47291";
Command "update T set F = null where rowid = 43597";
Command "update T set F = null where rowid = 15796";
Command "update T set F = null where rowid = 18408";
Command "update T set F = null where rowid = 20465";
Command "update T set F = null where rowid = 48477";
Command "update T set F = null where rowid = 23090";
Command "update T set F = null where rowid = 6454";
Command "update T set F = null where rowid = 272";
Command "update T set F = null where rowid = 34646";
Command "update T set F = null where rowid = 60335";
Command "update T set F = null where rowid = 58458";
Command "update T set F = null where rowid = 58588";
Command "update T set F = null where rowid = 38127";
Command "update T set F = null where rowid = 13744";
Command "update T set F = null where rowid = 36654";
Command "update T set F = null where rowid = 28811";
Command "update T set F = null where rowid = 46148";
Command "update T set F = null where rowid = 30104";
Command "update T set F = null where rowid = 9201";
Command "update T set F = null where rowid = 39678";
Command "update T set F = null where rowid = 54615";
Command "update T set F = null where rowid = 23475";
Command "update T set F = null where rowid = 15330";
Command "update T set F = null where rowid = 17703";
Command "update T set F = null where rowid = 54262";
Command "update T set F = null where rowid = 28675";
Command "update T set F = null where rowid = 55424";
Command "update T set F = null where rowid = 10547";
Command "update T set F = null where rowid = 21502";
Command "update T set F = null where rowid = 8245";
Command "update T set F = null where rowid = 44608";
Command "update T set F = null where rowid = 9042";
Command "update T set F = null where rowid = 2590";
Command "update T set F = null where rowid = 31193";
Command "update T set F = null where rowid = 27661";
Command "update T set F = null where rowid = 51725";
Command "update T set F = null where rowid = 52216";
Command "update T set F = null where rowid = 30948";
Command "update T set F = null where rowid = 26715";
Command "update T set F = null where rowid = 53613";
Command "update T set F = null where rowid = 38807";
Command "update T set F = null where rowid = 582";
Command "update T set F = null where rowid = 31248";
Command "update T set F = null where rowid = 18605";
Command "update T set F = null where rowid = 36894";
Command "update T set F = null where rowid = 52016";
Command "update T set F = null where rowid = 36888";
Command "update T set F = null where rowid = 53634";
Command "update T set F = null where rowid = 18118";
Command "update T set F = null where rowid = 41529";
Command "update T set F = null where rowid = 54055";
Command "update T set F = null where rowid = 6324";
Command "update T set F = null where rowid = 1270";
Command "update T set F = null where rowid = 33178";
Command "update T set F = null where rowid = 31911";
Command "update T set F = null where rowid = 27092";
Command "update T set F = null where rowid = 50260";
Command "update T set F = null where rowid = 7352";
Command "update T set F = null where rowid = 47199";
Command "update T set F = null where rowid = 4937";
Command "update T set F = null where rowid = 6406";
Command "update T set F = null where rowid = 22804";
Command "update T set F = null where rowid = 60660";
Command "update T set F = null where rowid = 58858";
Command "update T set F = null where rowid = 12178";
Command "update T set F = null where rowid = 34886";
Command "update T set F = null where rowid = 14024";
Command "update T set F = null where rowid = 43653";
Command "update T set F = null where rowid = 31439";
Command "update T set F = null where rowid = 31145";
Command "update T set F = null where rowid = 9886";
Command "update T set F = null where rowid = 31867";
Command "update T set F = null where rowid = 35223";
Command "update T set F = null where rowid = 60218";
Command "update T set F = null where rowid = 52349";
Command "update T set F = null where rowid = 41817";
Command "update T set F = null where rowid = 42822";
Command "update T set F = null where rowid = 25844";
Command "update T set F = null where rowid = 27733";
Command "update T set F = null where rowid = 28127";
Command "update T set F = null where rowid = 39711";
Command "update T set F = null where rowid = 51623";
Command "update T set F = null where rowid = 4346";
Command "update T set F = null where rowid = 1023";
Command "update T set F = null where rowid = 20531";
Command "update T set F = null where rowid = 53982";
Command "update T set F = null where rowid = 30810";
Command "update T set F = null where rowid = 43182";
Command "update T set F = null where rowid = 28273";
Command "update T set F = null where rowid = 37369";
Command "update T set F = null where rowid = 18833";
Command "update T set F = null where rowid = 8343";
Command "update T set F = null where rowid = 6112";
Command "update T set F = null where rowid = 1554";
Command "update T set F = null where rowid = 50455";
Command "update T set F = null where rowid = 46771";
Command "update T set F = null where rowid = 60585";
Command "update T set F = null where rowid = 14407";
Command "update T set F = null where rowid = 41568";
Command "update T set F = null where rowid = 12289";
Command "update T set F = null where rowid = 30826";
Command "update T set F = null where rowid = 46899";
Command "update T set F = null where rowid = 18305";
Command "update T set F = null where rowid = 32530";
Command "update T set F = null where rowid = 56152";
Command "update T set F = null where rowid = 17137";
Command "update T set F = null where rowid = 61128";
Command "update T set F = null where rowid = 7843";
Command "update T set F = null where rowid = 57495";
Command "update T set F = null where rowid = 61308";
Command "update T set F = null where rowid = 31681";
Command "update T set F = null where rowid = 57966";
Command "update T set F = null where rowid = 19421";
Command "update T set F = null where rowid = 2429";
Command "update T set F = null where rowid = 28778";
Command "update T set F = null where rowid = 34767";
Command "update T set F = null where rowid = 28290";
Command "update T set F = null where rowid = 56294";
Command "update T set F = null where rowid = 38890";
Command "update T set F = null where rowid = 48842";
Command "update T set F = null where rowid = 29263";
Command "update T set F = null where rowid = 41572";
Command "update T set F = null where rowid = 44354";
Command "update T set F = null where rowid = 2369";
Command "update T set F = null where rowid = 59718";
Command "update T set F = null where rowid = 17171";
Command "update T set F = null where rowid = 29959";
Command "update T set F = null where rowid = 50281";
Command "update T set F = null where rowid = 8463";
Command "update T set F = null where rowid = 37376";
Command "update T set F = null where rowid = 37733";
Command "update T set F = null where rowid = 23194";
Command "update T set F = null where rowid = 27459";
Command "update T set F = null where rowid = 45547";
Command "update T set F = null where rowid = 36476";
Command "update T set F = null where rowid = 23729";
Command "update T set F = null where rowid = 45844";
Command "update T set F = null where rowid = 29783";
Command "update T set F = null where rowid = 45863";
Command "update T set F = null where rowid = 23256";
Command "update T set F = null where rowid = 49646";
Command "update T set F = null where rowid = 27699";
Command "update T set F = null where rowid = 49027";
Command "update T set F = null where rowid = 53815";
Command "update T set F = null where rowid = 55006";
Command "update T set F = null where rowid = 46982";
Command "update T set F = null where rowid = 34999";
Command "verify table T cascade continue value";
Command "drop database TEST";
TerminateSession;
Terminate;
SetSystemParameter "Bitmap_DebugPageSize" 0;
End;
