SPHPlayground API
SPHPlayground
sphplayground sphplayground

Inserting records

An SQL INSERT statement adds one or more records to any single table in a relational database.[1] One can insert one or more rows specified by value expressions, or zero or more rows resulting from a query. [2]

The Insert interface defines declarative SQL INSERT statement for the framework.

Synopsis

interface Insert