Skip to Content
0
Former Member
Aug 13, 2005 at 06:04 AM

SELECT COUNT(*) ... where ... <---- for internal tables

692 Views

Hi,

Similar to SELECT COUNT(*) in SQL, is there a way to do a count on internal table which meet a certain criteria?

DESCRIBE displays the count of all rows in the internal table.

Thanks.

ss