sql >> Database >  >> RDS >> Mysql

Hoe Django QuerySet te schrijven om UNIX_TIMESTAMP van een DateTimeField te krijgen?

Kijk naar func-expressions

from django.db.models import Func, F, Sum

queryset.annotate(sum=Sum(Func(F('my_date'), function='UNIX_TIMESTAMP')))



  1. Top 10 interessante weetjes &tips over MySQL

  2. listunagg functie?

  3. Rang berekenen in PHP/MySQL

  4. Wat is er mis met deze PL/SQL? Bindvariabele * is NIET VERKLAARD