Deleting in order from a table - Mailing list pgsql-sql

From pginfo
Subject Deleting in order from a table
Date
Msg-id 3E17FA4B.7F4102B6@t1.unisoftbg.com
Whole thread Raw
Responses Re: Deleting in order from a table  (Ludwig Lim <lud_nowhere_man@yahoo.com>)
List 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.



pgsql-sql by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: Reference integrity question
Next
From: "Peter Galbavy"
Date:
Subject: weighting (the results of) a query ?