Lines Matching refs:ta
747 catchcmd {test.db} {.print "this\nis\ta\\test" 'this\nis\ta\\test'}
748 } [list 0 "this\nis\ta\\test this\\nis\\ta\\\\test"]
865 CREATE TABLE [ta<>ble](x INTEGER PRIMARY KEY, y) WITHOUT ROWID;
866 INSERT INTO [ta<>ble] VALUES(1,null), (12,''), (23,1),
872 CREATE TABLE [ta<>ble](x INTEGER PRIMARY KEY, y) WITHOUT ROWID;
873 INSERT INTO "ta<>ble" VALUES(1,NULL);
874 INSERT INTO "ta<>ble" VALUES(12,'');
875 INSERT INTO "ta<>ble" VALUES(23,1);
876 INSERT INTO "ta<>ble" VALUES(34,2.25);
877 INSERT INTO "ta<>ble" VALUES(45,'hello');
878 INSERT INTO "ta<>ble" VALUES(56,X'807f');