SELECT
username,
email,
COUNT(*)
FROM
users
GROUP BY
username,
HAVING
COUNT(*) > 1
or,
SELECT name, COUNT(*) c FROM table GROUP BY name HAVING c > 1;
Open the file for editing and paste the following snippet inside the .htaccess file: <IfModule mod_headers.c> Header always set S...
No comments:
Post a Comment