Skip to content

support UPDATE from one table to another table. #300

@KRperm

Description

@KRperm

Other feature that would be useful is generating script that copy content of one table to another.
Sqlkata should generate something like this:

UPDATE dest
SET 
    dest.[Date]=src.[Date]
FROM [sourceBulkTable] src INNER JOIN [destinationTable] dest
    ON src.[ID] = dest.[ID];

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions