Boss database has a user table with an IP field in it. How can I find out all the data with duplicate IP in this table?
Boss database has a user table with an IP field in it. How can I find out all the data with duplicate IP in this table?
can be implemented using aggregate
.
for example:
has been solved. Thank you ~