There is a scenario, where user are associated with different groups and groups have super-groups and sub-groups.
The work assignments are divided into multiple tasks, which could be assigned at user level as well as group level, with could be a sub-group or super-group or both.
I'm able to do my select using rdbms-specific queries but unable to find a common sql, which would work for DB2, Oracle and SQL server.
Any input is welcome. Thanks.