GROUP BY with SUM() using Core Data

前端 未结 1 791
再見小時候
再見小時候 2020-12-05 15:25

I came across similar questions but none of them had a complete example of how to accomplish it.

The SQL query I am trying to translate is this:

SELE         


        
1条回答
  •  日久生厌
    2020-12-05 16:21

    The code above needs

    [ex setName:@"somename"];
    

    before executing the fetchRequest.

    0 讨论(0)
提交回复
热议问题