Delete unwanted records [message #383160] |
Tue, 27 January 2009 07:42 |
aarti81
Messages: 235 Registered: December 2007 Location: USA
|
Senior Member |
|
|
Hi all
I have a report which has "contratc number" as one of the fields, and it has the following data:
DC10061
DC10047
DC10056
DC10025
9914222
8923655
0891065
What i want is to see only the records that do not have the 'DC' prefix. Any help is great.
Thanks
|
|
|
|
Re: Delete unwanted records [message #383166 is a reply to message #383164] |
Tue, 27 January 2009 08:11 |
aarti81
Messages: 235 Registered: December 2007 Location: USA
|
Senior Member |
|
|
Hey Vivek, thanks i tried that option but no luck it is still showing the records with the 'DC' prefix.vivekbhatt23 wrote on Tue, 27 January 2009 08:01 | you can use in the where condition
where contract_number not like 'DC%'
|
|
|
|
|