Subject | Re: [firebird-support] non-ansi LIMIT on DELETE |
---|---|
Author | Wolfgang Rohdewald |
Post date | 2007-01-20T22:59:49Z |
On Saturday 20 January 2007 18:31, jrmrenegade wrote:
It can be used in unions, any kind of subquery and in
UPDATE or DELETE statements
Example:
DELETE FROM T5
ORDER BY COL5
ROWS 1
--
Wolfgang
> Is there any technique that I can apply todoesn't the ROWS keyword do that in FB 2.0? From the release notes:
> "emulate" the LIMIT option for DELETE statements in Firebird?
It can be used in unions, any kind of subquery and in
UPDATE or DELETE statements
Example:
DELETE FROM T5
ORDER BY COL5
ROWS 1
--
Wolfgang