UI Result Limit is erroneously applied to INSERT...SELECT statement
A Java SQL client for any JDBC compliant database
Brought to you by:
colbell,
gerdwagner
Obviously your database/JDBC driver combination supports limiting rows in insert-select statements. SQuirreL just calls JDBC's limit rows method when a limit is given which I think shouldn't be changed.