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;
At first, be sure that your cPanel has terminal access. Step-1 mkdir -p ~/bin cd ~ php -r "copy('https://getcomposer.org/installer...
No comments:
Post a Comment