Is the clause
having count(*) = max(count(*))
supported in ASE 15.7 SP132 ?
The code seems to work correctly but we've found a procedure running this in a tight loop.
After ~32,000 iterations, we get an Error 940, the connection is killed and we can't delete the proc as its "in use".
We had this before in 15.5 so we changed the code to do it in 2 stages using a temp table instead.
Should this be supported ?
Is there anything I can produce to help this get investigated - in the past we've handed over the code but it doesn't
always happen.