单项选择题
PostgreSQL中,假设test表中仅有一列(idint),下列语句可以执行成功吗?() postgres=# insert into test values (1),(2);
A.可以 B.不可以 C.或许可以