I need to make a SQL String that counts the number of users in certain units. Ex:
I need to know how many users there is in the different departments.
Ex:
Region, Country, City, Department Number of users
Asia China Beijing HR Department xxx
Region, Country, City, Department is different tables in the database, but related to each other (Asia -> China -> Beijing...)
Please help
I need to know how many users there is in the different departments.
Ex:
Region, Country, City, Department Number of users
Asia China Beijing HR Department xxx
Region, Country, City, Department is different tables in the database, but related to each other (Asia -> China -> Beijing...)
Please help