Archives of the TeradataForum
Message Posted: Wed, 14 Sep 2005 @ 09:45:34 GMT
Subj: | | SQL assistant and the max rows returned |
|
From: | | Pandey, Vivek |
Hi,
If I set the max rows retuned limit in queryman to be say 100 and the rows returned are also 100 then still a popup is shown for canceling at
100 rows. I hope that Instead of coding something like below
IF (:ACTITIVTY_COUNT >= MAX_LIMIT ) THEN Show_Popup()
They should have coded it as
IF (:ACTITIVTY_COUNT > ?MAX_LIMIT ) THEN Show_Popup()
Thanks & Regards
Vivek Pandey
|