PostgreSQL - Set Operations and Advanced Queries
What does the
ON CONFLICT DO NOTHING clause do in a PostgreSQL INSERT statement?ON CONFLICT DO NOTHING clause do in a PostgreSQL INSERT statement?ON CONFLICT DO NOTHING clause tells PostgreSQL to ignore the insert if a duplicate key conflict happens.DO UPDATE which modifies existing rows, DO NOTHING simply skips the insert without error.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions