08-27-2015 09:30 AM
Is there a way to select the primary key column of a MySQL table without already knowing the name of the column? I am using the Database Connectivity Toolkit.
08-27-2015 09:42 AM
SHOW KEYS FROM table WHERE Key_name = 'PRIMARY'