sql >> Database teknologi >  >> RDS >> PostgreSQL

PostgreSQL - max antal parametre i IN-klausul?

Ifølge kildekoden, der er placeret her, startende ved linje 850, begrænser PostgreSQL ikke eksplicit antallet af argumenter.

Det følgende er en kodekommentar fra linje 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. PostgreSQL:Opret tabel, hvis den ikke eksisterer AS

  2. Sådan beregnes månedlige aktive brugere (MAU) i MySQL

  3. Bedste tilgange til at køre totaler – opdateret til SQL Server 2012

  4. PostgreSQL returnerer en funktion med en brugerdefineret datatype