Re: Variable in LIMIT clause
Unfortunately it does not work for INSERT...SELECT case :
CREATE PROCEDURE zpd_p_list1 (par1 INTEGER)
SET SQL_SELECT_LIMIT = par1;
INSERT INTO tbl2
SELECT ... FROM tbl1 /*LIMIT par1*/;
All records from tbl2 will be inserted into tbl1 :-(
Subject
Views
Written By
Posted
44454
June 01, 2005 07:13PM
18413
June 13, 2005 06:34PM
14609
July 12, 2005 03:59PM
Re: Variable in LIMIT clause
12609
July 13, 2005 05:57PM
10742
July 13, 2005 05:58AM
10443
July 12, 2005 04:07PM
12077
July 15, 2005 05:37AM
8523
July 13, 2005 10:09AM
7921
July 15, 2005 05:45AM
8635
March 24, 2006 04:48PM
6543
June 15, 2006 07:23PM
6353
April 04, 2007 08:56PM
6706
April 11, 2007 01:07PM
14932
April 11, 2007 03:56PM
6781
May 02, 2007 11:28AM
5874
March 16, 2009 05:58PM
6469
March 16, 2009 07:21PM
7832
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.