merge
v.
blend; be blended; be assimilated; combine or unite into a single body
Merge
Merge (SQL)
A
relational database management system uses
SQL MERGE (aka.
upsert) statements to
INSERT new records or
UPDATE existing records depending on whether or not a
condition matches. It was officially introduced in the standard.MERGE INTO table_name USING table_name ON (condition)WHEN MATCHED THEN UPDATE SET column1 = value1 [, column2 = value2 ...]WHEN NOT MATCHED THEN INSERT column1 [, column2 ...] VALUES (value1 [, value2 ...])Some database management systems (like, e.g.
MySQL) support SQL-command REPLACE, having the same effect.
See more at Wikipedia.org...
merge
Verb
1. become one; "Germany unified officially in 1990"; "Will the two Koreas unify?"
(synonym) unify, unite
(hypernym) integrate
(hyponym) consolidate
(derivation) amalgamation, merger, uniting
2. mix together different elements; "The colors blend well"
(synonym) blend, flux, mix, conflate, commingle, immix, fuse, coalesce, meld, combine
(hypernym) change integrity
(hyponym) gauge
3. join or combine; "We merged our resources"
(synonym) unite, unify
(hypernym) change, alter, modify
(hyponym) consolidate
(derivation) fusion, merger, unification
Merge
(v. t.)
To cause to be swallowed up; to immerse; to sink; to absorb.
(v. i.)
To be sunk, swallowed up, or lost.
Webster's Revised Unabridged Dictionary (1913), edited by Noah Porter.
About
merge!
that's it! that will do!