検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 29 for clause (0.029 sec.)
アグリゲーション — Django 4.0.6 ドキュメント 16136
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Count ( 'authors' )) When used with an aggregate() clause, a filter has the effect of constraining the objec ... e annotation can be used in filter() and exclude() clauses in the same way as any other model field. For exa ... ent conditionals. Order of annotate() and filter() clauses ¶ When developing a complex query that involves b ... oth annotate() and filter() clauses, pay particular attention to the order in which t ...
https://man.plustar.jp/django/topics/db/aggregation.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 10034
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e expressions can't easily express a complex WHERE clause. In these edge cases, use the RawSQL expression. F ... isallows referencing window functions in the WHERE clause and Django raises an exception when constructing a ... ly the expression argument is provided, the window clause will be blank. The Window class is the main expres ... sion for an OVER clause. The expression argument is either a window functi ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 8973
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sions match those at the beginning of the ORDER BY clause. For example, if the Blog model defined an orderin ... : 'beatles blog'}]> An aggregate within a values() clause is applied before other arguments within the same ... values() clause. If you need to group by another value, add it to ... an earlier values() clause instead. For example: >>> from django.db.models im ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
Django 3.0.11 release notes — Django 4.0.6 ドキュメント 8582
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... that didn't use Subquery() aliases in the GROUP BY clause ( #32152 ). 目次 Django 3.0.11 release notes Bugfi ...
https://man.plustar.jp/django/releases/3.0.11.html - [similar]
Django 2.0.6 リリースノート — Django 4.0.6 ドキュメント 8451
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... that added an unnecessary subquery to the GROUP BY clause on MySQL when using a RawSQL annotation ( #29416 ) ...
https://man.plustar.jp/django/releases/2.0.6.html - [similar]
Django 3.0.2 リリースノート — Django 4.0.6 ドキュメント 8451
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... columns referenced by a Subquery() in the GROUP BY clause ( #31094 ). Fixed a regression in Django 3.0 where ...
https://man.plustar.jp/django/releases/3.0.2.html - [similar]
PostgreSQL specific query expressions — Django 4.0.6 ドキュメント 8321
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... gate function and does not require an SQL GROUP BY clause to build the list of values. For example, if you w ...
https://man.plustar.jp/django/ref/contrib/postgres/expressions.html - [similar]
Django 3.0.4 リリースノート — Django 4.0.6 ドキュメント 8321
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ies spanning multivalued relations in the GROUP BY clause ( #31150 ). 目次 Django 3.0.4 リリースノート CVE-2 ...
https://man.plustar.jp/django/releases/3.0.4.html - [similar]
Django 3.1.3 release notes — Django 4.0.6 ドキュメント 8174
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... that didn't use Subquery() aliases in the GROUP BY clause ( #32152 ). 目次 Django 3.1.3 release notes Bugfix ...
https://man.plustar.jp/django/releases/3.1.3.html - [similar]
Database Functions — Django 4.0.6 ドキュメント 8043
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ue , it calculates the last value in a given frame clause. Lead ¶ class Lead ( expression , offset = 1 , def ... ates a partition for each of the rows in the frame clause, distributing numbers as evenly as possible betwee ... putes the percentile rank of the rows in the frame clause. This computation is equivalent to evaluating: ( r ... mber according to the ordering of either the frame clause or the ordering of the whole query if there is no ...
https://man.plustar.jp/django/ref/models/database-functions.html - [similar]
PREV 1 2 3 NEXT