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
insert into test (c1,c2) values ("abc",123),("def",456);
insert into test values ("abc",123,"def",456,"ghi");
insert into test select*from test where c1="abc";