Lines Matching full:clauses
117 ** * Terms in the GROUP BY or ORDER BY clauses of a SELECT statement.
55765 ** to evaluate "IN (SELECT ...)" and similar clauses.
74174 /* Resolve the expressions in the LIMIT and OFFSET clauses. These
74261 /* The ORDER BY and GROUP BY clauses may not refer to terms in
75552 ** the ON or USING clauses of a join disqualifies the expression
75609 ** that does no originate from the ON or USING clauses of a join.
83419 ** in the ON DELETE, ON UPDATE and ON INSERT clauses.
84029 ** However the ON CONFLICT clauses are different. If both this
84031 ** ON CONFLICT clauses this is an error. Otherwise, use the
84036 "conflicting ON CONFLICT clauses specified", 0);
84549 ** parameters are the content of the ON and USING clauses.
89361 ** and there is no WHERE or LIMIT or GROUP BY or ORDER BY clauses, and
94850 ** ON and USING clauses are converted into extra terms of the WHERE clause.
94857 ** entries 0 and 1. Any ON or USING clauses associated with the join are
94901 /* Disallow both ON and USING clauses in the same join
94905 "clauses in the same join");
97189 ** (11) The subquery and the outer query do not both have ORDER BY clauses.
97214 ** The parent and sub-query may contain WHERE clauses. Subject to
97216 ** LIMIT and OFFSET clauses. The subquery cannot use any compound
97392 ** followed by any ORDER BY, LIMIT and/or OFFSET clauses. This block
97394 ** OFFSET clauses and joins them to the left-hand-side of the original
97812 /* Process NATURAL keywords, and ON and USING clauses of joins.
98056 ** * ON and USING clauses are shifted into WHERE statements
104389 ** NOT INDEXED clauses are used or if the WHERE_AND_ONLY bit is set. */
105538 ** clauses:
106575 ** index is on (x,y,z), then the following clauses are all
107464 ** combination of INDEXED BY clauses are given. The error