Tagged Questions
2
votes
1answer
137 views
DB2 Count problem
We have a query that returns over 20,000 rows on some occasions but times out due to the large amount of data.
We have written a COUNT(*) query to throw an error if the record count is more than ...