P
Pmxgs
Hi there!
Can someone please tell me how to remove certain records from a table?
I import several records to a table from a text file, but after i import
those records i need to remove some records that have negative values, which
is easy.
The problem is that i also need to remove the records that come immediately
before those that have negative values and the problem lies in the fact that
these records come immediately before the ones that have negative values is
the only thing that identifies them.
Example:
cod. desc. value
12 trg 10
35 erre 15 <== to be removed
89 ghfg -15 <== to be removed
56 dsfe 16
Thanks
Can someone please tell me how to remove certain records from a table?
I import several records to a table from a text file, but after i import
those records i need to remove some records that have negative values, which
is easy.
The problem is that i also need to remove the records that come immediately
before those that have negative values and the problem lies in the fact that
these records come immediately before the ones that have negative values is
the only thing that identifies them.
Example:
cod. desc. value
12 trg 10
35 erre 15 <== to be removed
89 ghfg -15 <== to be removed
56 dsfe 16
Thanks