This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Test 1: 1000 INSERTs | |
| CREATE TABLE t1(a INTEGER, b INTEGER, c VARCHAR(100)); | |
| INSERT INTO t1 VALUES(1,13153,'thirteen thousand one hundred fifty three'); | |
| INSERT INTO t1 VALUES(2,75560,'seventy five thousand five hundred sixty'); | |
| ... 995 lines omitted | |
| INSERT INTO t1 VALUES(998,66289,'sixty six thousand two hundred eighty nine'); | |
| INSERT INTO t1 VALUES(999,24322,'twenty four thousand three hundred twenty two'); | |
| INSERT INTO t1 VALUES(1000,94142,'ninety four thousand one hundred forty two'); |
NewerOlder