blob: afd3dab8b7dbab1903e07b329c452a8d6f686218 [file] [log] [blame]
/*
* Description : Tests the scalar version of count with an empty list.
* Success : Yes
*/
drop dataverse test if exists;
create dataverse test;
use dataverse test;
write output to nc1:"rttest/aggregate_scalar_count_empty.adm";
count([ ])