Deleting in order from a table

From: pginfo <pginfo(at)t1(dot)unisoftbg(dot)com>
To: "pgsql-sql(at)postgresql(dot)org" <pgsql-sql(at)postgresql(dot)org>
Subject: Deleting in order from a table
Date: 2003-01-05 09:26:35
Message-ID: 3E17FA4B.7F4102B6@t1.unisoftbg.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi ,

I think the question is stupied, but it is importand for me.

I have a table tableA ( ....,order_num int).

I will to delete some records from tableA but in asc or desc
order_num-order.

Is it possible to write delete from tableA where (some conditions) order
by order_num ?

Many thanks,
ivan.

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Peter Galbavy 2003-01-05 10:41:15 weighting (the results of) a query ?
Previous Message Stephan Szabo 2003-01-04 15:16:25 Re: Reference integrity question