Insert one or more rows to PostgreSQL Table in a single INSERT INTO sql query. INSERT INTO table_name(columns) VALUES (row1), (row2);
確定! 回上一頁