New posts in sql-insert

In SQL, is UPDATE always faster than DELETE+INSERT?

PHP MYSQL UPDATE if Exist or INSERT if not?

MySQL and PHP - insert NULL rather than empty string

Saving timestamp in mysql table using php

How do I insert multiple values into a postgres table at once?

Inserting data to table (mysqli insert) [duplicate]

Avoid duplicates in INSERT INTO SELECT query in SQL Server

Python SQLite3 - INSERT-WHERE Workaround

Insert data in 3 tables at a time using Postgres

Insert into multiple tables in one query

Why I am getting Cannot pass parameter 2 by reference error when I am using bindParam with a constant value?

Inserting into lots of tables at once

Column count doesn't match value count at row 1

"Insert if not exists" statement in SQLite

How to speed up insertion performance in PostgreSQL

How to insert a value that contains an apostrophe (single quote)?

Postgres: INSERT if does not exist already

Best way to do multi-row insert in Oracle?

Inserting multiple rows in mysql

Do not insert duplicates into mysql in python [duplicate]