HubsInfo Network
Login or Register to remove ads! You're browsing our forum and website as a Guest meaning you can only see a portion of the forum in read-only mode.
PHP MySQL Linux Material Design Web Hosting Online Games SimCity BuildIt

Find duplicate column in MySQL using PhPMyAdmin


Find duplicate column in MySQL using PhPMyAdmin
« on: September 19, 2023, 11:31:07 PM »
How to find duplicate column (Link) in MySQL database using PhPMyAdmin

Code: [Select]
SELECT Link, COUNT(*) c FROM MyTable GROUP BY Link HAVING c > 1;



--
« Last Edit: September 19, 2023, 11:32:29 PM by hubsinfo »
 



Linux Ubuntu Guides Linux games - Lutris.net