$sql->from()
Creates the from syntax
$sql->from(string $table): array
Parameters
Name | Type | Default |
---|---|---|
$tablerequired | string |
no default value |
Return type
array
Creates the from syntax
$sql->from(string $table): array
Name | Type | Default |
---|---|---|
$tablerequired | string |
no default value |
array