Home | History | Annotate | Download | only in orig

Lines Matching full:clauses

117 **    * Terms in the GROUP BY or ORDER BY clauses of a SELECT statement.
55737 ** to evaluate "IN (SELECT ...)" and similar clauses.
74138 /* Resolve the expressions in the LIMIT and OFFSET clauses. These
74225 /* The ORDER BY and GROUP BY clauses may not refer to terms in
75516 ** the ON or USING clauses of a join disqualifies the expression
75573 ** that does no originate from the ON or USING clauses of a join.
83383 ** in the ON DELETE, ON UPDATE and ON INSERT clauses.
83993 ** However the ON CONFLICT clauses are different. If both this
83995 ** ON CONFLICT clauses this is an error. Otherwise, use the
84000 "conflicting ON CONFLICT clauses specified", 0);
84513 ** parameters are the content of the ON and USING clauses.
89325 ** and there is no WHERE or LIMIT or GROUP BY or ORDER BY clauses, and
94814 ** ON and USING clauses are converted into extra terms of the WHERE clause.
94821 ** entries 0 and 1. Any ON or USING clauses associated with the join are
94865 /* Disallow both ON and USING clauses in the same join
94869 "clauses in the same join");
97153 ** (11) The subquery and the outer query do not both have ORDER BY clauses.
97178 ** The parent and sub-query may contain WHERE clauses. Subject to
97180 ** LIMIT and OFFSET clauses. The subquery cannot use any compound
97356 ** followed by any ORDER BY, LIMIT and/or OFFSET clauses. This block
97358 ** OFFSET clauses and joins them to the left-hand-side of the original
97776 /* Process NATURAL keywords, and ON and USING clauses of joins.
98020 ** * ON and USING clauses are shifted into WHERE statements
104353 ** NOT INDEXED clauses are used or if the WHERE_AND_ONLY bit is set. */
105502 ** clauses:
106539 ** index is on (x,y,z), then the following clauses are all
107428 ** combination of INDEXED BY clauses are given. The error