sql >> Databáze >  >> RDS >> PostgreSQL

PostgreSQL - maximální počet parametrů v klauzuli IN?

Podle zde umístěného zdrojového kódu, počínaje řádkem 850, PostgreSQL explicitně neomezuje počet argumentů.

Následuje komentář ke kódu z řádku 870:

/*
 * We try to generate a ScalarArrayOpExpr from IN/NOT IN, but this is only
 * possible if the inputs are all scalars (no RowExprs) and there is a
 * suitable array type available.  If not, we fall back to a boolean
 * condition tree with multiple copies of the lefthand expression.
 * Also, any IN-list items that contain Vars are handled as separate
 * boolean conditions, because that gives the planner more scope for
 * optimization on such clauses.
 *
 * First step: transform all the inputs, and detect whether any are
 * RowExprs or contain Vars.
 */


  1. způsoby, jak se vyhnout globálním dočasným tabulkám v oracle

  2. Dotaz na granty pro tabulku v postgresu

  3. Problém dočasné tabulky RODBC při připojování k MS SQL Server

  4. Coddova pravidla v SQL