且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

问题实现数据库

更新时间:2023-02-02 21:57:35

您必须插入多个行才能做到这一点.
有两种方法可以做到,但最简单的就是
You have to insert multiple rows to do that.
There are a couple of ways to do it, but the simplest is just
INSERT INTO MyTable (Column1, Column2) VALUES (1, "hello") (2, "Goodbye")