Skip to content

Can I directly execute an SQL statement to insert and update the data code?  #117

Open
@hs205118

Description

@hs205118

Can I directly execute an SQL statement to insert and update the data code?
For example:
Just execute
INSERT INTO t_Table(id,name) VALUES (1,'Test');

Because I need to update an existing database table with many fields, I don't want to spend a lot of time implementing its matching relationship, I just want to execute it directly with an SQL statement.

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions