I have the following issue. I have declared a variable based on ID value, but there are two different values that have my data. This is what I retreive:
    entry_template_id   entry_template_name book_display_name   entry_count value_count null_value_count    null_percentage followed_value_count    followed_null_value_count   followed_null_percentage    
                   9    Loading             Reporting            10            530           78              0.147169811320      520                      78                         0.150000000000 
                   19   Loading             Reporting            1              53            8              0.150943396226       53                       8                         0.150943396226
I want to retrive just one row with ID like (9, 19), same template_name, same display_name, SUM (entry_count), SUM(value_count), SUM(null_value_count), AVG(null_percentage), SUM(followed_value_count), SUM(followed_nulls_value_count), AVG(followed_null_percentage).
Can you please help me with the syntax?
Thank you!
 
     
    