When using phpMyAdmin Ver. 4.0.10deb1, there is a table with a column named 'ID', which is a primary key. When I run the query "SELECT id FROM table
" I get the error;
This table does not contain a unique column. Grid edit, checkbox, Edit, Copy and Delete features are not available.
But if I run "SELECT ID FROM table
" it works fine. I don't understand.