Innovation Technology
SELECT
username,
email,
COUNT(*)
FROM
users
GROUP BY
email
HAVING
COUNT(*) > 1
or,
SELECT name, COUNT(*) c FROM table GROUP BY name HAVING c > 1;
Insert the following line in configuration.php. $allow_adminarea_invoice_mutation = true;
No comments:
Post a Comment