" AND BB.DATO =TRUNC(SYSDATE) "+
" AND AA.TEAM_GRUPPE NOT IN (" + notInTeamGruppe + ") "+
" ORDER BY AA.TEAM_NAVN, BB.INITIALER ";
public static void main(String[] args) {
CTIRConnection oracle = new CTIRConnection();
try {
oracle.Connect();
} catch (SQLException e1) {
e1.printStackTrace();
}
try {
UIManager.setLookAndFeel(