I am writing simple query to Export Test cases with design steps from HP QC. I am getting error for records having more than 70K rows.
-
The answer is clearly in your question - contact your "site administrator" and asked them to increase the limit.– DavidPostill ♦Commented Sep 4, 2016 at 9:01
-
1Do two queries: one for the top 50k rows and another for the bottom 50k rows. I would sort by ascending order to get the top 50k, then sort by descending order and get the top 50k rows. This should give you your 100k rows.– PeterCommented Sep 4, 2016 at 11:26
Add a comment
|