Data ModelingFunction Listcount_rowsOn this pagecount_rowsReturns the number of rows in a table. Syntax count_rows(<table>) ParameterTypeDescriptiontableTableThe table to operate on. Return values Integer Usage Returns the total number of orders. count_rows(orders) Related functions count_x sum average_x