You are hereBusiness Intelligence

Business Intelligence


BOXI UserList & Group Extraction

Here is a little excel file with a bit of VBA code to extract from a CMS the complete list of user and the list of groups each user is member of. Quite useful when you need to check group membership…
It’s now possible to edit the CMS data, simply by modify entries in the Excel File. You need then to export your modification back to the CMS. Modifiables column are : Login, FullName, Email, Disabled and Description.

string_agg in Oracle

A partir de la table suivante :

Base Data:
    DEPTNO ENAME
---------- ----------
        20 SMITH
        30 ALLEN
        30 WARD
        20 JONES
        30 MARTIN
        30 BLAKE
        10 CLARK
        20 SCOTT
        10 KING
        30 TURNER
        20 ADAMS
        30 JAMES
        20 FORD
        10 MILLER

On veut ça :

Client SQL Libre & gratuit

Signalons la présence d’un petit outil bien pratique, qui permet de requêter une base SQL, voir les tables, etc… Et qui remplacera aisément les légendaires TOAD ou PL/SQL Developer….