Column references in value expressions
Summary
The SQL statement builder now supports column references in the value expressions.
Example:
MERGE INTO ... VALUES ("SRC"."ID", ...)
Changes
- #56: Support column references in the value expressions
The SQL statement builder now supports column references in the value expressions.
Example:
MERGE INTO ... VALUES ("SRC"."ID", ...)