使用“查询生成器”选择行的AVG

时间:2016-11-29 21:29:27

标签: symfony query-builder

  • 我想从表中选择列'note'的平均值 'noteparagraphe'在哪里     id_paragraphe是一个参数($ ref),我尝试了这个查询,但我什么也没收到!

    //get the total number of items
    var totalItems = $('.grid-item').length; 
    
    //adjust the .last item to be the last item in the array ????
    $('.last') grid order is totalItems + 1 
    
    //layout items again
    $grid.packery('layout');
    

SQL是:SELECT AVG(note)来自note_paragraphe WHERE id_paragraphe =?

1 个答案:

答案 0 :(得分:0)

使用“查询”构建器:

{{1}}

看看是否有效 - 我还没试过,但我认为它应该有用。