Answers for "Unable to create or change a table without a primary key, when the system variable 'sql_require_primary_key' is set"

SQL
2

Unable to create or change a table without a primary key, when the system variable 'sql_require_primary_key' is set

SET sql_require_primary_key = "off";
Posted by: Guest on February-23-2022

Code answers related to "Unable to create or change a table without a primary key, when the system variable 'sql_require_primary_key' is set"

Code answers related to "SQL"

Browse Popular Code Answers by Language