Variable in LIMIT clause
Hi,
is it intentional that I can't use variables in the LIMIT clause (in SPs)? For example this SP would fail:
delimiter //
drop procedure if exists limitTest //
create procedure limitTest(IN idin int)
begin
select * from mytable order by id limit idin;
end //
I would find it useful if I could limit the result set by an input variable.
Subject
Views
Written By
Posted
Variable in LIMIT clause
44119
June 01, 2005 07:13PM
18358
June 13, 2005 06:34PM
14547
July 12, 2005 03:59PM
12544
July 13, 2005 05:57PM
10680
July 13, 2005 05:58AM
10366
July 12, 2005 04:07PM
12016
July 15, 2005 05:37AM
8466
July 13, 2005 10:09AM
7860
July 15, 2005 05:45AM
8555
March 24, 2006 04:48PM
6491
June 15, 2006 07:23PM
6293
April 04, 2007 08:56PM
6652
April 11, 2007 01:07PM
14828
April 11, 2007 03:56PM
6729
May 02, 2007 11:28AM
5816
March 16, 2009 05:58PM
6407
March 16, 2009 07:21PM
7776
April 29, 2009 05:31PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.