$sqlite->selected()
Creates a columns definition from string or array
$sqlite->selected(string $table, array|string|null $columns = null): stringParameters
| Name | Type | Default | 
|---|---|---|
| $table * | string | – | 
| $columns | array|string|null | null | 
Return type
string
Parent class
  Kirby\Database\Sql\Sqlite    inherited from Kirby\Database\Sql