-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Open
Labels
EnhancementA feature request for improving phpMyAdminA feature request for improving phpMyAdminUIIssues relating to the user interfaceIssues relating to the user interface
Milestone
Description
include column names in every INSERT statement
Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES (1,2,3)
insert multiple rows in every INSERT statement
Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), (7,8,9)
both of the above
Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)
neither of the above
Example: INSERT INTO tbl_name VALUES (1,2,3)
This could be just two checkboxes..
What SQL server doesn't understand the field names though?
Metadata
Metadata
Assignees
Labels
EnhancementA feature request for improving phpMyAdminA feature request for improving phpMyAdminUIIssues relating to the user interfaceIssues relating to the user interface