We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 99dd3cd + f2529a3 commit 19e2a6eCopy full SHA for 19e2a6e
pkg/sql/logictest/testdata/logic_test/cursor
@@ -655,7 +655,7 @@ subtest holdable
655
656
statement ok
657
CREATE TABLE t (x INT PRIMARY KEY, y INT);
658
-INSERT INTO t (SELECT t, t%123 FROM generate_series(1, 10000) g(t));
+INSERT INTO t (SELECT t, t%7 FROM generate_series(1, 10) g(t));
659
660
# A holdable cursor can be declared in an implicit transaction.
661
0 commit comments