Skip to Content
0
Former Member
Jan 16, 2009 at 09:32 AM

How to delete records without using LOOP...ENDLOOP?

28 Views

I have an intenal I_CUSTOM table with following records

CSNUM	CSTYP	CSTXT	CSSTS
10001	ALL	Test01	I
10002	FLT	Test02	I
10003	FLT	Test03	A
10004	ALL	Test04	A
10005	MBS	Test05	I
10006	ALL	Test06	A
10007	MBS	Test07	I

I don't want to delete those records which has I_CUSTOM-CSTYP = 'ALL'

Is it possible to delete without using LOOP....ENDLOOP statement?

Regards

RH