public function testSelectGroupByAutoExpr()
 {
     $server = $this->_util->getServer();
     if ($server == 'IDS') {
         $this->markTestIncomplete('IDS does not support this SQL syntax');
     } else {
         parent::testSelectGroupByAutoExpr();
     }
 }