WP QueryBuilderDocumentationDocumentationAuthorAuthor (opens in a new tab)DonationDonation
GitHubGitHub (opens in a new tab)
  • Documentation
    • Getting Started
    • Library API
      • Alter API
      • Create API
      • Delete API
      • Select API
      • Update API
    • Query Driver
  • Examples
    • Alter Statement
    • Create Statement
    • Delete Statement
    • Drop Statement
    • Insert Statement
    • Select Statement
    • Update Statement
  • Donation
  • Documentation
  • Documentation
    • Getting Started
    • Library API
      • Alter API
      • Create API
      • Delete API
      • Select API
      • Update API
    • Query Driver
  • Examples
    • Alter Statement
    • Create Statement
    • Delete Statement
    • Drop Statement
    • Insert Statement
    • Select Statement
    • Update Statement
  • Author (opens in a new tab)
  • Donation
  • Donation
Question? Give us feedback → (opens in a new tab)Edit this page
Documentation
Library API
Update API

Update API

	function where($column, string $operator = null, $value = null): self;
 
    function andWhere(string $column, string $operator = null, $value = null): self;
 
    function orWhere(string $column, string $operator = null, $value = null): self;
 
    function getSql();
 
    function execute();
Select APIQuery Driver

Copyright © 2022–2026 Keramot UL Islam