github.com/cockroachdb/cockroach@v20.2.0-alpha.1+incompatible/pkg/sql/logictest/testdata/logic_test/errors (about) 1 statement error pgcode 42P01 relation "fake1" does not exist 2 ALTER TABLE fake1 DROP COLUMN a 3 4 statement error pgcode 42P01 relation "fake2" does not exist 5 CREATE INDEX i ON fake2 (a) 6 7 statement error pgcode 42P01 relation "fake3" does not exist 8 DROP INDEX fake3@i 9 10 statement error pgcode 42P01 relation "fake4" does not exist 11 DROP TABLE fake4 12 13 statement error pgcode 42P01 relation "fake5" does not exist 14 SHOW COLUMNS FROM fake5 15 16 statement error pgcode 42P01 relation "fake6" does not exist 17 INSERT INTO fake6 VALUES (1, 2) 18 19 statement error pgcode 42P01 relation "fake7" does not exist 20 SELECT * FROM fake7