Guillaume Lafarge (guillaume(dot)lafarge(at)exalog(dot)com) reports a bug with a severity of 3
The lower the number the more severe it is.
Short Description
LIMIT clause bugs with insert...select
Long Description
The LIMIT clause is not working with SELECT command if SELECT is part of INSERT command.
Sample Code
insert into table1 select * from table2 limit 20;
No file was uploaded with this report