Re: [SQL] Deleting in order from a table

2003-01-05 Thread Ludwig Lim
--- pginfo <[EMAIL PROTECTED]> wrote: > 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. >

[SQL] Deleting in order from a table

2003-01-05 Thread pginfo
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