Open
Description
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
Labels
No labels