RowCount()
Returns the number of rows in a rowset or array.
The RowCount()
function has one parameter:
rowset
(string): Required. The rowset or array to find the number of rows for.
To use the function, pass it a rowset.
This example returns the number of rows in the PostalCode
data extension where the City
column contains the value "Indianapolis."