Insert data to table using Query
-
Where can I insert data by writing a command line as follows
INSERT INTO
Databasename.Table name(fieldname1,fieldname2,fieldname3)
VALUES (‘value1’, ‘value2’, ‘value3’);or even update, delete commands? is it possible to write these commands using this plugin, Regards
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Insert data to table using Query’ is closed to new replies.