Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 842 Bytes

replace.md

File metadata and controls

46 lines (33 loc) · 842 Bytes

What the Framework?! SQL

Replace

Use the static replace method to create a REPLACE statement builder.

use WTFramework\SQL\SQL;

$stmt = SQL::replace();

Into

See Insert documentation.

Columns

See Insert documentation.

Values

See Insert documentation.

Set

See Insert documentation.

Select

See Insert documentation.

Returning

See Insert documentation.

Miscellaneous methods

$stmt->lowPriority();
$stmt->delayed();
$stmt->ignore();

CTEs

See Select documentation.

Explain

See Select documentation.

Set statement

See Select documentation.

When

See Select documentation.