You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "
DROP TABLE IF EXISTS t1;
DROP TABLE IF EXISTS t2;
CREATE TABLE t1 (id INT NOT NULL, PRIMARY KEY (id));
CREATE TABLE t2 (id INT NOT NULL, PRIMARY KEY (id));
BEGIN;
INSERT INTO t1 (id) VALUES (1);
INSERT INTO t2 (id) VALUES (2);
COMMIT;
" | psql postgres://root:1234@localhost:5432/local
Run local ydb
Error:
The text was updated successfully, but these errors were encountered: