Hi all,
Can anyone suggest me the replacement of the statement:
Select sum( col1 ) from table into var1 where col2 = 'abc' and col3 like '1.%' or col3 = 1.
above statement works on database table but i need the same query on an internal table.
please tell me.
Thanks in advance
Rahul